@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* {
    padding:0;
    margin:0;
	font-family: 'Montserrat', sans-serif;
	outline:none;
}

    
body {
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
}

b {
    font-weight: 600;
}

input, select, textarea {
    padding: 11px 15px;
    border: 1px solid #ccc;
    width: calc(100% - 32px);
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 2%);
    -webkit-appearance: none;
    outline: none;
    margin: 0 0 10px;
    font-size: 11px;
    color: #000;
}

select {
    width: 100%;
}

label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 0 4px;
    letter-spacing: 0.3px;
}


.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    position: relative;
    float: left;
    display: block;
}

.col + .col {
    margin-left: 1.6%;
}

.col-1 {
    width: 6.86666666667%;
}

.col-2 {
    width: 15.3333333333%;
}

.col-3 {
    width: 23.8%;
}

.col-4 {
    width: 32.2666666667%;
}

.col-5 {
    width: 40.7333333333%;
}

.col-6 {
    width: 49.2%;
}

.col-7 {
    width: 57.6666666667%;
}

.col-8 {
    width: 66.1333333333%;
}

.col-9 {
    width: 74.6%;
}

.col-10 {
    width: 83.0666666667%;
}

.col-11 {
    width: 91.5333333333%;
}

.col-12 {
    width: 100%;
    margin-left: 0; 
}

a {
    text-decoration: none;
}

.full {
    min-width: 1160px;
}

.btn {
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 13px 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 12px;
    box-shadow: 2px 6px 18px rgb(0 0 0 / 15%);
    position: relative;
    background: #e64011;
    cursor: pointer;
    border: none;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%)!important;
}

.right {
    text-align:right;
}

.center {
    text-align:center;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.header {
    padding: 11px 15px 11px;
    box-shadow: 2px 3px 7px rgb(74 74 74 / 7%);
    position: relative;
}

.header .icon-menu {
    float: right;
    display: none;
    padding: 10px 5px 0 7px;
}

.header .sumb-icon {
    display: none;
    font-weight: 400;
}
    
.header .sumb-text {
    display: inline-block;
    font-weight: 400;
}

.header .icon-menu span {
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    margin: 0 0 7px;
}

.header .icon-menu span:nth-child(3) {
    width: 20px;
}

.header .logo {
    width: 250px;
    float: left;
}

.header .logo a {
    display: block;
    width:172px;
    height:46px;
    background: url(/views/images/logo.png) center no-repeat;
    background-size:cover;
}

.header .menu {
    float: left;
    padding: 10px 0 0;
    width: 480px;
}

.header .menu a {
    font-size: 13px;
    position: relative;
    margin: 0 26px 0 0;
    display: inline-block;
    padding: 6px 0 10px;
}

.header .menu a:hover:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #e64011;
}

.header .menu a span.icon-count {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    line-height: 1.7;
    background: #e64011;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    top: -1px;
    right: -22px;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%);
}

.header .curs {
    padding: 12px 0 0 0;
    width: 215px;
    float: left;
}

.header .curs span {
    font-size: 13px;
    display: inline-block;
    padding: 0 15px 0 25px;
    position: relative;
}

.header .curs span:before {
    content: "";
    background-image: url(/views/images/eur_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}

.header .curs span.icon-usd:before {
    background-image: url(/views/images/usd_icon.svg);
}

.header .lang {
    padding: 10px;
    float: left;
    width: 100px;
    margin: 0 16px;
}

.header .lang span  {
    font-size: 12px;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 50%;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.header .lang span:hover {
    color:#666;
}

.header .lang span.active {
    background: #e64011;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%);
    color: #fff;
}

.header .logout {
    float: right;
    padding: 13px 0;
}

.header .logout a {
    font-size: 12px;
    text-decoration: underline;
}

.header .logout a:hover {
    text-decoration: none;
}

.section {
    background: #f2f2f2;
}

.sidebar {
    width:199px;
    float: left;
    padding: 40px 0;
}

.sidebar a {
    display: inline-block;
    padding: 0 0 30px;
    font-size:13px;
    font-weight: 500;
}

.sidebar a:hover,
.sidebar a.active {
    color:#f00;
}

.categories .content {
    width:920px;
    float: right;
    padding: 40px 0 40px 20px;
    border-left: 1px solid #d3d3d3;
}

.categories .block-name {
    display: none;
}

#filter {
    margin: 0 0 25px;
}

#filter .checkbox {
    display: inline-block;
}

#filter .checkbox label {
    position: relative;
}

#filter .checkbox input {
    display:none;
}

#filter .checkbox label .checkmark {
    padding: 7px 12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 11px;
    margin: 0 6px 6px 0;
    display: inline-block;
    cursor: pointer;
}

#filter .checkbox label .checkmark.color-id-11,
#filter .checkbox label .checkmark.color-id-14,
#filter .checkbox label .checkmark.color-id-23,
#filter .checkbox label .checkmark.color-id-20,
#filter .checkbox label .checkmark.color-id-21,
#filter .checkbox label .checkmark.color-id-47,
#filter .checkbox label .checkmark.color-id-24,
#filter .checkbox label .checkmark.color-id-30,
#filter .checkbox label .checkmark.color-id-51,
#filter .checkbox label .checkmark.color-id-22,
#filter .checkbox label .checkmark.color-id-48,
#filter .checkbox label .checkmark.color-id-46 {
    color: #fff;
}

#filter .checkbox label .checkmark:hover {
    border: 1px solid #000;
}

#filter .checkbox input:checked ~ .checkmark {
    border: 1px solid #000!important;
	background: #d2132f!important;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%)!important;
    color: #fff;
}

#filter .checkbox label:hover .checkmark {
    opacity:0.8;
}

#filter .values {
    padding: 0 0 20px;
}

#filter h4 {
    font-size: 12px;
    padding: 0 0 10px;
    font-weight: 600;
}

#filter .reset-filter {
    font-size: 11px;
    font-weight: 500;
    color: #e64011;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    top: -10px;
    display: none;
}

#filter .reset-filter:hover {
    text-decoration: none;
}

#filter .disabled {
    opacity: 0.5;
}

#filter .disabled label .checkmark {
    border: 1px solid #7e7b7b!important;
    background: #d9d9d9!important;
    color:#000!important;
}

.section table {
    border-spacing: 0; 
    width:100%;
}

.section thead th {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 25px;
    text-align: left;
}

.categories thead th.info,
.categories thead th.brand {
    padding: 10px 0 10px 20px;
}

.categories thead th.price {
    padding: 10px 0;
}

.categories .products_awning_fittings thead th.price {
    padding: 10px 0 10px 10px;
}

.section tr td {
    background: #fff;
    border: none;
    border-bottom: 3px solid #f2f2f2;
    padding: 15px 25px 15px;
    font-size: 11px;
}

.section tr td.hash {
    background: #F3F6FD;
}

.categories .products_awning_fittings tr td.photo {
    padding: 10px;
}

.categories .products_awning_fittings tr td.photo span {
    width:80px;
    height: 80px;
    display: block;
    position: relative;
}

.categories .products_awning_fittings tr td.photo span img {
    width: 100%;
    height:auto;
}


.categories .products_awning_fittings tr td.photo span img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.categories .products_awning_fittings tr td.photo span.none {
    background-image: url(/views/images/no-image.png);
    background-size:cover;
}

.categories td .sale {
    background: #e64132;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%);
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    margin: 0 0 3px;
}

.categories td .pda-price {
    display: none;
}

.categories tr td.brand {
    width:100px;
    padding:0 0 0 20px;
}

.categories tr td.info {
    width:150px;
    padding:15px 0 10px 20px;
}

.categories tr td.info p {
    padding: 0 0 5px;
}

.categories tr td.info p b {
    font-weight: 600;
}

.categories tr td.price {
    padding: 0;
    width:120px;
}

.categories .products_awning_fittings tr td.price {
    width:80px;
    padding: 10px 0 10px 10px;
}

.categories tr td.price p {
    padding: 0 0 5px;
}

.categories tr td.price p b {
    font-weight: 600;
}

.categories .count h4 {
    font-size:11px!important;
    font-weight: 600;
    padding: 0 0 10px;
}

.categories .count .c {
    float: left;
    width:250px;
    padding: 3px 0 0;
    margin: 0 0 10px
}

.categories .products_awning_fittings .count .c  {
    width:200px;
}

.categories .count .c .s {
    display: inline-block;
}

.categories .count .i {
    float: left;
    width:100px;
}

.categories .products_awning_fittings .count .i  {
    width:90px;
}

.categories .count .i input {
    padding: 3px 10px;
    border-radius: 10px;
    width: 50px;
    font-size: 10px;
}

.categories .count .a {
    float: left;
    width:100px;
}

.categories .products_awning_fittings .count .a  {
    width:90px;
}

.categories .amount .close {
    display: none;
}

.categories .amount .open-close {
    font-weight: 600;
    text-decoration: underline;
    padding: 0 0 10px;
    display: inline-block;
}

.categories .add-to-preorder,
.categories .count .a a {
    font-weight: 500;
    color: #e64011;
    text-decoration: underline;
    display: inline-block;
    padding: 3px 0 3px;
}

.categories .add-to-preorder:hover,
.categories .count .a a:hover {
    text-decoration: none;
}

.categories .count .row-cutting {
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
    background: #f2f2f2;
    position: relative;
}

.categories .count .row-cutting .left {
    position: relative;
    left: 10px;
}

.categories .preorder {
    width:500px;
}

.categories .amount-group {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 0;
}

.categories .products_specialist_fabrics tr td.info,
.categories .products_blowing_fabrics tr td.info,
.categories .products_print_textiles tr td.info {
    width: 200px;
}

.categories .products_specialist_fabrics tr td.price,
.categories .products_blowing_fabrics tr td.price,
.categories .products_print_textiles tr td.price {
    width: 70px;
}

.not-found {
    text-align: center;
    padding: 15px 0 15px;
    font-weight: 600;
}

footer {
    padding: 30px 0 20px;
} 

footer .copy {
    padding: 10px 0 0;
    font-size:12px;
    letter-spacing: 0.5px;
}

footer p a {
    font-size:13px;
    display: inline-block;
    padding: 0 0 3px;
    font-weight: 500;
}

footer .btn {
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    float: right;
    border-radius: 50px;
}

#overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
	width:100%;
	min-height:100vh;
    overflow: auto;
    background: rgba(0,0,0,0.7);
    z-index:79999;
}

.popup {
    position: relative;
    display: none;
    z-index: 99999;
    background: #fff;
    width: 400px;
    margin: 50px auto;
    padding: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.checkout {
    padding: 40px 0 40px;
}

.checkout .name-table {
    background: #f2f2f2;
    color: #000;
    font-weight: 600;
    padding: 15px 0;
    font-size: 14px;
}

.checkout td.name {
    width:250px;
}

.checkout td.name p {
    padding: 3px 0;
}

.checkout td.name a {
    color: #62180a;
}

.checkout td.name a:hover {
    color: #000;
}

.checkout td.total {
    width:100px;
}

.checkout td.count .item {
    padding: 10px 0 10px;
}

.checkout td.count .p {
    float: left;
    width:120px;
}

.checkout td.count .s {
    float: left;
    width:190px;
}

.checkout td.count .a {
    float: left;
    width:180px;
}

.checkout td.count .d {
    float: left;
}

.checkout td .error {
    float: left;
    border-bottom: none!important;
    color: #f00;
    width: 368px;
    position: relative;
}

.checkout td.count .d a {
    font-weight: 500;
    color: #e64011;
    text-decoration: underline;
}

.checkout td.count .d a:hover {
    text-decoration: none;
}

.checkout .block {
    padding: 20px 20px 10px;
    background: #fff;
    border-radius: 5px;
}

.checkout label {
    font-size:11px;
}

.checkout .btn {
    width: 280px;
}

.checkout .cart {
    padding: 40px 0 20px;
}

.checkout .delivery {
    display: none;
}

.checkout .delivery.active {
    display: block;
}

.thank {
    padding: 100px 0;
}

.thank h1 {
    padding: 0 0 20px;
    font-weight: 600;
}

.thank p {
    width:400px;
    margin: 0 auto;
    text-align: center;
    font-size:14px;
    line-height: 1.5;
    font-weight: 300;
}

.thank .btn {
    width:280px;
    margin: 30px auto 0;
}

.cabinet {
    padding: 40px 0;
}

.cabinet th:nth-child(2),
.cabinet td.date {
    width:80px;
    padding: 15px 5px;
    text-align: center;
}

.cabinet td.return {
    width:100px;
}

.cabinet td.info-status {
    width: 155px;
    padding: 15px 20px;

}

.cabinet td.return a {
    font-weight: 500;
    color: #e64011;
    text-decoration: underline;
}

.cabinet td p {
    padding: 10px 0 10px;
}

.cabinet span.status {
	background: #2FA6E1;
    color: #fff;
    padding: 7px 10px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 3px 0;
    font-size: 11px;
    background-image: linear-gradient(45deg,#49B5F6,#0090e9);
}

.cabinet span.status.status-1 {
	background:#FFFF00;
    color: #000;
}

.cabinet span.status.status-4 {
	background:#90EE90;
    color: #000;
}

.cabinet span.status.status-0 {
    background: #f2f2f2;
    color: #000;
}

.cabinet .navigation li {
    display: inline-block;
    background: #F3F6FD;
    margin: 0 10px 30px 0;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    color: #999;
}

.cabinet .navigation li.active {
    color:#000;
}

.cabinet .navigation li:hover {
    opacity: 0.8;
}

#profile .btn {
    width:280px;
}

.order {
    padding: 40px 0 0; 
}

.order .items-table {
    padding: 20px 0 40px;
}

.order .items-table h4 {
    font-size:14px;
    padding: 0 0 10px;
}

.order .items-table .btn {
    width:200px;
    display: block;
    margin: 20px 0;
}

.order tr td.brand {
    width: 150px;
}

.order tr td.info {
    width: 200px;
}

.order tr td.price {
    width: 150px;
}

.orders .item {
    margin: 13px 0;
}

.orders .item p {
    padding: 0;
}

.result-system {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    text-align: center;
    color: #000;
    background: linear-gradient(292.94deg, #F9EDFF 0%, #FEF8FF 100%);
    z-index: 200;
    display: none;
    font-size:13px;
    font-weight: 600;
}

.result-system p {
    padding: 2px 0;
}

.result-system.error{
    display:block;
    color:#fff;
	background-image: linear-gradient(45deg,#b03a24,#ff0000);
}

.result-system.done{
    display: block;
    color:#fff;
    background-image: linear-gradient(45deg,#0fe10c,#09a724);
}

.result-system.info{
    display: block;
    color:#fff;
    background: #FF8C00;
}

.login .logo {
    text-align: center;
}

.login {
    padding: 50px 0;
    position: relative;
    min-height: 82vh;
}

.login .block {
    width:700px;
    margin: 50px auto;
}

.login .col {
    width:300px;
    padding: 20px;
    border-radius: 5px;
}

.login .col:nth-child(2) {
    float: right;
    background: #f2f2f2;
}

.login .col:nth-child(2) input {
    background: #f2f2f2;
}

.login input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: none;
    box-shadow: none;
    padding: 10px 0;
    border-radius: 0;
    width:100%;
    font-size:12px;
}

.login a {
    font-size:12px;
    display: inline-block;
    padding: 12px 0 0;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 500;
}

.login .navigation {
    display: none;
}

.login .navigation li {
    display: inline-block;
    background: #F3F6FD;
    margin: 10px 10px 30px 0;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    font-weight: 500;
}

.login .navigation li.active {
    color:#000;
}

.login .navigation li:hover {
    opacity: 0.8;
}

.login .contact {
    position: absolute;
    width: 100%;
    left:0;
    bottom: 30px;
    text-align: center;
}

.login .contact a {
    display: inline-block;
    padding: 0 20px;
    font-size:12px;
    border: none;
}

.login-admin form {
    width:400px;
    margin: 40px auto;
}

.settings {
    padding: 30px 0 60px;
}

.settings h4 {
    padding: 30px 0 20px;
    font-size:14px;
    font-weight: 600;
}

.settings .btn {
    width:280px;
    margin: 20px 0 0;
}

.footer-admin {
    padding: 10px 0 20px;
}

.popup-menu {
    position: relative;
    display: none;
    z-index: 99999;
    background: #fff;
    width: 220px;
    float: right;
    padding: 0 40px!important;
    overflow: hidden;
    border-left: 2px solid #efefef;
    min-height: 100vh;
    margin: 0!important;
}

.popup-menu li {
    list-style-type:none;
}

.popup-menu li li {
    margin: 0 20px;
}

.popup-menu li a {
	display: block;
    font-size: 12px;
    padding: 0 20px 12px;
    font-weight: 500;
	position:relative;
}

.popup-menu li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%)!important;
    position: absolute;
    left: 3px;
    top: 5px;
    border-radius: 50%;
    border: 1px solid rgba(65, 76, 89, 0.19);
}

.popup-menu li li a:before {
    background: linear-gradient(269deg, #F3F6FD 0%, #F3F6FD 100%)!important;
}

.popup-menu li a:hover {
	text-decoration:underline;
}

.popup-menu .title {
    font-size: 17px;
    font-weight: 600;
    padding: 20px 0 20px;
    letter-spacing: 0.3px;
}

.popup-close {
	position: absolute;
    top: 8px;
    right: 10px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 100;
}

.popup-close:before,
.popup-close:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
	top: 9px;
    background: #000;
    transform: rotate(45deg);
}

.popup-close:before {
	 transform: rotate(-45deg);
}

.popup-menu .lang {
    padding: 10px 0 0;
    float: none;
    width: 100px;
}

.popup-menu .lang span  {
    font-size: 12px;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 50%;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.popup-menu .lang span:hover {
    color:#666;
}

.popup-menu .lang span.active {
    background: #e64011;
    background: linear-gradient(269deg, #a03420 0%, #e64f32 100%);
    color: #fff;
}

.loop-load {
    display: block;
    text-align: center;
    font-size:12px;
    font-weight: 600;
}

#toTop {
    width: 40px;
    position: fixed;
    bottom: 25px;
    right: 30px;
    cursor: pointer;
    display: none;
    opacity: 0.5;
	z-index:99999
}
