/*
FONT: Mukta Vaani
WHITE: #fafafa
BLUE: #4273d6
BLUE-DARK: #2752aa
RED: #f42a3d
RED-DARK: 
*/

/* --- GLOBAL --- */
*,*:focus{outline:none !important}
body{overflow-x:hidden;-webkit-font-smoothing:antialiased;background-color:#fafafa;color:#282828}
a{/*text-decoration:underline;*/cursor:pointer;color:#4273d6}
a:hover,
a:focus,
a:active{color:#2752aa}
a,input,button,textarea,select{transition:.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.fs-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}
.shadow{box-shadow:0 0 20px 0 rgba(0,0,0,.2) !important}
hr{height:1px;border:0;background-color:#4273d6}
.text-blue{color:#4273d6}
.text-red{color:#f42a3d}
.line-after{position:relative;display:inline}
.line-after::after{position:absolute;content:"";left:100%;top:50%;width:2000px;height:1px;margin-left:20px;background-color:#e0e0e0}


p{margin-bottom:10px;line-height:1.5;font-size:16px}

/* --- BUTTONS, INPUTS --- */
.custombtn{display:inline-block;padding:0 25px;text-align:center;text-transform:uppercase;text-decoration:none;line-height:50px;font-weight:700;font-size:24px;cursor:pointer;border:0;background-color:#4273d6;color:#fff}
.custombtn:hover,
.custombtn:focus,
.custombtn:active{text-decoration:none;background-color:#2752aa;color:#fff}

.form-control::-webkit-input-placeholder{color:#26292b;opacity:1}
.form-control::-moz-placeholder{color:#26292b;opacity:1}
.form-control:-ms-input-placeholder{color:#26292b;opacity:1}
.form-control::-ms-input-placeholder{color:#26292b;opacity:1}
.form-control::placeholder{color:#26292b;opacity:1}
.custom-select.placeholder{color:#26292b;opacity:1}
.custom-select.placeholder:focus{color:#26292b;opacity:1}
.custom-select.placeholder:active{color:#26292b;opacity:1}

.form-control{height:auto;padding:15px 20px;line-height:20px;border-radius:0px;border-color:#26292b;color:#26292b}
.form-control:focus,.form-control:active{box-shadow:none;border-color:#00305e;color:#26292b}
.custom-control-label::before{width:20px;height:20px;top:0;transition:.2s;border-radius:2px;border:1px solid #e0e0e0;background-color:#fff}
.custom-control-label::after{width:20px;height:20px;top:0;background-size:auto}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after{border-radius:3px}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{border-color:#4273d6;background-color:#4273d6}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='10px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.166,-0.000 L4.166,6.205 L1.834,3.793 L-0.000,5.690 L4.166,10.000 L12.000,1.897 L10.166,-0.000 Z'/%3e%3c/svg%3e")}
.custom-select{height:auto;padding:5px 60px 5px 15px;line-height:33px;border:1px solid #c3c3c3;border-radius:3px;background-size:auto;background-repeat:no-repeat;background-position:right center;background-color:#fff;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='45px' height='45px'%3e%3cpath fill='none' d='M1.000,1.000 L45.000,1.000 L45.000,44.000 L1.000,44.000 L1.000,1.000 Z'/%3e%3cpath fill='rgb(195,195,195)' d='M-0.000,-0.001 L1.000,-0.001 L1.000,44.999 L-0.000,44.999 L-0.000,-0.001 Z'/%3e%3cpath fill='rgb(195,195,195)' d='M23.953,29.992 L24.019,29.867 L24.046,29.916 L24.074,29.764 L34.000,21.060 L33.809,20.006 L24.016,28.457 L14.190,20.082 L13.998,21.128 L23.884,29.614 L23.953,29.992 Z'/%3e%3c/svg%3e")}
.custom-select:focus{box-shadow:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='45px' height='45px'%3e%3cpath fill='rgb(66,115,214)' d='M1.000,1.000 L45.000,1.000 L45.000,44.000 L1.000,44.000 L1.000,1.000 Z'/%3e%3cpath fill='rgb(195,195,195)' d='M-0.000,-0.001 L1.000,-0.001 L1.000,44.999 L-0.000,44.999 L-0.000,-0.001 Z'/%3e%3cpath fill='rgb(255,255,255)' d='M23.953,29.992 L24.019,29.867 L24.046,29.916 L24.074,29.764 L34.000,21.060 L33.809,20.006 L24.016,28.457 L14.190,20.082 L13.998,21.128 L23.884,29.614 L23.953,29.992 Z'/%3e%3c/svg%3e")}

/* --- BREADCRUMBS --- */
.breadcrumb{margin:0;padding:20px 0;background-color:transparent}
.breadcrumb .breadcrumb-item{line-height:40px;font-size:17px;color:#1e1916}
.breadcrumb .breadcrumb-item a{color:#1e1916}

/* --- PAGINATION --- */
.pagination{margin:20px 0 0 0 !important;padding:0 !important;justify-content:center}
.pagination .page-item:first-child{margin-right:50px}
.pagination .page-item:last-child{margin-left:50px}
.pagination .page-item .page-link{margin:0;padding:0 15px;text-decoration:none;line-height:1;font-size:22px;border:none;background:none;color:#888888}
.pagination .page-item .page-link .svg-prev-arrow{width:13px;height:30px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='30px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M11.700,30.000 L13.000,30.000 L1.300,14.842 L13.000,-0.000 L11.700,-0.000 L-0.000,14.842 L11.700,30.000 Z'/%3e%3c/svg%3e")}
.pagination .page-item .page-link .svg-next-arrow{width:13px;height:30px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='30px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M1.300,30.000 L-0.000,30.000 L11.700,14.842 L-0.000,-0.000 L1.300,-0.000 L13.000,14.842 L1.300,30.000 Z'/%3e%3c/svg%3e")}
.pagination .page-item:not(.disabled) .page-link:hover{color:#4273d6}
.pagination .page-item.active .page-link{color:#4273d6}
.pagination .page-item.disabled .page-link{color:#888888}

/* --- HEADER --- */
header{position:fixed;top:0;left:0;width:100%;z-index:1020;transition:.3s;box-shadow:0 0 14px 0 rgba(0,0,0,.2);background-color:#fff}
.header-up header{transform:translateY(-100%)}
header a{text-decoration:none}
header .logo img{max-width:260px;margin:10px 20px;transition:.3s}
header nav{position:relative}
header nav .nav-item .nav-link{padding:0 15px;text-transform:uppercase;line-height:100px;text-decoration:none;font-size:20px;color:#000}
.header-fixed header nav .nav-item .nav-link{line-height:80px}
header nav .nav-item:hover .nav-link,
header nav .nav-item:focus .nav-link,
header nav .nav-item:active .nav-link,
header nav .nav-item.active .nav-link{color:#2752aa}

header .svg-cart-blue{position:relative;min-width:60px;max-width:60px;height:100px;line-height:100px;margin:0 25px;padding-left:22px;text-align:center;z-index:2;transition:.3s;cursor:pointer;background-position:left center}
header .svg-cart-blue::before{position:absolute;content:"";right:4px;top:50%;width:30px;height:30px;margin-top:-15px;border-radius:100%;z-index:-1;background-color:#e9e8e8;color:#282828}
.header-fixed header .svg-cart-blue{height:80px;line-height:80px}

header form input, form#ProductSearchForm_Dialog input, form#CouponCodeForm_Dialog input{width:255px;padding:5px 15px;line-height:30px;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border:0;background-position:center center;background-color:#e9e8e8;color:#282828}
header form button, form#ProductSearchForm_Dialog button, form#CouponCodeForm_Dialog button{min-width:45px;max-width:45px;height:40px;margin:0 20px 0 0;padding:0;line-height:40px;cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:0;background-position:center center;background-repeat:no-repeat;background-color:#e9e8e8;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='17px'%3e%3cpath fill-rule='evenodd' fill='rgb(28, 26, 25)' d='M15.838,15.838 C15.629,16.048 15.289,16.048 15.080,15.838 L10.695,11.452 C9.562,12.413 8.099,12.995 6.498,12.995 C2.909,12.995 -0.000,10.086 -0.000,6.497 C-0.000,2.909 2.909,-0.000 6.498,-0.000 C10.086,-0.000 12.995,2.909 12.995,6.497 C12.995,8.098 12.413,9.562 11.453,10.694 L15.838,15.080 C16.048,15.289 16.048,15.629 15.838,15.838 ZM6.498,1.002 C3.463,1.002 1.003,3.462 1.003,6.497 C1.003,9.531 3.463,11.991 6.498,11.991 C9.532,11.991 11.992,9.531 11.992,6.497 C11.992,3.462 9.532,1.002 6.498,1.002 Z'/%3e%3c/svg%3e")}
form#CouponCodeForm_Dialog button{padding: 0 15px;max-width: none;background-image:none;background-color:#DDDDDD;}
header form button:hover, form#ProductSearchForm_Dialog button:hover, form#CouponCodeForm_Dialog button:hover{background-color:#c4c4c4}

.dropdown-menu{display:block;visibility:hidden;opacity:0;top:100% !important;min-width:100%;margin:0;transform:none !important;border:0;border-radius:0;transition:.3s;box-shadow:0 10px 10px 0 rgba(0,0,0,.2)}
.dropdown-item{text-decoration:none;border-radius:0 !important}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active{background-color:#2752aa;color:#fff}
.dropdown:hover .dropdown-menu{visibility:visible;opacity:1;transition:.3s}

/* --- START PAGE --- */
.start-page .shoes-highlight{margin-top:20px}
.start-page .shoes-highlight .box1{position:relative;overflow:hidden}
.start-page .shoes-highlight .box1::before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;transition:.3s;background-color:rgba(75,92,134,.6)}
.start-page .shoes-highlight .box1 .cnt{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:240px;height:100%;top:50%;left:20px;right:20px;transform:translateY(-50%);transition:.3s;border:1px solid #d0d4de}
.start-page .shoes-highlight .box1 .cnt .title{margin:0;text-align:center;text-transform:uppercase;line-height:1;font-weight:500;font-size:30px;color:#fff}
.start-page .shoes-highlight .box1 .cnt .title::after{position:relative;content:"";display:block;width:190px;height:1px;margin:30px auto;transition:.3s;background-color:#fff}
.start-page .shoes-highlight .box1 .cnt .more{margin:0;padding:10px 30px;text-align:center;transition:.3s;line-height:1;font-size:18px;color:#fff}

.start-page .shoes-highlight .box1:hover::before{background-color:transparent}
.start-page .shoes-highlight .box1:hover .cnt{background-color:rgba(75,92,134,.6)}
.start-page .shoes-highlight .box1:hover .cnt .title::after{width:220px}
.start-page .shoes-highlight .box1:hover .cnt .more{background-color:#fff;color:#000}

.start-page .shoes-highlight .box2{position:relative;overflow:hidden;height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.3s;border:1px solid #d0d4de;background-color:#fff}
.start-page .shoes-highlight .box2 .title{margin:0;text-align:center;text-transform:uppercase;line-height:1;font-weight:500;font-size:30px}
.start-page .shoes-highlight .box2 .title::after{position:relative;content:"";display:block;width:190px;height:1px;margin:30px auto;transition:.3s;background-color:#d0d4de}
.start-page .shoes-highlight .box2 .more{margin:0;padding:10px 30px;text-align:center;transition:.3s;line-height:1;font-size:18px}

.start-page .shoes-highlight .box2:hover{background-color:#d0d4de}
.start-page .shoes-highlight .box2:hover .title::after{width:220px;background-color:#000}
.start-page .shoes-highlight .box2:hover .more{background-color:#fff}

.start-page .brands-highlight{border-top:1px solid #d0d4de;border-bottom:1px solid #d0d4de}
.start-page .brands-highlight .border-right{border-right:1px solid #d0d4de !important}
.start-page .brands-highlight a{margin-top:10px;padding:3px 10px;text-decoration:none;font-size:18px;border-bottom:1px solid transparent;color:#000}
.start-page .brands-highlight a:hover{border-color:#000}

.start-page .discount-highlight h2{margin:0;text-align:center;line-height:100px;font-weight:300;font-size:44px}
.start-page .discount-highlight .box{margin-bottom:20px;padding:8px;text-align:center;transition:.3s;border:2px solid #d0d4de;background-color:#fff}
.start-page .discount-highlight .box .img{position:relative}
.start-page .discount-highlight .box .img .svg-cart-white{position:absolute;bottom:0;left:50%;width:85px;height:65px;transform:translateX(-50%);transition:.3s;cursor:pointer;background-position:center center;background-color:#4273d6}
.start-page .discount-highlight .title{margin:15px 0 0 0;text-transform:uppercase;line-height:1.2;font-weight:800;font-size:18px}
.start-page .discount-highlight .subtitle{margin:0 0 5px 0;text-transform:uppercase;line-height:1.2;font-weight:800}
.start-page .discount-highlight .lyrics{margin:0;line-height:1.2;font-size:14px}
.start-page .discount-highlight .old-price, .list-page .products .old-price{margin:0;text-decoration:line-through;line-height:1.2;font-weight:700;color:#8a8a8a}
.start-page .discount-highlight .new-price, .list-page .products .new-price{margin:0;line-height:1.2;font-size:18px;color:#f42a3d}
.start-page .discount-highlight .new-price span, .list-page .products .new-price span{font-weight:800;font-size:24px}

.start-page .discount-highlight .box:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}
.start-page .discount-highlight .box:hover .svg-cart-white{background-color:#2752aa}

.start-page .news-highlight h2{margin-top:30px;font-weight:300;font-size:36px}
.start-page .news-highlight .slider .slick-slide{margin-right:20px}
.start-page .news-highlight .slider img{max-width:140px}
.start-page .news-highlight .slider .date{margin:7px 0;line-height:1;font-weight:700;font-size:14px;color:#4273d6}
.start-page .news-highlight .slider .title{margin:10px 0;text-transform:uppercase;text-decoration:none;line-height:1.2;font-weight:700;font-size:22px;color:#000}
.start-page .news-highlight .slider .desc{line-height:1.2;font-size:18px}
.start-page .news-highlight .slider .more{font-weight:700;text-decoration:none;color:#000}
.start-page .news-highlight .slider .more:hover{text-decoration:underline}
.start-page .news-highlight .svg-prev-arrow{width:50px;height:50px;cursor:pointer;background-position:center center}
.start-page .news-highlight .svg-next-arrow{width:50px;height:50px;cursor:pointer;background-position:center center}
.start-page .news-highlight .pages{width:35px;text-align:center;font-weight:300;font-size:20px;color:#b0a8a4}
.start-page .news-highlight .card-highlight{min-height:400px;padding:20px 30px;text-align:center;background-size:cover;background-position:center center;background:linear-gradient(
      rgba(75,92,134,.6), 
      rgba(75,92,134,.6)
    ),url('../images/card-bg.jpg');color:#fff}
.start-page .news-highlight .card-highlight .svg-tick{width:100%;height:85px;background-position:center center}
.start-page .news-highlight .card-highlight .title{margin:20px 0 25px 0;line-height:1;font-weight:300;font-size:44px}
.start-page .news-highlight .card-highlight .title span{display:block;text-transform:uppercase;font-weight:700;font-size:36px}
.start-page .news-highlight .card-highlight .desc{margin:0;line-height:1.2;font-size:18px}

/* --- CONTENT PAGE --- */
.content-page .card-highlight{min-height:240px;height:100%;padding:20px 30px;text-align:center;background-size:cover;background-position:center center;background-position:center center;background:linear-gradient(
      rgba(75,92,134,.6), 
      rgba(75,92,134,.6)
    ),url('../images/card-bg2.jpg');color:#fff}
.content-page .card-highlight .svg-tick2{width:100%;height:60px;background-position:center center}
.content-page .card-highlight .title{margin:20px 0 25px 0;line-height:1;font-weight:300;font-size:44px}
.content-page .card-highlight .title span{display:block;text-transform:uppercase;font-weight:700;font-size:36px}
.content-page .card-highlight .desc{margin:0;line-height:1.2;font-size:18px}

.content-page .delivery-highlight{min-height:240px;height:100%;padding:20px 30px;text-align:center;background-color:#4273d6;color:#fff}
.content-page .delivery-highlight .svg-truck{width:100%;height:60px;background-position:center center}
.content-page .delivery-highlight .title{margin:20px 0 25px 0;line-height:1;font-weight:300;font-size:44px}
.content-page .delivery-highlight .title span{display:block;text-transform:uppercase;font-weight:700;font-size:36px}
.content-page .delivery-highlight .desc{margin:0;line-height:1.2;font-size:18px}

/* --- DETAILED PAGE --- */
.detailed-page .product{margin-bottom:70px}
.detailed-page .product .images{position:relative;display:flex;align-items:center;justify-content:center;height:620px;margin-right:20px;padding:0 50px 0 200px;background-color:#fff}
.detailed-page .product .images::after{position:absolute;content:"";width:420px;height:420px;bottom:-20px;right:-20px;z-index:-1;background-color:rgba(66,115,214,.1)}
.detailed-page .product .images .thumbs{position:absolute;left:40px;top:50%;transform:translateY(-50%)}
.detailed-page .product .images .thumbs img{display:block;width:80px;height:auto;margin:20px}
.detailed-page .product .images .medium a{position:relative;display:none}
.detailed-page .product .images .medium a::before{position:absolute;content:"";top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;opacity:0;transition:.3s;border-radius:100%;background-position:center center;background-repeat:no-repeat;background-color:rgba(0,0,0,.4);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='45' height='45' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb(255,255,255)' d='m21.10213,15.60366l-2.88842,0l0,-2.88907c0,-0.72041 -0.58414,-1.30477 -1.30499,-1.30477c-0.72107,0 -1.30499,0.58436 -1.30499,1.30477l0,2.88907l-2.88864,0c-0.72064,0 -1.30499,0.58414 -1.30499,1.30499c0,0.72041 0.58436,1.30499 1.30499,1.30499l2.88864,0l0,2.88864c0,0.72085 0.58393,1.30477 1.30499,1.30477c0.72085,0 1.30499,-0.58392 1.30499,-1.30477l0,-2.88864l2.88842,0c0.72085,0 1.30521,-0.58457 1.30521,-1.30499c0,-0.72085 -0.58436,-1.30499 -1.30521,-1.30499zm0,0'/%3e%3cpath fill='rgb(255,255,255)' d='m43.63409,37.60708l-10.41222,-10.41223c-1.53938,2.43315 -3.60732,4.49911 -6.04199,6.03675l10.41529,10.41484c1.76746,1.76746 4.42998,1.25964 5.86319,-0.17487c0.93279,-0.93192 2.33198,-3.70826 0.17574,-5.8645zm0,0'/%3e%3cpath fill='rgb(255,255,255)' d='m33.59057,16.90866c0,-9.19838 -7.4839,-16.68185 -16.68185,-16.68185c-9.19837,0 -16.68184,7.48347 -16.68184,16.68185c0,9.19794 7.48347,16.68141 16.68184,16.68141c9.19795,0 16.68185,-7.48325 16.68185,-16.68141zm-16.68185,11.0899c-6.11525,0 -11.09034,-4.97466 -11.09034,-11.0899c0,-6.11502 4.9751,-11.09034 11.09034,-11.09034c6.11525,0 11.09013,4.97531 11.09013,11.09034c0,6.11524 -4.97488,11.0899 -11.09013,11.0899zm0,0'/%3e%3c/svg%3e")}
.detailed-page .product .images .medium a:hover::before{opacity:1}
.detailed-page .product h1{font-weight:300;font-size:44px}
.detailed-page .product form select{max-width:190px}
.detailed-page .product form button{max-width:295px;width:100%;line-height:45px;font-weight:500;font-size:22px;border-radius:3px;background-repeat:no-repeat;background-position:left 30px center;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='20px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M18.158,10.847 L18.158,13.292 C18.158,13.634 17.879,13.912 17.536,13.912 L8.127,13.912 L8.979,15.908 L15.885,15.899 C17.019,15.899 17.942,16.818 17.942,17.949 C17.942,19.080 17.019,20.000 15.885,20.000 C14.751,20.000 13.828,19.080 13.828,17.949 C13.828,17.665 13.887,17.394 13.992,17.148 L11.752,17.148 C11.857,17.395 11.916,17.665 11.916,17.949 C11.916,19.080 10.993,20.000 9.859,20.000 C8.725,20.000 7.802,19.080 7.802,17.949 C7.802,17.583 7.900,17.240 8.069,16.942 L2.609,4.148 L0.477,3.648 C0.143,3.569 -0.065,3.235 0.014,2.902 C0.093,2.569 0.428,2.362 0.762,2.441 L3.201,3.013 C3.394,3.058 3.553,3.192 3.631,3.374 L4.388,5.149 L12.136,5.149 C12.299,2.292 14.661,-0.000 17.552,-0.000 C20.548,-0.000 23.000,2.454 23.000,5.454 C23.000,8.247 20.868,10.540 18.158,10.847 ZM15.886,18.760 C16.335,18.760 16.699,18.397 16.699,17.950 C16.699,17.502 16.335,17.139 15.886,17.139 C15.438,17.139 15.074,17.502 15.074,17.950 C15.074,18.397 15.438,18.760 15.886,18.760 ZM9.862,18.760 C10.311,18.760 10.675,18.397 10.675,17.950 C10.675,17.502 10.311,17.139 9.862,17.139 C9.413,17.139 9.050,17.502 9.050,17.950 C9.050,18.397 9.413,18.760 9.862,18.760 ZM7.598,12.672 L16.914,12.672 L16.914,10.844 C16.163,10.754 15.462,10.516 14.836,10.150 L12.792,10.150 C12.448,10.150 12.170,9.873 12.170,9.530 C12.170,9.188 12.448,8.910 12.792,8.910 L13.378,8.910 C12.786,8.195 12.366,7.339 12.200,6.389 L4.917,6.389 L7.598,12.672 ZM17.552,1.091 C15.156,1.091 13.194,3.054 13.194,5.454 C13.194,7.854 15.156,9.818 17.552,9.818 C19.949,9.818 21.910,7.854 21.910,5.454 C21.910,3.054 19.949,1.091 17.552,1.091 ZM18.097,8.182 L17.008,8.182 L17.008,6.000 L14.829,6.000 L14.829,4.909 L17.008,4.909 L17.008,2.727 L18.097,2.727 L18.097,4.909 L20.276,4.909 L20.276,6.000 L18.097,6.000 L18.097,8.182 Z'/%3e%3c/svg%3e")}
.detailed-page .product .spec{margin-top:65px;padding-left:30px}
.detailed-page .product .spec div{display:flex;margin-bottom:5px}
.detailed-page .product .spec div label{width:150px;margin-bottom:0;font-weight:300;font-size:20px}
.detailed-page .product .spec div span{font-weight:500;font-size:20px}

.similar-products h2{margin:24px 0;text-align:center;font-weight:300;font-size:44px}
.similar-products .title{margin:25px 0 0 0;padding:0 10px;text-align:center;text-transform:uppercase;line-height:1;font-size:20px}
.similar-products .price{margin:0 0 25px 0;text-align:center;line-height:1;font-weight:800;font-size:28px;color:#4273d6}
.similar-products .slick-slide{border-top:1px solid #d0d4de;border-bottom:1px solid #d0d4de;border-right:1px solid #d0d4de}
.similar-products .svg-prev-arrow{width:85px;height:85px;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-color:rgba(73,69,67,.2);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='31px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M14.710,30.691 C15.097,30.277 15.097,29.604 14.710,29.190 L2.367,15.990 L14.710,2.764 C15.097,2.350 15.097,1.677 14.710,1.263 C14.324,0.849 13.696,0.849 13.309,1.263 L0.290,15.213 C0.097,15.420 0.000,15.679 0.000,15.964 C0.000,16.223 0.097,16.507 0.290,16.715 L13.309,30.665 C13.696,31.105 14.324,31.105 14.710,30.691 Z'/%3e%3c/svg%3e")}
.similar-products .svg-next-arrow{width:85px;height:85px;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-color:rgba(32,29,28,.2);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='31px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.289,30.691 C-0.097,30.277 -0.097,29.604 0.289,29.190 L12.633,15.990 L0.289,2.764 C-0.097,2.350 -0.097,1.677 0.289,1.263 C0.676,0.849 1.304,0.849 1.690,1.263 L14.710,15.213 C14.903,15.420 15.000,15.679 15.000,15.964 C15.000,16.223 14.903,16.507 14.710,16.715 L1.690,30.665 C1.304,31.105 0.676,31.105 0.289,30.691 Z'/%3e%3c/svg%3e")}

.similar-products .svg-prev-arrow:hover{background-color:rgba(73,69,67,.6)}
.similar-products .svg-next-arrow:hover{background-color:rgba(32,29,28,.6)}


/* --- LIST PAGE --- */
.list-page h1{margin:0;line-height:1.2;font-weight:300;font-size:30px}
.list-page .orderby select{min-width:190px;max-width:190px}
.list-page .products a[href=".filter"]{position:relative}
.list-page .products a[href=".filter"]::before{position:relative;content:attr(data-close);display:inline-block}
.list-page .products a[href=".filter"][aria-expanded="false"]::before{content:attr(data-open)}

.list-page .products hr{margin:0;background-color:#ececec}
.list-page .products .filter h3{margin:0 0 10px 0;text-transform:none;line-height:1;font-weight:700;font-size:18px}
.list-page .products .filter-7 .inputs{position:relative;display:flex;flex-wrap:wrap;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}
.list-page .products .filter-7 .inputs input{position:absolute;top:0;left:0;width:0;height:0;opacity:0}
.list-page .products .filter-7 .inputs label{width:25%;margin:0;text-align:center;line-height:40px;font-size:18px;cursor:pointer;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background-color:#fff}
.list-page .products .filter-7 .inputs label:hover{background-color:#eee}
.list-page .products .filter-7 .inputs input:checked + label{background-color:#4273d6;color:#fff}

.list-page .products .box{margin-bottom:20px;padding:8px 8px 40px 8px;text-align:center;transition:.3s;border:2px solid #d0d4de;background-color:#fff}
.list-page .products .box .img{position:relative;min-height:200px;display:flex;align-items:center;}
.list-page .products .box .img .svg-cart-white{position:absolute;bottom:0;left:50%;width:85px;height:65px;transform:translateX(-50%);transition:.3s;cursor:pointer;background-position:center center;background-color:#4273d6}
.list-page .products .box .title{margin:15px 0 0 0;text-transform:uppercase;line-height:1.2;font-weight:800;font-size:18px}
.list-page .products .box .subtitle{margin:0 0 5px 0;text-transform:uppercase;line-height:1.2;font-weight:800}
.list-page .products .box .lyrics{margin:0;line-height:1.2;font-size:14px}
.list-page .products .box .price{margin:0;line-height:1;font-weight:800;font-size:24px;color:#4273d6}

.list-page .products .box:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}
.list-page .products .box:hover .svg-cart-white{background-color:#2752aa}

/* --- SVG ICONS --- */
.svg-menu{display:none;position:relative;width:40px;height:28px;margin:20px;cursor:pointer}
.svg-menu span{position:absolute;display:block;left:0;width:100%;height:4px;transform-origin:left center;transition:.3s;border-radius:4px;background-color:#000}
.svg-menu span:nth-child(1){top:0px}
.svg-menu span:nth-child(2){top:12px}
.svg-menu span:nth-child(3){top:24px}
.menu-open .svg-menu span:nth-child(1){top:-2px;transform:rotate(45deg)}
.menu-open .svg-menu span:nth-child(2){width:0%;opacity:0}
.menu-open .svg-menu span:nth-child(3){top:26px;transform:rotate(-45deg)}
body.menu-open{overflow:hidden}

.svg-cart-blue{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='29px'%3e%3cpath fill-rule='evenodd' fill='rgb(66,115,214)' d='M28.972,4.495 L7.250,4.495 L5.999,1.567 C5.871,1.267 5.607,1.046 5.289,0.971 L1.259,0.027 C0.707,-0.103 0.153,0.239 0.024,0.789 C-0.106,1.339 0.236,1.890 0.788,2.019 L4.312,2.845 L13.331,23.954 C13.052,24.446 12.891,25.013 12.891,25.616 C12.891,27.482 14.416,29.000 16.289,29.000 C18.163,29.000 19.687,27.482 19.687,25.616 C19.687,25.148 19.591,24.701 19.417,24.295 L23.117,24.295 C22.943,24.701 22.847,25.148 22.847,25.616 C22.847,27.482 24.371,29.000 26.245,29.000 C28.119,29.000 29.643,27.482 29.643,25.616 C29.643,23.751 28.119,22.233 26.245,22.233 L14.836,22.248 L13.428,18.955 L28.972,18.955 C29.540,18.955 30.000,18.497 30.000,17.932 L30.000,5.518 C30.000,4.953 29.540,4.495 28.972,4.495 ZM26.247,24.280 C26.989,24.280 27.590,24.879 27.590,25.617 C27.590,26.355 26.989,26.954 26.247,26.954 C25.506,26.954 24.905,26.355 24.905,25.617 C24.905,24.879 25.506,24.280 26.247,24.280 ZM16.294,24.280 C17.036,24.280 17.637,24.879 17.637,25.617 C17.637,26.355 17.036,26.954 16.294,26.954 C15.553,26.954 14.952,26.355 14.952,25.617 C14.952,24.879 15.553,24.280 16.294,24.280 ZM27.945,10.702 L21.134,10.702 C20.567,10.702 20.107,11.160 20.107,11.725 C20.107,12.290 20.567,12.748 21.134,12.748 L27.945,12.748 L27.945,16.909 L12.554,16.909 L8.124,6.541 L27.945,6.541 L27.945,10.702 L27.945,10.702 Z'/%3e%3c/svg%3e ")}
.svg-cart-white{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38px' height='33px'%3e%3cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M30.000,17.940 L30.000,21.932 C30.000,22.497 29.540,22.955 28.972,22.955 L13.428,22.955 L14.836,26.249 L26.245,26.233 C28.119,26.233 29.643,27.751 29.643,29.616 C29.643,31.482 28.119,32.999 26.245,32.999 C24.372,32.999 22.847,31.482 22.847,29.616 C22.847,29.148 22.943,28.701 23.117,28.295 L19.417,28.295 C19.591,28.701 19.687,29.148 19.687,29.616 C19.687,31.482 18.163,32.999 16.289,32.999 C14.416,32.999 12.891,31.482 12.891,29.616 C12.891,29.012 13.052,28.446 13.331,27.955 L4.312,6.844 L0.789,6.019 C0.236,5.890 -0.106,5.339 0.024,4.789 C0.154,4.239 0.707,3.898 1.259,4.027 L5.289,4.971 C5.607,5.046 5.871,5.267 5.999,5.567 L7.250,8.495 L20.026,8.495 C20.291,3.779 24.220,-0.000 29.000,-0.000 C33.950,-0.000 38.000,4.050 38.000,8.999 C38.000,13.611 34.483,17.438 30.000,17.940 ZM26.247,30.954 C26.989,30.954 27.590,30.355 27.590,29.617 C27.590,28.879 26.989,28.280 26.247,28.280 C25.506,28.280 24.905,28.879 24.905,29.617 C24.905,30.355 25.506,30.954 26.247,30.954 ZM16.294,30.954 C17.036,30.954 17.637,30.355 17.637,29.617 C17.637,28.879 17.036,28.280 16.294,28.280 C15.553,28.280 14.952,28.879 14.952,29.617 C14.952,30.355 15.553,30.954 16.294,30.954 ZM12.554,20.909 L27.945,20.909 L27.945,17.932 C26.684,17.782 25.503,17.367 24.455,16.748 L21.134,16.748 C20.567,16.748 20.107,16.290 20.107,15.725 C20.107,15.160 20.567,14.702 21.134,14.702 L22.051,14.702 C21.083,13.526 20.415,12.099 20.143,10.541 L8.125,10.541 L12.554,20.909 ZM29.000,1.800 C25.040,1.800 21.800,5.039 21.800,8.999 C21.800,12.960 25.040,16.200 29.000,16.200 C32.960,16.200 36.200,12.960 36.200,8.999 C36.200,5.039 32.960,1.800 29.000,1.800 ZM29.900,13.500 L28.100,13.500 L28.100,9.900 L24.500,9.900 L24.500,8.100 L28.100,8.100 L28.100,4.500 L29.900,4.500 L29.900,8.100 L33.500,8.100 L33.500,9.900 L29.900,9.900 L29.900,13.500 Z'/%3e%3c/svg%3e")}
.svg-tick{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='85px' height='85px'%3e%3cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M25.075,34.425 L19.125,40.375 L38.250,59.500 L80.750,17.000 L74.800,11.050 L38.250,47.600 L25.075,34.425 ZM76.500,42.500 C76.500,61.200 61.200,76.499 42.500,76.499 C23.800,76.499 8.500,61.200 8.500,42.500 C8.500,23.800 23.800,8.499 42.500,8.499 C45.900,8.499 48.875,8.925 51.850,9.775 L58.650,2.975 C53.550,1.274 48.025,-0.001 42.500,-0.001 C19.125,-0.001 -0.000,19.125 -0.000,42.500 C-0.000,65.875 19.125,85.000 42.500,85.000 C65.875,85.000 85.000,65.875 85.000,42.500 L76.500,42.500 Z'/%3e%3c/svg%3e")}
.svg-tick2{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60px' height='60px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M17.700,24.300 L13.500,28.500 L27.000,42.000 L57.000,12.000 L52.800,7.800 L27.000,33.600 L17.700,24.300 ZM54.000,30.000 C54.000,43.200 43.200,54.000 30.000,54.000 C16.800,54.000 6.000,43.200 6.000,30.000 C6.000,16.800 16.800,6.000 30.000,6.000 C32.400,6.000 34.500,6.300 36.600,6.900 L41.400,2.100 C37.800,0.900 33.900,-0.000 30.000,-0.000 C13.500,-0.000 -0.000,13.500 -0.000,30.000 C-0.000,46.500 13.500,60.000 30.000,60.000 C46.500,60.000 60.000,46.500 60.000,30.000 L54.000,30.000 Z'/%3e%3c/svg%3e")}
.svg-truck{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='101px' height='60px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M98.502,54.119 L93.718,54.119 C92.865,57.489 89.828,60.000 86.208,60.000 C82.609,60.000 79.551,57.489 78.698,54.119 L75.328,54.119 L52.361,54.119 C51.508,57.489 48.450,60.000 44.851,60.000 C41.252,60.000 38.194,57.489 37.341,54.119 L30.768,54.119 C29.395,54.119 28.271,52.989 28.271,51.608 L28.271,11.908 C28.271,11.845 28.292,11.761 28.292,11.678 C28.292,11.657 28.313,11.615 28.313,11.573 C28.313,11.531 28.334,11.489 28.334,11.447 C28.334,11.405 28.334,11.364 28.355,11.322 C28.355,11.301 28.355,11.259 28.375,11.217 C28.396,11.175 28.396,11.133 28.417,11.092 C28.438,11.071 28.438,11.029 28.459,10.987 C28.459,10.945 28.479,10.924 28.500,10.882 C28.521,10.861 28.542,10.820 28.563,10.778 C28.583,10.736 28.604,10.715 28.625,10.673 C28.646,10.652 28.667,10.610 28.687,10.568 C28.708,10.527 28.750,10.506 28.771,10.464 C28.791,10.443 28.812,10.401 28.833,10.380 C28.875,10.317 28.916,10.275 28.979,10.213 C28.999,10.192 28.999,10.192 28.999,10.192 L38.402,0.732 C38.881,0.272 39.505,-0.000 40.171,-0.000 L65.946,-0.000 C66.611,-0.000 67.235,0.251 67.714,0.732 L77.117,10.275 C77.138,10.296 77.138,10.296 77.138,10.296 C77.179,10.338 77.242,10.401 77.283,10.464 C77.304,10.485 77.325,10.527 77.346,10.547 C77.387,10.589 77.408,10.610 77.429,10.652 C77.450,10.673 77.471,10.715 77.491,10.757 C77.512,10.799 77.533,10.820 77.554,10.861 C77.575,10.882 77.595,10.924 77.616,10.966 C77.616,11.008 77.637,11.029 77.658,11.071 C77.679,11.092 77.679,11.133 77.699,11.175 C77.720,11.217 77.720,11.259 77.741,11.301 C77.741,11.322 77.762,11.364 77.762,11.405 C77.762,11.447 77.783,11.489 77.783,11.531 C77.783,11.573 77.803,11.615 77.803,11.657 C77.803,11.678 77.824,11.719 77.824,11.761 C77.845,11.824 77.845,11.908 77.845,11.991 L77.845,16.805 L86.936,16.805 C90.889,16.805 94.446,18.312 96.963,21.032 C99.626,23.920 101.020,28.064 100.999,32.940 L100.999,51.608 C100.999,52.989 99.876,54.119 98.502,54.119 ZM44.872,55.040 C46.391,55.040 47.639,53.784 47.639,52.257 C47.639,50.729 46.391,49.473 44.872,49.473 C43.354,49.473 42.105,50.729 42.105,52.257 C42.105,53.784 43.354,55.040 44.872,55.040 ZM50.260,5.023 L41.211,5.023 L36.800,9.459 L50.260,9.459 L50.260,5.023 ZM64.906,5.043 L55.253,5.043 L55.253,9.480 L69.337,9.480 L64.906,5.043 ZM72.852,19.316 L72.852,14.503 L33.264,14.503 L33.264,49.159 L37.404,49.159 C37.529,49.159 37.633,49.159 37.737,49.180 C38.922,46.397 41.668,44.451 44.872,44.451 C48.055,44.451 50.801,46.397 51.987,49.159 C52.028,49.159 52.049,49.159 52.091,49.159 L72.852,49.159 L72.852,19.316 ZM86.229,55.040 C87.768,55.040 88.995,53.784 88.995,52.257 C88.995,50.729 87.747,49.473 86.229,49.473 C84.710,49.473 83.462,50.729 83.462,52.257 C83.462,53.784 84.710,55.040 86.229,55.040 ZM96.048,33.024 C96.048,26.013 92.657,21.828 86.957,21.828 L77.866,21.828 L77.866,49.159 L79.135,49.159 C80.321,46.397 83.067,44.451 86.250,44.451 C89.432,44.451 92.178,46.397 93.364,49.159 L96.027,49.159 L96.048,49.159 L96.048,33.024 ZM23.757,44.116 L10.089,44.116 C8.716,44.116 7.593,42.986 7.593,41.604 C7.593,40.223 8.716,39.093 10.089,39.093 L23.757,39.093 C25.130,39.093 26.253,40.223 26.253,41.604 C26.253,42.986 25.130,44.116 23.757,44.116 ZM23.757,34.342 L2.496,34.342 C1.123,34.342 -0.000,33.212 -0.000,31.831 C-0.000,30.450 1.123,29.320 2.496,29.320 L23.757,29.320 C25.130,29.320 26.253,30.450 26.253,31.831 C26.253,33.212 25.130,34.342 23.757,34.342 ZM23.757,24.569 L10.089,24.569 C8.716,24.569 7.593,23.439 7.593,22.058 C7.593,20.677 8.716,19.546 10.089,19.546 L23.757,19.546 C25.130,19.546 26.253,20.677 26.253,22.058 C26.253,23.439 25.130,24.569 23.757,24.569 Z'/%3e%3c/svg%3e")}
.svg-prev-arrow{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='31px'%3e%3cpath fill-rule='evenodd' fill='rgb(73,69,67)' d='M14.710,30.691 C15.097,30.277 15.097,29.604 14.710,29.190 L2.367,15.990 L14.710,2.764 C15.097,2.350 15.097,1.677 14.710,1.263 C14.324,0.849 13.696,0.849 13.309,1.263 L0.290,15.213 C0.097,15.421 0.000,15.679 0.000,15.964 C0.000,16.223 0.097,16.508 0.290,16.715 L13.309,30.665 C13.696,31.105 14.324,31.105 14.710,30.691 Z'/%3e%3c/svg%3e")}
.svg-next-arrow{background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='31px'%3e%3cpath fill-rule='evenodd' fill='rgb(73,69,67)' d='M0.289,30.691 C-0.097,30.277 -0.097,29.604 0.289,29.190 L12.633,15.990 L0.289,2.764 C-0.097,2.350 -0.097,1.677 0.289,1.263 C0.676,0.849 1.304,0.849 1.690,1.263 L14.710,15.213 C14.903,15.421 15.000,15.679 15.000,15.964 C15.000,16.223 14.903,16.508 14.710,16.715 L1.690,30.665 C1.304,31.105 0.676,31.105 0.289,30.691 Z'/%3e%3c/svg%3e")}
.svg-fb{display:inline-block;width:44px;height:44px;border-radius:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44px' height='44px'%3e%3cpath fill-rule='evenodd' fill='rgb(66,115,214)' d='M21.856,43.995 C9.787,43.995 0.003,34.147 0.003,21.999 C0.003,9.851 9.787,0.003 21.856,0.003 C33.926,0.003 43.710,9.851 43.710,21.999 C43.710,34.147 33.926,43.995 21.856,43.995 ZM21.856,2.002 C10.884,2.002 1.990,10.955 1.990,21.999 C1.990,33.043 10.884,41.995 21.856,41.995 C32.829,41.995 41.723,33.043 41.723,21.999 C41.723,10.955 32.829,2.002 21.856,2.002 ZM22.695,15.682 L22.695,17.791 L27.515,17.791 L26.857,21.999 L22.695,21.999 L22.695,34.695 L18.551,34.695 L18.551,21.999 L15.988,21.999 L15.988,17.790 L18.551,17.790 L18.551,15.244 C18.551,11.813 19.570,9.337 23.305,9.337 L27.747,9.337 L27.747,13.536 L24.618,13.536 C23.052,13.536 22.695,14.585 22.695,15.682 Z'/%3e%3c/svg%3e")}
.svg-yt{display:inline-block;width:44px;height:44px;border-radius:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44px' height='44px'%3e%3cpath fill-rule='evenodd' fill='rgb(66,115,214)' d='M22.142,43.995 C10.073,43.995 0.289,34.147 0.289,21.999 C0.289,9.851 10.073,0.003 22.142,0.003 C34.211,0.003 43.995,9.851 43.995,21.999 C43.995,34.147 34.211,43.995 22.142,43.995 ZM22.142,2.002 C11.170,2.002 2.275,10.955 2.275,21.999 C2.275,33.043 11.170,41.995 22.142,41.995 C33.115,41.995 42.008,33.043 42.008,21.999 C42.008,10.955 33.115,2.002 22.142,2.002 ZM29.080,33.000 L15.207,33.000 C13.002,33.000 11.214,31.157 11.214,28.892 L11.214,25.085 C11.214,22.816 13.002,20.976 15.207,20.976 L29.080,20.976 C31.286,20.976 33.071,22.816 33.071,25.085 L33.071,28.892 C33.071,31.157 31.286,33.000 29.080,33.000 ZM18.182,22.988 L15.196,22.988 L15.196,23.987 L16.173,23.987 L16.173,30.984 L17.173,30.984 L17.173,23.987 L18.182,23.987 L18.182,22.988 ZM21.145,25.012 L20.164,25.012 L20.164,29.624 C20.067,29.736 19.898,29.836 19.780,29.910 C19.663,29.989 19.503,30.027 19.428,30.027 C19.331,30.027 19.260,29.996 19.215,29.941 C19.172,29.882 19.149,29.790 19.149,29.663 L19.149,25.012 L18.142,25.012 L18.142,30.033 C18.142,30.358 18.233,30.599 18.355,30.762 C18.477,30.926 18.658,31.005 18.898,31.005 C19.096,31.005 19.297,30.953 19.503,30.832 C19.712,30.718 19.911,30.483 20.103,30.268 L20.103,30.268 L20.103,30.989 L21.145,30.989 L21.145,25.012 ZM25.123,26.254 C25.123,25.805 25.036,25.463 24.864,25.229 C24.693,24.995 24.437,24.873 24.110,24.873 C23.946,24.873 23.788,24.918 23.626,25.005 C23.477,25.092 23.263,25.221 23.121,25.387 L23.121,22.988 L22.132,22.988 L22.132,30.925 L23.182,30.925 L23.182,30.505 C23.321,30.677 23.470,30.797 23.626,30.875 C23.785,30.957 23.968,31.000 24.174,31.000 C24.480,31.000 24.716,30.891 24.882,30.686 C25.042,30.478 25.123,30.183 25.123,29.793 L25.123,26.254 ZM29.085,27.000 C29.085,26.505 28.962,25.663 28.709,25.391 C28.465,25.128 28.109,24.998 27.643,24.998 C27.191,24.998 26.827,25.138 26.537,25.429 C26.252,25.711 26.106,26.547 26.106,27.000 L26.106,29.363 C26.106,29.870 26.238,30.268 26.498,30.551 C26.760,30.843 27.115,30.987 27.571,30.987 C28.071,30.987 28.450,30.848 28.706,30.580 C28.962,30.307 29.085,29.903 29.085,29.363 L29.085,29.091 L28.044,29.091 L28.044,29.328 C28.044,29.644 28.007,29.838 27.942,29.930 C27.875,30.021 27.760,30.067 27.595,30.067 C27.428,30.067 27.319,30.012 27.251,29.906 C27.184,29.797 27.148,29.608 27.148,29.328 L27.148,27.998 L29.085,27.998 L29.085,27.000 ZM27.600,25.915 C27.755,25.915 27.872,25.964 27.938,26.059 C28.007,26.152 28.045,26.772 28.045,26.994 L28.045,27.180 L27.148,27.180 L27.148,26.994 C27.148,26.772 27.185,26.152 27.255,26.059 C27.324,25.964 27.442,25.915 27.600,25.915 ZM23.682,30.137 C23.593,30.137 23.512,30.117 23.433,30.075 C23.349,30.036 23.203,29.968 23.121,29.882 L23.121,25.970 C23.194,25.896 23.328,25.839 23.397,25.805 C23.472,25.769 23.542,25.753 23.620,25.753 C23.757,25.753 23.865,25.795 23.945,25.891 C24.014,25.989 24.144,26.129 24.144,26.313 L24.144,26.313 L24.144,29.641 C24.144,29.817 24.021,29.944 23.964,30.017 C23.904,30.097 23.809,30.137 23.682,30.137 ZM26.094,17.807 C25.831,18.287 25.585,18.607 25.284,18.837 C24.894,19.138 24.464,19.112 24.328,18.975 C24.128,18.770 24.096,18.221 24.096,17.843 L24.096,12.979 L25.094,12.979 L25.094,17.412 C25.094,17.562 25.120,17.668 25.172,17.734 C25.226,17.801 25.248,17.833 25.363,17.833 C25.456,17.833 25.977,17.124 26.094,16.986 L26.094,12.979 L27.091,12.979 L27.091,18.874 L26.094,18.874 L26.094,17.807 ZM23.117,17.313 C23.117,17.850 22.958,18.272 22.638,18.576 C22.311,18.877 22.239,19.029 21.674,19.029 C21.132,19.029 20.974,18.874 20.647,18.562 C20.322,18.244 20.156,17.821 20.156,17.286 L20.156,14.660 C20.156,14.177 20.304,13.764 20.641,13.474 C20.977,13.189 21.134,12.973 21.701,12.973 C22.217,12.973 22.375,13.158 22.690,13.474 C22.962,13.750 23.117,14.220 23.117,14.699 L23.117,14.699 L23.117,17.313 ZM22.132,14.616 C22.132,14.477 22.079,14.367 21.979,14.284 C21.876,14.198 21.805,14.155 21.641,14.155 C21.488,14.155 21.365,14.198 21.270,14.284 C21.177,14.367 21.128,14.477 21.128,14.616 L21.128,17.405 C21.128,17.578 21.171,17.711 21.262,17.803 C21.348,17.897 21.476,17.944 21.641,17.944 C21.810,17.944 21.879,17.897 21.983,17.803 C22.080,17.705 22.132,17.575 22.132,17.405 L22.132,14.616 ZM18.177,18.997 L17.147,18.997 L17.147,16.628 L15.352,10.999 L16.767,10.999 L17.676,14.394 L17.763,14.394 L18.630,10.999 L20.056,10.999 L18.177,16.473 L18.177,18.997 Z'/%3e%3c/svg%3e")}
.svg-fb:hover{background-color:#fff}
.svg-yt:hover{background-color:#fff}
.svg-inweb{display:block;width:85px;height:28px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='85px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(178,173,166)' d='M43.585,26.164 L40.962,19.693 L40.398,19.693 L40.398,27.864 L41.029,27.864 L41.029,21.530 L43.657,27.864 L44.206,27.864 L44.206,19.693 L43.585,19.693 L43.585,26.164 ZM45.611,27.864 L46.343,27.864 L46.343,23.913 L48.057,23.913 L48.057,23.367 L46.343,23.367 L46.343,20.272 L48.524,20.272 L48.524,19.693 L45.612,19.693 L45.612,27.864 L45.611,27.864 ZM38.256,27.864 L38.988,27.864 L38.988,19.693 L38.256,19.693 L38.256,27.864 ZM41.877,0.010 L38.539,0.010 L38.539,16.288 L41.877,16.288 L41.877,0.010 ZM46.709,7.254 L50.321,16.288 L52.632,16.288 L52.632,0.000 L49.863,0.000 L49.863,8.519 L46.241,0.000 L43.839,0.000 L43.839,16.288 L46.709,16.288 L46.709,7.254 ZM52.943,20.597 C52.840,20.383 52.710,20.202 52.553,20.055 C52.395,19.908 52.195,19.793 51.952,19.707 C51.708,19.621 51.428,19.579 51.114,19.579 C50.799,19.579 50.520,19.621 50.276,19.707 C50.033,19.792 49.832,19.908 49.674,20.055 C49.518,20.202 49.388,20.383 49.285,20.597 C49.182,20.811 49.109,21.038 49.066,21.279 C49.022,21.519 49.000,21.784 49.000,22.071 L49.000,25.494 C49.000,27.159 49.705,27.993 51.114,27.993 C52.523,27.993 53.227,27.159 53.227,25.494 L53.227,22.071 C53.227,21.784 53.205,21.519 53.162,21.279 C53.119,21.038 53.046,20.811 52.943,20.597 ZM52.495,25.656 C52.495,26.827 52.035,27.413 51.114,27.413 C50.193,27.413 49.732,26.827 49.732,25.656 L49.732,21.910 C49.732,20.742 50.193,20.158 51.114,20.158 C52.035,20.158 52.495,20.742 52.495,21.910 L52.495,25.656 ZM19.933,22.676 C19.740,23.146 18.911,23.139 18.704,22.683 C18.518,22.279 15.935,15.658 15.935,15.658 L17.410,11.516 C17.410,11.516 18.868,15.197 18.943,15.376 C19.134,15.838 19.537,15.810 19.715,15.376 C23.702,4.909 23.770,4.653 23.942,4.198 C21.403,1.714 17.907,0.180 14.048,0.180 C6.290,0.179 -0.000,6.383 -0.000,14.037 C-0.000,16.088 0.452,18.036 1.262,19.787 C2.282,17.179 5.556,8.831 5.556,8.831 L8.627,8.825 C8.627,8.825 4.265,20.135 3.212,22.855 C5.789,25.933 9.687,27.892 14.048,27.892 C21.809,27.892 28.099,21.690 28.099,14.036 C28.099,11.423 27.365,8.979 26.093,6.894 C25.864,7.469 25.774,7.754 19.933,22.676 ZM5.889,7.961 L7.067,4.942 L10.140,4.942 L8.968,7.959 L5.889,7.961 ZM11.591,22.676 C11.397,23.146 10.568,23.139 10.360,22.683 C10.175,22.279 7.593,15.658 7.593,15.658 L9.069,11.516 C9.069,11.516 10.525,15.197 10.600,15.376 C10.792,15.838 11.195,15.810 11.373,15.376 C11.551,14.943 15.408,4.943 15.408,4.943 L18.481,4.943 C18.482,4.943 11.755,22.279 11.591,22.676 ZM83.808,15.112 C84.602,14.329 85.000,13.120 85.000,11.486 C85.000,9.219 84.019,7.850 82.057,7.380 C82.912,7.097 83.543,6.711 83.950,6.223 C84.356,5.734 84.560,5.065 84.560,4.215 C84.560,3.528 84.472,2.932 84.298,2.429 C84.124,1.926 83.891,1.520 83.602,1.212 C83.311,0.905 82.942,0.660 82.492,0.475 C82.043,0.292 81.584,0.168 81.117,0.105 C80.649,0.041 80.109,0.010 79.499,0.010 L76.097,0.010 L76.097,16.288 L80.168,16.288 C81.800,16.288 83.013,15.896 83.808,15.112 ZM79.416,2.216 C79.648,2.216 79.819,2.217 79.929,2.220 C80.039,2.224 80.184,2.236 80.365,2.257 C80.545,2.278 80.679,2.311 80.768,2.356 C80.856,2.402 80.959,2.471 81.075,2.564 C81.191,2.658 81.274,2.772 81.323,2.908 C81.372,3.044 81.416,3.214 81.456,3.419 C81.495,3.625 81.515,3.862 81.515,4.134 C81.515,4.477 81.494,4.776 81.451,5.029 C81.408,5.282 81.333,5.519 81.226,5.739 C81.119,5.959 80.962,6.126 80.754,6.241 C80.546,6.356 80.289,6.413 79.984,6.413 L79.415,6.413 L79.415,2.216 L79.416,2.216 ZM79.434,13.964 L79.434,8.574 L79.764,8.574 C80.491,8.574 81.006,8.809 81.309,9.279 C81.612,9.749 81.763,10.410 81.763,11.259 C81.763,11.772 81.740,12.181 81.695,12.485 C81.649,12.790 81.555,13.062 81.415,13.304 C81.274,13.545 81.069,13.715 80.800,13.815 C80.531,13.914 80.180,13.964 79.746,13.964 L79.434,13.964 ZM67.178,19.693 L65.541,27.864 L66.278,27.864 L66.701,25.736 L68.612,25.736 L69.026,27.864 L69.767,27.864 L68.131,19.693 L67.178,19.693 ZM66.788,25.258 L67.650,20.442 L68.521,25.258 L66.788,25.258 ZM79.949,19.693 L79.193,19.693 L76.984,23.989 L76.984,19.693 L76.252,19.693 L76.252,27.864 L76.984,27.864 L76.984,24.981 L77.793,23.547 L79.564,27.863 L80.339,27.863 L78.235,23.062 L79.949,19.693 ZM69.614,20.272 L71.226,20.272 L71.226,27.864 L71.958,27.864 L71.958,20.272 L73.586,20.272 L73.586,19.693 L69.614,19.693 L69.614,20.272 L69.614,20.272 ZM68.018,16.288 L74.905,16.288 L74.905,14.027 L71.356,14.027 L71.356,9.017 L73.868,9.017 L73.868,6.702 L71.356,6.702 L71.356,2.271 L74.905,2.271 L74.905,0.010 L68.018,0.010 L68.018,16.288 ZM74.109,27.864 L74.841,27.864 L74.841,19.693 L74.109,19.693 L74.109,27.864 ZM58.465,21.806 C58.465,21.565 58.449,21.346 58.419,21.148 C58.388,20.950 58.332,20.759 58.253,20.574 C58.172,20.389 58.067,20.233 57.937,20.108 C57.807,19.984 57.636,19.883 57.424,19.807 C57.213,19.731 56.967,19.693 56.688,19.693 L54.479,19.693 L54.479,27.864 L55.210,27.864 L55.210,23.876 L56.601,23.876 L57.810,27.864 L58.589,27.864 L57.309,23.785 C58.080,23.507 58.465,22.847 58.465,21.806 ZM56.683,23.297 L55.210,23.297 L55.210,20.272 L56.683,20.272 C56.850,20.272 56.996,20.299 57.122,20.353 C57.247,20.407 57.348,20.479 57.425,20.569 C57.502,20.659 57.564,20.771 57.610,20.904 C57.657,21.036 57.689,21.173 57.707,21.313 C57.724,21.452 57.733,21.608 57.733,21.783 C57.733,21.995 57.719,22.183 57.690,22.348 C57.660,22.513 57.610,22.671 57.538,22.823 C57.466,22.974 57.357,23.091 57.214,23.174 C57.068,23.255 56.892,23.297 56.683,23.297 ZM61.682,16.288 L64.534,16.288 L66.845,0.010 L63.993,0.010 L62.920,10.726 L61.536,0.010 L59.087,0.010 L57.675,10.790 L56.649,0.010 L53.806,0.010 L56.089,16.288 L58.940,16.288 L60.298,5.634 L61.682,16.288 ZM62.894,23.356 C62.569,24.693 62.310,25.823 62.113,26.748 L60.515,19.693 L59.615,19.693 L59.615,27.864 L60.265,27.864 L60.265,21.331 L61.797,27.864 L62.432,27.864 L63.963,21.326 L63.963,27.864 L64.613,27.864 L64.613,19.693 L63.713,19.693 C63.491,20.797 63.217,22.018 62.894,23.356 ZM82.135,19.693 L80.498,27.864 L81.234,27.864 L81.657,25.736 L83.569,25.736 L83.983,27.864 L84.724,27.864 L83.087,19.693 L82.135,19.693 ZM81.745,25.258 L82.606,20.442 L83.478,25.258 L81.745,25.258 Z'/%3e%3c/svg%3e")}

/* --- FOOTER --- */
footer{margin-top:40px}
footer .newsletter-highlight{padding:45px 0;background-size:cover;background-position:center center;background-image:url('../images/newsletter-bg.jpg')}
footer .newsletter-highlight .title{margin:0;text-align:center;text-transform:uppercase;line-height:1;font-weight:300;font-size:46px;color:#fff}
footer .newsletter-highlight .title strong{font-weight:700}
footer .newsletter-highlight .subtitle{margin:0 0 20px 0;text-align:center;line-height:1;font-size:24px;color:#fff}
footer .newsletter-highlight .form-control{padding:13px 15px;line-height:24px;font-size:14px;border:0;color:#26292b}
footer .newsletter-highlight button{width:100%;padding:0;text-align:center;text-transform:uppercase;cursor:pointer;line-height:50px;font-weight:700;font-size:24px;border:0;background-color:#4273d6;color:#fff}
footer .newsletter-highlight button:hover{background-color:#2752aa}
footer .newsletter-highlight .custom-control-label{font-size:14px}
footer .newsletter-highlight .custom-control-label::before{border-radius:0;border-color:#fff}

footer .middle .logo{display:block;max-width:297px;margin-top:40px;margin-bottom:40px}
footer .middle .phone{line-height:1;font-size:30px;text-decoration:none;color:#000}
footer .middle .toml{font-size:18px;text-decoration:none}
footer .middle .nav-item .nav-link{margin-top:30px;padding:2px 0;text-align:left;text-decoration:none;font-weight:700;font-size:18px;color:#000}
footer .middle .dropdown-toggle::after{display:none}
footer .middle .dropdown-menu{position:static !important;padding:0;visibility:visible;opacity:1;box-shadow:none;background-color:transparent}
footer .middle .dropdown-item{padding:2px 0;font-size:18px}
footer .middle .dropdown-item:hover{text-decoration:underline;background-color:transparent;color:#000}

footer .copyright{border-top:1px solid #e0e0e0}
footer .copyright span{font-weight:600;font-size:14px}

/* --- BREAKPOINTS --- */
@media(max-width:1439px){
.svg-menu{display:block}
header nav{position:fixed;top:100px;bottom:0;left:0;right:0;transform:translateX(-100%);opacity:0;transition:.3s;overflow-y:auto;overflow-x:hidden;background-color:rgba(255,255,255,.95)}
.header-fixed header nav{top:80px}
.menu-open header nav{transform:translateX(0%);opacity:1}
.menu-open header{transform:none !important}
header nav ul{margin-top:30px;flex-direction:column;text-align:center}
header nav .nav-item .nav-link{line-height:40px !important;font-size:18px;color:#000}
header nav .nav-item:hover .nav-link,
header nav .nav-item:focus .nav-link,
header nav .nav-item:active .nav-link,
header nav .nav-item.active .nav-link{box-shadow:none;background-color:transparent}
header nav .dropdown-menu{position:static !important;margin:0;display:none;visibility:visible;opacity:1;box-shadow:none;background-color:transparent}
header nav .dropdown-item{padding:5px 10px;text-align:center;font-size:18px;color:#000}
header nav .dropdown-item:hover,
header nav .dropdown-item:focus,
header nav .dropdown-item:active,
header nav .dropdown-item.active{background-color:transparent;color:#4273d6}
}

@media(max-width:1279px){
.start-page .shoes-highlight .box1 .cnt .title::after{width:100px}
.start-page .shoes-highlight .box1:hover .cnt .title::after{width:130px}

.start-page .news-highlight .container{max-width:100%}
.start-page .news-highlight .slider img{max-width:110px}
.start-page .news-highlight .slider .desc{font-size:16px}

footer .middle{max-width:100%}
footer .middle .logo{margin-top:30px;margin-bottom:20px}
}

@media(max-width:991px){
header .logo img{margin:10px}
header .svg-cart-blue{margin:0 10px}
header form input{width:170px}
header form button{margin:0 10px 0 0}
.svg-menu{margin:20px 10px}

.start-page .shoes-highlight .fw-mobile{max-width:100%}
.start-page .brands-highlight .container{max-width:100%}

.detailed-page .product .images{margin:0}
.detailed-page .product .images::after{display:none}
}

@media(max-width:767px){
.pagination .page-item:first-child{margin-right:0px}
.pagination .page-item:last-child{margin-left:0px}
.pagination .page-item .page-link{padding:0 12px}
    
.start-page .discount-highlight h2{font-size:38px}

.detailed-page .product h1{font-size:38px}
.similar-products h2{font-size:38px}
.similar-products .svg-prev-arrow{width:70px;height:70px}
.similar-products .svg-next-arrow{width:70px;height:70px}

footer .newsletter-highlight .title{font-size:38px}
footer .newsletter-highlight .subtitle{font-size:18px}
footer .middle .nav-item{width:50%}
}

@media(max-width:575px){
header .logo img{max-width:210px}

.detailed-page .product .images{padding:0 20px 0 150px}
.detailed-page .product .images .thumbs{left:20px}
.detailed-page .product form button{max-width:265px;background-position:left 20px center}
.detailed-page .product .spec{margin-top:20px;padding-left:0}
}