/*
Plugin Name: Dresoo
Version: 1.0
Author: Dresoo
Author URI: https://dresoo.com
*/

/* --------------- Plugin customization starts here ----------------- */

a:focus, input:focus, textarea:focus, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-block {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem;
}

.accordion-block .show-more {
    color: #2e9cc3;
    font-size: 13px;
    margin-top: 5px;
}

.accordion-collapse .accordion-block:last-child {
    margin-bottom: 0.25rem !important;
}

.accordion-header {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.accordion-heading a:before {
    /*content: "\f054";*/
    float: right;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: relative;
    top: 5px;
    transition: all 0.5s;
}

.accordion-heading h5 {
    font-size: 18px;
}

.accordion-heading h5 a {
    display: block;
}

.accordion-part {
    padding: 20px;
}

.accordion-part:last-child {
    padding-bottom: 0;
}

.add_to_cart_variation_div {
    margin-top: 15px;
}

.archive .products .product a img:first-child {
    object-fit: cover;
    height: 231px;
    width: 231px;
}

.archive ul.products li.product .woocommerce-loop-product__link img:nth-of-type(1) {
    opacity: 1;
}

.archive ul.products li.product .woocommerce-loop-product__link img:nth-of-type(2) {
    display: none;
}

.best-selling {
    border-top: 1px solid hsl(0, 0%, 90%);
    padding: 50px 0 30px 0;
}

.best-selling h2 {
    font-size: 24px;
    margin: 0 0 50px 0;
    text-align: center;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle.btn-l {
    width: 50px;
    height: 50px;
    padding: 10px 12px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn:active, .btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.buy-button {
    position: absolute;
    top: 4px;
    left: 0;
    width: 42px;
    z-index: 9;
}

.category-products .product-image img {
    max-height: 162px;
}

.category-slider {
    margin-top: 26px;
}

.category-slider-container.men-slider {
    margin-top: 100px;
}

.category-slider-container h2 {
    text-align: center;
    margin-top: 50px;
}

.category-tabs {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    list-style-type: none;
}

.category-tabs li {
    width: 240px;
    height: 58px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #222;
    line-height: 56px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.category-tabs li.active {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.category-tabs li.active:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #222;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    border-radius: 2px;
}

/* Color classes for product variations */
.color-acid-blue {
    background-color: #6290c3;
}

.color-apricot {
    background-color: #fbceb1;
}

.color-aqua-blue {
    background-color: #33FFFF;
}

.color-army-green {
    background-color: #4b5320;
}

.color-black, .color-black-wolf, .color-dark-black {
    background-color: black;
}

.color-beige {
    background-color: beige;
}

.color-blue {
    background-color: blue;
}

.color-brick {
    background-color: #cb4154;
}

.color-brown {
    background-color: brown;
}

.color-burgundy {
    background-color: #800020;
}

.color-camel {
    background-color: #c19a6b;
}

.color-camouflage {
    background-color: #78866b;
}

.color-caramel {
    background-color: #85461e;
}

.color-champagne {
    background-color: #f7e7ce;
}

.color-chocolate {
    background-color: #d2691e;
}

.color-claret {
    background-color: #7f1734;
}

.color-coral {
    background-color: #ff7f50;
}

.color-coffee {
    background-color: #6f4e37;
}

.color-cream {
    background-color: #fffdd0;
    border: 1px solid black;
}

.color-cyan {
    background-color: cyan;
}

.color-dark-army-green {
    background-color: #556b2f;
}

.color-dark-blue {
    background-color: #00008b;
}

.color-dark-brown {
    background-color: #654321;
}

.color-dark-coffee {
    background-color: #3b2f2f;
}

.color-dark-gray {
    background-color: #696969;
}

.color-dark-green, .color-dark-green-flower {
    background-color: #006400;
}

.color-dark-grey {
    background-color: #808080;
}

.color-dark-khaki {
    background-color: #bdb76b;
}

.color-dark-peach {
    background-color: #ffcba4;
}

.color-dark-pink {
    background-color: #e75480;
}

.color-dark-purple {
    background-color: #301934;
}

.color-dark-yellow, .color-mustard {
    background-color: #9b870c;
}

.color-deep-beige {
    background-color: #d9b382;
}

.color-deep-blue {
    background-color: #00008b;
}

.color-deep-green {
    background-color: #056608;
}

.color-deep-pink {
    background-color: #ff1493 ;
}

.color-deep-purple {
    background-color: #3a243b;
}

.color-golden {
    background-color: #FFD700;
}

.color-gray, .color-gray-gray {
    background-color: gray;
}

.color-gray-plaid {
    background-color: #ccdebc;
}

.color-grey {
    background-color: grey;
}

.color-grey-black {
    background-color: #a9a9a9;
}

.color-grey-camo {
    background-color: grey;
}

.color-green {
    background-color: green;
}

.color-green-lake {
    background-color: #99dac7;
}

.color-green-camo {
    background-color: green;
}

.color-fluorescent {
    background-color: #ccff00 ;
}

.color-fruit-green {
    background-color: #4EA24E;
}

.color-fuchsia {
    background-color: #FF00FF;
}

.color-hot-pink {
    background-color: #FF69B4;
}

.color-khaki {
    background-color: khaki;
}

.color-ivory {
    background-color: #FFFFF0;
    border: 1px solid black;
}

.color-lake, .color-lake-blue, .color-lack-blue {
    background-color: #008D97;
}

.color-lavender {
    background-color: #E6E6FA;
}

.color-light-blue, .color-light-blue-flower {
    background-color: #add8e6;
}

.color-light-brown {
    background-color: #b5651d;
}

.color-light-coffee {
    background-color: #a27250;
}

.color-light-gray {
    background-color: #d3d3d3;
}

.color-light-green {
    background-color: #90ee90;
}

.color-light-grey {
    background-color: #D3D3D3;
}

.color-light-gold {
    background-color: #b29700;
}

.color-light-khaki {
    background-color: #f0e68c;
}

.color-light-pink, .color-light-rose {
    background-color: #fadadd;
}

.color-light-purple {
    background-color: #b19cd9;
}

.color-light-orange {
    background-color: #fed8b1;
}

.color-light-yellow {
    background-color: #FFFF99;
}

.color-lime {
    background-color: #bfff00;
}

.color-livid {
    background-color: #6699CC;
}

.color-gun {
    background-color: #2a3439;
}

.color-gold, .color-gold-flower {
    background-color: #FFD700;
}

.color-leopard {
    background-color: #f48700;
}

.color-magenta {
    background-color: magenta;
}

.color-maroon {
    background-color: #800000;
}

.color-mint {
    background-color: #98ff98;
}

.color-navy, .color-navy-blue, .color-navy-blue-flower {
    background-color: navy;
}

.color-nude {
    background-color: #ebc8b2;
}

.color-olive {
    background-color: #808000;
}

.color-orange {
    background-color: orange;
}

.color-peach {
    background-color: #FFE5B4;
}

.color-peach-red {
    background-color: #ffa4d8;
}

.color-pink {
    background-color: pink;
}

.color-pink-rose {
    background-color: #ff66cc;
}

.color-plum {
    background-color: #DDA0DD;
}

.color-purple {
    background-color: purple;
}

.color-red {
    background-color: red;
}

.color-rose-pink {
    background-color: #ff66cc;
}

.color-rose-red, .color-rosy-red {
    background-color: #c21e56;
}

.color-royal-blue {
    background-color: #4169e1;
}

.color-rose {
    background-color: #ff007f;
}

.color-sand {
    background-color: #c2b280;
}

.color-skin {
    background-color: #c58c85;
}

.color-sky-blue, color-skyblue {
    background-color: lightblue;
}

.color-silver, .color-silver-silver, .color-silvery {
    background-color: #C0C0C0;
}

.color-silver-black {
    background-color: #6c7a86;
}

.color-transparent {
    background-color: transparent;
    border: 1px solid black;
}

.color-tea {
    background-color: #C58E4C;
}

.color-teal {
    background-color: #008080;
}

.color-turquoise {
    background-color: #40E0D0;
}

.color-violet {
    background-color: #8A2BE2;
}

.color-watermelon-red {
    background-color: #fc6c85;
}

.color-wine {
    background-color: #722f37;
}

.color-wine-red, .color-win-red, .color-dark-red, .color-deep-red, .color-red-wine {
    background-color: darkred;
}

.color-white, .color-white-wolf {
    background-color: white;
    border: 1px solid black;
}

.color-yellow {
    background-color: #ffff00;
    border: 1px solid black;
}

.color-yellow-gold {
    background-color: #FFD700;
}

.color-btn[data-value="beige"], .color-btn[data-value="cream"], .color-btn[data-value="light-pink"], .color-btn[data-value="light-yellow"],
.color-btn[data-value="ivory"], .color-btn[data-value="nude"], .color-btn[data-value="white"], .color-btn[data-value="yellow"],
.btn-colorselector[color-value="white"], .btn-colorselector[color-value="nude"], .btn-colorselector[color-value="yellow"],
.btn-colorselector[color-value="beige"], .btn-colorselector[color-value="black-white"], .btn-colorselector[color-value="white-black"],
.btn-colorselector[color-value="yellow-white"], .color-btn[data-value="white-wolf"],
.btn-colorselector[style*="background-color: rgb(245, 245, 220);"],
.btn-colorselector[style*="background-color: rgb(255, 255, 255);"], .btn-colorselector[style*="background-color: rgb(255, 255, 0);"] {
    border: 1px solid black;
}

.color-btn[title="army-green-beige"] {
    background: -webkit-linear-gradient(left, #4b5320, #4b5320 50%, beige 50%, beige);
}

.color-btn[title="army-green-brown"] {
    background: -webkit-linear-gradient(left, #4b5320, #4b5320 50%, brown 50%, brown);
}

.color-btn[title="army-green-gray"] {
    background: -webkit-linear-gradient(left, #4b5320, #4b5320 50%, gray 50%, gray);
}

.color-btn[title="aqua-blue-pink"] {
    background: -webkit-linear-gradient(left, #33FFFF, #33FFFF 50%, pink 50%, pink);
    border: 1px solid black;
}

.color-btn[title="beige-pink"] {
    background: -webkit-linear-gradient(left, beige, beige 50%, pink 50%, pink);
    border: 1px solid black;
}

.color-btn[title="black-aqua"] {
    background: -webkit-linear-gradient(left, black, black 50%, #33FFFF 50%, #33FFFF);
}

.color-btn[title="black-beige"], .color-btn[title="beige-black"] {
    background: -webkit-linear-gradient(left, black, black 50%, beige 50%, beige);
    border: 1px solid black;
}

.color-btn[title="black-camouflage"] {
    background: -webkit-linear-gradient(left, black, black 50%, #78866b 50%, #78866b);
}

.color-btn[title="black-blue-red"] {
    background: linear-gradient(to right, black 0, black 33%, blue 33%, blue 66%, red 66%, red 100%);
}

.color-btn[title="black-blue-yellow"] {
    background: linear-gradient(to right, black 0, black 33%, blue 33%, blue 66%, yellow 66%, yellow 100%);
}

.color-btn[title="black-green-red"] {
    background: linear-gradient(to right, black 0, black 33%, green 33%, green 66%, red 66%, red 100%);
}

.color-btn[title="black-gray-white"] {
    background: linear-gradient(to right, black 0, black 33%, gray 33%, gray 66%, white 66%, white 100%);
    border: 1px solid black;
}

.color-btn[title="black-red-blue"] {
    background: linear-gradient(to right, black 0, black 33%, red 33%, red 66%, blue 66%, blue 100%);
    border: 1px solid black;
}

.color-btn[title="black-red-white"] {
    background: linear-gradient(to right, black 0, black 33%, red 33%, red 66%, white 66%, white 100%);
    border: 1px solid black;
}

.color-btn[title="black-white-red"] {
    background: linear-gradient(to right, black 0, black 33%, white 33%, white 66%, red 66%, red 100%);
    border: 1px solid black;
}

.color-btn[title="black-yellow-blue"] {
    background: linear-gradient(to right, black 0, black 33%, yellow 33%, yellow 66%, blue 66%, blue 100%);
    border: 1px solid black;
}

.color-btn[title="black-silver"] {
    background: -webkit-linear-gradient(left, black, black 50%, silver 50%, silver);
}

.color-btn[title="black-gray"], .color-btn[title="gray-black"] {
    background: -webkit-linear-gradient(left, black, black 50%, gray 50%, gray);
}

.color-btn[title="black-grey"], .color-btn[title="grey-black"] {
    background: -webkit-linear-gradient(left, black, black 50%, grey 50%, grey);
}

.color-btn[title="black-green"], .color-btn[title="green-black"] {
    background: -webkit-linear-gradient(left, black, black 50%, green 50%, green);
}

.color-btn[title="black-gold"] {
    background: -webkit-linear-gradient(left, black, black 50%, gold 50%, gold);
}

.color-btn[title="black-orange"] {
    background: -webkit-linear-gradient(left, black, black 50%, orange 50%, orange);
}

.color-btn[title="black-pink"] {
    background: -webkit-linear-gradient(left, black, black 50%, pink 50%, pink);
}

.color-btn[title="blue-black"], .color-btn[title="black-blue"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, black 50%, black);
}

.color-btn[title="blue-beige"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, beige 50%, beige);
}

.color-btn[title="blue-brown"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, brown 50%, brown);
}

.color-btn[title="blue-gray"], .color-btn[title="gray-blue"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, gray 50%, gray);
}

.color-btn[title="blue-green"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, green 50%, green);
}

.color-btn[title="blue-hot-pink"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, #FF69B4 50%, #FF69B4);
    border: 1px solid black;
}

.color-btn[title="blue-orange"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, orange 50%, orange);
}

.color-btn[title="blue-pink"], .color-btn[title="pink-blue"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, pink 50%, pink);
}

.color-btn[title="blue-red"], .color-btn[title="red-blue"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, red 50%, red);
}

.color-btn[title="blue-red-pink"] {
    background: linear-gradient(to right, blue 0, blue 33%, red 33%, red 66%, pink 66%, pink 100%);
    border: 1px solid black;
}

.color-btn[title="blue-rose"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, #ff66cc 50%, #ff66cc);
    border: 1px solid black;
}

.color-btn[title="blue-royal-blue"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, #4169e1 50%, #4169e1);
    border: 1px solid black;
}

.color-btn[title="blue-silver"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, silver 50%, silver);
}

.color-btn[title="blue-turquoise"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, #40E0D0 50%, #40E0D0);
}

.color-btn[title="blue-violet"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, violet 50%, violet);
}

.color-btn[title="blue-white"] {
    background: -webkit-linear-gradient(left, blue, blue 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="blue-white-pink"] {
    background: linear-gradient(to right, blue 0, blue 33%, white 33%, white 66%, pink 66%, pink 100%);
    border: 1px solid black;
}

.color-btn[title="blue-white-red"] {
    background: linear-gradient(to right, blue 0, blue 33%, white 33%, white 66%, red 66%, red 100%);
    border: 1px solid black;
}

.color-btn[title="blue-yellow-red"] {
    background: linear-gradient(to right, blue 0, blue 33%, yellow 33%, yellow 66%, red 66%, red 100%);
    border: 1px solid black;
}

.color-btn[title="blue-yellow-pink"] {
    background: linear-gradient(to right, blue 0, blue 33%, red 33%, red 66%, pink 66%, pink 100%);
    border: 1px solid black;
}

.color-btn[title="brown-black"], .color-btn[title="black-brown"] {
    background: -webkit-linear-gradient(left, brown, brown 50%, black 50%, black);
}

.color-btn[title="brown-beige"], .color-btn[title="beige-brown"] {
    background: -webkit-linear-gradient(left, brown, brown 50%, beige 50%, beige);
}

.color-btn[title="bronze-brown"] {
    background: -webkit-linear-gradient(left, #cd7f32 , #cd7f32  50%, brown 50%, brown);
}

.color-btn[title="bronze-yellow"] {
    background: -webkit-linear-gradient(left, #cd7f32 , #cd7f32  50%, yellow 50%, yellow);
}

.color-btn[title="brown-grey"] {
    background: -webkit-linear-gradient(left, brown, brown 50%, grey 50%, grey);
}

.color-btn[title="burgundy-pink"] {
    background: -webkit-linear-gradient(left, #800020, #800020 50%, pink 50%, pink);
}

.color-btn[title="coffee-brown"] {
    background: -webkit-linear-gradient(left, #6f4e37, #6f4e37 50%, brown 50%, brown);
}

.color-btn[title="colorful"], .color-btn[title="colors"], .color-btn[title="multicolor"] {
    background: linear-gradient(to right, red 0, red 33%, green 33%, green 66%, blue 66%, blue 100%);
}

.color-btn[title="dark-red-white"] {
    background: -webkit-linear-gradient(left, darkred, darkred 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="double-brown"] {
    background: -webkit-linear-gradient(left, #b5651d, #b5651d 50%, brown 50%, brown);
}

.color-btn[title="double-gray"] {
    background: -webkit-linear-gradient(left, lightgrey, lightgrey 50%, grey 50%, grey);
}

.color-btn[title="gray-brown"], .color-btn[title="brown-gray"] {
    background: -webkit-linear-gradient(left, gray, gray 50%, brown 50%, brown);
}

.color-btn[title="gray-green"], .color-btn[title="green-gray"] {
    background: -webkit-linear-gradient(left, gray, gray 50%, green 50%, green);
}

.color-btn[title="gray-red"], .color-btn[title="red-gray"] {
    background: -webkit-linear-gradient(left, gray, gray 50%, red 50%, red);
}

.color-btn[title="gray-silver"] {
    background: -webkit-linear-gradient(left, gray, gray 50%, silver 50%, silver);
}

.color-btn[title="gray-pink"], .color-btn[title="pink-gray"] {
    background: -webkit-linear-gradient(left, gray, gray 50%, pink 50%, pink);
}

.color-btn[title="grey-black"] {
    background: -webkit-linear-gradient(left, grey, grey 50%, black 50%, black);
}

.color-btn[title="grey-blue"] {
    background: -webkit-linear-gradient(left, grey, grey 50%, blue 50%, blue);
}

.color-btn[title="grey-green"] {
    background: -webkit-linear-gradient(left, grey, grey 50%, green 50%, green);
}

.color-btn[title="grey-pink"] {
    background: -webkit-linear-gradient(left, grey, grey 50%, pink 50%, pink);
}

.color-btn[title="gold-black"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, black 50%, black);
}

.color-btn[title="gold-blue"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, blue 50%, blue);
}

.color-btn[title="gold-brown"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, brown 50%, brown);
}

.color-btn[title="gold-clear"], .color-btn[title="gold-transparent"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="gold-green"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, green 50%, green);
}

.color-btn[title="gold-grey"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, grey 50%, grey);
}

.color-btn[title="gold-pink"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, pink 50%, pink);
}

.color-btn[title="gold-purple"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, purple 50%, purple);
}

.color-btn[title="gold-yellow"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, yellow 50%, yellow);
}

.color-btn[title="gold-red"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, red 50%, red);
}

.color-btn[title="gold-gray"] {
    background: -webkit-linear-gradient(left, gold, gold 50%, gray 50%, gray);
}

.color-btn[title="green-camouflage"] {
    background: -webkit-linear-gradient(left, green, green 50%, #78866b 50%, #78866b);
}

.color-btn[title="green-white"] {
    background: -webkit-linear-gradient(left, green, green 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="light-blue-gray"] {
    background: -webkit-linear-gradient(left, lightblue, lightblue 50%, gray 50%, gray);
    border: 1px solid black;
}

.color-btn[title="light-blue-white"] {
    background: -webkit-linear-gradient(left, lightblue, lightblue 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="khaki-army-green"], .color-btn[title="army-green-khaki"] {
    background: -webkit-linear-gradient(left, khaki, khaki 50%, #4b5320 50%, #4b5320);
}

.color-btn[title="khaki-brown"] {
    background: -webkit-linear-gradient(left, khaki, khaki 50%, brown 50%, brown);
}

.color-btn[title="khaki-camouflage"] {
    background: -webkit-linear-gradient(left, khaki, khaki 50%, #78866b 50%, #78866b);
}

.color-btn[title="khaki-gray"] {
    background: -webkit-linear-gradient(left, khaki, khaki 50%, gray 50%, gray);
}

.color-btn[title="khaki-grey"], .color-btn[title="grey-khaki"] {
    background: -webkit-linear-gradient(left, khaki, khaki 50%, grey 50%, grey);
}

.color-btn[title="khaki-green"], .color-btn[title="green-khaki"] {
    background: -webkit-linear-gradient(left, khaki, khaki 50%, green 50%, green);
}

.color-btn[title="navy-blue-black"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, black 50%, black);
}

.color-btn[title="navy-blue-blue"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, blue 50%, blue);
}

.color-btn[title="navy-blue-brown"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, brown 50%, brown);
}

.color-btn[title="navy-blue-gray-black"] {
    background: linear-gradient(to right, navy 0, navy 33%, gray 33%, gray 66%, black 66%, black 100%);
}

.color-btn[title="navy-blue-green"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, green 50%, green);
}

.color-btn[title="navy-blue-coffee"], .color-btn[title="dark-blue-coffee"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, #6f4e37 50%, #6f4e37);
}

.color-btn[title="navy-blue-gray"], .color-btn[title="dark-blue-gray"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, gray 50%, gray);
}

.color-btn[title="navy-blue-gold"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, gold 50%, gold);
}

.color-btn[title="navy-blue-orange"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, orange 50%, orange);
}

.color-btn[title="navy-blue-pink"], .color-btn[title="pink-navy-blue"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, pink 50%, pink);
}

.color-btn[title="navy-blue-red"], .color-btn[title="navy-red"], .color-btn[title="red-navy"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, red 50%, red);
}

.color-btn[title="navy-blue-gray-white"] {
    background: linear-gradient(to right, navy 0, navy 33%, gray 33%, gray 66%, white 66%, white 100%);
}

.color-btn[title="navy-blue-grey"], .color-btn[title="dark-blue-grey"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, grey 50%, grey);
}

.color-btn[title="navy-blue-silver"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, silver 50%, silver);
}

.color-btn[title="navy-orange"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, orange 50%, orange);
}

.color-btn[title="navy-blue-yellow"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, yellow 50%, yellow);
}

.color-btn[title="navy-blue-white"], .color-btn[title="navy-white"], .color-btn[title="white-navy-blue"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="navy-yellow"], .color-btn[title="yellow-navy-blue"] {
    background: -webkit-linear-gradient(left, navy, navy 50%, yellow 50%, yellow);
}

.color-btn[title="orange-black"] {
    background: -webkit-linear-gradient(left, orange, orange 50%, black 50%, black);
}

.color-btn[title="orange-white"], .color-btn[title="white-orange"] {
    background: -webkit-linear-gradient(left, orange, orange 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="peach-coral"] {
    background: -webkit-linear-gradient(left, #FFE5B4, #FFE5B4 50%, #ff7f50 50%, #ff7f50);
    border: 1px solid black;
}

.color-btn[title="pink-and-hot-pink"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, #FF69B4 50%, #FF69B4);
    border: 1px solid black;
}

.color-btn[title="pink-black"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, black 50%, black);
    border: 1px solid black;
}

.color-btn[title="pink-brown"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, brown 50%, brown);
    border: 1px solid black;
}

.color-btn[title="pink-green"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, green 50%, green);
    border: 1px solid black;
}

.color-btn[title="pink-grey"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, grey 50%, grey);
    border: 1px solid black;
}

.color-btn[title="pink-red"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, red 50%, red);
    border: 1px solid black;
}

.color-btn[title="pink-white"], .color-btn[title="white-pink"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="pink-yellow"], .color-btn[title="yellow-pink"] {
    background: -webkit-linear-gradient(left, pink, pink 50%, yellow 50%, yellow);
    border: 1px solid black;
}

.color-btn[title="purple-black"] {
    background: -webkit-linear-gradient(left, purple, purple 50%, black 50%, black);
}

.color-btn[title="purple-blue"], .color-btn[title="blue-purple"] {
    background: -webkit-linear-gradient(left, purple, purple 50%, blue 50%, blue);
}

.color-btn[title="purple-pink"], .color-btn[title="pink-purple"] {
    background: -webkit-linear-gradient(left, purple, purple 50%, pink 50%, pink);
}

.color-btn[title="purple-yellow"] {
    background: -webkit-linear-gradient(left, purple, purple 50%, yellow 50%, yellow);
}

.color-btn[title="purple-white"], .color-btn[title="white-purple"] {
    background: -webkit-linear-gradient(left, purple, purple 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="red-black"], .color-btn[title="black-red"] {
    background: -webkit-linear-gradient(left, red, red 50%, black 50%, black);
}

.color-btn[title="red-brown"], .color-btn[title="brown-red"] {
    background: -webkit-linear-gradient(left, red, red 50%, brown 50%, brown);
}

.color-btn[title="red-gold-black"] {
    background: linear-gradient(to right, red 0, red 33%, gold 33%, gold 66%, black 66%, black 100%);
}

.color-btn[title="red-gold"] {
    background: -webkit-linear-gradient(left, red, red 50%, gold 50%, gold);
}

.color-btn[title="red-purple"] {
    background: -webkit-linear-gradient(left, red, red 50%, purple 50%, purple);
}

.color-btn[title="red-white"], .color-btn[title="white-red"] {
    background: -webkit-linear-gradient(left, red, red 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="rose-white"] {
    background: -webkit-linear-gradient(left, #ff66cc, #ff66cc 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="silver-black"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, black 50%, black);
}

.color-btn[title="silver-blue"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, blue 50%, blue);
}

.color-btn[title="silver-clear"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, white 50%, white);
    border: 1px solid black;
}

.color-btn[title="silver-gray"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, gray 50%, gray);
}

.color-btn[title="silver-pink"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, pink 50%, pink);
}

.color-btn[title="silver-red"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, red 50%, red);
}

.color-btn[title="silver-transparent"] {
    background: -webkit-linear-gradient(left, silver, silver 50%, ghostwhite 50%, ghostwhite);
    border: 1px solid black;
}

.color-btn[title="silver-yellow"] {
    background: -webkit-linear-gradient(left, #C0C0C0, #C0C0C0 50%, yellow 50%, yellow);
}

.color-btn[title="sky-blue-blue"] {
    background: -webkit-linear-gradient(left, lightblue, lightblue 50%, blue 50%, blue);
}

.color-btn[title="sky-blue-brown"] {
    background: -webkit-linear-gradient(left, lightblue, lightblue 50%, brown 50%, brown);
}

.color-btn[title="sky-blue-gray"] {
    background: -webkit-linear-gradient(left, lightblue, lightblue 50%, gray 50%, gray);
}

.color-btn[title="sky-blue-red"] {
    background: -webkit-linear-gradient(left, lightblue, lightblue 50%, red 50%, red);
}

.color-btn[title="transparent-blue"] {
    background: -webkit-linear-gradient(left, transparent, transparent 50%, blue 50%, blue);
}

.color-btn[title="transparent-purple"] {
    background: -webkit-linear-gradient(left, transparent, transparent 50%, purple 50%, purple);
}

.color-btn[title="white-black"], .color-btn[title="black-white"], .color-btn[title="black-transparent"] {
    background: -webkit-linear-gradient(left, white, white 50%, black 50%, black);
    border: 1px solid black;
}

.color-btn[title="white-black-red"] {
    background: linear-gradient(to right, white 0, white 33%, black 33%, black 66%, red 66%, red 100%);
    border: 1px solid black;
}

.color-btn[title="white-blue"] {
    background: -webkit-linear-gradient(left, white, white 50%, blue 50%, blue);
    border: 1px solid black;
}

.color-btn[title="white-blue-black"] {
    background: linear-gradient(to right, white 0, white 33%, blue 33%, blue 66%, black 66%, black 100%);
    border: 1px solid black;
}

.color-btn[title="white-blue-red"] {
    background: linear-gradient(to right, white 0, white 33%, blue 33%, blue 66%, red 66%, red 100%);
    border: 1px solid black;
}

.color-btn[title="white-brown"] {
    background: -webkit-linear-gradient(left, white, white 50%, brown 50%, brown);
    border: 1px solid black;
}

.color-btn[title="white-dark-green"] {
    background: -webkit-linear-gradient(left, white, white 50%, darkgreen 50%, darkgreen);
    border: 1px solid black;
}

.color-btn[title="white-gray"], .color-btn[title="gray-white"] {
    background: -webkit-linear-gradient(left, white, white 50%, gray 50%, gray);
    border: 1px solid black;
}

.color-btn[title="white-grey"] {
    background: -webkit-linear-gradient(left, white, white 50%, grey 50%, grey);
    border: 1px solid black;
}

.color-btn[title="white-green"] {
    background: -webkit-linear-gradient(left, white, white 50%, green 50%, green);
    border: 1px solid black;
}

.color-btn[title="white-gold"] {
    background: -webkit-linear-gradient(left, white, white 50%, gold 50%, gold);
    border: 1px solid black;
}

.color-btn[title="white-gold-black"] {
    background: linear-gradient(to right, white 0, white 33%, gold 33%, gold 66%, black 66%, black 100%);
}

.color-btn[title="white-orange-blue"] {
    background: linear-gradient(to right, white 0, white 33%, orange 33%, orange 66%, blue 66%, blue 100%);
    border: 1px solid black;
}

.color-btn[title="white-pink-green"] {
    background: linear-gradient(to right, white 0, white 33%, pink 33%, pink 66%, green 66%, green 100%);
    border: 1px solid black;
}

.color-btn[title="white-red-blue"] {
    background: linear-gradient(to right, white 0, white 33%, red 33%, red 66%, blue 66%, blue 100%);
    border: 1px solid black;
}

.color-btn[title="white-yellow-black"] {
    background: linear-gradient(to right, white 0, white 33%, yellow 33%, yellow 66%, black 66%, black 100%);
    border: 1px solid black;
}

.color-btn[title="white-yellow-gray"] {
    background: linear-gradient(to right, white 0, white 33%, yellow 33%, yellow 66%, gray 66%, gray 100%);
    border: 1px solid black;
}

.color-btn[title="white-yellow-green"] {
    background: linear-gradient(to right, white 0, white 33%, yellow 33%, yellow 66%, green 66%, green 100%);
    border: 1px solid black;
}

.color-btn[title="wine-red-black"] {
    background: -webkit-linear-gradient(left, darkred, darkred 50%, black 50%, black);
}

.color-btn[title="yellow-black"], .color-btn[title="black-yellow"] {
    background: -webkit-linear-gradient(left, yellow, yellow 50%, black 50%, black);
}

.color-btn[title="yellow-blue"], .color-btn[title="blue-yellow"] {
    background: -webkit-linear-gradient(left, yellow , yellow  50%, blue 50%, blue);
}

.color-btn[title="yellow-brown"] {
    background: -webkit-linear-gradient(left, yellow , yellow  50%, brown 50%, brown);
}

.color-btn[title="yellow-green"], .color-btn[title="grey-yellow"] {
    background: -webkit-linear-gradient(left, yellow, yellow 50%, green 50%, green);
}

.color-btn[title="yellow-grey"], .color-btn[title="grey-yellow"] {
    background: -webkit-linear-gradient(left, yellow, yellow 50%, grey 50%, grey);
}

.color-btn[title="yellow-red"] {
    background: -webkit-linear-gradient(left, yellow , yellow  50%, red 50%, red);
}

.color-btn[title="yellow-red-blue"] {
    background: linear-gradient(to right, yellow 0, yellow 33%, red 33%, red 66%, blue 66%, blue 100%);
    border: 1px solid black;
}

.color-btn[title="yellow-white"], .color-btn[title="white-yellow"] {
    background: -webkit-linear-gradient(left, yellow, yellow 50%, white 50%, white);
    border: 1px solid black;
}

/* Color end */

.color-btn[data-value="black-white"].selected:after, .color-btn[data-value="white-black"].selected:after,
.color-btn[data-value="black-transparent"].selected:after, .color-btn[data-value="blue-white"].selected:after,
.color-btn[data-value="orange-white"].selected:after, .color-btn[data-value="gold-transparent"].selected:after,
.color-btn[data-value="white-red"].selected:after, .color-btn[data-value="light-blue-white"].selected:after,
.color-btn[data-value="purple-white"].selected:after, .color-btn[data-value="pink-white"].selected:after,
.color-btn[data-value="green-white"].selected:after {
    color: gray !important;
}

.color-btn[data-value="beige"].selected:after, .color-btn[data-value="white"].selected:after,
.color-btn[data-value="yellow"].selected:after {
    color: black !important;
}

.close-mobile-menu, .close-side-products {
    cursor: pointer;
    position: absolute;
    right: 15px;
    margin-top: 5px;
}

.cursor-move {
    cursor: move;
}

.dress-icon {
    cursor: pointer;
}

.dress-icon:before {
    color: #333333;
    font-size: 24px;
    margin: 0;
}

.dress-icon span {
    font-family: "Segoe UI", Roboto, "Helvetica Neue" !important;
    margin-left: 20px;
}

.dropdown-colorselector > .dropdown-menu > li > a.color-btn.selected::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dropdown-colorselector > .dropdown-menu > li > a.color-btn, .dropdown-colorselector .btn-colorselector {
    border-radius: 50%;
}

.dropdown-colorselector .dropdown-toggle:after {
    content: none
}

.ds-variations-form {
    z-index: 99;
}

.fancybox-stage .fancybox-content img, .fancybox-thumbs .fancybox-thumbs__list a {
    background-color: white;
}

.fancybox-slide--iframe .fancybox-content {
    height: inherit !important;
}

.floating-vote {
    position: fixed;
    left: 0;
    top: 20% !important;
    z-index: 9999;
}

#filter-menu .mm-navbar .fa {
    margin-right: 10px;
}

.filter-container {
    display: inline-block;
    float: right;
    margin-right: 20px;
    position: relative;
    top: 19px;
}

.gallery-container {
    overflow: hidden;
}

.gallery-container .thumbnails {
    display: flex;
}

.gallery-container .wc-block-grid__product-link {
    color: #2c2d33;
}

.gallery-container .product-name {
    font-weight: 500;
    font-size: 20px;
}

.gallery-container .product-category {
    color: #555454;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 15px;
}

.gallery-icon {
    cursor: pointer;
}

.gallery-icon .dashicons-format-gallery {
    font-size: 40px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#hamburger {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

#hamburger a b {
    width: 25px;
}

.icon-bar-parts {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.icon-bar-parts a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
}

.icon-bar-parts a:hover {
    filter: invert(31%) sepia(3%) saturate(22%) hue-rotate(14deg) brightness(101%) contrast(91%);
}

.left-menu-image {
    display: inline-block;
    border-radius: 50%;
    background-color: #fafafa;
    border: solid 1px #f0f0f0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.upper-part div.wc-block-grid__product-image img, .lower-part div.wc-block-grid__product-image img {
    width: 70%;
}

.lower-part[data-category="Shorts"] div.wc-block-grid__product-image img,
.lower-part[data-category="Skirts"] div.wc-block-grid__product-image img {
    width: 50%;
}

.head-part div.wc-block-grid__product-image img, .bottom-part div.wc-block-grid__product-image img {
    width: 30%;
}

.hentry .entry-content a:not(.button) {
    text-decoration: none;
}

.horizontal-flip {
    -moz-transform: scale(-1, 1) !important;
    -webkit-transform: scale(-1, 1) !important;
    -o-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important;
}

button.slick-prev:before, button.slick-next:before {
    color: darkgrey;
}

.mburger {
    width: 80px;
    height: 80px;
    top: 10px;
    --mb-bar-height: 2px;
}

:root {
    --mb-button-size: 60px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 10px;
    --mb-animate-timeout: 0.4s
}

.mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height) / 2);
    background: currentColor;
    color: inherit;
    opacity: 1
}

.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
}

.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height) / 2));
    transition: opacity .2s ease
}

.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
}

.menu-icon {
    width: auto;
    height: auto;
    margin-top: -.265em;
    margin-right: .25em;
    font-size: 1.2em;
    line-height: 1;
}

.menu a:hover {
    text-decoration: none;
}

.transition i {
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

#mysticky-nav {
    background-color: white;
    position: static;
    width: 100%;
}

#mysticky-nav.wrapfixed {
    position: fixed;
    left: 0;
    margin-top: 0;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #f4f4f4;
}

#mysticky-nav .myfixed {
    margin: 0 auto;
    float: none;
    border: 0;
    background: none;
    max-width: 100%;
}

#mysticky-nav.wrapfixed > .site-header {
    margin-bottom: 0;
}

#mysticky-nav.wrapfixed > .storefront-primary-navigation {
    padding: 0;
}

.menu-toggle {
    top: 4px;
}

/* --- mobile menu --- */
.mm-btn_next:after, .mm-btn_prev:before {
    border-color: #212529 !important;
}

.mm-menu {
    --mm-color-background: #eee;
    --mm-color-text: #111;
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {
    min-height: unset !important;
}

#main-menu-c .mm-panel.mm-panel_opened .mm-listitem__text {
    cursor: pointer;
}

#main-menu-c .mm-panels .mm-divider {
    font-size: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 50px;
}

#main-menu-c .mm-panels .mm-listitem .mm-listitem__text {
    font-size: 1.1rem;
}

.mm-menu_opened .mm-navbar {
    --mm-color-background: #eeeeee;
    --mm-color-text-dimmed: #333333;
    --mm-color-button: #333333;
    padding: 10px 0;
}

.mm-navbars_top, .mm-navbars_bottom {
    background-color: #f3f3f3;
}

.mm-panel {
    --mm-color-background: #f3f3f3;
    --mm-color-text: #222;
    --mm-color-button: #4bb5ef;
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1)
}

/* end menu */

.on-sale-section {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0;
    padding: 2.617924em 0;
}

.opacity {
    opacity: 0.3;
}

div.outfit-try {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 10px;
    padding-bottom: 30px;
}

div.outfit-try a:link {
    text-decoration: none !important;
}

div.outfit-try a:hover {
    background-color: #F8F8F8;
}

.outfits-block {
    padding: 50px 0 30px 0;
}

.outfits-block h2 {
    font-size: 24px;
    margin: 0 0 50px 0;
}

.outfits-block .row {
    margin-bottom: 20px;
}

.outfits-block a:hover .outfit-label {
    transform: translate3d(15px, -15px, 0);
}

.outfits-block .outfit-label {
    position: absolute;
    bottom: 10px;
    left: 25px;
    box-sizing: border-box;
    min-width: 160px;
    padding: 18px 40px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: transform .8s cubic-bezier(0, 0, .25, 1);
}

.outfit-card {
    height: 320px;
    margin-bottom: 30px;
}

.outfit-card .card-rating {
    color: #ed254e;
    cursor: pointer;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.outfit-card .card-rating span {
    color: #000000;
}

.outfit-card .dashicons-heart span {
    color: rgba(0, 0, 0, .6)
}

.outfit-card img, .related-outfits img {
    margin: 0 auto;
    transition: all .3s ease-in-out;
}

.page-template-page-outfits .outfit-card:hover .outfit-upper-part img {
    transform: rotate(0deg) translate(20px, -20px) scale(1.1);
}

.related-outfits .wc-block-grid__product:hover .outfit-upper-part img {
    transform: rotate(0deg) translate(20px, -20px) scale(0.8);
}

.page-template-page-outfits .outfit-card:hover .outfit-lower-part img {
    transform: rotate(0deg) translate(-80px, -40px) scale(1.1);
}

.related-outfits .wc-block-grid__product:hover .outfit-lower-part img {
    transform: rotate(0deg) translate(-90px, -40px) scale(0.8);
}

.outfit-head-part img {
    top: 0;
    z-index: 3;
}

.outfit-bottom-part img {
    bottom: 0;
}

.outfit-head-part img, .outfit-bottom-part img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.outfit-like-button {
    border-radius: 8px !important;
    box-shadow: 0 0 0 1px #e7e7e9 inset;
    height: 40px;
    padding: 10px 12px;
}

.outline-men {
    background-image: url("../images/outline-men.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.outline-women {
    background-image: url("../images/outline-women.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.btn.outfit-like-button:focus {
    box-shadow: 0 0 0 1px #e7e7e9 inset;
}

.outfit-lower-part img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outfit-container {
    border-top: 1px solid hsl(0, 0%, 90%);
    margin-top: 50px;
    padding-bottom: 30px;
}

.outfit-container h2 {
    font-size: 24px;
    margin: 30px 0 50px 0;
}

.outfit-container:last-child {
    padding-bottom: 0;
}

#page {
    position: relative;
    overflow-x: initial;
}

.page-builder.mm-wrapper_opened {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.page-builder.mm-wrapper_opened::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.page-builder .entry-header h1 {
    font-size: 1.75rem;
    position: relative;
    text-align: center;
    top: -30px;
}

.page-template-page-outfits {
    background-color: #f7f7f7;
}

.page-template-page-outfits .storefront-breadcrumb {
    display: none;
}

.page-template-page-outfits .outfits-block {
    border-top: none;
}

.picked-list {
    display: inline-block;
    height: 32px;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 0 8px;
}

.picked-list i {
    color: #999;
    cursor: pointer;
    vertical-align: top;
    margin-right: 8px;
    line-height: 32px;
    -webkit-text-stroke: 1px #f5f5f5;
}

.picked-list span {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 32px;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.position-left  {
    position: absolute;
    left: 0;
    top: 0;
}

.position-right  {
    position: absolute;
    right: 0;
    top: 8px;
}

div[class*="-show-more-"] {
    display: none;
    cursor: pointer;
}

.product-count-1 img {
    height: 30%;
    width: 30% !important;
}

.product-count-2 img {
    height: 40%;
    width: 40% !important;
}

.product-image-container a, ul.products li.product .woocommerce-loop-product__link {
    display: grid;
}

.product-image-container div {
    text-align: center;
}

.product-image-container img {
    margin: 0 auto 1em;
}

.product-image-container a img, ul.products li.product .woocommerce-loop-product__link img {
    grid-column: 1;
    grid-row: 1;
    will-change: opacity, transform;
    transition: opacity .3s ease-in-out, transform .65s cubic-bezier(.4, 0, 0, 1);
}

.product-outfit .product-name {
    font-size: 18px;
    font-weight: 500;
    margin: 1rem 0 15px 0;
}

.product-outfit .buy-now {
    color: #ffffff !important;
    margin: 0 auto;
}

.product-outfit .wc-block-grid__product-price {
    margin-bottom: 10px;
}

.product-settings {
    position: fixed;
    background-color: #f7f7f7;
    border-top: 1px solid #d3d4d9;
    height: 61px;
    width: 100%;
    bottom: -61px;
    transition: bottom .3s;
    text-align: center;
    z-index: 99;
}

.product-settings div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-settings-slide {
    bottom: 0;
}

.product-outfit .price ins {
    font-weight: 700;
    letter-spacing: .8px;
    color: #d01345;
    white-space: nowrap;
}

div.product-zoom {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 42px;
    z-index: 9;
}

.product-settings button, .product-zoom button {
    background-color: transparent;
}

.rating-container {
    margin-bottom: 20px;
    text-align: center;
}

.related.products h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .8px;
    line-height: 24px;
    color: #2d2d2d;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related.products .onsale, .product .onsale {
    margin: 0 auto;
    width: 100px;
}

.related.products .slick-prev:before {
    color: #212529;
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
}

.related.products .slick-next:before {
    color: #212529;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
}

.related-outfits {
    margin-top: 50px;
}

.related-outfits h2, .related.products h2 {
    margin-bottom: 30px !important;
}

.round {
    position: relative;
    height: 48px;
    width: 16.6666%;
}

.round label {
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label.color-beige, .round label.color-white {
    border: 1px solid black;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 12px;
}

.round label.color-beige:after, .round label.color-white:after, .round label.color-yellow:after {
    border: 2px solid gray;
    border-top: none;
    border-right: none;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.show-more-products, .outfit-try {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
    clear: both;
    margin: 10px 0 30px 0;
    text-align: center;
    width: 100%;
}

.show-more-tabs, .show-more-outfits {
    clear: both;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.show-more-tabs a, .show-more-outfits a, .show-more-products a, .outfit-try a {
    margin: 0 auto;
    padding: 5px 57px;
    border: 2px solid #ddd;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    color: #2D2D2D;
    min-width: 106px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 2.2px;
}

.show-more-tabs a:hover, .show-more-outfits a:hover,.show-more-products a:hover {
    background-color: #F8F8F8;
}

.sidebar-color-selector {
    display: flex;
    margin: 20px 0;
    position: relative;
    top: 10px;
}

.sidebar-color-selector > li {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.sidebar-color-selector > li > a.color-btn {
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.sidebar-color-selector > li > a.color-btn:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.sidebar-products {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
}

.sidebar-products i {
    cursor: pointer;
    padding: 20px;
    z-index: 999;
}

.side-part-container .product-image {
    margin: 20px 0;
}

.side-part-container .row {
    padding: 0 10px;
}

#side-part-menu .dashicons-filter {
    cursor: pointer;
    position: absolute;
    left: 10px;
}

#side-part-menu .accordion-container .dashicons-filter {
    display: none;
}

#side-part-menu .mm-btn_next:after {
    border: 2px solid #222;
    border-bottom: none;
    border-right: none;
}

#side-part-menu .mm-listitem:after {
    border-bottom-width: 0;
    left: 0;
}

#side-part-menu .mm-panel:after {
    height: 0;
}

#side-part-menu .mm-navbar__title {
    text-transform:capitalize;
}

#side-part-menu .mm-navbar {
    z-index: 9999
}

#side-part-menu .mm-navbars_bottom button {
    background-color: #eeeeee;
    border-color: #eeeeee;
}
#side-part-menu .mm-navbars_bottom button:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}

#side-part-menu .mm-navbars_bottom i {
    margin-right: 0;
    font-size: 1.5em;
}

.sidebar-part {
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.sidebar-part::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.sidebar-part a img:hover {
    opacity: 0.7;
}

.sidebar-part .sidebar-color-selector {
    margin: 0 0 10px 0;
    top: 0;
}

.side-products-container {
    align-items: center;
    justify-content: center;
}

.side-products-container .ad-main {
    margin: 20px 0;
    max-width: 440px;
    top: 0;
}

.side-products-container form {
    margin-bottom: 0;
}

.side-products-container .sidebar-color-selector {
    margin-top: 0;
}

.side-products-container .sidebar-color-selector li {
    cursor: pointer;
}

.side-products-container > li:first-child {
    border: none;
    margin-top: 0;
}

.side-products-container > li {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0.5rem 10px;
}

/* Resolve Main Menu Display When Using Boostrap */
#site-navigation-wrap .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.slick-next {
    right: 10px;
}

.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-list .wc-block-grid__product-price.price {
    position: absolute;
    top: 0;
    right: 0;
}

.slick-list .wc-block-grid__product-onsale {
    position: absolute;
    top: 25px;
    right: 1px;
    left: initial !important;
}

.slider-description {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999;
    margin: 8px 0 20px 0;
}

ul.slider-part {
    padding: 0;
}

.slider-part .modal p {
    font-size: 1rem;
    text-align: left;
}

.slider-part .wc-block-grid__product {
    border-bottom: 0;
    margin-bottom: 0;
}

.slider-part .wc-block-grid__product-image {
    margin-bottom: 0;
}

.slider-part > li.wc-block-grid__product:not(:nth-child(1)), .sidebar-part > li {
    display: none;
}

.slider-part.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: none;
}

.square {
    margin: -1px -1px 0 0;
    position: relative;
    height: 48px;
    width: 16.6666%;
}

.square label {
    background-color: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 0 !important;
    padding: 0 4px;
    overflow: hidden;
    text-align: center;
}

.square label:hover {
    background-color: #f5f5f5;
}

.square label span {
    display: inline-block;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    word-break: break-word;
}

.square input[type="checkbox"] {
    visibility: hidden;
}

.square input[type="checkbox"]:checked + label {
    background-color: #f5f5f5;
}

.square input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.thumbnails .slick-slide {
    margin-right: 20px !important;
}

.upper-part img {
    z-index: 1;
}

.wc-block-grid {
    position: relative;
}

.wc-block-grid__product {
    min-height: 185px;
}

.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__product-image {
    margin-bottom: 0;
}

.woocommerce-page img.pswp__img {
    background-color: white;
}

.custom-checkbox {
    font-size: 14px;
}

#customer_details div[class*="col-"] {
    flex: inherit;
    max-width: inherit;
    padding: 0;
}

#customer_details .form-row {
    display: inherit;
    margin-left: inherit;
}

@-moz-document url-prefix() {
    .btn-colorselector {
        background-color: #DDD !important;
    }
}

@media (max-width: 768px) {
    div.dropdown-colorselector > .dropdown-menu {
        min-width: 60px;
        z-index: 99;
    }

    .lower-part[data-category="Skirts"] div.wc-block-grid__product-image img,
    .lower-part[data-category="Shorts"] div.wc-block-grid__product-image img {
        width: 70%;
    }

    #main-menu-c .mm-panel_opened .mm-navbar_sticky {
        min-height: auto;
    }

    .outfits-home-block > .container > h2 {
        display: none;
    }

    .outfits-block .slick-prev {
        left: 15px;
        z-index: 9;
    }

    .outfits-block .slick-next {
        right: 15px;
        z-index: 9;
    }

    .outfit-card img {
        padding: 7%;
    }

    .outfits-home-block .col-12:first-child {
        margin-bottom: 60px;
    }

    .rating-container {
        top: 0;
    }

    #side-part-menu .accordion-container .dashicons-filter {
        display: block;
    }

    .site-main {
        margin-bottom: 0;
    }

    .upper-part div.wc-block-grid__product-image img, .lower-part div.wc-block-grid__product-image img {
        width: 100%;
    }

    .wp-block-group {
        margin-bottom: 30px;
    }
}