/*
 Theme Name:   The Closet
 Theme URI:    https://yolk-media.co.za
 Description:  The Closet
 Author:       Yolk Media
 Author URI:   https://yolk-media.co.za
 Template:     yozi
 Version:      1.0.0
 Text Domain:  yozi-child
*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
    max-width: 1380px;
}

.rounded {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}


@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}


/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {
    outline: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader05 {
    width: 56px;
    height: 56px;
    border: 4px solid #e0cc71c2;
    border-radius: 50%;
    position: relative;
    animation: loader-scale 1s ease-out infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 200px;
    height: 38px;
    bottom: 0px;
    right: 40px;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration-color: #FFFFFF;
}


.symbol-btn-back-to-top {
    color: #FFFFFF;
    line-height: 1em;
    font-size: 17px;
    text-transform: uppercase;
}


@media (max-width: 575px) {
    .btn-back-to-top {
        bottom: 0px;
        right: 15px;
    }
}

body .btg-button-1 {
	z-index: 998;
}

/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
    height: 84px;
}

.header-v3 .container-menu-desktop {
    height: auto;
}

.header-v4 .container-menu-desktop {
    height: 124px;
}


/*==================================================================
[ Top bar ]*/
.top-bar {
    height: 60px;
    background-color: #222;
}

/*---------------------------------------------*/
.left-top-bar {
    float: left;
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.8;
    color: #b2b2b2;
}


/*---------------------------------------------*/
.right-top-bar a {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.8;

    height: 100%;
    color: #b2b2b2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:hover {
    color: #e0cc71c2;
}


/*---------------------------------------------*/
.topbar-mobile li {
    padding: 8px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #222;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
    position: absolute;
    z-index: 1100;
    background-color: white;
    width: -webkit-fill-available;
    height: 80px;
    top: 40px;
    left: 0px;
    -webkit-transition: height 0.3s, background-color 0.3s;
    -o-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;
}


.header-v2 .wrap-menu-desktop {
    background-color: #fff;
    top: 0;
}

.header-v3 .wrap-menu-desktop {
    background-color: transparent;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-v4 .wrap-menu-desktop {
    background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 85%;
    margin-right: 55px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-menu {
    list-style-type: none;
    margin: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.main-menu>li {
    display: block;
    position: relative;
    padding: 20px 10px 20px 0px;
    margin: 0px 4px 0px 14px;
}

.main-menu>li>a {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #333;
    padding: 5px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.header-v3 .main-menu>li>a {
    color: #fff;
}

/*---------------------------------------------*/
.sub-menu {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 178px;
    max-width: 225px;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    padding: 5px 0;

    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);

    visibility: hidden;
    opacity: 0;
}

.sub-menu li {
    position: relative;
    background-color: transparent;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.main-menu>li>.sub-menu {
    top: 100%;
    left: 0;
}

.sub-menu a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #555;

    display: block;
    padding: 8px 20px;
    width: 100%;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu>li:hover>a {
    text-decoration: none;
    color: #e0cc71c2;
}

.main-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover {
    background-color: transparent;
}

.sub-menu>li:hover>a {
    color: #e0cc71c2;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .main-menu>.respon-sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }

    .main-menu>.respon-sub-menu>.sub-menu {
        right: 0px;
        left: auto;
    }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
    flex-grow: 1;
}

.icon-header-item {
    position: relative;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}


/*---------------------------------------------*/
.icon-header-noti::after {
    content: attr(data-notify);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;

    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    background-color: #717fe0;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
    flex-grow: unset;
}


/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    bottom: 101%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 15px 100px 15px;
}

.show-modal-search {
    bottom: 0;
}

.container-search-header {
    width: auto;
    max-width: 100%;
    position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
    position: absolute;
    padding: 5px;
    right: 0;
    top: -45px;
    opacity: 0.8;
}

.btn-hide-modal-search:hover {
    opacity: 1;
}

.wrap-search-header {
    width: 960px;
    max-width: 100%;
    height: 120px;
    border: 2px solid #e6e6e6;
    background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
    font-family: Poppins-ExtraLight;
    font-size: 50px;
    line-height: 1.2;
    color: #333;

    padding: 0px 30px 0px 0px;
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
}

.wrap-search-header button {
    font-size: 50px;
    color: #333;
    width: 70px;
    height: 100%;
}

.wrap-search-header button:hover {
    color: #e0cc71c2;
}

/*---------------------------------------------*/
@media (max-width: 767px) {

    .wrap-search-header input,
    .wrap-search-header button {
        font-size: 30px;
    }

    .wrap-search-header {
        height: 90px;
    }
}

@media (max-width: 575px) {

    .wrap-search-header input,
    .wrap-search-header button {
        font-size: 20px;
    }

    .wrap-search-header button {
        width: 40px;
    }

    .wrap-search-header {
        height: 80px;
    }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
    height: 70px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
    height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
    background-color: #222;
    border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
    height: 110px;
}

/*---------------------------------------------*/
.main-menu>li.active-menu>a {
    color: #6c7ae0;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #fff;
    padding: 15px;
    display: none;

    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
    display: block;
    position: relative;
    height: 80%;
    padding-right: 25px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.logo-mobile img {
    max-width: calc(100% - 20px);
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.hamburger:hover {
    opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
    .wrap-header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .container-menu-desktop {
        display: none;
    }
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
    width: 100%;
    background-color: white;
    display: none;
}

.main-menu-m {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e0cc71c2;
}

.main-menu-m>li>a {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}

.main-menu-m>li {
    color: white;
    position: relative;
}

.arrow-main-menu-m {
    font-size: 14px;
    color: #fff;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 10px;
    cursor: pointer;
}

.arrow-main-menu-m i {
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
    background-color: #fff;
    padding: 10px 15px 10px 32px;
    display: none;
}

.sub-menu-m a {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666;
    line-height: 2.5;
    padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
    text-decoration: none;
    color: #555555;
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.topbar-left .wrap-sidebar {
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.topbar-left .sidebar {
    /* position: fixed; */
    z-index: 1100;
    width: 390px;
    max-width: calc(100% - 30px);
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #050505;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    opacity: 0.9;
}

.show-sidebar {
    visibility: visible;
}

.show-sidebar .sidebar {
    left: 0;
}

@media (max-width: 991px) {
    .wrap-sidebar {
        display: none;
    }
}

/*---------------------------------------------*/
.topbar-left .sidebar-content {
    flex-grow: 1;
    overflow: auto;
}

/*---------------------------------------------*/
.wrap-item-gallery {
    width: calc((100% - 20px) / 3);
}

.item-gallery {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.item-gallery::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e0cc71c2;
    opacity: 0;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;
}

.item-gallery:hover:after {
    opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-cart {
    position: fixed;
    z-index: 1100;
    width: 390px;
    max-width: calc(100% - 30px);
    height: 100vh;
    top: 0;
    right: -400px;
    background-color: #fff;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
    content: "";
    display: block;
    width: 100%;
    height: 9%;
    min-height: 30px;
}

.show-header-cart {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
    right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
    width: 260px;
    max-width: 100%;
    height: 16.5%;
    min-height: 85px;
}

.header-cart-content {
    flex-grow: 1;
    overflow: auto;
    align-content: space-between;
}

.header-cart-wrapitem {
    flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.header-cart-item-img img {
    width: 100%;
}

.header-cart-item-img::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.header-cart-item-img:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
    width: calc(100% - 80px);
}

.header-cart-item-name {
    display: block;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #555;
    line-height: 1.3;
}

.header-cart-item-info {
    display: block;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

.header-cart-total {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #222;
    line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
    .header-cart {
        padding: 30px;
    }

    .header-cart-title {
        padding-bottom: 35px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.2;
    padding-left: 20px;
    background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 38px;
    height: 20px;
    top: calc(50% - 10px);
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e6e6e6;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 13px;
    color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
    color: #6c7ae0;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
    z-index: 1251;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0px;
    overflow: hidden;
    background-color: white;
    left: 0px;

    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {
    top: -2px;
}

.rs1-select2 .select2-dropdown--below {
    top: 2px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
    background: #6c7ae0;
    color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
    background: #6c7ae0;
    color: white;
}

.rs1-select2 .select2-results__options {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
    height: 40px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
    right: 0px;
    border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
    position: relative;
}

.item-slick1 {
    height: calc(100vh - 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rs1-slick1 .item-slick1 {
    height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
    height: 100vh;
}

@media (max-width: 991px) {
    .item-slick1 {
        height: calc(100vh - 70px) !important;
    }
}

.arrow-slick1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    opacity: 0;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
    opacity: 1;
}

.arrow-slick1:hover {
    color: #7280e0;
}

.next-slick1 {
    right: 50px;
    left: auto;
}

.prev-slick1 {
    left: 50px;
    right: auto;
}

@media (max-width: 991px) {
    .next-slick1 {
        right: 15px;
    }

    .prev-slick1 {
        left: 15px;
    }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
    color: rgba(255, 255, 255, 0.3);
}

.rs2-slick1 .arrow-slick1:hover {
    color: #7280e0;
}

.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
}

.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.slick1-dots li {
    max-width: 190px;
    position: relative;
    cursor: pointer;
    margin-right: 1px;
}

.slick1-dots li img {
    width: 100%;
}

.caption-dots-slick1 {
    font-family: Poppins-ExtraLight;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-align: center;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
    opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
    opacity: 1;
}

@media (max-width: 575px) {
    .caption-dots-slick1 {
        font-size: 13px;
    }

    .wrap-slick1-dots {
        bottom: 25px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 60px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #ccc;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.arrow-slick2:hover {
    color: #666;
}

.next-slick2 {
    right: -40px;
}

.prev-slick2 {
    left: -40px;
}

@media (max-width: 1300px) {
    .next-slick2 {
        right: 0px;
    }

    .prev-slick2 {
        left: 0px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
    position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
    position: absolute;
    z-index: 100;
    width: 83.333333%;
    right: 0;
    top: calc(50% - 20px);
}

.arrow-slick3 {
    font-size: 25px;
    color: #fff;

    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.arrow-slick3:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
    left: 0px;
}

.next-slick3 {
    right: 0px;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
    width: 11.111111%;
}

.slick3 {
    width: 83.333333%;
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 27px;
}

.slick3-dots li img {
    width: 100%;
}

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.slick3-dot-overlay:hover {
    border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
    border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
}

.mfp-wrap {
    z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: none;
}

.mfp-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button.mfp-arrow-right {
    background-image: url(../images/icons/icon-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

button.mfp-arrow-left {
    background-image: url(../images/icons/icon-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

button.mfp-close {
    width: 75px !important;
    height: 58px !important;
    line-height: 44px;
    position: fixed;
    right: 0;
    top: 0;
    color: transparent !important;
    background-image: url(../images/icons/icon-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
}

.tab01 .nav-tabs .nav-item {
    margin: 0px 15px;
}

.tab01 .nav-link {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #888;
    line-height: 1.2;

    padding: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.tab01 .nav-link.active {
    color: #333;
    border-color: #797979;
}

.tab01 .nav-link:hover {
    color: #333;
    border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
    overflow-y: auto;
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #717fe0;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #333;
}

.swal-button:active {
    background-color: #333;
}

.swal-title {
    font-family: Poppins-Bold;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 15px;
}

.swal-text {
    font-family: Poppins-Regular;
    color: #555555;
    font-size: 16px;
    line-height: 1.666667;
    text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {
    display: none;
}

.show-search .icon-close-search,
.show-filter .icon-close-filter {
    display: unset;
}

.show-search,
.show-filter {
    background-color: #f2f2f2;
    border-color: #e7e7e7;
    position: relative;
}

.show-search::after,
.show-filter::after {
    content: "";
    position: absolute;
    display: block;

    width: 14px;
    height: 14px;
    background-color: #f2f2f2;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;

    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    left: calc(50% - 7px);
    bottom: -8px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
    background-color: #717fe0;
    border-color: #717fe0;
}

/*---------------------------------------------*/
.filter-col1 {
    width: 27%;
}

.filter-col2 {
    width: 27%;
}

.filter-col3 {
    width: 26%;
}

.filter-col4 {
    width: 20%;
}

/*---------------------------------------------*/
.filter-link {
    color: #aaa;
    border-bottom: 1px solid transparent;
}

.filter-link:hover {
    color: #6c7ae0;
    border-bottom: 1px solid #6c7ae0;
}

.filter-link-active {
    color: #6c7ae0;
    border-bottom: 1px solid #6c7ae0;
}

@media (max-width: 767px) {

    .filter-col1,
    .filter-col2,
    .filter-col3,
    .filter-col4 {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .filter-col1,
    .filter-col2,
    .filter-col3,
    .filter-col4 {
        width: 100%;
    }
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
    width: 140px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
    width: 45px;
    height: 100%;
    cursor: pointer;
}

.num-product {
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
    position: relative;
}

.tooltip100::after {
    content: attr(data-tooltip);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #888;
    line-height: 18px;
    white-space: nowrap;

    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    height: 20px;
    padding: 0px 8px;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

    visibility: hidden;
    opacity: 0;
}

.tooltip100:hover:after {
    visibility: visible;
    opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9000;
    overflow: auto;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    visibility: hidden;
    opacity: 0;
}

.overlay-modal1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

.show-modal1 {
    visibility: visible;
    opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
    overflow: auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 680px;
}

.table-shopping-cart tr {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
    width: 133px;
    padding-left: 50px;
}

.table-shopping-cart .column-2 {
    width: 220px;
    font-size: 15px;
}

.table-shopping-cart .column-3 {
    width: 120px;
    font-size: 16px;
}

.table-shopping-cart .column-4 {
    width: 145px;
    text-align: right;
}

.table-shopping-cart .column-5 {
    width: 172px;
    padding-right: 50px;
    text-align: right;
    font-size: 16px;
}

.table-shopping-cart .table_row {
    height: 185px;
}

.table-shopping-cart .table_row td {
    padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
    padding-bottom: 30px;
}

.table-shopping-cart .table_head th {
    font-family: Poppins-Bold;
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-shopping-cart td {
    font-family: Poppins-Regular;
    color: #555;
    line-height: 1.6;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
    position: relative;
    border: 1px solid #e6e6e6;
}

.block1-txt {
    background-color: rgba(103, 117, 214, 0.0);
}

/*---------------------------------------------*/
.block1-name {
    color: #333;
    margin-left: 125px;
    margin-top: 157px;
}

.block1-name2 {
    color: #333;
    margin-left: 520px;
    margin-top: 117px;
}

.block1-name3 {
    color: #333;
    margin-top: 197px;
    margin-left: 20px;
}

.block1-info {
    color: #555;
}

/*---------------------------------------------*/
.block1-txt-child2 {
    border-bottom: 2px solid #fff;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.block1-link {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}

/*---------------------------------------------*/

.block1-txt:hover .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.block1-txt:hover .block1-link {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}



/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
    position: relative;
}

.block2-btn {
    position: absolute;
    bottom: -50px;
    left: 90%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
    top: 30px;
}

/*---------------------------------------------*/
.block2-txt-child1 {
    width: calc(100% - 30px);
}

.block2-txt-child2 {
    width: 20px;
}

.btn-addwish-b2 .icon-heart2 {
    opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
    opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
    opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
    opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
    opacity: 0;
}

/*---------------------------------------------*/
.label-new {
    position: relative;
}

.label-new::after {
    content: attr(data-label);
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    min-width: 50px;
    height: 22px;
    border-radius: 11px;
    padding: 0 6px;
    background-color: #66a8a6;
    top: 42px;
    left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {
    color: #fff;
}

.cl1 {
    color: #717fe0;
}

.cl2 {
    color: #333;
}

.cl3 {
    color: #666;
}

.cl4 {
    color: #999;
}

.cl5 {
    color: #222;
}

.cl6 {
    color: #888;
}

.cl7 {
    color: #000000;
}

.cl8 {
    color: #555;
}

.cl9 {
    color: #aaa;
}

.cl10 {
    color: #1d1d1d;
}

.cl11 {
    color: #f9ba48;
}

.cl12 {
    color: #ccc;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
}

.stext-102 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 2.7;
}

.stext-103 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.466667;
}

.stext-104 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
}

.stext-105 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
}

.stext-106 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.2;
}

.stext-107 {
    background-color: #FFFFFF;
}

.stext-108 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7143;
}

.stext-109 {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.833333;
}

.stext-110 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
}

.stext-111 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6923;
}

.stext-112 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6923;
    text-transform: uppercase;
}

.stext-113 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7857;
}

.stext-114 {
    font-family: Poppins-Italic;
    font-size: 15px;
    line-height: 1.666667;
}

.stext-115 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.666667;
}

.stext-116 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.266667;
}

.stext-117 {
    font-family: Poppins-Light;
    font-size: 15px;
    line-height: 1.666667;
}


/*---------------------------------------------*/
.stext-301 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000000;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 1.333333;
}

.mtext-102 {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 1.6;
}

.mtext-103 {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 1.333333;
    text-transform: uppercase;
}

.mtext-104 {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 1.6;
}

.mtext-105 {
    font-family: Poppins-Regular;
    font-size: 24px;
    line-height: 1.5;
}

.mtext-106 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 1.388888;
}

.mtext-107 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 1.625;
}

.mtext-108 {
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 1.3;
}

.mtext-109 {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

.mtext-110 {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.222222;
}

.mtext-111 {
    font-family: Poppins-Bold;
    font-size: 25px;
    line-height: 1.2;
}

.mtext-112 {
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 1.333333;
}

.mtext-113 {
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 1.333333;
    text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
    font-family: Poppins-Regular;
    font-size: 28px;
    line-height: 1.2857;
}

.ltext-102 {
    font-family: Raleway;
    font-size: 81px;
    line-height: 1.1;
    font-weight: bold;
}

.ltext-103 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-104 {
    font-family: Poppins-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-105 {
    font-family: Poppins-Bold;
    font-size: 50px;
    line-height: 1.1;
}

.ltext-106 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.2;
}

.ltext-107 {
    font-family: Poppins-Bold;
    font-size: 30px;
    line-height: 1.1;
}

.ltext-108 {
    font-family: Poppins-Bold;
    font-size: 26px;
    line-height: 1.3846;
}

.ltext-109 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
    font-family: PlayfairDisplay-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-202 {
    font-family: PlayfairDisplay-Regular;
    font-size: 28px;
    line-height: 1.2857;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
    min-width: 161px;
    height: 46px;
}

.size-102 {
    min-width: 39px;
    height: 50px;
    width: 50px;
}

.size-103 {
    min-width: 179px;
    height: 46px;
}

.size-104 {
    min-width: 94px;
    height: 40px;
}

.size-105 {
    min-width: 111px;
    height: 40px;
}

.size-106 {
    width: 88px;
    height: 100%;
}

.size-107 {
    min-width: 145px;
    height: 40px;
}

.size-108 {
    width: 40px;
    height: 40px;
}

.size-109 {
    width: 60px;
    height: 60px;
}

.size-110 {
    width: 100%;
    min-height: 100px;
}

.size-111 {
    width: 100%;
    height: 40px;
}

.size-112 {
    min-width: 134px;
    height: 43px;
}

.size-113 {
    width: 38px;
    height: 60px;
}

.size-114 {
    width: calc(100% - 38px);
    height: 60px;
}

.size-115 {
    min-width: 185px;
    height: 45px;
}

.size-116 {
    width: 100%;
    height: 50px;
}

.size-117 {
    width: 220px;
    height: 45px;
}

.size-118 {
    min-width: 163px;
    height: 45px;
}

.size-119 {
    min-width: 156px;
    height: 45px;
}

.size-120 {
    width: 100%;
    min-height: 199px;
}

.size-121 {
    width: 100%;
    height: 46px;
}

.size-122 {
    width: 55px;
    height: 100%;
}

.size-123 {
    width: 70px;
    min-height: 70px;
}

.size-124 {
    width: 100%;
    min-height: 150px;
}

.size-125 {
    min-width: 180px;
    height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
    max-width: 270px;
    background-color: #F3F3F3;
}

.size-202 {
    width: calc(100% / 3);
}

.size-203 {
    width: 105px;
}

.size-204 {
    width: calc(100% - 105px);
}

.size-205 {
    width: 145px;
}

.size-206 {
    width: calc(100% - 145px);
}

.size-207 {
    width: calc(100% - 78px);
}

.size-208 {
    width: 34.5%;
}

.size-209 {
    width: 65.5%;
}

.size-210 {
    width: 50%;
}

.size-211 {
    width: 60px;
}

.size-212 {
    width: calc(100% - 60px);
}

.size-213 {
    max-width: 245px;
}

.size-214 {
    width: 90px;
}

.size-215 {
    width: calc(100% - 110px);
}

.size-216 {
    width: 55px;
}

.size-217 {
    width: calc(100% - 55px);
}

.size-218 {
    max-width: 286px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
    min-height: 30px;
}

.size-302 {
    min-height: 80px;
}

.size-303 {
    height: 390px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {
    background-color: transparent;
}

.bg0 {
    background-color: #fff;
}

.bg1 {
    background-color: #717fe0;
}

.bg2 {
    background-color: #e6e6e6;
}

.bg3 {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.bg5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg6 {
    background-color: #f2f2f2;
}

.bg7 {
    background-color: #333;
}

.bg8 {
    background-color: #f3f3f3;
}

.bg9 {
    background-color: rgba(255, 255, 255, 0.9);
}

/*---------------------------------------------*/
.bg-overlay1::before {
    content: "";
    position: absolute;
    z-index: -100;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {
    border-radius: 50%;
}



.bor2 {
    border-radius: 100px;
}

.bor3 {
    border-bottom: 1px solid transparent;
}

.bor4 {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.bor5 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.bor6 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor7 {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.bor8 {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.bor9 {
    border-right: 1px solid #e6e6e6;
}

.bor10 {
    border: 1px solid #e6e6e6;
}

.bor11 {
    border-radius: 21px;
}

.bor12 {
    border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
    border: 1px solid #e6e6e6;
    border-radius: 22px;
}

.bor14 {
    border-radius: 25px;
}

.bor15 {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.bor16 {
    border-left: 3px solid #e6e6e6;
}

.bor17 {
    border: 1px solid #e6e6e6;
    border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
    border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
    border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder {
    color: #999999;
}

.plh0:-moz-placeholder {
    color: #999999;
}

.plh0::-moz-placeholder {
    color: #999999;
}

.plh0:-ms-input-placeholder {
    color: #999999;
}

.plh1::-webkit-input-placeholder {
    color: #b2b2b2;
}

.plh1:-moz-placeholder {
    color: #b2b2b2;
}

.plh1::-moz-placeholder {
    color: #b2b2b2;
}

.plh1:-ms-input-placeholder {
    color: #b2b2b2;
}

.plh2::-webkit-input-placeholder {
    color: #333;
}

.plh2:-moz-placeholder {
    color: #333;
}

.plh2::-moz-placeholder {
    color: #333;
}

.plh2:-ms-input-placeholder {
    color: #333;
}

.plh3::-webkit-input-placeholder {
    color: #555;
}

.plh3:-moz-placeholder {
    color: #555;
}

.plh3::-moz-placeholder {
    color: #555;
}

.plh3:-ms-input-placeholder {
    color: #555;
}

.plh4::-webkit-input-placeholder {
    color: #888;
}

.plh4:-moz-placeholder {
    color: #888;
}

.plh4::-moz-placeholder {
    color: #888;
}

.plh4:-ms-input-placeholder {
    color: #888;
}

/*---------------------------------------------*/
.js-addedwish-detail {
    color: #6c7ae0;
}

/*---------------------------------------------*/
.label1 {
    position: relative;
}

.label1::after {
    content: attr(data-label1);
    font-family: Poppins-Regular;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

    display: block;
    position: absolute;
    top: 3px;
    right: -9px;
    height: 15px;
    min-width: 32px;
    border-radius: 7px;
    padding: 0 4px;
    background-color: #f74877;
}

.label1.rs1::after {
    top: calc(50% - 8px);
    right: auto;
    left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
    color: #333;
    border-color: #797979;
}


/*---------------------------------------------*/
.wrap-input1 {
    position: relative;
    border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.input1 {
    background-color: transparent;
    width: 100%;
}

.focus-input1 {
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #6774d5;
    left: 0;
    bottom: -2px;
}

.input1:focus+.focus-input1 {
    width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #808080;

    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

.active-pagination1 {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------*/
.how-pos1 {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
    padding-left: 10.7%;
    padding-right: 11%;
}

@media (max-width: 991px) {
    .how-pos2 {
        padding-left: 8%;
        padding-right: 8%;
    }
}

/*---------------------------------------------*/
.how-pos3-parent {
    position: relative;
}

.how-pos3 {
    position: absolute;
    top: -35px;
    right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
    position: relative;
}

.how-pos4 {
    position: absolute;
    top: calc(50% - 9px);
    left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
    position: relative;
}

.how-pos5 {
    position: absolute;
    top: 15px;
    left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.how-itemcart1 img {
    width: 100%;
}

.how-itemcart1::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.how-itemcart1:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
    position: relative;
    z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 3px solid #ccc;
}

.how-bor1::before {
    bottom: -21px;
    left: -21px;
}

@media (max-width: 767px) {
    .how-bor1::before {
        bottom: -21px;
        right: -21px;
        left: auto;
    }
}

.how-bor2::before {
    bottom: -21px;
    right: -21px;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
    color: transparent;
}

.focus-in0:focus:-moz-placeholder {
    color: transparent;
}

.focus-in0:focus::-moz-placeholder {
    color: transparent;
}

.focus-in0:focus:-ms-input-placeholder {
    color: transparent;
}




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
    color: #fff;
}

.hov-bg0:hover {
    background-color: #fff;
}

.hov-bg1:hover {
    background-color: #e5d68f;
}

/*---------------------------------------------*/
.hov-img0 {
    display: block;
    overflow: hidden;
}

.hov-img0 img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}

.hov-img0:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
    border-color: #222;
    color: #fff;
}

.hov-btn1:hover i {
    color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
    border-color: #fff;
    background-color: #fff;
    color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
    border-color: #717fe0;
    background-color: #717fe0;
    color: #fff;
}

.hov-btn3:hover i {
    color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
    color: #717fe0;
    border-color: #717fe0;
}


/*---------------------------------------------*/
.hov-ovelay1 {
    position: relative;
}

.hov-ovelay1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(103, 117, 214, 0.8);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
    opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
    color: #333;
    border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
    background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
    opacity: 0.6;
}

.hov3:hover {
    opacity: 1;
}


/* custom css */
.trending_shop_heading {
	position: relative;
}

.trending_shop_heading.new_shop_heading {
	margin-top: 50px;
}

.trending_shop_heading:after {
    content: '';
    background: #000;
    width: 100%;
    padding: 0px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    margin-top: 9px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
}


.trending_shop_heading h3.trending_title {
    color: #fff;
    padding: 5px;
    text-transform: uppercase !important;
    letter-spacing: 3px;
    font-weight: bold;
	font-size: 27px;

}

.trending_shop_heading {
    background: #2F2F30;
    text-align: center;
    margin-bottom: 50px;
}

/* custom css */


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
    .m-0-xl {
        margin: 0;
    }

    .m-lr-0-xl {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-xl {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-xl {
        margin-left: 0;
    }

    .m-r-0-xl {
        margin-right: 0;
    }

    .m-l-15-xl {
        margin-left: 15px;
    }

    .m-r-15-xl {
        margin-right: 15px;
    }

    .p-0-xl {
        padding: 0;
    }

    .p-lr-0-xl {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-xl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-xl {
        padding-left: 0;
    }

    .p-r-0-xl {
        padding-right: 0;
    }

    .p-l-15-xl {
        padding-left: 15px;
    }

    .p-r-15-xl {
        padding-right: 15px;
    }

    .w-full-xl {
        width: 100%;
    }

    /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
    .m-0-lg {
        margin: 0;
    }

    .m-lr-0-lg {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-lg {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-lg {
        margin-left: 0;
    }

    .m-r-0-lg {
        margin-right: 0;
    }

    .m-l-15-lg {
        margin-left: 15px;
    }

    .m-r-15-lg {
        margin-right: 15px;
    }

    .p-0-lg {
        padding: 0;
    }

    .p-lr-0-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-lg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-lg {
        padding-left: 0;
    }

    .p-r-0-lg {
        padding-right: 0;
    }

    .p-l-15-lg {
        padding-left: 15px;
    }

    .p-r-15-lg {
        padding-right: 15px;
    }

    .w-full-lg {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon4 {
        width: 50%;
    }

    /*---------------------------------------------*/
    .respon5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
    .m-0-md {
        margin: 0;
    }

    .m-lr-0-md {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-md {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-md {
        margin-left: 0;
    }

    .m-r-0-md {
        margin-right: 0;
    }

    .m-l-15-md {
        margin-left: 15px;
    }

    .m-r-15-md {
        margin-right: 15px;
    }

    .p-0-md {
        padding: 0;
    }

    .p-lr-0-md {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-md {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-md {
        padding-left: 0;
    }

    .p-r-0-md {
        padding-right: 0;
    }

    .p-l-15-md {
        padding-left: 15px;
    }

    .p-r-15-md {
        padding-right: 15px;
    }

    .w-full-md {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon4 {
        width: 100%;
    }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
    .m-0-sm {
        margin: 0;
    }

    .m-lr-0-sm {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-sm {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-sm {
        margin-left: 0;
    }

    .m-r-0-sm {
        margin-right: 0;
    }

    .m-l-15-sm {
        margin-left: 15px;
    }

    .m-r-15-sm {
        margin-right: 15px;
    }

    .p-0-sm {
        padding: 0;
    }

    .p-lr-0-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-sm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-sm {
        padding-left: 0;
    }

    .p-r-0-sm {
        padding-right: 0;
    }

    .p-l-15-sm {
        padding-left: 15px;
    }

    .p-r-15-sm {
        padding-right: 15px;
    }

    .w-full-sm {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon1 {
        font-size: 40px;
    }

    /*---------------------------------------------*/
    .respon2 {
        font-size: 20px;
    }

    /*---------------------------------------------*/
    .respon6 {
        width: 65px;
    }

    .respon6-next {
        width: calc(100% - 65px);
    }

    /*---------------------------------------------*/
    .respon7 {
        padding-left: 60px;
    }


}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
    .m-0-ssm {
        margin: 0;
    }

    .m-lr-0-ssm {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-ssm {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-ssm {
        margin-left: 0;
    }

    .m-r-0-ssm {
        margin-right: 0;
    }

    .m-l-15-ssm {
        margin-left: 15px;
    }

    .m-r-15-ssm {
        margin-right: 15px;
    }

    .p-0-ssm {
        padding: 0;
    }

    .p-lr-0-ssm {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-ssm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-ssm {
        padding-left: 0;
    }

    .p-r-0-ssm {
        padding-right: 0;
    }

    .p-l-15-ssm {
        padding-left: 15px;
    }

    .p-r-15-ssm {
        padding-right: 15px;
    }

    .w-full-ssm {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon3 {
        padding: 20px;
    }

}

.layer-slick1 {}

.blackbar {
    Display: block;
    width: 100%;
    height: 50px;
    background-color: #000000;
    color: #EAEAEA;
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 4;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
}

/* custom css */
button.icon-header-item.cl0.hov-cl1.trans-04.p-lr-11.js-show-sidebar {
    border: none;
    background: transparent;
}

.pull-left .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
}

.apus-topbar {
    background: #000 !important;
    border-bottom: none;
}

.apus-topbar #show-sidebar {
	padding: 11px 20px;
}

.logged-in.admin-bar .apus-topbar #show-sidebar {
    margin-top: 33px;
    display: inline-block;
}

.apus-topbar .sidebar {
    top: 100px;
}

.apus-topbar .sidebar .sidebar-content {
    text-align: center;
}

.apus-topbar .topbar_signin_btn {
	padding: 6px 0px 6px 16px;
	font-size: 18px;
    font-weight: bold;
}

.apus-topbar .topbar_signin_btn:hover {
	color: #B18762;
}

.apus-topbar .user-login {
	display: inline-block;
	padding: 16px 0px 16px 16px;
	font-size: 18px;
    font-weight: bold;
	color: #ffffff;
}

.sidebar-link li a,
.topbar_signin_btn {
    padding: 6px 8px 6px 16px;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 2.7;
}

.topbar_signin_modal_btn {
    background: transparent;
    border: none;
}

.fb {
    color: white;
}

.google {
    color: white;
}


.btn-group button {
    display: block;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 50%;
    font-size: 1rem;

}


.btn-group button:not(:last-child) {
    border-bottom: none;
    /* Prevent double borders */
}


.modltext {
    font-family: Raleway;
    text-align: center;
    margin-top: 17px;

}


.modlefooter {
    display: inline-block;
    text-align: center;
    margin-right: 160px;
    margin-bottom: 0px;

}

.modlefooter a {
    color: red;
}



.modlefooter a:hover {
    color: black;
}

#exampleModalCenter .modal-dialog {
	width: 802px;
	min-height: calc(100% - (.5rem * 2));
    display: flex;
    align-items: center
}

body #exampleModalCenter .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2.2rem;
    outline: 0;
    width: 802px;
	padding: 60px 20px 20px 0;
	box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
	border: none;
	margin-top: 0;
}

body .modal-backdrop.in {
	opacity: 0.27;
}

body #exampleModalCenter .close2 {
    color: #5A5A5A;
    float: left;
    font-size: 70px;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: lighter;
    background: transparent;
    border: none;
    text-align: left;
	line-height: 1;
    position: absolute;
    left: 20px;
    top: 0px;
}

body #exampleModalCenter .modal-title {
    margin-bottom: 0;
    line-height: 0.5;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
	line-height: 44px;
	color: #2F2F30;
}

#exampleModalCenter .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#exampleModalCenter .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

body #exampleModalCenter .modltext {
    font-family: Raleway;
    text-align: center;
    margin-top: 17px;
	font-size: 24px;
    line-height: 30px;
	font-weight: 500;
}

#exampleModalCenter .btn-group,
#exampleModalCenter .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: block;
    vertical-align: middle;
    margin-left: 144px;
}

#exampleModalCenter .btn-group button {
    display: block;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 50%;
    font-size: 1rem;
    background: transparent;
    border: none;
}

body #exampleModalCenter .btn {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 17px;
    line-height: 28px;
    transition: all .15s ease-in-out;
    background-color: #2F2F30;
    width: 266px;
	height: 48px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#exampleModalCenter .fb {
    color: white;
}

#home_third_section_wrap .wrap-pic-w a {
    position: absolute;
    top: 0;
    left: 0;

}

/* Custom Hamburger Menu */
/*
 Theme Name:   The Closet
 Theme URI:    https://yolk-media.co.za
 Description:  The Closet
 Author:       Yolk Media
 Author URI:   https://yolk-media.co.za
 Template:     yozi
 Version:      1.0.0
 Text Domain:  yozi-child
*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
    max-width: 1380px;
}

.rounded {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}


@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {
    outline: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader05 {
    width: 56px;
    height: 56px;
    border: 4px solid #e0cc71c2;
    border-radius: 50%;
    position: relative;
    animation: loader-scale 1s ease-out infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 200px;
    height: 38px;
    bottom: 0px;
    right: 40px;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration-color: #FFFFFF;
}


.symbol-btn-back-to-top {
    color: #FFFFFF;
    line-height: 1em;
    font-size: 17px;
    text-transform: uppercase;
}


@media (max-width: 575px) {
    .btn-back-to-top {
        bottom: 0px;
        right: 15px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
    height: 84px;
}

.header-v3 .container-menu-desktop {
    height: auto;
}

.header-v4 .container-menu-desktop {
    height: 124px;
}

/*==================================================================
[ Top bar ]*/
.top-bar {
    height: 60px;
    background-color: #222;
}

/*---------------------------------------------*/
.left-top-bar {
    float: left;
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.8;
    color: #b2b2b2;
}


/*---------------------------------------------*/
.right-top-bar a {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.8;

    height: 100%;
    color: #b2b2b2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:hover {
    color: #e0cc71c2;
}


/*---------------------------------------------*/
.topbar-mobile li {
    padding: 8px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #222;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
    position: absolute;
    z-index: 1100;
    background-color: white;
    width: -webkit-fill-available;
    height: 80px;
    top: 40px;
    left: 0px;
    -webkit-transition: height 0.3s, background-color 0.3s;
    -o-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;
}


.header-v2 .wrap-menu-desktop {
    background-color: #fff;
    top: 0;
}

.header-v3 .wrap-menu-desktop {
    background-color: transparent;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-v4 .wrap-menu-desktop {
    background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 85%;
    margin-right: 55px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-menu {
    list-style-type: none;
    margin: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.main-menu>li {
    display: block;
    position: relative;
    padding: 20px 10px 20px 0px;
    margin: 0px 4px 0px 14px;
}

.main-menu>li>a {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #333;
    padding: 5px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.header-v3 .main-menu>li>a {
    color: #fff;
}

/*---------------------------------------------*/
.sub-menu {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 178px;
    max-width: 225px;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    padding: 5px 0;

    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);

    visibility: hidden;
    opacity: 0;
}

.sub-menu li {
    position: relative;
    background-color: transparent;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.main-menu>li>.sub-menu {
    top: 100%;
    left: 0;
}

.sub-menu a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #555;

    display: block;
    padding: 8px 20px;
    width: 100%;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu>li:hover>a {
    text-decoration: none;
    color: #e0cc71c2;
}

.main-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover {
    background-color: transparent;
}

.sub-menu>li:hover>a {
    color: #e0cc71c2;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .main-menu>.respon-sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }

    .main-menu>.respon-sub-menu>.sub-menu {
        right: 0px;
        left: auto;
    }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
    flex-grow: 1;
}

.icon-header-item {
    position: relative;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}


/*---------------------------------------------*/
.icon-header-noti::after {
    content: attr(data-notify);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;

    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    background-color: #717fe0;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
    flex-grow: unset;
}


/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    bottom: 101%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 15px 100px 15px;
}

.show-modal-search {
    bottom: 0;
}

.container-search-header {
    width: auto;
    max-width: 100%;
    position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
    position: absolute;
    padding: 5px;
    right: 0;
    top: -45px;
    opacity: 0.8;
}

.btn-hide-modal-search:hover {
    opacity: 1;
}

.wrap-search-header {
    width: 960px;
    max-width: 100%;
    height: 120px;
    border: 2px solid #e6e6e6;
    background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
    font-family: Poppins-ExtraLight;
    font-size: 50px;
    line-height: 1.2;
    color: #333;

    padding: 0px 30px 0px 0px;
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
}

.wrap-search-header button {
    font-size: 50px;
    color: #333;
    width: 70px;
    height: 100%;
}

.wrap-search-header button:hover {
    color: #e0cc71c2;
}

/*---------------------------------------------*/
@media (max-width: 767px) {

    .wrap-search-header input,
    .wrap-search-header button {
        font-size: 30px;
    }

    .wrap-search-header {
        height: 90px;
    }
}

@media (max-width: 575px) {

    .wrap-search-header input,
    .wrap-search-header button {
        font-size: 20px;
    }

    .wrap-search-header button {
        width: 40px;
    }

    .wrap-search-header {
        height: 80px;
    }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
    height: 70px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
    height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
    background-color: #222;
    border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
    height: 110px;
}

/*---------------------------------------------*/
.main-menu>li.active-menu>a {
    color: #6c7ae0;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #fff;
    padding: 15px;
    display: none;

    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
    display: block;
    position: relative;
    height: 80%;
    padding-right: 25px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.logo-mobile img {
    max-width: calc(100% - 20px);
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.hamburger:hover {
    opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
    .wrap-header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .container-menu-desktop {
        display: none;
    }
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
    width: 100%;
    background-color: white;
    display: none;
}

.main-menu-m {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e0cc71c2;
}

.main-menu-m>li>a {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}

.main-menu-m>li {
    color: white;
    position: relative;
}

.arrow-main-menu-m {
    font-size: 14px;
    color: #fff;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 10px;
    cursor: pointer;
}

.arrow-main-menu-m i {
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
    background-color: #fff;
    padding: 10px 15px 10px 32px;
    display: none;
}

.sub-menu-m a {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666;
    line-height: 2.5;
    padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
    text-decoration: none;
    color: #555555;
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.topbar-left .wrap-sidebar {
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.topbar-left .sidebar {
    /* position: fixed; */
    z-index: 1100;
    width: 390px;
    max-width: calc(100% - 30px);
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #050505;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    opacity: 0.9;
}

.show-sidebar {
    visibility: visible;
}

.show-sidebar .sidebar {
    left: 0;
}

@media (max-width: 991px) {
    .wrap-sidebar {
        display: none;
    }
}

/*---------------------------------------------*/
.topbar-left .sidebar-content {
    flex-grow: 1;
    overflow: auto;
}

/*---------------------------------------------*/
.wrap-item-gallery {
    width: calc((100% - 20px) / 3);
}

.item-gallery {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.item-gallery::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e0cc71c2;
    opacity: 0;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;
}

.item-gallery:hover:after {
    opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-cart {
    position: fixed;
    z-index: 1100;
    width: 390px;
    max-width: calc(100% - 30px);
    height: 100vh;
    top: 0;
    right: -400px;
    background-color: #fff;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
    content: "";
    display: block;
    width: 100%;
    height: 9%;
    min-height: 30px;
}

.show-header-cart {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
    right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
    width: 260px;
    max-width: 100%;
    height: 16.5%;
    min-height: 85px;
}

.header-cart-content {
    flex-grow: 1;
    overflow: auto;
    align-content: space-between;
}

.header-cart-wrapitem {
    flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.header-cart-item-img img {
    width: 100%;
}

.header-cart-item-img::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.header-cart-item-img:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
    width: calc(100% - 80px);
}

.header-cart-item-name {
    display: block;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #555;
    line-height: 1.3;
}

.header-cart-item-info {
    display: block;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

.header-cart-total {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #222;
    line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
    .header-cart {
        padding: 30px;
    }

    .header-cart-title {
        padding-bottom: 35px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.2;
    padding-left: 20px;
    background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 38px;
    height: 20px;
    top: calc(50% - 10px);
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e6e6e6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px;
    margin-top: 2px;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 13px;
    color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
    color: #6c7ae0;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
    z-index: 1251;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0px;
    overflow: hidden;
    background-color: white;
    left: 0px;

    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {
    top: -2px;
}

.rs1-select2 .select2-dropdown--below {
    top: 2px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
    background: #6c7ae0;
    color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
    background: #6c7ae0;
    color: white;
}

.rs1-select2 .select2-results__options {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
    height: 40px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
    right: 0px;
    border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
    position: relative;
}

.item-slick1 {
    height: calc(100vh - 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rs1-slick1 .item-slick1 {
    height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
    height: 100vh;
}

@media (max-width: 991px) {
    .item-slick1 {
        height: calc(100vh - 70px) !important;
    }
}

.arrow-slick1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    opacity: 0;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
    opacity: 1;
}

.arrow-slick1:hover {
    color: #7280e0;
}

.next-slick1 {
    right: 50px;
    left: auto;
}

.prev-slick1 {
    left: 50px;
    right: auto;
}

@media (max-width: 991px) {
    .next-slick1 {
        right: 15px;
    }

    .prev-slick1 {
        left: 15px;
    }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
    color: rgba(255, 255, 255, 0.3);
}

.rs2-slick1 .arrow-slick1:hover {
    color: #7280e0;
}

.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
}

.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.slick1-dots li {
    max-width: 190px;
    position: relative;
    cursor: pointer;
    margin-right: 1px;
}

.slick1-dots li img {
    width: 100%;
}

.caption-dots-slick1 {
    font-family: Poppins-ExtraLight;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-align: center;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
    opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
    opacity: 1;
}

@media (max-width: 575px) {
    .caption-dots-slick1 {
        font-size: 13px;
    }

    .wrap-slick1-dots {
        bottom: 25px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 60px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #ccc;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.arrow-slick2:hover {
    color: #666;
}

.next-slick2 {
    right: -40px;
}

.prev-slick2 {
    left: -40px;
}

@media (max-width: 1300px) {
    .next-slick2 {
        right: 0px;
    }

    .prev-slick2 {
        left: 0px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
    position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
    position: absolute;
    z-index: 100;
    width: 83.333333%;
    right: 0;
    top: calc(50% - 20px);
}

.arrow-slick3 {
    font-size: 25px;
    color: #fff;

    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.arrow-slick3:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
    left: 0px;
}

.next-slick3 {
    right: 0px;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
    width: 11.111111%;
}

.slick3 {
    width: 83.333333%;
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 27px;
}

.slick3-dots li img {
    width: 100%;
}

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.slick3-dot-overlay:hover {
    border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
    border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
}

.mfp-wrap {
    z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: none;
}

.mfp-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button.mfp-arrow-right {
    background-image: url(../images/icons/icon-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

button.mfp-arrow-left {
    background-image: url(../images/icons/icon-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

button.mfp-close {
    width: 75px !important;
    height: 58px !important;
    line-height: 44px;
    position: fixed;
    right: 0;
    top: 0;
    color: transparent !important;
    background-image: url(../images/icons/icon-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
}

.tab01 .nav-tabs .nav-item {
    margin: 0px 15px;
}

.tab01 .nav-link {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #888;
    line-height: 1.2;

    padding: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.tab01 .nav-link.active {
    color: #333;
    border-color: #797979;
}

.tab01 .nav-link:hover {
    color: #333;
    border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
    overflow-y: auto;
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #717fe0;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #333;
}

.swal-button:active {
    background-color: #333;
}

.swal-title {
    font-family: Poppins-Bold;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 15px;
}

.swal-text {
    font-family: Poppins-Regular;
    color: #555555;
    font-size: 16px;
    line-height: 1.666667;
    text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {
    display: none;
}

.show-search .icon-close-search,
.show-filter .icon-close-filter {
    display: unset;
}

.show-search,
.show-filter {
    background-color: #f2f2f2;
    border-color: #e7e7e7;
    position: relative;
}

.show-search::after,
.show-filter::after {
    content: "";
    position: absolute;
    display: block;

    width: 14px;
    height: 14px;
    background-color: #f2f2f2;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;

    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    left: calc(50% - 7px);
    bottom: -8px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
    background-color: #717fe0;
    border-color: #717fe0;
}

/*---------------------------------------------*/
.filter-col1 {
    width: 27%;
}

.filter-col2 {
    width: 27%;
}

.filter-col3 {
    width: 26%;
}

.filter-col4 {
    width: 20%;
}

/*---------------------------------------------*/
.filter-link {
    color: #aaa;
    border-bottom: 1px solid transparent;
}

.filter-link:hover {
    color: #6c7ae0;
    border-bottom: 1px solid #6c7ae0;
}

.filter-link-active {
    color: #6c7ae0;
    border-bottom: 1px solid #6c7ae0;
}

@media (max-width: 767px) {

    .filter-col1,
    .filter-col2,
    .filter-col3,
    .filter-col4 {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .filter-col1,
    .filter-col2,
    .filter-col3,
    .filter-col4 {
        width: 100%;
    }
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
    width: 140px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
    width: 45px;
    height: 100%;
    cursor: pointer;
}

.num-product {
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
    position: relative;
}

.tooltip100::after {
    content: attr(data-tooltip);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #888;
    line-height: 18px;
    white-space: nowrap;

    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    height: 20px;
    padding: 0px 8px;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

    visibility: hidden;
    opacity: 0;
}

.tooltip100:hover:after {
    visibility: visible;
    opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9000;
    overflow: auto;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    visibility: hidden;
    opacity: 0;
}

.overlay-modal1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

.show-modal1 {
    visibility: visible;
    opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
    overflow: auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 680px;
}

.table-shopping-cart tr {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
    width: 133px;
    padding-left: 50px;
}

.table-shopping-cart .column-2 {
    width: 220px;
    font-size: 15px;
}

.table-shopping-cart .column-3 {
    width: 120px;
    font-size: 16px;
}

.table-shopping-cart .column-4 {
    width: 145px;
    text-align: right;
}

.table-shopping-cart .column-5 {
    width: 172px;
    padding-right: 50px;
    text-align: right;
    font-size: 16px;
}

.table-shopping-cart .table_row {
    height: 185px;
}

.table-shopping-cart .table_row td {
    padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
    padding-bottom: 30px;
}

.table-shopping-cart .table_head th {
    font-family: Poppins-Bold;
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-shopping-cart td {
    font-family: Poppins-Regular;
    color: #555;
    line-height: 1.6;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
    position: relative;
    border: 1px solid #e6e6e6;
}

.block1-txt {
    background-color: rgba(103, 117, 214, 0.0);
}

/*---------------------------------------------*/
.block1-name {
    color: #2F2F30;
    margin-left: 125px;
    margin-top: 157px;
}

.block1-name2 {
    float: right;
    color: #333;
    margin-right: 20px;
    margin-top: 117px;
}

.block1-name3 {
    color: #333;
    margin-top: 197px;
    margin-left: 20px;
}

.block1-info {
    color: #555;
}

/*---------------------------------------------*/
.block1-txt-child2 {
    border-bottom: 2px solid #fff;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.block1-link {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}

/*---------------------------------------------*/

.block1-txt:hover .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.block1-txt:hover .block1-link {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
    color: #fff;
    position: static;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
    position: relative;
}

.block2-btn {
    position: absolute;
    bottom: -50px;
    left: 90%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
    top: 30px;
}

/*---------------------------------------------*/
.block2-txt-child1 {
    width: calc(100% - 30px);
}

.block2-txt-child2 {
    width: 20px;
}

.btn-addwish-b2 .icon-heart2 {
    opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
    opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
    opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
    opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
    opacity: 0;
}

/*---------------------------------------------*/
.label-new {
    position: relative;
}

.label-new::after {
    content: attr(data-label);
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    min-width: 50px;
    height: 22px;
    border-radius: 11px;
    padding: 0 6px;
    background-color: #66a8a6;
    top: 42px;
    left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {
    color: #fff;
}

.cl1 {
    color: #717fe0;
}

.cl2 {
    color: #333;
}

.cl3 {
    color: #666;
}

.cl4 {
    color: #999;
}

.cl5 {
    color: #222;
}

.cl6 {
    color: #888;
}

.cl7 {
    color: #000000;
}

.cl8 {
    color: #555;
}

.cl9 {
    color: #aaa;
}

.cl10 {
    color: #1d1d1d;
}

.cl11 {
    color: #f9ba48;
}

.cl12 {
    color: #ccc;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
}

.stext-102 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 2.7;
}

.stext-103 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.466667;
}

.stext-104 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
}

.stext-105 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
}

.stext-106 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.2;
}

.stext-107 {
    background-color: #FFFFFF;
}

.stext-108 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7143;
}

.stext-109 {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.833333;
}

.stext-110 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
}

.stext-111 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6923;
}

.stext-112 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6923;
    text-transform: uppercase;
}

.stext-113 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7857;
}

.stext-114 {
    font-family: Poppins-Italic;
    font-size: 15px;
    line-height: 1.666667;
}

.stext-115 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.666667;
}

.stext-116 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.266667;
}

.stext-117 {
    font-family: Poppins-Light;
    font-size: 15px;
    line-height: 1.666667;
}


/*---------------------------------------------*/
.stext-301 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000000;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 1.333333;
}

.mtext-102 {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 1.6;
}

.mtext-103 {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 1.333333;
    text-transform: uppercase;
}

.mtext-104 {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 1.6;
}

.mtext-105 {
    font-family: Poppins-Regular;
    font-size: 24px;
    line-height: 1.5;
}

.mtext-106 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 1.388888;
}

.mtext-107 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 1.625;
}

.mtext-108 {
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 1.3;
}

.mtext-109 {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

.mtext-110 {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.222222;
}

.mtext-111 {
    font-family: Poppins-Bold;
    font-size: 25px;
    line-height: 1.2;
}

.mtext-112 {
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 1.333333;
}

.mtext-113 {
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 1.333333;
    text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
    font-family: Poppins-Regular;
    font-size: 28px;
    line-height: 1.2857;
}

.ltext-102 {
    font-family: Raleway;
    font-size: 74px;
    line-height: 1.1;
    font-weight: bold;
}

.ltext-103 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-104 {
    font-family: Poppins-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-105 {
    font-family: Poppins-Bold;
    font-size: 50px;
    line-height: 1.1;
}

.ltext-106 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.2;
}

.ltext-107 {
    font-family: Poppins-Bold;
    font-size: 30px;
    line-height: 1.1;
}

.ltext-108 {
    font-family: Poppins-Bold;
    font-size: 26px;
    line-height: 1.3846;
}

.ltext-109 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
    font-family: PlayfairDisplay-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-202 {
    font-family: PlayfairDisplay-Regular;
    font-size: 28px;
    line-height: 1.2857;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
    min-width: 161px;
    height: 46px;
}

.size-102 {
    min-width: 39px;
    height: 50px;
    width: 50px;
}

.size-103 {
    min-width: 179px;
    height: 46px;
}

.size-104 {
    min-width: 94px;
    height: 40px;
}

.size-105 {
    min-width: 111px;
    height: 40px;
}

.size-106 {
    width: 88px;
    height: 100%;
}

.size-107 {
    min-width: 145px;
    height: 40px;
}

.size-108 {
    width: 40px;
    height: 40px;
}

.size-109 {
    width: 60px;
    height: 60px;
}

.size-110 {
    width: 100%;
    min-height: 100px;
}

.size-111 {
    width: 100%;
    height: 40px;
}

.size-112 {
    min-width: 134px;
    height: 43px;
}

.size-113 {
    width: 38px;
    height: 60px;
}

.size-114 {
    width: calc(100% - 38px);
    height: 60px;
}

.size-115 {
    min-width: 185px;
    height: 45px;
}

.size-116 {
    width: 100%;
    height: 50px;
}

.size-117 {
    width: 220px;
    height: 45px;
}

.size-118 {
    min-width: 163px;
    height: 45px;
}

.size-119 {
    min-width: 156px;
    height: 45px;
}

.size-120 {
    width: 100%;
    min-height: 199px;
}

.size-121 {
    width: 100%;
    height: 46px;
}

.size-122 {
    width: 55px;
    height: 100%;
}

.size-123 {
    width: 70px;
    min-height: 70px;
}

.size-124 {
    width: 100%;
    min-height: 150px;
}

.size-125 {
    min-width: 180px;
    height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
    max-width: 270px;
    background-color: #F3F3F3;
}

.size-202 {
    width: calc(100% / 3);
}

.size-203 {
    width: 105px;
}

.size-204 {
    width: calc(100% - 105px);
}

.size-205 {
    width: 145px;
}

.size-206 {
    width: calc(100% - 145px);
}

.size-207 {
    width: calc(100% - 78px);
}

.size-208 {
    width: 34.5%;
}

.size-209 {
    width: 65.5%;
}

.size-210 {
    width: 50%;
}

.size-211 {
    width: 60px;
}

.size-212 {
    width: calc(100% - 60px);
}

.size-213 {
    max-width: 245px;
}

.size-214 {
    width: 90px;
}

.size-215 {
    width: calc(100% - 110px);
}

.size-216 {
    width: 55px;
}

.size-217 {
    width: calc(100% - 55px);
}

.size-218 {
    max-width: 286px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
    min-height: 30px;
}

.size-302 {
    min-height: 80px;
}

.size-303 {
    height: 390px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {
    background-color: transparent;
}

.bg0 {
    background-color: #fff;
}

.bg1 {
    background-color: #717fe0;
}

.bg2 {
    background-color: #e6e6e6;
}

.bg3 {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.bg5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg6 {
    background-color: #f2f2f2;
}

.bg7 {
    background-color: #333;
}

.bg8 {
    background-color: #f3f3f3;
}

.bg9 {
    background-color: rgba(255, 255, 255, 0.9);
}

/*---------------------------------------------*/
.bg-overlay1::before {
    content: "";
    position: absolute;
    z-index: -100;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {
    border-radius: 50%;
}



.bor2 {
    border-radius: 100px;
}

.bor3 {
    border-bottom: 1px solid transparent;
}

.bor4 {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.bor5 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.bor6 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor7 {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.bor8 {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.bor9 {
    border-right: 1px solid #e6e6e6;
}

.bor10 {
    border: 1px solid #e6e6e6;
}

.bor11 {
    border-radius: 21px;
}

.bor12 {
    border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
    border: 1px solid #e6e6e6;
    border-radius: 22px;
}

.bor14 {
    border-radius: 25px;
}

.bor15 {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.bor16 {
    border-left: 3px solid #e6e6e6;
}

.bor17 {
    border: 1px solid #e6e6e6;
    border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
    border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
    border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder {
    color: #999999;
}

.plh0:-moz-placeholder {
    color: #999999;
}

.plh0::-moz-placeholder {
    color: #999999;
}

.plh0:-ms-input-placeholder {
    color: #999999;
}

.plh1::-webkit-input-placeholder {
    color: #b2b2b2;
}

.plh1:-moz-placeholder {
    color: #b2b2b2;
}

.plh1::-moz-placeholder {
    color: #b2b2b2;
}

.plh1:-ms-input-placeholder {
    color: #b2b2b2;
}

.plh2::-webkit-input-placeholder {
    color: #333;
}

.plh2:-moz-placeholder {
    color: #333;
}

.plh2::-moz-placeholder {
    color: #333;
}

.plh2:-ms-input-placeholder {
    color: #333;
}

.plh3::-webkit-input-placeholder {
    color: #555;
}

.plh3:-moz-placeholder {
    color: #555;
}

.plh3::-moz-placeholder {
    color: #555;
}

.plh3:-ms-input-placeholder {
    color: #555;
}

.plh4::-webkit-input-placeholder {
    color: #888;
}

.plh4:-moz-placeholder {
    color: #888;
}

.plh4::-moz-placeholder {
    color: #888;
}

.plh4:-ms-input-placeholder {
    color: #888;
}

/*---------------------------------------------*/
.js-addedwish-detail {
    color: #6c7ae0;
}

/*---------------------------------------------*/
.label1 {
    position: relative;
}

.label1::after {
    content: attr(data-label1);
    font-family: Poppins-Regular;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

    display: block;
    position: absolute;
    top: 3px;
    right: -9px;
    height: 15px;
    min-width: 32px;
    border-radius: 7px;
    padding: 0 4px;
    background-color: #f74877;
}

.label1.rs1::after {
    top: calc(50% - 8px);
    right: auto;
    left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
    color: #333;
    border-color: #797979;
}


/*---------------------------------------------*/
.wrap-input1 {
    position: relative;
    border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.input1 {
    background-color: transparent;
    width: 100%;
}

.focus-input1 {
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #6774d5;
    left: 0;
    bottom: -2px;
}

.input1:focus+.focus-input1 {
    width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #808080;

    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

.active-pagination1 {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------*/
.how-pos1 {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
    padding-left: 10.7%;
    padding-right: 11%;
}

@media (max-width: 991px) {
    .how-pos2 {
        padding-left: 8%;
        padding-right: 8%;
    }
}

/*---------------------------------------------*/
.how-pos3-parent {
    position: relative;
}

.how-pos3 {
    position: absolute;
    top: -35px;
    right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
    position: relative;
}

.how-pos4 {
    position: absolute;
    top: calc(50% - 9px);
    left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
    position: relative;
}

.how-pos5 {
    position: absolute;
    top: 15px;
    left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.how-itemcart1 img {
    width: 100%;
}

.how-itemcart1::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.how-itemcart1:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
    position: relative;
    z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 3px solid #ccc;
}

.how-bor1::before {
    bottom: -21px;
    left: -21px;
}

@media (max-width: 767px) {
    .how-bor1::before {
        bottom: -21px;
        right: -21px;
        left: auto;
    }
}

.how-bor2::before {
    bottom: -21px;
    right: -21px;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
    color: transparent;
}

.focus-in0:focus:-moz-placeholder {
    color: transparent;
}

.focus-in0:focus::-moz-placeholder {
    color: transparent;
}

.focus-in0:focus:-ms-input-placeholder {
    color: transparent;
}




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
    color: #fff;
}

.hov-bg0:hover {
    background-color: #fff;
}

.hov-bg1:hover {
    background-color: #e5d68f;
}

/*---------------------------------------------*/
.hov-img0 {
    display: block;
    overflow: hidden;
}

.hov-img0 img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}

.hov-img0:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
    border-color: #222;
    color: #fff;
}

.hov-btn1:hover i {
    color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
    border-color: #fff;
    background-color: #fff;
    color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
    border-color: #717fe0;
    background-color: #717fe0;
    color: #fff;
}

.hov-btn3:hover i {
    color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
    color: #717fe0;
    border-color: #717fe0;
}


/*---------------------------------------------*/
.hov-ovelay1 {
    position: relative;
}

.hov-ovelay1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(103, 117, 214, 0.8);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
    opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
    color: #333;
    border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
    background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
    opacity: 0.6;
}

.hov3:hover {
    opacity: 1;
}




/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
    .m-0-xl {
        margin: 0;
    }

    .m-lr-0-xl {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-xl {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-xl {
        margin-left: 0;
    }

    .m-r-0-xl {
        margin-right: 0;
    }

    .m-l-15-xl {
        margin-left: 15px;
    }

    .m-r-15-xl {
        margin-right: 15px;
    }

    .p-0-xl {
        padding: 0;
    }

    .p-lr-0-xl {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-xl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-xl {
        padding-left: 0;
    }

    .p-r-0-xl {
        padding-right: 0;
    }

    .p-l-15-xl {
        padding-left: 15px;
    }

    .p-r-15-xl {
        padding-right: 15px;
    }

    .w-full-xl {
        width: 100%;
    }

    /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
    .m-0-lg {
        margin: 0;
    }

    .m-lr-0-lg {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-lg {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-lg {
        margin-left: 0;
    }

    .m-r-0-lg {
        margin-right: 0;
    }

    .m-l-15-lg {
        margin-left: 15px;
    }

    .m-r-15-lg {
        margin-right: 15px;
    }

    .p-0-lg {
        padding: 0;
    }

    .p-lr-0-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-lg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-lg {
        padding-left: 0;
    }

    .p-r-0-lg {
        padding-right: 0;
    }

    .p-l-15-lg {
        padding-left: 15px;
    }

    .p-r-15-lg {
        padding-right: 15px;
    }

    .w-full-lg {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon4 {
        width: 50%;
    }

    /*---------------------------------------------*/
    .respon5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
    .m-0-md {
        margin: 0;
    }

    .m-lr-0-md {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-md {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-md {
        margin-left: 0;
    }

    .m-r-0-md {
        margin-right: 0;
    }

    .m-l-15-md {
        margin-left: 15px;
    }

    .m-r-15-md {
        margin-right: 15px;
    }

    .p-0-md {
        padding: 0;
    }

    .p-lr-0-md {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-md {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-md {
        padding-left: 0;
    }

    .p-r-0-md {
        padding-right: 0;
    }

    .p-l-15-md {
        padding-left: 15px;
    }

    .p-r-15-md {
        padding-right: 15px;
    }

    .w-full-md {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon4 {
        width: 100%;
    }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
    .m-0-sm {
        margin: 0;
    }

    .m-lr-0-sm {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-sm {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-sm {
        margin-left: 0;
    }

    .m-r-0-sm {
        margin-right: 0;
    }

    .m-l-15-sm {
        margin-left: 15px;
    }

    .m-r-15-sm {
        margin-right: 15px;
    }

    .p-0-sm {
        padding: 0;
    }

    .p-lr-0-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-sm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-sm {
        padding-left: 0;
    }

    .p-r-0-sm {
        padding-right: 0;
    }

    .p-l-15-sm {
        padding-left: 15px;
    }

    .p-r-15-sm {
        padding-right: 15px;
    }

    .w-full-sm {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon1 {
        font-size: 40px;
    }

    /*---------------------------------------------*/
    .respon2 {
        font-size: 20px;
    }

    /*---------------------------------------------*/
    .respon6 {
        width: 65px;
    }

    .respon6-next {
        width: calc(100% - 65px);
    }

    /*---------------------------------------------*/
    .respon7 {
        padding-left: 60px;
    }


}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
    .m-0-ssm {
        margin: 0;
    }

    .m-lr-0-ssm {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-ssm {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-ssm {
        margin-left: 0;
    }

    .m-r-0-ssm {
        margin-right: 0;
    }

    .m-l-15-ssm {
        margin-left: 15px;
    }

    .m-r-15-ssm {
        margin-right: 15px;
    }

    .p-0-ssm {
        padding: 0;
    }

    .p-lr-0-ssm {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-ssm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-ssm {
        padding-left: 0;
    }

    .p-r-0-ssm {
        padding-right: 0;
    }

    .p-l-15-ssm {
        padding-left: 15px;
    }

    .p-r-15-ssm {
        padding-right: 15px;
    }

    .w-full-ssm {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon3 {
        padding: 20px;
    }

}

.layer-slick1 {}

.blackbar {
    Display: block;
    width: 100%;
    height: 50px;
    background-color: #000000;
    color: #EAEAEA;
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 4;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
}

/* custom css */
button.icon-header-item.cl0.hov-cl1.trans-04.p-lr-11.js-show-sidebar {
    border: none;
    background: transparent;
}

.pull-left .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
}

.apus-topbar {
    background: #2F2F30 !important;
    border-bottom: none;
}

.apus-topbar .sidebar {
    top: 100px;
}

.apus-topbar .sidebar .sidebar-content {
    text-align: center;
}

.sidebar-link li a,
.topbar_signin_btn {
    padding: 6px 8px 6px 16px;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 2.7;
}

.topbar_signin_modal_btn {
    background: transparent;
    border: none;
}

.fb {
    color: white;
}

.google {
    color: white;
}


.btn-group button {
    display: block;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 50%;
    font-size: 1rem;

}


.btn-group button:not(:last-child) {
    border-bottom: none;
    /* Prevent double borders */
}


.modltext {
    font-family: Raleway;
    text-align: center;
    margin-top: 17px;

}


.modlefooter {
    display: inline-block;
    text-align: center;
    margin-right: 160px;
    margin-bottom: 0px;

}

.modlefooter a {
    color: red;
}



.modlefooter a:hover {
    color: black;
}

#exampleModalCenter .close2 {
    color: #5C5C5C;
    float: left;
    font-size: 30px;
    margin-left: 30px;
    margin-top: 19px;
    font-weight: lighter;

}

#exampleModalCenter .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2.2rem;
    outline: 0;
    width: 600px;
}

#exampleModalCenter .close2 {
    color: #5C5C5C;
    float: left;
    font-size: 30px;
    margin-left: 30px;
    margin-top: 19px;
    font-weight: lighter;
    background: transparent;
    border: none;
    text-align: left;
}

#exampleModalCenter .modal-title {
    margin-bottom: 0;
    line-height: 0.5;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
}

#exampleModalCenter .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

body #exampleModalCenter .modal-footer {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

#exampleModalCenter .modal-footer .modlefooter {
	margin-right: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #5A5A5A;
}

#exampleModalCenter .modal-footer .modlefooter a {
	color: rgb(226 58 58 / 0.8);
}

#exampleModalCenter .modal-footer .modlefooter a:hover {
	color: rgb(47 47 48 / 0.8);
}

#exampleModalCenter .modltext {
    font-family: Raleway;
    text-align: center;
    margin-top: 17px;
}

#exampleModalCenter .btn-group,
#exampleModalCenter .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-left: 0px;
}

#exampleModalCenter .btn-group button {
    display: flex;
	align-items: center;
    justify-content: center;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    background: transparent;
    border: none;
}

#exampleModalCenter .btn-group button .fa {
	margin-right: 5px;
}

#exampleModalCenter .btn {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    background-color: #000000;
    width: 250px;
}

#exampleModalCenter .fb {
    color: white;
}



/* Custom Hamburger Menu */

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

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

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}



.top-menu-wrap .sidebar--menu-wrap,
.sidebar--menu-wrap .sidebar-brand>a,
.sidebar--menu-wrap ul li a i,
.top-menu-wrap .page-content,
.sidebar--menu-wrap .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------top-menu-wrap----------------*/
.top-menu-wrap .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.top-menu-wrap .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.top-menu-wrap.toggled .sidebar--menu-wrap {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .top-menu-wrap.toggled .page-content {
        padding-left: 300px;
    }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    transition-delay: 0.3s;
}

.top-menu-wrap.toggled #show-sidebar {
    left: -40px;
}

/*----------------sidebar--menu-wrap----------------*/

.sidebar--menu-wrap {
    width: 390px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -400px;
    z-index: 999;
}

.sidebar--menu-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar--menu-wrap a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar--menu-wrap .sidebar-brand {
    padding: 10px 20px;
    display: block;
    align-items: center;
}

.sidebar--menu-wrap .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar--menu-wrap .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar--menu-wrap .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar--menu-wrap .sidebar-menu .header-menu a span {
	padding: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar--menu-wrap .sidebar-menu .header-menu a:hover span {
	color: #d8a96a;
}

.sidebar--menu-wrap .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar--menu-wrap .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar--menu-wrap .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar--menu-wrap .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar--menu-wrap .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.widget.widget_text .sidebar--menu-wrap .user-avtar-wrap img {
    margin: 50px 0px 20px;
    width: 98px;
    border-radius: 50%;
    border: 5px solid #c6ac8f;
    padding: 8px;
}

.sidebar--menu-wrap .sidebar-menu .logout_cstm_lik {
	padding: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
	text-align: center;
	display: block;
}

.sidebar--menu-wrap .sidebar-menu .logout_cstm_lik:hover {
	color: #d8a96a;
}

/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar--menu-wrap {
    background: rgb(47 47 48 / 0.9);
}


.chiller-theme .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar--menu-wrap .sidebar-brand>a,
.chiller-theme .sidebar--menu-wrap .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar--menu-wrap .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar--menu-wrap .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.top-menu-wrap.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
    text-align: right;
	margin-top: 11px;
}

.logged-in .top-menu-wrap.chiller-theme.toggled #close-sidebar {
	margin-top: 44px;
}

.top-menu-wrap.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.sidebar--menu-wrap .user-avtar-wrap,
.sidebar--menu-wrap ul,
.sidebar--menu-wrap .login {
    text-align: center;
}

.sidebar--menu-wrap .sidebar-list-new-item {
    text-align: center;
    margin: 30px 0 30px;
}

.sidebar--menu-wrap .sidebar-list-new-item #sidebtn {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 13px 40px;
    font-size: 18px;
    width: auto;
}

.sidebar--menu-wrap .sidebar-list-new-item #sidebtn a {
	color: #ffffff;
}

.sidebar--menu-wrap .sidebar-list-new-item #sidebtn:hover {
	border-color: #d8a96a;
	background: #d8a96a;
}

.sidebar--menu-wrap .sidebar-list-new-item #sidebtn:hover a {
	color: #ffffff;
}

.sidebar--menu-wrap .sidebar-list-new-item #sidebtn img {
	margin-top: 6px !important;
}

.sidebar--menu-wrap .login a {
    padding: 6px 8px 6px 16px;
}

.modal-open .modal {
    z-index: 9999;
}

h5.text-arrive {
    text-align: center;
}

#home_third_section_wrap h2 {
    font-size: 36px !important;
    line-height: 43px !important;
    margin-bottom: 70px !important;
	font-weight: bold !important;
}

#home_third_section_wrap .wrap-pic-w a {
    position: absolute;
    top: 200px;
    left: 0;

}

#home_shop_section_wrap h2 {
	font-weight: bold !important;
    margin-top: 97px;
    font-size: 36px;
}

#home_shop_section_wrap h5 {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 19px;
	color: #5A5A5A;
	margin-top: -8px;
}

.product-block.grid {
    background: transparent;
}

.product-block .product-cats .name a {
    color: #000;
}

.product-block a:hover {
    color: #BA8E49 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #BA8E49 !important;
}

.groups-button a,
.product-block.grid .compare:before {
    color: #BA8E49 !important;
}

.add-cart a {
    color: #fff !important;
    background: #BA8E49 !important;
    border: none !important;
}

.product-block.grid .compare:hover:before {
    color: #fff !important;
    background: #BA8E49 !important;
    border-color: #BA8E49;
}

.product-block .image .soldout {
    background: #BA8E49 !important;
}

body .apus-after-loop-shop .apus-pagination {
    float: right;
}

.apus-after-loop-shop .apus-pagination .page-numbers li + li, 
.apus-after-loop-shop .apus-pagination .pagination li + li {
    margin-left: 45px;
}

.apus-after-loop-shop .apus-pagination .page-numbers li > span, 
.apus-after-loop-shop .apus-pagination .page-numbers li > a, 
.apus-after-loop-shop .apus-pagination .pagination li > span, 
.apus-after-loop-shop .apus-pagination .pagination li > a {
	font-size: 18px;
	padding: 10px 0px;
	border: none;
    border-bottom: 4px solid transparent;
	font-family: 'Raleway',sans-serif;
	transition: all 0.2s ease-in-out 0s;
}

.apus-pagination .page-numbers li>span:hover,
.apus-pagination .page-numbers li>span.current,
.apus-pagination .page-numbers li>a:hover,
.apus-pagination .page-numbers li>a.current,
.apus-pagination .pagination li>span:hover,
.apus-pagination .pagination li>span.current,
.apus-pagination .pagination li>a:hover,
.apus-pagination .pagination li>a.current {
	background-color: transparent;
    color: #202124;
    font-weight: bold;
    border: none;
    border-bottom: 4px solid #d8a96a;
	border-radius: 0;
	padding: 10px 0px;
}

.widget .widget-title:before,
.widget .widgettitle:before,
.widget .widget-heading:before {
    background: #BA8E49 !important;
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
    color: #BA8E49 !important;
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a:hover:before,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a:active:before {
    color: #BA8E49 !important;

}

.product-categories li.current-cat-parent>a,
.product-categories li.current-cat>a,
.product-categories li:hover>a {
    color: #BA8E49 !important;
}

.product-categories li a:hover,
.product-categories li a:active {
    color: #BA8E49 !important;
}

.product-block.grid .compare.added:before {
    color: #fff;
    background: transparent;
    border-color: #BA8E49;
}

.product-block.grid .yith-wcwl-add-to-wishlist a:hover {
    color: #fff !important;
    background: #BA8E49;
    border-color: #BA8E49;
}


/* .widget_product_categories .view-more-list-cat {
    display: none;
} */

a:hover,
a:focus {
    color: transparent;
    outline: 0;
}

.widget.widget_text img {
    margin: 0px 0;
    height: auto;
}

.text-center {
    text-align: none !important;
}

/* Shops page design */
.shops_heading_wrap .shops_title {
    font-weight: bold;
    text-align: center;
    font-family: Raleway;
    font-size: 36px;
	margin: 0px;
}

.shops_heading_wrap h5 {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-size: 19px;
    text-align: center;
	margin-top: 8px;
	color: #5A5A5A;
}

.shops_heading_wrap {
    margin-bottom: 45px;
}

.shops_filter_section_wrap #stores_orderby {
    min-width: 244px;
    background-color: #E7E7E7;
    font-size: 18px;
    color: #2F2F30;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 400;
    border: 1px solid #E7E7E7;
    padding: 3px 20px;

}

.shops_filter_section_wrap #dokan-store-listing-filter-form-wrap .store-search-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 15px 0 15px;
    background: #ffffff;
    border: none;
    max-width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #707070;
    background-repeat: no-repeat;
    background-size: contain;
    text-transform: none;
    font-style: italic;
    font-family: Raleway;
    padding: 0px;
    transition: 0.4s ease-in-out;
    text-shadow: 0px 0px #2F2F30;
	opacity: 1;
	border-radius: 0;
	transition: all 0.2s ease-in-out 0s;
	color: #2F2F30;

}

#dokan-store-listing-filter-form-wrap {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;

}

#dokan-store-listing-filter-form-wrap .apply-filter #clear-filter-btn {
	padding: 8px 25px;
	margin-right: 15px;
}

#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {
	color: #ba8e49 !important;
    background-color: transparent !important;
    border: 2px solid #ba8e49 !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
}

#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn:hover {
	background-color: #F8F4F0 !important;
    border-color: #ba8e49 !important;
}

/* Vedor dashboard page design */

.shoptitile h1 {
	font-size: 36px;
	color: #2F2F30;
	margin: 0px 0px 50px 0px;
}

.profile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
	text-align: center;

}

.additem {
    position: relative;
    float: right;
    vertical-align: top;
    margin-right: 50px;

}

.icn {
    display: inline-block;
    border: none;
    padding: 12px 16px;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    vertical-align: text-bottom;
    text-align: center;
}


.btn-centr {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 60px;
    display: flex;
    align-items: center;
}

.btn-centr>div,
.btn-centr>div a {
    width: calc(100% / 4);
    text-align: center;
    color: #888;
    font-weight: 600;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    outline: none;
}

.btn-centr div i {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

.tabs {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 800px;
    height: 240px;
    background: #fff;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.tabs .tab-header {
    height: 40px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 3px #E7E7E7;
    box-shadow: 0px 3px #E7E7E7;
}

.tabs .tab-header>div {
    width: calc(100% / 4);
    text-align: center;
    color: #888;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.tabs .tab-header>div>i {
    display: block;
    margin-bottom: 5px;
}

.tabs .tab-body {
    position: relative;
    height: calc(100% - 60px);
    padding: 10px 5px;
}

.tabs .tab-body>div {
    width: 100%;
    position: absolute;
    top: -200%;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 500ms ease-in-out 0ms, transform 500ms ease-in-out 0ms;
}

.tabs .tab-body>div.active {
    top: 0px;
    opacity: 1;
    transform: scale(1);
}





.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
/*     cursor: pointer; */
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 200px;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}


.container:hover input~.checkmark {
    background-color: #ccc;
}


.container input:checked~.checkmark {
    background-color: #BA8E49;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.container input:checked~.checkmark:after {
    display: block;
}


.container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 24px;
    font-size: 12px;
    cursor: pointer;
    width: 200px;
}

.success {
    border-color: #BA8E49;
    color: #BA8E49;
    float: right;
    margin-right: 20px;
}


.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow>i {
    font-size: 30px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.dokan-dashboard .tabs {
    position: relative;
	width: auto;
	margin-bottom: 50px;
}


/* Dashboard css */

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    position: relative;
    background: #ba8e49 !important;
    color: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    border-color: #ba8e49 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-bottom: 3px solid #ba8e49 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    position: relative;
    background: #ba8e49 !important;
    color: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background-color: #ba8e49 !important;
    color: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background-color: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 10px 0 10px 18px;
    display: block;
    color: #808080 !important;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}


.dokan-product-listing-area {
    height: auto !important;
}

.cstm-dokan-dash-pagination {
    clear: both;
}

.woocommerce-checkout input {
    position: relative;
    opacity: 1;
}

/*-------------------------------------------------------------*/
/*table*/

.container_table {
    display: flex;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    width: 80%;
    top: 100px;
    left: 10%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 70%;
    border: 1px solid #ddd;
    height: 273px;
}

th,
td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.plce-img {
    position: relative;
    float: left;
}

.success2 {
    border-color: #BA8E49;
    color: #BA8E49;
    margin: auto;
    position: absolute;
    right: 50%;
    bottom: 80px;
    /* top: 513px; */
}

.tabs {
    height: auto !important;
}

.dashboard-coupons-area input {
    opacity: 1 !important;
    position: relative !important;
}

.dokan-dashboard-wrap {
    margin-top: 30px;
}


/* Pagnation Style */

.cstm-pagination {
    float: right;
    padding-bottom: 10px;
    display: block;
    padding-left: 0;
    margin: 29px 0;
    border-radius: 0;
    padding-bottom: 10px;
}

.cstm-pagination ul li a {
    opacity: 0.7;
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.apus-after-loop-shop {
	margin-bottom: 0;
}

.apus-after-loop-shop .apus-pagination {
    display: block !important;

}

.cstm-pagination .page-numbers li a {
    border: none;
    font-weight: 300;
    font-family: inherit;
    color: #ba8e49;
    font-size: 16px;
}

.cstm-pagination .page-numbers li .current {
    color: #000;
    border-bottom: 1px solid #D8A96A;
    border: none;
    font-weight: 300;
    font-family: inherit;
    font-size: 16px;
}


/* .woocommerce .star-rating {
    margin: auto 0;
    overflow: hidden;
    position: relative;
    width: 73px;
    height: 2em;
    line-height: 2em;
    font-family: 'star';
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: rgb(25, 25, 25);
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    letter-spacing: 5px;
    font-size: 20px;
} */

.dokan-dashboard header.dokan-dashboard-header {
	cursor: text;
}

.dokan-dashboard header.dokan-dashboard-header .promo-heading {
    text-align: center;
}

.cstm_promocode_btn a {
    border-color: #BA8E49;
    color: #BA8E49 !important;
    margin-right: 20px;
    background-color: white !important;
    padding: 14px 24px;
    font-size: 16px;
    cursor: pointer;
    width: 300px;
    text-transform: uppercase;
}

/** Coupon form css */
.coupons-frm input[type="text"] {
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #777777;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    width: 500px;
    text-align: center;
    padding: 0.3rem 0 0.55rem 0;
    margin: 0 0 .5rem 0;
}

.coupons-frm select {
    outline: none !important;
    width: 200px !important;
    background-color: #E7E7E7 !important;
    border: none !important;
    height: 30px;
    font-size: 16px;
    padding: 5px;
    margin-top: 25px;
}

.coupons-frm .prcod-text {
    color: rgb(186, 142, 73);
    display: block;
    font-family: Raleway;
    height: 38px;
    font-size: 16px;
}

.coupons-frm button.btn.code3 {
    width: 200px;
    border-color: #BA8E49;
    color: #BA8E49;
    margin-top: 40px;
    margin-left: 190px;
    margin-right: auto;
    display: inline-block;
}

/* Bank details*/

.form-card {
    text-align: left;
    margin-bottom: 4px;
}

.fieldlabels {
    color: #B18762;
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

#msform input,
#msform textarea {
    padding: 9px 15px 9px 15px;
    border: 0;
    outline: 0;
    border-radius: 0px;
    margin-bottom: 19px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    border: 1px solid #5a5a5a;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform label {
	margin-bottom: 4px;
	color: #202124;
	font-size: 17px;
}

button.btn.code4 {
    width: 200px;
    border-color: #BA8E49;
    color: #BA8E49;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2.fs-title {
    text-align: center;
}

.skills {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.store_owner_img .seller-avatar {
    padding: 6px;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0px 0px 30px -6px #afafaf;
    display: inline-block;
}

.store_owner_img img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.store_owner_img .store_owner_desc {
    display: inline-block;
}

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

.dokan-new-product-area .featured-image {
    width: 100%;
}

.cstm-new-product-upload-section .dokan-new-product-area .featured-image {
    width: 100% !important;
}

.cstm-new-product-upload-section .featured-image .dokan-feat-image-upload {
    border: 4px dashed #ddd;
    height: 595px;
}

.cstm-new-product-upload-section .dokan-product-gallery .add-image {
    cursor: pointer;
    text-align: center;
	height: 155px;
    background: url(https://thecloset.co.za/wp-content/uploads/2020/10/border-01.png);
    width: 155px;
}

/* ==================================== Dokan ========================================== */
/* Dokan */

/* Tab */
.dokan-product-listing .grid-v3 {
    margin-bottom: 0px;
}

.dokan-product-listing .grid-v3 .block-inner {
    margin-bottom: 0px;
}

.dokan-dashboard .btn-centr {
    width: 40%;
	margin-top: 40px;
	justify-content: center;
}

.dokan-dashboard .btn-centr .fa {
	color:#2F2F30;	
}

.dokan-dashboard .tabs .tab-header {
	margin-top: 25px;
	border-bottom: 3px solid #E7E7E7;
	height: auto;
}

.dokan-dashboard .tabs .tab-header a{
	padding: 12px 40px;
    margin-bottom: -3px;
    display: inline-block;
}

.dokan-dashboard .tabs .tab-header .active a {
	border-bottom: 3px solid #ba8e49;
}

.dokan-dashboard .tabs .tab-header a:not([class]) {
	color: #5A5A5A !important;
	font-size: 19px;
	font-weight:500;
}

/* Pagination */
.dokan-dashboard .dokan-dashboard-content .cstm-dokan-dash-pagination ul li {
    margin-left: 45px;
    display: inline-block;
}

.dokan-dashboard .dokan-dashboard-content .cstm-dokan-dash-pagination ul li:first-child {
    margin-left: 0px;
}

.pagination-wrap.cstm-dokan-dash-pagination ul.pagination>li>a {
    font-size: 18px;
    padding: 10px 0px;
    border: none;
    border-bottom: 4px solid transparent;
    font-family: 'Raleway',sans-serif;
    transition: all 0.2s ease-in-out 0s;
}

.pagination-wrap.cstm-dokan-dash-pagination ul.pagination>li>a:hover {
    background-color: transparent;
    color: #202124;
    font-weight: bold;
    border: none;
    border-bottom: 4px solid #d8a96a;
    border-radius: 0;
    padding: 10px 0px;
	opacity: 1;
}

.pagination-wrap.cstm-dokan-dash-pagination ul.pagination>li>span.current {
	font-size: 18px;
	background-color: transparent;
    color: #202124;
    font-weight: bold;
    border: none;
    border-bottom: 4px solid #d8a96a;
    border-radius: 0;
    padding: 10px 0px;
}

.pagination-wrap.cstm-dokan-dash-pagination .pagination > li > a:hover, 
.pagination-wrap.cstm-dokan-dash-pagination .pagination > li > a:focus, 
.pagination-wrap.cstm-dokan-dash-pagination .pagination > li > span:hover, 
.pagination-wrap.cstm-dokan-dash-pagination .pagination > li > span:focus {
	color: #202124;
}

.cstm-dokan-dash-pagination .pagination a:hover:not(.active) {
    border-bottom: 2px solid #D8A96A;
}

/* New Product form */
.new-product-form-control .error {
	display: none;
}

#total_sale_price {
	position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 16px;
    color: #BA8E49;
    z-index: 2;
	font-weight: normal;
}

.dokan-product-edit .dokan-product-meta,
.dokan-product-edit .featured-image,
.dokan-product-edit .dokan-product-short-description,
.dokan-product-edit .dokan-product-description,
.dokan-product-edit .dokan-product-inventory,
.dokan-product-edit .dokan-product-shipping-tax,
.dokan-product-edit .dokan-linked-product-options,
.dokan-product-edit .dokan-rma-options,
.dokan-product-edit .dokan-wholesale-options,
.dokan-product-edit .dokan-other-options {
	display: none !important;
}

.dokan-alert .dokan-alert-danger {
	background-color: #C6AC8F;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 8px;
	border: none;
	padding: 20px 30px;
}


/* ==================================== Shop Seller ========================================== */
.seller-avatar .avatar {
    border-radius: 50%;
}

.seller-listing-content .dokan-single-seller .owl-item .product-type-simple {
    width: 100%;
    padding: 0;
}

.seller-listing-content .dokan-single-seller .owl-nav {
    position: absolute;
    top: 18%;
    width: 104%;
    display: flex;
    margin-left: -2%;
}

#dokan-seller-listing-wrap .dokan-info {
	margin: 0px 15px;
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-single-seller .owl-nav .owl-prev {
    opacity: 0;
    font-size: 70px;
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-single-seller .owl-nav .owl-next {
    margin-left: auto;
    font-size: 70px;
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-single-seller .owl-nav.disabled {
    opacity: 0;
	display: none;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    box-shadow: none;
    margin: 0px 0px 15px 10px;
}

.seller-listing-content .dokan-single-seller .store_owner_img {
    display: flex;
    align-items: center;
}

.seller-listing-content .trending_shop_heading {
    margin: 0px 20px 50px 20px;
}


.seller-listing-content .dokan-single-seller .store_owner_img .seller-avatar {
    margin-right: 30px;
	padding: 0px;
    background: transparent;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    box-shadow: none;
}

.seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc {
    text-align: left;
}

.seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc h4 {
    margin-top: 0px;
    margin-bottom: 5px;
	text-transform: uppercase;
    font-weight: 600;
	color: #2F2F30;
}

.seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc {
	font-size: 20px;
	color: #5A5A5A;
}

.seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc h4 a:not([class]) {
	color: #2F2F30 !important;	
}

.shops_filter_section_wrap #dokan-store-listing-filter-form-wrap .store-search {
    display: flex;
}

.shops_filter_section_wrap #dokan-store-listing-filter-form-wrap:before {
    content: none;
}

.shops_filter_section_wrap .sort-by select {
    width: 100%;
}

.shops_filter_section_wrap .dokan-btn-theme {
    transition: all 0.2s ease-in-out 0s;
}

.shops_filter_section_wrap .dokan-btn-theme:hover,
.shops_filter_section_wrap .dokan-btn-theme:focus {
    background-color: #000 !important;
    border-color: #000 !important;
}

.comment-form-rating select {
    background: #e7e7e7;
    border-color: #e7e7e7;
    padding: 8px 15px;
    margin-left: 10px;
}

/* ==================================== Orders ========================================== */
.dokan-orders-content .container_table {
    top: 0;
	left: 0px;
	width: calc(100% - 166px);
	padding-left: 0;
	margin-bottom: 90px;
}

.dokan-orders-content .container_table:last-child {
	margin-bottom: 0;
}

.dokan-orders-content table {
    border: none;
	margin-bottom: 0px !important;
}

.dokan-orders-content table>tbody>tr>th,
.dokan-orders-content table>tbody>tr>td {
    border: none;
    padding: 16px 20px;
    font-size: 14px;
}

.dokan-orders-content table>tbody>tr>td .amount {
    font-weight: 600;	
}

.dokan-orders-content tr:nth-child(odd) {
    background-color: #E7E7E7;
}

.dokan-orders-content tr:nth-child(even) {
    background-color: #fff;
}

.dokan-orders-content tr:nth-child(even) th,
.dokan-orders-content tr:nth-child(even) td {
	padding: 20px;
}

.dokan-orders-content table>tbody>tr>th, 
.dokan-orders-content table>tbody>tr>td {
	padding: 8px 20px;
    font-size: 21px;
    font-weight: normal;
}

.dokan-orders-content table>tbody>tr>th:last-child, 
.dokan-orders-content table>tbody>tr>td:last-child {
	text-align: right;
}

/* ==================================== Coupons ========================================== */
.dokan-dashboard .dokan-coupon-content header.dokan-dashboard-header {
    text-align: center;
}

.dokan-dashboard .dokan-coupon-content .container_table_new table {
    height: auto;
}

.dokan-dashboard .dokan-coupon-content .container_table_new table tr td {
    background: #fff;
}

.dokan-dashboard .dokan-coupon-content .container_table_new table>tbody>tr:nth-child(odd)>td,
.dokan-dashboard .dokan-coupon-content .container_table_new table>tbody>tr:nth-child(odd)>th {
    background: #fff;
}

.dokan-dashboard .dokan-coupon-content .container_table_new table>tbody>tr:nth-child(even)>td,
.dokan-dashboard .dokan-coupon-content .container_table_new table>tbody>tr:nth-child(even)>th {
    background: #f9f9f9;
}

.dokan-dashboard .dokan-dashboard-content.dokan-coupon-content .cstm_promocode_btn a {
    text-decoration: none;
    background: transparent !important;
    color: #ba8e49 !important;
    transition: all 0.2s ease-in-out 0s;
	border-radius: 0;
    border-width: 2px;
}

.dokan-dashboard .dokan-dashboard-content.dokan-coupon-content .cstm_promocode_btn a:hover {
    background: #F8F4F0 !important;
    border-color: #ba8e49 !important;
    color: #ba8e49 !important;
}

.dokan-dashboard .profile img {
	height: 170px;
    width: 170px;
    object-fit: cover;
    border: 10px solid rgb(177 135 98 / 0.5);
    padding: 10px;
}

.dokan-dashboard .additem {
	margin-top: -65px;
	margin-right: 0px;
}

.dokan-dashboard .shopname h3 {
	font-size: 36px;
	text-transform: uppercase;
}

/* seller avatar */ 
.profile .seller-avatar .avatar {
    border-radius: 50%;
    height: auto;
    width: 170px;
    object-fit: cover;
    border: 10px solid rgb(177 135 98 / 0.5);
    padding: 10px;
}

/* Add coupons */
.coupons-frm .dokan-btn-theme,
.coupons-frm input[type="submit"].dokan-btn-theme {
    background: transparent !important;
    color: #ba8e49 !important;
    padding: 9px 50px;
    margin: 0px 10px;
	font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s;
}

.coupons-frm .dokan-btn-theme:hover,
.coupons-frm input[type="submit"].dokan-btn-theme:hover {
    background: #F8F4F0 !important;
    border-color: #ba8e49 !important;
    color: #ba8e49 !important;
}

.dokan-dashboard .dokan-coupon-content .coupons-frm .dokan-form-group {
	margin-bottom: 25px;
}

.dokan-dashboard .dokan-coupon-content .coupons-frm input[type="text"] {
    width: 100%;
	border-bottom-color: #5A5A5A;
	font-size: 20px;
}

.dokan-dashboard .dokan-coupon-content .coupons-frm select {
    width: 100% !important;
    margin-top: 0px;
	font-size: 20px;
    height: auto;
    padding: 5px 40px;
}

.dokan-dashboard .dokan-coupon-content .coupons-frm .dokan-w5 {
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
}

.dokan-dashboard .dokan-coupon-content .coupons-frm .prcod-text {
    height: auto;
   	margin: 40px 0;
    font-size: 17px;
    font-weight: 600;
}

.dokan-dashboard .dokan-coupon-content table {
	border: none;
	margin-top: 50px;
}

.dokan-dashboard .dokan-coupon-content table > thead > tr > th, 
.dokan-dashboard .dokan-coupon-content .table > thead > tr > th {
	border-bottom: none;
}

.dokan-dashboard .dokan-coupon-content table > thead > tr {
	background: #E7E7E7;
}

.dokan-dashboard .dokan-coupon-content table > thead > tr > th {
    font-weight: 600;
}

.dokan-dashboard .dokan-coupon-content table > thead > tr > th, 
.dokan-dashboard .dokan-coupon-content .table > tbody > tr > td {
	border: none;
	padding: 8px 20px;
    font-size: 21px;
}

.dokan-dashboard .dokan-coupon-content .container_table_new table>tbody>tr:nth-child(even)>td, 
.dokan-dashboard .dokan-coupon-content .container_table_new table>tbody>tr:nth-child(even)>th {
	background: #E7E7E7;
}

/* ==================================== Product ========================================== */
.dokan-dashboard-content .product-block .image img {
	height: 360px;
    object-fit: cover;
}

.dokan-dashboard-content .product-block.grid-v3 .block-inner {
	margin-bottom: 15px;
}

.dokan-dashboard-content .product-block.grid-v3 .block-inner #cstm_remove_product {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
}

.dokan-dashboard-content .product-block.grid-v3 .block-inner #cstm_remove_product:hover {
	color: #d8a96a;
}

.dokan-dashboard-content .product-block.grid-v3 .block-title {
	position: relative;
}

.dokan-dashboard-content .product-block.grid-v3 .name {
	font-family: "Raleway", sans-serif;
    font-size: 20px;
    margin: 0px 106px 5px 0px;	
	font-weight: bold;
}

.dokan-dashboard-content .product-block.grid-v3 .name a:not([class]) {
	color: #2F2F30 !important;
    display: inline-block;
}

.dokan-dashboard-content .product-block.grid-v3 .name a:hover:not([class]) {
    color: #ba8e49 !important;
}

.dokan-dashboard-content .product-block.grid-v3 .items {
    font-size: 17px;
}

.dokan-dashboard-content .product-block.grid-v3 .items p {
    margin-bottom: 0px;
}

.dokan-dashboard-content .product-block.grid-v3 .star-rating {
	position: absolute;
    top: 4px;
    right: 0;
}

.dokan-dashboard-content .col-md-cl-5:nth-last-child(4n+4) {
    clear: both;
}

.dokan-dashboard-content .product-type-simple {
    padding-left: 4px;
    padding-right: 4px;
}

.dokan-dashboard-content .product-type-simple .product-block {
	margin-bottom: 50px;
}

.dokan-dashboard-content .product-type-simple:nth-last-child(-n+4) .product-block {
    margin-bottom: 0px;
}

/* ==================================== New product ========================================== */
.dokan-dashboard .dokan-dashboard-content {
	padding: 0px;
}

.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area {
	padding: 0px;
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li {
    position: relative;
    margin-bottom: 15px;
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li.image { 
	width: 155px;
    height: 155px;
	background: url(https://thecloset.co.za/wp-content/uploads/2020/10/border-01.png);
    padding: 1px;
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li.image img {
	height: 100%;
    object-fit: cover;
    width: 100%;
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li a.action-delete,
.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li a.add-product-images {
    color: #000000;
    position: absolute;
    font-size: 50px;
    top: 50%;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li a.add-product-images {
    font-size: 30px;
}


.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery ul li a.add-product-images .fa-plus:before {
    content: "\f067";
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image {
    position: relative;
	height: 560px;
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image + .validation-error {
	font-size: 16px;
    color: #BA8E49;
    z-index: 2;
    font-weight: normal;
}

.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image a.dokan-remove-feat-image,
.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image .instruction-inside {
    color: #000000;
    position: absolute;
    font-size: 50px;
    top: 50%;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cstm-new-product-upload-section .new-product-form-control .dokan-form-group {
    margin: 40px 0px 35px 0px;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-form-group.product-province-from-group {
	margin: 40px 0px 15px 0px;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-input-group.dokan-price-widget {
	margin-bottom: 25px;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-input-group.dokan-price-widget .dokan-form-control {
	font-size: 24px;
    font-weight: bold;
	border-bottom: 2px solid #1CBF4F;
	color: #5A5A5A;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-input-group.dokan-price-widget .new_pro_price_validation_error {
	position: absolute;
    left: 0;
    bottom: -50px;
    font-size: 16px;
    color: #BA8E49;
    z-index: 2;
    font-weight: normal;
}

.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .block-title { 
	font-size: 21px;
    color: #2F2F30;
	margin-top: 35px;
    margin-bottom: 10px;
}

.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .sub-info { 
	font-size: 16px;
    color: #707070;
	margin-bottom: 10px;
}

.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .custom-control.custom-switch { 
	font-size: 16px;
    color: #707070;
	margin-bottom: 0px;
}

.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .dokan-form-group.dokan-right {
	position: relative
}

.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .dokan-form-group.dokan-right .loader_img {
	width: 30px;
    margin-top: 1px;
    position: absolute;
    right: 180px;
    top: 4px;
}

.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .custom-control .custom-control-label {
	font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 5px;
}

.cstm-new-product-upload-section .new-product-form-control {
	margin-top: -26px;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-input-group {
	display: inherit;
}

.cstm-new-product-upload-section .new-product-form-control .form-control {
	display: block;
    font-size: 21px;
    color: #707070;
    line-height: 31px;
    font-weight: normal;
    margin-bottom: 10px;
    border: none;
    border-bottom: 2px solid #E7E7E7;
    border-radius: 0px;
    height: 70px;
    padding: 0px;
}

.cstm-new-product-upload-section .new-product-form-control .form-control::placeholder {
	color: #707070;
}



.cstm-new-product-upload-section .new-product-form-control .new_pro_name_validation_error {
    font-size: 16px;
	color: #BA8E49;
}

.dokan-dashboard-content .dokan-form-container label {
	font-size: 21px;
    font-weight: normal;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-input-group .dokan-input-group-addon {
    padding: 0px 6px 0px 0px;
    border: none;
    background: transparent;
    font-weight: bold;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-input-group .dokan-form-control {
    opacity: 1;
    border: none;
    outline: none;
	font-size: 24px;
	padding: 10px 0px;
	float: none;
}

.dokan-form-group .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	font-weight: 500;
	line-height: 37px;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-form-group textarea {
    border: none;
    border-bottom: 2px solid #ececec;
    padding: 0;
	font-size: 21px;
    color: #5A5A5A;
    font-weight: 500;
    line-height: 31px;
    min-height: 90px;
}

.dokan-dashboard-content .dokan-form-group .dokan-btn-default {
	border: 2px solid #2F2F30 !important;
    padding: 6px 60px;
    font-size: 17px;
    width: auto;
    background: #2F2F30 !important;
    border-radius: 0px;
    color: #ffffff !important;
}

.dokan-dashboard-content .dokan-form-group .dokan-btn-default:hover {
	background: #ba8e49 !important;
    color: #ffffff !important;
	border-color: #ba8e49 !important;
}


.cstm-new-product-upload-section .new-product-form-control .dokan-form-group textarea,
.cstm-new-product-upload-section .new-product-form-control .dokan-form-group select {
    outline: none !important;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-form-group .select2-container--default .selection .select2-selection--single {
    background: #e7e7e7;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
}

.cstm-new-product-upload-section .new-product-form-control .dokan-form-group select {
    background: #e7e7e7;
    border: none;
	font-size: 18px;
	font-weight: 500;
	height: 37px;
}

.cstm-new-product-upload-section .cat-list {
    width: 100%;
    font-size: 14px;
    padding: 6px 4px;
    background: #e7e7e7;
    border: none;
}

.dokan-new-product-area .dokan-form-group .dokan-btn {
    margin-left: 15px;
}


/* New CSS */

.dokan-dashboard-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 44px;
    font-family: 'Raleway', sans-serif;
    color: #2F2F30;
    margin-bottom: 73px;
    margin-top: 0;
}

.cstm-new-product-upload-section .product_images_wrap li {
    cursor: pointer;
    text-align: center;
    height: 155px;
    background: url('https://thecloset.co.za/wp-content/uploads/2020/10/border-img-01.png');
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    
}

.dokan-dashboard .dokan-dashboard-content ul li {
	margin-bottom: 15px;
}

.dokan-dashboard .dokan-dashboard-content ul li:last-child {
	margin-bottom: 0px;
}

.cstm-new-product-upload-section .product_images_wrap li:last-child {
    margin-bottom: 0;
}

.cstm-new-product-upload-section .product_images_wrap li {
	position: relative;
}

.cstm-new-product-upload-section .product_images_wrap li .form-control {
	padding: 0px;
	height: 153px;
	margin: 1px;
	opacity: 0;
	z-index: 1;
    cursor: pointer;
}

.cstm-new-product-upload-section .product_images_wrap li img {
	height: 153px;
    width: 100%;
    padding-right: 2px;
    object-fit: cover;
    margin-left: -2px;
}

.cstm-new-product-upload-section .product_images_wrap li .remove_img {
	position: absolute;
    top: 50%;
    right: 50%;
    font-size: 24px;
    color: #B18762;
    transform: translate(0%, -50%);	
}

.cstm-new-product-upload-section .product_images_wrap li .add-product-images-new {
	position: absolute;
}


.cstm-new-product-upload-section .product_images_wrap li .fa-plus:before {
    content: "\f067";
	color: #2F2F30;
}

.cstm-new-product-upload-section .product_images_wrap li .add-product-images {
	position: absolute;
}


.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .dokan-feat-image-upload {
    border-width: 0px;
    background: url('https://thecloset.co.za/wp-content/uploads/2020/10/border-img-02.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 595px;
}

.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .dokan-feat-image-upload .remove_img {
	position: absolute;
    top: 50%;
    right: 50%;
    font-size: 24px;
    color: #B18762;
    transform: translate(0%, -50%);
}

.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .dokan-feat-image-upload img {
	height: 93%;
    max-width: 99.6666%;
    margin: 1px;
    object-fit: cover;
    width: 100%;
}

.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .form-control {
	position: absolute;
    top: 1px;
    left: 1px;
    width: 99.6666%;
    right: 7px;
    height: 100%;
	cursor: pointer;
	opacity: 0;
}

.modal#productuploadModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 30px;
    outline: 0;
    width: 802px;
    padding: 86px 20px 36px 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    border: none;
}

.modal#productuploadModal .modal-content .close2 {
    color: #5A5A5A;
    float: left;
    font-size: 70px;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: lighter;
    background: transparent;
    border: none;
    text-align: left;
    line-height: 1;
    position: absolute;
    left: 20px;
    top: 0px;
    outline: none;
}

.modal#productuploadModal .modal-content .modal-body {
    padding-bottom: 5px;
}

.modal#productuploadModal .modal-content .modal-title {
    line-height: 0.5;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    color: #2F2F30;
    font-weight: 700;
    margin-bottom: 30px;
}

.modal#productuploadModal .modal-content .btn-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    background: transparent;
    border: none;
    outline: none;
}

.modal#productuploadModal .modal-content .btn-group {
    width: 100%;
}

.modal#productuploadModal .modal-content .btn-group button .btn {
    display: block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 17px;
    line-height: 28px;
    transition: all .15s ease-in-out;
    background-color: transparent;
    width: 268px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #BA8E49;
    text-transform: uppercase;
    border: 2px solid #BA8E49;
}

.modal#productuploadModal .modal-content .btn-group button .btn:hover {
    background-color: #F8F4F0;
}

.modal#productuploadModal .modal-content .btn-group button .btn.btn-sm {
    font-size: 13px;
    height: 36px;
    width: 212px;
}

.modal#productuploadModal .modal-content .btn-group .border-botom {
    border: 2px solid #B18762;
    width: 31px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.modal#productuploadModal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
	width: 802px;
}

/* New END CSS */

/*Product Detail Page */
.woocommerce div.product .product_title {
    color: #ba8e49 !important;
}


/* Button Comman */
body input[type="submit"].dokan-btn-theme:hover,
body a.dokan-btn-theme:hover,
body .dokan-btn-theme:hover,
body input[type="submit"].dokan-btn-theme:focus,
body a.dokan-btn-theme:focus,
body .dokan-btn-theme:focus,
body input[type="submit"].dokan-btn-theme:active,
body a.dokan-btn-theme:active,
body .dokan-btn-theme:active,
body input[type="submit"].dokan-btn-theme.active,
body a.dokan-btn-theme.active,
body .dokan-btn-theme.active,
body .open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
body .open .dropdown-togglea.dokan-btn-theme,
body .open .dropdown-toggle.dokan-btn-theme {
    background-color: transparent !important;
    border-color: #ba8e49 !important;
    color: #ba8e49 !important
}

input[type="submit"].dokan-btn-default,
a.dokan-btn-default,
.dokan-btn-default {
    color: #fff;
    background-color: #ba8e49;
    border-color: #ba8e49;
}

input[type="submit"].dokan-btn-default:hover,
a.dokan-btn-default:hover,
.dokan-btn-default:hover {
    color: #ba8e49;
    background-color: transparent;
    border-color: #ba8e49;
}

body .apply-filter input[type="submit"].dokan-btn-theme, 
body .apply-filter a.dokan-btn-theme, 
body .apply-filter .dokan-btn-theme {
	color: #ba8e49 !important;
    background-color: transparent !important;
    border: 2px solid #ba8e49 !important;
	border-radius: 0px !important;
    font-weight: 600 !important;
}

.shops_filter_section_wrap .dokan-btn-theme:hover, 
.shops_filter_section_wrap .dokan-btn-theme:focus {
	background-color: #F8F4F0 !important;
	border-color: #ba8e49 !important;
} 


.btn-theme, .viewmore-products-btn, 
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button, 
.woocommerce .wishlist_table td.product-add-to-cart a, 
.woocommerce a.added_to_cart, 
.add-cart-bottom .add-cart .added_to_cart, 
.groups-button .add-cart .added_to_cart, 
.wcv-form [type="submit"], 
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #ba8e49;
    background-color: transparent;
    border-color: #ba8e49;
}

.btn, 
.viewmore-products-btn, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce .wishlist_table td.product-add-to-cart a, 
.woocommerce a.added_to_cart, 
.details-product .information .compare, 
.add-cart-bottom .add-cart .added_to_cart, 
.groups-button .add-cart .added_to_cart, 
.wcv-form [type="submit"], .wfg-button, 
.woocommerce .widget_price_filter .price_slider_amount .button, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.add_payment_info,
button.btn.code4,
.error404 .page-404 .btn,
input[type="submit"].btn-block {
	font-weight: 600;
	border: 2px solid #ba8e49;
	padding: 6px 30px;
    font-size: 14px;
	border-radius: 0px;
	color: #ba8e49;
	background-color: transparent;
}

.btn-theme:hover, 
.viewmore-products-btn:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce .wishlist_table td.product-add-to-cart a:hover, 
.woocommerce a.added_to_cart:hover, 
.add-cart-bottom .add-cart .added_to_cart:hover, 
.groups-button .add-cart .added_to_cart:hover, 
.wcv-form [type="submit"]:hover, 
.woocommerce .widget_price_filter .price_slider_amount .button:hover, 
.btn-theme:focus, 
.viewmore-products-btn:focus, 
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus, 
.woocommerce .wishlist_table td.product-add-to-cart a:focus, 
.woocommerce a.added_to_cart:focus, 
.add-cart-bottom .add-cart .added_to_cart:focus, 
.groups-button .add-cart .added_to_cart:focus, 
.wcv-form [type="submit"]:focus, 
.woocommerce .widget_price_filter .price_slider_amount .button:focus, 
.btn-theme:active, 
.viewmore-products-btn:active, 
.woocommerce #respond input#submit:active, 
.woocommerce a.button:active, 
.woocommerce button.button:active, 
.woocommerce input.button:active, 
.woocommerce .wishlist_table td.product-add-to-cart a:active, 
.woocommerce a.added_to_cart:active, 
.add-cart-bottom .add-cart .added_to_cart:active, 
.groups-button .add-cart .added_to_cart:active, 
.wcv-form [type="submit"]:active, 
.woocommerce .widget_price_filter .price_slider_amount .button:active, 
.btn-theme.active, .active.viewmore-products-btn, 
.woocommerce #respond input.active#submit, 
.woocommerce a.active.button, 
.woocommerce button.active.button, 
.woocommerce input.active.button, 
.woocommerce .wishlist_table td.product-add-to-cart a.active, 
.woocommerce a.active.added_to_cart, 
.add-cart-bottom .add-cart .active.added_to_cart, 
.groups-button .add-cart .active.added_to_cart, 
.wcv-form .active[type="submit"], 
.woocommerce .widget_price_filter .price_slider_amount .active.button, 
.open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, 
.woocommerce #respond .open > input.dropdown-toggle#submit, 
.woocommerce .open > a.dropdown-toggle.button, 
.woocommerce .open > button.dropdown-toggle.button, 
.woocommerce .open > input.dropdown-toggle.button, 
.woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle, 
.woocommerce .open > a.dropdown-toggle.added_to_cart, 
.add-cart-bottom .add-cart .open > .dropdown-toggle.added_to_cart, 
.groups-button .add-cart .open > .dropdown-toggle.added_to_cart, 
.wcv-form .open > .dropdown-toggle[type="submit"], 
.woocommerce .widget_price_filter .price_slider_amount .open > .dropdown-toggle.button,
.add_payment_info:hover,
button.btn.code4:hover,
.error404 .page-404 .btn:hover,
input[type="submit"].btn-block:hover {
	color: #B18762 !important; 
    background-color: #F8F4F0;
    border-color: #B18762;
}

/* Input Comman */
body .container input {
    position: inherit;
    opacity: 1;
    cursor: text;
    outline: none;
}

.wpcf7-not-valid-tip {
	color: #ba8e49;
	font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: rgb(226 58 58 / 0.8);
    color: #fff;
    font-size: 14px;
    padding: 15px;
	margin: 0px;
}

/* ==================================== Store ========================================== */
.dokan-store .dokan-single-store.dokan-w8 {
    margin: 0 auto;
    float: none;
}

.dokan-store .store-page-wrap .btn-centr {
    margin: 40px auto 40px auto;
    width: 40%;
	justify-content: center;
}

.dokan-store .store-page-wrap .btn-centr .fa {
	color: #2F2F30;
}

.dokan-store #apus-main-content .btn-centr a:not([class]) {
	color: #888;
}

/* Store Pagination */
.dokan-store .store-page-wrap .dokan-pagination-container {
    text-align: right;
}

.dokan-store .store-page-wrap ul.dokan-pagination {
    margin-bottom: 30px;
}

.dokan-store .store-page-wrap ul.dokan-pagination li {
    margin-right: 20px;
    display: inline-block;
}

.dokan-store .store-page-wrap ul.dokan-pagination li:last-child {
    margin-right: 0px;
}

.dokan-store .store-page-wrap ul.dokan-pagination>li>a {
    border: none;
    font-size: 16px;
    color: #999;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out 0s;
}

.dokan-store #apus-main-content .store-page-wrap ul.dokan-pagination>li>a:not([class]) {
    color: #999;
}

.dokan-store .store-page-wrap ul.dokan-pagination>li>a:hover {
    background-color: transparent;
    color: #000;
}

.dokan-store #apus-main-content .store-page-wrap ul.dokan-pagination>li>a:hover:not([class]) {
    color: #000;
}

.dokan-store .store-page-wrap ul.dokan-pagination>li.active>a {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #d8a96a;
}

.dokan-store #apus-main-content .store-page-wrap ul.dokan-pagination>li.active>a:not([class]) {
    color: #000;
}.

.dokan-store .store-page-wrap ul.dokan-pagination a:hover:not(.active) {
    border-bottom: 2px solid #D8A96A;
}

.dokan-store .shopname h3 {
	font-size: 36px;
    text-transform: uppercase;
}

/* settings store */
.dokan-settings-content .dokan-form-group {
	margin-bottom: 30px;
}

.dokan-settings-content .dokan-form-group:last-child {
    margin-bottom: 0;
}

.dokan-settings-content .dokan-form-group .dokan-form-control {
	border-color: #5a5a5a;
	padding: 4px 15px;
    min-height: 30px;
    line-height: 30px;
	font-weight: 500;
}

.dokan-settings-content .dokan-form-group .wp-media-buttons button {
	margin: 15px;
}

.dokan-settings-content .dokan-form-group .form-control {
	padding: 10px 15px;
	height: auto;
	border-color: #5a5a5a;
	color: #202124;
	font-size: 14px;	
}

.dokan-settings-content .dokan-form-group input[type="submit"].dokan-btn-theme, 
.dokan-settings-content .dokan-form-group a.dokan-btn-theme, .dokan-btn-theme,
.dokan-settings-content .dokan-form-group input[type="submit"].dokan-btn-default,
.dokan-settings-content .dokan-form-group a.dokan-btn-default, 
.dokan-settings-content .dokan-form-group .dokan-btn-default{
    background-color: transparent !important;
    border: 2px solid #ba8e49 !important;
    font-size: 17px;
    padding: 10px 30px;
    color: #ba8e49 !important;
    font-weight: 600;
    border-radius: 0px;
}

.dokan-settings-content .dokan-form-group input[type="submit"].dokan-btn-theme:hover, 
.dokan-settings-content .dokan-form-group a.dokan-btn-theme, .dokan-btn-theme:hover,
.dokan-settings-content .dokan-form-group input[type="submit"].dokan-btn-default:hover, 
.dokan-settings-content .dokan-form-group a.dokan-btn-default:hover, 
.dokan-settings-content .dokan-form-group .dokan-btn-default:hover {
	color: #ba8e49 !important;
	background-color: #F8F4F0 !important;
}

.dokan-settings-content .dokan-form-group label {
	font-size: 17px;
	font-weight: 600;
	color: #202124;
}

.dokan-settings-content .dokan-form-group .gravatar-button-area {
	text-align: left;
}

/* ==================================== Home ========================================== */
body #apus-main-content {
	padding: 80px 0px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 6px;
}

body.home #apus-main-content {
	padding-top: 0px;
	padding-bottom: 80px;
}

.home .main-container {
    margin-top: 25px;
}

.home .wrapper-fillter .apus-filter {
    padding-right: 0px;
	margin: 0px 0 20px;
}

/* Footer */
body #apus-footer {
    box-shadow: none !important;
	margin-top: 60px;
}

.footer-builder-wrapper.container.dark.footer-6 {
    background: transparent;
	margin-bottom: 0;
}

.footer-builder-wrapper.container.dark.footer-6 > p {
    margin: 0;
}

.apus-footer .footer_heading h4 {
    font-family: 'Raleway',sans-serif !important;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px !important;
}

.apus-footer .widget .widget-title, 
.apus-footer .widget .widgettitle, 
.apus-footer .widget .widget-heading {
	font-size: 22px !important;
	color: #2F2F30 !important;;
}

.apus-footer .footer_row h2.widgettitle, 
.apus-footer .footer_row .title  {
	font-size: 22px;
}

body .apus-footer .footer-builder-wrapper.dark a {
	font-size: 18px;
    line-height: 33px;
	color: #2F2F30;;
}

body .apus-footer .footer-builder-wrapper.dark a:hover{
	color: #d8a96a;;
}

#footer_copyright h5 {
	margin-top: 0px;
}

#home_second_section_wrap {
    margin-top: 80px;
    margin-bottom: 40px;
}

#home_second_section_wrap .col-xs-2 {
    width: 20%;
}

#home_second_section_wrap .features {
    display: flex;
    align-items: center;
}

#home_second_section_wrap .features .features-icon {
    margin-right: 15px;
}

#home_second_section_wrap .features .features-title h4 {
    line-height: 1;
}

/* Back to top */
body .add-fix-top {
	bottom: 20px;
	position: absolute;
}

body .add-fix-top p {
	margin-bottom: 0px;
}

bpdy .add-fix-top i {
	position: relative;
    top: -6px;
    left: 5px;
}

body .add-fix-top:hover,
body .add-fix-top:focus, 
body .add-fix-top:active, 
body .add-fix-top:hover {
	background: transparent;
}

/* ==================================== Product Category ========================================== */
.apus-shop-products-wrapper .apus-filter {
	padding-right: 0px;
}

/* ==================================== Product Details ========================================== */
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner, 
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner, 
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
	border-color: #5A5A5A;
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
	border-width: 2px;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner img {
	width: 100%;
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:before {
	content: none;
}

.woocommerce .details-product.product .information .product_title {
	color: #2F2F30 !important;
    font-size: 27px !important;
	font-family: Raleway;
	font-weight: bold;
	padding-right: 110px;
	display: inline-block;
}

.woocommerce .details-product.product p.price, 
.woocommerce .details-product.product span.price {
	color: #2F2F30 !important;
    font-size: 27px !important;
	font-weight: bold;
	display: block;
}

.woocommerce .details-product.product p.price del, 
.woocommerce .details-product.product span.price del {
	font-size: 27px !important;
	font-family: Raleway;
	font-weight: bold;
}

.woocommerce .details-product.product .rate-wish .yith-wcwl-add-to-wishlist {
	display: block !important;
}

.woocommerce .details-product.product .rate-wish .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ti-heart {
	display: none;
}

.details-product .btn-theme.btn-outline {
	padding: 1px 24px;
	min-width: 296px;
    text-align: center !important;
}

.woocommerce .details-product button.button.dokan-live-chat.alt {
	margin: 0 !important;
    margin-top: -4px !important;
    padding: 0px 5px !important;
    float: none;
	display: inline-block;
	width: 70px;
}

.woocommerce .details-product.product .rate-wish .yith-wcwl-add-to-wishlist .sub-title {
	font-size: 0px;
}

.woocommerce .details-product.product .star-rating {
    width: 100px;
    font-size: 18px;
    float: none;
    margin: 0px;
	display: inline-block;
}

.woocommerce .details-product.product .star-rating:before, 
.woocommerce .details-product.product .star-rating span:before {
	color: #BA8E49;
}

.woocommerce .details-product.product .information .items {
    font-size: 21px;
    color: #5A5A5A;
}

.details-product .slick-carousel .slick-arrow:hover, 
.details-product .slick-carousel .slick-arrow:active, 
.details-product .slick-carousel .slick-arrow:focus {
	background: #BA8E49;
}

.details-product .slick-carousel .slick-arrow:hover, 
.details-product .slick-carousel .slick-arrow:active, 
.details-product .slick-carousel .slick-arrow:focus {
	background: #BA8E49;
}

body .text-theme {
    color: #BA8E49 !important;
}

.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover, 
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
	border-color: #BA8E49;
    background: #BA8E49;
}

.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
	top: 20px;
    right: 20px;
}

body .btn-theme.btn-outline, 
body .btn-outline.viewmore-products-btn {
	display: block;
	border: 2px solid #1CBF4F;
    color: #fff;
    margin-right: 20px;
    background-color: #1CBF4F;
    padding: 14px 24px;
    font-size: 16px;
    text-transform: uppercase;
	border-radius: 0;
    width: auto;
    display: inline-block;
    float: left;
	font-weight: bold;
}

body .btn-theme.btn-outline:hover, 
body .btn-outline.viewmore-products-btn:hover, 
body .btn-theme.btn-outline:active, 
body .btn-outline.viewmore-products-btn:active {
	background: #edfff3;
    border-color: #1CBF4F;
    color: #1CBF4F !important;
}

.woocommerce .details-product  #respond input#submit.alt, 
.woocommerce .details-product  a.button.alt, 
.woocommerce .details-product  button.button.alt, 
.woocommerce .details-product  input.button.alt {
	background: none;
    color: #2F2F30;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    border: none;
    padding: 0 !important;
    margin: 8px 0;
}

.woocommerce .details-product  button.button.alt:before {
	content: "\f0e6";
	font-family: FontAwesome;
    display: block;
    font-size: 22px;
    line-height: 1;
}

.woocommerce .details-product  button.button.alt span {
	display: none;
}

.details-product .information .compare {
	display: none;
}

.details-product .dokan-report-abuse-button {
	display: none;
}

.woocommerce-product-details__short-description span {
	font-size: 17px;
	font-weight: bold;
}


.woocommerce-product-details__short-description  p {
	font-size: 17px;
    color: #5A5A5A;
	display: inline;
}

.details-product .rate-wish {
    display: inline-block;
}

.details-product .rate-wish i {
	color: #B18762;
	margin-bottom: 10px !important;
	font-size: 20px;
    margin-left: 30px !important;
}

.details-product .product-location {
	font-size: 21px;
	opacity: 0.6;
	color: #E23A3A;
	margin-bottom: 10px;
}

.details-product .product-location i {
	margin-right:10px;
}

.details-product .secure-payment {
	display: inline-block;
	width: 100%;
}

.details-product .secure-payment a {
    border: 2px solid #1CBF4F;
    color: #1CBF4F !important;
    margin-right: 20px;
    background-color: #fff;
    padding: 12px 13px;
    font-size: 15px;
    border-radius: 0;
    width: auto;
    display: inline-block;
    float: left;
	margin: 15px 0 0 0;
}

.details-product .secure-payment a i {
	margin-right: 8px;
}

.details-product .secure-payment a:hover {
	background: #1CBF4F;
	color: #fff !important;
	border-color: #1CBF4F;
}

.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
	background: #ba8e49;
}

.details-product .apus-woocommerce-product-gallery-wrapper .downsale:before {
	border-color: #ba8e49 #ba8e49 transparent transparent;
}

.details-product .apus-discounts {
	display: none;
}

.details-product .rate-wish .feedback {
	font-size: 0px;
}

table.variations {
	height: auto;
}

.woocommerce div.product form.cart .variations td {
	padding: 10px 0px !important;
}

table.variations .tawcvs-swatches .swatch {
	width: 20px;
    height: 20px;
	border-radius: 0;
	border: 1px solid #000;
	margin-bottom: 0px;
}

table.variations tr:nth-child(even) {
    background-color: transparent;
}

.woocommerce div.product form.cart .variations select {
	background: #E7E7E7;
    border: none;
    height: 37px;
    padding: 0px 10px;
    font-size: 16px;
    color: #2F2F30;
}

.woocommerce div.product form.cart .variations td {
	vertical-align: middle;
}

.woocommerce div.product form.cart .variations td label {
	color: #4c4c4c;
    font-weight: bold !important;
    font-size: 17px;
    font-weight: bold;
	margin-bottom: 0px;
}

.woocommerce div.product form.cart .reset_variations {
    color: #ba8e49;
    font-size: 17px;
}

.woocommerce div.product form.cart .reset_variations:before {
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
    left: -4px;
}

/* ==================================== Header main Menu ========================================== */
.navbar .navbar-nav.megamenu > li {
	margin-right: 70px;
}

.navbar .navbar-nav.megamenu > li:last-child {
	margin-right: 0px;
}

.navbar .navbar-nav.megamenu > li > a {
	font-size: 20px;
    font-weight: normal;
	color: #5A5A5A;
}

.navbar .navbar-nav.megamenu > li > a:hover, 
.navbar .navbar-nav.megamenu > li > a:active, 
.navbar .navbar-nav.megamenu > li > a:focus {
	color: #ba8e49;
}

.navbar .navbar-nav.megamenu > li > a:hover {
	color: #ba8e49;
}

.header-middle .apus-search-nocategory {
	position: relative;
    top: -10px;
}

.header-middle .apus-search-nocategory .input-group .form-control {
	width: 333px !important;
    max-width: 333px;
    border-bottom-width: 2px;
    border-bottom-color: #2F2F30;
    font-size: 23px;
}

.header-middle .apus-search-nocategory .input-group .form-control::placeholder {
	color: #2F2F30;
}

.apus-header {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;

}

/**** Shop ****/
.owl-carousel.products .owl-item {
	padding-right: 5px;
    padding-left: 5px;
}

.owl-carousel.products .owl-item .product-block .image img {
	height: 360px;
    object-fit: cover;
}

.owl-carousel.products .owl-item .product-block.grid-v3 .name {
	font-size: 19px;
    margin: 0px 0px 10px;
    font-weight: bold;
}

.owl-carousel.products .owl-item .product-block.grid-v3 .name a:not([class]) {
    color: #2F2F30 !important;
    display: inline-block;
}

.owl-carousel.products .owl-item .product-block.grid-v3 .name a:hover:not([class]) {
	color: #ba8e49 !important;
}

.owl-carousel.products .owl-item .items {
    font-size: 17px;
}

.owl-carousel.products .owl-item .items  p {
    margin-bottom: 0px;
}

.woocommerce ul.owl-carousel.products {
/* 	border-bottom: 1px solid #E7E7E7; */
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.woocommerce ul.owl-carousel.products:before {
	content: "";
    background: #E7E7E7;
    height: 1px;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.woocommerce ul.owl-carousel.products .owl-dots {
	display: none;
}

.pagination-wrap ul.pagination {
	margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}

.pagination-wrap ul.pagination > li {
	display: inline-block;
    vertical-align: middle;
	margin-left: 45px;
}

.pagination-wrap ul.pagination > li:first-child {
	margin-left: 0px;
}

.pagination-wrap ul.pagination > li > a {
	font-size: 18px;
    padding: 10px 0px;
    border: none;
    border-bottom: 4px solid transparent;
    font-family: 'Raleway',sans-serif;
    transition: all 0.2s ease-in-out 0s;
	opacity: 1;
}

.pagination-wrap ul.pagination > li > span.current,
.pagination-wrap ul.pagination > li > a:hover{
	color: #000;
    background: transparent;
	font-weight: bold;
    border: none;
    border-bottom: 4px solid #d8a96a;
    border-radius: 0;
    padding: 10px 0px;
	font-size: 18px;
}

body .pagination > li > a:hover, 
body .pagination > li > a:focus, 
body .pagination > li > span:hover,
body .pagination > li > span:focus  {
	color: #000;
}

.woocommerce .owl-carousel.products .owl-item div.product p.price, 
.woocommerce .owl-carousel.products .owl-item div.product .grid-inner span.price {
	color: #5A5A5A !important;
    font-weight: normal;
    font-size: 17px;
    font-family: Raleway;
}

/* Sidebar */
.widget .widget-title, 
.widget .widgettitle, 
.widget .widget-heading {
	font-size: 19px !important;
	font-weight: bold !important;
    font-family: Raleway !important;
	border-bottom: none !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
}

.widget .widget-title:before, 
.widget .widgettitle:before, 
.widget .widget-heading:before {
	content: none !important;
}

.wpfFilterWrapper {
	border-top: 1px solid #707070;
	border-bottom: none !important;
	margin: 0 !important;
}

.wpfFilterTitle {
    margin-bottom: 0 !important;
	padding: 4px 10px;
}

.wpfFilterWrapper .wfpTitle {
    font-size: 18px;
    color: #2F2F30;
}

.wpfFilterWrapper i {
	padding-top: 8px !important;
}

.wpfFilterTitle .fa-plus:before {
	content: "\f078";
}

.wpfFilterTitle .fa-minus:before {
	content: "\f077";
}

.wpfFilterContent {
	border-top: 1px solid #707070;
	padding-top: 10px;
}

.wpfBlockAnimated.wpfHide {
	padding-top: 0;
    border-top: none;
}

.wpfFilterVerScroll li {
	font-size: 15px;
    line-height: 40px;
}

.wpfFilterWrapper[data-filter-type] {
	padding: 0;
}

#wpfBlock_4 .wpfButtonsFilter .wpfTermWrapper {
	border-color: #5C5C5C !important;
	color: #2F2F30;
}

.wpfButtonsFilter .wpfTermWrapper .wpfValue {
	 font-size: 10px;
}

#wpfBlock_4 .wpfButtonsFilter .wpfTermWrapper:hover {
	background: #d8a96a;
}

/* Right Side */
.woocommerce .woocommerce-ordering select {
	background-color: #E7E7E7 !important;
	font-size: 18px;
    color: #2F2F30;
	border-color: #E7E7E7;
	padding: 1px 22px;
	font-weight: 500;
}

.woocommerce .woocommerce-ordering select option:hover {
	background-color: #c6ac8f;
}

.apus-filter .form-yozi-ppp .yozi-wc-wppp-select {
	background-color: #E7E7E7;
	font-size: 18px;
    color: #2F2F30;
	border-color: #E7E7E7;
	padding: 1px 22px;
	font-weight: 500;
}

.apus-filter .widget-search .input-group .form-control {
	font-size: 18px;
    border-bottom: 1px solid #707070;
}

/* Product */
.grid-v3 .groups-button-2 .add-cart .button:hover, 
.grid-v3 .groups-button-2 .add-cart .added_to_cart:hover {
	color: #ba8e49 !important;
}

.grid-v3 .groups-button-2 .yith-wcwl-add-to-wishlist:hover, 
.grid-v3 .groups-button-2 .quickview:hover, 
.grid-v3 .groups-button-2 .compare:hover {
	color: #ba8e49 !important;	
}

.products.products-grid + .apus-after-loop-shop {
	margin-top: 40px;
}

.products.products-grid .row {
	margin-left: -4px;
    margin-right: -4px;
}

.products.products-grid .row .product-type-simple {
	padding-left: 4px;
    padding-right: 4px;
}

.products.products-grid .row .product-type-simple .product-block  {
	margin-bottom: 50px;
}

.products.products-grid .row .product-type-simple:nth-last-child(-n+5) .product-block {
	margin-bottom: 0px;
}

.products.products-grid .grid-v3 .name {
	font-size: 19px;
    margin: 0px 0px 10px;
    font-weight: bold;	
}

.products.products-grid .grid-v3 .name a:not([class]) {
	color: #2F2F30 !important;
	display: inline-block;
}

.products.products-grid .grid-v3 .name a:hover:not([class]) {
	color: #ba8e49 !important;
}

.products.products-grid .product-block .image img {
	height: 360px;
    object-fit: cover;
}

.products.products-grid .items {
	font-size: 17px;
}

.products.products-grid .items p {
	margin-bottom: 0px;
}
.woocommerce div.product p.price, 
.woocommerce div.product .grid-inner span.price {
    color: #5A5A5A !important;
    font-weight: normal;
    font-size: 17px;
	font-family: Raleway;
}

.woocommerce .star-rating:before, 
.woocommerce .star-rating span:before {
    color: #2F2F30;
}

/* ======================== Rating ================== */

.woocommerce .star-rating {
    width: 100px;
    font-size: 18px;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    color: rgb(25, 25, 25);
}

/* ======================== Wishlist ================== */
.woocommerce table.wishlist_table  {
	border: none;
}

.woocommerce table.wishlist_table tr td {
	border-bottom: 1px solid #2F2F30 !important;
}

.woocommerce table.wishlist_table tr:first-child td {
    padding-top: 0 !important;
}

.woocommerce table.wishlist_table tr:last-child td {
	border-bottom: none !important;
}

.woocommerce table.wishlist_table tr td.product-remove {
	width: 320px;
	text-align: left;
}

.woocommerce table.wishlist_table tr:nth-child(even) {	
	background: none;
}

.woocommerce table.wishlist_table .product-thumbnail {
	width: 205px;
}

.woocommerce table.wishlist_table .product-thumbnail a {
	display: inline;
}

.woocommerce table.wishlist_table .product-thumbnail img{
	width: 205px;
	height: 205px;
	object-fit: cover;
}

.woocommerce table.wishlist_table tr td {
	font-size: 21px;
	color: #5A5A5A;
	padding: 50px 0px 50px 0px !important;
}

.woocommerce table.wishlist_table tr td span {
	display: block;	
	line-height: 45px;
	margin-left: 50px;
}

.woocommerce table.wishlist_table tr td span span {
    display: inline-block;
	margin-left: 0px;
}

.woocommerce table.wishlist_table tr td .product-price {
	font-size: 27px;
	font-weight: bold;
	color: #2F2F30;
}

.woocommerce table.shop_table.wishlist_table .product-remove .remove {
    width: auto;
    height: auto;
    line-height: inherit;
    border: none;
    font-size: 50px;
    color: #2F2F30 !important;
}

.woocommerce table.shop_table.wishlist_table .product-remove .remove:hover {
	color: #d9534f !important;
}

.yith-wcwl-form .yith_wcwl_wishlist_footer {
    display: none;
}

/* ======================== start your own shop ================== */
.cstm_start_own_shop_wrap,
.cstm_start_own_shop_wrap .text-center {
	text-align: center !important;
}

.cstm_start_own_shop_wrap .jumbotron-heading {
	font-size: 34px;
	color: #2F2F30;
	font-weight: bold;
	margin: 0px;
}

.cstm_start_own_shop_wrap p.lead  {
    font-size: 30px;
    color: #5A5A5A;
	text-align: center;
	margin: 60px 0px;
	letter-spacing: 3px;
}

.cstm_start_own_shop_wrap form .form-group  {
	position: relative;
	text-align: center;
	margin-bottom: 0px;
}

.cstm_start_own_shop_wrap form .form-group label {
	margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    color: #5A5A5A;
}

.cstm_start_own_shop_wrap form .form-group .form-control {
	height: auto;
	padding: 18px 30px;
    font-size: 22px;
    line-height: 1;
	color: #5A5A5A;
	border: none;
	text-align: center;
    border-bottom: 1px solid #BA8E49;
}

.cstm_start_own_shop_wrap form .form-group .add_shop_logo {
    margin: 45px 0px 70px 0px;
}

.cstm_start_own_shop_wrap form .form-group .add_shop_logo:before {
    content: "ADD YOUR SHOP LOGO";
    font-size: 17px;
    font-weight: 600;
    color: #B18762;
    padding: 13px 36px;
    border: 2px solid #B18762;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.cstm_start_own_shop_wrap form .form-group .add_shop_logo .form-control {
    opacity: 0;
    padding: 14px 0px;
    width: 265px;
    display: inline-block;
}

.cstm_start_own_shop_wrap form .form-group .validation-error {
	font-size: 17px;
	color: #b18762;
	position: absolute;
    right: 0;
	left: 0px;
    top: 156px;
	font-weight: normal;
}

.cstm_start_own_shop_wrap form .form-group .btn-primary {
	border: 2px solid #BA8E49;
	padding: 6px 60px;
    font-size: 17px;
	width: auto;
    background: transparent;
	margin-top: 80px;
	border-radius: 0px;
	color: #BA8E49;
}

.cstm_start_own_shop_wrap form .form-group .btn-primary:hover {
	background: #F8F4F0;
	color: #BA8E49;
}

.cstm_start_own_shop_wrap .loader_img {
	position: relative;
    top: 40px;
    left: 10px;
}

.cstm_start_own_shop_wrap .loader_img  img {
	width: 30px;
}


.cstm_start_own_shop_wrap .vc_single_image-wrapper {
	margin-top: 20px;
}

.cstm_start_own_shop_wrap .vc_single_image-wrapper img {
    width: 150px;
    height: 150px;
    object-fit: cover;	
	border-radius: 50%;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper {
	font-size: 30px;
    color: #5A5A5A;
	text-align: center;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .form-group label {
	margin-bottom: 0px;
	font-size: 30px;
    font-weight: 300;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .form-group .btn-primary {
	margin-top: 30px;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper label {
	margin-bottom: 25px;
    font-weight: normal;
    color: #5A5A5A;
    font-size: 25px;
	display: block;
	letter-spacing: 3px;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .btn-primary {
	border: 2px solid #BA8E49;
	padding: 6px 60px;
    font-size: 17px;
	width: auto;
    background: transparent;
	border-radius: 0px;
	color: #BA8E49;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .btn-primary:hover {
	background: #F8F4F0;
	color: #BA8E49;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .create_shop_signin_terms {
	font-size: 14px;
	font-weight: 600;
	margin-top: 50px;
    padding: 0 38%;
}

.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .create_shop_signin_terms a {
	    text-decoration: underline;
}

/* ==================================== Message ========================================== */
.dokan-info {
    background-color: #C6AC8F;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
	border: none;
    padding: 20px 30px;
}

.dokan-info:before {
	content: none;
}

.dokan-alert-danger, .dokan-alert-success{
    background-color: #C6AC8F !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
	border: none;
    padding: 20px 30px;
}



/* ==================================== new sign in ========================================== */
.woocommerce form.woocommerce-form-login label {
    color: #202124;
}

.woocommerce form.woocommerce-form-login .form-row-first, 
.woocommerce-page form.woocommerce-form-login .form-row-first {
	float: none;
}

.woocommerce form.woocommerce-form-login .form-row-last, 
.woocommerce-page form.woocommerce-form-login .form-row-last {
	float: none;
}

.woocommerce form.woocommerce-form-login .form-row-first, 
.woocommerce form.woocommerce-form-login .form-row-last, 
.woocommerce-page form.woocommerce-form-login .form-row-first, 
.woocommerce-page form.woocommerce-form-login .form-row-last {
	width: 100%;
}
 
.woocommerce form.woocommerce-form-login .form-row input.input-text, 
.woocommerce form.woocommerce-form-login .form-row textarea {
	border-color: #5A5A5A;
	font-size: 17px;
}

.woocommerce form.woocommerce-form-login .form-row input.input-text:focus, 
.woocommerce form.woocommerce-form-login .form-row textarea:focus {
	border-color: #5A5A5A;
}

.woocommerce form.woocommerce-form-login .clear + .form-row {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
} 

.woocommerce form.woocommerce-form-login .lost_password {
    text-align: center;	
}

.woocommerce form.woocommerce-form-login .lost_password a {
	font-size: 16px;
    font-weight: bold;
    color: #202124 !important;
}

.woocommerce form.woocommerce-form-login .lost_password a:hover {
	color: #ba8e49 !important;
}

.woocommerce form.woocommerce-form-login .form-row .required {
	display: none;
}

.woocommerce-form-login + .btn-group {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
}

.woocommerce-form-login + .btn-group button {
	width: auto;
	border: none;
    background: transparent;
    padding: 0;
	margin: 0px 11px;
}

.woocommerce-form-login + .btn-group button a {
	font-weight: normal;
    border: 2px solid #2f2f30;
	background: #2f2f30;
    padding: 6px 30px;
    font-size: 14px;
	color: #fff;
	min-height: 34px;
    line-height: 34px;
	width: auto;
	text-transform: capitalize;
    border-radius: 0px;
}

.woocommerce-form-login + .btn-group button a:hover {
	color: #2f2f30;
    background-color: rgb(47 47 48 / 0.16);
    border-color: #2f2f30;
}

.woocommerce-form-login + .btn-group button a:hover i {
	color: #2f2f30 !important;
}

/* ==================================== checkout ========================================== */
.woocommerce form .woocommerce-billing-fields {
	border: none;
}

.woocommerce form .woocommerce-billing-fields > h3 {
	font-size: 20px;
    font-weight: bold;
	margin-bottom: 20px;
	border-bottom: none;
	font-family: Raleway;
	text-align: left;
	padding: 0;
	color: #2F2F30;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding: 0;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > label {
    min-width: auto;
    float: none;
    font-weight: 600;
    margin-top: 0;
    text-transform: none;
    font-size: 17px;
    font-family: Raleway;
    color: #2F2F30;
}

.woocommerce form .woocommerce-billing-fields .form-row input.input-text, 
.woocommerce form .woocommerce-billing-fields .form-row textarea {
	border: none;
	border-bottom: 1px solid #cacaca;
	padding-left: 0px;
	font-size: 17px;
    font-weight: normal;
    color: #5A5A5A;
}

.woocommerce-billing-fields .select2-container--default .selection .select2-selection--single {
	border: none;
	border-bottom: 1px solid #cacaca;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #5A5A5A;
	font-size: 17px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
	border-radius: 0px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single {
	height: 40px;
}

.woocommerce #customer_details .woocommerce-shipping-fields {
	border: 1px solid #cacaca;
    padding: 0px 20px 20px;
}

.woocommerce #customer_details .woocommerce-shipping-fields h3 {
	font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    color: #2F2F30;
	text-transform: uppercase;
}

.woocommerce #customer_details .woocommerce-shipping-fields .form-row label {
    font-weight: 600;
    font-size: 17px;
    font-family: Raleway;
    color: #2F2F30;
}

.woocommerce #customer_details .woocommerce-shipping-fields textarea {
	height: 100px;
    border: none;
    border-bottom: 1px solid #cacaca;
    padding-left: 0px;
    font-size: 17px;
    font-weight: normal;
    color: #5A5A5A;
}

.woocommerce .order-review {
	border: none;
	padding: 0px;
}

.woocommerce .order-review #order_review_heading {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: none;
    font-family: Raleway;
    text-align: left;
    padding: 0;
    color: #2F2F30;
}

#order_review .shop_table {
    border: 1px solid #cacaca;
	margin-bottom: 50px;
}

#order_review .product-total {
    font-weight: 600;
    color: #ba8e49;
	font-family: Raleway;
	font-size: 17px;
}

#order_review .product-name {
    font-size: 17px;
    color: #2F2F30;
}

#order_review .woocommerce-Price-amount {
	color: #ba8e49;
	font-weight: normal;
}
 
#order_review .shop_table td {
	padding: 15px;
	vertical-align: top;
	border-color: #cacaca;
	font-size: 17px;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	font-weight: 600;
	font-family: Raleway;
}

.woocommerce table.shop_table tfoot .cart-subtotal th {
	border-top: none;
	border-bottom: 1px solid #cacaca;
}

.woocommerce table.shop_table tfoot .order-total th {
	border-top: none;
}

.woocommerce table.shop_table tfoot .order-total td {
	border-bottom: none !important;
}


#add_payment_method #payment ul.payment_methods li label, 
.woocommerce-cart #payment ul.payment_methods li label, 
.woocommerce-checkout #payment ul.payment_methods li label {
	font-weight: 600;
    font-size: 17px;
    font-family: Raleway;
    color: #2F2F30;
	text-transform: uppercase;
}

#add_payment_method #payment ul.payment_methods li .payment_box, 
.woocommerce-cart #payment ul.payment_methods li .payment_box, 
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
	padding: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #5A5A5A;
}


#add_payment_method #payment .place-order, 
.woocommerce-cart #payment .place-order, 
.woocommerce-checkout #payment .place-order {
    padding: 0px !important;
    border: none;
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #5A5A5A;
}

.woocommerce-checkout #payment .place-order a {
	color: #ba8e49;
}

.woocommerce-checkout #payment .place-order a:hover {
	color: #5A5A5A;
}

#add_payment_method #payment .place-order #place_order, 
.woocommerce-cart #payment .place-order #place_order, 
.woocommerce-checkout #payment .place-order #place_order {
	text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #ba8e49;
    padding: 6px 30px;
    font-size: 14px;
    border-radius: 0px;
    background: transparent;
    color: #ba8e49;
    text-align: center !important;
	cursor: pointer;
}

#add_payment_method #payment .place-order #place_order:hover, 
.woocommerce-cart #payment .place-order #place_order:hover, 
.woocommerce-checkout #payment .place-order #place_order:hover {
	color: #B18762 !important;
    background-color: #F8F4F0;
    border-color: #B18762;
}


.apus-checkout-step li:after {
	content: none;
}

.apus-checkout-step li .inner:before {
	content: none;
}

.apus-checkout-step li .inner:after {
	content: none;
}

.apus-checkout-step li:after {
	content: "";
	background: #E2D0BD;
    width: 100%;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
}

.apus-checkout-step li.active {
	background: none;
}

.apus-checkout-step li.active:after {
	background: #B18762;
	border: none;
}

.apus-checkout-step li:last-child:after {
    border-radius: 0px 10px 10px 0;
}

.apus-checkout-step li:first-child:after {
    border-radius: 10px 0px 0px 10px;
}

.apus-checkout-step li.active .step {
	color: #B18762;
	opacity: 1;
	border-color: #B18762;
}

.apus-checkout-step li.active .inner-step {
	font-weight: bold;
}

.apus-checkout-step .step {
	background: #fff;
    border: 10px solid #E2D0BD;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
	font-size: 30px;
	color: #B18762;
	display: block;
	position: inherit;
	top: 0px
}

.apus-checkout-step li:before {
	content: none;
}

.apus-checkout-step .inner-step {
	color: #2F2F30;
	font-size: 19px;
	font-weight: normal;
    font-family: Raleway;
}

.woocommerce-order-details, 
.woocommerce-checkout, 
.cart-collaterals {
	margin-bottom: 0px;
}

.woocommerce form.woocommerce-checkout .form-row.woocommerce-invalid label {
	color: #ba8e49;
}

/* ==================================== woocommerce massage ========================================== */
.woocommerce-error,
.woocommerce-info, 
.woocommerce-message {
	padding: 1em 2em 1em 2em;
	border: none;
	background-color: #ba8e49;
    color: #fff;
	font-size: 17px;
    border-radius: 5px;
	line-height: 1.6;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,  
.woocommerce-message a:hover {
	color: #fff;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	content: none;
}

/* order received */
.woocommerce-order-received .woocommerce .order-img {
    text-align: center;
	margin-bottom: 35px;
}

.woocommerce-order-received .woocommerce h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.woocommerce-order-received .woocommerce > p {
	font-size: 19px;
	text-align: center;
	font-weight: 500;
	color: #5A5A5A;
    margin-bottom: 0;
	letter-spacing: 2px;
}

.woocommerce-order-received .woocommerce p.like-items {
	margin-top: 60px;
	margin-bottom: 30px;
	color: #2F2F30;
}

.woocommerce-order-received .woocommerce p a:not([class]) {
	color: #5A5A5A !important;
	text-decoration: underline;
}

.woocommerce-order-received .woocommerce p a:hover {
	color: #ba8e49 !important;
}

.woocommerce-order-received .product .grid-v3 .name {
    font-size: 19px;
    margin: 0px 0px 10px;
    font-weight: bold;
}

.woocommerce-order-received .product .grid-v3 .name a:not([class]) {
    color: #2F2F30 !important;
    display: inline-block;
}

.woocommerce-order-received .product .grid-v3 .name a:hover:not([class]) {
    color: #ba8e49 !important;
}

.woocommerce-order-received .product .items {
    font-size: 17px;
}

.woocommerce-order-received .product .items p {
    margin-bottom: 0px;
}

.woocommerce-order-received .product .items p a:not([class]) {
	color: #ba8e49 !important;
    text-decoration: none;
}

.woocommerce-order-received #reviews {
	display: none;
}

/* ==================================== Product Edit ========================================== */
.dokan-product-edit-form .dokan-edit-row {
	margin-bottom: 30px;
}

.dokan-product-edit-form .dokan-section-content .show_if_grouped {
	border: 1px solid #e3e3e3;
	border-top: none;
}

.dokan-product-edit-form .dokan-section-content .dokan-attribute-type {
	padding: 15px 20px;
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute {
	top: 12px;
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item {
    padding: 20px;
}

.dokan-product-remove-attribute:hover {
	color: #ba8e49;
}

.dokan-product-edit-form .dokan-attribute-values .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 4px 20px;
    margin: 5px;
}

.dokan-product-edit input[type="submit"].dokan-btn, 
.dokan-product-edit  a.dokan-btn, 
.dokan-product-edit .dokan-btn  {
	border-width: 2px;
	border-radius: 0;
}

.dokan-product-edit input[type="submit"].dokan-btn-default:hover, 
.dokan-product-edit a.dokan-btn-default:hover, 
.dokan-product-edit .dokan-btn-default:hover,
.dokan-product-edit a.dokan-btn-default:focus, 
.dokan-product-edit .dokan-btn-default:focus,
.dokan-product-edit a.dokan-btn-default:active, 
.dokan-product-edit .dokan-btn-default:active {
	background: rgb(226 208 189 / 0.23);
	color: #B18762;
}

/* ==================================== Header Sticky ========================================== */
.apus-header.cstm_srh_sticky_header .cstm_sticky_search {
	float: none !important;
	display: flex;
	flex-direction: row-reverse;
}

.apus-header.cstm_srh_sticky_header .cstm_sticky_search .apus-search-nocategory .btn {
	padding-left: 0px;
	margin-left: 0px !important;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 4px;
}

.apus-header.cstm_srh_sticky_header .cstm_sticky_search .apus-search-nocategory .input-group .form-control {
	width: 0px !important;
	max-width: 0px !important;
	position: absolute !important;
	left: -360px !important;
	border-bottom: 2px solid #000 !important;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.2s ease-in-out 0s;
}

.apus-header.cstm_srh_sticky_header .cstm_sticky_search .apus-search-nocategory .input-group:hover .form-control {
	width: 360px !important;
	max-width: 360px !important;
	display: block !important;
}

/* ==================================== start selling ========================================== */
.widget-text-heading.start_selling_banner .title,
.widget-text-heading.start_selling_right_col .title{
	margin-top: 15px;
}

/* ==================================== buying ========================================== */
.white-arrow .black .sa_owl_theme .owl-nav .owl-prev {
	background: url(https://thecloset.co.za/wp-content/uploads/2020/10/white_icon_prev.png) no-repeat center center !important;
}

.white-arrow .black .sa_owl_theme .owl-nav .owl-next {
	background: url(https://thecloset.co.za/wp-content/uploads/2020/10/white_icon_next.png) no-repeat center center !important;
}

/* New Chnages */
#home_shop_section_wrap .additem {
    position: absolute;
	top: 115px;
	right: 22px;
	margin-right: 0px;
}

.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	opacity: 1;
}

.add_payment_info {
    text-transform: uppercase;
    display: inline-block;
    color: #ba8e49;
}

.btn.code4 {
	text-align: center !important;
}

.product_cat_header_section_wrap {
	text-align: center;
    margin-bottom: 21px;
	position: relative;
}

.product_cat_header_section_wrap .additem {
    float: none;
    margin-right: 0;
    position: absolute;
    right: 0;
}

.product_cat_header_section_wrap .category-title {
	margin-top: 0px;
}

.product_cat_header_section_wrap .category-title {
	font-size: 37px;
    text-transform: uppercase;
    font-weight: bold;
	color: #2F2F30;
	line-height: 36px;
    margin-bottom: 9px;
}

.product_cat_header_section_wrap .taxonomy-description {
    text-transform: uppercase;
    font-size: 19px;
    color: #5A5A5A;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section {
	display: flex;
	padding-left: 0px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li {
	padding: 0px;
	margin: 0px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li a {
	font-size: 20px;
	color: #2F2F30;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li:last-child a {
	color: #ba8e49;
	padding-left: 20px;
	margin-left: 20px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li:last-child a:before {
	content: "";
	content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    background: #2F2F30;
    position: absolute;
    left: 0;
    top: 8px;
}

/* 404 Page */
.error404 .page-404 {
    background: none;
}


.error404 .page-404 .not-found {
    text-align: center !important;
}

.error404 .page-404 .slogan .title-big {
	color: #ba8e49;
}

/* ==================================== Responsive View ========================================== */
@media (min-width: 1501px) {
	.dokan-dashboard-content .col-md-cl-5.first {
		clear: inherit;
	}
	
	.dokan-dashboard-content .col-md-cl-5 {
		width: 25%;
	}
	
}

@media (min-width: 768px) {
	body .modal-dialog {
		margin: 0px auto;
	}
}


@media (max-width: 1500px) and (min-width: 1200px) {
    .dokan-store .store-page-wrap .product-type-simple:nth-child(4n + 1) {
        clear: inherit;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .dokan-store .store-page-wrap .product-type-simple:nth-child(4n + 1) {
        clear: inherit;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .dokan-store .store-page-wrap .product-type-simple:nth-child(3n + 1) {
        clear: inherit;
    }
}

@media (max-width: 1500px) {
	.products.products-grid .row .product-type-simple:nth-last-child(-n+4) .product-block {
		margin-bottom: 0;
	}
	
	.products.products-grid .row .product-type-simple:nth-last-child(-n+5) .product-block {
		margin-bottom: 50px;
	}
	
}

@media (max-width: 1366px) {

    /* Dokan */
    .dokan-product-listing .dokan-product-listing-area .product-block {
        min-height: 550px;
    }
}

@media (max-width: 1199px) {
	
	/* Header */
	.navbar .navbar-nav.megamenu > li {
		margin-right: 40px;
	}

    /* Dokan */
    .dokan-product-listing .dokan-product-listing-area .product-block {
        min-height: 470px;
    }

    /* New Product */
    .dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .dokan-product-gallery .product_images {
        padding-left: 0px;
    }

    /* Store */
    .dokan-store .dokan-single-store.dokan-w8 {
        width: 90%;
    }

    /* New Product */
    .dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image {
        margin-bottom: 40px;
		height: 595px;
		width: 596px;
    }
	
	.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .dokan-feat-image-upload img {
		height: 99.6666%;
	}
	
	.dokan-new-product-area .dokan-form-group .dokan-btn {
		margin-left: 0;
	}
	
	.dokan-dashboard-wrap .cstm-new-product-upload-section .new-product-form-control .dokan-form-group.dokan-right .loader_img {
		right: -40px;
	}
	
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image + .validation-error {
		position: relative;
		bottom: 25px;
	}
	
	.profile {
		width: 19%;
	}
	
	.dokan-dashboard-content .product-block .image img {
		height: 300px;
	}
	
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image a.dokan-remove-feat-image, 
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image .instruction-inside {
		width: calc(100% - 365px);
	}
	
	.dokan-dashboard-content .dokan-form-group.dokan-right {
		float: left !important;
	}
	
	
	
	/* Shop */
	.owl-carousel.products .owl-item .product-block .image img {
		height: 290px;
	}
	
	/* start your own shop */
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .create_shop_signin_terms {
		padding: 0 35%;
	}
	
	/*  start selling */
	.widget-text-heading.start_selling_banner .title,
	.widget-text-heading.start_selling_right_col .title{
		font-size: 30px;
	}
	
	/* New Chnages */
	#home_shop_section_wrap .additem {
		top: 18px;
	}

}

@media (max-width: 991px) {

    h1,
    .h1 {
        font-size: 34px;
    }
	
	body #apus-main-content {
		padding: 60px 0px;
	}
	
	/* Header */
	.header-mobile .table-visiable-dk [class*="col-"] {
		width: 100%;
	}
	
	.header-mobile .table-visiable-dk .logo {
		margin-right: 0;
    	justify-content: center;
	}
	
	.header-mobile .table-visiable-dk .logo img {
		height: 74px;
	}
	
	.header-mobile .wishlist-icon {
		margin-top: 0;
		display: none;
		padding: 0;
	}
	
	.header-mobile .apus-search-form form .form-control {
		width: 100%;
		max-width: 100%;
		margin: 30px 0 20px 0;
	}
	
	.header-mobile .apus-search-form .input-group-btn {
		display: none;
	}
	
	.apus-filter .display-mode {
		display: none !important;
	}
	
	#home_third_section_wrap h2 {
		font-size: 32px !important;
		line-height: 42px !important;
		margin-bottom: 40px !important;
	}	
	
	#home_shop_section_wrap h2 {
		margin-top: 50px;
		font-size: 32px;
	}
	
	#home_second_section_wrap {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
	#home_third_section_wrap .wrap-pic-w:last-child {
		margin-bottom: 10px;
	}
	
	#home_second_section_wrap .col-xs-2 {
		width: 33.3333%;
	}
	
	body div.product.col-md-cl-5:nth-child(4n + 1) {
		clear: inherit;
	}
	
	.mobile-vertical-menu.hidden-lg.hidden-md {
    	position: absolute;
		left: 0;
		top: 236px;
		right: 0;
		background: #fff;
		z-index: 1;
	}
	
	.apus-filter .input-group .form-control {
		width: 190px;
		max-width: 190px;
	}
	
	.close-sidebar-btn i, 
	.mobile-sidebar-btn i {
		color: #c6ac8f !important;
	}
	
	/* Topbar */
	body .header-mobile {
		padding: 0px;
	}
	
	.header-mobile .container-fluid {
		background: #2F2F30;
		display: flex;
    	align-items: center;
		padding: 12px 15px;
		margin-bottom: 35px;
	}
	
	.header-mobile .top-menu-wrap .btn {
		padding: 0px;
	}
	
	.header-mobile .pull-left {
		float: none !important;
    	width: 50px;
	}
	
	.header-mobile .widget {
		margin-bottom: 0;
	}
	
	.header-mobile .topbar-right-inner {
		margin-left: auto;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
	}
	
	.header-mobile .btn-showmenu:hover, 
	.header-mobile .btn-showmenu:focus {
		color: #BA8E49;
	}
	
	.admin-bar .mm-menu.mm-offcanvas {
		top: 31px;
	}
	
	.mm-menu.mm-offcanvas {
		background: #2F2F30 !important;
	}
	
	body .mm-menu .mm-listview > li > a, 
	body .mm-menu .mm-listview > li > span {
		color: #fff;
    	font-size: 18px;
	}
	
	.mm-menu .mm-listview>li>a, 
	.mm-menu .mm-listview>li>span {
		padding: 20px;
	}
	
	.mm-menu .mm-listview>li:not(.mm-divider):after {
		left: 0;
		border-color: rgb(255 255 255 / 10%);
	}
	
	body .mm-menu {
		border: none;
		color: transparent;
	}
	
	.mm-menu .mm-navbar {
		padding: 0 20px;
		background: #ba8e49;
		text-align: left;
		line-height: 30px;
		height: 50px;
	}
	
	body .mm-menu .mm-title {
		color: #fff !important;
		font-size: 18px;
	}
	
	.mm-menu .mm-panels>.mm-panel.mm-hasnavbar {
		padding-top: 50px;
	}
	

	#show-sidebar {
		position: inherit;
	}

    /* Dokan */

    .dokan-dashboard .tabs {
        width: auto;
    }

    .dokan-dashboard .btn-centr {
        width: 60%;
    }

    .dokan-dashboard .profile {
        width: 21%;
    }
	
	.dokan-dashboard .profile img {
		height: 150px;
		width: 150px;
		border-width: 8px;
		padding: 8px;
	}

	
	.shoptitile h1 {
		font-size: 28px;
		margin: 0px 0px 30px 0px;
	}
	
	.dokan-dashboard .shopname h3 {
		font-size: 28px;
	}
	
	.dokan-dashboard .tabs .tab-header {
		margin-top: 0;
	}
	
	.dokan-dashboard .tabs .tab-header a {
		padding: 12px 30px;
	}
	
	.dokan-dashboard .tabs .tab-header a:not([class]) {
		font-size: 16px;
	}
	
	.dokan-dashboard-content .product-type-simple:nth-last-child(-n+4) .product-block {
		margin-bottom: 50px;
	}
	
	.dokan-dashboard-content .product-type-simple:nth-last-child(-n+3) .product-block {
		margin-bottom: 0;
	}

    /* Orders */
    .dokan-dashboard .dokan-dashboard-content.dokan-orders-content {
        padding: 0;
    }
	
	.dokan-orders-content table>tbody>tr>th, .dokan-orders-content table>tbody>tr>td {
		padding: 6px 20px;
		font-size: 18px;
	}	
	
	/* coupons */
	.dokan-dashboard .dokan-coupon-content table > thead > tr > th, 
	.dokan-dashboard .dokan-coupon-content .table > tbody > tr > td {
		font-size: 19px;
	}
	
	/* add coupons */
	.dokan-dashboard .dokan-coupon-content .coupons-frm .prcod-text {
		margin-top: 0px;
	}

    /* Store */
    .dokan-store .store-page-wrap .btn-centr {
        width: 60%;
    }

    .dokan-store .store-page-wrap .profile {
        width: 15%;
    }

    /* Shop Seller */
    .shops_filter_section_wrap .sort-by {
        margin-bottom: 15px;
    }
	
	/* start your own shop */
	.cstm_start_own_shop_wrap .jumbotron-heading {
		    font-size: 28px;
	}
	
	.cstm_start_own_shop_wrap p.lead {
		font-size: 26px;
		margin: 50px 0px;
		
	}
	
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .form-group label {
		font-size: 26px;
	}
	
	.cstm_start_own_shop_wrap form .form-group .add_shop_logo {
		margin: 35px 0px 50px 0px;
	}
	
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .create_shop_signin_terms {
		padding: 0 30%;
	}
	
	/* Shop */ 
	.shops_filter_section_wrap #dokan-store-listing-filter-form-wrap .store-search-input {
		margin-left: 0px;
	}
	
	/* checkout */
	.woocommerce .order-review #order_review_heading {
		margin-top: 40px;
	}
	
	/* Product Details */
	.details-product .information {
		margin-top: 30px;
	}
	
	/* Footer */
	body .apus-footer-mobile {
		display: none;
	}
	
	/* Sign in popup */
	#exampleModalCenter .modal-dialog {
		width: 700px;
	}
	
	body #exampleModalCenter .modal-content {
		width: 700px;		
	}
	
	body.show_footer_mobile {
		padding-bottom: 0 !important;
	}
	
	/* Product Edit */
	.dokan-edit-row .content-half-part {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.dokan-edit-row .content-half-part:last-child {
		padding-left: 0;
	}
	
	.dokan-edit-row .dokan-w5 {
   		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	
	body #back-to-top {
		bottom: 20px;
	}
	
	/* new product */
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image {
		width: 595px;
	}
	
	.modal#productuploadModal .modal-dialog-centered {
		width: 650px;
	}
	
	

}

@media (max-width: 782px) {
	.admin-bar .sidebar--menu-wrap {
		top: 46px;
	}
	
	.admin-bar .sidebar--menu-wrap .sidebar-brand {
		padding: 0px 20px;
	}
	
	.admin-bar .mm-menu.mm-offcanvas {
		top: 46px;
	}
	
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 26px;
    }
	
	body #apus-main-content {
		padding: 40px 0px;
	}
	
	/* Home */
	body .container, 
	body .container-fluid {
		padding-left: 15px;
    	padding-right: 15px;
	}
	
	#home_third_section_wrap h2 {
		font-size: 26px !important;
		line-height: 36px !important;
		margin-bottom: 34px !important;
	}
	
	#home_shop_section_wrap h2 {
		margin-top: 40px;
		font-size: 26px;
	}
	
	.home .main-container {
		margin-top: 15px;
	}
	
	.apus-filter .woocommerce-ordering {
		margin-right: 30px;
	}
	
	.products.products-grid .row .product-type-simple .product-block {
		margin-bottom: 30px;
	}
	
	.products.products-grid .row .product-type-simple:nth-last-child(-n+5) .product-block {
		margin-bottom: 30px;
	}
	
	.products.products-grid .row .product-type-simple:nth-last-child(-n+2) .product-block {
		margin-bottom: 30px;
	}
	
	footer .vc_custom_1599903020145 {
		padding-bottom: 10px !important;
	}
	
	footer .wpb_single_image.vc_align_center {
		text-align: left;
	}
	
	.apus-footer .footer_heading h4 {
		font-size: 22px;
		margin-bottom: 20px !important;
		line-height: 34px;
	}
	
	body #apus-footer {
		margin-top: 40px;
	}
	
	#home_third_section_wrap .block1-name2 {
		margin-left: 341px;
		margin-top: -40px;
	}
	
	#home_third_section_wrap .ltext-102 {
		font-size: 60px;
	}

	
    /* Dokan */
	
	.shoptitile h1 {
		font-size: 24px;
		margin: 0px 0px 20px 0px;
	}
	
	.dokan-dashboard .shopname h3 {
		font-size: 24px;
	}

    .container {
        width: inherit;
    }

    .dokan-product-listing .dokan-product-listing-area .product-block {
        min-height: 472px;
    }

    .dokan-dashboard .tabs .tab-indicator {
        width: 140px;
    }
	
	.dokan-dashboard .profile {
		width: 24%;
	}
	
	.dokan-dashboard .profile img {
		height: 130px;
		width: 130px;
		border-width: 6px;
		padding: 6px;
	}
	
	.dokan-dashboard .profile h4 {
    	font-size: 18px;		
	}
	
	.dokan-dashboard .tabs .tab-header a {
		padding: 12px 15px;
	}
	
	.dokan-dashboard .tabs .tab-header a:not([class]) {
		font-size: 14px;
	}

    /* Product Category */
    .wrapper-fillter .apus-filter {
        padding-right: 0;
    }

    .wrapper-fillter .apus-filter>* {
        display: block;
    }

    .wrapper-fillter .cust_srch {
        display: flex;
        margin-bottom: 20px;
    }

    .wrapper-fillter .cust_srch .form-control {
        width: 100%;
        max-width: 100%;
    }

    /* Store */
    .dokan-store .store-page-wrap .product-type-simple:nth-child(2n + 1) {
        clear: inherit;
    }
	
	.dokan-settings-content .dokan-form-group {
		margin-bottom: 20px;
	}
	
	.dokan-settings-content .dokan-form-group .dokan-w3 {
		width: 100%;
		float: none;
		text-align: left;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.dokan-settings-content .dokan-form-group .dokan-w4 {
		width: 100%;
		float: none;
		margin-left: 0 !important;
	}
	
	.dokan-settings-content .dokan-form-group .dokan-w5,
	.dokan-settings-content .dokan-form-group .dokan-w6,
	.dokan-settings-content .dokan-form-group .dokan-w7 {
		width: 100%;
		float: none;
	}	
	
	 /* start your own shop */
	.cstm_start_own_shop_wrap .jumbotron-heading {
		font-size: 22px;		
	}
	
	.cstm_start_own_shop_wrap p.lead {
		margin: 30px 0px 40px 0;
	}
	
	.cstm_start_own_shop_wrap form .form-group .form-control {
		padding: 16px 20px;
    	font-size: 20px;
	}
	
	
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .form-group label {
		font-size: 18px;
		word-break: break-all;
	}
	
	.cstm_start_own_shop_wrap form .form-group .add_shop_logo {
		margin: 30px 0px 40px 0px;
	}
	
	.cstm_start_own_shop_wrap .vc_single_image-wrapper img {
		width: 120px;
    	height: 120px;
	}
	
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .create_shop_signin_terms {
		padding: 0 23%;
	}
	
	.cstm_start_own_shop_wrap form .form-group .validation-error {
		top: 120px;
	}
	
	/* Shop */
	.shops_heading_wrap .shops_title {
		font-size: 28px;
	}
	
	.trending_shop_heading h3.trending_title {
		font-size: 22px;
	}	

	.shops_heading_wrap h5 {
		font-size: 17px;
	}
	
	.seller-listing-content .dokan-single-seller .store_owner_img .seller-avatar {
		margin-right: 20px;
		width: 120px;
    	height: 120px;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
		margin-bottom: 20px;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
		margin: 0px 0px 20px 5px;
	}
	
	.seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc {
		font-size: 18px;
	}
	
	.seller-listing-content .dokan-single-seller .store_owner_img .seller-avatar {
		margin-bottom: 15px;
	}
	
	.seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc h4 {
		font-size: 16px;
	}
	
	 /* Footer */
	.apus-footer .widget .widget-title, 
	.apus-footer .widget .widgettitle, 
	.apus-footer .widget .widget-heading {
		font-size: 18px !important;
	}
	
	body .apus-footer .footer-builder-wrapper.dark a {
		font-size: 14px;
		line-height: 26px;
	}
	
	.apus-footer .footer_row h2.widgettitle, 
	.apus-footer .footer_row .title {
		font-size: 18px;
	}
	
	/* orders */
	.dokan-orders-content table>tbody>tr>th, .dokan-orders-content table>tbody>tr>td {
		padding: 6px 15px;
		font-size: 16px;
	}
	
	/* add coupons */
	.dokan-dashboard .dokan-coupon-content .coupons-frm .dokan-form-group {
		margin-bottom: 20px;
	}
	
	.dokan-dashboard .tabs {
		margin-bottom: 30px;
	}

	/* coupons */
	.dokan-dashboard .dokan-coupon-content table > thead > tr > th, 
	.dokan-dashboard .dokan-coupon-content .table > tbody > tr > td {
		font-size: 16px;
	}
	
	/* checkout */ 
	.apus-checkout-header .apus-checkout-step ul li {
		width: 33.3333%;
	}
	
	.apus-checkout-step .inner-step {
		font-size: 16px;
	}
	
	/* New Product */
	h2, 
	.h2 {
		font-size: 30px !important;
	}
	
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image a.dokan-remove-feat-image, 
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image .instruction-inside { 
		width: auto;
	}
	
	.cstm-new-product-upload-section .featured-image .dokan-feat-image-upload {
		height: 520px;
	}
	
	.modal#productuploadModal .modal-dialog-centered {
		width: 92%;
		margin: auto;
	}
	
	.modal#productuploadModal .modal-content {
		padding: 55px 20px 36px 20px;
		width: 100%;
	}
	
	.modal#productuploadModal .modal-content .modal-title {
		font-size: 26px;
		margin-bottom: 0px;
	}
	
	.modal#productuploadModal .modal-content .btn-group .border-botom {
		margin-top: 20px;
   		margin-bottom: 30px;
	}
	
	.dokan-dashboard-content .dokan-form-group .dokan-btn-default {
		padding: 6px 40px;
	}
	
	.dokan-dashboard-header h2 {
		margin-bottom: 40px;
	}
	
	.cstm-new-product-upload-section .product_images_wrap li {
		border: 1px dashed #23282d;
		background: none;
	}
	
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image {
		height: 450px;
		width: 100%;
	}
	
	.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .dokan-feat-image-upload {
		height: 450px;
    	border: 1px dashed #23282d;
		background: none;
	}
	
	/* order received */
	.woocommerce-order-received .woocommerce h2 {
		font-size: 26px !important;
	}
	
	.woocommerce-order-received .woocommerce > p {
		font-size: 16px;
	}
	
	.woocommerce-order-received .woocommerce p.like-items {
		margin-top: 40px;
	}
	
	/* Sign in popup */
	body #exampleModalCenter .modal-content {
		width: 500px
	}
	
	#exampleModalCenter .modal-dialog {
		width: 500px;
		margin: auto;
	}
	
	body #exampleModalCenter .modal-title {
		font-size: 30px;
    	line-height: 30px;
	}
	
	body #exampleModalCenter .modltext {
		margin-top: 10px;
    	font-size: 22px;
    	line-height: 28px;
	}
	
	/* ==================================== buying ========================================== */
	.white-arrow .black .sa_owl_theme .owl-nav .owl-prev {
		left: 30px;
		top: 25%;
	}

	.white-arrow .black .sa_owl_theme .owl-nav .owl-next {
		right: 30px;
		top: 25%;
	}
	
	/* New Chnages */
	#home_shop_section_wrap .additem {
		top: -4px;
	}
	
	.logged-in .top-menu-wrap.chiller-theme.toggled #close-sidebar {
		margin-top: 22px;
	}
	
	.product_cat_header_section_wrap .additem {
		top: -18px;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section {
		display: inherit;
		margin-top: -15px;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li {
		display: block;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li:last-child a {
		padding-left: 0px;
		margin-left: 0px;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li ul.store_name_uname_section li:last-child a:before {
		content: none;
	}



}

@media (max-width: 575px) {
	
	/* Home */
	#home_third_section_wrap h2 {
		font-size: 20px !important;
    	line-height: 30px !important;
	}
	
	#home_shop_section_wrap h2 {
		font-size: 20px !important;
	}
	
	#home_shop_section_wrap h5 {
		font-size: 16px;
	}
	
	#home_second_section_wrap {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	#home_second_section_wrap .col-xs-2 {
		width: 100%;
	}
	
	#home_second_section_wrap .features {
		padding: 10px 0;
	}
	
	#home_second_section_wrap .features .features-icon {
		min-width: 76px;	
		text-align: center;
	}
	
	#home_second_section_wrap .features .features-icon img {
		display: inline-block;
	}	
	
	/* Topbar */
	.sidebar--menu-wrap {
		width: 300px;
	}

	
	#home_third_section_wrap .ltext-102 {
		font-size: 40px;
	}
	
	body #home_third_section_wrap .wrap-pic-w a {
		top: 50px;
		left: -10px;
	}
	
	#home_third_section_wrap .block1-name2 {
		margin-left: 170px;
		margin-top: -10px;
	}

    /* Dokan */

    .dokan-product-listing .dokan-product-listing-area .product-type-simple {
        width: 100%;
    }

    .dokan-product-listing .dokan-product-listing-area .product-block {
        min-height: inherit;
        margin-bottom: 15px;
    }

    .dokan-dashboard .tabs .tab-indicator {
        width: auto;
    }

    .dokan-dashboard .tabs .tab-header {
        height: auto;
        display: inherit;
    }

    .dokan-dashboard .tabs .tab-header>div {
        width: 100%;
    }

    .dokan-dashboard .btn-centr {
        width: 100%;
    }

    .dokan-dashboard .profile {
        width: 38%;
    }
	
	.dokan-dashboard .profile img {
		height: 110px;
		width: 110px;
		border-width: 3px;
		padding: 3px;
	}
	
	.dokan-dashboard .additem {
		margin-top: -44px;
	}
	
	.shoptitile h1 {
		font-size: 22px;
		margin: 0px 0px 15px 0px;
	}
	
	.dokan-dashboard .shopname h3 {
		font-size: 22px;
	}

    /* Shop Seller */
    .seller-listing-content .dokan-single-seller .store_owner_img {
        display: inherit;
        align-items: inherit;
        text-align: center;
    }

    .seller-listing-content .dokan-single-seller .store_owner_img .seller-avatar {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc {
        text-align: center;
    }

    /* Orders */
    .dokan-orders-content .container_table {
        display: inherit;
		width: auto;
    }
	
	.dokan-orders-content table>tbody>tr>th, 
	.dokan-orders-content table>tbody>tr>td {
		padding: 6px 10px;
		font-size: 14px;
	}

    .dokan-orders-content .container_table .plce-img {
        margin-bottom: 20px;
    }
	
	/* coupons */
	.dokan-dashboard .dokan-coupon-content table > thead > tr > th, 
	.dokan-dashboard .dokan-coupon-content .table > tbody > tr > td {
		font-size: 14px;
	}
	
	/* add coupons */ 
	.coupons-frm .dokan-btn-theme, 
	.coupons-frm input[type="submit"].dokan-btn-theme {
		font-size: 14px;
	}
	
	.dokan-dashboard .dokan-coupon-content .coupons-frm .prcod-text {
		margin-bottom: 20px;
		font-size: 15px;
	}

    /* footer */
    .apus-footer-mobile>ul>li {
        width: 30%;
    }

    /* Store */
    .dokan-store .store-page-wrap .btn-centr {
        width: 100%;
    }

    .dokan-store .store-page-wrap .product-type-simple {
        width: 100%;
    }

    .dokan-store .store-page-wrap .profile {
        width: 25%;
    }

    .dokan-store .store-page-wrap ul.dokan-pagination li {
        margin-right: 0;
    }

    .dokan-store .store-page-wrap ul.dokan-pagination>li>a {
        font-size: 14px;
    }
	
	.apus-footer .footer_heading h4 {
		font-size: 18px;
		line-height: 30px;
	}

    /* Product Category */
    .wrapper-fillter .apus-filter .woocommerce-ordering {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper-fillter .apus-filter .woocommerce-ordering select,
    .wrapper-fillter .apus-filter .form-yozi-ppp .yozi-wc-wppp-select {
        width: 100%;
    }

    .products.products-grid .product-type-simple {
        width: 100%;
    }

    /* Coupons */
    .dokan-dashboard .dokan-coupon-content .coupons-frm .dokan-btn-theme {
        margin-bottom: 15px;
    }
	
	/* start your own shop */
	.cstm_start_own_shop_wrap .jumbotron-heading {
		font-size: 20px;
	}
	
	.cstm_start_own_shop_wrap p.lead {
		font-size: 18px;
		margin: 20px 0px 40px 0;
	}
	
	.cstm_start_own_shop_wrap form .form-group .form-control {
		padding: 14px 20px;
    	font-size: 18px;
	}
	
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper label {
		font-size: 18px;
	}
	
	.cstm_start_own_shop_wrap .start_own_shop_form_wrapper .create_shop_signin_terms {
		padding: 0;
		margin-top: 30px;
	}
	
	.cstm_start_own_shop_wrap form .form-group .add_shop_logo:before {
		font-size: 14px;
		left: 0px;
		right: 0px;
	}
	
	/* Shop */
	.shops_filter_section_wrap #dokan-store-listing-filter-form-wrap .store-search {
		display: inherit;
	}
	
	#dokan-store-listing-filter-form-wrap .apply-filter {
		justify-content: flex-start;
		margin-top: 30px;
	}
	
	/* checkout */ 
	.apus-checkout-header .apus-checkout-step ul li {
		width: 100%;
	}
	
	.apus-checkout-step li:after {
		border-radius: 10px;
	}
	
	.apus-checkout-step li:first-child:after {
		border-radius: 10px;
	}
	
	.apus-checkout-step li:last-child:after {
		border-radius: 10px;
	}
	
	/* New Product */
	.cstm-new-product-upload-section .featured-image .dokan-feat-image-upload {
		height: 260px;
		text-align: center;
	}
	
	.dokan-new-product-area .dokan-form-group .dokan-btn {
		margin: 0px;
	}
	
	.dokan-dashboard .dokan-dashboard-content .cstm-new-product-upload-section .featured-image {
		height: 350px;
	}
	
	.dokan-dashboard-content .cstm-new-product-upload-section .featured-image .dokan-feat-image-upload {
		height: 350px;
	}
	
	.modal#productuploadModal .modal-content .close2 {
		font-size: 50px;
	}
	
	.modal#productuploadModal .modal-content .btn-group button .btn {
		font-size: 14px;
		width: 100%;
	}
	
	.modal#productuploadModal .modal-content .modal-title {
		font-size: 18px;
    	line-height: 24px;
	}
	
	.modal#productuploadModal .modal-content .btn-group button {
		padding: 10px 0px;
	}
	
	.modal#productuploadModal .modal-content {		
		padding: 45px 20px 36px 20px;
	}
	
	.cstm-new-product-upload-section .new-product-form-control .dokan-form-group {
		margin-bottom: 20px;
	}
	
	.woocommerce .details-product.product .information .product_title {
		font-size: 22px !important;
		padding-right: 0px;
		display: block;
	}
	
	.details-product .rate-wish {
		position: inherit;
	}
	
	.woocommerce .details-product button.button.dokan-live-chat.alt {
		margin-top: 15px;
	}
	
	/* Product details */
	.details-product .secure-payment a {
		font-size: 12px;
	}
	
	body .details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper, 
	body .details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
		width: calc(100% - 80px);
	}
	
	.details-product.layout-v2 .wrapper-thumbs, .details-product.layout-v1 .wrapper-thumbs {
		margin-top: 28px;
	}
		
	/* order received */ 
	.woocommerce-order-received .woocommerce h2 {
		font-size: 22px !important;
	}
	
	.woocommerce-order-received .woocommerce > p {
		font-size: 15px;
	}
	
	.woocommerce-order-received .woocommerce p.like-items {
		margin-top: 30px;
	}
	
	.woocommerce-order-received .product.col-xs-6 {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.woocommerce-order-received .product.col-xs-6:last-child {
		margin-bottom: 0px;
	}
	
	/* Sign in popup */
	#exampleModalCenter .modal-dialog {
		width: 90%;
	}
	
	body #exampleModalCenter .modal-content {
		width: 100%;
		padding: 40px 20px 20px 20px;
	}
	
	#exampleModalCenter .btn-group button {
		padding: 10px 0px;
	}
	
	body #exampleModalCenter .close2 {
		font-size: 50px;
		left: 10px;
	}
	
	body #exampleModalCenter .modal-title {
		font-size: 22px;
		line-height: 24px;
	}
	
	body #exampleModalCenter .modltext {
		margin-top: 0;
		font-size: 14px;
		line-height: 24px;
	}
	
	#exampleModalCenter .modal-footer .modlefooter {
		font-size: 12px;
	}
	
	/* Product Edit */
	.dokan-product-edit .dokan-right {
		float: none !important;
		display: block;
		margin-top: 5px;
	}
	
	/* sign-in */
	.woocommerce-form-login + .btn-group button a{
		min-width: 246px;
    	margin: 10px 0;
	}
	
	/* New Chnages */
	#home_shop_section_wrap .additem {
		top: -30px;
		right: -4px;
	}
	
	.trending_shop_heading + #dokan-seller-listing-wrap .seller-listing-content .dokan-single-seller .store_owner_img {
		display: flex;
   		align-items: center;
	}
	
	.trending_shop_heading + #dokan-seller-listing-wrap .seller-listing-content .dokan-single-seller .store_owner_img .seller-avatar {
		margin-right: 10px;
		margin-left: 0px;
	}
	
	.trending_shop_heading + #dokan-seller-listing-wrap .seller-listing-content .dokan-single-seller .store_owner_img .store_owner_desc {
		text-align: left;
	}



}

