* {
    margin: 0;
    padding: 0;
    outline: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #111213;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.gap {
    padding: 50px 0;
}

.fw-bold {
    font-weight: 600 !important;
}

.outline-none {
    outline: none !important;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

a,
button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

p:last-child {
    margin-bottom: 0;
}

/*-- input --*/
label {
    margin-bottom: 0;
    display: block;
    color: #656369;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.form-control {
    color: #666;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 0;
    padding: 5px 10px;
    height: 46px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

textarea,
textarea.form-control {
    height: 130px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
    color: #111;
    box-shadow: none;
}

.select-box {
    position: relative;
}

.select-box:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    width: 35px;
    height: 44px;
    padding: 9px 0;
    border-radius: 6px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

select {
    border: 1px solid rgba(50, 50, 50, .2);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-group label {
    font-weight: 500;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #fff;
    background-color: #111214;
    border: #111214 solid 1px;
    padding: 13px 15px;
    display: inline-block;
    border-radius: 0;
    margin-top: 20px;
    min-width: 248px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    outline: none;
    background-color: #fff;
    color: #111214;
    /*background-color: #fff;
	color: #e8252d;
	border-color: #e8252d;*/
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none;
}

a,
button,
.tab-nav li,
.overlay,
.site-header,
.site-branding img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.swal2-styled,
button.swal2-close {
    min-width: auto;
}

a:hover {
    text-decoration: none;
}




/*-- header style --*/
body.fixed-header {
    padding-top: 110px;
}

.site-header {
    margin: auto;
    width: 100%;
    z-index: 999;
}

.site-header.fix-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.header-top {
    color: #fff;
    background-color: #111214;
}

.header-top a,
.header-top span,
.select-country {
    color: #939cad;
    font-weight: 500;
}

.social-links span,
.social-links a {
    display: inline-block;
    vertical-align: middle;
}

.social-links a {
    padding: 7px 10px;
    font-size: 19px;
}

.notice {
    color: #fff;
}

.selected-country {
    position: relative;
}

.selected-country span {
    display: inline-block;
    margin-right: 5px;
}

.selected-country ul {
    width: 80px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #111214;
    list-style: none;
    padding: 10px 10px 5px;
    z-index: 9;
    display: none;
}

.selected-country:hover ul {
    display: block;
}

.selected-country ul li {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

.selected-country img {
    margin-right: 5px;
}

.selected-country ul li:hover {
    color: #fff;
}

.selected-country-wrap {
    padding-right: 15px;
}

.selected-country-wrap:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
}

.site-branding {
    position: relative;
    display: block;
}

.onscroll {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.fix-nav .site-branding img.normal {
    opacity: 0;
    visibility: hidden;
}

.fix-nav .site-branding img.onscroll {
    opacity: 1;
    visibility: visible;
}

.header-bottom {
    padding: 20px 0;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* 13.02.24 */
.qty-by-size-3D.disabled-btn>div {
    flex-grow: 1;
}


@media screen and (min-width: 991px) {
    .main-navigation>ul {
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        flex-flow: row wrap;
    }

    .main-navigation>ul>li {
        margin: 0 15px;
    }

    .main-navigation>ul>li:first-child {
        margin-left: 0;
    }

    .main-navigation>ul>li:last-child {
        margin-right: 0;
    }

    .main-navigation li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        background-color: #fff;
        box-shadow: 0 7px 5px 0 rgba(0, 0, 0, .2);
        display: none;
    }

    .main-navigation li:hover>ul {
        display: block;
    }
}

.main-navigation ul a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
}

.main-navigation>ul>li>a {
    border-bottom: rgba(0, 0, 0, 0) solid 2px;
}

.main-navigation>ul>li>a:hover,
.main-navigation>ul>li.current-page-item>a {
    border-bottom: #000000 solid 2px;
}

.main-navigation li {
    position: relative;
}

.main-navigation li.has-sub {
    padding-right: 15px;
}

.submenu-button {
    position: absolute;
    top: 15px;
    right: 0;
    font-weight: 400;
    font-size: 11px;
    cursor: pointer;
}

.main-navigation li ul li {
    width: 100%;
    display: block;
}

.main-navigation li li a {
    padding: 10px 15px;
}

.main-navigation li li a:hover {
    background-color: rgba(50, 50, 50, .1)
}

.search-icon,
.wishlist-icon,
.user-icon,
.cart-icon {
    padding: 4px;
    margin: 0 10px;
    cursor: pointer;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    transform: translate3d(-50%, 25px, 0) !important;
}

.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 12px 0px !important;
}

.user-icon .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #fff transparent;
}

.cart-icon {
    margin-right: 0;
}

.cart-icon a {
    display: block;
}

.wishlist-icon a span {
    min-width: 22px;
    height: 22px;
    background-color: #111214;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    margin-left: 5px;
}

.cart-icon a span {
    min-width: 22px;
    height: 22px;
    background-color: #111214;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    margin-left: 5px;
}

.search-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}

.search-panel {
    background-color: #fff;
    padding: 30px 0;
}

.search-heading {
    text-transform: uppercase;
    color: #656f7f;
    margin-bottom: 10px;
}

.search-panel form {
    display: block;
    position: relative;
}

.search-panel input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: rgba(0, 0, 0, .4) solid 1px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
}

.search-panel button {
    width: 60px;
    min-width: initial;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 45px;
    border: none;
    padding: 0;
    text-align: right;
}

.search-panel button img {
    filter: brightness(40%);
}

.close-search-panel {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    opacity: .4;
}

.menu-icon,
.close-menu {
    display: none;
}

@media screen and (max-width: 1200px) {
    .social-links a {
        padding: 7px 5px;
        font-size: 16px;
    }

    .main-navigation>ul>li {
        margin: 0 8px;
    }

    .search-icon,
    .wishlist-icon,
    .user-icon,
    .cart-icon {
        margin: 0 6px;
    }
}

@media screen and (max-width: 991px) {
    .selected-country-wrap::before {
        top: 5px;
    }

    .selected-country {
        padding: 5px 0;
    }

    .menu-icon {
        display: block;
        min-width: initial;
        background-color: transparent;
        color: #000;
        border: none;
        margin: 0;
    }

    .menu-icon:hover {
        background-color: transparent;
    }

    .main-navigation {
        width: 300px;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 999;
        overflow: auto;
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
        transition: all .3s ease-in-out;
    }

    .show-nav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .main-navigation>ul>li>a {
        border-bottom: rgba(0, 0, 0, .1) solid 1px;
    }

    .main-navigation li.has-sub {
        padding-right: 0;
    }

    .main-navigation ul li ul {
        display: none;
    }

    .main-navigation ul li.selected>ul {
        display: block;
    }

    .submenu-button {
        position: absolute;
        top: 0;
        right: 0;
        border-left: rgba(0, 0, 0, .1) solid 1px;
        width: 30px;
        height: 53px;
        text-align: center;
        padding: 15px 0;
    }

    .close-menu {
        width: 35px;
        height: 35px;
        color: #fff;
        min-width: initial;
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        font-size: 25px;
        position: relative;
        z-index: 9;
    }
}

@media screen and (max-width: 576px) {
    .header-bottom {
        padding: 20px 0 0;
    }

    .header-btns {
        background-color: rgba(255, 255, 255, .6);
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 15px;
        border-top: rgba(0, 0, 0, .1) solid 1px;
    }

    .fix-nav {
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    }
}

/*-- hero banner --*/
.hero-section .hero-slide {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*padding: 30em 0 100px;*/
}

.hero-section .hero-slide .container {
    position: absolute;
    bottom: 5em;
    left: 0;
    right: 0;
    margin: auto;
}

.hero-txt {
    opacity: 0;
    transform: translateY(-10%);
    transition: all .5s ease-in-out 1s;
}

.slick-active .hero-txt {
    opacity: 1;
    transform: translateY(0);
}

.hero-txt h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

.hero-txt h3 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
}

.hero-txt h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.hero-section .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-section .slick-prev {
    left: 15px;
}

.hero-section .slick-next {
    right: 15px;
}

@media screen and (max-width: 1280px) {

    /*.hero-section {
		padding: 20em 0 80px;
		}*/
    .hero-section .hero-slide .container {
        bottom: 3em;
    }

    .hero-txt {
        padding: 0 3em;
    }

    .hero-txt h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-txt h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .hero-txt h2 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media screen and (max-width: 991px) {
    .hero-section .hero-slide .container {
        bottom: 3em;
    }

    .hero-txt h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .hero-txt h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-txt h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        margin-top: 100px;
    }

    .hero-section .hero-slide .container {
        position: relative;
        bottom: auto;
    }

    .hero-txt {
        margin-top: -2em;
        padding: 15px;
        background-color: rgba(255, 255, 255, .8);
        margin-bottom: 25px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .hero-txt h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-txt h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-txt h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .hero-section .slick-arrow {
        width: 40px;
        height: 40px;
        padding: 0;
        top: 20%;
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        transform: translateY(-20%);
    }

    .hero-section a.btn {
        color: #fff;
        background-color: #111214;
    }
}

@media screen and (max-width: 575px) {
    .hero-section {
        margin-top: 152px;
    }

    .hero-txt h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .hero-txt h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-txt h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

a.btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: #fff solid 1px;
    padding: 13px 15px;
    display: inline-block;
    border-radius: 0;
    margin-top: 15px;
    min-width: 160px;
}

a.btn:hover {
    color: #fff;
    background-color: #111214;
}

a.btn.dark {
    color: #fff;
    background-color: #111214;
}

a.btn.dark:hover {
    color: #111214;
    background-color: #fff;
    border: #111214 solid 1px;
}

a.btn img {
    margin-right: 10px;
}

a.btn.dark:hover img {
    filter: brightness(0);
}


/*-- why us --*/
.why-us-block {
    padding: 0 3em;
}

.why-us-icon {
    height: 50px;
}

.why-us-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.why-us-block h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .why-us-block {
        padding: 0;
    }
}

/*-- feature image --*/
.overlay {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    padding: 50px 15px;
}

@media screen and (max-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.35rem;
    }
}

@media screen and (max-width: 991px) {
    .feature-category .overlay {
        padding: 30px 15px;
    }

    a.btn {
        font-size: 14px;
        padding: 10px 10px;
    }
}

/*-- who we are --*/
.pink-bg {
    background-color: #feded1;
}

.who-we-are {
    padding: 80px 0;
}

.section-title h2 {
    text-transform: uppercase;
    font-weight: 700;
}

/*-- just in --*/
.tab-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-nav li {
    font-size: 16px;
    font-weight: 600;
    color: #656f7f;
    display: inline-block;
    padding: 10px 35px;
    border-bottom: rgba(0, 0, 0, .2) solid 1px;
    cursor: pointer;
}

.tab-nav li:hover,
.tab-nav li.active {
    color: #111213;
    border-bottom: #111213 solid 1px;
}

.just-in-wrap {
    max-width: 270px;
    margin: 0 auto;
}

.pro-tab .product-price {
    font-size: 14px;
}

.just-in-wrap .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(110, 111, 127, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.just-in-wrap:hover .overlay {
    opacity: 1;
}

.pro-img-in .btn {
    min-width: 158px;
    position: absolute;
    bottom: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    transition: all .3s;
    transition-delay: 1;
    opacity: 0;
    z-index: 3;
}

.just-in-wrap:hover .pro-img-in .btn {
    opacity: 1;
    bottom: 30px;
}

/*****************29-02-2024***************/
.just-in-slider .slick-prev {
    position: absolute;
    left: -60px;
    width: 55px;
    height: 60px;
    min-width: auto;
    top: 40%;
}

.just-in-slider .slick-next {
    position: absolute;
    right: -60px;
    width: 55px;
    height: 60px;
    min-width: auto;
    top: 40%;
}

.just-in-slider .slick-arrow {
    color: #111214;
    background-color: transparent;
    border: #111214 solid 1px;
}

.just-in-slider .slick-arrow:hover {
    color: #fff;
    background-color: #111214;
    border: #111214 solid 1px;
}

.product-thumb-image .slick-arrow {
    color: #111213;
    width: 50px;
    height: 50px;
    min-width: inherit;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    z-index: 9;
}

.product-thumb-image .slick-arrow:hover {
    border: none;
}

.product-thumb-image .slick-prev {
    left: -15px;
}

.product-thumb-image .slick-next {
    right: -15px;
}

#just-in-products .slick-slide,
.related-product-slider .slick-slide {
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .tab-nav li {
        font-size: 14px;
        padding: 10px 10px;
    }

    .product-thumb-image .slick-prev {
        left: 0px;
    }

    .product-thumb-image .slick-next {
        right: 0px;
    }
}

/*-- Featured product --*/

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    min-width: inherit;
    font-size: 0;
    color: transparent;
    padding: 0;
    border: none;
    background-color: #cccfd4;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #111214;
}

/*-- Featured product --*/
.feature-product-info {
    padding-left: 50px;
}

.pro-sku {
    color: #656f7f;
    font-size: 14px;
}

.product-price {
    font-size: 16px;
}

.product-price span {
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
}

.varient label {
    color: #111213;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.varient label span {
    display: inline-block;
    margin-right: 10px;
}

.varient a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    padding: 2px;
    margin: 0 15px 10px 0;
}

.varient a span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.feature-product-info .radio-type-custom-2 [type="radio"]:checked+label,
.feature-product-info .radio-type-custom-2 [type="radio"]:not(:checked)+label {
    cursor: default;
}

.feature-product-info .radio-type-custom-2 [type="radio"]:checked+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.feature-product-info .radio-type-custom-2 [type="radio"]:checked+label span {
    color: #111213;
}

#sizeModal th,
#sizeModal td {
    text-align: center;
    font-weight: 500;
    padding: 5px;
}

#sizeModal td {
    color: #656f7f;
}

#quantityModal .modal-dialog {
    max-width: 1200px;
}

/*-- custon radio type 01 --*/
.radio-type-custom {
    margin-right: 20px;
}

.radio-type-custom [type="radio"]:checked,
.radio-type-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    z-index: 1;
}

.radio-type-custom [type="radio"]:checked+label,
.radio-type-custom [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.radio-type-custom [type="radio"]:checked+label:before,
.radio-type-custom [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100%;
    background: none;
    opacity: .2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-type-custom [type="radio"]:checked+label:before {
    opacity: 1;
}

/*-- custon radio type 02 --*/
.radio-type-custom-2 {
    margin-right: 10px;
}

.radio-type-custom-2 [type="radio"]:checked,
.radio-type-custom-2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-type-custom-2 [type="radio"]:checked+label,
.radio-type-custom-2 [type="radio"]:not(:checked)+label {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
}

.radio-type-custom-2 [type="radio"]:checked+label span,
.radio-type-custom-2 [type="radio"]:not(:checked)+label span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #111213;
    text-align: center;
    padding: 10px 2px;
    z-index: 1;
    pointer-events: none;
}

.radio-type-custom-2 [type="radio"]:checked+label span {
    color: #fff;
}

.radio-type-custom-2 [type="radio"]:checked+label:before,
.radio-type-custom-2 [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #111214;
    background: #fff;
}

.radio-type-custom-2 [type="radio"]:checked+label:after,
.radio-type-custom-2 [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #111214;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-type-custom-2 [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-type-custom-2 [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chart-wrap {
    padding: 10px 0;
}

.size-chart {
    color: #111213;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(/images/scale-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0 2px 35px;
    cursor: pointer;
}

.add-to-bag {
    background-color: #111214;
    border-color: #111214;
}

.add-to-wishlist {
    width: 50px;
    height: 50px;
    min-width: inherit;
    background-color: #fff;
    background-image: url(/images/wish-icon.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    border-color: #8f95a1;
    vertical-align: top;
    margin-left: 15px;
}

.add-to-wishlist:hover {
    background-color: #da8f88;
    background-position: center -23px;
    border-color: #da8f88;
}

.short-des {
    margin: 40px 0 0;
    padding: 30px 0 10px;
    border-top: rgba(0, 0, 0, .1) solid 1px;
}

@media screen and (max-width: 991px) {
    .feature-product-info {
        padding-left: 0px;
    }

    .feature-product-info button {
        min-width: 228px;
    }

    .feature-product-info button.add-to-wishlist {
        min-width: initial;
    }
}

/*-- follow us --*/
.follow-us {
    background-color: #f3f6f9;
}

.instagram-link {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #111213;
}

.follow-us p {
    font-size: 15px;
    line-height: 2;
    height: 54px;
    overflow: hidden;
}

.follow-us p a {
    color: #111213;
}


/*--trending-pro-info --*/
.trending-now-slider .slick-track {
    margin: 0 -15px;
}

.trending-now-slider .slick-slide {
    margin: 0 15px;
}

.pro-color-samples {
    position: absolute;
    top: 0;
    right: 0;
}

.trending-pro-info h4 {
    padding-right: 100px;
}

.pro-sample {
    width: 40px;
    height: 40px;
    border: #fff solid 3px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-left: -20px;
}

.pro-sample:first-child {
    margin-left: 0;
}

.trending-now-pro .overlay {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending-now-pro:hover .overlay {
    opacity: 1;
}

.trending-now-pro h4 a {
    color: #111213;
}

.blog-info {
    padding: 25px 0;
}

.publish-date {
    padding: 0 0 0 25px;
    color: #656f7f;
    background-image: url(/images/calender-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.blog-info h5 a {
    color: #111213;
}

/*-- footer --*/
.site-footer {
    background-color: #111214;
}

.site-footer,
.site-footer a {
    font-size: 15px;
    color: #8f95a1;
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
    margin-bottom: 35px;
}

.site-footer h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 5px;
}

.footer-top {
    padding: 90px 0;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer ul li {
    margin-bottom: 20px;
}

.site-footer .social-links a {
    color: #fff;
    font-size: 19px;
}

.footer-bottom {
    border-top: rgba(255, 255, 255, .4) solid 1px;
    padding: 40px 0;
}

.footer-nav a {
    display: inline-block;
    margin-left: 20px;
}

.footer-nav a:first-child {
    margin-left: 0;
}


.newletter-form input[type="email"] {
    color: #111214;
    font-weight: 500;
    width: 100%;
    height: 47px;
    background-color: #fff;
    padding: 5px 20px;
    width: 100%;
    border-radius: 0;
}

.newletter-form button {
    min-width: 100%;
}

@media screen and (max-width: 767px) {

    .footer-top,
    .footer-bottom {
        padding: 30px 0;
    }
}

/*-- inner page --*/
.innerpage-title-area {
    /*margin-top: 97px;*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.innerpage-title-area img {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.title-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, .6);
}

.title-overlay .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.title-overlay .container>div {
    width: 100%;
}

.innerpage-title-area h1,
.breadcrumb-wrap,
.breadcrumb-wrap a {
    color: #fff;
}

.breadcrumb-wrap ul {
    margin-bottom: 0;
}

.breadcrumb-wrap li {
    font-size: 15px;
    display: inline-block;
    padding: 0 25px 0 15px;
    position: relative;
}

.breadcrumb-wrap li:first-child {
    padding-left: 0;
}

.breadcrumb-wrap li:last-child {
    padding-right: 0;
}

.breadcrumb-wrap li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
}

.breadcrumb-wrap li:last-child:before {
    display: none;
}

@media screen and (max-width: 991px) {
    .title-overlay {
        padding: 15px 0;
    }

    .title-overlay h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 176px) {
    /*.innerpage-title-area {
			margin-top: 100px;
		}*/
}

@media screen and (max-width: 575px) {
    .innerpage-title-area {
        background-image: none !important;
    }

    .innerpage-title-area img {
        opacity: 1;
        visibility: visible;
    }

    .title-overlay {
        position: relative;
        padding: 15px 0;
        background-color: transparent;
        border-bottom: rgba(0, 0, 0, .1) solid 1px;
    }

    .title-overlay h1 {
        font-size: 1.5rem;
    }

    .innerpage-title-area h1,
    .breadcrumb-wrap,
    .breadcrumb-wrap a {
        color: #111213
    }

    /*.innerpage-title-area {
			margin-top: 155px;
		}*/
}

/*-- shop page --*/
.short-by {
    width: 90px;
    position: relative;
    margin-left: 10px;
}

.short-by select {
    height: 30px;
    color: #111213;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-bottom: #111213 solid 1px;
    border-radius: 0;
    padding: 5px 15px 5px 0;
}

.short-by:before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 0;
    pointer-events: none;
}

button.grid-view-btn,
button.list-view-btn {
    min-width: 30px;
    font-size: 20px;
    background-color: #fff;
    border: none;
    color: #111213;
    margin: 0 5px;
    padding: 6px 0;
    opacity: .5;
}

button.grid-view-btn.active,
button.list-view-btn.active {
    opacity: 1;
}

button.grid-view-btn .fas {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-area {
    width: 300px;
    padding: 0 15px 0 0;
}

.product-listing {
    -webkit-width: calc(100% - 301px);
    width: calc(100% - 301px);
    padding: 0 0 0 15px;
}

.filter-area-title {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.filter-area-title h5 {
    background-image: url(/images/filter-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.reset-filter {
    text-transform: uppercase;
    font-weight: 500;
    color: #40434a;
    cursor: pointer;
}

.search-product {
    max-width: 283px;
}

.search-product form {
    position: relative;
    display: block;
}

.search-product,
.filter-product {
    padding: 10px 0;
    border-bottom: rgba(0, 0, 0, .15) solid 1px;
}

.sku-container {
    position: relative;
}

.search-sku {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translate(0, -50%);
    cursor: pointer;
}

.search-type {
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.search-type .filter-icon {
    position: absolute;
    top: 18px;
    left: 0;
    width: 15px;
    height: 7px;
}

.search-type .filter-icon span {
    position: relative;
    width: 15px;
    height: 1px;
    background-color: #111213;
    display: block;
    margin-top: 2px;
}

.search-type .filter-icon span:before,
.search-type .filter-icon span:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #111213;
    display: block;
    position: absolute;
    left: 0;
}

.search-type .filter-icon span:before {
    top: -3px;
}

.search-type .filter-icon span:after {
    width: 9px;
    bottom: -3px;
}

.search-product .form-control {
    border-radius: 0;
    font-size: 14px;
    padding-right: 45px;
}

.search-product button[type="submit"] {
    min-width: initial;
    width: 40px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    margin: auto;
    border: none;
    padding: 0;
}

.search-product button[type="submit"]:hover {
    background-color: rgba(50, 50, 50, .05);
}

.custom-checkbox .form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.custom-checkbox .form-group label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.custom-checkbox .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #8f95a1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
}

.custom-checkbox .form-group input:checked+label:before {
    border: 1px solid #111213;
}

.custom-checkbox .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #111213;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*-- filter-by-color --*/
.filter-by-color .form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.filter-by-color label {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
}

.filter-by-color .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
}

.filter-by-color .form-group input:checked+label:before {
    border: 2px solid #111213;
}

/*.filter-by-color .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
	left: 14px;
	width: 7px;
	height: 15px;
	border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  }*/

.filter-by-size .form-group {
    margin-bottom: 0;
}

.filter-by-size [type="checkbox"]:checked,
.filter-by-size [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.filter-by-size [type="checkbox"]:checked+label,
.filter-by-size [type="checkbox"]:not(:checked)+label {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.filter-by-size [type="checkbox"]:checked+label span,
.filter-by-size [type="checkbox"]:not(:checked)+label span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 30px;
    color: #111213;
    text-align: center;
    padding: 4px 2px;
    z-index: 1;
    pointer-events: none;
    font-weight: 500;
}

.filter-by-size [type="checkbox"]:checked+label span {
    color: #fff;
}

.filter-by-size [type="checkbox"]:checked+label:before,
.filter-by-size [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    border: 1px solid #111214;
    background: #fff;
}

.filter-by-size [type="checkbox"]:checked+label:after,
.filter-by-size [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 40px;
    height: 30px;
    background: #111214;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filter-by-size [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.filter-by-size [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-by-tag [type="checkbox"]:checked+label,
.filter-by-tag [type="checkbox"]:not(:checked)+label {
    width: auto;
}

.filter-by-tag [type="checkbox"]:checked+label:before,
.filter-by-tag [type="checkbox"]:not(:checked)+label:before,
.filter-by-tag [type="checkbox"]:checked+label:after,
.filter-by-tag [type="checkbox"]:not(:checked)+label:after {
    width: 100%;
}

.filter-by-tag [type="checkbox"]:checked+label span,
.filter-by-tag [type="checkbox"]:not(:checked)+label span {
    width: auto;
    position: relative;
    padding: 4px 10px;
    display: block;
}

.pagination ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.pagination li a,
.pagination li span {
    color: #111213;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 9px 0;
}

.pagination li.page-item a,
.pagination li span {
    width: 41px;
    height: 41px;
    border: rgba(0, 0, 0, .2) solid 1px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagination li.page-item.active a,
.pagination li.page-item.active span {
    background-color: #111213;
    color: #fff;
}

.full-row .just-in-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.full-row .pro-img-in {
    width: 270px;
}

.full-row .pro-short-info {
    padding-left: 25px;
    -webkit-width: calc(100% - 270px);
    width: calc(100% - 270px);
}

.just-in-wrap .cart-btns {
    display: none;
}

.full-row .just-in-wrap .cart-btns {
    display: block;
}

.date-field {
    max-width: 125px;
    margin-bottom: 15px;
}

.date-field input {
    background-image: url(/images/date-icon.png);
    background-position: 93% center;
    background-repeat: no-repeat;
}

.show-filters {
    display: none;
}

.show-product-filters {
    float: right;
    font-size: 15px;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .filter-area {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
        -webkit-transform: translateX(-120%);
        -moz-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        -o-transform: translateX(-120%);
        transform: translateX(-120%);
        transition: all .3s ease-in-out;
    }

    .show-all-filters {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .product-listing {
        width: 100%;
        padding: 0;
    }

    .just-in-wrap {
        max-width: 290px;
    }

    .show-filters {
        display: block;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .just-in-pro h5 {
        font-size: 1rem;
    }

    .product-price {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .search-product {
        max-width: 100%;
    }

    .full-row .just-in-wrap .cart-btns .add-to-bag {
        min-width: initial;
    }

    .pagination li {
        margin: 0 3px;
    }

    .pagination li.page-item a,
    .pagination li span {
        width: auto;
        border: rgba(0, 0, 0, .2) solid 1px;
        border-radius: 0;
        min-width: 23px;
        height: 25px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .full-row .pro-short-info {
        padding-left: 0;
        width: 100%;
    }
}

/*-- select quantity --*/
.select-qty-wrap {
    padding: 20px;
    border: rgba(0, 0, 0, .2) solid 1px;
}


.qty-for {
    width: 110px;
}


.qty-by-size {
    -webkit-width: calc(100% - 260px);
    width: calc(100% - 260px);
    padding: 15px 20px;
}

.qty-by-size-3D {
    width: 100%;
    padding: 15px 20px;
}

.total-wrap {
    width: 150px;
    padding: 15px 0;
}

.add-qty-box {
    width: 74px;
    margin: 0 10px 15px;
    position: relative;
}

.cart-add-qty-box.add-qty-box {
    margin: 0 6px 15px;
}

.size-for,
.total-qty,
.total-amt {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.qtu-selector {
    width: 100%;
    height: 40px;
    position: relative;
}

.qtu-selector .qtu-minus,
.qtu-selector .qtu-plus {
    position: absolute;
    width: 30%;
    height: 44px;
    top: 1px;
    background-color: #fff;
}

.qtu-selector .qtu-minus {
    left: 1px;
    border-right: 1px solid rgba(50, 50, 50, .2);
}

.qtu-selector .qtu-plus {
    right: 1px;
    border-left: 1px solid rgba(50, 50, 50, .2);
}

.qtu-selector .qty-btn {
    color: #111213;
    display: block;
    height: 45px;
    text-align: center;
    padding: 11px 0;
}

input[type="number"].quntity-input {
    border-radius: 0;
    /* padding: 4px 0 4px 20px; */
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.total-qty-val,
.total-amt-val {
    padding: 0 15px;
    font-weight: 400;
}

.limited {
    background-color: #feded1;
}

.activity-btns {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 20px;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
}

.just-in-wrap:hover .pro-img-in .activity-btns {
    top: 20px;
    opacity: 1;
}

.pro-price-block {
    font-size: 15px;
    margin-top: 15px;
    padding: 5px 10px;
}

.qty-limit {
    font-size: 15px;
    padding: 5px 0;
}

.pro-price-block span,
.qty-limit {
    color: #8f95a1;
}

.stock-type {
    color: #8f95a1;
    margin-right: 35px;
}

.stock-type:last-child {
    margin-right: 0;
}

.stock-type span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    /* margin-right: 10px; */
    border-radius: 15px;
}

.stock-type.cart-invetory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
}

.limited-dark {
    background-color: #ff6054;
}

.in-stock {
    background-color: #28af45;
}

.item-type-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111214;
    width: 120px;
    color: #FFF;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .04em;
}

.item-type-section.stock-item {
    background-color: #007bff;
}

.update-cart {
    background-image: url(/images/cart-icon-white.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.update-cart:hover {
    background-image: url(/images/cart-icon.png);
}

/*-- basket --*/
.size-for {
    margin-bottom: 5px;
}

.cart-table .select-qty-wrap {
    border: none;
}

.cart-table input[type="number"].quntity-input {
    /* border: none; */
}

.cart-clear-wrap {
    transform: rotate(0deg);
    transition: all 0.6s;
    cursor: pointer;
}

.cart-clear-wrap.active {
    transform: rotate(180deg);
}

.hide-spinner {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 44px;
    background-color: #fff;
}

.gray-bg {
    background-color: #f3f6f9;
}

.calculation-wrap {
    /* padding-bottom: 45px; */
    margin-bottom: 45px;
    /* border-top: rgba(0, 0, 0, .1) solid 1px; */
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.cart-details {
    margin-bottom: 15px;
}

.cart-row-title {
    font-size: 15px;
    font-weight: 500;
    width: 360px;
}

.total-amt-block .cart-row-title {
    font-size: 16px;
    font-weight: 600;
}

.cart-price {
    /* width: 130px; */
    font-size: 15px;
}

.row-info {
    padding: 0 20px;
    color: #8f95a1;
}

.select-small {
    max-width: 270px;
}

.continue-btn {
    background-image: url(/images/arrow-icon.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.continue-btn:hover {
    background-image: url(/images/arrow-icon-dark.png);
}

a.continue-shopping-btn {
    color: #fff;
    background-color: #111214;
    background-image: url(/images/arrow-icon.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding: 15px 70px 15px 30px;
    border: #f3f6f9 solid 1px;
}

a.continue-shopping-btn:hover {
    color: #111214 !important;
    background-color: #fff !important;
    background-image: url(/images/arrow-icon-dark.png);
    border: #111214 solid 1px !important;
}

.gray-btn {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    color: #111214;
}

.gray-btn:hover {
    border-color: #111214;
}

.clear-cart {
    background-image: url(/images/trash-icon.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 60px;
}

@media screen and (max-width: 991px) {
    .select-qty-wrap {
        padding: 20px 10px;
    }

    .total-wrap {
        width: 130px;
        padding: 0 0 15px;
    }

    .qty-by-size {
        -webkit-width: calc(100% - 240px);
        width: calc(100% - 240px);
        padding: 0 0 15px 20px;
    }

    .add-qty-box {
        margin: 0 5px 15px;
    }

    .row-info {
        padding: 5px 0;
    }
}

@media screen and (max-width: 600px) {
    .qty-for {
        width: 100%;
        margin: 0 5px;
    }

    .qty-by-size {
        width: 100%;
        padding: 20px 0 0;
    }

    .clear-cart {
        padding-right: 55px;
    }
}

.pro-zoom {
    width: 100%;
    /* float: left; */
    position: relative;
}

.zoom-box,
.zoom {
    overflow: hidden;
}

.zoom-box {
    padding: 0 7px;
}

.zoom-box .slick-arrow {
    top: 93%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 49.5%;
    /* box-shadow: 0 0 5px 2px #f5f4f4; */
    border: none;
    background: rgba(207, 203, 203, 0.31);
    color: #333;
}

.zoom-box .slick-prev {
    left: 4px;
    z-index: 999;
    text-align: left;
}

.zoom-box .slick-prev::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    background: #f7f7f7;
}

.zoom-box .slick-next {
    right: 4px;
    z-index: 999;
    text-align: right;
}

.zoom-box .slick-arrow:hover {
    background: rgba(207, 203, 203, 0.31);
}

.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    /* display: inline; */
    /* zoom: 1; */
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
    pointer-events: none;
}

/*-- EasyZoom layout variations --*/
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.easyzoom-flyout img {
    max-width: inherit;
}

button.mfp-close,
button.mfp-arrow {
    min-width: initial;
}

.thumb-box {
    padding: 15px 120px;
}

.thumb-box .slick-slide {
    padding: 0 5px;
}

.thumb-box .slick-prev {
    left: 30px;
}

.thumb-box .slick-next {
    right: 30px;
}

.all-details h3 {
    color: #111214;
    width: calc(100% - 66px);
}

.all-details .product-price {
    font-size: 18px;
}

.all-details .short-des {
    margin: 40px 0;
    padding: 30px 0;
    border-top: rgba(0, 0, 0, .1) solid 1px;
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.dark-txt {
    color: #111214;
    display: inline-block;
    margin-right: 10px;
}

.all-details {
    color: #656f7f;
    font-size: 15px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    min-width: inherit;
    width: auto;
    background: none;
}

.size-name {
    position: relative;
    height: auto;
    background: #fff;
    color: #111213;
    font-weight: 600;
    text-align: center;
    padding: 1px 0px;
    margin: 0 3px 10px 0;
}

/* @media screen and (max-width: 1200px) {
    .pro-zoom {
        width: 450px;
    }
} */

@media screen and (max-width: 991px) {
    /* .pro-zoom {
        width: 330px;
    } */

    .thumb-box {
        padding: 15px 50px;
    }

    .thumb-box .slick-prev {
        left: 0px;
    }

    .thumb-box .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    /* .pro-zoom {
        width: 510px;
    } */

    .all-details {
        margin-top: 30px;
    }

    .stock-type.cart-invetory {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    .pro-zoom {
        width: 100%;
    }

    .all-details .add-to-bag {
        min-width: inherit;
    }
}

.product-tabs {
    background-color: #f3f6f9;
}

.tab-nav-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.tab-nav-wrap li {
    font-size: 30px;
    color: #656f7f;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    margin-right: 50px;
    border-bottom: rgba(0, 0, 0, 0) solid 2px;
    cursor: pointer;
}

.tab-nav-wrap li:last-child {
    margin-right: 0;
}

.tab-nav-wrap li.active {
    color: #111213;
    font-weight: 600;
    border-bottom: rgba(0, 0, 0, 1) solid 2px;
}

.tab-container {
    padding: 50px 0 0;
}

.tab-container dl,
.tab-container ol,
.tab-container ul {
    padding-left: 15px;
}

.tab-container li {
    margin-bottom: 6px;
}

.single-tab-content {
    display: none;
}

.single-tab-content:first-child {
    display: block;
}

.highlight-wrap {
    border-top: rgba(0, 0, 0, .1) solid 1px;
}

@media screen and (max-width: 1200px) {
    .tab-nav-wrap li {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .tab-nav-wrap li {
        font-size: 16px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    .tab-nav-wrap li {
        width: 100%;
        border-bottom: rgba(0, 0, 0, .1) solid 1px;
    }
}

/*-- modal style --*/
@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 560px;
    }
}

.modal-content {
    border: none;
    border-radius: 0;
    padding: 25px 35px;
}

.modal-header {
    padding: 0 0 10px 0;
}

.modal-body {
    padding: 15px 0 0;
}

.modal-header .close {
    min-width: initial;
}

.form-icon {
    height: 45px;
    width: 50px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-right: 1px solid rgba(0, 0, 0, .4);
}

.form-icon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 17px;
    right: -8px;
    z-index: 2;
}

.form-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #666;
    position: absolute;
    top: 17px;
    right: -9px;
    z-index: 1;
}

#signinModal input[type="email"],
#signinModal input[type="password"],
#signinModal input[type="text"],
.recover-password input[type="email"],
.recover-password input[type="password"],
.recover-password input[type="text"] {
    padding-left: 75px;
}

.show-password {
    height: 44px;
    width: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-left: 1px solid rgba(0, 0, 0, .4);
    background-color: #d3dced;
    cursor: pointer;
    font-size: 16px;
}

.forgot a {
    color: #656369;
    cursor: pointer;
}

.new-account a {
    color: #656369;
    font-weight: bolder;
}

@media screen and (max-width: 767px) {
    #sp-d8m5mb img {
        max-width: 240px;
    }

    #sp-page h1#sp-b0r2za {
        font-size: 17px;
    }

    #sp-page .sp-headline-block-ugffai {
        font-size: 32px !important;
    }

    #sp-page #sp-x2r6xx p {
        font-size: 13px;
    }

    #sp-page #sp-x2r6xx br {
        display: none;
    }

    button#wpforms-submit-387 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*-- loader --*/
.loader-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.loader-wrap {
    position: relative;
    /* width: 80px; */
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lds-hourglass {
    display: inline-block;
    width: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #111213 transparent #111213 transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.alert-box {
    background-color: #fff;
    width: 160px;
    left: -50%;
    margin: auto;
    position: absolute;
    padding: 5px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .06);
    display: none;
    z-index: 2;
}

.alert-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.alert-box span {
    font-weight: 600;
    color: #ff6054;
    font-size: 14px;
}


.hero-section .slick-slide>div {
    position: relative;
    height: 100%;
}

.hero-section .hero-slide {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*padding: 30em 0 100px;*/
    height: 100%;
}


/*-- dashboard --*/
.dashboard-navigation {
    padding: 2px 0 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.dashboard-navigation .filter-icon {
    position: absolute;
    top: 11px;
    left: 0;
    width: 15px;
    height: 7px;
}

.dashboard-navigation span {
    position: relative;
    width: 15px;
    height: 1px;
    background-color: #111213;
    display: block;
    margin-top: 2px;
}

.dashboard-navigation .filter-icon span::before,
.dashboard-navigation .filter-icon span::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #111213;
    display: block;
    position: absolute;
    left: 0;
}

.dashboard-navigation .filter-icon span::before {
    top: -3px;
}

.dashboard-navigation .filter-icon span::after {
    width: 9px;
    bottom: -3px;
}

.dashboard-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dashboard-sidebar li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 15px;
}

.dashboard-sidebar li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #656369;
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
}

.dashboard-sidebar li a {
    margin-bottom: 0;
    display: block;
    color: #656369;
}

.dashboard-sidebar li a:hover {
    color: #111213;
}

.my-dashboard .page-content {
    width: 100%;
}

.my-dashboard .page-content table a {
    color: #656369;
    display: inline-block;
    padding: 0 5px;
}

.my-dashboard .page-content table a.tracking-number-col {
    padding: 0;
    text-decoration: underline;
}

.my-dashboard .page-content table a.tracking-number-col:hover {
    text-decoration: none;
}

.table-gray-stripe {
    background: rgba(0, 0, 0, .05);
}

.my-dashboard .profile-image {
    width: 26%;
}

.my-profile label {
    font-size: 15px;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    min-width: auto;
    border-radius: 1rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-xs:hover {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
    background-color: #111214;
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.card-btn {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    background: #cdb185;
    padding: 10px 30px;
    font-weight: 600;
}

.my-dashboard .page-content .card-content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--titleColor);
    margin-bottom: 10px;
}

.my-dashboard .page-content .card-content p i {
    font-size: 20px;
    padding-right: 4px;
}

.my-dashboard .page-content .card-content h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: var(--titleColor);
}

.my-dashboard .page-content a.details-btn {
    color: #fff;
    background-color: #111214;
    background-image: url(/images/arrow-icon.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding: 15px 48px 15px 15px;
    border: #f3f6f9 solid 1px;
    min-width: 120px;
}

.my-dashboard .page-content a.details-btn:hover {
    color: #111214 !important;
    background-color: #fff !important;
    background-image: url(/images/arrow-icon-dark.png);
    border: #111214 solid 1px !important;
}

@media screen and (max-width: 991px) {
    .dashboard-sidebar {
        margin-bottom: 2em;
    }

    .dashboard-sidebar li {
        padding-left: 0;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .dashboard-sidebar li::before {
        display: none;
    }

    .dashboard-sidebar li a {
        display: block;
        padding: 5px 10px;
        border: 1px solid rgba(0, 0, 0, .15);
    }

    .dashboard-sidebar li a:hover {
        color: #fff;
        background-color: #111213;
    }

}

@media screen and (max-width: 767px) {
    .my-dashboard thead {
        display: none;
    }

    .my-dashboard .table td {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        min-height: 40px;
        padding: 30px 10px 10px 10px;
        color: #656369;
    }

    .my-dashboard .table td:before {
        content: attr(data-title);
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: 600;
        text-align: left;
        color: #111213;
    }

}

.product-details-link {
    display: block;
    position: relative;
}

.product-details-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(110, 111, 127, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.just-in-wrap:hover .product-details-link::before {
    opacity: 1;
}

.alert ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.alert button.close {
    min-width: inherit;
    margin: 0;
}

.order-table-wrap table {
    border-collapse: collapse;
    border: rgba(50, 50, 50, .15) solid 1px;
}

.order-table-wrap table th,
.order-table-wrap table td {
    padding: 15px 10px;
    border-bottom: rgba(50, 50, 50, .15) solid 1px;
}

.order-table-wrap table th:last-child,
.order-table-wrap table td:last-child {
    text-align: right;
}

.order-table-wrap table th.qty-col,
.order-table-wrap table td.qty-col {
    text-align: center;
    border-right: rgba(50, 50, 50, .15) solid 1px;
    border-left: rgba(50, 50, 50, .15) solid 1px;
}

.order-table-wrap table p {
    margin-bottom: 0px;
}

.order-table-wrap table td.item-type {
    font-weight: 600;
}

.order-table-wrap table p.item-name {
    font-weight: 500;
}

.order-table-wrap table p.item-attr {
    color: #666;
}

.order-table-wrap table tfoot tr:last-child td {
    font-size: 16px;
}

.order-id,
.order-date {
    font-size: 15px;
    font-weight: 600;
}

/*-- select customer --*/
.select-customer {
    position: relative;
    margin-right: 30px;
    z-index: 999;
}

.select-customer span {
    color: #939bad;
    padding: 5px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
    overflow: hidden;
}

.select-customer span::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 10px;
}

.customer-list {
    width: 235px;
    position: absolute;
    top: 130%;
    right: 0;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: -5;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.select-customer:hover .customer-list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    pointer-events: auto;
}

.customer-wrap {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 10px 10px 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px 0px;
}

.customer-wrap::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #fff transparent;
}

.all-customer {
    width: 100%;
    height: 275px;
    margin-top: 5px;
    overflow: auto;
}

.customer-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.customer-list li {
    font-size: 14px;
    line-height: 24px;
    color: #656f7f;
    padding: 9px 10px;
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
    cursor: pointer;
}

.customer-list li:last-child {
    border-bottom: none;
}

.customer-list li:hover,
.customer-list li.active {
    color: #000000;
}

.select-customer-label {
    font-size: 14px;
    line-height: 24px;
    color: #656f7f;
    background-color: #f7fafd;
    padding: 0;
    border: #d1d8df solid 1px;
    border-radius: 5px;
    position: relative;
}

.select-customer.active .customer-list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    pointer-events: auto;
}

#searchcustomer {
    border: none;
    background-color: transparent;
    padding: 5px 30px 5px 10px;
}

.select-customer-label::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 15px;
    color: #656f7f;
}

@media screen and (max-width: 1200px) {
    .select-customer span {
        font-size: 0;
        min-width: 50px;
        height: 24px;
    }

    .select-customer span::before {
        top: 2px;
    }
}

@media screen and (max-width: 540px) {
    .customer-list {
        left: -40px;
        right: auto;
    }

    .customer-wrap::before {
        top: -13px;
        left: 42px;
        right: auto;
    }
}

/*-- pending order Modal --*/
#pendingorderModal .radio-type-custom-3 {
    max-width: 335px;
}

#pendingorderModal .radio-type-custom-3,
#presentorderModal .radio-type-custom-3 {
    position: relative;
    width: 100%;
    margin: 17px auto 0;
    padding: 20px;
}

#pendingorderModal .radio-type-custom-3:before,
#presentorderModal .radio-type-custom-3:before {
    content: '';
    width: 95%;
    max-width: 335px;
    display: block;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.radio-type-custom-3 [type="radio"]:checked,
.radio-type-custom-3 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    z-index: 1;
}

.radio-type-custom-3 [type="radio"]:checked+label,
.radio-type-custom-3 [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #111213;
    padding: 0 0 0 30px;
}

.radio-type-custom-3 [type="radio"]:checked+label:before,
.radio-type-custom-3 [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100%;
    background: #f2f2f2;

}

.radio-type-custom-3 [type="radio"]:checked+label:after,
.radio-type-custom-3 [type="radio"]:not(:checked)+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #111213;
    opacity: 0;
}

.radio-type-custom-3 [type="radio"]:checked+label:after {
    opacity: 1;
}

@media screen and (max-width: 500px) {
    #presentorderModal .radio-type-custom-3 .form-group {
        width: 100%;
    }
}

/* Overly block  */
.overlay-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(17, 18, 20, 0.7);
    z-index: 990;
    display: none;
}

/* Footer style  */
.site-footer .social-links a {
    color: #8f95a1;
    font-size: 15px;
    padding: 0;
    display: block;
    margin: 0 0 10px;
}

.site-footer .social-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer .social-links a span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

.site-footer a:hover,
.site-footer .social-links a:hover {
    color: #fff;
}

/*************new-css*****************/
.just-in-pro {
    border: 1px solid #efecec;
    padding: 0;
    border-radius: 5px;
}

.applied-filters .applied-filter-item {
    background: #f3f3f3;
    color: #979696;
    font-weight: 500;
    padding: 3px 15px;
    border: 1px solid #cbcbcb;
    padding: 5px 15px;
    border-radius: 25px;
    cursor: pointer
}

.custom-checkbox .form-group input:checked+label::before {
    border-color: #fff;
    background: #111213;
}

.custom-checkbox .form-group input:checked+label::after {
    border-color: #fff;
}

.product-thumb-image .slick-arrow {
    bottom: -15px;
    top: inherit;
    box-shadow: none;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.6);
}

.product-thumb-image .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
}

.product-price {
    display: flex;
    flex-wrap: nowrap;
    min-height: 61px;
}

.product-price span {
    display: block;
    margin: 0;
}

.product-price .btn {
    min-width: inherit;
    width: 50%;
    margin: 0 10px 0 0;
    background-color: #fff;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    box-shadow: inset 0px 0px 5px 1px #cbcbcb;
}

.product-price .btn:hover,
.product-price .btn.active {
    cursor: pointer;
    box-shadow: inset 0 0 3px 1px #42a5f5;
}


.product-price .btn>span:first-child {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-left: 15px;
    position: relative;
}

.product-price .preorder-price>span:first-child,
.product-price .btn-preorder-price>span:first-child {
    min-width: 88px;
}

.product-price .stockitem-price>span:first-child,
.product-price .btn-stockitem-price>span:first-child {
    min-width: 100px;
}

.product-price .btn>span:first-child::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/images/bag-icon.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: 1px;
}

/* .preorder-price>span:first-child::before {
    left: 10px !important;
} */

.product-price .btn>span:not(span:first-child) {
    width: 100%;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
}

.product-price .btn>span.price-text {
    width: 100%;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
}

.product-thumb-image .slick-prev {
    left: 0;
    text-align: left;
}

.product-thumb-image .slick-next {
    right: 0;
    text-align: right;
}

.product-thumb-image .slick-prev::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    background: #ccc;
}

.pro-color-samples {
    display: flex;
}

.pro-sample {
    margin-left: 0;
    border-radius: 0;
    margin-right: 10px;
    width: 50px;
    /* height: 50px; */
    height: auto;
    border: none;
}

.pro-sample a {
    display: block;
    border: #fff solid 1px;
    position: relative;
    padding-bottom: 5px;
}

.pro-sample a.active {
    border: #ccc solid 1px;
    border-bottom: none;
}

/*.pro-sample a.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 6px;
    height: 11px;
    border: solid #111213;
    border-top-color: rgb(17, 18, 19);
    border-top-width: medium;
    border-right-color: rgb(17, 18, 19);
    border-right-width: medium;
    border-bottom-color: rgb(17, 18, 19);
    border-bottom-width: medium;
    border-left-color: rgb(17, 18, 19);
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-color: #fff;
}*/

.pro-sample a.active::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    z-index: 999;
    left: 0;
    right: 0;
}

.pro-sample a img {
    z-index: 1;
}

.pro-sample a.active::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 0;
    background: #fff;
    border: none;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*.pro-sample a.active::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #8f95a1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    bottom: 0px;
    right: 0;
    background: #111213;
    border: 1px solid #111213;
}*/

.product-description {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 5px 10px 5px;
    min-height: 143px;
    position: relative;
    margin-top: -3px;
    /* 01.11.23 */
    z-index: 1;
}


.product-thumb-image img {
    cursor: pointer;
}

.pro-sku {
    color: #9a9a9a;
    font-size: 14px;
    /* line-height: 20px; */
    letter-spacing: normal;
    font-weight: 500;
}

.product-description label {
    color: #9a9a9a;
}

.product-description span {
    color: #333;
}

.product-description>div {
    margin-bottom: 3px;
}

.pro-short-info {
    position: relative;
    padding: 0 0.6rem;
}

.pro-color-samples {
    position: relative;
    margin-top: 15px;
}

.pro-color-samples::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 1px;
    /*    z-index: 999;*/
    left: 0;
    right: 0;
}

/* number of product listing style start */
.num-product {
    padding: 5px 8px;
    height: 35px;
    width: 70px;
    font-weight: normal;
    border-radius: 5px;
    background-color: #f7fafd;
    border: #d1d8df solid 1px;
}

.num-product-wrapper::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    color: #666;
    right: 0;
    top: 8px;
    font-size: 13px;
}

.num-product:focus {
    background-color: #f7fafd;
}

/* number of product listing style end */


/**************product-popup-css**************/

.selectqty-wrap {
    padding: 0;
    border: 1px solid #f6f6f6;
}

.selectqty-wrap .total-wrap {
    background: #f6f6f6;
    padding: 5px 10px;
    box-shadow: inset 0 0 5px 5px #ececec;
}

.selectqty-wrap .total-wrap>div {
    padding: 10px;
}

.selectqty-wrap .total-wrap>div:first-child {
    width: 30%;
}

.selectqty-wrap .total-wrap>div:nth-child(3),
.selectqty-wrap .total-wrap>div:nth-child(4) {
    width: 15%;
}

.selectqty-wrap .total-wrap>div:nth-child(2),
.selectqty-wrap .total-wrap>div:last-child {
    width: 15%;
}

.clear-wrap button {
    width: 100%;
    margin: 0;
    color: #7a7a7a;
}

.selectqty-wrap .total-wrap>div>span {
    color: #7a7a7a;
    font-weight: 500;
    font-size: 17px;
}

.selectqty-wrap .total-wrap>div div,
.selectqty-wrap .total-wrap>div p {
    font-weight: 500;
    font-size: 17px;
    color: #313131;
    padding: 0;
}

.product-item-cont {
    padding: 10px;
}

.product-item-cont>div:first-child {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.product-item-cont>div:last-child {
    width: 77%;
    padding: 20px 0px 20px 20px;
    margin: 0 -15px;
}

.i-cont .product-item-cont>div:last-child {
    padding: 20px 0px 20px 28px;
}

.pro-item-thumb {
    background: #f6f6f6;
}

.pro-item-thumb>img {
    width: 160px;
}

.qty-by-size>div {
    width: 22.5%;
}

.qty-by-size.disabled-btn>div {
    width: 11.5%;
}

.qty-by-size.cart-disabled-btn>div {
    width: 17.5%;
}

.qty-by-size-3D>div {
    width: 22.5%;
}

.qty-by-size-3D.disabled-btn>div {
    width: 11.5%;
}

.qty-by-size-3D.disabled-btn>div.cup-size {
    width: 5%;
}

.qtu-minus,
.qtu-plus {
    width: 30%;
}

.size-for {
    background: #f6f6f6;
}

.buttons-right {
    display: flex;
    justify-content: end;
}

.cancelBtn {
    margin-top: 0;
    height: 55px;
    min-width: 130px;
    background: transparent;
    border: 2px solid #000;
    font-weight: 600;
}

.cancelBtn:hover {
    background: transparent;
    border: 2px solid #000;
}

.buttons-right button[type="submit"] {
    margin-top: 0;
    margin-right: 20px;
    height: 55px;
    background: transparent;
    border: 2px solid #000;
    font-weight: 600;
    position: relative;
}

.buttons-right button[type="submit"]::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/images/addto-basket-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 28px;
    top: 16px;
}

.buttons-right button[type="button"] {
    margin-top: 0;
    height: 55px;
    position: relative;
    background-image: none;
    padding: 10px 15px;
}

.buttons-right button[type="button"]:hover {
    background: #111214;
    color: #fff;
}

.buttons-right button[type="button"]::after {
    content: '';
    position: absolute;
    right: 28px;
    top: 24px;
    width: 16px;
    height: 20px;
    background: url(/images/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.clear-wrap a {
    text-align: right;
    color: #7a7a7a;
    font-weight: 500;
    font-size: 17px;
    display: block;
}

.clear-wrap a svg {
    display: none;
}

/*****************product-detail-css*****************/
.pro-zoom {
    height: 767px;
}

.download-info {
    position: absolute;
    left: 0;
    bottom: 53px;
}

.product-details-header .breadcrumb-wrap li a {
    color: #1d1d1b;
}

.product-details-header .breadcrumb-wrap li {
    color: #9a9a9a;
}

.product-details-header .breadcrumb-wrap li:before {
    color: #1d1d1b;
}

.product-details-header .breadcrumb-wrap li {
    padding: 0 12px;
}

.product-details-header .breadcrumb-wrap li::before {
    right: -7px;
}

.pro-zoom {
    display: flex;
    flex-direction: row-reverse;
}

.zoom-box {
    width: calc(100% - 125px);
    /*    padding-bottom: 85px;*/
}

.thumb-box {
    max-width: 125px;
    padding: 0px;
    height: inherit;
}

.thumb-box img {
    /*    width: 90%;*/
    height: auto;
    /*    min-height: 170px;*/
}

.add-to-wishlist {
    border: 0;
    background-image: url(/images/wish-icon-new.png);
    border-radius: 50%;
}

.add-to-wishlist.active {
    background-color: #da8f88;
    background-position: center -23px;
    border-color: #da8f88;
}

.product-details .product-price {
    background: #1d1d1d;
}

.product-details .btn-addtocart {
    box-shadow: none;
    background: none;
    padding: 10px 18px;
}

.product-details .btn-addtocart:hover,
.product-details .btn-addtocart.active {
    box-shadow: none;
}

.product-details .product-price .btn>span:first-child:before {
    background: url(/images/bag-icon-new.png) no-repeat;
    left: 0px;
}

.product-details .product-price .btn {
    justify-content: flex-start;
}

.product-details .product-price .btn>span:last-child {
    text-align: left;
    color: #fff;
}

.product-details .product-price .btn>span.price-text {
    text-align: left;
    color: #fff;
}

.product-details .btn-addtocart.btn-preorder-price {
    position: relative;
}

.product-details .btn-addtocart.btn-preorder-price:after {
    content: '';
    width: 1px;
    height: 60%;
    border-right: 1px solid #6a6a6a;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.product-details .product-price .btn {
    margin: 0;
}

.product-details .pro-sku .dark-txt,
.product-details .pro-quality .dark-txt,
.product-details .pro-category .dark-txt {
    width: 50%;
    color: #9e9e9e
}

.product-details .pro-sku,
.product-details .pro-quality,
.product-details .pro-category {
    color: #1d1d1d
}

.product-details .pro-sku {
    font-weight: inherit;
}

.varient label,
.varient .dark-txt {
    color: #9e9e9e;
    font-weight: 400;
}

.varient label span {
    color: #1d1d1d;
    font-weight: 600;
}

.varient.pick-color a {
    margin: 0;
    border: 0;
    width: 78px;
    height: inherit;
    padding: 0;
    border: 2px solid transparent;
    border-radius: unset;
}

.varient.pick-color a.active {
    border-color: #1d1d1d;
    position: relative;
}

.varient.pick-color a.active:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/images/check-solid.svg) no-repeat center center #000;
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.varient.pick-color .d-flex {
    column-gap: 8px;
}

.product-details .slick-arrow {
    background: #fff;
    border: 1px solid #e2e2e2;
    z-index: 900;
}

.zoom-box .slick-arrow {
    top: 94%;
    min-width: inherit;
}

.zoom-box .slick-prev {
    left: 7px;
    border-right: none;
}

.zoom-box .slick-next {
    right: 7px;
    border-left: none;
}

.zoom-box .slick-prev:after {
    height: 27px;
    right: 10px;
    top: 10px;
    background: #6a6a6a;
}

.zoom-box .slick-arrow i:before {
    width: 18px;
    height: 16px;
    content: '';
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
}

.product-details .slick-prev i:before {
    background: url(/images/arrow-left-solid.svg) no-repeat;
    background-size: 18px 16px;
}

.product-details .slick-next i:before {
    background: url(/images/arrow-right-solid.svg) no-repeat;
    background-size: 18px 16px;
    right: 12px;
}

.download-info a.btn {
    background: transparent;
    border-color: #e2e2e2;
    color: #000000;
    transition: 0.5s all ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 0;
    min-width: 126px;
    font-size: 13px;
}

.download-info a.btn:hover {
    background: transparent;
    border-color: #e2e2e2;
    color: #000000;
}

/*.download-info a.btn:hover {
    background: #000 !important;
    color: #fff;
}*/

/*.download-info a.btn:hover img {
    filter: brightness(0) invert(1);
}*/

.product-details .row+.row {
    margin-top: 30px;
}

.product-details h2 {
    font-size: 22px;
    line-height: 30px;
}

.product-title-header span {
    min-width: 50px;
}

.product.description p,
.product-attrubutes p {
    font-size: 14px;
    line-height: 22px;
    color: #9e9e9e;
}

.product.description p {
    color: #1d1d1d;
}

.attribute-wrapper+.attribute-wrapper {
    margin-top: 20px;
}

.attribute-caption {
    font-size: 14px;
    width: 50%;
    color: #9e9e9e;
}

.attribute-caption-list {
    width: 4%;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.attribute-wrapper {
    display: flex;
    justify-content: start;
    column-gap: 12px;
    align-items: center;
    word-break: break-all;
}

.attribute-wrapper .attribute-value {
    word-wrap: break-word;
    color: #1d1d1d;
    text-align: left;
}

.thumb-box .slick-list {
    height: auto !important;
}

/*****************new-responsive-css*****************/
@media screen and (max-width:991px) {
    .thumb-box {
        max-width: 90px;
    }

    .zoom-box {
        width: calc(100% - 90px);
    }

    .all-details h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .download-info a.btn span {
        display: none;
    }

    .download-info a.btn {
        min-width: 80px;
        top: -68px;
    }

    .download-info a.btn img {
        margin-right: 0;
    }

    .zoom-box .slick-arrow {
        margin-top: 0;
    }

    .add-to-bag {
        font-size: 15px;
    }

    .zoom-box .slick-prev::after {
        width: 3px;
    }

    .product-attrubutes h4,
    .product-details h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width: 900px) and (min-width: 768px) {
    .selectqty-wrap .total-wrap>div:nth-child(2) {
        width: 23% !important;
    }

    .selectqty-wrap .total-wrap>div:first-child,
    .selectqty-wrap .total-wrap>div:nth-child(3) {
        width: 32%;
    }

    .selectqty-wrap .total-wrap>div div,
    .selectqty-wrap .total-wrap>div p,
    .selectqty-wrap .total-wrap>div>span,
    .clear-wrap a {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {

    .download-info a.btn {
        top: -66px;
    }

    .download-info {
        max-height: 52px;
    }

    .product-details {
        padding-top: 30px;
    }

    .product-attrubutes {
        margin-top: 25px;
    }

    .product-attrubutes h4,
    .product-details h2 {
        font-size: 20px;
        line-height: 28px;
    }

}

/* @media(max-width: 767px) and (min-width: 601px) { */
@media(max-width: 767px) {
    .qty-by-size>div {
        width: 30.6%;
    }

    .selectqty-wrap .total-wrap>div:nth-child(2) {
        width: 23% !important;
    }

    .selectqty-wrap .total-wrap>div:first-child,
    .selectqty-wrap .total-wrap>div:nth-child(3) {
        width: 32%;
    }

    .selectqty-wrap .total-wrap>div div,
    .selectqty-wrap .total-wrap>div p,
    .selectqty-wrap .total-wrap>div>span,
    .clear-wrap a {
        font-size: 14px;
    }

    .btn-left {
        display: none;
    }

    .buttons-right {
        justify-content: center;
    }

    .pro-zoom {
        height: 650px;
    }

    .zoom-box .slick-arrow {
        top: 96%;
    }
}

@media(max-width: 600px) {
    .clear-wrap a span {
        display: none;
    }

    .clear-wrap a svg {
        display: block;
    }

    .selectqty-wrap .total-wrap {
        position: relative;
        align-items: flex-start;
    }

    .selectqty-wrap .total-wrap .clear-wrap {
        position: absolute;
        right: 12px;
        top: 112%;
        padding: 5px;
        z-index: 333;
    }

    .selectqty-wrap .total-wrap>div:first-child,
    .selectqty-wrap .total-wrap>div:nth-child(2),
    .selectqty-wrap .total-wrap>div:nth-child(3) {
        width: 32% !important;
        padding: 10px 6px;
    }

    .selectqty-wrap .total-wrap>div:last-child {
        width: auto !important;
    }

    .product-item-cont {
        flex-wrap: wrap;
    }

    .product-item-cont>div {
        width: 100% !important;
    }

    .product-item-cont>div:last-child {
        padding: 20px 0px 20px 28px;
    }

    .qty-by-size>div {
        width: 45.5%;
    }

    .btn-left {
        display: none;
    }

    .buttons-right {
        justify-content: center;
    }

    .buttons-right button[type="submit"],
    .buttons-right button[type="button"] {
        min-width: 140px;
        font-size: 14px;
        margin-top: 20px;
    }

    .buttons-right button[type="button"] {
        border-radius: .25rem;
    }

    .buttons-right button[type="submit"]::before {
        left: 12px;
    }

    .buttons-right button[type="button"]::after {
        right: 6px;
        font-size: 14px;
    }

    .pro-zoom {
        height: 520px;
    }

    .zoom-box .slick-arrow {
        top: 95%;
    }
}

@media(max-width: 400px) {

    .selectqty-wrap .total-wrap>div:first-child,
    .selectqty-wrap .total-wrap>div:nth-child(2),
    .selectqty-wrap .total-wrap>div:nth-child(3) {
        padding: 10px;
    }

    .selectqty-wrap .total-wrap>div div,
    .selectqty-wrap .total-wrap>div p {
        font-size: 12px;
    }

    .selectqty-wrap .total-wrap>div>span {
        font-size: 12px;
        margin-bottom: 5px !important;
    }

    .selectqty-wrap .total-wrap .clear-wrap {
        padding: 5px;
    }

    .product-item-cont {
        flex-wrap: wrap;
    }

    .pro-zoom {
        height: 430px;
    }

    .zoom-box .slick-arrow {
        top: 94% !important;
    }

}





/* 18.07.23 */
.cross-limit-5 {
    display: none;
}

.btn.more-accord-btn {
    margin: 0;
    min-width: inherit;
    margin: 0 10px 0 0;
    background-color: #fff;
    border: none;
    color: #656369;
    font-size: 14px;
    transition: 0.5s all ease-in-out;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn.more-accord-btn:hover {
    color: #338ffa;
}

.btn.more-accord-btn:focus {
    box-shadow: none;
}

.show-all-accord .cross-limit-5 {
    display: block;
}

.show-all-accord .btn.more-accord-btn i {
    transform: scaleY(-1);
}


@media screen and (min-width: 992px) {
    .btn.more-accord-btn {
        font-size: 13px;
    }
}

.about-us .page-description td {
    padding: 20px;
    vertical-align: top;
}







.fashionport-sec.pro-zoom {
    height: 775px;
}

.fashionport-sec .thumb-box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.fashionport-sec .thumb-box .slick-list {
    height: calc(100% - 76px) !important;
}

.fashionport-sec .thumb-box .slick-prev+.slick-list {
    height: calc(100% - 199px) !important;
}

.fashionport-sec .slick-arrow {
    margin: 0;
    width: 100%;
    min-width: inherit;
    top: inherit !important;
    bottom: 0;
    transform: inherit;
}

.fashionport-sec .thumb-box .slick-arrow:hover {
    background: #000;
}

.fashionport-sec .thumb-box .slick-arrow i:before {
    background-image: inherit;
    color: #000;
}

.fashionport-sec .thumb-box .slick-arrow.slick-prev i,
.fashionport-sec .thumb-box .slick-arrow.slick-next i {
    transform: rotate(90deg);
}

.fashionport-sec .thumb-box .slick-arrow:hover i:before {
    color: #fff;
}

.fashionport-sec .slick-slide img {
    width: 100%;
}

.fashionport-sec .slick-slide {
    padding: 0;
}

.fashionport-sec .thumb-box .slick-slide {
    width: 100% !important;
}

.fashionport-sec .slick-slide a {
    display: inline-block;
}

.fashionport-sec .download-info a.btn {
    min-width: inherit;
    width: 100%;
    font-size: 12px;
    padding: 0 4px;
}

.fashionport-sec .zoom-box .slick-arrow {
    width: 50%;
}

.fashionport-sec .zoom-box .slick-prev::after {
    right: 13px;
    width: 2px;
}

.fashionport-sec .zoom-box .slick-arrow:hover {
    background: rgba(207, 203, 203, 1);
}



/* start 01.11.23 */
.fashion-tab.nav-tabs {
    border: none;
}

.fashion-tab.nav-tabs .nav-item {
    padding: 0 15px 0 15px;
}

.fashion-tab.nav-tabs .nav-item:first-child {
    padding-left: 0;
}

.fashion-tab.nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.fashion-tab.nav-tabs .nav-link {
    background: transparent;
    border: none;
    color: #000;
    min-width: auto;
    padding: 0 0 10px 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 400;
}

.fashion-tab.nav-tabs .nav-link.active,
.fashion-tab.nav-tabs .nav-link:hover {
    border-bottom: 2px solid #000;

}

/* end 01.11.23 */



@media (max-width: 1299px) {
    .fashionport-sec.pro-zoom {
        height: 729px;
    }

    .fashionport-sec .thumb-box .slick-list {
        height: calc(100% - 76px) !important;
    }

    .fashionport-sec .thumb-box .slick-prev+.slick-list {
        height: calc(100% - 199px) !important;
    }
}

@media (max-width: 1199px) {
    .fashionport-sec.pro-zoom {
        height: 590px;
    }
}

@media (max-width: 991px) {
    .fashionport-sec.pro-zoom {
        height: 440px;
    }

    .download-info {
        width: 90px;
    }

    .fashionport-sec .thumb-box .slick-prev+.slick-list {
        height: calc(100% - 188px) !important;
    }

    .fashionport-sec .thumb-box .slick-list {
        height: calc(100% - 63px) !important;
    }

}

@media (max-width: 767px) {
    .fashionport-sec.pro-zoom {
        height: 599px;
    }
}

@media (max-width: 575px) {
    .fashionport-sec.pro-zoom {
        height: 396px;
    }
}

@media(max-width:1299px) and (min-width: 1200px) {
    .pagination-row .pagination li {
        margin: 0 5px;
    }

    .pagination-row .pagination li.page-item a,
    .pagination-row .pagination li span {
        width: 35px;
        height: 35px;
    }

    .pagination-row .col-md-9 {
        flex: 0 0 66%;
        max-width: 66%;
    }

    .pagination-row .col-md-3 {
        flex: 0 0 34%;
        max-width: 34%;
    }
}

@media(max-width:1199px) and (min-width: 768px) {
    .pagination-row .col-md-9 {
        flex: 0 0 67%;
        max-width: 67%;
    }

    .pagination-row .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .pagination-row .pagination li {
        margin: 0 3px;
    }

    .pagination-row .pagination li.page-item a,
    .pagination-row .pagination li span {
        width: 32px;
        height: 32px;
    }

    .pagination li a,
    .pagination li span {
        font-size: 13px;
    }

    .pagination li a,
    .pagination li span {
        padding: 8px 0;
    }
}




@media(max-width:767px) {
    .pagination-row {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 12px;
    }

    .pagination-row .col-12 {
        justify-content: center !important;
    }

    .pagination-row .pagination.text-center {
        justify-content: center !important;
    }

    #instagramFeed iframe {
        width: 220px !important;
        min-width: 100% !important;
    }


    /* 13.02.24 */
    .selectqty-wrap .total-wrap {
        flex-wrap: wrap;
    }

    .selectqty-wrap .total-wrap>div:first-child,
    .selectqty-wrap .total-wrap>div:nth-child(2),
    .selectqty-wrap .total-wrap>div:nth-child(3),
    .selectqty-wrap .total-wrap>div:nth-child(4) {
        width: 50% !important;
    }

    /* .size-for.cup-size.bg-transparent {display: none;} */
    .qty-by-size-3D .size-for {
        min-width: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .qty-by-size-3D {
        align-items: flex-start;
    }

    .qty-by-size-3D .size-for,
    .qty-by-size-3D .add-qty-box {
        min-height: 46px;
        min-width: 36px;
        margin: 0 2px 15px !important;
    }

    .qty-by-size-3D .size-for.cup-size {
        margin: 0 2px 0 !important;
    }

    /* .qty-by-size-3D.disabled-btn>div.cup-size:not(.qty-by-size-3D:first-child div.cup-size) {
        margin-top: 30px !important;
    } */

    .qty-by-size-3D .add-qty-box {
        min-width: 36px;
    }

    .qty-by-size-3D .stock-available {
        font-size: 14px;
    }

    .qty-by-size-3D {
        padding: 8px 0;
    }

    .qty-by-size-3D:has(.qtu-minus.d-none) .size-for.cup-size {
        margin-top: 0 !important;
        ;
    }

    body .qtu-selector {
        height: auto;
    }

    .qtu-selector .qtu-input input {
        padding: 5px 2px;
        height: 42px;
    }

    .qtu-selector .qtu-minus,
    .qtu-selector .qtu-plus {
        position: inherit;
        width: 100%;
        border: none;
        inset: inherit;
        height: auto;
    }

    .qtu-selector .qtu-minus {
        border-bottom: none;
    }

    .qtu-selector .qtu-plus {
        border-top: none;
    }

    .qtu-selector .qty-btn {
        width: 100%;
        display: inline-block;
        height: auto;
        padding: 4px 0;
    }

    .qtu-selector .qty-btn i {
        font-size: 10px;
    }

    .qty-limit {
        flex-direction: column;
    }

    .qty-by-size-3D.disabled-btn>div {
        flex-grow: inherit;
    }




}

@media(max-width:575px) {
    .product-item-cont>div:last-child {
        padding-left: 0;
    }
}


#instagramFeed .slick-prev {
    position: absolute;
    left: -60px;
    min-width: 50px !important;
    height: 50px !important;
    top: 36% !important;
    color: #000;
    background: transparent;
    border: 1px solid #ccc;
}

#instagramFeed .slick-next {
    position: absolute;
    right: -60px;
    min-width: 50px !important;
    height: 50px !important;
    top: 36% !important;
    color: #000;
    background: transparent;
    border: 1px solid #ccc;
}

#instagramFeed .slick-arrow:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
}

#instagramFeed .slick-slide img {
    width: 100% !important;
    object-fit: cover;
}

#instagramFeed .slick-slide {
    display: block;
    padding: 15px;
    background: #fff;
    margin: 15px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

#instagramFeed .slick-slide h6 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.padding-both {
    padding: 0 30px;
}


/* 13.02.24 */
.qty-by-size-3D {
    padding: 15px 12px 15px 0;
    gap: 15px;
}

.qty-by-size-3D :where(.size-for, .add-qty-box) {
    margin: 0 0 10px !important;
}

.qty-by-size .qty-by-size-3D:first-child {
    padding-bottom: 0;
}

.qty-by-size .qty-by-size-3D:nth-child(2) {
    padding-top: 2px;
}

.product-item-cont>div:first-child {
    transition: 0.3s all linear;
    opacity: 1;
}

.product-item-cont>div.hide-column:first-child {
    width: 0%;
    opacity: 0;
}

.product-item-cont>div:last-child {
    flex-grow: 1;
}

.qty-by-size:has(.qty-by-size-3D) {
    overflow: auto;
}

.size-for.cup-size {
    min-width: 51px;
}

.size-for:not(.cup-size),
.qty-by-size-3D .add-qty-box,
.add-quantity-section .qtu-selector {
    min-width: 102px;
}

.qty-by-size-list .qtu-selector,
.qty-by-size-list .size-for {
    min-width: 100%;
}

.product-item-cont>div:last-child {
    width: calc(75% - 18px);
    margin: inherit;
    padding: 20px 0px 20px 0px;
}

.product-item-cont .image-hide {
    padding: 0 3px;
}

.scroll-design {
    overflow: scroll;
    scrollbar-color: transparent var(--theme-white);
    scrollbar-width: thin
}

.scroll-design.separate-body:hover {
    scrollbar-color: var(--theme-primary) transparent
}

.scroll-design:hover,
.separate-header.scroll-design.active {
    scrollbar-color: var(--theme-primary) var(--theme-white)
}

.scroll-design::-webkit-scrollbar {
    width: 8px;
    height: 30px
}

.scroll-design::-webkit-scrollbar-track-piece {
    background-color: var(--theme-white)
}

.scroll-design::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: var(--theme-primary);
}

.qty-by-size-3D.flex-wrap {
    flex-wrap: nowrap !important;
}

.qty-by-size.flex-wrap {
    gap: 7px;
}

/* Cart Page */
.matrix-3d .size-for:not(.cup-size),
.matrix-3d .qty-by-size-3D .add-qty-box,
.cart-add-qty-box .size-for {
    min-width: 61px;
}

@media screen and (max-width:767px) {
    .image-hide {
        display: none;
    }

    .qty-by-size-3D {
        gap: 7px;
    }

    .size-for:not(.cup-size),
    .qty-by-size-3D .add-qty-box,
    .size-for.cup-size,
    .add-quantity-section .qtu-selector {
        min-width: 36px;
    }

    .qty-by-size-3D {
        gap: 0px;
    }
}

#listingform .irs--flat .irs-bar {
    background-color: #000;
}

#listingform .irs--flat .irs-handle>i:first-child,
#listingform .irs--flat .irs-from,
#listingform .irs--flat .irs-to {
    background-color: #000;
}

#listingform .irs--flat .irs-from::before,
#listingform .irs--flat .irs-from {
    border-top-color: #000;
}

#stock-price-inputs,
#pre-price-inputs {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

#stock-price-inputs p,
#pre-price-inputs p {
    margin-bottom: 0;
    padding: 0 10px;
}

#stock-price-inputs select,
#pre-price-inputs select {
    border: 1px solid #d7d7d7;
    background: transparent;
    height: 35px;
    font-size: 14px;
    appearance: auto;
}

#listingform .irs--flat .irs-from::before,
#listingform .irs--flat .irs-to::before,
#listingform .irs--flat .irs-single::before {
    border-top-color: #000;
}

.filter-sidebar>div:first-child {
    margin-bottom: 15px;
}




/* 28.05.24 */
.product-wrapper {
    position: relative;
}

.discount-tag {
    position: absolute;
    top: 24px;
    left: 12px;
    background: #111214;
    color: #fff;
    font-size: 12px;
    padding: 3px 14px;
    display: none;
    justify-content: center;
    align-items: center;
}

.discount-tag.active {
    display: inline-flex;
}

.product-price .btn .discounted-price {
    text-decoration: line-through;
    text-decoration-color: red;
}

.draggable-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.draggable-content {
    width: 100%;
}