a:active, a:hover, a:focus, button:active, button:hover, button:focus {
    box-shadow: none!important;
    outline: none!important;
}
input {
    -webkit-box-shadow: inset 0 0 0 50px #fff!important;
    -webkit-text-fill-color: #575757!important;
}
input:focus {
    box-shadow: none!important;
    outline: 0!important;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
}
.c-green {
    color: #79a126;
}
.c-white {
    color: white;
}
.c-gray, .c-gray a, .dis .c-gray {
    color: #81898f;
}
.dis .c-green, .dis .buy-one-click a, .buy-one-click a.dis, .btn-buy-2.dis i {
    color: #81898f!important;
}
.c-red, .c-red a {
    color: #cc181e;
}
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700|Poppins:300,400,500,600,700,800,900|Josefin+Sans:wght@300;400;500;600;700|Abril+Fatface|Great+Vibe|Lobster&display=swap");
/*-- Common Style --*/
/* line 48, ../sass/common.scss */
*,
*::after,
*::before {
    box-sizing: border-box;
}

/* line 54, ../sass/common.scss */
html,
body {
    height: 100%;
}

/* line 60, ../sass/common.scss */
h1 {
    font-size: 36px;
    line-height: 42px;
}

/* line 65, ../sass/common.scss */
h2 {
    font-size: 30px;
    line-height: 36px;
}

/* line 70, ../sass/common.scss */
h3 {
    font-size: 24px;
    line-height: 30px;
}

/* line 75, ../sass/common.scss */
h4 {
    font-size: 18px;
    line-height: 24px;
}

/* line 80, ../sass/common.scss */
h5 {
    font-size: 14px;
    line-height: 18px;
}

/* line 85, ../sass/common.scss */
h6 {
    font-size: 12px;
    line-height: 14px;
}

/* line 90, ../sass/common.scss */
p:last-child {
    margin-bottom: 0;
}

/* line 94, ../sass/common.scss */
a,
button {
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

/* line 104, ../sass/common.scss */
a,
button,
img,
input,
span {
    transition: all 0.3s ease 0s;
}

/* line 112, ../sass/common.scss */
*:focus {
    outline: none !important;
}

/* line 116, ../sass/common.scss */
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* line 123, ../sass/common.scss */
a:hover {
    text-decoration: none;
}

/* line 127, ../sass/common.scss */
button,
input[type="submit"] {
    cursor: pointer;
}

/* line 132, ../sass/common.scss */
ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

/*--
    - Common Classes
-----------------------------------------*/
/* line 143, ../sass/common.scss */
.fix {
    overflow: hidden;
}

/* line 147, ../sass/common.scss */

/* line 151, ../sass/common.scss */
.clear {
    clear: both;
}

/* line 155, ../sass/common.scss */
.section {
    float: left;
    width: 100%;
}

/* line 161, ../sass/common.scss */
.capitalize {
    text-transform: capitalize;
}

/* line 165, ../sass/common.scss */
.uppercase {
    text-transform: uppercase;
}

/* line 169, ../sass/common.scss */
.bg-img {
    background-position: center center;
    background-size: cover;
}

/* line 174, ../sass/common.scss */
.border-bottom-1 {
    border-bottom: 1px solid #d5d5d5;
}

/*************************
  Basic margin padding
*************************/
/* line 182, ../sass/common.scss */
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/* line 189, ../sass/common.scss */
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
         Margin top
*************************/
/* line 200, ../sass/common.scss */
.mt-0 {
    margin-top: 0;
}

/* line 204, ../sass/common.scss */
.mt-10 {
    margin-top: 10px;
}

/* line 208, ../sass/common.scss */
.mt-12 {
    margin-top: 12px;
}

/* line 212, ../sass/common.scss */
.mt-15 {
    margin-top: 15px;
}

/* line 216, ../sass/common.scss */
.mt-20 {
    margin-top: 20px;
}

/* line 220, ../sass/common.scss */
.mt-25 {
    margin-top: 25px;
}

/* line 224, ../sass/common.scss */
.mt-30 {
    margin-top: 30px;
}

/* line 228, ../sass/common.scss */
.mt-35 {
    margin-top: 35px;
}

/* line 232, ../sass/common.scss */
.mt-40 {
    margin-top: 40px;
}

/* line 236, ../sass/common.scss */
.mt-45 {
    margin-top: 45px;
}

/* line 240, ../sass/common.scss */
.mt-50 {
    margin-top: 50px;
}

/* line 243, ../sass/common.scss */
.mt-55 {
    margin-top: 55px;
}

/* line 247, ../sass/common.scss */
.mt-60 {
    margin-top: 60px;
}

/* line 251, ../sass/common.scss */
.mt-70 {
    margin-top: 70px;
}

/* line 255, ../sass/common.scss */
.mt-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    /* line 255, ../sass/common.scss */
    .mt-80 {
        margin-top: 60px;
    }
}

/* line 262, ../sass/common.scss */
.mt-90 {
    margin-top: 90px;
}

/* line 266, ../sass/common.scss */
.mt-100 {
    margin-top: 100px;
}

/* line 270, ../sass/common.scss */
.mt-110 {
    margin-top: 110px;
}

/* line 274, ../sass/common.scss */
.mt-120 {
    margin-top: 120px;
}

/* line 278, ../sass/common.scss */
.mt-130 {
    margin-top: 130px;
}

/* line 282, ../sass/common.scss */
.mt-140 {
    margin-top: 140px;
}

/* line 286, ../sass/common.scss */
.mt-150 {
    margin-top: 150px;
}

/* line 289, ../sass/common.scss */
.mt-195 {
    margin-top: 195px;
}

/* line 292, ../sass/common.scss */
.mt-200 {
    margin-top: 200px;
}

/*************************
      Margin right
*************************/
/* line 300, ../sass/common.scss */
.mr-0 {
    margin-right: 0;
}

/* line 304, ../sass/common.scss */
.mr-10 {
    margin-right: 10px;
}

/* line 308, ../sass/common.scss */
.mr-12 {
    margin-right: 12px;
}

/* line 312, ../sass/common.scss */
.mr-15 {
    margin-right: 15px;
}

/* line 316, ../sass/common.scss */
.mr-20 {
    margin-right: 20px;
}

/* line 320, ../sass/common.scss */
.mr-30 {
    margin-right: 30px;
}

/* line 324, ../sass/common.scss */
.mr-35 {
    margin-right: 35px;
}

/* line 328, ../sass/common.scss */
.mr-40 {
    margin-right: 40px;
}

/* line 332, ../sass/common.scss */
.mr-50 {
    margin-right: 50px;
}

/* line 336, ../sass/common.scss */
.mr-60 {
    margin-right: 60px;
}

/* line 340, ../sass/common.scss */
.mr-70 {
    margin-right: 70px;
}

/* line 344, ../sass/common.scss */
.mr-80 {
    margin-right: 80px;
}

/* line 348, ../sass/common.scss */
.mr-90 {
    margin-right: 90px;
}

/* line 352, ../sass/common.scss */
.mr-100 {
    margin-right: 100px;
}

/* line 356, ../sass/common.scss */
.mr-110 {
    margin-right: 110px;
}

/* line 360, ../sass/common.scss */
.mr-120 {
    margin-right: 120px;
}

/* line 364, ../sass/common.scss */
.mr-130 {
    margin-right: 130px;
}

/* line 368, ../sass/common.scss */
.mr-140 {
    margin-right: 140px;
}

/* line 372, ../sass/common.scss */
.mr-150 {
    margin-right: 150px;
}

/*************************
      Margin bottom
*************************/
/* line 380, ../sass/common.scss */
.mb-0 {
    margin-bottom: 0;
}

/* line 384, ../sass/common.scss */
.mb-10 {
    margin-bottom: 10px;
}

/* line 388, ../sass/common.scss */
.mb-12 {
    margin-bottom: 12px;
}

/* line 392, ../sass/common.scss */
.mb-15 {
    margin-bottom: 15px;
}

/* line 396, ../sass/common.scss */
.mb-20 {
    margin-bottom: 20px;
}

/* line 399, ../sass/common.scss */
.mb-25 {
    margin-bottom: 25px;
}

/* line 403, ../sass/common.scss */
.mb-30 {
    margin-bottom: 30px;
}

/* line 407, ../sass/common.scss */
.mb-35 {
    margin-bottom: 35px;
}

/* line 411, ../sass/common.scss */
.mb-40 {
    margin-bottom: 40px;
}

/* line 415, ../sass/common.scss */
.mb-45 {
    margin-bottom: 45px;
}

/* line 419, ../sass/common.scss */
.mb-50 {
    margin-bottom: 50px;
}

/* line 423, ../sass/common.scss */
.mb-55 {
    margin-bottom: 55px;
}

/* line 427, ../sass/common.scss */
.mb-60 {
    margin-bottom: 60px;
}

/* line 431, ../sass/common.scss */
.mb-65 {
    margin-bottom: 65px;
}

/* line 435, ../sass/common.scss */
.mb-70 {
    margin-bottom: 70px;
}

/* line 439, ../sass/common.scss */
.mb-75 {
    margin-bottom: 75px;
}

/* line 443, ../sass/common.scss */
.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    /* line 443, ../sass/common.scss */
    .mb-80 {
        margin-bottom: 60px;
    }
}

/* line 450, ../sass/common.scss */
.mb-90 {
    margin-bottom: 90px;
}

/* line 454, ../sass/common.scss */
.mb-95 {
    margin-bottom: 95px;
}

/* line 458, ../sass/common.scss */
.mb-100 {
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    /* line 458, ../sass/common.scss */
    .mb-100 {
        margin-bottom: 50px;
    }
}

/* line 465, ../sass/common.scss */
.mb-110 {
    margin-bottom: 110px;
}

/* line 469, ../sass/common.scss */
.mb-120 {
    margin-bottom: 120px;
}

/* line 473, ../sass/common.scss */
.mb-130 {
    margin-bottom: 130px;
}

/* line 477, ../sass/common.scss */
.mb-140 {
    margin-bottom: 140px;
}

/* line 481, ../sass/common.scss */
.mb-150 {
    margin-bottom: 150px;
}

/*************************
        Margin left
*************************/
/* line 489, ../sass/common.scss */
.ml-0 {
    margin-left: 0;
}

/* line 493, ../sass/common.scss */
.ml-10 {
    margin-left: 10px;
}

/* line 497, ../sass/common.scss */
.ml-12 {
    margin-left: 12px;
}

/* line 501, ../sass/common.scss */
.ml-15 {
    margin-left: 15px;
}

/* line 505, ../sass/common.scss */
.ml-20 {
    margin-left: 20px;
}

/* line 509, ../sass/common.scss */
.ml-30 {
    margin-left: 30px;
}

/* line 513, ../sass/common.scss */
.ml-40 {
    margin-left: 40px;
}

/* line 517, ../sass/common.scss */
.ml-50 {
    margin-left: 50px;
}

/* line 521, ../sass/common.scss */
.ml-55 {
    margin-left: 55px;
}

/* line 525, ../sass/common.scss */
.ml-60 {
    margin-left: 60px;
}

/* line 529, ../sass/common.scss */
.ml-70 {
    margin-left: 70px;
}

/* line 532, ../sass/common.scss */
.ml-75 {
    margin-left: 75px;
}

/* line 536, ../sass/common.scss */
.ml-80 {
    margin-left: 80px;
}

/* line 540, ../sass/common.scss */
.ml-90 {
    margin-left: 90px;
}

/* line 543, ../sass/common.scss */
.ml-95 {
    margin-left: 95px;
}

/* line 547, ../sass/common.scss */
.ml-100 {
    margin-left: 100px;
}

/* line 551, ../sass/common.scss */
.ml-110 {
    margin-left: 110px;
}

/* line 555, ../sass/common.scss */
.ml-120 {
    margin-left: 120px;
}

/* line 559, ../sass/common.scss */
.ml-130 {
    margin-left: 130px;
}

/* line 563, ../sass/common.scss */
.ml-140 {
    margin-left: 140px;
}

/* line 566, ../sass/common.scss */
.ml-145 {
    margin-left: 145px;
}

/* line 570, ../sass/common.scss */
.ml-150 {
    margin-left: 150px;
}

/* line 573, ../sass/common.scss */
.ml-ntv5 {
    margin-left: -5px;
}

/*************************
        Padding top
*************************/
/* line 581, ../sass/common.scss */
.pt-0 {
    padding-top: 0;
}

/* line 585, ../sass/common.scss */
.pt-10 {
    padding-top: 10px;
}

/* line 589, ../sass/common.scss */
.pt-15 {
    padding-top: 15px;
}

/* line 593, ../sass/common.scss */
.pt-20 {
    padding-top: 20px;
}

/* line 597, ../sass/common.scss */
.pt-25 {
    padding-top: 25px;
}

/* line 601, ../sass/common.scss */
.pt-30 {
    padding-top: 30px;
}

/* line 604, ../sass/common.scss */
.pt-35 {
    padding-top: 35px;
}

/* line 608, ../sass/common.scss */
.pt-40 {
    padding-top: 40px;
}

/* line 612, ../sass/common.scss */
.pt-45 {
    padding-top: 45px;
}

/* line 616, ../sass/common.scss */
.pt-50 {
    padding-top: 50px;
}

/* line 620, ../sass/common.scss */
.pt-55 {
    padding-top: 55px;
}

/* line 624, ../sass/common.scss */
.pt-60 {
    padding-top: 60px;
}

/* line 628, ../sass/common.scss */
.pt-70 {
    padding-top: 70px;
}
@media only screen and (max-width: 767px) {
    /* line 628, ../sass/common.scss */
    .pt-70 {
        padding-top: 60px;
    }
}

/* line 635, ../sass/common.scss */
.pt-75 {
    padding-top: 75px;
}

/* line 639, ../sass/common.scss */
.pt-80 {
    padding-top: 80px;
}
@media only screen and (max-width: 767px) {
    /* line 639, ../sass/common.scss */
    .pt-80 {
        padding-top: 60px;
    }
}

/* line 646, ../sass/common.scss */
.pt-95 {
    padding-top: 95px;
}
@media only screen and (max-width: 767px) {
    /* line 646, ../sass/common.scss */
    .pt-95 {
        padding-top: 55px;
    }
}

/* line 653, ../sass/common.scss */
.pt-90 {
    padding-top: 90px;
}
@media only screen and (max-width: 767px) {
    /* line 653, ../sass/common.scss */
    .pt-90 {
        padding-top: 50px;
    }
}

/* line 660, ../sass/common.scss */
.pt-100 {
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
    /* line 660, ../sass/common.scss */
    .pt-100 {
        padding-top: 60px;
    }
}

/* line 667, ../sass/common.scss */
.pt-105 {
    padding-top: 105px;
}

/* line 671, ../sass/common.scss */
.pt-110 {
    padding-top: 110px;
}
@media only screen and (max-width: 767px) {
    /* line 671, ../sass/common.scss */
    .pt-110 {
        padding-top: 40px;
    }
}

/* line 678, ../sass/common.scss */
.pt-115 {
    padding-top: 115px;
}
@media only screen and (max-width: 767px) {
    /* line 678, ../sass/common.scss */
    .pt-115 {
        padding-top: 60px;
    }
}

/* line 685, ../sass/common.scss */
.pt-120 {
    padding-top: 120px;
}
@media only screen and (max-width: 767px) {
    /* line 685, ../sass/common.scss */
    .pt-120 {
        padding-top: 50px;
    }
}

/* line 692, ../sass/common.scss */
.pt-125 {
    padding-top: 125px;
}
@media only screen and (max-width: 767px) {
    /* line 692, ../sass/common.scss */
    .pt-125 {
        padding-top: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 692, ../sass/common.scss */
    .pt-125 {
        padding-top: 75px;
    }
}

/* line 702, ../sass/common.scss */
.pt-128 {
    padding-top: 128px;
}

/* line 706, ../sass/common.scss */
.pt-130 {
    padding-top: 130px;
}
@media only screen and (max-width: 767px) {
    /* line 706, ../sass/common.scss */
    .pt-130 {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 706, ../sass/common.scss */
    .pt-130 {
        padding-top: 80px;
    }
}

/* line 716, ../sass/common.scss */
.pt-135 {
    padding-top: 135px;
}

/* line 720, ../sass/common.scss */
.pt-140 {
    padding-top: 140px;
}

/* line 724, ../sass/common.scss */
.pt-150 {
    padding-top: 150px;
}

/* line 728, ../sass/common.scss */
.pt-155 {
    padding-top: 155px;
}

/* line 732, ../sass/common.scss */
.pt-170 {
    padding-top: 170px;
}

/* line 736, ../sass/common.scss */
.pt-180 {
    padding-top: 180px;
}
@media only screen and (max-width: 767px) {
    /* line 736, ../sass/common.scss */
    .pt-180 {
        padding-top: 60px;
    }
}

/* line 743, ../sass/common.scss */
.pt-205 {
    padding-top: 205px;
}

/* line 747, ../sass/common.scss */
.pt-230 {
    padding-top: 230px;
}

/* line 751, ../sass/common.scss */
.pt-270 {
    padding-top: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 751, ../sass/common.scss */
    .pt-270 {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 751, ../sass/common.scss */
    .pt-270 {
        padding-top: 100px;
    }
}

/* line 761, ../sass/common.scss */
.pt-240 {
    padding-top: 240px;
}

/* line 765, ../sass/common.scss */
.pt-365 {
    padding-top: 365px;
}

/* line 769, ../sass/common.scss */
.pt-370 {
    padding-top: 370px;
}

/* line 773, ../sass/common.scss */
.pt-380 {
    padding-top: 380px;
}

/*************************
        Padding right
*************************/
/* line 781, ../sass/common.scss */
.pr-0 {
    padding-right: 0;
}

/* line 785, ../sass/common.scss */
.pr-10 {
    padding-right: 10px;
}

/* line 789, ../sass/common.scss */
.pr-15 {
    padding-right: 15px;
}

/* line 793, ../sass/common.scss */
.pr-20 {
    padding-right: 20px;
}

/* line 797, ../sass/common.scss */
.pr-30 {
    padding-right: 30px;
}

/* line 801, ../sass/common.scss */
.pr-40 {
    padding-right: 40px;
}

/* line 805, ../sass/common.scss */
.pr-50 {
    padding-right: 50px;
}

/* line 809, ../sass/common.scss */
.pr-60 {
    padding-right: 60px;
}

/* line 813, ../sass/common.scss */
.pr-70 {
    padding-right: 70px;
}

/* line 817, ../sass/common.scss */
.pr-80 {
    padding-right: 80px;
}

/* line 821, ../sass/common.scss */
.pr-90 {
    padding-right: 90px;
}

/* line 825, ../sass/common.scss */
.pr-100 {
    padding-right: 100px;
}

/* line 829, ../sass/common.scss */
.pr-110 {
    padding-right: 110px;
}

/* line 833, ../sass/common.scss */
.pr-120 {
    padding-right: 120px;
}

/* line 837, ../sass/common.scss */
.pr-130 {
    padding-right: 130px;
}

/* line 841, ../sass/common.scss */
.pr-140 {
    padding-right: 140px;
}

/* line 845, ../sass/common.scss */
.pr-155 {
    padding-right: 155px;
}

/* line 849, ../sass/common.scss */
.pr-270 {
    padding-right: 270px;
}

/*************************
        Padding bottom
*************************/
/* line 857, ../sass/common.scss */
.pb-0 {
    padding-bottom: 0;
}

/* line 861, ../sass/common.scss */
.pb-10 {
    padding-bottom: 10px;
}

/* line 865, ../sass/common.scss */
.pb-15 {
    padding-bottom: 15px;
}

/* line 869, ../sass/common.scss */
.pb-20 {
    padding-bottom: 20px;
}

/* line 873, ../sass/common.scss */
.pb-25 {
    padding-bottom: 25px;
}

/* line 877, ../sass/common.scss */
.pb-30 {
    padding-bottom: 30px;
}

/* line 880, ../sass/common.scss */
.pb-35 {
    padding-bottom: 35px;
}

/* line 884, ../sass/common.scss */
.pb-40 {
    padding-bottom: 40px;
}

/* line 888, ../sass/common.scss */
.pb-50 {
    padding-bottom: 50px;
}

/* line 891, ../sass/common.scss */
.pb-55 {
    padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
    /* line 891, ../sass/common.scss */
    .pb-55 {
        padding-bottom: 15px;
    }
}

/* line 898, ../sass/common.scss */
.pb-60 {
    padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    /* line 898, ../sass/common.scss */
    .pb-60 {
        padding-bottom: 20px;
    }
}

/* line 905, ../sass/common.scss */
.pb-65 {
    padding-bottom: 65px;
}

/* line 909, ../sass/common.scss */
.pb-70 {
    padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    /* line 909, ../sass/common.scss */
    .pb-70 {
        padding-bottom: 30px;
    }
}

/* line 916, ../sass/common.scss */
.pb-80 {
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    /* line 916, ../sass/common.scss */
    .pb-80 {
        padding-bottom: 40px;
    }
}

/* line 923, ../sass/common.scss */
.pb-85 {
    padding-bottom: 85px;
}

/* line 927, ../sass/common.scss */
.pb-90 {
    padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
    /* line 927, ../sass/common.scss */
    .pb-90 {
        padding-bottom: 50px;
    }
}

/* line 934, ../sass/common.scss */
.pb-95 {
    padding-bottom: 95px;
}
@media only screen and (max-width: 767px) {
    /* line 934, ../sass/common.scss */
    .pb-95 {
        padding-bottom: 55px;
    }
}

/* line 941, ../sass/common.scss */
.pb-100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    /* line 941, ../sass/common.scss */
    .pb-100 {
        padding-bottom: 30px;
    }
}

/* line 948, ../sass/common.scss */
.pb-105 {
    padding-bottom: 105px;
}

/* line 952, ../sass/common.scss */
.pb-110 {
    padding-bottom: 110px;
}

/* line 956, ../sass/common.scss */
.pb-115 {
    padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
    /* line 956, ../sass/common.scss */
    .pb-115 {
        padding-bottom: 60px;
    }
}

/* line 963, ../sass/common.scss */
.pb-120 {
    padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
    /* line 963, ../sass/common.scss */
    .pb-120 {
        padding-bottom: 50px;
    }
}

/* line 970, ../sass/common.scss */
.pb-125 {
    padding-bottom: 125px;
}

/* line 974, ../sass/common.scss */
.pb-130 {
    padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
    /* line 974, ../sass/common.scss */
    .pb-130 {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 974, ../sass/common.scss */
    .pb-130 {
        padding-bottom: 80px;
    }
}

/* line 984, ../sass/common.scss */
.pb-140 {
    padding-bottom: 140px;
}
@media only screen and (max-width: 767px) {
    /* line 984, ../sass/common.scss */
    .pb-140 {
        padding-bottom: 60px;
    }
}

/* line 991, ../sass/common.scss */
.pb-145 {
    padding-bottom: 145px;
}

/* line 995, ../sass/common.scss */
.pb-150 {
    padding-bottom: 150px;
}

/* line 999, ../sass/common.scss */
.pb-170 {
    padding-bottom: 170px;
}

/* line 1003, ../sass/common.scss */
.pb-180 {
    padding-bottom: 180px;
}

/* line 1007, ../sass/common.scss */
.pb-280 {
    padding-bottom: 280px;
}

/* line 1011, ../sass/common.scss */
.pb-210 {
    padding-bottom: 210px;
}

/* line 1015, ../sass/common.scss */
.pb-285 {
    padding-bottom: 285px;
}

/* line 1019, ../sass/common.scss */
.pb-270 {
    padding-bottom: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1019, ../sass/common.scss */
    .pb-270 {
        padding-bottom: 170px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1019, ../sass/common.scss */
    .pb-270 {
        padding-bottom: 100px;
    }
}

/* line 1029, ../sass/common.scss */
.pb-290 {
    padding-bottom: 290px;
}

/*************************
        Padding left
*************************/
/* line 1037, ../sass/common.scss */
.pl-0 {
    padding-left: 0;
}

/* line 1041, ../sass/common.scss */
.pl-10 {
    padding-left: 10px;
}

/* line 1045, ../sass/common.scss */
.pl-15 {
    padding-left: 15px;
}

/* line 1049, ../sass/common.scss */
.pl-20 {
    padding-left: 20px;
}

/* line 1053, ../sass/common.scss */
.pl-30 {
    padding-left: 30px;
}

/* line 1057, ../sass/common.scss */
.pl-40 {
    padding-left: 40px;
}

/* line 1061, ../sass/common.scss */
.pl-50 {
    padding-left: 50px;
}

/* line 1065, ../sass/common.scss */
.pl-60 {
    padding-left: 60px;
}

/* line 1069, ../sass/common.scss */
.pl-70 {
    padding-left: 70px;
}

/* line 1073, ../sass/common.scss */
.pl-80 {
    padding-left: 80px;
}

/* line 1077, ../sass/common.scss */
.pl-90 {
    padding-left: 90px;
}

/* line 1081, ../sass/common.scss */
.pl-100 {
    padding-left: 100px;
}

/* line 1085, ../sass/common.scss */
.pl-110 {
    padding-left: 110px;
}

/* line 1089, ../sass/common.scss */
.pl-120 {
    padding-left: 120px;
}

/* line 1093, ../sass/common.scss */
.pl-130 {
    padding-left: 130px;
}

/* line 1097, ../sass/common.scss */
.pl-140 {
    padding-left: 140px;
}

/* line 1101, ../sass/common.scss */
.pl-150 {
    padding-left: 150px;
}

/* line 1105, ../sass/common.scss */
.pl-155 {
    padding-left: 155px;
}

/* line 1109, ../sass/common.scss */
.pl-190 {
    padding-left: 190px;
}

/***************************
    Page section padding
****************************/
/* line 1117, ../sass/common.scss */
.ptb-0 {
    padding: 0;
}

/* line 1121, ../sass/common.scss */
.ptb-10 {
    padding: 10px 0;
}

/* line 1125, ../sass/common.scss */
.ptb-20 {
    padding: 20px 0;
}

/* line 1129, ../sass/common.scss */
.ptb-30 {
    padding: 30px 0;
}

/* line 1133, ../sass/common.scss */
.ptb-35 {
    padding: 35px 0;
}

/* line 1137, ../sass/common.scss */
.ptb-32 {
    padding: 32px 0;
}

/* line 1141, ../sass/common.scss */
.ptb-40 {
    padding: 40px 0;
}

/* line 1145, ../sass/common.scss */
.ptb-50 {
    padding: 50px 0;
}

/* line 1149, ../sass/common.scss */
.ptb-60 {
    padding: 60px 0;
}

/* line 1153, ../sass/common.scss */
.ptb-70 {
    padding: 70px 0;
}

/* line 1157, ../sass/common.scss */
.ptb-80 {
    padding: 80px 0;
}

/* line 1161, ../sass/common.scss */
.ptb-90 {
    padding: 90px 0;
}

/* line 1165, ../sass/common.scss */
.ptb-100 {
    padding: 100px 0;
}

/* line 1169, ../sass/common.scss */
.ptb-110 {
    padding: 110px 0;
}

/* line 1173, ../sass/common.scss */
.ptb-120 {
    padding: 120px 0;
}

/* line 1177, ../sass/common.scss */
.ptb-130 {
    padding: 130px 0;
}

/* line 1181, ../sass/common.scss */
.ptb-140 {
    padding: 140px 0;
}

/* line 1185, ../sass/common.scss */
.ptb-150 {
    padding: 150px 0;
}

/* line 1189, ../sass/common.scss */
.ptb-160 {
    padding: 160px 0;
}

/* line 1193, ../sass/common.scss */
.ptb-170 {
    padding: 170px 0;
}

/* line 1197, ../sass/common.scss */
.ptb-177 {
    padding: 177px 0;
}

/* line 1201, ../sass/common.scss */
.ptb-180 {
    padding: 180px 0;
}

/* line 1205, ../sass/common.scss */
.ptb-190 {
    padding: 190px 0;
}

/* line 1209, ../sass/common.scss */
.ptb-200 {
    padding: 200px 0;
}

/* line 1213, ../sass/common.scss */
.ptb-210 {
    padding: 210px 0;
}

/* line 1217, ../sass/common.scss */
.ptb-220 {
    padding: 220px 0;
}

/* line 1221, ../sass/common.scss */
.ptb-290 {
    padding: 290px 0;
}

/* line 1225, ../sass/common.scss */
.ptb-310 {
    padding: 310px 0;
}

/***************************
    Page section margin
****************************/
/* line 1233, ../sass/common.scss */
.mtb-0 {
    margin: 0;
}

/* line 1237, ../sass/common.scss */
.mtb-10 {
    margin: 10px 0;
}

/* line 1241, ../sass/common.scss */
.mtb-15 {
    margin: 15px 0;
}

/* line 1245, ../sass/common.scss */
.mtb-20 {
    margin: 20px 0;
}

/* line 1249, ../sass/common.scss */
.mtb-30 {
    margin: 30px 0;
}

/* line 1253, ../sass/common.scss */
.mtb-40 {
    margin: 40px 0;
}

/* line 1257, ../sass/common.scss */
.mtb-50 {
    margin: 50px 0;
}

/* line 1261, ../sass/common.scss */
.mtb-60 {
    margin: 60px 0;
}

/* line 1265, ../sass/common.scss */
.mtb-70 {
    margin: 70px 0;
}

/* line 1269, ../sass/common.scss */
.mtb-80 {
    margin: 80px 0;
}

/* line 1273, ../sass/common.scss */
.mtb-90 {
    margin: 90px 0;
}

/* line 1277, ../sass/common.scss */
.mtb-100 {
    margin: 100px 0;
}

/* line 1281, ../sass/common.scss */
.mtb-110 {
    margin: 110px 0;
}

/* line 1285, ../sass/common.scss */
.mtb-120 {
    margin: 120px 0;
}

/* line 1289, ../sass/common.scss */
.mtb-130 {
    margin: 130px 0;
}

/* line 1293, ../sass/common.scss */
.mtb-140 {
    margin: 140px 0;
}

/* line 1297, ../sass/common.scss */
.mtb-150 {
    margin: 150px 0;
}

/* line 1301, ../sass/common.scss */
.mtb-290 {
    margin: 290px 0;
}

/* line 1305, ../sass/common.scss */
.mb--10 {
    margin-bottom: -10px;
}

/*--
    - Input Placeholder
-----------------------------------------*/
/* line 1313, ../sass/common.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 1320, ../sass/common.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 1327, ../sass/common.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 1334, ../sass/common.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 1341, ../sass/common.scss */
input {
    font-size: 14px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    color: #333;
    border: 2px solid #eceff8;
    background: #eceff8;
    box-shadow: none;
}

/* line 1354, ../sass/common.scss */
select {
    font-size: 14px;
    width: 100%;
    color: #333;
    border: 0 solid #eceff8;
    background: transparent;
    box-shadow: none;
}

/* line 1365, ../sass/common.scss */
option {
    font-size: 14px;
    padding-left: 10px;
    border: 0 solid #626262;
    background: #fff;
}

/* line 1374, ../sass/common.scss */
input:focus {
    background: transparent;
}

/* line 1378, ../sass/common.scss */
textarea {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    resize: vertical;
    border: 2px solid #eceff8;
    background: #eceff8;
}

/* line 1390, ../sass/common.scss */
textarea:focus {
    border: 2px solid #4fc1f0;
    outline: none;
    background: transparent;
}

/* line 1396, ../sass/common.scss */
.input-group.divcenter.input-group .form-control {
    padding-left: 0;
}

/* line 1400, ../sass/common.scss */
.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1400, ../sass/common.scss */
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1400, ../sass/common.scss */
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1400, ../sass/common.scss */
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1400, ../sass/common.scss */
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* line 1424, ../sass/common.scss */
.custom-row-2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
/* line 1430, ../sass/common.scss */
.custom-row-2 div[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1430, ../sass/common.scss */
    .custom-row-2 div[class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1430, ../sass/common.scss */
    .custom-row-2 div[class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1424, ../sass/common.scss */
    .custom-row-2 {
        margin-right: -5px;
        margin-left: -5px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1424, ../sass/common.scss */
    .custom-row-2 {
        margin-right: -5px;
        margin-left: -5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1424, ../sass/common.scss */
    .custom-row-2 {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1424, ../sass/common.scss */
    .custom-row-2 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* line 1459, ../sass/common.scss */
.custom-row-3 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -13.6px;
    margin-left: -13.6px;
}
/* line 1465, ../sass/common.scss */
.custom-row-3 div[class^="col-"] {
    padding-right: 13.6px;
    padding-left: 13.6px;
}
@media only screen and (max-width: 767px) {
    /* line 1465, ../sass/common.scss */
    .custom-row-3 div[class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1459, ../sass/common.scss */
    .custom-row-3 {
        margin-right: -13.6px;
        margin-left: -13.6px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1459, ../sass/common.scss */
    .custom-row-3 {
        margin-right: -13.6px;
        margin-left: -13.6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1459, ../sass/common.scss */
    .custom-row-3 {
        margin-right: -13.6px;
        margin-left: -13.6px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1459, ../sass/common.scss */
    .custom-row-3 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* line 1491, ../sass/common.scss */
.custom-col-5 {
    position: relative;
    flex: 0 0 20%;
    width: 100%;
    max-width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1491, ../sass/common.scss */
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1491, ../sass/common.scss */
    .custom-col-5 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1491, ../sass/common.scss */
    .custom-col-5 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1491, ../sass/common.scss */
    .custom-col-5 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1491, ../sass/common.scss */
    .custom-col-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* line 1533, ../sass/common.scss */
.mobile-menu-area {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1533, ../sass/common.scss */
    .mobile-menu-area {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1533, ../sass/common.scss */
    .mobile-menu-area {
        display: block;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1533, ../sass/common.scss */
    .mobile-menu-area {
        display: block;
    }
}
/* line 1545, ../sass/common.scss */
.mobile-menu-area.white-mobile-menu a.meanmenu-reveal {
    color: #fff;
    border: 1px solid #fff;
}
/* line 1548, ../sass/common.scss */
.mobile-menu-area.white-mobile-menu a.meanmenu-reveal span {
    background-color: #fff;
}

/* line 1558, ../sass/common.scss */
.stick .mobile-menu-area.white-mobile-menu a.meanmenu-reveal {
    color: #333;
    border: 1px solid #333;
}
/* line 1561, ../sass/common.scss */
.stick .mobile-menu-area.white-mobile-menu a.meanmenu-reveal span {
    background-color: #333;
}

/* line 1569, ../sass/common.scss */
.mean-container a.meanmenu-reveal {
    top: -30px;
}

/* line 1573, ../sass/common.scss */
#mobile-menu-active {
    display: none;
}

/* line 1577, ../sass/common.scss */
.mobile-menu .mean-nav ul.menu-overflow {
    overflow-y: auto;
    height: 215px;
    margin-top: 10px;
}

/* line 1584, ../sass/common.scss */
.mobile-menu.mean-container .mean-nav ul {
    margin: 14px 0 0;
}

/*--
    Scroll Up
-----------------------------------------*/
/* line 1592, ../sass/common.scss */
.scroll-top {
    position: fixed;
    z-index: 9811 !important;
    right: 20px;
    bottom: 60px;
    visibility: hidden;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: none;
    background-color: #a749ff;
}
/* line 1612, ../sass/common.scss */
.scroll-top.show {
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    /* line 1592, ../sass/common.scss */
    .scroll-top {
        width: 40px;
        height: 40px;
    }
}
/* line 1621, ../sass/common.scss */
.scroll-top i {
    font-size: 22px;
    line-height: 50px;
    display: block;
}
@media only screen and (max-width: 767px) {
    /* line 1621, ../sass/common.scss */
    .scroll-top i {
        font-size: 16px;
        line-height: 40px;
    }
}
/* line 1632, ../sass/common.scss */
.scroll-top:hover i {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

/* line 1642, ../sass/common.scss */
.height-100 {
    height: 100vh;
}

/*--
    - Background Color
------------------------------------------*/
/* line 1650, ../sass/common.scss */
.bg-purple {
    background-color: #f0e0ff;
}

/* line 1653, ../sass/common.scss */
.bg-purple-2 {
    background-color: #cea1f8;
}

/* line 1656, ../sass/common.scss */
.bg-gray {
    background-color: #f6f6f8;
}

/* line 1659, ../sass/common.scss */
.bg-gray-2 {
    background-color: #f6f6f6;
}

/* line 1663, ../sass/common.scss */
.bg-gray-3 {
    background-color: #f7f7f7;
}

/* line 1667, ../sass/common.scss */
.bg-gray-4 {
    background-color: #f1f1f1;
}

/* line 1670, ../sass/common.scss */
.bg-gray-5 {
    background-color: #f9f9f9;
}

/* line 1674, ../sass/common.scss */
.bg-gray-6 {
    background-color: #e9e6e9;
}

/* line 1678, ../sass/common.scss */
.bg-gray-7 {
    background-color: #f8f8f8;
}

/* line 1682, ../sass/common.scss */
.bg-black {
    background-color: #000000;
}

/* line 1685, ../sass/common.scss */
.bg-glaucous {
    background-color: #daedff;
}

/* line 1688, ../sass/common.scss */
.bg-aqua {
    background-color: #dbfffb;
}

/* line 1691, ../sass/common.scss */
.bg-white {
    background-color: #fff;
}

/* line 1695, ../sass/common.scss */
.default-overlay {
    position: relative;
}
/* line 1697, ../sass/common.scss */
.default-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

/* line 1712, ../sass/common.scss */
.btn-hover a,
.btn-hover button {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
/* line 1717, ../sass/common.scss */
.btn-hover a:hover,
.btn-hover button:hover {
    color: #fff;
    border: 1px solid #a749ff;
}
/* line 1721, ../sass/common.scss */
.btn-hover a::before, .btn-hover a::after,
.btn-hover button::before,
.btn-hover button::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 1734, ../sass/common.scss */
.btn-hover a::after,
.btn-hover button::after {
    right: 0;
    left: auto;
    width: 0;
    background: #a749ff;
}
/* line 1742, ../sass/common.scss */
.btn-hover a:hover::after,
.btn-hover button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}
/* line 1753, ../sass/common.scss */
.btn-hover--blue a:hover,
.btn-hover--blue button:hover {
    border-color: #053399 !important;
}
/* line 1756, ../sass/common.scss */
.btn-hover--blue a::after,
.btn-hover--blue button::after {
    background: #053399;
}

/* line 1763, ../sass/common.scss */
a.default-btn {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 19px 50px 21px;
    text-transform: uppercase;
    color: #010101;
    border: 1px solid #333;
}

/* slider img bounce */
@-webkit-keyframes bounce-img {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(20px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes bounce-img {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(20px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
/* line 1823, ../sass/common.scss */
.effect-snow {
    animation: snow 20s linear infinite;
}

/* line 1827, ../sass/common.scss */
.body-effect {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/* line 1840, ../sass/common.scss */
.padding-10-row-col .row {
    margin-right: -5px;
    margin-left: -5px;
}
/* line 1843, ../sass/common.scss */
.padding-10-row-col .row div[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* line 1850, ../sass/common.scss */
.padding-20-row-col .row {
    margin-right: -10px;
    margin-left: -10px;
}
/* line 1853, ../sass/common.scss */
.padding-20-row-col .row div[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/* line 1860, ../sass/common.scss */
[class*="ToastContainer"] {
    overflow: hidden !important;
}

@media (min-width: 1200px) {
    /* line 1865, ../sass/common.scss */
    .container {
        max-width: 1200px;
    }
}
/* line 1872, ../sass/common.scss */
.item-empty-area__icon i {
    font-size: 140px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    /* line 1872, ../sass/common.scss */
    .item-empty-area__icon i {
        font-size: 100px;
    }
}
/* line 1881, ../sass/common.scss */
.item-empty-area__text {
    font-size: 20px;
}
/* line 1883, ../sass/common.scss */
.item-empty-area__text a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    transition: 0.3s;
    color: #ffffff;
    background-color: #363f4d;
}
/* line 1896, ../sass/common.scss */
.item-empty-area__text a:hover {
    color: #ffffff;
    background-color: #a749ff;
}

/* line 1906, ../sass/common.scss */
.fullpage-slider-wrapper .Navigation .Navigation-Anchor {
    background-color: #333 !important;
}

/* line 1912, ../sass/common.scss */
.bg-white {
    background-color: #ffffff;
}

/* line 1916, ../sass/common.scss */
.rounden-btn {
    overflow: hidden;
    border-radius: 50px;
}
/* line 1920, ../sass/common.scss */
.rounden-btn:before, .rounden-btn:after {
    border-radius: 50px;
}

/* line 1926, ../sass/common.scss */
.bg-black-2 {
    background-color: #1b1b1b;
}

/* line 1930, ../sass/common.scss */
.bg-black-3 {
    background-color: #202022;
}
.product-area {
    position: relative;
}
/* line 43, ../sass/product.scss */
.product-area .row.three-column .col-xl-3 {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 43, ../sass/product.scss */
    .product-area .row.three-column .col-xl-3 {
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 43, ../sass/product.scss */
    .product-area .row.three-column .col-xl-3 {
        flex: 1 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 43, ../sass/product.scss */
    .product-area .row.three-column .col-xl-3 {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
/* line 68, ../sass/product.scss */
.product-area .row.five-column .col-xl-3 {
    flex: 1 0 20%;
    max-width: 20%;
    transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 68, ../sass/product.scss */
    .product-area .row.five-column .col-xl-3 {
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 68, ../sass/product.scss */
    .product-area .row.five-column .col-xl-3 {
        flex: 1 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 68, ../sass/product.scss */
    .product-area .row.five-column .col-xl-3 {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
/* line 95, ../sass/product.scss */
.product-area--style2 .swiper-slider-navigation-wrapper {
    width: 100%;
    text-align: center;
}
/* line 100, ../sass/product.scss */
.product-area--style2 .ht-swiper-button-nav {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #c6c6c6;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #f9f9f9;
}
/* line 121, ../sass/product.scss */
.product-area--style2 .ht-swiper-button-nav i {
    padding-top: 3px;
}
@media only screen and (max-width: 767px) {
    /* line 100, ../sass/product.scss */
    .product-area--style2 .ht-swiper-button-nav {
        margin-top: 15px;
    }
}
/* line 127, ../sass/product.scss */
.product-area--style2 .ht-swiper-button-nav:hover {
    color: #fff;
    border: 1px solid #a749ff;
    background-color: #a749ff;
}
/* line 132, ../sass/product.scss */
.product-area--style2 .ht-swiper-button-nav.swiper-button-prev {
    right: 40px;
    left: auto;
}
@media only screen and (max-width: 767px) {
    /* line 132, ../sass/product.scss */
    .product-area--style2 .ht-swiper-button-nav.swiper-button-prev {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 100, ../sass/product.scss */
    .product-area--style2 .ht-swiper-button-nav {
        position: static;
        text-align: center;
    }
}

/* line 149, ../sass/product.scss */
.product-tab-list {
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    /* line 151, ../sass/product.scss */
    .product-tab-list.pt-30, .product-tab-list.pt-55 {
        padding: 10px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 158, ../sass/product.scss */
    .product-tab-list.pt-35, .product-tab-list.pt-60 {
        padding: 20px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 164, ../sass/product.scss */
    .product-tab-list.pt-35, .product-tab-list.pt-60 {
        padding: 10px 0 10px;
    }
}
/* line 169, ../sass/product.scss */
.product-tab-list a {
    margin: 0 11px;
}
/* line 171, ../sass/product.scss */
.product-tab-list a.nav-link {
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    /* line 169, ../sass/product.scss */
    .product-tab-list a {
        margin: 0 11px 5px;
    }
}
/* line 177, ../sass/product.scss */
.product-tab-list a h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease 0s;
    color: #555;
}
/* line 186, ../sass/product.scss */
.product-tab-list a h4:hover {
    color: #000;
}
/* line 190, ../sass/product.scss */
.product-tab-list a.active h4 {
    color: #000;
}
/* line 196, ../sass/product.scss */
.product-tab-list.product-tab-fruits a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}
/* line 199, ../sass/product.scss */
.product-tab-list.product-tab-fruits a h4:hover {
    color: #6eab49;
}
/* line 203, ../sass/product.scss */
.product-tab-list.product-tab-fruits a.active h4 {
    color: #6eab49;
    border-bottom: 2px solid #6eab49;
}
/* line 211, ../sass/product.scss */
.product-tab-list.product-tab-pink a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}
/* line 214, ../sass/product.scss */
.product-tab-list.product-tab-pink a h4:hover {
    color: #e90042;
}
/* line 218, ../sass/product.scss */
.product-tab-list.product-tab-pink a.active h4 {
    color: #e90042;
    border-bottom: 2px solid #e90042;
}
/* line 226, ../sass/product.scss */
.product-tab-list.product-tab-pink2 a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}
/* line 229, ../sass/product.scss */
.product-tab-list.product-tab-pink2 a h4:hover {
    color: #ed59a0;
}
/* line 233, ../sass/product.scss */
.product-tab-list.product-tab-pink2 a.active h4 {
    color: #ed59a0;
    border-bottom: 2px solid #e90042;
}
/* line 242, ../sass/product.scss */
.product-tab-list.product-tab-white a h4 {
    color: #fff;
}
/* line 250, ../sass/product.scss */
.product-tab-list--style2 .nav-item a {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    text-transform: uppercase;
}
/* line 257, ../sass/product.scss */
.product-tab-list--style2 .nav-item a.active h4 {
    color: #fed700;
}
/* line 261, ../sass/product.scss */
.product-tab-list--style2 .nav-item a h4 {
    font-weight: 700;
    color: #5f5f5f;
}
/* line 269, ../sass/product.scss */
.product-tab-list--style2 .nav-item:first-child a {
    margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    /* line 248, ../sass/product.scss */
    .product-tab-list--style2 {
        margin-top: 10px;
    }
}

/* line 282, ../sass/product.scss */
.product-wrap,
.product-list-image-wrap {
    position: relative;
}
/* line 285, ../sass/product.scss */
.product-wrap .product-img,
.product-list-image-wrap .product-img {
    position: relative;
    overflow: hidden;
}
/* line 289, ../sass/product.scss */
.product-wrap .product-img img,
.product-list-image-wrap .product-img img {
    width: 100%;
}
/* line 293, ../sass/product.scss */
.product-wrap .product-img-badges,
.product-list-image-wrap .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 297, ../sass/product.scss */
.product-wrap .product-img-badges span,
.product-list-image-wrap .product-img-badges span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    color: #fff;
    border-radius: 3px;
}
/* line 309, ../sass/product.scss */
.product-wrap .product-img-badges span.pink,
.product-list-image-wrap .product-img-badges span.pink {
    background-color: #fa6bff;
}
/* line 312, ../sass/product.scss */
.product-wrap .product-img-badges span.purple,
.product-list-image-wrap .product-img-badges span.purple {
    background-color: #a749ff;
}
/* line 316, ../sass/product.scss */
.product-wrap .product-img-badges span:last-child,
.product-list-image-wrap .product-img-badges span:last-child {
    margin-bottom: 0;
}
/* line 322, ../sass/product.scss */
.product-wrap .product-img .hover-img,
.product-list-image-wrap .product-img .hover-img {
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    transition-duration: 0.7s;
    transform: translate(-50%, 20px);
    opacity: 0;
}
/* line 334, ../sass/product.scss */
.product-wrap .product-img .product-action,
.product-list-image-wrap .product-img .product-action {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    transform: translateX(-50%);
}
/* line 347, ../sass/product.scss */
.product-wrap .product-img .product-action > div,
.product-list-image-wrap .product-img .product-action > div {
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    height: 48px;
    transition: all 0.5s ease;
    transform: translateY(20px);
    opacity: 0;
    background-color: #a749ff;
}
/* line 364, ../sass/product.scss */
.product-wrap .product-img .product-action .pro-wishlist,
.product-list-image-wrap .product-img .product-action .pro-wishlist {
    width: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 369, ../sass/product.scss */
.product-wrap .product-img .product-action .pro-cart,
.product-list-image-wrap .product-img .product-action .pro-cart {
    font-size: 14px;
    width: calc(100% - 48px - 48px);
    transition-delay: 0.1s;
}
/* line 376, ../sass/product.scss */
.product-wrap .product-img .product-action .pro-quickview,
.product-list-image-wrap .product-img .product-action .pro-quickview {
    width: 48px;
    margin: 0;
    transition-delay: 0.2s;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 385, ../sass/product.scss */
.product-wrap .product-img .product-action .pro-same-action a,
.product-wrap .product-img .product-action .pro-same-action button,
.product-list-image-wrap .product-img .product-action .pro-same-action a,
.product-list-image-wrap .product-img .product-action .pro-same-action button {
    font-size: 16px;
    line-height: 48px;
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border: none;
    background: none;
}
/* line 401, ../sass/product.scss */
.product-wrap .product-img .product-action .pro-same-action a:hover, .product-wrap .product-img .product-action .pro-same-action a.active,
.product-wrap .product-img .product-action .pro-same-action button:hover,
.product-wrap .product-img .product-action .pro-same-action button.active,
.product-list-image-wrap .product-img .product-action .pro-same-action a:hover,
.product-list-image-wrap .product-img .product-action .pro-same-action a.active,
.product-list-image-wrap .product-img .product-action .pro-same-action button:hover,
.product-list-image-wrap .product-img .product-action .pro-same-action button.active {
    background-color: #000;
}
/* line 408, ../sass/product.scss */
.product-wrap .product-img .product-action .pro-same-action.pro-wishlist a, .product-wrap .product-img .product-action .pro-same-action.pro-quickview a,
.product-list-image-wrap .product-img .product-action .pro-same-action.pro-wishlist a,
.product-list-image-wrap .product-img .product-action .pro-same-action.pro-quickview a {
    margin-top: 2px;
}
/* line 415, ../sass/product.scss */
.product-wrap .product-content,
.product-list-image-wrap .product-content {
    margin: 20px 0 0;
}
/* line 417, ../sass/product.scss */
.product-wrap .product-content h3,
.product-list-image-wrap .product-content h3 {
    font-size: 16px;
    margin: 0;
}
/* line 422, ../sass/product.scss */
.product-wrap .product-content .product-rating,
.product-list-image-wrap .product-content .product-rating {
    margin: 3px 0 3px;
}
/* line 424, ../sass/product.scss */
.product-wrap .product-content .product-rating i,
.product-list-image-wrap .product-content .product-rating i {
    font-size: 17px;
    margin: 0 3px;
    color: #5f5d5d;
}
/* line 430, ../sass/product.scss */
.product-wrap .product-content .product-rating i.yellow,
.product-list-image-wrap .product-content .product-rating i.yellow {
    color: #ffa900;
}
/* line 436, ../sass/product.scss */
.product-wrap .product-content .product-price span,
.product-list-image-wrap .product-content .product-price span {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 0 9px;
    color: #000;
}
/* line 445, ../sass/product.scss */
.product-wrap .product-content .product-price span::before,
.product-list-image-wrap .product-content .product-price span::before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 7px;
    height: 2px;
    content: "";
    background-color: #000;
}
/* line 457, ../sass/product.scss */
.product-wrap .product-content .product-price span:last-child:before,
.product-list-image-wrap .product-content .product-price span:last-child:before {
    display: none;
}
/* line 460, ../sass/product.scss */
.product-wrap .product-content .product-price span.old,
.product-list-image-wrap .product-content .product-price span.old {
    text-decoration: line-through;
    color: #8e8e8e;
}
/* line 468, ../sass/product.scss */
.product-wrap:hover .hover-img,
.product-list-image-wrap:hover .hover-img {
    visibility: visible;
    transform: translate(-50%, 0);
    opacity: 1;
}
/* line 475, ../sass/product.scss */
.product-wrap:hover .product-action > div,
.product-list-image-wrap:hover .product-action > div {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

/* line 484, ../sass/product.scss */
.modal-dialog {
    width: 960px;
    max-width: 960px;
    margin: 8% auto;
    padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 484, ../sass/product.scss */
    .modal-dialog {
        width: 720px;
        max-width: 720px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 484, ../sass/product.scss */
    .modal-dialog {
        width: 100%;
        max-width: 100%;
        padding: 35px 0;
    }
}
/* line 499, ../sass/product.scss */
.modal-dialog .modal-header .close {
    cursor: pointer;
    opacity: 1;
    color: #333;
}
/* line 504, ../sass/product.scss */
.modal-dialog .modal-header .close:hover {
    color: #a749ff;
}
/* line 509, ../sass/product.scss */
.modal-dialog .modal-body {
    padding: 35px 15px;
}
/* line 513, ../sass/product.scss */
.modal-dialog .quickview-big-img img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 521, ../sass/product.scss */
    .product-details-content.ml-70 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 526, ../sass/product.scss */
    .product-details-content.ml-70 {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 531, ../sass/product.scss */
    .product-details-content.ml-70 {
        margin-top: 30px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 536, ../sass/product.scss */
    .product-details-content.quickview-content {
        margin-top: 30px;
    }
}
/* line 541, ../sass/product.scss */
.product-details-content h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 0;
    color: #010101;
}
/* line 549, ../sass/product.scss */
.product-details-content .product-details-price {
    display: flex;
    align-items: center;
    margin: 15px 0 26px;
}
/* line 554, ../sass/product.scss */
.product-details-content .product-details-price span {
    font-size: 24px;
    color: #fe5252;
}
/* line 558, ../sass/product.scss */
.product-details-content .product-details-price span.old {
    font-size: 18px;
    margin-left: 20px;
    text-decoration: line-through;
    color: #333;
}
/* line 569, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap {
    display: flex;
    align-items: center;
    margin: 0 0 17px;
}
/* line 574, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap .pro-details-rating {
    position: relative;
    margin-right: 39px;
}
/* line 578, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap .pro-details-rating:before {
    position: absolute;
    top: 4px;
    right: -19px;
    display: none;
    width: 2px;
    height: 15px;
    content: "";
    background-color: #d1d1d1;
}
/* line 592, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap .pro-details-rating i {
    font-size: 17px;
    margin-right: 5px;
    color: #5f5d5d;
}
/* line 598, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap .pro-details-rating i.yellow {
    color: #ffa900;
}
/* line 604, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap span a {
    font-size: 15px;
    color: #a749ff;
}
/* line 608, ../sass/product.scss */
.product-details-content .pro-details-rating-wrap span a:hover {
    color: #000;
}
/* line 614, ../sass/product.scss */
.product-details-content p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    color: #333;
}
/* line 622, ../sass/product.scss */
.product-details-content .pro-details-list {
    margin: 20px 0 34px;
    padding: 0 0 37px;
    border-bottom: 1px solid #e5e5e5;
}
/* line 628, ../sass/product.scss */
.product-details-content .pro-details-list ul li {
    margin: 0 0 5px;
    color: #333;
}
/* line 632, ../sass/product.scss */
.product-details-content .pro-details-list ul li:last-child {
    margin: 0;
}
/* line 638, ../sass/product.scss */
.product-details-content .pro-details-size-color {
    display: flex;
}
@media only screen and (max-width: 767px) {
    /* line 638, ../sass/product.scss */
    .product-details-content .pro-details-size-color {
        display: block;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 638, ../sass/product.scss */
    .product-details-content .pro-details-size-color {
        display: flex;
    }
}
/* line 646, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap {
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    /* line 646, ../sass/product.scss */
    .product-details-content .pro-details-size-color .pro-details-color-wrap {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 646, ../sass/product.scss */
    .product-details-content .pro-details-size-color .pro-details-color-wrap {
        margin-bottom: 0;
    }
}
/* line 654, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 0 0 15px;
}
/* line 664, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li {
    position: relative;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    border-radius: 50px;
}
/* line 678, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li:last-child {
    margin-right: 0;
}
/* line 681, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.blue {
    border: 1px solid #4798f3;
    background-color: #4798f3;
}
/* line 685, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.maroon {
    border: 1px solid #736751;
    background-color: #736751;
}
/* line 689, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.gray {
    border: 1px solid #c0c0c0;
    background-color: #c0c0c0;
}
/* line 693, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.green {
    border: 1px solid #139c57;
    background-color: #139c57;
}
/* line 697, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.yellow {
    border: 1px solid #e28b37;
    background-color: #e28b37;
}
/* line 703, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    border-radius: 50px;
}
/* line 716, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:last-child {
    margin-right: 0;
}
/* line 719, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input {
    position: absolute;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
/* line 730, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input:checked ~ .checkmark:after {
    visibility: visible;
    opacity: 1;
}
/* line 738, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.blue {
    border: 1px solid #4798f3;
    background-color: #4798f3;
}
/* line 742, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.maroon {
    border: 1px solid #736751;
    background-color: #736751;
}
/* line 746, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.gray {
    border: 1px solid #c0c0c0;
    background-color: #c0c0c0;
}
/* line 750, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.green {
    border: 1px solid #139c57;
    background-color: #139c57;
}
/* line 754, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.yellow {
    border: 1px solid #e28b37;
    background-color: #e28b37;
}
/* line 758, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.white {
    border: 1px solid #333;
    background-color: #fff;
}
/* line 762, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.black {
    border: 1px solid #333;
    background-color: #333;
}
/* line 766, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.brown {
    border: 1px solid brown;
    background-color: brown;
}
/* line 770, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
}
/* line 778, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark:after {
    position: absolute;
    top: -7px;
    left: -4px;
    visibility: hidden;
    width: 20px;
    height: 20px;
    content: "";
    transition: 0.3s;
    opacity: 0;
    border: 2px solid #333;
    border-radius: 50%;
}
/* line 800, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:hover input ~ .checkmark:after {
    visibility: visible;
    opacity: 1;
}
/* line 812, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}
/* line 822, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li {
    display: inline-block;
    margin: 0 2px 0 0;
    list-style: outside none none;
}
/* line 828, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 6px 9px 7px;
    text-transform: uppercase;
    color: #000;
    background-color: #f1f2f6;
}
/* line 840, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a:hover {
    color: #fff;
    background-color: #a749ff;
}
/* line 847, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single {
    font-size: 12px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    color: #000;
    background-color: #f1f2f6;
}
/* line 861, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single:hover {
    color: #fff;
    background-color: #a749ff;
}
/* line 865, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
/* line 877, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input:checked ~ .size-name {
    color: #ffffff;
    background-color: #a749ff;
}
/* line 883, ../sass/product.scss */
.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single .size-name {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
    padding: 8px;
}
/* line 895, ../sass/product.scss */
.product-details-content .pro-details-quality {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* line 901, ../sass/product.scss */
.product-details-content .pro-details-quality .cart-plus-minus {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 60px;
    padding: 0;
    border: 1px solid #e8e8e8;
}
/* line 912, ../sass/product.scss */
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    float: inherit;
    width: 24px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #8f8f8f;
    border: none;
    background: none;
}
/* line 932, ../sass/product.scss */
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
    top: 0;
    left: 0;
    height: 60px;
}
/* line 938, ../sass/product.scss */
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
    top: 0;
    right: 0;
    height: 60px;
}
/* line 944, ../sass/product.scss */
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    font-size: 14px;
    float: left;
    width: 80px;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #8f8f8f;
    border: medium none;
    background: transparent none repeat scroll 0 0;
}
/* line 961, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-cart {
    margin: 0 25px 0 10px;
}
@media only screen and (max-width: 767px) {
    /* line 961, ../sass/product.scss */
    .product-details-content .pro-details-quality .pro-details-cart {
        margin: 0 10px 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 961, ../sass/product.scss */
    .product-details-content .pro-details-quality .pro-details-cart {
        margin: 0 17px 0 10px;
    }
}
/* line 969, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-cart a,
.product-details-content .pro-details-quality .pro-details-cart button {
    font-weight: bold;
    line-height: 1;
    z-index: 99;
    display: inline-block;
    padding: 23px 38px 23px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: none;
    background-color: #343538;
}
@media only screen and (max-width: 767px) {
    /* line 969, ../sass/product.scss */
    .product-details-content .pro-details-quality .pro-details-cart a,
    .product-details-content .pro-details-quality .pro-details-cart button {
        padding: 23px 12px 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 969, ../sass/product.scss */
    .product-details-content .pro-details-quality .pro-details-cart a,
    .product-details-content .pro-details-quality .pro-details-cart button {
        padding: 22px 22px 22px;
    }
}
/* line 992, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-cart a:hover,
.product-details-content .pro-details-quality .pro-details-cart button:hover {
    border: none;
}
/* line 996, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-cart a:disabled,
.product-details-content .pro-details-quality .pro-details-cart button:disabled {
    cursor: not-allowed;
}
/* line 998, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-cart a:disabled:before, .product-details-content .pro-details-quality .pro-details-cart a:disabled:after,
.product-details-content .pro-details-quality .pro-details-cart button:disabled:before,
.product-details-content .pro-details-quality .pro-details-cart button:disabled:after {
    display: none;
}
/* line 1006, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-wishlist a,
.product-details-content .pro-details-quality .pro-details-wishlist button {
    font-size: 18px;
    color: #000;
    border: none;
    background: none;
}
/* line 1013, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-wishlist a:hover, .product-details-content .pro-details-quality .pro-details-wishlist a.active,
.product-details-content .pro-details-quality .pro-details-wishlist button:hover,
.product-details-content .pro-details-quality .pro-details-wishlist button.active {
    color: #a749ff;
}
/* line 1020, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-compare a,
.product-details-content .pro-details-quality .pro-details-compare button {
    font-size: 18px;
    margin-left: 25px;
    color: #000;
    border: none;
    background: none;
}
@media only screen and (max-width: 767px) {
    /* line 1020, ../sass/product.scss */
    .product-details-content .pro-details-quality .pro-details-compare a,
    .product-details-content .pro-details-quality .pro-details-compare button {
        margin-left: 10px;
    }
}
/* line 1032, ../sass/product.scss */
.product-details-content .pro-details-quality .pro-details-compare a:hover, .product-details-content .pro-details-quality .pro-details-compare a.active,
.product-details-content .pro-details-quality .pro-details-compare button:hover,
.product-details-content .pro-details-quality .pro-details-compare button.active {
    color: #a749ff;
}
/* line 1039, ../sass/product.scss */
.product-details-content .pro-details-meta {
    display: flex;
    margin: 0 0 10px;
}
/* line 1043, ../sass/product.scss */
.product-details-content .pro-details-meta span {
    font-size: 15px;
    margin-right: 5px;
    color: #676767;
}
/* line 1051, ../sass/product.scss */
.product-details-content .pro-details-meta ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
/* line 1055, ../sass/product.scss */
.product-details-content .pro-details-meta ul li a {
    font-size: 15px;
    color: #676767;
}
@media only screen and (max-width: 767px) {
    /* line 1055, ../sass/product.scss */
    .product-details-content .pro-details-meta ul li a {
        font-size: 14px;
    }
}
/* line 1062, ../sass/product.scss */
.product-details-content .pro-details-meta ul li a:hover {
    color: #a749ff;
}
/* line 1069, ../sass/product.scss */
.product-details-content .pro-details-social {
    margin: 15px 0 0;
}
/* line 1071, ../sass/product.scss */
.product-details-content .pro-details-social ul {
    display: flex;
}
/* line 1073, ../sass/product.scss */
.product-details-content .pro-details-social ul li {
    margin-right: 40px;
}
/* line 1075, ../sass/product.scss */
.product-details-content .pro-details-social ul li:last-child {
    margin-right: 0;
}
/* line 1078, ../sass/product.scss */
.product-details-content .pro-details-social ul li a {
    font-size: 16px;
    color: #343538;
}
/* line 1082, ../sass/product.scss */
.product-details-content .pro-details-social ul li a:hover {
    color: #a749ff;
}
@media only screen and (max-width: 767px) {
    /* line 1091, ../sass/product.scss */
    .product-details-content.pro-details-slider-content.mt-50 {
        margin-top: 30px;
    }
}
/* line 1095, ../sass/product.scss */
.product-details-content.pro-details-slider-content .product-details-price {
    justify-content: center;
}
/* line 1098, ../sass/product.scss */
.product-details-content.pro-details-slider-content p {
    width: 59%;
    margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1098, ../sass/product.scss */
    .product-details-content.pro-details-slider-content p {
        width: 80%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1098, ../sass/product.scss */
    .product-details-content.pro-details-slider-content p {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1098, ../sass/product.scss */
    .product-details-content.pro-details-slider-content p {
        width: 100%;
    }
}
/* line 1111, ../sass/product.scss */
.product-details-content.pro-details-slider-content .pro-details-rating-wrap {
    justify-content: center;
}
/* line 1114, ../sass/product.scss */
.product-details-content.pro-details-slider-content .pro-details-size-color {
    justify-content: center;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    /* line 1114, ../sass/product.scss */
    .product-details-content.pro-details-slider-content .pro-details-size-color {
        text-align: center;
    }
    /* line 1120, ../sass/product.scss */
    .product-details-content.pro-details-slider-content .pro-details-size-color .pro-details-color-content {
        display: flex;
        justify-content: center;
    }
}
/* line 1126, ../sass/product.scss */
.product-details-content.pro-details-slider-content .pro-details-quality {
    justify-content: center;
}
/* line 1129, ../sass/product.scss */
.product-details-content.pro-details-slider-content .pro-details-meta {
    justify-content: center;
}
/* line 1133, ../sass/product.scss */
.product-details-content.pro-details-slider-content .pro-details-social ul {
    justify-content: center;
}

/* line 1141, ../sass/product.scss */
.quickview-wrap .nav-style-1.owl-carousel > .owl-nav div {
    font-size: 20px;
    left: 0;
    color: #333;
}
/* line 1147, ../sass/product.scss */
.quickview-wrap .nav-style-1.owl-carousel > .owl-nav div:hover {
    color: #a749ff;
}
/* line 1150, ../sass/product.scss */
.quickview-wrap .nav-style-1.owl-carousel > .owl-nav div.owl-next {
    right: 0;
    left: auto;
}
/* line 1155, ../sass/product.scss */
.quickview-wrap:hover .nav-style-1.owl-carousel > .owl-nav div {
    visibility: visible;
    opacity: 1;
}

/*  prodduct 2     */
/* line 1165, ../sass/product.scss */
.tab-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    /* line 1165, ../sass/product.scss */
    .tab-filter-wrap {
        display: block;
    }
    /* line 1171, ../sass/product.scss */
    .tab-filter-wrap.mb-60 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1165, ../sass/product.scss */
    .tab-filter-wrap {
        display: flex;
    }
    /* line 1177, ../sass/product.scss */
    .tab-filter-wrap.mb-60 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 1183, ../sass/product.scss */
    .product-tab-list-2 {
        margin: 0 0 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1183, ../sass/product.scss */
    .product-tab-list-2 {
        margin: 0 0 0;
    }
}
/* line 1193, ../sass/product.scss */
.product-tab-list-2 .nav-item:first-child .nav-link {
    padding-left: 0;
}
/* line 1198, ../sass/product.scss */
.product-tab-list-2 a {
    display: inline-block;
    margin-right: 23px;
}
/* line 1202, ../sass/product.scss */
.product-tab-list-2 a.nav-link {
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    /* line 1198, ../sass/product.scss */
    .product-tab-list-2 a {
        margin: 0 23px 10px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1198, ../sass/product.scss */
    .product-tab-list-2 a {
        margin: 0 23px 0 0;
    }
}
/* line 1211, ../sass/product.scss */
.product-tab-list-2 a:last-child {
    margin-right: 0;
}
/* line 1214, ../sass/product.scss */
.product-tab-list-2 a h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
    transition: all 0.3s ease 0s;
    color: #555;
    border-bottom: 2px solid transparent;
}
/* line 1225, ../sass/product.scss */
.product-tab-list-2 a h4:hover {
    color: #000000;
}
/* line 1230, ../sass/product.scss */
.product-tab-list-2 a.active h4 {
    color: #000000;
    border-bottom: 2px solid #000000;
}

/* line 1238, ../sass/product.scss */
.filter-active {
    position: relative;
}
/* line 1240, ../sass/product.scss */
.filter-active a,
.filter-active button {
    font-size: 18px;
    font-weight: 500;
    color: #010101;
    border: none;
    background: none;
}
/* line 1248, ../sass/product.scss */
.filter-active a:hover, .filter-active a.active,
.filter-active button:hover,
.filter-active button.active {
    color: #a749ff;
}
/* line 1252, ../sass/product.scss */
.filter-active a i,
.filter-active button i {
    font-size: 14px;
}

/* line 1257, ../sass/product.scss */
.product-filter-wrapper {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease-out;
    background-color: #fff;
}
/* line 1267, ../sass/product.scss */
.product-filter-wrapper .product-filter h5 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 7px;
    text-transform: capitalize;
    color: #000;
}
/* line 1279, ../sass/product.scss */
.product-filter-wrapper .product-filter h5::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    content: "";
    background-color: #000;
}
/* line 1293, ../sass/product.scss */
.product-filter-wrapper .product-filter ul.sort-by li {
    margin-bottom: 3px;
}
/* line 1295, ../sass/product.scss */
.product-filter-wrapper .product-filter ul.sort-by li:last-child {
    margin-bottom: 0;
}
/* line 1303, ../sass/product.scss */
.product-filter-wrapper .product-filter ul.color-filter li {
    margin-bottom: 6px;
}
/* line 1305, ../sass/product.scss */
.product-filter-wrapper .product-filter ul.color-filter li:last-child {
    margin-bottom: 0;
}
/* line 1308, ../sass/product.scss */
.product-filter-wrapper .product-filter ul.color-filter li input {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 3px 8px 0 0;
}
/* line 1316, ../sass/product.scss */
.product-filter-wrapper .product-filter ul.color-filter li a {
    text-transform: capitalize;
}
/* line 1323, ../sass/product.scss */
.product-filter-wrapper .product-filter .product-tags ul li {
    margin-bottom: 4px;
}
/* line 1325, ../sass/product.scss */
.product-filter-wrapper .product-filter .product-tags ul li a {
    text-transform: capitalize;
}
/* line 1334, ../sass/product.scss */
.product-filter-wrapper .product-filter ul li button {
    text-transform: capitalize;
    border: none;
    background: none;
}
/* line 1339, ../sass/product.scss */
.product-filter-wrapper .product-filter ul li button:hover, .product-filter-wrapper .product-filter ul li button.active {
    color: #a749ff;
}
/* line 1349, ../sass/product.scss */
.product-filter-wrapper .product-filter--tag ul li {
    display: inline-block;
}
/* line 1351, ../sass/product.scss */
.product-filter-wrapper .product-filter--tag ul li button {
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: lowercase;
    border: 1px solid #e6e6e6;
}
/* line 1358, ../sass/product.scss */
.product-filter-wrapper .product-filter--tag ul li button:hover {
    border-color: #a749ff;
}
/* line 1367, ../sass/product.scss */
.product-filter-wrapper__inner {
    margin-bottom: 60px;
    padding: 45px 45px 7px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1367, ../sass/product.scss */
    .product-filter-wrapper__inner {
        padding: 35px 25px 7px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1367, ../sass/product.scss */
    .product-filter-wrapper__inner {
        padding: 35px 25px 7px;
    }
}

/* line 1382, ../sass/product.scss */
.price-filter .price-slider-amount input {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: none;
    background: transparent;
}
/* line 1392, ../sass/product.scss */
.price-filter #slider-range {
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
    border: medium none;
    border-radius: 50px;
    background: #dbdbdb none repeat scroll 0 0;
}
/* line 1400, ../sass/product.scss */
.price-filter #slider-range span {
    transition: all 0.0s ease 0s;
}
/* line 1403, ../sass/product.scss */
.price-filter #slider-range .ui-slider-range {
    position: absolute;
    display: block;
    transition: all 0.0s ease 0s;
    border: none;
    background: #fa6bff none repeat scroll 0 0;
}
/* line 1413, ../sass/product.scss */
.price-filter #slider-range .ui-slider-handle {
    width: 15px;
    height: 15px;
    margin-left: 0;
    border: medium none;
    border: 4px solid #fa6bff;
    border-radius: 50%;
    background: #fff none repeat scroll 0 0;
}

/* line 1426, ../sass/product.scss */
.tab-content.jump .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
}
/* line 1433, ../sass/product.scss */
.tab-content.jump .tab-pane.active {
    display: block;
    overflow: visible;
    height: auto;
    opacity: 1;
}

/* line 1444, ../sass/product.scss */
.product-wrap-2 {
    position: relative;
    overflow: hidden;
}
/* line 1448, ../sass/product.scss */
.product-wrap-2 .product-img {
    position: relative;
}
/* line 1450, ../sass/product.scss */
.product-wrap-2 .product-img img {
    width: 100%;
}
/* line 1453, ../sass/product.scss */
.product-wrap-2 .product-img span {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
}
/* line 1460, ../sass/product.scss */
.product-wrap-2 .product-img span.pink {
    color: #fa6bff;
}
/* line 1463, ../sass/product.scss */
.product-wrap-2 .product-img span.red {
    color: #ff3d2a;
}
/* line 1466, ../sass/product.scss */
.product-wrap-2 .product-img span.purple {
    color: #a749ff;
}
/* line 1470, ../sass/product.scss */
.product-wrap-2 .product-img .default-img {
    transition: all 0.5s ease-in-out;
}
/* line 1473, ../sass/product.scss */
.product-wrap-2 .product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
}
/* line 1487, ../sass/product.scss */
.product-wrap-2 .product-img .product-action-2 {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    width: 100%;
    transform: translateY(-50%);
}
/* line 1497, ../sass/product.scss */
.product-wrap-2 .product-img .product-action-2 a,
.product-wrap-2 .product-img .product-action-2 button {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: none;
    background-color: #a749ff;
}
/* line 1517, ../sass/product.scss */
.product-wrap-2 .product-img .product-action-2 a:hover, .product-wrap-2 .product-img .product-action-2 a.active,
.product-wrap-2 .product-img .product-action-2 button:hover,
.product-wrap-2 .product-img .product-action-2 button.active {
    background-color: #fa6bff;
}
/* line 1523, ../sass/product.scss */
.product-wrap-2 .product-img .product-action-2.product-action-2-red a {
    background-color: #df262b;
}
/* line 1525, ../sass/product.scss */
.product-wrap-2 .product-img .product-action-2.product-action-2-red a:hover {
    background-color: #a749ff;
}
/* line 1532, ../sass/product.scss */
.product-wrap-2 .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 1536, ../sass/product.scss */
.product-wrap-2 .product-img-badges > span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: static;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    border-radius: 3px;
}
/* line 1549, ../sass/product.scss */
.product-wrap-2 .product-img-badges > span.pink {
    color: #fa6bff;
}
/* line 1552, ../sass/product.scss */
.product-wrap-2 .product-img-badges > span.purple {
    color: #a749ff;
}
/* line 1556, ../sass/product.scss */
.product-wrap-2 .product-img-badges > span:last-child {
    margin-bottom: 0;
}
/* line 1562, ../sass/product.scss */
.product-wrap-2 .product-content-2 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
/* line 1568, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 {
    line-height: 1;
    margin: 0 0 6px;
}
/* line 1572, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a {
    font-size: 16px;
    color: #000000;
}
/* line 1576, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #a749ff;
}
/* line 1582, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span {
    font-size: 15px;
    position: relative;
    margin-right: 17px;
    color: #000000;
}
/* line 1590, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old {
    text-decoration: line-through;
    color: #fa6bff;
}
/* line 1594, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old.red {
    color: #ff3d2a;
}
/* line 1598, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span::before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 1610, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before {
    display: none;
}
/* line 1618, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a {
    color: #fff;
}
/* line 1620, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a:hover {
    color: #a749ff;
}
/* line 1626, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span {
    color: #fff;
}
/* line 1628, ../sass/product.scss */
.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span.old {
    text-decoration: line-through;
    color: #fa6bff;
}
/* line 1638, ../sass/product.scss */
.product-wrap-2 .product-content-2 .pro-wishlist-2 a,
.product-wrap-2 .product-content-2 .pro-wishlist-2 button {
    font-size: 16px;
    display: inline-block;
    margin: 4px 0 0 10px;
    color: #929292;
    border: none;
    background: none;
}
/* line 1649, ../sass/product.scss */
.product-wrap-2 .product-content-2 .pro-wishlist-2 a:hover, .product-wrap-2 .product-content-2 .pro-wishlist-2 a.active,
.product-wrap-2 .product-content-2 .pro-wishlist-2 button:hover,
.product-wrap-2 .product-content-2 .pro-wishlist-2 button.active {
    color: #a749ff;
}
/* line 1656, ../sass/product.scss */
.product-wrap-2:hover .hover-img {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}
/* line 1663, ../sass/product.scss */
.product-wrap-2:hover .default-img {
    visibility: hidden;
    transform: translateX(-100%);
}
/* line 1668, ../sass/product.scss */
.product-wrap-2:hover .product-action-2 a {
    transform: scaleX(1);
}
/* line 1671, ../sass/product.scss */
.product-wrap-2:hover .product-action-2 button {
    transform: scaleX(1);
}
/* line 1676, ../sass/product.scss */
.product-wrap-2.pro-glaucous-color .product-img span.glaucous {
    color: #3d6882;
}
/* line 1680, ../sass/product.scss */
.product-wrap-2.pro-glaucous-color .product-img .product-action-2 a,
.product-wrap-2.pro-glaucous-color .product-img .product-action-2 button {
    background-color: #3d6882;
}
/* line 1683, ../sass/product.scss */
.product-wrap-2.pro-glaucous-color .product-img .product-action-2 a:hover, .product-wrap-2.pro-glaucous-color .product-img .product-action-2 a.active,
.product-wrap-2.pro-glaucous-color .product-img .product-action-2 button:hover,
.product-wrap-2.pro-glaucous-color .product-img .product-action-2 button.active {
    color: #000;
    background-color: #fff;
}
/* line 1692, ../sass/product.scss */
.product-wrap-2.pro-glaucous-color .product-content-2 .pro-wishlist-2 a:hover {
    color: #3d6882;
}
/* line 1696, ../sass/product.scss */
.product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #3d6882;
}
/* line 1700, ../sass/product.scss */
.product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 .price-2 span.old {
    color: #3d6882;
}
/* line 1710, ../sass/product.scss */
.product-wrap-2.pro-puce-color .product-img span.puce {
    color: #de3e3e;
}
/* line 1714, ../sass/product.scss */
.product-wrap-2.pro-puce-color .product-img .product-action-2 a,
.product-wrap-2.pro-puce-color .product-img .product-action-2 button {
    background-color: #de3e3e;
}
/* line 1717, ../sass/product.scss */
.product-wrap-2.pro-puce-color .product-img .product-action-2 a:hover,
.product-wrap-2.pro-puce-color .product-img .product-action-2 button:hover {
    color: #000;
    background-color: #fff;
}
/* line 1725, ../sass/product.scss */
.product-wrap-2.pro-puce-color .product-content-2 .pro-wishlist-2 a:hover,
.product-wrap-2.pro-puce-color .product-content-2 .pro-wishlist-2 button:hover {
    color: #de3e3e;
}
/* line 1730, ../sass/product.scss */
.product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #de3e3e;
}
/* line 1734, ../sass/product.scss */
.product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 .price-2 span.old {
    color: #de3e3e;
}

/* product hm3 */
/* line 1746, ../sass/product.scss */
.section-padding-1 .container-fluid {
    padding: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1746, ../sass/product.scss */
    .section-padding-1 .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1746, ../sass/product.scss */
    .section-padding-1 .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1746, ../sass/product.scss */
    .section-padding-1 .container-fluid {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1746, ../sass/product.scss */
    .section-padding-1 .container-fluid {
        padding: 0 15px;
    }
}

/* product hm4 */
/* line 1765, ../sass/product.scss */
.hm4-section-padding .container-fluid {
    padding: 0 70px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1765, ../sass/product.scss */
    .hm4-section-padding .container-fluid {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1765, ../sass/product.scss */
    .hm4-section-padding .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1765, ../sass/product.scss */
    .hm4-section-padding .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1765, ../sass/product.scss */
    .hm4-section-padding .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1765, ../sass/product.scss */
    .hm4-section-padding .container-fluid {
        padding: 0 15px;
    }
}

/* line 1783, ../sass/product.scss */
.toggle-item-active,
.toggle-item-active2,
.toggle-item-active3,
.toggle-item-active4,
.toggle-item-active5,
.toggle-item-active6 {
    display: none;
}

/* line 1792, ../sass/product.scss */
.view-more {
    display: block;
    width: 100%;
    text-align: center;
}
/* line 1798, ../sass/product.scss */
.view-more a {
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding-bottom: 2px;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #cccccc;
}
/* line 1810, ../sass/product.scss */
.view-more a:hover {
    color: #a749ff;
    border-bottom: 1px solid #a749ff;
}
@media only screen and (max-width: 767px) {
    /* line 1816, ../sass/product.scss */
    .view-more.mt-20 {
        margin-top: 0;
    }
}
/* line 1822, ../sass/product.scss */
.view-more.round-btn a {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 16px 40px 16px 40px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 34px 34px 34px 34px;
    background-color: #c61a32;
}
/* line 1836, ../sass/product.scss */
.view-more.round-btn a:hover {
    background-color: #a749ff;
}

/* product hm5 */
/* line 1847, ../sass/product.scss */
.hm5-section-padding .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    /* line 1847, ../sass/product.scss */
    .hm5-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* line 1855, ../sass/product.scss */
.hm5-section-padding .row {
    margin-right: -10px;
    margin-left: -10px;
}
@media only screen and (max-width: 767px) {
    /* line 1855, ../sass/product.scss */
    .hm5-section-padding .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
/* line 1863, ../sass/product.scss */
.hm5-section-padding div[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 767px) {
    /* line 1863, ../sass/product.scss */
    .hm5-section-padding div[class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* line 1873, ../sass/product.scss */
.product-wrap-3 {
    position: relative;
}
/* line 1876, ../sass/product.scss */
.product-wrap-3 .product-img {
    position: relative;
}
/* line 1879, ../sass/product.scss */
.product-wrap-3 .product-img a img {
    width: 100%;
}
/* line 1883, ../sass/product.scss */
.product-wrap-3 .product-img-badges {
    position: absolute;
    z-index: 9;
    top: 12px;
    right: 12px;
}
/* line 1888, ../sass/product.scss */
.product-wrap-3 .product-img-badges span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    color: #fff;
    border-radius: 3px;
}
/* line 1900, ../sass/product.scss */
.product-wrap-3 .product-img-badges span.purple {
    background-color: #a749ff;
}
/* line 1903, ../sass/product.scss */
.product-wrap-3 .product-img-badges span.pink {
    background-color: #fa6bff;
}
/* line 1906, ../sass/product.scss */
.product-wrap-3 .product-img-badges span:last-child {
    margin-bottom: 0;
}
/* line 1912, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap {
    position: absolute;
    z-index: 8;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    visibility: hidden;
    width: 90%;
    height: 90%;
    transition: all 0.4s ease 0s;
    transform: scale(0.85);
    opacity: 0;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
/* line 1930, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transition: all 0.4s ease 0s;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* line 1941, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-title h3 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
/* line 1948, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 {
    margin: 10px 0 20px;
}
/* line 1950, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 0 9px;
    color: #000;
}
/* line 1959, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span::before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 7px;
    height: 2px;
    content: "";
    background-color: #000;
}
/* line 1971, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span:last-child::before {
    display: none;
}
/* line 1974, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span.old {
    text-decoration: line-through;
    color: #8e8e8e;
}
/* line 1982, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 .pro-same-action {
    display: inline-block;
}
/* line 1985, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a,
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: none;
    background-color: #a749ff;
}
/* line 2004, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a:hover, .product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a.active,
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button:hover,
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button.active {
    background-color: #fa6bff;
}
/* line 2008, ../sass/product.scss */
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a:disabled,
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button:disabled {
    cursor: not-allowed;
}
/* line 2015, ../sass/product.scss */
.product-wrap-3:hover .product-content-3-wrap {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}

/* product hm6 */
/* line 2030, ../sass/product.scss */
.hm6-section-padding .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 2030, ../sass/product.scss */
    .hm6-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2030, ../sass/product.scss */
    .hm6-section-padding .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2030, ../sass/product.scss */
    .hm6-section-padding .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2030, ../sass/product.scss */
    .hm6-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* line 2050, ../sass/product.scss */
.hm6-section-padding .row {
    margin-right: -10px;
    margin-left: -10px;
}
@media only screen and (max-width: 767px) {
    /* line 2050, ../sass/product.scss */
    .hm6-section-padding .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
/* line 2058, ../sass/product.scss */
.hm6-section-padding div[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 767px) {
    /* line 2058, ../sass/product.scss */
    .hm6-section-padding div[class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* line 2068, ../sass/product.scss */
.product-wrap-4 {
    position: relative;
    overflow: hidden;
}
/* line 2073, ../sass/product.scss */
.product-wrap-4 a img {
    width: 100%;
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
/* line 2080, ../sass/product.scss */
.product-wrap-4 .position-1 {
    position: absolute;
    right: 0;
    bottom: 75px;
    left: 0;
    text-align: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 2080, ../sass/product.scss */
    .product-wrap-4 .position-1 {
        bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 2080, ../sass/product.scss */
    .product-wrap-4 .position-1 {
        bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2080, ../sass/product.scss */
    .product-wrap-4 .position-1 {
        bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2080, ../sass/product.scss */
    .product-wrap-4 .position-1 {
        bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2080, ../sass/product.scss */
    .product-wrap-4 .position-1 {
        bottom: 30px;
    }
}
/* line 2103, ../sass/product.scss */
.product-wrap-4 .position-2 {
    position: absolute;
    bottom: 55px;
    left: 60px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 2103, ../sass/product.scss */
    .product-wrap-4 .position-2 {
        bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 2103, ../sass/product.scss */
    .product-wrap-4 .position-2 {
        bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2103, ../sass/product.scss */
    .product-wrap-4 .position-2 {
        bottom: 30px;
        left: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2103, ../sass/product.scss */
    .product-wrap-4 .position-2 {
        bottom: 30px;
        left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2103, ../sass/product.scss */
    .product-wrap-4 .position-2 {
        bottom: 30px;
        left: 20px;
    }
}
/* line 2126, ../sass/product.scss */
.product-wrap-4 .position-3 {
    position: absolute;
    top: 51px;
    right: 0;
    left: 0;
    text-align: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 2126, ../sass/product.scss */
    .product-wrap-4 .position-3 {
        top: 32px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 2126, ../sass/product.scss */
    .product-wrap-4 .position-3 {
        top: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2126, ../sass/product.scss */
    .product-wrap-4 .position-3 {
        top: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2126, ../sass/product.scss */
    .product-wrap-4 .position-3 {
        top: 22px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2126, ../sass/product.scss */
    .product-wrap-4 .position-3 {
        top: 22px;
    }
}
/* line 2150, ../sass/product.scss */
.product-wrap-4 .product-content-4 h4 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 2150, ../sass/product.scss */
    .product-wrap-4 .product-content-4 h4 {
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 2150, ../sass/product.scss */
    .product-wrap-4 .product-content-4 h4 {
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2150, ../sass/product.scss */
    .product-wrap-4 .product-content-4 h4 {
        font-size: 22px;
        line-height: 27px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2150, ../sass/product.scss */
    .product-wrap-4 .product-content-4 h4 {
        font-size: 20px;
        line-height: 23px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2150, ../sass/product.scss */
    .product-wrap-4 .product-content-4 h4 {
        font-size: 20px;
        line-height: 23px;
    }
}
/* line 2177, ../sass/product.scss */
.product-wrap-4 .product-content-4 .price-4 span {
    font-size: 18px;
    position: relative;
    margin: 0 24px 0 0;
    color: #000000;
}
/* line 2185, ../sass/product.scss */
.product-wrap-4 .product-content-4 .price-4 span:before {
    position: absolute;
    top: 12px;
    right: -17px;
    width: 7px;
    height: 2px;
    content: "";
    background-color: #6b6264;
}
/* line 2197, ../sass/product.scss */
.product-wrap-4 .product-content-4 .price-4 span:last-child:before {
    display: none;
}
/* line 2200, ../sass/product.scss */
.product-wrap-4 .product-content-4 .price-4 span.old {
    text-decoration: line-through;
    color: #fa6bff;
}
/* line 2207, ../sass/product.scss */
.product-wrap-4 .product-content-4 .price-4.price-4-center span {
    margin: 0 12px;
}
/* line 2213, ../sass/product.scss */
.product-wrap-4:hover a img {
    transform: scale(1.1);
}

/* line 2218, ../sass/product.scss */
.width-50-percent {
    flex: 0 0 50%;
    max-width: 50%;
}

/* line 2224, ../sass/product.scss */
.width-30-percent {
    flex: 0 0 30%;
    max-width: 30%;
}

/* product home 8*/
/* line 2232, ../sass/product.scss */
.collection-product .collection-img {
    overflow: hidden;
}
/* line 2235, ../sass/product.scss */
.collection-product .collection-img a img {
    width: 100%;
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
/* line 2243, ../sass/product.scss */
.collection-product .collection-content {
    margin: 23px 0 0;
}
/* line 2245, ../sass/product.scss */
.collection-product .collection-content span {
    font-weight: 500;
}
/* line 2248, ../sass/product.scss */
.collection-product .collection-content h4 {
    line-height: 1;
    margin: 4px 0 0;
}
/* line 2252, ../sass/product.scss */
.collection-product .collection-content h4 a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
/* line 2257, ../sass/product.scss */
.collection-product .collection-content h4 a:hover {
    color: #a749ff;
}
/* line 2262, ../sass/product.scss */
.collection-product .collection-content .collection-btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 15px;
    padding: 8px 11px;
    text-transform: uppercase;
    color: #666;
    border: 1px solid #010101;
    border-radius: 50px;
    background-color: transparent;
}
/* line 2281, ../sass/product.scss */
.collection-product .collection-content .collection-btn:before, .collection-product .collection-content .collection-btn:after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    content: "";
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 2296, ../sass/product.scss */
.collection-product .collection-content .collection-btn:hover {
    color: #ffffff;
    border-color: #a749ff;
    background-color: transparent;
}
/* line 2300, ../sass/product.scss */
.collection-product .collection-content .collection-btn:hover:after {
    right: auto;
    left: 0;
    width: 100%;
    background-color: #a749ff;
}
/* line 2311, ../sass/product.scss */
.collection-product:hover a img {
    transform: scale(1.1);
}

/* line 2316, ../sass/product.scss */
.product-wrap-5 {
    position: relative;
}
/* line 2318, ../sass/product.scss */
.product-wrap-5 .product-img {
    position: relative;
}
/* line 2322, ../sass/product.scss */
.product-wrap-5 .product-img a img {
    width: 100%;
}
/* line 2326, ../sass/product.scss */
.product-wrap-5 .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 2331, ../sass/product.scss */
.product-wrap-5 .product-img span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    color: #fff;
    border-radius: 3px;
}
/* line 2343, ../sass/product.scss */
.product-wrap-5 .product-img span.purple {
    background-color: #a749ff;
}
/* line 2346, ../sass/product.scss */
.product-wrap-5 .product-img span.pink {
    background-color: #fa6bff;
}
/* line 2349, ../sass/product.scss */
.product-wrap-5 .product-img span:last-child {
    margin-bottom: 0;
}
/* line 2354, ../sass/product.scss */
.product-wrap-5 .product-action-4 {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    transition: all 0.5s ease 0s;
    transform: scaleY(0);
    text-align: center;
    opacity: 1;
    background: none repeat scroll 0 0 #a749ff;
}
/* line 2372, ../sass/product.scss */
.product-wrap-5 .product-action-4 .pro-same-action {
    margin: 0 2px;
}
/* line 2374, ../sass/product.scss */
.product-wrap-5 .product-action-4 .pro-same-action a,
.product-wrap-5 .product-action-4 .pro-same-action button {
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    text-align: center;
    color: #000;
    border: none;
    border-radius: 50px;
    background: none;
    background-color: #fff;
}
/* line 2392, ../sass/product.scss */
.product-wrap-5 .product-action-4 .pro-same-action a:hover, .product-wrap-5 .product-action-4 .pro-same-action a.active,
.product-wrap-5 .product-action-4 .pro-same-action button:hover,
.product-wrap-5 .product-action-4 .pro-same-action button.active {
    color: #fff;
    background-color: #fa6bff;
}
/* line 2400, ../sass/product.scss */
.product-wrap-5 .product-content-5 {
    margin-top: 28px;
}
/* line 2402, ../sass/product.scss */
.product-wrap-5 .product-content-5 h3 {
    font-size: 16px;
    line-height: 17px;
    margin: 0 0 5px;
}
/* line 2407, ../sass/product.scss */
.product-wrap-5 .product-content-5 h3 a {
    color: #000;
}
/* line 2409, ../sass/product.scss */
.product-wrap-5 .product-content-5 h3 a:hover {
    color: #a749ff;
}
/* line 2415, ../sass/product.scss */
.product-wrap-5 .product-content-5 .price-5 span {
    font-size: 15px;
    position: relative;
    margin: 0 8px;
    color: #000000;
}
/* line 2423, ../sass/product.scss */
.product-wrap-5 .product-content-5 .price-5 span:before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 2435, ../sass/product.scss */
.product-wrap-5 .product-content-5 .price-5 span:last-child:before {
    display: none;
}
/* line 2438, ../sass/product.scss */
.product-wrap-5 .product-content-5 .price-5 span.old {
    text-decoration: line-through;
    color: #fa6bff;
}
/* line 2446, ../sass/product.scss */
.product-wrap-5:hover .product-action-4 {
    transform: scaleY(1);
    opacity: 1;
}

/* line 2453, ../sass/product.scss */
.product-wrap-6 {
    display: flex;
}
/* line 2455, ../sass/product.scss */
.product-wrap-6 .product-img {
    position: relative;
    flex-basis: 170px;
    margin-right: 30px;
}
/* line 2461, ../sass/product.scss */
.product-wrap-6 .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 2466, ../sass/product.scss */
.product-wrap-6 .product-img span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    color: #fed700;
    border-radius: 3px;
}
/* line 2478, ../sass/product.scss */
.product-wrap-6 .product-img span:last-child {
    margin-bottom: 0;
}
/* line 2485, ../sass/product.scss */
.product-wrap-6 .product-content {
    flex-basis: calc(100% - 200px);
}
/* line 2487, ../sass/product.scss */
.product-wrap-6 .product-content h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}
/* line 2493, ../sass/product.scss */
.product-wrap-6 .product-content h3 a {
    color: #3d3d3d;
}
/* line 2495, ../sass/product.scss */
.product-wrap-6 .product-content h3 a:hover {
    color: #fed700;
}
/* line 2501, ../sass/product.scss */
.product-wrap-6 .product-content .product-price {
    margin-bottom: 10px;
    margin-left: -8px;
}
/* line 2504, ../sass/product.scss */
.product-wrap-6 .product-content .product-price span {
    font-size: 18px;
    position: relative;
    margin: 0 8px;
    color: #000000;
}
/* line 2512, ../sass/product.scss */
.product-wrap-6 .product-content .product-price span:before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 2524, ../sass/product.scss */
.product-wrap-6 .product-content .product-price span:last-child:before {
    display: none;
}
/* line 2527, ../sass/product.scss */
.product-wrap-6 .product-content .product-price span.old {
    text-decoration: line-through;
    color: #fed700;
}
/* line 2535, ../sass/product.scss */
.product-wrap-6 .product-content .product-rating {
    margin-bottom: 15px;
}
/* line 2537, ../sass/product.scss */
.product-wrap-6 .product-content .product-rating i {
    font-size: 17px;
    margin-right: 3px;
}
/* line 2541, ../sass/product.scss */
.product-wrap-6 .product-content .product-rating i.yellow {
    color: #ffa900;
}
/* line 2547, ../sass/product.scss */
.product-wrap-6 .product-content .product-action {
    display: flex;
    justify-content: flex-end;
}
/* line 2550, ../sass/product.scss */
.product-wrap-6 .product-content .product-action .pro-same-action {
    margin-left: 5px;
}
/* line 2552, ../sass/product.scss */
.product-wrap-6 .product-content .product-action .pro-same-action:first-child {
    margin-left: 0;
}
/* line 2555, ../sass/product.scss */
.product-wrap-6 .product-content .product-action .pro-same-action button,
.product-wrap-6 .product-content .product-action .pro-same-action a {
    font-size: 23px;
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #000;
    border: none;
    background: none;
    background-color: #f6f6f6;
}
/* line 2572, ../sass/product.scss */
.product-wrap-6 .product-content .product-action .pro-same-action button:hover, .product-wrap-6 .product-content .product-action .pro-same-action button.active,
.product-wrap-6 .product-content .product-action .pro-same-action a:hover,
.product-wrap-6 .product-content .product-action .pro-same-action a.active {
    color: #fff;
    background-color: #fed700;
}

/* line 2583, ../sass/product.scss */
.product-wrap-7 {
    position: relative;
    overflow: hidden;
}
/* line 2587, ../sass/product.scss */
.product-wrap-7 .product-img {
    position: relative;
}
/* line 2589, ../sass/product.scss */
.product-wrap-7 .product-img img {
    width: 100%;
}
/* line 2592, ../sass/product.scss */
.product-wrap-7 .product-img span {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fed700;
}
/* line 2602, ../sass/product.scss */
.product-wrap-7 .product-img .default-img {
    transition: all 0.5s ease-in-out;
}
/* line 2605, ../sass/product.scss */
.product-wrap-7 .product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
}
/* line 2619, ../sass/product.scss */
.product-wrap-7 .product-img .product-action-2 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
/* line 2628, ../sass/product.scss */
.product-wrap-7 .product-img .product-action-2 a,
.product-wrap-7 .product-img .product-action-2 button {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    text-align: center;
    color: #fff;
    border: none;
    background: none;
    background-color: #555;
}
/* line 2647, ../sass/product.scss */
.product-wrap-7 .product-img .product-action-2 a:hover, .product-wrap-7 .product-img .product-action-2 a.active,
.product-wrap-7 .product-img .product-action-2 button:hover,
.product-wrap-7 .product-img .product-action-2 button.active {
    background-color: #fed700;
}
/* line 2654, ../sass/product.scss */
.product-wrap-7 .product-img-badges {
    position: absolute;
    top: 12px;
    left: 12px;
}
/* line 2658, ../sass/product.scss */
.product-wrap-7 .product-img-badges > span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: static;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    border-radius: 3px;
}
/* line 2672, ../sass/product.scss */
.product-wrap-7 .product-img-badges > span:last-child {
    margin-bottom: 0;
}
/* line 2678, ../sass/product.scss */
.product-wrap-7 .product-img .pro-wishlist-2 {
    line-height: 35px;
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 20px;
    text-align: center;
}
/* line 2688, ../sass/product.scss */
.product-wrap-7 .product-img .pro-wishlist-2 a,
.product-wrap-7 .product-img .pro-wishlist-2 button {
    font-size: 16px;
    display: inline-block;
    width: 35px;
    height: 35px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border: none;
    border-radius: 100%;
    background: #555555;
}
/* line 2703, ../sass/product.scss */
.product-wrap-7 .product-img .pro-wishlist-2 a:hover, .product-wrap-7 .product-img .pro-wishlist-2 a.active,
.product-wrap-7 .product-img .pro-wishlist-2 button:hover,
.product-wrap-7 .product-img .pro-wishlist-2 button.active {
    background: #fed700;
}
/* line 2710, ../sass/product.scss */
.product-wrap-7 .product-content-2 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
/* line 2716, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 {
    line-height: 1;
    margin: 0 0 6px;
}
/* line 2720, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
/* line 2725, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #fed700;
}
/* line 2731, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span {
    font-size: 15px;
    position: relative;
    margin-right: 17px;
    color: #444;
}
/* line 2739, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span.old {
    text-decoration: line-through;
    color: #444;
}
/* line 2743, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span.old.red {
    color: #ff3d2a;
}
/* line 2747, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span::before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 2759, ../sass/product.scss */
.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before {
    display: none;
}
/* line 2766, ../sass/product.scss */
.product-wrap-7:hover .hover-img {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}
/* line 2774, ../sass/product.scss */
.product-wrap-7:hover .product-action-2 a {
    transform: scaleX(1);
}
/* line 2777, ../sass/product.scss */
.product-wrap-7:hover .product-action-2 button {
    transform: scaleX(1);
}

/* line 2782, ../sass/product.scss */
.product-wrap-8 {
    display: flex;
}
/* line 2784, ../sass/product.scss */
.product-wrap-8 .product-img {
    position: relative;
    flex-basis: 170px;
    margin-right: 30px;
}
/* line 2790, ../sass/product.scss */
.product-wrap-8 .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 2795, ../sass/product.scss */
.product-wrap-8 .product-img span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    color: #fff;
    border-radius: 3px;
    background-color: #ff0000;
}
/* line 2808, ../sass/product.scss */
.product-wrap-8 .product-img span:last-child {
    margin-bottom: 0;
}
/* line 2815, ../sass/product.scss */
.product-wrap-8 .product-content {
    flex-basis: calc(100% - 200px);
}
/* line 2817, ../sass/product.scss */
.product-wrap-8 .product-content h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}
/* line 2823, ../sass/product.scss */
.product-wrap-8 .product-content h3 a {
    color: #3d3d3d;
}
/* line 2825, ../sass/product.scss */
.product-wrap-8 .product-content h3 a:hover {
    color: #ff0000;
}
/* line 2831, ../sass/product.scss */
.product-wrap-8 .product-content .product-price {
    margin-bottom: 10px;
    margin-left: -8px;
}
/* line 2834, ../sass/product.scss */
.product-wrap-8 .product-content .product-price span {
    font-size: 18px;
    position: relative;
    margin: 0 8px;
    color: #000000;
}
/* line 2842, ../sass/product.scss */
.product-wrap-8 .product-content .product-price span:before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 2854, ../sass/product.scss */
.product-wrap-8 .product-content .product-price span:last-child:before {
    display: none;
}
/* line 2857, ../sass/product.scss */
.product-wrap-8 .product-content .product-price span.old {
    text-decoration: line-through;
    color: #ff0000;
}
/* line 2865, ../sass/product.scss */
.product-wrap-8 .product-content .product-rating {
    margin-bottom: 15px;
}
/* line 2867, ../sass/product.scss */
.product-wrap-8 .product-content .product-rating i {
    font-size: 17px;
    margin-right: 3px;
}
/* line 2871, ../sass/product.scss */
.product-wrap-8 .product-content .product-rating i.yellow {
    color: #ffa900;
}
/* line 2877, ../sass/product.scss */
.product-wrap-8 .product-content .product-action {
    display: flex;
    justify-content: flex-end;
}
/* line 2880, ../sass/product.scss */
.product-wrap-8 .product-content .product-action .pro-same-action {
    margin-left: 5px;
}
/* line 2882, ../sass/product.scss */
.product-wrap-8 .product-content .product-action .pro-same-action:first-child {
    margin-left: 0;
}
/* line 2885, ../sass/product.scss */
.product-wrap-8 .product-content .product-action .pro-same-action button,
.product-wrap-8 .product-content .product-action .pro-same-action a {
    font-size: 23px;
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #000;
    border: none;
    background: none;
    background-color: #f6f6f6;
}
/* line 2902, ../sass/product.scss */
.product-wrap-8 .product-content .product-action .pro-same-action button:hover, .product-wrap-8 .product-content .product-action .pro-same-action button.active,
.product-wrap-8 .product-content .product-action .pro-same-action a:hover,
.product-wrap-8 .product-content .product-action .pro-same-action a.active {
    color: #fff;
    background-color: #ff0000;
}
/* line 2914, ../sass/product.scss */
.product-wrap-8--brown .product-img span {
    background-color: #bca487;
}
/* line 2921, ../sass/product.scss */
.product-wrap-8--brown .product-content h3 a:hover {
    color: #bca487;
}
/* line 2929, ../sass/product.scss */
.product-wrap-8--brown .product-content .product-price span.old {
    color: #bca487;
}
/* line 2939, ../sass/product.scss */
.product-wrap-8--brown .product-content .product-action .pro-same-action button:hover, .product-wrap-8--brown .product-content .product-action .pro-same-action button.active,
.product-wrap-8--brown .product-content .product-action .pro-same-action a:hover,
.product-wrap-8--brown .product-content .product-action .pro-same-action a.active {
    background-color: #bca487;
}

/* line 2950, ../sass/product.scss */
.product-wrap-9 {
    position: relative;
    overflow: hidden;
}
/* line 2954, ../sass/product.scss */
.product-wrap-9 .product-img {
    position: relative;
}
/* line 2956, ../sass/product.scss */
.product-wrap-9 .product-img img {
    width: 100%;
}
/* line 2959, ../sass/product.scss */
.product-wrap-9 .product-img span {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ff0000;
}
/* line 2969, ../sass/product.scss */
.product-wrap-9 .product-img .default-img {
    transition: all 0.5s ease-in-out;
}
/* line 2972, ../sass/product.scss */
.product-wrap-9 .product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
}
/* line 2986, ../sass/product.scss */
.product-wrap-9 .product-img .product-action-2 {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
/* line 2995, ../sass/product.scss */
.product-wrap-9 .product-img .product-action-2 a,
.product-wrap-9 .product-img .product-action-2 button {
    font-size: 16px;
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    text-align: center;
    color: #555;
    border: none;
    background: none;
    background-color: #fff;
}
/* line 3014, ../sass/product.scss */
.product-wrap-9 .product-img .product-action-2 a:hover, .product-wrap-9 .product-img .product-action-2 a.active,
.product-wrap-9 .product-img .product-action-2 button:hover,
.product-wrap-9 .product-img .product-action-2 button.active {
    color: #fff;
    background-color: #ff0000;
}
/* line 3022, ../sass/product.scss */
.product-wrap-9 .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 3026, ../sass/product.scss */
.product-wrap-9 .product-img-badges > span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: static;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    border-radius: 3px;
}
/* line 3040, ../sass/product.scss */
.product-wrap-9 .product-img-badges > span:last-child {
    margin-bottom: 0;
}
/* line 3046, ../sass/product.scss */
.product-wrap-9 .product-content-2 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
/* line 3052, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 h3 {
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    margin: 0 0 6px;
}
/* line 3057, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
/* line 3062, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #ff0000;
}
/* line 3068, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span {
    font-size: 15px;
    position: relative;
    margin-right: 17px;
    color: #444;
}
/* line 3076, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span.old {
    text-decoration: line-through;
    color: #444;
}
/* line 3080, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span.old.red {
    color: #ff3d2a;
}
/* line 3084, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span::before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 3096, ../sass/product.scss */
.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before {
    display: none;
}
/* line 3102, ../sass/product.scss */
.product-wrap-9 .product-content-2 .pro-wishlist-2 {
    line-height: 35px;
    z-index: 9;
    text-align: center;
}
/* line 3109, ../sass/product.scss */
.product-wrap-9 .product-content-2 .pro-wishlist-2 a,
.product-wrap-9 .product-content-2 .pro-wishlist-2 button {
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: #929292;
    border: none;
    background: none;
}
/* line 3120, ../sass/product.scss */
.product-wrap-9 .product-content-2 .pro-wishlist-2 a:hover, .product-wrap-9 .product-content-2 .pro-wishlist-2 a.active,
.product-wrap-9 .product-content-2 .pro-wishlist-2 button:hover,
.product-wrap-9 .product-content-2 .pro-wishlist-2 button.active {
    color: #ff0000;
}
/* line 3127, ../sass/product.scss */
.product-wrap-9:hover .hover-img {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}
/* line 3135, ../sass/product.scss */
.product-wrap-9:hover .product-action-2 a {
    transform: scaleX(1);
}
/* line 3138, ../sass/product.scss */
.product-wrap-9:hover .product-action-2 button {
    transform: scaleX(1);
}

/* line 3144, ../sass/product.scss */
.product-wrap-10 {
    position: relative;
    overflow: hidden;
}
/* line 3148, ../sass/product.scss */
.product-wrap-10 .product-img {
    position: relative;
}
/* line 3150, ../sass/product.scss */
.product-wrap-10 .product-img img {
    width: 100%;
}
/* line 3153, ../sass/product.scss */
.product-wrap-10 .product-img span {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
}
/* line 3161, ../sass/product.scss */
.product-wrap-10 .product-img .default-img {
    transition: all 0.5s ease-in-out;
}
/* line 3164, ../sass/product.scss */
.product-wrap-10 .product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
}
/* line 3178, ../sass/product.scss */
.product-wrap-10 .product-img .product-action-2 {
    position: absolute;
    top: 50%;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    transform: translateY(-50%);
}
/* line 3190, ../sass/product.scss */
.product-wrap-10 .product-img .product-action-2 a,
.product-wrap-10 .product-img .product-action-2 button {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 3px 0;
    transition: all 0.4s ease-in-out;
    transform: translateX(-200px);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: none;
    background-color: #bca487;
}
/* line 3210, ../sass/product.scss */
.product-wrap-10 .product-img .product-action-2 a:hover, .product-wrap-10 .product-img .product-action-2 a.active,
.product-wrap-10 .product-img .product-action-2 button:hover,
.product-wrap-10 .product-img .product-action-2 button.active {
    background-color: #000;
}
/* line 3217, ../sass/product.scss */
.product-wrap-10 .product-img-badges {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 3221, ../sass/product.scss */
.product-wrap-10 .product-img-badges > span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: static;
    display: block;
    margin-bottom: 10px;
    padding: 3px 11px;
    color: #bca487;
    border-radius: 3px;
}
/* line 3236, ../sass/product.scss */
.product-wrap-10 .product-img-badges > span:last-child {
    margin-bottom: 0;
}
/* line 3242, ../sass/product.scss */
.product-wrap-10 .product-content-2 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
/* line 3248, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 h3 {
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    margin: 0 0 6px;
}
/* line 3253, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 h3 a {
    font-size: 18px;
    color: #000000;
}
/* line 3257, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #bca487;
}
/* line 3263, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span {
    font-size: 15px;
    position: relative;
    margin-right: 17px;
    color: #444;
}
/* line 3271, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span.old {
    text-decoration: line-through;
    color: #444;
}
/* line 3276, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span::before {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 6px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}
/* line 3288, ../sass/product.scss */
.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before {
    display: none;
}
/* line 3295, ../sass/product.scss */
.product-wrap-10 .product-content-2 .pro-wishlist-2 a,
.product-wrap-10 .product-content-2 .pro-wishlist-2 button {
    font-size: 16px;
    display: inline-block;
    margin: 4px 0 0 10px;
    color: #929292;
    border: none;
    background: none;
}
/* line 3306, ../sass/product.scss */
.product-wrap-10 .product-content-2 .pro-wishlist-2 a:hover, .product-wrap-10 .product-content-2 .pro-wishlist-2 a.active,
.product-wrap-10 .product-content-2 .pro-wishlist-2 button:hover,
.product-wrap-10 .product-content-2 .pro-wishlist-2 button.active {
    color: #a749ff;
}
/* line 3313, ../sass/product.scss */
.product-wrap-10:hover .hover-img {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}
/* line 3320, ../sass/product.scss */
.product-wrap-10:hover .default-img {
    visibility: hidden;
    transform: translateX(-100%);
}
/* line 3325, ../sass/product.scss */
.product-wrap-10:hover .product-action-2 a {
    transform: translateX(0);
}
/* line 3328, ../sass/product.scss */
.product-wrap-10:hover .product-action-2 button {
    transform: translateX(0);
}
/* line 3336, ../sass/product.scss */
.product-wrap-10--style2 .product-img .product-action-2 button,
.product-wrap-10--style2 .product-img .product-action-2 a {
    color: #000;
    background-color: transparent;
}
/* line 3340, ../sass/product.scss */
.product-wrap-10--style2 .product-img .product-action-2 button:hover, .product-wrap-10--style2 .product-img .product-action-2 button.active,
.product-wrap-10--style2 .product-img .product-action-2 a:hover,
.product-wrap-10--style2 .product-img .product-action-2 a.active {
    color: #bca487;
    background-color: transparent;
}
/* line 3351, ../sass/product.scss */
.product-wrap-10--style2--blue .product-img .product-action-2 button,
.product-wrap-10--style2--blue .product-img .product-action-2 a {
    color: #000;
    background-color: transparent;
}
/* line 3355, ../sass/product.scss */
.product-wrap-10--style2--blue .product-img .product-action-2 button:hover, .product-wrap-10--style2--blue .product-img .product-action-2 button.active,
.product-wrap-10--style2--blue .product-img .product-action-2 a:hover,
.product-wrap-10--style2--blue .product-img .product-action-2 a.active {
    color: #053399;
    background-color: transparent;
}
/* line 3364, ../sass/product.scss */
.product-wrap-10--style2--blue .product-img-badges > span {
    color: #053399;
}
/* line 3374, ../sass/product.scss */
.product-wrap-10--style2--blue .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #053399;
}

/* product home 9*/
/* line 3387, ../sass/product.scss */
.collection-wrap-2 {
    margin-top: -175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 3387, ../sass/product.scss */
    .collection-wrap-2 {
        margin-top: -97px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 3387, ../sass/product.scss */
    .collection-wrap-2 {
        margin-top: -80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3387, ../sass/product.scss */
    .collection-wrap-2 {
        margin-top: -70px;
    }
}

/* line 3400, ../sass/product.scss */
.collection-product-2 {
    position: relative;
    overflow: hidden;
}
/* line 3405, ../sass/product.scss */
.collection-product-2 a img {
    width: 100%;
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
/* line 3412, ../sass/product.scss */
.collection-product-2 .collection-content-2 {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    text-align: center;
}
/* line 3419, ../sass/product.scss */
.collection-product-2 .collection-content-2 span {
    font-size: 14px;
    font-weight: 500;
}
/* line 3423, ../sass/product.scss */
.collection-product-2 .collection-content-2 h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 5px 0 0;
}
/* line 3431, ../sass/product.scss */
.collection-product-2:hover a img {
    transform: scale(1.1);
}

/* product hm9 */
/* line 3441, ../sass/product.scss */
.hm9-section-padding .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 3441, ../sass/product.scss */
    .hm9-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 3441, ../sass/product.scss */
    .hm9-section-padding .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 3441, ../sass/product.scss */
    .hm9-section-padding .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 3441, ../sass/product.scss */
    .hm9-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3441, ../sass/product.scss */
    .hm9-section-padding .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
/* line 3465, ../sass/product.scss */
.hm9-section-padding .custom-row-4 {
    margin-right: -10px;
    margin-left: -10px;
}
@media only screen and (max-width: 767px) {
    /* line 3465, ../sass/product.scss */
    .hm9-section-padding .custom-row-4 {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3465, ../sass/product.scss */
    .hm9-section-padding .custom-row-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
}
/* line 3477, ../sass/product.scss */
.hm9-section-padding div[class^="custom2-"] {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 767px) {
    /* line 3477, ../sass/product.scss */
    .hm9-section-padding div[class^="custom2-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3477, ../sass/product.scss */
    .hm9-section-padding div[class^="custom2-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* line 3490, ../sass/product.scss */
.custom-row-4 {
    display: flex;
    flex-wrap: wrap;
}

/* line 3494, ../sass/product.scss */
.custom2-col-5 {
    position: relative;
    flex: 0 0 20%;
    width: 100%;
    max-width: 20%;
    min-height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 3494, ../sass/product.scss */
    .custom2-col-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 3494, ../sass/product.scss */
    .custom2-col-5 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 3494, ../sass/product.scss */
    .custom2-col-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 3494, ../sass/product.scss */
    .custom2-col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3494, ../sass/product.scss */
    .custom2-col-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*------- home 14 ----------*/
/* line 3532, ../sass/product.scss */
.product-top-bar {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    /* line 3532, ../sass/product.scss */
    .product-top-bar {
        display: block;
        justify-content: inherit;
        text-align: center;
    }
}

/* line 3543, ../sass/product.scss */
.product-tab-list-3 {
    position: relative;
    z-index: 99;
    margin: 4px 0 0;
}
@media only screen and (max-width: 767px) {
    /* line 3543, ../sass/product.scss */
    .product-tab-list-3 {
        justify-content: center;
        margin: 15px 0 0;
    }
}
/* line 3553, ../sass/product.scss */
.product-tab-list-3 a {
    margin-left: 24px;
}
/* line 3555, ../sass/product.scss */
.product-tab-list-3 a.nav-link {
    padding: 0;
    background-color: transparent !important;
}
/* line 3561, ../sass/product.scss */
.product-tab-list-3 a.active h4 {
    color: #242424;
}
/* line 3565, ../sass/product.scss */
.product-tab-list-3 a:first-child {
    margin-left: 45px;
}
@media only screen and (max-width: 767px) {
    /* line 3565, ../sass/product.scss */
    .product-tab-list-3 a:first-child {
        margin-left: 20px;
    }
}
/* line 3571, ../sass/product.scss */
.product-tab-list-3 a h4 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #878787;
}

/* line 3582, ../sass/product.scss */
.product-tab-list-5 {
    justify-content: center;
    width: 100%;
}
/* line 3586, ../sass/product.scss */
.product-tab-list-5 a {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin: 0 20px;
    padding: 0 0 7px;
    color: #000000;
    border-bottom: 2px solid transparent;
}
/* line 3597, ../sass/product.scss */
.product-tab-list-5 a.nav-link {
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    /* line 3586, ../sass/product.scss */
    .product-tab-list-5 a {
        font-size: 16px;
        margin: 0 6px;
    }
}
/* line 3609, ../sass/product.scss */
.product-tab-list-5 a.active {
    border-bottom: 2px solid #59a3e1;
}
/* line 3611, ../sass/product.scss */
.product-tab-list-5 a.active h4 {
    color: #59a3e1;
}
@media only screen and (max-width: 767px) {
    /* line 3617, ../sass/product.scss */
    .product-tab-list-5.mb-60 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 3624, ../sass/product.scss */
    .product-tab-list-6 {
        margin: 0 0 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3624, ../sass/product.scss */
    .product-tab-list-6 {
        margin: 0 0 0;
    }
}
/* line 3634, ../sass/product.scss */
.product-tab-list-6 .nav-item:first-child .nav-link {
    padding-left: 0;
}
/* line 3639, ../sass/product.scss */
.product-tab-list-6 a {
    display: inline-block;
    margin-right: 23px;
}
/* line 3643, ../sass/product.scss */
.product-tab-list-6 a.nav-link {
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    /* line 3639, ../sass/product.scss */
    .product-tab-list-6 a {
        margin: 0 23px 10px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3639, ../sass/product.scss */
    .product-tab-list-6 a {
        margin: 0 23px 0 0;
    }
}
/* line 3652, ../sass/product.scss */
.product-tab-list-6 a:last-child {
    margin-right: 0;
}
/* line 3655, ../sass/product.scss */
.product-tab-list-6 a h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
    transition: all 0.3s ease 0s;
    color: #555;
}
/* line 3665, ../sass/product.scss */
.product-tab-list-6 a h4:hover {
    color: #000000;
}
/* line 3670, ../sass/product.scss */
.product-tab-list-6 a.active h4 {
    color: #bca487;
}

/* line 3677, ../sass/product.scss */
.product-tab-list-7 {
    border-bottom: 2px solid #d1d1d1;
}
@media only screen and (max-width: 767px) {
    /* line 3677, ../sass/product.scss */
    .product-tab-list-7 {
        margin: 0 0 30px;
    }
}
/* line 3685, ../sass/product.scss */
.product-tab-list-7 .nav-item:first-child .nav-link {
    padding-left: 0;
}
/* line 3690, ../sass/product.scss */
.product-tab-list-7 a {
    display: inline-block;
    margin-right: 23px;
}
/* line 3694, ../sass/product.scss */
.product-tab-list-7 a.nav-link {
    border-radius: 0;
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    /* line 3690, ../sass/product.scss */
    .product-tab-list-7 a {
        margin: 0 23px 10px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3690, ../sass/product.scss */
    .product-tab-list-7 a {
        margin: 0 23px 0 0;
    }
}
/* line 3704, ../sass/product.scss */
.product-tab-list-7 a:last-child {
    margin-right: 0;
}
/* line 3707, ../sass/product.scss */
.product-tab-list-7 a h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
    transition: all 0.3s ease 0s;
    color: #010101;
}
/* line 3718, ../sass/product.scss */
.product-tab-list-7 a h4:hover {
    color: #000000;
}
/* line 3722, ../sass/product.scss */
.product-tab-list-7 a.active {
    position: relative;
}
/* line 3724, ../sass/product.scss */
.product-tab-list-7 a.active:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #053399;
}
/* line 3737, ../sass/product.scss */
.product-tab-list-7 a.active h4 {
    color: #053399;
}

/* line 3745, ../sass/product.scss */
.product-slider-active .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
}
@media only screen and (max-width: 767px) {
    /* line 3745, ../sass/product.scss */
    .product-slider-active .owl-nav {
        top: -45px;
        right: 0;
        left: 0;
        text-align: center;
    }
}
/* line 3756, ../sass/product.scss */
.product-slider-active .owl-nav div {
    font-size: 18px;
    line-height: 31px;
    display: inline-block;
    width: 35px;
    height: 35px;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #c6c6c6;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
    /* line 3756, ../sass/product.scss */
    .product-slider-active .owl-nav div {
        font-size: 15px;
        line-height: 23px;
        width: 25px;
        height: 25px;
    }
}
/* line 3779, ../sass/product.scss */
.product-slider-active .owl-nav div:hover {
    color: #fff;
    border: 1px solid #ff3d2a;
    background-color: #ff3d2a;
}
/* line 3784, ../sass/product.scss */
.product-slider-active .owl-nav div.owl-next {
    margin-left: 3px;
}

/* line 3792, ../sass/product.scss */
.pro-view-more {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    /* line 3792, ../sass/product.scss */
    .pro-view-more {
        margin-top: 0;
    }
}
/* line 3797, ../sass/product.scss */
.pro-view-more a {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 20px 35px 19px;
    text-transform: uppercase;
    color: #828282;
    border: 1px solid #d2d2d2;
}
/* line 3809, ../sass/product.scss */
.pro-view-more a i {
    margin-right: 10px;
}
/* line 3812, ../sass/product.scss */
.pro-view-more a:hover {
    color: #fff;
    border: 1px solid #df262b;
    background-color: #df262b;
}

/* line 3821, ../sass/product.scss */
.bg-png-1 {
    position: absolute;
    top: 0;
    left: 78px;
}
@media only screen and (max-width: 767px) {
    /* line 3821, ../sass/product.scss */
    .bg-png-1 {
        display: none;
    }
}

/* line 3829, ../sass/product.scss */
.funfact-area {
    position: relative;
}

/* line 3832, ../sass/product.scss */
.bg-png-2 {
    position: absolute;
    top: 0;
    right: 550px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 3832, ../sass/product.scss */
    .bg-png-2 {
        right: 300px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 3832, ../sass/product.scss */
    .bg-png-2 {
        right: 250px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 3832, ../sass/product.scss */
    .bg-png-2 {
        right: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 3832, ../sass/product.scss */
    .bg-png-2 {
        right: 120px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 3832, ../sass/product.scss */
    .bg-png-2 {
        display: none;
    }
}

/* line 3854, ../sass/product.scss */
.product-quickview-modal-wrapper .modal-dialog {
    margin: 5% auto;
    padding: 0;
}

/* line 3860, ../sass/product.scss */
.category-grid-area {
    margin-top: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 3860, ../sass/product.scss */
    .category-grid-area {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 3860, ../sass/product.scss */
    .category-grid-area {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 3860, ../sass/product.scss */
    .category-grid-area {
        margin-top: 30px;
    }
}

/* line 3875, ../sass/product.scss */
.category-grid {
    position: relative;
    z-index: 9;
}
/* line 3880, ../sass/product.scss */
.category-grid__image a img {
    width: 100%;
}
/* line 3886, ../sass/product.scss */
.category-grid__content {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
/* line 3891, ../sass/product.scss */
.category-grid__content a {
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 25px 15px;
    text-align: center;
    color: #000;
    background-color: #fff;
}
/* line 3905, ../sass/product.scss */
.category-grid__content a:hover {
    background-color: #bca487;
}
.header-area {
    position: relative;
}
/* line 41, ../sass/header.scss */
.header-area.header-absolute {
    position: absolute;
    z-index: 99;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    /* line 41, ../sass/header.scss */
    .header-area.header-absolute {
        position: relative;
        width: auto;
    }
}

/* line 56, ../sass/header.scss */
.sticky-bar.stick {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    border-bottom: 0 solid #4a90e2;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
}
/* line 71, ../sass/header.scss */
.sticky-bar.stick .center-menu-logo {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 71, ../sass/header.scss */
    .sticky-bar.stick .center-menu-logo {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    /* line 71, ../sass/header.scss */
    .sticky-bar.stick .center-menu-logo {
        display: block;
    }
}
/* line 83, ../sass/header.scss */
.sticky-bar.stick .header-right-wrap-white .same-style > a {
    color: #000;
}
/* line 92, ../sass/header.scss */
.sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap > button, .sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap > a, .sticky-bar.stick .header-right-wrap-white .same-style.header-compare > button, .sticky-bar.stick .header-right-wrap-white .same-style.header-compare > a, .sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist > button, .sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist > a, .sticky-bar.stick .header-right-wrap-white .same-style.account-setting > button, .sticky-bar.stick .header-right-wrap-white .same-style.account-setting > a, .sticky-bar.stick .header-right-wrap-white .same-style.header-search > button, .sticky-bar.stick .header-right-wrap-white .same-style.header-search > a {
    color: #000;
}
/* line 96, ../sass/header.scss */
.sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap > button span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap > a span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.header-compare > button span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.header-compare > a span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist > button span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist > a span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.account-setting > button span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.account-setting > a span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.header-search > button span.count-style, .sticky-bar.stick .header-right-wrap-white .same-style.header-search > a span.count-style {
    color: #fff;
    background-color: #000;
}

/* line 106, ../sass/header.scss */
.header-padding-1 .container-fluid {
    padding: 0 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 106, ../sass/header.scss */
    .header-padding-1 .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 106, ../sass/header.scss */
    .header-padding-1 .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 106, ../sass/header.scss */
    .header-padding-1 .container-fluid {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 106, ../sass/header.scss */
    .header-padding-1 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 121, ../sass/header.scss */
    .header-res-padding {
        padding: 20px 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 121, ../sass/header.scss */
    .header-res-padding {
        padding: 20px 0 15px;
    }
}

/* line 129, ../sass/header.scss */
.logo {
    margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 129, ../sass/header.scss */
    .logo {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 129, ../sass/header.scss */
    .logo {
        margin-top: 0;
    }
}
/* line 137, ../sass/header.scss */
.logo.logo-hm5 {
    margin-top: 41px;
}
/* line 139, ../sass/header.scss */
.logo.logo-hm5 a.sticky-block {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    /* line 139, ../sass/header.scss */
    .logo.logo-hm5 a.sticky-block {
        display: block;
    }
}
/* line 146, ../sass/header.scss */
.logo.logo-hm5 a.sticky-none {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    /* line 146, ../sass/header.scss */
    .logo.logo-hm5 a.sticky-none {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 137, ../sass/header.scss */
    .logo.logo-hm5 {
        margin-top: 0;
        text-align: left !important;
    }
}
@media only screen and (max-width: 767px) {
    /* line 137, ../sass/header.scss */
    .logo.logo-hm5 {
        margin-top: 0;
        text-align: left !important;
    }
}

/* line 168, ../sass/header.scss */
.stick .logo-hm5 a.sticky-block {
    display: block;
}
/* line 171, ../sass/header.scss */
.stick .logo-hm5 a.sticky-none {
    display: none;
}

/* line 179, ../sass/header.scss */
.main-menu nav ul {
    display: block;
    margin-top: -5px;
    text-align: center;
}
/* line 185, ../sass/header.scss */
.main-menu nav ul li {
    position: initial;
    display: inline-block;
    padding: 0 15px;
}
/* line 191, ../sass/header.scss */
.main-menu nav ul li ul.submenu {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    width: 210px;
    padding: 20px 0 22px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
}
/* line 209, ../sass/header.scss */
.main-menu nav ul li ul.submenu li {
    display: block;
    margin-left: 0;
    padding: 0 20px;
}
/* line 214, ../sass/header.scss */
.main-menu nav ul li ul.submenu li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #333;
}
/* line 227, ../sass/header.scss */
.main-menu nav ul li ul.submenu li a:hover {
    color: #a749ff;
}
/* line 230, ../sass/header.scss */
.main-menu nav ul li ul.submenu li a::before {
    position: absolute;
    z-index: 999;
    top: 13px;
    left: 15px;
    width: 7px;
    height: 7px;
    content: "";
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    border-radius: 50%;
    background: #a749ff none repeat scroll 0 0;
}
/* line 247, ../sass/header.scss */
.main-menu nav ul li ul.submenu li:hover a::before {
    opacity: 1;
}
/* line 250, ../sass/header.scss */
.main-menu nav ul li ul.submenu li:hover a {
    padding-left: 12px;
}
/* line 255, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    width: 700px;
    padding: 40px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 255, ../sass/header.scss */
    .main-menu nav ul li ul.mega-menu {
        left: -75px;
    }
}
/* line 277, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li {
    display: inline-block;
    float: left;
    width: 33.33%;
    margin-left: 0;
    padding: 0;
}
/* line 285, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title {
    float: inherit;
    width: 100%;
}
/* line 289, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #242424;
}
/* line 298, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a::before {
    display: none;
}
/* line 302, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title:hover a {
    padding-left: 0;
}
/* line 306, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li {
    display: block;
    float: inherit;
    padding: 0;
}
/* line 311, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #333;
}
/* line 324, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li a:hover {
    color: #a749ff;
}
/* line 327, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li a::before {
    position: absolute;
    z-index: 999;
    top: 13px;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    border-radius: 50%;
    background: #a749ff none repeat scroll 0 0;
}
/* line 345, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li.mega-menu-img:hover a {
    padding-left: 0;
}
/* line 349, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li.mega-menu-img a::before {
    display: none;
}
/* line 354, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li:hover a::before {
    opacity: 1;
}
/* line 357, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu > li ul li:hover a {
    padding-left: 12px;
}
/* line 363, ../sass/header.scss */
.main-menu nav ul li ul.mega-menu.mega-menu-padding {
    padding: 40px 40px 36px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 363, ../sass/header.scss */
    .main-menu nav ul li ul.mega-menu.mega-menu-padding {
        left: 0;
    }
}
/* line 370, ../sass/header.scss */
.main-menu nav ul li:hover > ul.submenu {
    visibility: visible;
    transform: rotateX(0deg);
}
/* line 375, ../sass/header.scss */
.main-menu nav ul li:hover > ul.mega-menu {
    visibility: visible;
    transform: rotateX(0deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 185, ../sass/header.scss */
    .main-menu nav ul li {
        padding: 0 7px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 185, ../sass/header.scss */
    .main-menu nav ul li {
        padding: 0 10px;
    }
}
/* line 386, ../sass/header.scss */
.main-menu nav ul li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 94px;
    display: inline-block;
    letter-spacing: 0.8px;
    color: #555252;
}
/* line 396, ../sass/header.scss */
.main-menu nav ul li > a i {
    font-size: 15px;
    position: relative;
    top: 0;
    margin-left: 1px;
}
/* line 405, ../sass/header.scss */
/*.main-menu nav ul li:hover a {
    color: #a749ff;
}*/
/* line 413, ../sass/header.scss */
.main-menu.menu-white nav ul {
    text-align: left;
}
/* line 415, ../sass/header.scss */
.main-menu.menu-white nav ul li {
    padding: 0 30px 0 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 415, ../sass/header.scss */
    .main-menu.menu-white nav ul li {
        padding: 0 22px 0 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 415, ../sass/header.scss */
    .main-menu.menu-white nav ul li {
        padding: 0 14px 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 415, ../sass/header.scss */
    .main-menu.menu-white nav ul li {
        padding: 0 14px 0 0;
    }
}
/* line 426, ../sass/header.scss */
.main-menu.menu-white nav ul li > a {
    line-height: 112px;
    color: #ffffff;
}

/* line 436, ../sass/header.scss */
.stick .main-menu.menu-white nav ul li a {
    color: #555252;
}
/* line 438, ../sass/header.scss */
.stick .main-menu.menu-white nav ul li a:hover {
    color: #a749ff;
}

/* line 443, ../sass/header.scss */
.stick .main-menu nav ul li a {
    line-height: 75px;
}

/* line 447, ../sass/header.scss */
.stick .logo,
.stick .header-right-wrap {
    margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 447, ../sass/header.scss */
    .stick .logo,
    .stick .header-right-wrap {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 447, ../sass/header.scss */
    .stick .logo,
    .stick .header-right-wrap {
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 447, ../sass/header.scss */
    .stick .logo,
    .stick .header-right-wrap {
        margin-top: 0;
    }
}

/* line 460, ../sass/header.scss */
.stick .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
.stick .header-right-wrap .same-style .account-dropdown {
    top: 160%;
}
@media only screen and (max-width: 767px) {
    /* line 460, ../sass/header.scss */
    .stick .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .stick .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 460, ../sass/header.scss */
    .stick .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .stick .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
    }
}

/* line 479, ../sass/header.scss */
.header-right-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 479, ../sass/header.scss */
    .header-right-wrap {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 479, ../sass/header.scss */
    .header-right-wrap {
        margin-top: 2px;
    }
}
/* line 490, ../sass/header.scss */
.header-right-wrap .same-style {
    position: relative;
    margin-left: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 490, ../sass/header.scss */
    .header-right-wrap .same-style {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 490, ../sass/header.scss */
    .header-right-wrap .same-style {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 490, ../sass/header.scss */
    .header-right-wrap .same-style {
        margin-left: 20px;
    }
}
/* line 503, ../sass/header.scss */
.header-right-wrap .same-style > a,
.header-right-wrap .same-style button {
    font-size: 23px;
    color: #000;
}
/* line 509, ../sass/header.scss */
.header-right-wrap .same-style > button {
    border: none;
    background: none;
}
/* line 513, ../sass/header.scss */
.header-right-wrap .same-style:first-child {
    margin-left: 0;
}
/* line 516, ../sass/header.scss */
.header-right-wrap .same-style:hover > a, .header-right-wrap .same-style:hover > button {
    color: #a749ff;
}
/* line 520, ../sass/header.scss */
.header-right-wrap .same-style .account-dropdown {
    position: absolute;
    z-index: 220;
    top: 190%;
    right: 0;
    visibility: hidden;
    width: 125px;
    padding: 8px 12px 10px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    text-align: left;
    opacity: 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
/* line 539, ../sass/header.scss */
.header-right-wrap .same-style .account-dropdown.active {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    /* line 520, ../sass/header.scss */
    .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 520, ../sass/header.scss */
    .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 520, ../sass/header.scss */
    .header-right-wrap .same-style .account-dropdown {
        left: -40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 520, ../sass/header.scss */
    .header-right-wrap .same-style .account-dropdown {
        left: -34px;
    }
}
/* line 564, ../sass/header.scss */
.header-right-wrap .same-style .account-dropdown ul li a {
    font-size: 13px;
    line-height: 30px;
    display: block;
    padding: 0;
    text-transform: capitalize;
    color: #000;
}
/* line 575, ../sass/header.scss */
.header-right-wrap .same-style .account-dropdown ul li a:hover {
    padding-left: 5px;
    color: #a749ff;
}
/* line 586, ../sass/header.scss */
.header-right-wrap .same-style.account-setting > a,
.header-right-wrap .same-style.account-setting button {
    font-size: 24px;
}
/* line 591, ../sass/header.scss */
.header-right-wrap .same-style.account-setting > button {
    border: none;
    background: none;
}
/* line 596, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap,
.header-right-wrap .same-style.header-wishlist,
.header-right-wrap .same-style.header-compare {
    margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 596, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap,
    .header-right-wrap .same-style.header-wishlist,
    .header-right-wrap .same-style.header-compare {
        margin-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 596, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap,
    .header-right-wrap .same-style.header-wishlist,
    .header-right-wrap .same-style.header-compare {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 596, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap,
    .header-right-wrap .same-style.header-wishlist,
    .header-right-wrap .same-style.header-compare {
        margin-left: 20px;
    }
}
/* line 609, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap button, .header-right-wrap .same-style.cart-wrap > a,
.header-right-wrap .same-style.header-wishlist button,
.header-right-wrap .same-style.header-wishlist > a,
.header-right-wrap .same-style.header-compare button,
.header-right-wrap .same-style.header-compare > a {
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 0;
    color: #000;
    border: none;
    background: transparent;
}
/* line 622, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap button span.count-style, .header-right-wrap .same-style.cart-wrap > a span.count-style,
.header-right-wrap .same-style.header-wishlist button span.count-style,
.header-right-wrap .same-style.header-wishlist > a span.count-style,
.header-right-wrap .same-style.header-compare button span.count-style,
.header-right-wrap .same-style.header-compare > a span.count-style {
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    top: -9px;
    right: -14px;
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 622, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap button span.count-style, .header-right-wrap .same-style.cart-wrap > a span.count-style,
    .header-right-wrap .same-style.header-wishlist button span.count-style,
    .header-right-wrap .same-style.header-wishlist > a span.count-style,
    .header-right-wrap .same-style.header-compare button span.count-style,
    .header-right-wrap .same-style.header-compare > a span.count-style {
        right: -5px;
    }
}
/* line 645, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap:hover > button,
.header-right-wrap .same-style.header-wishlist:hover > button,
.header-right-wrap .same-style.header-compare:hover > button {
    color: #a749ff;
}
/* line 648, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content,
.header-right-wrap .same-style.header-compare .shopping-cart-content {
    position: absolute;
    z-index: 9999;
    top: 190%;
    right: 0;
    visibility: hidden;
    width: 340px;
    padding: 10px 35px 10px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    opacity: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff none repeat scroll 0 0;
}
/* line 667, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content.cart-visible, .header-right-wrap .same-style.cart-wrap .shopping-cart-content.active,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content.cart-visible,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content.active,
.header-right-wrap .same-style.header-compare .shopping-cart-content.cart-visible,
.header-right-wrap .same-style.header-compare .shopping-cart-content.active {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    /* line 648, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .header-right-wrap .same-style.header-wishlist .shopping-cart-content,
    .header-right-wrap .same-style.header-compare .shopping-cart-content {
        top: 100%;
        right: -52px;
        overflow-y: auto;
        width: 295px;
        height: 300px;
        margin-top: 14px;
        padding: 31px 15px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 648, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .header-right-wrap .same-style.header-wishlist .shopping-cart-content,
    .header-right-wrap .same-style.header-compare .shopping-cart-content {
        top: 100%;
        overflow-y: auto;
        height: 300px;
        margin-top: 18px;
        margin-top: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 648, ../sass/header.scss */
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .header-right-wrap .same-style.header-wishlist .shopping-cart-content,
    .header-right-wrap .same-style.header-compare .shopping-cart-content {
        overflow-y: auto;
    }
}
/* line 698, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul {
    overflow-y: auto;
    max-height: 400px;
    margin-right: -15px;
    padding-top: 20px;
    padding-right: 15px;
}
/* line 705, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
/* line 715, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-img,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-img,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-img {
    flex: 0 0 82px;
    margin-right: 15px;
}
/* line 721, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h4,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h4 {
    font-size: 15px;
    line-height: 16px;
    margin: 0;
    margin-right: 20px;
}
/* line 727, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h4 a,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h4 a {
    line-height: 1.2;
    color: #000;
}
/* line 731, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a:hover,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h4 a:hover,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h4 a:hover {
    color: #a749ff;
}
/* line 736, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h6,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h6,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h6 {
    font-size: 13px;
    margin: 5px 0 8px;
}
/* line 741, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title span,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title span,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title span {
    font-size: 14px;
}
/* line 745, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete {
    position: absolute;
    top: 0;
    right: 0;
}
/* line 749, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a,
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete button,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete a,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete button,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete a,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete button {
    font-size: 16px;
    color: #a749ff;
}
/* line 754, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a:hover,
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete button:hover,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete a:hover,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete button:hover,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete a:hover,
.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete button:hover {
    color: #333;
}
/* line 762, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-total h4,
.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-total h4 {
    font-size: 14px;
    margin-top: 17px;
    margin-bottom: 17px;
}
/* line 767, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4 span,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-total h4 span,
.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-total h4 span {
    float: right;
}
/* line 772, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-btn,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-btn,
.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-btn {
    margin-top: 23px;
}
/* line 774, ../sass/header.scss */
.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-btn a,
.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-btn a,
.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-btn a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    padding: 16px 40px 17px;
}
/* line 786, ../sass/header.scss */
.header-right-wrap.header-right-wrap-white {
    margin-top: 40px;
}
/* line 789, ../sass/header.scss */
.header-right-wrap.header-right-wrap-white .same-style > a {
    color: #fff;
}
/* line 798, ../sass/header.scss */
.header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button, .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > a, .header-right-wrap.header-right-wrap-white .same-style.header-compare > button, .header-right-wrap.header-right-wrap-white .same-style.header-compare > a, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > button, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > a, .header-right-wrap.header-right-wrap-white .same-style.account-setting > button, .header-right-wrap.header-right-wrap-white .same-style.account-setting > a, .header-right-wrap.header-right-wrap-white .same-style.header-search > button, .header-right-wrap.header-right-wrap-white .same-style.header-search > a {
    color: #fff;
}
/* line 802, ../sass/header.scss */
.header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-compare > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-compare > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.account-setting > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.account-setting > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-search > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-search > a span.count-style {
    color: #000;
    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 786, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white {
        margin-top: 0;
    }
    /* line 815, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white .same-style > a {
        color: #000;
    }
    /* line 824, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button, .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > a, .header-right-wrap.header-right-wrap-white .same-style.header-compare > button, .header-right-wrap.header-right-wrap-white .same-style.header-compare > a, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > button, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > a, .header-right-wrap.header-right-wrap-white .same-style.account-setting > button, .header-right-wrap.header-right-wrap-white .same-style.account-setting > a, .header-right-wrap.header-right-wrap-white .same-style.header-search > button, .header-right-wrap.header-right-wrap-white .same-style.header-search > a {
        color: #000;
    }
    /* line 828, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-compare > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-compare > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.account-setting > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.account-setting > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-search > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-search > a span.count-style {
        color: #fff;
        background-color: #000;
    }
}
@media only screen and (max-width: 767px) {
    /* line 786, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white {
        margin-top: 3px;
    }
    /* line 840, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white .same-style > a {
        color: #000;
    }
    /* line 849, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button, .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > a, .header-right-wrap.header-right-wrap-white .same-style.header-compare > button, .header-right-wrap.header-right-wrap-white .same-style.header-compare > a, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > button, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > a, .header-right-wrap.header-right-wrap-white .same-style.account-setting > button, .header-right-wrap.header-right-wrap-white .same-style.account-setting > a, .header-right-wrap.header-right-wrap-white .same-style.header-search > button, .header-right-wrap.header-right-wrap-white .same-style.header-search > a {
        color: #000;
    }
    /* line 853, ../sass/header.scss */
    .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-compare > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-compare > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-wishlist > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.account-setting > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.account-setting > a span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-search > button span.count-style, .header-right-wrap.header-right-wrap-white .same-style.header-search > a span.count-style {
        color: #fff;
        background-color: #000;
    }
}
/* line 864, ../sass/header.scss */
.header-right-wrap .same-style.header-search .search-content {
    position: absolute;
    z-index: 99;
    top: 193%;
    right: 0;
    visibility: hidden;
    min-width: 300px;
    padding: 15px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    opacity: 0;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 882, ../sass/header.scss */
.header-right-wrap .same-style.header-search .search-content.active {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 864, ../sass/header.scss */
    .header-right-wrap .same-style.header-search .search-content {
        top: 154%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 864, ../sass/header.scss */
    .header-right-wrap .same-style.header-search .search-content {
        top: 154%;
        right: -105px;
        min-width: 260px;
    }
}
/* line 898, ../sass/header.scss */
.header-right-wrap .same-style.header-search .search-content form {
    position: relative;
}
/* line 900, ../sass/header.scss */
.header-right-wrap .same-style.header-search .search-content form input {
    width: 100%;
    padding: 5px 72px 5px 15px;
    transition: all 0.4s ease 0s;
    color: #000;
    border: 1px solid #d3d3d3;
    outline: medium none;
    background: transparent;
}
/* line 911, ../sass/header.scss */
.header-right-wrap .same-style.header-search .search-content form .button-search {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px 20px 2px;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-color: #ce9634;
    background: #a749ff;
}
/* line 929, ../sass/header.scss */
.header-right-wrap .same-style.header-search .search-content form .button-search:hover {
    background-color: #000;
}

/* line 940, ../sass/header.scss */
.stick .same-style.header-search .search-content {
    top: 160%;
}

/* line 946, ../sass/header.scss */
.stick .header-right-wrap.header-right-wrap-white {
    margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 946, ../sass/header.scss */
    .stick .header-right-wrap.header-right-wrap-white {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 946, ../sass/header.scss */
    .stick .header-right-wrap.header-right-wrap-white {
        margin-top: 0;
    }
}
/* line 955, ../sass/header.scss */
.stick .header-right-wrap.header-right-wrap-white .same-style > a {
    color: #000;
}
/* line 957, ../sass/header.scss */
.stick .header-right-wrap.header-right-wrap-white .same-style > a:hover {
    color: #a749ff;
}
/* line 962, ../sass/header.scss */
.stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button {
    color: #000;
}
/* line 964, ../sass/header.scss */
.stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button:hover {
    color: #a749ff;
}
/* line 968, ../sass/header.scss */
.stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button span.count-style {
    color: #fff;
    background-color: #000;
}

/* header 3 */
/* line 981, ../sass/header.scss */
.header-padding-2 .container-fluid {
    padding: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 981, ../sass/header.scss */
    .header-padding-2 .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 981, ../sass/header.scss */
    .header-padding-2 .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 981, ../sass/header.scss */
    .header-padding-2 .container-fluid {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 981, ../sass/header.scss */
    .header-padding-2 .container-fluid {
        padding: 0 15px;
    }
}

/* line 997, ../sass/header.scss */
.header-top-area {
    border-bottom: 1px solid #d5d4d4;
}
/* line 999, ../sass/header.scss */
.header-top-area .header-top-wap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    /* line 999, ../sass/header.scss */
    .header-top-area .header-top-wap {
        display: block;
        margin-top: 8px;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 999, ../sass/header.scss */
    .header-top-area .header-top-wap {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* line 1016, ../sass/header.scss */
.header-top-area.border-none {
    border: none;
}

/* line 1021, ../sass/header.scss */
.header-offer p {
    margin: 0;
    letter-spacing: 0.8px;
    color: #555252;
}
/* line 1027, ../sass/header.scss */
.header-offer p span {
    color: #ff1c1c;
}
@media only screen and (max-width: 767px) {
    /* line 1021, ../sass/header.scss */
    .header-offer p {
        text-align: center;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1021, ../sass/header.scss */
    .header-offer p {
        text-align: right;
    }
}

/* line 1038, ../sass/header.scss */
.language-currency-wrap {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    /* line 1038, ../sass/header.scss */
    .language-currency-wrap {
        justify-content: center;
    }
}
/* line 1044, ../sass/header.scss */
.language-currency-wrap .same-language-currency {
    position: relative;
    margin-right: 54px;
}
@media only screen and (max-width: 767px) {
    /* line 1044, ../sass/header.scss */
    .language-currency-wrap .same-language-currency {
        margin-right: 15px;
    }
}
/* line 1051, ../sass/header.scss */
.language-currency-wrap .same-language-currency:before {
    position: absolute;
    top: 47%;
    right: -27px;
    width: 1px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    background-color: #d5d4d4;
}
@media only screen and (max-width: 767px) {
    /* line 1051, ../sass/header.scss */
    .language-currency-wrap .same-language-currency:before {
        right: -10px;
    }
}
/* line 1067, ../sass/header.scss */
.language-currency-wrap .same-language-currency:last-child:before {
    display: none;
}
/* line 1070, ../sass/header.scss */
.language-currency-wrap .same-language-currency:last-child {
    margin-right: 0;
}
/* line 1073, ../sass/header.scss */
.language-currency-wrap .same-language-currency span {
    line-height: 54px;
    display: inline-block;
    margin-top: -3px;
    cursor: pointer;
    letter-spacing: 0.8px;
    color: #555252;
}
@media only screen and (max-width: 767px) {
    /* line 1073, ../sass/header.scss */
    .language-currency-wrap .same-language-currency span {
        line-height: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1073, ../sass/header.scss */
    .language-currency-wrap .same-language-currency span {
        line-height: 54px;
    }
}
/* line 1090, ../sass/header.scss */
.language-currency-wrap .same-language-currency span i {
    font-size: 16px;
    position: relative;
    top: 2px;
    color: #555252;
}
/* line 1099, ../sass/header.scss */
.language-currency-wrap .same-language-currency .lang-car-dropdown {
    position: absolute;
    z-index: 220;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 125px;
    padding: 8px 12px 10px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    text-align: left;
    opacity: 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
/* line 1120, ../sass/header.scss */
.language-currency-wrap .same-language-currency .lang-car-dropdown ul li a,
.language-currency-wrap .same-language-currency .lang-car-dropdown ul li button {
    font-size: 13px;
    line-height: 27px;
    border: none;
    background: none;
}
/* line 1127, ../sass/header.scss */
.language-currency-wrap .same-language-currency .lang-car-dropdown ul li a:hover,
.language-currency-wrap .same-language-currency .lang-car-dropdown ul li button:hover {
    color: #a749ff;
}
/* line 1134, ../sass/header.scss */
.language-currency-wrap .same-language-currency p {
    line-height: 1;
    margin-top: -1px;
    letter-spacing: 0.8px;
    color: #555252;
}
/* line 1144, ../sass/header.scss */
.language-currency-wrap .same-language-currency:hover > a,
.language-currency-wrap .same-language-currency:hover span {
    color: #a749ff;
}
/* line 1149, ../sass/header.scss */
.language-currency-wrap .same-language-currency:hover .lang-car-dropdown {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
}
/* line 1158, ../sass/header.scss */
.language-currency-wrap .same-language-currency.language-style span {
    text-transform: capitalize;
}

/* home 4 */
/* line 1167, ../sass/header.scss */
.home-sidebar-left {
    position: fixed;
    z-index: 7;
    top: 0;
    width: 375px;
    height: 100%;
    padding: 72px 0 40px 0;
    transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1167, ../sass/header.scss */
    .home-sidebar-left {
        width: 300px;
        padding: 50px 0 30px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1167, ../sass/header.scss */
    .home-sidebar-left {
        width: 300px;
        padding: 50px 0 30px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1167, ../sass/header.scss */
    .home-sidebar-left {
        width: 280px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1167, ../sass/header.scss */
    .home-sidebar-left {
        width: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1167, ../sass/header.scss */
    .home-sidebar-left {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1167, ../sass/header.scss */
    .home-sidebar-left {
        display: none;
    }
}
/* line 1197, ../sass/header.scss */
.home-sidebar-left .logo {
    margin-top: 0;
    padding: 0 0 0 108px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1197, ../sass/header.scss */
    .home-sidebar-left .logo {
        padding: 0 0 0 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1197, ../sass/header.scss */
    .home-sidebar-left .logo {
        padding: 0 0 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1197, ../sass/header.scss */
    .home-sidebar-left .logo {
        padding: 0 0 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1197, ../sass/header.scss */
    .home-sidebar-left .logo {
        padding: 0 0 0 30px;
    }
}
/* line 1213, ../sass/header.scss */
.home-sidebar-left .header-right-wrap {
    justify-content: flex-start;
    margin-top: 46px;
    margin-bottom: 67px;
    padding: 0 0 0 108px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1213, ../sass/header.scss */
    .home-sidebar-left .header-right-wrap {
        margin-top: 26px;
        margin-bottom: 27px;
        padding: 0 0 0 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1213, ../sass/header.scss */
    .home-sidebar-left .header-right-wrap {
        margin-top: 26px;
        margin-bottom: 27px;
        padding: 0 0 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1213, ../sass/header.scss */
    .home-sidebar-left .header-right-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 0 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1213, ../sass/header.scss */
    .home-sidebar-left .header-right-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 0 0 30px;
    }
}
/* line 1240, ../sass/header.scss */
.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
    right: auto;
    left: 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1240, ../sass/header.scss */
    .home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        overflow-y: auto;
        height: 400px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1240, ../sass/header.scss */
    .home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        overflow-y: auto;
        height: 300px;
    }
}
/* line 1256, ../sass/header.scss */
.home-sidebar-left .header-right-wrap .same-style.header-search .search-content {
    right: auto;
    left: 0;
}
/* line 1262, ../sass/header.scss */
.home-sidebar-left .sidebar-copyright {
    padding: 120px 63px 50px 63px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1262, ../sass/header.scss */
    .home-sidebar-left .sidebar-copyright {
        padding: 40px 63px 50px 63px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1262, ../sass/header.scss */
    .home-sidebar-left .sidebar-copyright {
        padding: 40px 63px 50px 63px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1262, ../sass/header.scss */
    .home-sidebar-left .sidebar-copyright {
        padding: 40px 15px 50px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1262, ../sass/header.scss */
    .home-sidebar-left .sidebar-copyright {
        padding: 50px 15px 50px 30px;
    }
}
/* line 1276, ../sass/header.scss */
.home-sidebar-left .sidebar-copyright p {
    margin: 0;
    text-align: center;
    letter-spacing: 0.9px;
    color: #313131;
}

/* line 1287, ../sass/header.scss */
.home-sidebar-right {
    margin-left: 375px;
    border-left: 1px solid #efefef;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1287, ../sass/header.scss */
    .home-sidebar-right {
        margin-left: 300px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1287, ../sass/header.scss */
    .home-sidebar-right {
        margin-left: 280px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1287, ../sass/header.scss */
    .home-sidebar-right {
        margin-left: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1287, ../sass/header.scss */
    .home-sidebar-right {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1287, ../sass/header.scss */
    .home-sidebar-right {
        margin-left: 0;
    }
}

/* line 1310, ../sass/header.scss */
.sidebar-menu {
    padding: 0 0 0 108px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1310, ../sass/header.scss */
    .sidebar-menu {
        padding: 0 0 0 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1310, ../sass/header.scss */
    .sidebar-menu {
        padding: 0 0 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1310, ../sass/header.scss */
    .sidebar-menu {
        padding: 0 0 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1310, ../sass/header.scss */
    .sidebar-menu {
        padding: 0 0 0 30px;
    }
}
/* line 1326, ../sass/header.scss */
.sidebar-menu nav ul li {
    position: relative;
    padding-bottom: 33px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1326, ../sass/header.scss */
    .sidebar-menu nav ul li {
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1326, ../sass/header.scss */
    .sidebar-menu nav ul li {
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1326, ../sass/header.scss */
    .sidebar-menu nav ul li {
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1326, ../sass/header.scss */
    .sidebar-menu nav ul li {
        padding-bottom: 12px;
    }
}
/* line 1342, ../sass/header.scss */
.sidebar-menu nav ul li:last-child {
    padding-bottom: 0;
}
/* line 1345, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 100%;
    display: block;
    visibility: hidden;
    width: 190px;
    padding: 20px 0 22px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1345, ../sass/header.scss */
    .sidebar-menu nav ul li ul.submenu {
        overflow-y: auto;
        max-height: 250px;
    }
}
/* line 1368, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu li {
    display: block;
    margin-left: 0;
    padding: 0 20px;
}
/* line 1373, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #333;
}
/* line 1386, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu li a:hover {
    color: #a749ff;
}
/* line 1389, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu li a::before {
    position: absolute;
    z-index: 999;
    top: 13px;
    left: 15px;
    width: 7px;
    height: 7px;
    content: "";
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    border-radius: 50%;
    background: #a749ff none repeat scroll 0 0;
}
/* line 1406, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu li:hover a::before {
    opacity: 1;
}
/* line 1409, ../sass/header.scss */
.sidebar-menu nav ul li ul.submenu li:hover a {
    padding-left: 12px;
}
/* line 1414, ../sass/header.scss */
.sidebar-menu nav ul li:hover > ul.submenu {
    visibility: visible;
    transform: rotateX(0deg);
}
/* line 1419, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 100%;
    display: block;
    visibility: hidden;
    width: 700px;
    padding: 40px 40px 0 40px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 1419, ../sass/header.scss */
    .sidebar-menu nav ul li ul.mega-menu {
        top: -50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1419, ../sass/header.scss */
    .sidebar-menu nav ul li ul.mega-menu {
        top: -50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1419, ../sass/header.scss */
    .sidebar-menu nav ul li ul.mega-menu {
        top: -80px;
    }
}
/* line 1447, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li {
    display: inline-block;
    float: left;
    width: 33.33%;
    margin-left: 0;
    padding: 0;
}
/* line 1455, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title {
    float: inherit;
    width: 100%;
}
/* line 1459, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #242424;
}
/* line 1468, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a::before {
    display: none;
}
/* line 1472, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title:hover a {
    padding-left: 0;
}
/* line 1476, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li {
    display: block;
    float: inherit;
    padding: 0;
}
/* line 1481, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #333;
}
/* line 1494, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li a:hover {
    color: #a749ff;
}
/* line 1497, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li a::before {
    position: absolute;
    z-index: 999;
    top: 13px;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    border-radius: 50%;
    background: #a749ff none repeat scroll 0 0;
}
/* line 1515, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-img:hover a {
    padding-left: 0;
}
/* line 1519, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-img a::before {
    display: none;
}
/* line 1524, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li:hover a::before {
    opacity: 1;
}
/* line 1527, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu > li ul li:hover a {
    padding-left: 12px;
}
/* line 1533, ../sass/header.scss */
.sidebar-menu nav ul li ul.mega-menu.mega-menu-padding {
    padding: 40px 40px 36px 40px;
}
/* line 1537, ../sass/header.scss */
.sidebar-menu nav ul li:hover > ul.mega-menu {
    visibility: visible;
    transform: rotateX(0deg);
}
/* line 1542, ../sass/header.scss */
.sidebar-menu nav ul li a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1542, ../sass/header.scss */
    .sidebar-menu nav ul li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1542, ../sass/header.scss */
    .sidebar-menu nav ul li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1542, ../sass/header.scss */
    .sidebar-menu nav ul li a {
        font-size: 16px;
    }
}
/* line 1561, ../sass/header.scss */
.sidebar-menu nav ul li a span {
    float: right;
    padding-right: 20px;
}
/* line 1567, ../sass/header.scss */
.sidebar-menu nav ul li:hover a {
    color: #a749ff;
}

/* line 1576, ../sass/header.scss */
.header-hm4-none {
    display: none;
}
@media only screen and (max-width: 767px) {
    /* line 1576, ../sass/header.scss */
    .header-hm4-none {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1576, ../sass/header.scss */
    .header-hm4-none {
        display: block;
    }
}

/* home 5 */
/* line 1589, ../sass/header.scss */
.wrapper {
    margin: 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1589, ../sass/header.scss */
    .wrapper {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1589, ../sass/header.scss */
    .wrapper {
        margin: 0;
    }
}

/* line 1599, ../sass/header.scss */
.transparent-bar {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

/* line 1609, ../sass/header.scss */
.header-padding-3 .container-fluid {
    padding: 0 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 1609, ../sass/header.scss */
    .header-padding-3 .container-fluid {
        padding: 0 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1609, ../sass/header.scss */
    .header-padding-3 .container-fluid {
        padding: 0 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1609, ../sass/header.scss */
    .header-padding-3 .container-fluid {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1609, ../sass/header.scss */
    .header-padding-3 .container-fluid {
        padding: 0 15px;
    }
}

/* home 7 */
/* line 1629, ../sass/header.scss */
.clickable-mainmenu {
    margin-top: 35px;
}
/* line 1631, ../sass/header.scss */
.clickable-mainmenu a,
.clickable-mainmenu button {
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    border: none;
    background: none;
}
/* line 1641, ../sass/header.scss */
.clickable-mainmenu a:hover,
.clickable-mainmenu button:hover {
    color: #a749ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1629, ../sass/header.scss */
    .clickable-mainmenu {
        margin-top: -3px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1629, ../sass/header.scss */
    .clickable-mainmenu {
        margin-top: -3px;
    }
}
/* line 1652, ../sass/header.scss */
.clickable-mainmenu .sidebar-menu {
    padding-left: 0;
}

/* line 1656, ../sass/header.scss */
.clickable-mainmenu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    margin-top: 0;
    padding: 130px 35px 40px;
    transition: transform 0.5s ease-in-out 0s;
    transform: translateX(-110%);
    color: #353535;
    background: white none repeat scroll 0 0;
}
/* line 1672, ../sass/header.scss */
.clickable-mainmenu.inside {
    z-index: 9999;
    transform: translateX(0);
}
@media only screen and (max-width: 767px) {
    /* line 1656, ../sass/header.scss */
    .clickable-mainmenu {
        padding: 100px 35px 40px;
    }
}
/* line 1681, ../sass/header.scss */
.clickable-mainmenu .clickable-mainmenu-icon button {
    font-size: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #000;
    border: medium none;
    background: transparent none repeat scroll 0 0;
}
/* line 1696, ../sass/header.scss */
.clickable-mainmenu .clickable-mainmenu-icon button:hover {
    color: #a749ff;
}
/* line 1701, ../sass/header.scss */
.clickable-mainmenu .side-logo {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    /* line 1701, ../sass/header.scss */
    .clickable-mainmenu .side-logo {
        margin-bottom: 40px;
    }
}
/* line 1707, ../sass/header.scss */
.clickable-mainmenu .clickable-menu-style {
    background: transparent;
}
/* line 1711, ../sass/header.scss */
.clickable-mainmenu .clickable-menu-style ul li a {
    font-size: 16px;
    padding: 0 0 20px;
    text-transform: capitalize;
    color: #000;
}
/* line 1719, ../sass/header.scss */
.clickable-mainmenu .clickable-menu-style ul li a:hover {
    color: #a749ff;
    background: transparent;
}
/* line 1727, ../sass/header.scss */
.clickable-mainmenu .side-social {
    margin-top: 50px;
}
/* line 1730, ../sass/header.scss */
.clickable-mainmenu .side-social ul li {
    position: relative;
    display: inline-block;
    margin: 0 30px 0 0;
}
/* line 1736, ../sass/header.scss */
.clickable-mainmenu .side-social ul li:last-child {
    margin-right: 0;
}
/* line 1739, ../sass/header.scss */
.clickable-mainmenu .side-social ul li:before {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 10px;
    height: 1px;
    content: "";
    transform: translateY(-50%);
    background: #999;
}
/* line 1752, ../sass/header.scss */
.clickable-mainmenu .side-social ul li:last-child:before {
    display: none;
}
/* line 1755, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a {
    font-size: 18px;
}
/* line 1757, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.facebook {
    color: #3b5999;
}
/* line 1759, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.facebook:hover {
    color: #333;
}
/* line 1763, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.dribbble {
    color: #ea4c89;
}
/* line 1765, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.dribbble:hover {
    color: #333;
}
/* line 1769, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.pinterest {
    color: #bd081c;
}
/* line 1771, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.pinterest:hover {
    color: #333;
}
/* line 1775, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.twitter {
    color: #55acee;
}
/* line 1777, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.twitter:hover {
    color: #333;
}
/* line 1781, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.linkedin {
    color: #0077b5;
}
/* line 1783, ../sass/header.scss */
.clickable-mainmenu .side-social ul li a.linkedin:hover {
    color: #333;
}
/* line 1792, ../sass/header.scss */
.clickable-mainmenu-active a,
.clickable-mainmenu-active button {
    font-size: 30px;
    margin-top: 35px;
    color: #fff;
    border: none;
    background: none;
}
/* line 1801, ../sass/header.scss */
.clickable-mainmenu-active a:hover,
.clickable-mainmenu-active button:hover {
    color: #a749ff;
}

/* line 1811, ../sass/header.scss */
.header-hm-7.stick .clickable-menu {
    margin-top: 19px;
}
/* line 1813, ../sass/header.scss */
.header-hm-7.stick .clickable-menu a,
.header-hm-7.stick .clickable-menu button {
    font-size: 30px;
    margin-top: 0;
    color: #282828;
    border: none;
    background: none;
}
/* line 1822, ../sass/header.scss */
.header-hm-7.stick .clickable-menu a:hover,
.header-hm-7.stick .clickable-menu button:hover {
    color: #a749ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1811, ../sass/header.scss */
    .header-hm-7.stick .clickable-menu {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1811, ../sass/header.scss */
    .header-hm-7.stick .clickable-menu {
        margin-top: 0;
    }
}
/* line 1833, ../sass/header.scss */
.header-hm-7.stick .logo {
    margin-top: 22px;
    margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1833, ../sass/header.scss */
    .header-hm-7.stick .logo {
        margin-top: 2px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1833, ../sass/header.scss */
    .header-hm-7.stick .logo {
        margin-top: 2px;
        margin-bottom: 0;
    }
}
/* line 1845, ../sass/header.scss */
.header-hm-7.stick .header-right-wrap {
    margin-top: 22px;
    margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1845, ../sass/header.scss */
    .header-hm-7.stick .header-right-wrap {
        margin-top: 2px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1845, ../sass/header.scss */
    .header-hm-7.stick .header-right-wrap {
        margin-top: 2px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1860, ../sass/header.scss */
    .header-hm-7 .header-right-wrap {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1860, ../sass/header.scss */
    .header-hm-7 .header-right-wrap {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1869, ../sass/header.scss */
    .header-hm-7 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1876, ../sass/header.scss */
    .header-hm-7 .header-right-wrap .same-style.header-search .search-content {
        right: -80px;
    }
}

/* home 8 */
/* line 1890, ../sass/header.scss */
.header-hm8 .header-right-wrap {
    margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1890, ../sass/header.scss */
    .header-hm8 .header-right-wrap {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1890, ../sass/header.scss */
    .header-hm8 .header-right-wrap {
        margin-right: 0;
    }
}
/* line 1900, ../sass/header.scss */
.header-hm8 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
    top: 125%;
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    /* line 1900, ../sass/header.scss */
    .header-hm8 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        right: -99px;
    }
}
/* line 1909, ../sass/header.scss */
.header-hm8 .header-right-wrap .same-style .account-dropdown {
    top: 125%;
    left: -32px;
    margin-top: 0;
}
/* line 1917, ../sass/header.scss */
.header-hm8 .header-right-wrap .same-style.header-search .search-content {
    top: 125%;
}
@media only screen and (max-width: 767px) {
    /* line 1917, ../sass/header.scss */
    .header-hm8 .header-right-wrap .same-style.header-search .search-content {
        right: -150px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1917, ../sass/header.scss */
    .header-hm8 .header-right-wrap .same-style.header-search .search-content {
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1929, ../sass/header.scss */
    .header-hm8 .header-res-padding {
        padding: 20px 0 20px;
    }
    /* line 1932, ../sass/header.scss */
    .header-hm8 .mean-container a.meanmenu-reveal {
        top: -26px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1937, ../sass/header.scss */
    .header-hm8 .header-res-padding {
        padding: 20px 0 20px;
    }
    /* line 1940, ../sass/header.scss */
    .header-hm8 .mean-container a.meanmenu-reveal {
        top: -26px;
    }
}

/* line 1947, ../sass/header.scss */
.header-hm8 .stick .logo {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1947, ../sass/header.scss */
    .header-hm8 .stick .logo {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1947, ../sass/header.scss */
    .header-hm8 .stick .logo {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1957, ../sass/header.scss */
    .header-hm8 .logo {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1957, ../sass/header.scss */
    .header-hm8 .logo {
        text-align: left !important;
    }
}

/* line 1968, ../sass/header.scss */
.header-hm8 .main-menu {
    padding-bottom: 8px;
}
/* line 1973, ../sass/header.scss */
.header-hm8 .main-menu nav ul li > a {
    line-height: 60px;
}

/* home 9 */
/* line 1991, ../sass/header.scss */
.header-hm9 .main-menu nav ul li a {
    line-height: 72px;
}
/* line 1998, ../sass/header.scss */
.header-hm9 .header-top-area {
    padding: 22px 0;
    border-bottom: 1px solid #cecece;
}
/* line 2002, ../sass/header.scss */
.header-hm9 .header-top-area.header-top-border17 {
    border-bottom: 1px solid #9f9f9f;
}
/* line 2006, ../sass/header.scss */
.header-hm9 .header-right-wrap {
    margin-top: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2006, ../sass/header.scss */
    .header-hm9 .header-right-wrap {
        margin-top: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2006, ../sass/header.scss */
    .header-hm9 .header-right-wrap {
        margin-top: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2018, ../sass/header.scss */
    .header-hm9 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        right: -97px;
    }
}
/* line 2024, ../sass/header.scss */
.header-hm9 .logo-hm9 {
    margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2029, ../sass/header.scss */
    .header-hm9 .mean-container a.meanmenu-reveal {
        top: -26px;
    }
    /* line 2033, ../sass/header.scss */
    .header-hm9 .header-res-padding {
        padding: 20px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2039, ../sass/header.scss */
    .header-hm9 .mean-container a.meanmenu-reveal {
        top: -26px;
    }
    /* line 2043, ../sass/header.scss */
    .header-hm9 .header-res-padding {
        padding: 20px 0 20px;
    }
}

/* header hm10 */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2054, ../sass/header.scss */
    .header-in-container .header-top-wap {
        display: block;
        margin-top: 8px;
        margin-bottom: 15px;
    }
    /* line 2059, ../sass/header.scss */
    .header-in-container .header-top-wap .language-currency-wrap {
        justify-content: center;
    }
    /* line 2063, ../sass/header.scss */
    .header-in-container .header-top-wap .header-offer p {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    /* line 2077, ../sass/header.scss */
    .header-hm9 .header-right-wrap .same-style.header-search .search-content {
        right: -142px;
    }
}
/* line 2087, ../sass/header.scss */
.mobile-aside-button {
    padding: 0;
}

/* offcanvas mobile menu */
/* line 2096, ../sass/header.scss */
.header-mobile-navigation {
    padding: 20px 0;
}
/* line 2102, ../sass/header.scss */
.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
    left: 50%;
}

/* line 2110, ../sass/header.scss */
.offcanvas-widget-area {
    margin-top: auto;
    margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2110, ../sass/header.scss */
    .offcanvas-widget-area {
        margin-bottom: 30px;
    }
}

/* line 2119, ../sass/header.scss */
.off-canvas-contact-widget {
    margin-bottom: 20px;
}
/* line 2122, ../sass/header.scss */
.off-canvas-contact-widget .header-contact-info {
    flex-basis: 33.33%;
}
/* line 2125, ../sass/header.scss */
.off-canvas-contact-widget .header-contact-info__list li {
    display: inline-block;
    margin-right: 25px;
}
/* line 2129, ../sass/header.scss */
.off-canvas-contact-widget .header-contact-info__list li i {
    font-size: 16px;
    margin-right: 5px;
}
/* line 2136, ../sass/header.scss */
.off-canvas-contact-widget .header-contact-info__list li a:hover {
    color: #a749ff;
}
/* line 2141, ../sass/header.scss */
.off-canvas-contact-widget .header-contact-info__list li:last-child {
    margin-right: 0;
}

/* line 2149, ../sass/header.scss */
.offcanvas-mobile-menu {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    padding-left: 60px;
    transition: 0.6s;
    transform: translateX(100%);
}
/* line 2164, ../sass/header.scss */
.offcanvas-mobile-menu.active {
    transform: translateX(0);
}
/* line 2168, ../sass/header.scss */
.offcanvas-mobile-menu.inactive {
    transform: translateX(calc(100% + 60px));
}

/* line 2173, ../sass/header.scss */
.offcanvas-menu-close {
    font-size: 30px;
    line-height: 70px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 60px;
    height: 65px;
    padding: 0;
    text-align: center;
    color: #fff;
    border: none;
    background: #343538;
}
/* line 2201, ../sass/header.scss */
.offcanvas-menu-close:hover, .offcanvas-menu-close:focus {
    color: #ffffff;
}
/* line 2206, ../sass/header.scss */
.offcanvas-menu-close i {
    font-size: 40px;
    line-height: 1;
    margin-top: 12px;
    transition: 0.3s;
    transform: rotate(0);
}
/* line 2217, ../sass/header.scss */
.offcanvas-menu-close:hover i {
    transform: rotate(-90deg);
}

/* line 2223, ../sass/header.scss */
.offcanvas-wrapper {
    overflow: auto;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
}

/* line 2232, ../sass/header.scss */
.offcanvas-mobile-search-area {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    margin-left: 60px;
    padding: 10px;
    background-color: #e6e6e6;
}
/* line 2244, ../sass/header.scss */
.offcanvas-mobile-search-area input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 9px 25px;
    color: #222;
    border: none;
    background: #e6e6e6;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2244, ../sass/header.scss */
    .offcanvas-mobile-search-area input {
        font-size: 14px;
        padding: 5px 15px;
    }
}
/* line 2263, ../sass/header.scss */
.offcanvas-mobile-search-area button {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    transform: translateY(-50%);
    color: #aaa;
    border: none;
    background: none;
}
/* line 2276, ../sass/header.scss */
.offcanvas-mobile-search-area button i {
    font-size: 18px;
    line-height: 40px;
}

/* line 2283, ../sass/header.scss */
.offcanvas-inner-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 90px 35px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2283, ../sass/header.scss */
    .offcanvas-inner-content {
        padding: 70px 25px 0;
    }
}

/* line 2295, ../sass/header.scss */
.offcanvas-navigation {
    margin-bottom: 50px;
}
/* line 2300, ../sass/header.scss */
.offcanvas-navigation > ul li.menu-item-has-children .sub-menu {
    visibility: hidden;
    height: 0;
    transition: 0.3s;
    opacity: 0;
}
/* line 2311, ../sass/header.scss */
.offcanvas-navigation > ul li.menu-item-has-children > .sub-menu.open {
    visibility: visible;
    height: 100%;
    opacity: 1;
}
/* line 2320, ../sass/header.scss */
.offcanvas-navigation > ul li > a {
    font-weight: 600;
    display: block;
    padding: 10px 0;
    color: #111;
}
/* line 2328, ../sass/header.scss */
.offcanvas-navigation > ul li > a:hover {
    color: #a749ff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2320, ../sass/header.scss */
    .offcanvas-navigation > ul li > a {
        font-size: 14px;
        line-height: 20px;
    }
}
/* line 2341, ../sass/header.scss */
.offcanvas-navigation ul.sub-menu {
    margin-left: 25px;
    transition: 0.3s;
}
/* line 2346, ../sass/header.scss */
.offcanvas-navigation ul.sub-menu > li > a {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
}
/* line 2351, ../sass/header.scss */
.offcanvas-navigation ul.sub-menu > li > a:hover {
    color: #a749ff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2346, ../sass/header.scss */
    .offcanvas-navigation ul.sub-menu > li > a {
        font-size: 13px;
        line-height: 18px;
    }
}
/* line 2363, ../sass/header.scss */
.offcanvas-navigation ul li a {
    text-transform: uppercase;
}
/* line 2368, ../sass/header.scss */
.offcanvas-navigation ul li.menu-item-has-children {
    position: relative;
    display: block;
}
/* line 2372, ../sass/header.scss */
.offcanvas-navigation ul li.menu-item-has-children a {
    display: block;
}
/* line 2379, ../sass/header.scss */
.offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
    transform: rotate(0);
}
/* line 2386, ../sass/header.scss */
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    line-height: 50px;
    position: absolute;
    top: -5px;
    right: auto;
    left: 95%;
    width: 30px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}
/* line 2400, ../sass/header.scss */
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    position: relative;
    display: block;
    width: 10px;
    margin-top: 25px;
    transition: all 250ms ease-out;
}
/* line 2411, ../sass/header.scss */
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
}

/* line 2432, ../sass/header.scss */
.off-canvas-widget-social a {
    font-size: 14px;
    margin: 0 10px;
}
/* line 2436, ../sass/header.scss */
.off-canvas-widget-social a:first-child {
    margin-left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2432, ../sass/header.scss */
    .off-canvas-widget-social a {
        margin: 0 10px;
    }
}
/* line 2444, ../sass/header.scss */
.off-canvas-widget-social a:hover {
    color: #a749ff;
}

/* offcanvas settings */
/* line 2456, ../sass/header.scss */
.offcanvas-settings .offcanvas-navigation > ul > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
}
/* line 2464, ../sass/header.scss */
.offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
    top: -15px;
    height: 30px;
    margin-top: 0;
}
/* line 2477, ../sass/header.scss */
.offcanvas-settings .offcanvas-navigation ul.sub-menu > li > a {
    padding: 5px 0;
}

/* line 2487, ../sass/header.scss */
.transparent-bar {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2487, ../sass/header.scss */
    .transparent-bar {
        position: relative;
    }
}
/* line 2501, ../sass/header.scss */
.transparent-bar .header-top {
    display: none !important;
}

/* line 2507, ../sass/header.scss */
.mobile-menu-middle {
    margin-bottom: 50px;
}
/* line 2509, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style {
    margin-bottom: 20px;
}
/* line 2511, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style:last-child {
    margin-bottom: 0;
}
/* line 2514, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style button {
    border: none;
    background: none;
}
/* line 2520, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style .title {
    font-weight: 500;
    display: inline-block;
}
/* line 2526, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style select {
    padding: 5px 0;
    border: 1px solid #ddd;
}
/* line 2534, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style ul li button {
    font-size: 12px;
}
/* line 2536, ../sass/header.scss */
.mobile-menu-middle .lang-curr-style ul li button:hover, .mobile-menu-middle .lang-curr-style ul li button.active {
    color: #a749ff;
}
.copyright .footer-logo {
    margin-top: 41px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
    /* line 40, ../sass/footer.scss */
    .copyright .footer-logo {
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 40, ../sass/footer.scss */
    .copyright .footer-logo {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 40, ../sass/footer.scss */
    .copyright .footer-logo {
        margin-top: 28px;
    }
}
/* line 53, ../sass/footer.scss */
.copyright p {
    letter-spacing: 0.9px;
    color: #313131;
}
/* line 57, ../sass/footer.scss */
.copyright p a {
    color: #313131;
}
/* line 59, ../sass/footer.scss */
.copyright p a:hover {
    color: #a749ff;
}
/* line 65, ../sass/footer.scss */
.copyright.copyright-white p {
    color: #fff;
}
/* line 67, ../sass/footer.scss */
.copyright.copyright-white p a {
    color: #fff;
}
/* line 69, ../sass/footer.scss */
.copyright.copyright-white p a:hover {
    color: #a749ff;
}

/* line 79, ../sass/footer.scss */
.footer-widget .footer-title h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 16px;
    color: #313131;
}
/* line 91, ../sass/footer.scss */
.footer-widget .footer-list ul li {
    margin: 0 0 11px;
}
/* line 93, ../sass/footer.scss */
.footer-widget .footer-list ul li:last-child {
    margin: 0 0 0;
}
/* line 96, ../sass/footer.scss */
.footer-widget .footer-list ul li a {
    letter-spacing: 0.3px;
    color: #5d5d5d;
}
/* line 100, ../sass/footer.scss */
.footer-widget .footer-list ul li a:hover {
    color: #212529;
}
/* line 108, ../sass/footer.scss */
.footer-widget .subscribe-style p {
    margin: 0 0 20px;
    color: #7a7a7a;
}
/* line 114, ../sass/footer.scss */
.footer-widget .subscribe-style .subscribe-form input {
    font-size: 13px;
    padding: 2px 10px 2px 0;
    color: #333;
    border: none;
    border-bottom: 2px solid #ebebeb;
    background: transparent;
}
/* line 124, ../sass/footer.scss */
.footer-widget .subscribe-style .subscribe-form .mc-news {
    display: none;
}
/* line 128, ../sass/footer.scss */
.footer-widget .subscribe-style .subscribe-form .clear button {
    font-size: 14px;
    line-height: 1;
    width: auto;
    height: auto;
    margin: 13px 0 0;
    padding: 0 0 1px;
    text-transform: uppercase;
    color: #313131;
    border: none;
    border-bottom: 2px solid #9b9b9c;
    background: none;
}
/* line 143, ../sass/footer.scss */
.footer-widget .subscribe-style .subscribe-form .clear button:hover {
    color: #a749ff;
    border-bottom: 2px solid #a749ff;
}
/* line 151, ../sass/footer.scss */
.footer-widget .subscribe-style.subscribe-style-white p {
    color: #e6e6e6;
}
/* line 155, ../sass/footer.scss */
.footer-widget .subscribe-style.subscribe-style-white .subscribe-form input {
    color: #a4a4a4;
    border-bottom: 2px solid #ebebeb;
}
/* line 160, ../sass/footer.scss */
.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear input,
.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear button {
    color: #fff;
    border-bottom: 2px solid #b5b5b6;
}
/* line 164, ../sass/footer.scss */
.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear input:hover,
.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear button:hover {
    color: #a749ff;
    border-bottom: 2px solid #a749ff;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 174, ../sass/footer.scss */
    .footer-widget.ml-95 {
        margin-left: 20px;
    }
    /* line 177, ../sass/footer.scss */
    .footer-widget.ml-145 {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 182, ../sass/footer.scss */
    .footer-widget.ml-95 {
        margin-left: 0;
    }
    /* line 185, ../sass/footer.scss */
    .footer-widget.ml-145 {
        margin-left: 20px;
    }
    /* line 188, ../sass/footer.scss */
    .footer-widget.ml-30 {
        margin-left: 0;
    }
    /* line 191, ../sass/footer.scss */
    .footer-widget.ml-ntv5 {
        margin-left: -50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 196, ../sass/footer.scss */
    .footer-widget.ml-95 {
        margin-left: 0;
    }
    /* line 199, ../sass/footer.scss */
    .footer-widget.ml-145 {
        margin-left: 0;
    }
    /* line 202, ../sass/footer.scss */
    .footer-widget.ml-30 {
        margin-left: 0;
    }
    /* line 205, ../sass/footer.scss */
    .footer-widget.ml-ntv5 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 210, ../sass/footer.scss */
    .footer-widget.ml-95 {
        margin-left: 0;
    }
    /* line 213, ../sass/footer.scss */
    .footer-widget.ml-145 {
        margin-left: 0;
    }
    /* line 216, ../sass/footer.scss */
    .footer-widget.ml-30 {
        margin-left: 0;
    }
    /* line 219, ../sass/footer.scss */
    .footer-widget.ml-ntv5 {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 224, ../sass/footer.scss */
    .footer-widget.ml-95 {
        margin-left: 0;
    }
    /* line 227, ../sass/footer.scss */
    .footer-widget.ml-145 {
        margin-left: 0;
    }
    /* line 230, ../sass/footer.scss */
    .footer-widget.ml-30 {
        margin-left: 0;
    }
    /* line 233, ../sass/footer.scss */
    .footer-widget.ml-ntv5 {
        margin-left: 0;
    }
}
/* line 240, ../sass/footer.scss */
.footer-widget.footer-widget-white .footer-title h3 {
    color: #fff;
}
/* line 247, ../sass/footer.scss */
.footer-widget.footer-widget-white .footer-list ul li a {
    color: #e6e6e6;
}
/* line 249, ../sass/footer.scss */
.footer-widget.footer-widget-white .footer-list ul li a:hover {
    color: #a749ff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 259, ../sass/footer.scss */
    .footer-widget.ml-30,
    .footer-widget.ml-50,
    .footer-widget.ml-75 {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 259, ../sass/footer.scss */
    .footer-widget.ml-30,
    .footer-widget.ml-50,
    .footer-widget.ml-75 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 259, ../sass/footer.scss */
    .footer-widget.ml-30,
    .footer-widget.ml-50,
    .footer-widget.ml-75 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 273, ../sass/footer.scss */
    .footer-widget.ml-70 {
        margin-left: -130px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 273, ../sass/footer.scss */
    .footer-widget.ml-70 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 273, ../sass/footer.scss */
    .footer-widget.ml-70 {
        margin-left: -90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 273, ../sass/footer.scss */
    .footer-widget.ml-70 {
        margin-left: 0;
    }
}

/* home 4 */
/* line 290, ../sass/footer.scss */
.hm4-footer-padding .container-fluid {
    padding: 0 60px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    /* line 290, ../sass/footer.scss */
    .hm4-footer-padding .container-fluid {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 290, ../sass/footer.scss */
    .hm4-footer-padding .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 290, ../sass/footer.scss */
    .hm4-footer-padding .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 290, ../sass/footer.scss */
    .hm4-footer-padding .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 290, ../sass/footer.scss */
    .hm4-footer-padding .container-fluid {
        padding: 0 15px;
    }
}

/* line 309, ../sass/footer.scss */
.footer-area {
    position: relative;
}
/* line 311, ../sass/footer.scss */
.footer-area.ml-10 {
    margin-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* line 315, ../sass/footer.scss */
    .footer-area.ml-70 {
        margin-left: 15px;
    }
    /* line 318, ../sass/footer.scss */
    .footer-area.mr-70 {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 323, ../sass/footer.scss */
    .footer-area.ml-70 {
        margin-left: 30px;
    }
    /* line 326, ../sass/footer.scss */
    .footer-area.mr-70 {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 331, ../sass/footer.scss */
    .footer-area.ml-70 {
        margin-left: 40px;
    }
    /* line 334, ../sass/footer.scss */
    .footer-area.mr-70 {
        margin-right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 339, ../sass/footer.scss */
    .footer-area.ml-70 {
        margin-left: 15px;
    }
    /* line 342, ../sass/footer.scss */
    .footer-area.mr-70 {
        margin-right: 15px;
    }
}

/* home 5 */
/* line 350, ../sass/footer.scss */
.footer-top {
    position: relative;
    z-index: 9;
}
/* line 353, ../sass/footer.scss */
.footer-top p {
    line-height: 28px;
    width: 55%;
    margin: 31px auto 33px;
    color: #fffefe;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 353, ../sass/footer.scss */
    .footer-top p {
        width: 85%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 353, ../sass/footer.scss */
    .footer-top p {
        width: 100%;
    }
}
/* line 368, ../sass/footer.scss */
.footer-top .footer-social ul {
    display: flex;
    justify-content: center;
}
/* line 371, ../sass/footer.scss */
.footer-top .footer-social ul li {
    line-height: 1;
    position: relative;
    margin: 0 23px;
}
/* line 377, ../sass/footer.scss */
.footer-top .footer-social ul li:before {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 16px;
    height: 2px;
    content: "";
    transform: translateY(-50%);
    background-color: #7c7b7b;
}
/* line 390, ../sass/footer.scss */
.footer-top .footer-social ul li:last-child:before {
    display: none;
}
/* line 393, ../sass/footer.scss */
.footer-top .footer-social ul li a {
    font-size: 16px;
    color: #e5e5e5;
}
/* line 397, ../sass/footer.scss */
.footer-top .footer-social ul li a:hover {
    color: #a749ff;
}
/* line 406, ../sass/footer.scss */
.footer-top .footer-social.footer-social-white ul li:before {
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    /* line 413, ../sass/footer.scss */
    .footer-top.pb-60 {
        padding-bottom: 60px;
    }
}

/* line 419, ../sass/footer.scss */
.footer-bottom {
    position: relative;
    z-index: 9;
}

/* line 423, ../sass/footer.scss */
.copyright-2 {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}
/* line 429, ../sass/footer.scss */
.copyright-2 p {
    line-height: 1;
    color: #fff;
}
/* line 433, ../sass/footer.scss */
.copyright-2 p a {
    color: #fff;
}
/* line 435, ../sass/footer.scss */
.copyright-2 p a:hover {
    color: #a749ff;
}
/* line 440, ../sass/footer.scss */
.copyright-2.copyright-white-border {
    border-top: 1px solid #cccccc;
}
/* line 444, ../sass/footer.scss */
.copyright-2.copyright-gray p {
    color: #848484;
}
/* line 446, ../sass/footer.scss */
.copyright-2.copyright-gray p a {
    letter-spacing: 0.9px;
    color: #848484;
}
/* line 450, ../sass/footer.scss */
.copyright-2.copyright-gray p a:hover {
    color: #a749ff;
}

/* line 460, ../sass/footer.scss */
.footer-white .footer-top p {
    color: #000;
}
/* line 466, ../sass/footer.scss */
.footer-white .footer-top .footer-social ul li a {
    color: #000;
}
/* line 468, ../sass/footer.scss */
.footer-white .footer-top .footer-social ul li a:hover {
    color: #a749ff;
}
/* line 476, ../sass/footer.scss */
.footer-white .copyright-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 23px;
    border-top: none;
}

/* line 485, ../sass/footer.scss */
.footer-border {
    border-top: 1px solid #e2e2e2;
}
.breadcrumb-content ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #5b5858;
    margin-right: 18px;
    text-transform: uppercase;
    position: relative;
}
/* line 49, ../sass/breadcrumb.scss */
.breadcrumb-content ul li::before {
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #5b5858;
    content: "";
    right: -21px;
    top: 12px;
    z-index: 99;
    transform: rotate(115deg);
}
/* line 60, ../sass/breadcrumb.scss */
.breadcrumb-content ul li:last-child::before {
    display: none;
}
/* line 63, ../sass/breadcrumb.scss */
.breadcrumb-content ul li a {
    color: #5b5858;
}
/* line 65, ../sass/breadcrumb.scss */
.breadcrumb-content ul li a:hover {
    color: #a749ff;
}
/* line 73, ../sass/breadcrumb.scss */
.breadcrumb-content span > span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
/* line 79, ../sass/breadcrumb.scss */
.breadcrumb-content span > span > a {
    font-weight: 500;
    color: #5b5858;
}
/* line 82, ../sass/breadcrumb.scss */
.breadcrumb-content span > span > a:hover {
    color: #a749ff;
}
/* line 87, ../sass/breadcrumb.scss */
.breadcrumb-content span > span > span {
    margin-right: 0;
    margin: 0 15px;
}
.brand-logo-active.owl-carousel .owl-item img,
.brand-logo-active-2.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* line 49, ../sass/brand-logo.scss */
.brand-logo-active .single-brand-logo,
.brand-logo-active .single-brand-logo2,
.brand-logo-active-2 .single-brand-logo,
.brand-logo-active-2 .single-brand-logo2 {
    text-align: center;
}
/* line 52, ../sass/brand-logo.scss */
.brand-logo-active .single-brand-logo img,
.brand-logo-active .single-brand-logo2 img,
.brand-logo-active-2 .single-brand-logo img,
.brand-logo-active-2 .single-brand-logo2 img {
    filter: grayscale(100%);
    transition: all 0.5s ease 0s;
}
/* line 56, ../sass/brand-logo.scss */
.brand-logo-active .single-brand-logo:hover img,
.brand-logo-active .single-brand-logo2:hover img,
.brand-logo-active-2 .single-brand-logo:hover img,
.brand-logo-active-2 .single-brand-logo2:hover img {
    filter: grayscale(0%);
}

/* line 62, ../sass/brand-logo.scss */
.brand-logo-wrap {
    padding: 100px 90px;
}
@media only screen and (max-width: 767px) {
    /* line 62, ../sass/brand-logo.scss */
    .brand-logo-wrap {
        padding: 50px 20px;
    }
}
@media (min-width: 1201px) and (max-width: 3000px) {
    .hidden-xl {
        display: none!important;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .hidden-lg {
        display: none!important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .hidden-md {
        display: none!important;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .hidden-sm {
        display: none!important;
    }
}
@media (min-width: 1px) and (max-width: 576px) {
    .hidden {
        display: none!important;
    }
}
.footer-offices .footer-office {
    margin-top: 25px;
}
.footer-offices .footer-office h3 {
    margin-bottom: 25px;
}
.footer-offices .footer-office:first-child {
    margin-top: 0;
}
.footer-offices .footer-office p {
    margin-bottom: 10px;
}
.footer-offices .footer-office p, .footer-offices .footer-office a, .footer-widget .footer-list ul li a{
    color: #5d5d5d;
    font-size: 14px;
}
.footer-offices .footer-office a:hover {
    color: #212529;
}
.scroll-top {
    background-color: #5d5d5d;
}
.scroll-top:hover {
    color: white;
}
.hide {
    display: none!important;
}
.good-block {
    padding: 10px 10px 25px 10px;
    /*border: 1px solid #e0e0e3;*/
}
.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 {
    margin-bottom: 10px;
}
.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 a:hover {
    color: #661812;
}
.in-stock {
    font-size: 12px;
    color: gray;
    text-align: right;
}
.in-stock i {
    margin-right: 10px;
}
.price-2 {
    text-align: center;
}
.product-wrap-7 .product-img-badges > span {
    padding: 3px 0;
    color: #b82014;
}
.product-wrap-7 .product-img-badges {
    top: 5px;
    left: 5px;
}
.product-wrap-7 .product-img .product-action-2 a:hover, .good-block.in_cart .product-img .product-action-2 a.buy, .product-wrap-7 .product-img .product-action-2 a.active {
    background-color: #661812;
}
.header-right-wrap .same-style.cart-wrap:hover > button, .header-right-wrap .same-style.header-wishlist:hover > a, .header-right-wrap .same-style.header-compare:hover > a, .header-right-wrap .same-style.account-setting a:hover, .main-menu nav ul li a:hover, .header-phones a:hover {
    color: #661812;
}
.header-right-wrap .same-style.account-setting a {
    font-size: 24px;
}
.cabinet .dropdown:hover ul.dropdown-menu, .header-phones .dropdown:hover ul.dropdown-menu {
    display: block;
}
.cabinet li.dropdown ul.dropdown-menu {
    left: -60px;
    padding: 10px;
    top: 90%;
}
.cabinet li.dropdown ul.dropdown-menu a {
    font-size: 14px;
    color: #555252;
}
.cabinet li.dropdown ul.dropdown-menu li {
    margin-bottom: 10px;
}
.cabinet li.dropdown ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}
.main-menu nav ul.dropdown-menu {
    display: none;
    width: 250px;
    padding: 15px 10px;
}
.main-menu nav ul, .main-menu nav ul.dropdown-menu {
    text-align: left;
}
.main-menu nav ul.dropdown-menu li > a {
    line-height: 24px;
}
.main-menu nav ul.dropdown-menu li.dropdown {
    margin-bottom: 15px;
}
.main-menu nav ul.dropdown-menu li.dropdown:last-child {
    margin-bottom: 0;
}
.main-menu nav ul li a {
    color: #555252;
}
.main-menu nav ul li a:hover, .main-menu nav ul li a.active {
    color: #661812;
}
.main-menu .more .dropdown-menu.lvl_2, .main-menu .more .dropdown-menu.lvl_3 {
    display: block!important;
}
/*.main-menu .more.lvl_1 li:hover .dropdown-menu.lvl_2 {
    display: block!important;
}*/
.more.lvl_1 {
    /*left: -350%;
    width: 750px!important;*/
    height: 400px;
    overflow-y: scroll;
}
.dropdown-menu.lvl_3 {
    background: transparent;
}
.main-menu .more .dropdown-menu.lvl_2, .main-menu .more .dropdown-menu.lvl_3 {
    /*left: 78%;*/
    border: 0;
    background: transparent;
    /*margin-top: -41px;*/
    position: relative;
    width: 100%;
}
.main-menu .more .dropdown-toggle::after, .main-menu .main-dropdown .dropdown-toggle::after {
    transform: rotate(-90deg);
}
.main-menu .more .dropdown-menu.lvl_3 {
    /*left: 93%;
    padding-top: 0;
    margin-top: -26px;*/
    padding-bottom: 0!important;
}
.main-menu .more.lvl_1 {
    border-bottom: 1px solid #242424;
}
.main-menu .more.lvl_1 li {
    width: 100%;
    display: block;
    padding: 0;
}
/*.main-menu .more ul.dropdown-menu li.dropdown
{
    margin-bottom: 0!important;
}*/
.main-menu .more.lvl_1 li a.dropdown-toggle {
    font-weight: 900;
    padding: 0 20px;
}
.main-menu .more .dropdown-menu.lvl_2 li {
    width: 100%;
    display: block;
    padding: 0 5px;
}
.main-menu .more .dropdown-menu.lvl_3 li {
    width: 33%;
    display: inline-flex;
    padding: 0 5px;
}
.header-top {
    padding: 15px 0;
}
.header-search .search-active {
    border: none;
    background: none;
    font-size: 23px;
    color: #000;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    padding: 5px 20px 2px;
    transition: all .4s ease 0s;
    text-transform: uppercase;
}
.cash-back {
    margin-left: 40px;
}
.header-search .search_input {
    width: 100%;
    padding: 5px 72px 5px 15px;
    transition: all .4s ease 0s;
    color: #000;
    border: 1px solid #d3d3d3;
    outline: medium none;
    background: transparent;
}
.header-top .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 45px;
    padding-left: 30px;
}
.header-phones a {
    letter-spacing: .8px;
    color: #555252;
    line-height: 45px;
}
.header-phones a i {
    margin-right: 15px;
}
.header-phones ul.dropdown-menu {
    width: 220px;
    padding: 10px;
    text-align: center;
}
.main-menu nav .lvl_1 li.dropdown:hover ul.dropdown-menu.lvl_2, .main-menu nav .lvl_2 li.dropdown:hover ul.dropdown-menu.lvl_3, .main-menu nav .lvl_1 li.dropdown:hover ul.dropdown-menu.more {
    display: block;
}
.dropdown-menu.more li {
    width: 100%;
}
.dropdown-menu.lvl_2 {
    width: 250px;
}
.dropdown-menu.lvl_2 li.dropdown {
    width: 100%;
    display: block;
    float: left;
}
.dropdown-menu.lvl_2 li.dropdown a.dropdown-toggle {
    font-weight: 900;
    padding: 0 5px;
}
.main-dropdown.dropdown-menu.lvl_2 {
    /*width: 500px!important;*/
    height: 400px;
    overflow-y: scroll;
    border-radius: 0;
    border-bottom: 1px solid #242424;
}
.dropdown-menu.lvl_3 {
    width: 100%!important;
    float: left;
    border: none!important;
    position: relative;
    /*margin-top: -40px;*/
    display: block!important;
    padding: 15px 0!important;
}
.dropdown-menu.lvl_3 li {
    padding: 0 5px;
    width: 33%;
    display: inline-flex!important;
}
.section-heading {
    padding: 50px 0;
    text-align: center;
}
.logo {
    width: 80%;
    text-align: center;
    margin: 10px auto;
}
.header-top-area {
    border-bottom: none;
}
.footer-area .logo {
    margin-bottom: 15px;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-align: center;
    display: block;
}
.breadcrumb li {
    display: inline-block;
    position: relative;
    color: #5b5858;
    padding: 10px 30px 10px 7px;
    font-weight: 500;
}
.breadcrumb li a {
    color: #5b5858;
}
.breadcrumb li a:hover {
    color: #661812;
}
.breadcrumb li.active {
    color: #000;
}
.breadcrumb li:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 30px;
    border-right: 2px solid #5b5858;
    transform: skewX(-20deg);
    z-index: 5;
    background: transparent;
}
.breadcrumb li.active:before{
    border-right: 2px solid transparent;
}
.shop-select select {
    font-size: 14px;
    min-width: 143px;
    padding: 5px;
    color: #606060;
    border: 1px solid #e6e6e6;
    height: 45px;
}
.select-shoing-wrap {
    display: inline-block;
    width: 250px;
    padding: 0 10px;
}
.range-price {
    margin-bottom: 15px;
}
.range-price input {
    border-radius: 0px;
    width: calc(50% - 25px);
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    color: #606060;
    border: 1px solid #e6e6e6;
    text-align: center;
    background-color: white;
}
.slider-range-price {
    width: calc(100% - 18px);
    margin: 0 auto 5px;
}
.ui-widget-header {
    background: #cacaca!important;
}
.ui-slider-handle
{
    border-radius: 50%;
    border: 2px solid #575757!important;
    cursor: pointer!important;
}
.ui-slider-handle:hover, .ui-slider-handle:active, .ui-slider-handle:focus {
    border-color: #5e0c05!important;
    background: #f6f6f6!important;
}
.ui-slider-horizontal .ui-slider-range {
    height: 12px;
    top: -1px;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left label.checkbox i, label.checkbox i{
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    border: 2px solid #888;
    border-radius: 3px;
    background-color: #fff;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left label, label.checkbox{
    padding-left: 30px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left label.checkbox input, label.checkbox input {
    position: absolute;
    left: -9999px;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left label.checkbox i:after, label.checkbox i:after  {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    content: '\f00c';
    width: 15px;
    height: 15px;
    text-align: center;
    color: #5e0c05;
    left: 1px;
    top: 2px;
}
label.checkbox input:checked+i, .checkbox input:checked+i, .checkbox:hover i {
    border-color: #5e0c05;
}
label.checkbox input:checked+i:after, .checkbox input:checked+i:after {
    opacity: 1;
}
.btn-main, .btn-cancel {
    color: #010101;
    border: 1px solid #333;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    display: block;
}
.btn-main:hover, .btn-cancel:hover {
    border-color: #5e0c05;
    color: #5e0c05;
}
.btn-reset {
    margin-top: 15px;
}
.btn-tag {
    display: inline-block;
    margin: 10px;
}
.pagination {
    display: block;
}
.pagination li {
    display: inline-block;
    margin: 0 4px;
}
.pagination li a {
    z-index: 3;
    color: #5d5d5d!important;
    font-size: 16px;
    line-height: 43px;
    display: inline-block;
    width: 43px;
    height: 43px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 100%!important;
    background: none;
    border-color: #5d5d5d;
    background-color: #fff;
    box-shadow: 0 0 12px .8px rgba(0,0,0,.1)!important;
}
.pagination li.active a, .pagination li a:hover {
    color: #fff!important;
    background-color: #5d5d5d;
}
.pagination li.disabled a {
    color: #5d5d5d!important;
    background-color: #fff;
}
.pagination li.disabled a {
    cursor: no-drop;
}
.groups-block {
    text-align: center;
    display: block;
}
.favourites-delete, .compare-delete {
    position: absolute;
    right: 0;
    top:0;
    font-size: 1.5rem;
    color: #5e0c05;
}
.favourites-delete:hover, .compare-delete:hover, .product-details-content .pro-details-quality .pro-details-wishlist a:hover, .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a:hover, .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a:hover {
    color: #5e0c05;
}
.product-wrap-7 .product-img-badges.delete-btn {
    left: inherit;
    right: 30px;
    top: -7px;
    position: absolute;
}
.no-records {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
}
.preview-block {
    overflow: hidden;
}
.preview-block .image {
    padding: 5px;
    margin-bottom: 20px;
}
.preview-block .min-images .owl-carousel {
    padding: 0;
}
.preview-block .min-images .item {
    padding: 5px;
}
.preview-block .min-images .owl-wrapper .item {
    margin: 0 5px;
}
.preview-block .min-images .owl-wrapper .owl-item .item {
    margin-left: 0;
}
.product-details-content .in-stock {
    margin: 20px 0 10px 0;
    text-align: left;
    font-size: 14px;
}
.product-details-content .pro-details-size-color .pro-details-color-wrap {
    width: 100%;
    margin-right: 0;
}
.colors .owl-carousel .owl-wrapper-outer {
    padding: 0 25px;
}
.owl-controls {
    margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    background: white;
    color: #06c;
    padding: 6px 0 0 0;
    position: absolute;
    width: 25px;
    font-size: 18px;
    margin: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after, .owl-theme .owl-controls .owl-buttons div.owl-next:after {
    content: '';
}
.colors .item {
    width: 38px;
    height: 38px;
}
.colors a {
    width: 36px;
    height: 36px;
    display: block;
    border: 1px solid #333;
    border-radius: 50%;
    /*padding: 2px;*/
    position: relative;
    box-sizing: border-box;
}
.colors a span {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 2.3px;
    top: 2.2px;
    bottom: 2px;
    right: 2px;
    box-sizing: border-box;
    /*box-shadow:  inset 0 1px 1px rgb(0 0 0 / 10%), inset -1px 1px 3px rgb(0 0 0 / 10%), inset 1px 2px 3px rgb(0 0 0 / 10%), inset 1px -1px 3px rgb(0 0 0 / 10%);*/
}
.colors a span.color-2-left {
    width: 15px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.colors a span.color-2-right {
    width: 15px;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 17.3px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton i {
    top: 31%;
    position: relative;
    font-size: 10px;
}
.btn-hover a::after, .btn-hover button::after, .btn-hover.active::after {
    background-color: #5e0c05;
}
.btn-hover.active::after {
    right: auto;
    left: 0;
    width: 100%;
}
.description-review-topbar {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d7d7d7;
}
.description-review-topbar .nav-item a {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin: 0 15px;
    padding: 0 0 13px;
    color: #666;
    border-bottom: 3px solid transparent;
    background-color: transparent;
}
.description-review-topbar .nav-item a.nav-link {
    border-radius: 0;
}
.description-review-topbar .nav-item a.active {
    border-bottom: 3px solid #000;
    background-color: transparent;
}
.description-review-topbar .nav-item a.active {
    color: #000;
}
.tab-content>.active {
    opacity: 1!important;
}
.tab-content {
    color: #000;
}
.tab-content .tab-pane {
    padding: 25px 0;
}
.fancybox-skin {
    border-radius: 0;
    background: white;
}
.product-details-content .product-details-price {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.detail {
    padding-bottom: 20px;
    overflow: hidden;
}
.detail-name {
    width: 30%;
    padding-right: 0;
    color: #2e3133;
    float: left;
    font-weight: 900;
    margin-bottom: 10px;
}
.detail-data {
    width: 70%;
    color: #2e3133;
    float: left;
}
.detail-border {
    border-bottom: 1px dashed #a0a0a0;
    margin-bottom: 30px;
    padding-bottom: 35px;
}
.review {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.review-body {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
}
.review-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map {
    height: 452.5px;
}
.map iframe {
    width: 100%;
}
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a {
    color: #333;
}
.search-result {
    position: absolute;
    z-index: 5555;
    background: white;
    width: calc(100% - 15px);
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    overflow: auto;
    max-height: 250px;
    border-radius: 5px;
}
.search-result li {
    margin: 10px 0;
    overflow: hidden;
}
.search-result .search-title {
    width: calc(100% - 50px);
    float: left;
    display: block;
    padding-left: 10px;
}
.search-result .search-title a, .search-result .search-title span {
    font-size: 0.9rem;
    font-weight: 600;
}
.search-result .search-title a {
    color: #212529;
    max-width: 100%;
    text-transform: none;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.pro-sidebar-search .pro-sidebar-search-form {
    position: relative;
}
.pro-sidebar-search .pro-sidebar-search-form input {
    font-size: 14px;
    height: 45px;
    padding: 5px 55px 5px 18px;
    color: #000;
    border: 1px solid #e6e6e6;
    background: transparent none repeat scroll 0 0;
}
.pro-sidebar-search .pro-sidebar-search-form button {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 15px;
    cursor: pointer;
    transition: all .3s ease 0s;
    transform: translateY(-50%);
    color: #000;
    border: #a1a5aa;
    border-left: 1px solid #a1a5aa;
    border-image: none;
    background: transparent none repeat scroll 0 0;
}
.select-shoing-wrap .pro-sidebar-title {
    margin-bottom: 25px;
}
.state-error {
    background: white!important;

}
.state-error input, .state-error select {
    border-color: #a90329!important;
}
.note-error {
    color: #a90329;
    font-size: 12px;
}
.messages {
    text-align: center;
}
.messages.error {
    margin-top: 15px;
}
.messages.success {
    margin-top: 15px;
}
.smart-form .widget-content header:first-child {
    margin: 10px 0 20px;
}

.sky-form header {
    padding-top: 0px;
    text-align: center;
}
.modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}
.modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.fade.in, .modal.fade  {
    opacity: 1;
    display: block;
}
.modal-background.in {
    opacity: .5;
    display: block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open {
    overflow: hidden;
    padding-right: 16px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    padding: 30px 35px;
    border: 2px solid #343434;
    border-radius: .3rem;
}
.modal-content h4 {
    margin: 10px 0 30px 0;
    color: #2e3133;
    text-align: center;
    font-size: 1.5rem;
}
.modal .sky-form fieldset {
    padding: 0px;
}
.modal-content header button.close {
    margin-top: 0;
    opacity: 1;
}
.modal-content button.close {
    position: absolute;
    right: -18px;
    top: -18px;
    background: white;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #343434;
    width: 36px;
    height: 36px;
    font-size: 18px;
}
.modal-content button.close:hover {
    opacity: 1!important;
    background-color: #78130b;
}
.modal-content header button.close i, .modal-content a:hover {
    color: #78130b!important;
}
.modal-content header button.close:hover i {
    color: white!important;
}
.modal-content section {
    margin-top: 10px;
}
.modal-content section:first-child {
    margin-top: 0;
}
.sky-form footer {
    padding: 0px;
}
.modal-content .label {
    color: #333;
    font-size: 15px;
    display: block;
    line-height: 19px;
    font-weight: 400;
}
.modal-content .button, .modal-content .checkbox, .modal-content .input, .modal-content .radio, .modal-content .select, .modal-content .textarea, .modal-content .toggle {
    position: relative;
    display: block;
}
.error, .modal-content .message.error {
    color: #a90329;
    margin-top: 10px;
}
.hint {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 13px;
    line-height: 15px;
    color: #999;
}
.modal-content .input .icon-append+input, .modal-content .textarea .icon-append+textarea {
    padding-right: 46px;
}
.modal-content .input input, .modal-content .select select, .modal-content .textarea textarea, label.textarea textarea {
    border-radius: 0px;
    color: #889095;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    padding: .375rem .75rem;
    font-size: 1rem;
    min-height: 38px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    display: block;
    box-sizing: border-box;
}
.state-error {
    background: white!important;
    border-color: #78130b!important;
}
.modal-content .icon-append, .modal-content .icon-prepend {
    color: #889095;
    height: 36px;
    width: 29px;
    line-height: 36px;
    position: absolute;
    top: 1px;
    text-align: center;
}
.modal-content .icon-append {
    right: 6px;
    padding-left: 5px;
}
.modal-content footer .buttons {
    padding: 10px 0 25px;
    text-align: center;
}
.modal-content footer .buttons button {
    border: 1px solid #78130b;
    color: #2d3338;
    padding: 5px 30px;
    background-color: white;
    cursor: pointer;
}
.modal-content footer .buttons button:hover {
    border: 1px solid #2d3338;
    color: #78130b;
}
.required {
    color: #78130b;
}
@media (max-width: 767px) {
    .modal-content h4 {
        font-size: 1.2rem;
    }
}
.filters.open {
    left: 0;
}
.filters-mobile {
    display: none;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: -40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #2e3133;
    border-right: 1px solid #2e3133;
    border-bottom: 1px solid #2e3133;
    background-color: white;
    color: #5e0c05;
}
.filters-close {
    display: none;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: -40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #2e3133;
    border-right: 1px solid #2e3133;
    border-bottom: 1px solid #2e3133;
    z-index: 50;
    background-color: white;
    color: #5e0c05;
}
.filters-mobile:hover, .filters-close:hover {
    color: #5e0c05;
}
.filters {
    min-height: 450px;
}
@media (max-width: 992px)
{
    .filters {
        float: left;
        width: 300px;
        position: fixed;
        top: 80px;
        bottom: 0;
        left: -300px;
        z-index: 55;
        border-right: 1px solid #2e3133;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: white;
        min-height: auto;
    }
}
    .sidebar-style {
        position: absolute;
        top: 35px;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 15px;
        margin-right: 5px!important;
    }
.header-top-area.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease 0s;
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
    border-bottom: 0 solid #4a90e2;
    background-color: #242424;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 6%);
}
body {
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif!important;
}
.header-area {
    background-color: #242424;
    color: white;
}
.footer-area {
    background-color: #242424!important;
    color: white;
}
.header-area .logo img, .footer-area .logo img {
    border-radius: 50%;
}
.header-phones a, .main-menu nav ul.lvl_1>li>a, .header-right-wrap .same-style button, .cabinet>ul>li>a, .header-right-wrap .same-style.cart-wrap button, .header-right-wrap .same-style.cart-wrap > a, .header-right-wrap .same-style.header-wishlist button, .header-right-wrap .same-style.header-wishlist > a, .header-right-wrap .same-style.header-compare button, .header-right-wrap .same-style.header-compare > a {
    color: white;
}
.copyright p, .footer-offices .footer-office p, .footer-offices .footer-office a, .footer-widget .footer-list ul li a {
    color: #c7c6c6;
}
.header-right-wrap .same-style.cart-wrap button span.count-style {
    color: #000;
    background-color: #fff;
}
.header-right-wrap .same-style.cart-wrap:hover > button, .header-right-wrap .same-style:hover > button, .product-details-content .pro-details-social ul li a:hover, .product-details-content .pro-details-quality .pro-details-wishlist a:hover, .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a:hover, .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left label.checkbox i:after, label.checkbox i:after, .footer-widget .footer-list ul li a:hover, .footer-offices .footer-office a:hover, .product-wrap-7 .product-content-2 .title-price-wrap-2 h3 a:hover, .product-wrap-7 .product-img-badges > span, .breadcrumb li a:hover, .main-menu nav ul li a.active, .header-right-wrap .same-style.header-wishlist:hover > a, .header-right-wrap .same-style.header-compare:hover > a, .header-right-wrap .same-style.account-setting a:hover, .main-menu nav ul li a:hover, .header-phones a:hover {
    color: #06c;
}
.product-wrap-7 .product-img .product-action-2 a:hover, .pro-details-cart a.buy:hover, .pro-details-cart a.buy.active, .good-block.in_cart .product-img .product-action-2 a.buy, .product-wrap-7 .product-img .product-action-2 a.active {
    background-color: #06c;
}
.more.lvl_1 li a, .header-phones .dropdown-menu li a {
    color: #555252!important;
}
.header-phones .dropdown-menu {
    top: 90%!important;
}
.main-menu nav ul li > a {
    font-size: 14px;
}
.breadcrumb-area {
    border-bottom: 1px solid #242424;
}
.breadcrumb {
    text-align: left;
    font-size: 12px;
}
.breadcrumb li:before {
    height: 21px;
}
.base-container, .product-area, .brand-logo-area, .goods-container, .shop-area, .description-review-area, .related-product-area {
    background-color: #f7f7f7;
}
.good-block {
    background-color: white;
    border-radius: 25px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
}
.product-details-content, .preview-block .image, .preview-block .min-images .item, .description-review-bottom {
    padding: 25px;
    background-color: white;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
}
.description-review-bottom {
    padding: 0 25px 25px 25px;
}
.good-block:hover {
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}
.product-wrap-7 .product-img-badges {
    position: relative;
    top: 0;
    left: 0;
}
.product-wrap-7 .product-img-badges > span {
    padding: 3px 10px 10px;
}
.product-wrap-7 .product-content-2 {
    margin: 10px 0 0 0;
}
.in-stock {
    margin: 0 0 10px 0;
}
.brand-logo-area .item {
    background-color: white;
    border-radius: 25px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    padding: 15px;
    margin-bottom: 10px;
}
.shop-select select {
    background-color: white;
}
label.checkbox input:checked+i, .checkbox input:checked+i, .checkbox:hover i {
    border-color: #06c;
}
.btn-main:hover, .btn-cancel:hover {
    border-color: #06c;
    color: #06c;
}
.ui-slider-handle:hover, .ui-slider-handle:active, .ui-slider-handle:focus {
    border-color: #06c!important;
}
.cart-empty {
    color: #000;
}
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h6, .header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4, .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title span {
    color: #444;
}
.to-cart {
    border-color: #333!important;
}
.to-cart:hover {
    border-color: #06c!important;
}
.btn-hover a::after {
    background-color: #06c!important;
    top: -1px!important;
    height: 49px;
}
.btn-hover a:hover::after {
    background-color: #06c!important;
    width: 268px;
}
.shop-top-bar {
    padding-bottom: 25px;
    border-bottom: 1px solid #242424;
}
.preview-block .min-images .owl-wrapper .item {
    margin: 0 5px 5px 0;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0;
}
.section-title h2:before {
    position: absolute;
    top: 17px;
    left: -100px;
    width: 80px;
    height: 2px;
    content: "";
    background-color: #000;
}
.section-title h2:after {
    position: absolute;
    top: 17px;
    right: -100px;
    width: 80px;
    height: 2px;
    content: "";
    background-color: #000;
}
.product-details-content .pro-details-social ul {
    justify-content: center;
}
.cart-delete:hover, .btn-back:hover, .next-page:hover, .btn-cancel:hover, .btn-order:hover, .btn-prev:hover, .profile-menu li a:hover i, .profile-menu li.active a i, .order-info:hover, .cart-container .number a:hover, .search-result .search-title a:hover, .modal-content a:hover {
    color: #06c!important;
}
.cart-container .number p {
    text-align: left;
    display: block;
    font-size: 12px;
}
.review-widget .left-part i, .off-canvas-contact-widget .header-contact-info__list li a:hover, .offcanvas-navigation > ul li > a:hover, .offcanvas-navigation > ul li > a.active {
    color: #06c;
}
.filters-mobile, .filters-close, .offcanvas-navigation ul.sub-menu > li > a:hover, .disabled #btn-pass, .profile-menu-mobile, .profile-menu-close {
    color: #06c!important;
}
.filters-mobile:hover, .filters-close:hover, .profile-menu-mobile:hover, .profile-menu-close:hover {
    color: #2e3133;
    border-color: #06c;
}
.review-widget .right-part p {
    border-bottom: 1px solid #242424;
}
.header-search .search_input {
    background: white!important;
}
.search-result {
    border-radius: 0;
    left: 0;
    width: 100%;
}
.modal-content footer .buttons button {
    border-color: #06c;
}
.modal-content footer .buttons button:hover {
    border: 1px solid #2d3338;
    color: #06c;
}
.off-canvas-contact-widget {
    margin-bottom: 0;
}
.off-canvas-contact-widget .header-contact-info__list li {
    margin-bottom: 20px;
}
.off-canvas-contact-widget .header-contact-info__list li:last-child {
    margin-bottom: 20px;
}
.offcanvas-widget-area {
    margin-top: 0;
    margin-bottom: 10px;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    line-height: 44px;
    position: absolute;
    top: 0;
    height: 44px;
    width: 44px;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    color: #646464;
    top: 14px;
    margin-top: 0;
    left: 15px;
}
.groups-block.type-2 {
    height: 122px;
    overflow: hidden;
}
.groups-buttons {
    text-align: center;
    display: block;
}
@media (max-width: 991px){
    .header-top .title {
        text-align: center;
    }
    .breadcrumb-area {
        display: none;
    }
    .header-top-area.fixed {
        padding: 15px 0;
    }
    .product-wrap-7 .product-img .product-action-2 a, .product-wrap-7 .product-img .product-action-2 button {
        transform: scaleX(1);
    }
    .footer-area .logo {
        width: 50%;
    }
    .copyright p {
        text-align: center;
        margin: 10px 0 25px 0;
    }
    .filters {
        top: 66px;
        padding-top: 25px;
    }
    .section-heading {
        padding: 50px 0 25px 0;
    }
    .groups-block {
        display: none;
    }
    .min-images {
        margin-bottom: 40px;
    }
    .header-right-wrap .same-style.account-setting a, .header-right-wrap .same-style.header-wishlist > a, .header-right-wrap .same-style.cart-wrap button, .header-right-wrap .same-style button {
        font-size: 34px;
        margin-left: 20px;
    }
    .cabinet li.dropdown ul.dropdown-menu li {
        padding: 5px 0;
    }
    .cabinet li.dropdown ul.dropdown-menu a {
        font-size: 16px;
    }
    .footer-nav {
        margin-bottom: 25px;
    }
    .off-canvas-contact-widget {
        margin-top: 25px;
    }
    .cabinet li.dropdown ul.dropdown-menu {
        width: 230px;
    }
}
@media (max-width: 575px){
    .detail-name, .detail-data {
        width: 100%;
        float: none;
    }
    .select-shoing-wrap {
        width: 100%;
    }
    .shop-top-bar .select-shoing-wrap:last-child {
        margin-top: 25px;
    }
    .product-details-content h1 {
        font-size: 24px;
        line-height: 30px;
    }
}
.colors-preview {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    background-color: white;
}
.colors-preview .color-item {
    width: 19px;
    height: 19px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #06c;
    border-radius: 50%;
    margin-bottom: 5px;
}
.colors-preview .color-item span {
    /*width: 15px;
    height: 14px;*/
    position: absolute;
    left: 1.2px;
    top: 1.2px;
    bottom: 1.2px;
    right: 1.2px;
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
    /*margin: 10px 5px;
    border: 2px solid #06c;
    box-shadow:  inset 0 1px 1px rgb(0 0 0 / 10%), inset -1px 1px 3px rgb(0 0 0 / 10%), inset 1px 2px 3px rgb(0 0 0 / 10%), inset 1px -1px 3px rgb(0 0 0 / 10%);*/
}
.good-block:hover .colors-preview .color-item span {
    /*left: 0.6px;
    top: 0.5px;
    width: 14px;
    height: 14px;*/
    left: 1.2px;
    top: 1.2px;
    bottom: 1.2px;
    right: 1.2px;
}
.colors-preview .color-item span.color-item-2-left {
    right: 7.8px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.colors-preview .color-item span.color-item-2-right {
    left: 7.9px;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}
/*.good-block:hover .colors-preview .color-item span.color-item-2-left  {
    top: 0.5px;
    left: 0.6px;
    width: 7px;
    height: 7px;
}
.good-block:hover .colors-preview .color-item span.color-item-2-right {
    top: 0.5px;
    left: 7.6px;
    width: 7px;
    height: 7px;
}*/
.colors-preview .color-item:hover {
    /*box-shadow:  inset 0 1px 1px rgb(0 0 0 / 10%), inset -1px 1px 3px rgb(0 0 0 / 10%), inset 1px 2px 3px rgb(0 0 0 / 10%), inset 1px -1px 3px rgb(0 0 0 / 10%)!important;*/
}

.colors-preview .color-item.more {
    border: 0;
    box-shadow: none;
}
.colors-preview .color-item.more i {
    color: #06c;
}
.payment-content, .delivery-content, .warranty-content {
    padding: 25px;
    background-color: white;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    border-radius: 25px;
}
.payment-content h4, .delivery-content h4, .warranty-content h4 {
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 991px) {
    .colors-preview {
        width: 35px;
    }
    .colors-preview .color-item {
        width: 25px;
        height: 25px;
        margin: 15px 5px;
    }
}
.buy-one-click {
    margin-top: 10px;
    text-align: center;
}
.buy-one-click a {
    color: #06c;
    font-size: 12px;
}
.product-details-content h1 {
    font-size: 24px;
    line-height: 30px;
}
.header-phones {
    display: block;
    float: left;
}
.header-map {
    display: block;
    float: left;
    width: 25px;
    height: 45px;
    margin-right: 10px;
}
.header-map a {
    color: white;
    line-height: 45px;
    display: block;
    cursor: pointer;
}
.product-models {
    margin-bottom: 15px;
    margin-top: 15px;
}
.product-models a {
    display: inline-block;
    margin: 5px;
    color: #010101;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}
.product-models a:hover {
    border-color: #06c;
    color: #06c;
}
.select-shoing-wrap label.pro-sidebar-title, label.pro-sidebar-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
    margin-top: 0;
}
.sidebar-widget label.pro-sidebar-title {
    margin-bottom: 0;
}
.cursor_def {
    cursor: initial;
}
.product-title {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
    color: inherit;
}
.product-title a {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.product-title a:hover {
    color: #06c;
}
.product-wrap-7 .product-img .product-action-2 a.dis, .product-details-content .pro-details-quality .pro-details-cart a.dis, .shop-area div.buy-one-click.dis, .product-content-2 p.buy-one-click.dis a {
    display: none;
}
.product-content-2 p.buy-one-click {
    height: 25px;
}
.popup-message {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease 0s;
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
    background-color: #242424;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 6%);
    padding: 25px 15px;
    min-height: 90px;
}
.popup-message p {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.filter-title {
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-right: 25px;
}
.filter-title i {
    position: absolute;
    right: 0;
    top: 5px;
}
.filter-list {
    display: none;
}
.filter-list.open {
    display: block;
}
.good-block.brand .title-price-wrap-2 {
    margin: auto;
}
.delivery-container {
    padding-bottom: 50px;
}
.delivery-container h2 {
    margin-bottom: 25px;
}
.delivery-container h3 {
    margin-bottom: 15px;
}
.delivery-container ul {
    margin-left: 20px;
    padding: 0 0 1rem 0;
    list-style: auto;
}
.blog-container .blog .post-date, .blog-area .blog .post-date {
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 13px;
}
.blog-container .product-wrap-7.blog .product-content-2, .blog-area .product-wrap-7.blog .product-content-2 {
    margin: 5px 0 0 0;
}
.blog-container .blog .product-title a, .blog-area .blog .product-title a {
    color: #212529;
    font-size: 16px;
}
.blog-container .blog-description, .blog-area .blog-description  {
    text-align: justify;
}
.blog-container .blog-categories, .blog-container .blog-description, .blog-area .blog-categories, .blog-area .blog-description {
    color: #444;
    font-size: 14px;
}
.blog-container .blog-categories, .blog-area .blog-categories {
    margin-bottom: 10px;
}
.blog-container .blog-categories i, .blog-area .blog-categories i {
    padding-right: 10px;
    color: #4bc6ff;
}
.blog-container .good-block.blog, .blog-area .good-block.blog {
    border-radius: 0;
}
.product-details-content.blog-content h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
}
.blog-area .blog-image {
    text-align: center;
}
.blog-area .pro-details-social {
    margin-bottom: 25px;
}
.preview-block {
    position: relative;
}
.icon-warranty {
    position: absolute;
    right: 15px;
    top: 15px;
}
.icon-warranty.last {
    top: 110px;
}
.icon-warranty i {
    color: #00c764;
    font-size: 80px;
}
.icon-label {
    color: white;
    position: absolute;
    text-align: center;
    left: 3px;
    top: 27px;
    font-size: 10px;
    line-height: 12px;
    width: 90%;
}
.icon-label.official {
    left: 0;
    top: 31px;
    font-size: 28px;
    width: 100%;
}
.product-img .icon-warranty {
    right: auto;
    left: 0;
    top: 25px!important;
    width: 55px!important;
}
.product-img .icon-warranty.top {
    top: 3px!important;
}
.product-img .icon-warranty i {
    color: #00c764;
    font-size: 55px;
}
.product-img .icon-label {
    color: white!important;
    position: absolute!important;
    text-align: center;
    font-size: 8px!important;
    top: 14px!important;
    right: auto!important;
    left: 7px!important;
    line-height: 12px;
    width: 75%;
}
.product-wrap-7 .product-img-badges {
    min-height: 26px!important;
}
.delivery-details {
    margin-top: 0;
}
.product-accordion .card {
    border: 0;
    border-radius: 0;
}
.product-accordion .card-header {
    padding: 0;
    background: none;
    border: 0;
}
.product-accordion button {
    color: #212529;
    padding: 5px;
    font-size: 15px;
}
.product-accordion h5 {
    font-size: 10px;
    line-height: 14px;
}
.product-accordion .card-body {
    padding: 0 5px;
    margin-bottom: 5px;
}
.product-accordion li, .product-accordion a {
    font-size: 13px;
    color: #4d4141;
}
.product-accordion .href {
    margin-top: 5px;
}
.product-accordion a {
    color: #06c;
}
.product-accordion p {
    font-size: 13px;
    line-height: 14px;
    color: #4d4141;
}
#buy-fast-popup .cart-items.mobile .price.old {
    position: relative;
}
#buy-fast-popup .cart-items.mobile .price.old::before {
    position: absolute;
    top: 12.5px;
    right: 2px;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #a5a5a5;
}