

*{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.custom-color-elem-active{
    color: var(--mainTemplateColor);
}

.cstm-actv-star-cls{
    color: #ffb516;
}

.cstm-unactv-star-cls{
    color: #dddddd;
}

.account-info-wrapper h4{
    display: flex;
    align-items: baseline;
}

.account-info-wrapper h4 button{
    justify-content: normal;
    margin-left: auto;
}
.breadcrumb-area {
    padding: 25px 0;
}

ul.login-social {
    display: flex;
    z-index: -1;
}
ul.login-social li  {
    flex :1;
    margin-right: 15px;
    border-radius: 5px;
    transition: all 250ms;
}
ul.login-social li:last-child {
    margin-right: 0px;
}
ul.login-social li a{
    flex : 1;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul.login-social li a i {
    margin-right: 10px;
}
ul.login-social li.facebook{
    background: #3B5998;;
}
ul.login-social li.twitter{
    background: #00B6F1;
}
ul.login-social li.google{
    background: #C20806;
}

ul.login-social li.facebook:hover{
    background: #2b447a;;
}
ul.login-social li.twitter:hover{
    background: #049ed0;
}
ul.login-social li.google:hover{
    background: #a80604;
}




ul.login-social li a {
    color : #fff
}


/*RESET*/
.cursor-pointer {cursor: pointer;}
.list {
    max-height: 150px;
    overflow-y: scroll !important;
}

/*-------modal color css start---------*/
.color,
.color input {
    position: relative;
    overflow: hidden;

    width: 25px;
    height: 25px;

    border-radius: 50%;
}

.color {
    display: inline-block;
    margin: 3px;
}

.color input {
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.color i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(http://cdn.nicolapps.ch/images/uploads/1478199301.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: .15s opacity ease-in-out;
}

.color input:checked + i {
    opacity: 1;
}

.seperator {
    text-align: center;
    margin: 15px 0px;
}


.compare {
    margin-bottom: 200px;
    display: flex;
    width: 100%;
}

.compare .items {
    display: flex;
    flex: 1;
    border: 1px solid #dee2e6;
}

.compare .items .compare-header{
    display: flex;
    width: 180px;
    min-width: 180px;
    flex-direction: column;
    font-weight: bold;
    border-right: 1px solid #dee2e6;

}
.compare .items .compare-header a {
    min-width: 180px;
    font-size: 18px;
    font-weight: 700;
    color: #253237;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
}
.compare .items .compare-item{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    width: 100%;
    border-right: 1px solid #dee2e6;

}
.compare .items .compare-item:last-child, .compare .items .compare-item .product-property:last-child, .compare .items .compare-header a:last-child{
    border-bottom: none;;
}
.compare .items .compare-item .product-property {
    padding: 30px;;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #253237;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare .items .compare-item .product-property .image{
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}


.compare .items .compare-item .product-property .category{
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 15px;
    color: #253237;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 500;
}
.compare .items .compare-item .product-property .title{
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 700;
    color: #253237;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;

}
.compare .items .compare-item .product-property .add-to-cart {
    position: relative;
    background-color:var(--mainTemplateColor);
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    min-width: 170px;
    padding: 10px 25px 10px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    font-weight: 700;
    cursor: pointer;
}

.compare .items .compare-item .product-property  .add-to-cart:hover {
    background-color: #253237;
}
.compare .items .compare-item .product-property .remove-button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.compare .items .compare-item .product-property .remove-button i{
    font-size: 22px;;
}
.compare .items .compare-item .product-property .remove-button:hover{
    color : var(--mainTemplateHoverColor)
}
/* -----modal color css end-------*/

.custom-navbar-element{
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 10px;
    margin-top: 4px;
}

.custom-navbar-element > a {
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.custom-navbar-element > a:hover {
    color: var(--mainTemplateHoverColor);
}

.custom-navbar-element > a > i{
    margin-right: 7px;
    font-size:28px;
}
.custom-navbar-element > a > i.ion-android-favorite-outline{
    font-size:24px;
    margin-top: 3px;
}

.custom-navbar-element > a > i.ion-ios-cart-outline{
    margin-top: 3px;
}

.custom-navbar-element .custom-navbar-user-element-popup{
    display: none;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%);
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
    width: 190px;
    height: auto;
    top:100%;
    right: -50%;
    padding: 10px 15px;
}

.custom-navbar-element .custom-navbar-user-element-popup a:first-child{
    box-sizing: border-box;
    color: #fff;
    background-color: var(--mainTemplateColor);
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    display: block;
}

.custom-navbar-element .custom-navbar-user-element-popup a:last-child{
    box-sizing: border-box;
    margin-top: 8px;
    color: #666;
    border: solid 1px #c6c6c6;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    display: block;
}

#navbar_header_user_wrap:hover >.custom-navbar-user-element-popup{
    display: block;
}

.custom-navbar-element > a.basket-item-count-badge > span{
    position: absolute;
    background-color: var(--mainTemplateColor);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size:12px;
    left:102%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

@media screen and (max-width: 1300px){
    .dropdown_search{
        width: 400px!important;
    }
}

@media screen and (max-width: 1170px) and (min-width: 992px){
    .dropdown_search{
        width: 300px!important;
    }

    .header_account_list{
        margin-right: 20px!important;
    }
}

.custom-top-header-element-wrap{
    padding: 0 5px!important;
    margin: 0!important;
}

.custom-top-header-element{
    color: #fff!important;
    border-radius: 15px;
    padding: 5px 10px;
}

.custom-top-header-element:hover{
    background-color: #77c5a7;
    color: #fff!important;
}

/* Custom main navbar */

.custom-main-navbar{
    width: 100%;
    height: 46px;
    position: relative;
    float: left;
    background-color: #f4f4f4;
    border-bottom: 1px solid rgb(224, 224, 224);
    z-index: 2;
    display: block;
    margin: 10px 0 10px 0!important;
}

.custom-main-navbar .container{
    display: flex;
    justify-content: center;
}

.custom-main-navbar .custom-main-wrapper{
    width: 930px;
    height: 46px;
    /* position: relative; */
    float: left;
    overflow: hidden;
}

.custom-main-navbar  .custom-main-wrapper .custom-nav-element{
    width: auto;
    height: auto;
    position: relative;
    float: left;
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element > a{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding: 10px 20px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer!important;
    opacity: 0.8;
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element.active::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color:var(--mainTemplateColor);
    transition: 0.3s ease;
    bottom: 0;
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element.active > a{
    color: var(--mainTemplateColor);
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element > a:hover{
    color:var(--mainTemplateHoverColor) !important;
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element:hover::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--mainTemplateColor);
    transition: 0.3s ease;
    bottom: 0;
}

@media screen and (max-width: 992px){
    .custom-main-navbar{
        display: none;
    }
}

/* custom-main-navbar sub menu 1 */
.custom-nav-element-sub-menu-1 {
    position: absolute;
    background-color: #f6f6f6;
    width: 300px;
    height: 0 !important;
    top: 98%;
    border-radius: 10px;
    overflow: auto;
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element:hover + .custom-nav-element-sub-menu-1 {
    height: 350px !important;
    transition: 0.3s ease;
}

.custom-nav-element-sub-menu-1:hover {
    height: 350px !important;
}

/* custom-main-navbar sub menu */
.custom-nav-element-sub-menu{
    position: absolute;
    background-color: #f6f6f6;
    width: 930px;
    height: 0!important;
    top: 98%;
    border-radius: 10px;
    overflow: hidden;
}

.custom-main-navbar .custom-main-wrapper .custom-nav-element:hover + .custom-nav-element-sub-menu{
    height: 350px!important;
    transition: 0.3s ease;
}

.custom-nav-element-sub-menu:hover{
    height: 350px!important;
}

.custom-nav-element-sub-menu .custom-sub-menu-column{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding: 10px 20px;
}

.custom-nav-element-sub-menu .custom-sub-menu-column .header{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size:13px;
    font-weight: bold;
    color: rgb(82, 82, 82);
    text-decoration: none;
    cursor: pointer;
}

.custom-nav-element-sub-menu .custom-sub-menu-column .header:hover{
    color: var(--mainTemplateHoverColor);
    transition: 0.3s ease;
    text-decoration: underline;
}

.custom-nav-element-sub-menu .custom-sub-menu-column .sub-menu-element{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size:12px;
    color: rgb(82, 82, 82);
    text-decoration: none;
    cursor: pointer;
}

.custom-nav-element-sub-menu .custom-sub-menu-column .sub-menu-element:hover{
    color: var(--mainTemplateHoverColor);
    transition: 0.3s ease;
    text-decoration: underline;
}

.custom-nav-element-sub-menu .custom-sub-menu-column .custom-image-container{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-nav-element-sub-menu .custom-sub-menu-column .custom-image-container img{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    max-height: 300px;
    border-radius: 10px;
}

/* advertisement area */
.custom-advertisement-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    max-height: 100px;
    margin-top: 10px;
}

.custom-advertisement-area .custom-advertisement{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding: 0 50px;
}

.custom-advertisement-area .custom-advertisement a{
    cursor: pointer;
}


.custom-advertisement-area .custom-advertisement img{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    border-radius: 10px;
    display: none;
}

@media screen and (max-width: 768px) {
    .custom-advertisement-area{
        display: none!important;
    }
}

@media screen and (max-width: 1170px) {
    .custom-advertisement-area .custom-advertisement{
        padding: 0!important;
    }
}

/* brands */

.custom-main-brand-area{
    width: 100%;
    height: 128px;
    position: relative;
    float: left;
    margin: 0 0 10px 0;
}

/* bradns skeleton area start */
.custom-main-brand-area .mp-brands-load-skeleton{
    width: 100%;
    height: 128px;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s mp-brands-skeleton-loading ease-in-out infinite;
}

@keyframes mp-brands-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}
/* bradns skeleton area end */

/* custom-advertisement-area skeleton area start */
.custom-advertisement-area .mp-advertisement-load-skeleton{
    width: 100%;
    height: 100px;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s mp-brands-skeleton-loading ease-in-out infinite;
}

@keyframes mp-brands-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}
/* custom-advertisement-area skeleton area end */

.custom-main-brand-area .brand-area-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 50px;
}

.custom-main-brand-area .brand-area-wrapper .brand-element{
    width: 100px;
    height: 128px!important;
    position: relative;
    float: left;
    margin: 0 15px;
}

.custom-main-brand-area .brand-area-wrapper .brand-element img{
    width: 90px;
    height: 90px;
    position: relative;
    float: left;
    border-radius: 50%;
    border: 2px solid #ececec;
    margin: 7px 0 7px 0;
    padding: 5px;
}

.custom-main-brand-area .brand-area-wrapper .brand-element a{
    text-decoration: none;
    color: #000;
}

.custom-main-brand-area .brand-area-wrapper .brand-element div{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size:14px;
    font-weight: bold;
}

.custom-main-brand-area .brand-area-wrapper .brand-element a:hover{
    color: var(--mainTemplateHoverColor);
    transition: 0.3s ease;
}

.custom-main-brand-area .brand-area-wrapper .brand-element a:hover img{
    border: 2px solid var(--mainTemplateHoverColor);
    transition: 0.3s ease;
}

@media screen and (max-width: 1170px) {
    .custom-main-brand-area .brand-area-wrapper{
        padding:0;
    }
}


/* custom owl carousel prev and next buttons */
.custom-main-brand-area .custom-brand-carousel .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 99%;
}

.custom-main-brand-area .custom-brand-carousel .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 99%;
}


/* main page slider area */
.main-page-slider-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 30px 0;
}

.main-page-slider-area .main-page-slider-load-skeleton{
    --main-page-slider-skeleton-height: 400px;
}

@media only screen and (max-width: 1400px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 390px;
    }
}

@media only screen and (max-width: 1375px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 380px;
    }
}

@media only screen and (max-width: 1350px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 360px;
    }
}

@media only screen and (max-width: 1250px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 340px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 320px;
    }
}

@media only screen and (max-width: 1170px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 285px;
    }
}

@media only screen and (max-width: 992px) {
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-height: 210px;
    }
}

.main-page-slider-area .main-page-slider-load-skeleton{
    --main-page-slider-skeleton-width: 100%;
}

@media (min-width: 768px){
    .main-page-slider-area .main-page-slider-load-skeleton{
        --main-page-slider-skeleton-width: 100%;
    }
}


/* main page slider skeleton area start  */
.main-page-slider-area .main-page-slider-load-skeleton{
    width: 100%;
    height: var(--main-page-slider-skeleton-height);
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s main-page-slider-skeleton-loading ease-in-out infinite;
}

@keyframes main-page-slider-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}

/* main page slider skeleton area end  */

.main-page-slider-area .page-slider-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 50px;
}

.main-page-slider-area .page-slider-wrapper .slider-element{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.main-page-slider-area .page-slider-wrapper .slider-element a{
    width: 100%;
    max-height: 400px !important;
    height: auto;
    position: relative;
    float: left;
}

.main-page-slider-area .page-slider-wrapper .slider-element a img{
    width: 100%!important;
    max-height: 100% !important;
    position: relative;
    float: left;
    border-radius: 10px;
}

@media screen and (max-width: 1170px) {
    .main-page-slider-area .page-slider-wrapper{
        padding: 0!important;
    }
}

@media screen and (max-width: 768px) {
    .main-page-slider-area{
        display: none;
    }
}

/* Main page slider next prev button */

.main-page-slider-area .page-slider-wrapper .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px!important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 17px;
    background-color: #fff;
    border-radius: 50%;
}

.main-page-slider-area .page-slider-wrapper .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px!important;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: left;
    padding-left: 17px;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

@media screen and (max-width: 992px) {

    .main-page-slider-area .page-slider-wrapper .owl-prev{
        left: -15px!important;
        width: 35px!important;
        height: 35px!important;
        padding-right: 8px!important;
    }

    .main-page-slider-area .page-slider-wrapper .owl-next{
        right: -15px!important;
        width: 35px!important;
        height: 35px!important;
        padding-left: 8px!important;
    }
}

/* main page showcase wrapper */
.mp-showcase-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

/* main page slider skeleton area start  */
.mp-showcase-wrapper .mp-showcase-wrapper-load-skeleton{
    width: 100%;
    height: 480px;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s mp-showcase-wrapper-skeleton-loading ease-in-out infinite;
}

@keyframes mp-showcase-wrapper-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}
/* main page slider skeleton area end  */

.mp-showcase-wrapper .mp-showcase-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 50px;
    margin: 30px 0;
}

.mp-showcase-wrapper .mp-showcase-area .ctm-main-header{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: rgb(85, 85, 85);
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.mp-showcase-wrapper .mp-showcase-area .ctm-main-header:hover{
    color: var(--mainTemplateHoverColor);
    text-decoration: none;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid rgb(236, 236, 236);
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element{
    width: 237px!important;
    height: 465px!important;
    position: relative;
    float: left;
    box-shadow: 0 0 3px #d3d3d3;
    overflow: hidden;
    transition: 0.4s ease;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element:hover{
    box-shadow: 0 0 12px #d3d3d3;
    transition: 0.4s ease;
}


.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .element{
    width: 100%!important;
    height: 290px!important;
    position: relative;
    float: left;
    text-decoration: none;
    color: #000;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element:hover > .element img{
    transform: scale(1.03);
    transition: 0.5s ease;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .element > .img-wrap{
    height: 100%!important;
    width: 100%!important;
    position: relative;
    float: left;
    overflow: hidden;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .element > .img-wrap > img:empty {
    width: 100%;
    height: 100%;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s single-product-card-skeleton-loading ease-in-out infinite;
}

@keyframes single-product-card-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}
/* product card skeleton design end*/

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element:hover > .element > .img-wrap .opportunity-text{
    transform: rotate(359.9deg);
    bottom: 0;
    transition: 0.6s ease;
    left: 0;
    width: 100%;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .element > .img-wrap .opportunity-text{
    width: 250px;
    height: 30px;
    position: absolute;
    float: left;
    /* background-color:rgba(251, 170, 9, 1);; */
    background-color: var(--mainTemplateColor);
    transform: rotate(318deg);
    bottom: 57px;
    right: -41px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: 0.6s ease;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .favorite-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8px;
    right: 8px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #d3d3d3;
    color: #000;
    font-size:22px;
    cursor: pointer;
}
.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .favorite-icon:hover{
    color:var(--mainTemplateHoverColor);
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .favorite-icon.active{
    color: var(--mainTemplateColor);
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .product-badge{
    position: absolute;
    width: 72px;
    height: auto;
    float: left;
    z-index: 999;
    top: 2px;
    left: 2px;
    text-align: center;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element .product-badge > .cargo-info{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #525252;
    box-shadow: 0 0 3px #d3d3d3;
    color: #fff;
    font-weight: bold;
    font-size:8px;
    cursor: pointer;
    display: inline;
    border-radius: 5px;
    /* transform: rotate(333deg);
    top: 15px;
    left: 0;
    margin-bottom: 30px; */
    padding: 0 2px;
    margin: 2px 0 0 2px;
}


.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element .product-badge > .label-img{
    position: relative;
    float: left;
    width: 90%;
    height: auto;
    position: relative;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .element > .img-wrap > img{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    transition: 0.5s ease;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .brand{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 3px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .brand > a{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 3px 0 1px 0;
    height: 34px;
    overflow: hidden;
    width: 100%;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .desc{
    width: 100%;
    height: 32px;
    position: relative;
    float: left;
    margin-top: 8px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .desc > a{
    color: #2b2b2b;
    font-size: 12px;
    display: block;
    line-height: 17px;
    height: 34px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: -5px;
    margin-bottom: 3px;
    width: 100%;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc .products-rate-stars{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .products-rate-stars > .stars{
    display: inline-block!important;
    width: auto;
    height: auto;
    position: relative;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .products-rate-stars > .stars i{
    color: #ffb516;
    font-size: 18px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .products-rate-stars > .rate-count{
    font-size: 12px!important;
    display: inline-block;
    margin-left: 6px!important;
    margin-top: -1px!important;
    color: #9a9a9a;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .sc-element-price-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .sc-element-price-wrap .sc-old-price{
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 12px;
    display: inline-block;
    color: #808080;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .sc-element-price-wrap .sc-current-price{
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color:  var(--mainTemplateColor);
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-product-desc > .sc-element-price-wrap .sc-discount-price{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #cf292b;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    z-index: 4;
    margin-left: 2px;
    margin-top: 3px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-add-basket{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 20px;
    margin-top: 15px;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-add-basket > a{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    outline: none;
    background-color: var(--mainTemplateColor);
    border-radius: 5px;
    font-size: 14px;
    border: none;
    transition: 0.4s ease;
    padding: 4px 0;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .sc-element > .sc-element-add-basket > a:hover{
    background-color: var(--mainTemplateHoverColor);
    transition: 0.4s ease;
}

@media screen and (max-width: 1170px) {
    .mp-showcase-wrapper .mp-showcase-area{
        padding: 0!important;
    }
}

/* showcase slider next prev button */
.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px!important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainTemplateColor);
    border-radius: 50%;
    font-size:24px;
    font-weight: 400;
    color: #fff!important;
}

.mp-showcase-wrapper .mp-showcase-area .showcase-element-wrap .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px!important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainTemplateColor);
    border-radius: 50%;
    font-size:24px;
    font-weight: 400;
    color: #fff!important;
}


/* main page showcase banners */
.mp-showcase-banner-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 50px 0;
}

.mp-showcase-banner-area .mp-showcase-banner-elements{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 50px;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .header{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: rgb(85, 85, 85);
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-right: 120px;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .header > a{
    position: absolute;
    right: 10px;
    width: auto;
    height: auto;
    font-size: 12px;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 25px 0 35px 0;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap a > .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    transition: 0.5s ease;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap a > .arrow-btn{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0;
}

/* .banner-element-wrap hover start */
.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap:hover .element-wrap a > .overlay
{
    background-color: rgba(6, 18, 53, 0.6);
    transition: 0.5s ease;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap:hover .element-wrap a > .arrow-btn
{
    opacity: 1;
    transition: 0.3s ease;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap:hover .element-wrap > a > img{
    transform: scale(1.05);
    transition: 0.6s ease;
}

/* .banner-element-wrap hover end */

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden!important;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    transition: 0.6s ease;
}

@media screen and (max-width: 1170px) {
    .mp-showcase-banner-area .mp-showcase-banner-elements{
        padding: 0!important;
    }
}

.side-menu-line{
    background-color: #f1f1f1;
    width: 100%;
    height: 10px;
}


.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .mp-showcase-banner-desc{
    width: 100%;
    height: 38px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--mainTemplateColor);
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    line-height: 38px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* main page showcase banner skeleton  */

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap{
    width: 100%;
}

.mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap:empty
{
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s mp-showcase-banner-skeleton-loading ease-in-out infinite;

}

@keyframes mp-showcase-banner-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}

/*  */

@media screen and (max-width: 3000px) and (min-width: 1540px) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 277px;
    }

}

@media screen and (max-width: 1540px) and (min-width: 1170px) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 225px;
    }

}

@media screen and (max-width: 1170px) and (min-width:992px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 180px;
    }

}

@media screen and (max-width: 991px) and (min-width:768px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 202px;
    }

}

@media screen and (max-width: 767px) and (min-width:640px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 338px;
    }
}


@media screen and (max-width: 639px) and (min-width:480px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 250px;
    }
}

@media screen and (max-width: 479px) and (min-width:375px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 230px;
    }
}

@media screen and (max-width: 374px) and (min-width:300px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 195px;
    }
}


@media screen and (max-width: 299px) and (min-width:200px ) {
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap .banner-skeleton-wrap,
    .mp-showcase-banner-area .mp-showcase-banner-elements .banner-element-wrap .element-wrap > a > img
    {
        height: 165px;
    }
}

/* Single product details */
.product-detail-page-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.product-detail-page-wrapper .product-detail-container{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
}

.product-detail-page-wrapper .product-detail-container > .product-detail{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 30px 30px 5px 30px;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.5);
    -moz-box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.5);
    box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.5);
}

#product_details_page_wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 20px 0 50px 0;
    padding: 20px 0;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 7px -1px rgba(196,196,196,1);
    box-shadow: 0px 0px 7px -1px rgba(196,196,196,1);
}

.product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap{
    width: 100%;
    height: 500px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > img{
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1170px) {
    .product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > img{
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 991.9px) {
    .product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > img{
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 575.9px) {
    .product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap{
        width: 100%;
        max-height: 350px;
    }

    .product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > img{
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

.product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > #product_detail_img_zoom_wrap{
    width: 450px;
    height: 600px;
    position: absolute;
    left: 104%;
    top: 0;
}

@media screen and (max-width: 991.9px) {
    .product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > img{
        pointer-events: none!important;
    }

    .product-detail-page-wrapper .product-detail-container > .product-detail .img-wrap > #product_detail_img_zoom_wrap{
        display: none!important;
        left: 0!important;
        top: 0!important;
        bottom: 0!important;
        right: 0!important;
    }

    .zoomContainer{
        display: none!important;
    }

    .zoomWindowContainer{
        display: none!important;
    }
}

.product-detail-page-wrapper > .product-detail-img-galery-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding:0 20px;
    display: flex;
    justify-content: center;
}

/* product detail image bottom galery */
.product-detail-page-wrapper > .product-detail-img-galery-wrap > .product-detail-img-galery{
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;

}

.product-detail-page-wrapper > .product-detail-img-galery-wrap > .product-detail-img-galery .img-wrap{
    width: 58px;
    height: 75px;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 3px;
    margin: 10px 7px;
    border: 2px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-page-wrapper > .product-detail-img-galery-wrap > .product-detail-img-galery .img-wrap.active{
    border-color: var(--mainTemplateColor);
}

.product-detail-page-wrapper > .product-detail-img-galery-wrap > .product-detail-img-galery .img-wrap:hover{
    border-color: var(--mainTemplateHoverColor);
    transition: 0.5s ease;
}

.product-detail-page-wrapper > .product-detail-img-galery-wrap > .product-detail-img-galery .img-wrap > img{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.product-detail-page-wrapper > .product-detail-img-galery-wrap > .product-detail-img-galery .img-wrap > img:empty{

}

/* Single Product card  */
.single-product-card-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 50px;
    margin: 50px 0 70px 0;
}


.single-product-card-wrapper .single-product-card-container .category-shop-list-sort-area .select-shoing-wrap .shop-select .nice-select .list::-webkit-scrollbar {
    width: 6px !important;
}

.single-product-card-wrapper .single-product-card-container .category-shop-list-sort-area .select-shoing-wrap .shop-select .nice-select .list::-webkit-scrollbar-track {
    background: #f4f4f4!important;;
}

.single-product-card-wrapper .single-product-card-container .category-shop-list-sort-area .select-shoing-wrap .shop-select .nice-select .list::-webkit-scrollbar-thumb{
    background: #c9c9c9!important;;
}

.single-product-card-container{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(191,191,191,0.5);
    -moz-box-shadow: 0px 0px 7px 1px rgba(191,191,191,0.5);
    box-shadow: 0px 0px 7px 1px rgba(191,191,191,0.5);
    padding: 0 10px;
    padding-bottom: 50px;
}


.single-product-card-container > .header{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: rgb(97, 97, 97);
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 20px 0 20px 30px;
}

/* element wrap */
.single-product-element-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

/* card */
.single-product-element-wrap > .single-product-element{
    width: 237px!important;
    height: 475px!important;
    position: relative;
    float: left;
    box-shadow: 0 0 3px #d3d3d3;
    overflow: hidden;
    transition: 0.4s ease;
}

.single-product-element-wrap > .single-product-element:hover{
    box-shadow: 0 0 12px #d3d3d3;
    transition: 0.4s ease;
}


.single-product-element-wrap > .single-product-element > .product-element{
    width: 100%!important;
    height: 290px!important;
    position: relative;
    float: left;
    text-decoration: none;
    color: #000;
}

.single-product-element-wrap > .single-product-element > .product-element > .img-wrap{
    height: 100%!important;
    width: 100%!important;
    position: relative;
    float: left;
    overflow: hidden;
}

.single-product-element-wrap > .single-product-element:hover > .product-element img{
    transform: scale(1.03);
    transition: 0.5s ease;
}

/* fav icon */
.single-product-element-wrap > .single-product-element > .favorite-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8px;
    right: 8px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #d3d3d3;
    color: #000;
    font-size:22px;
    cursor: pointer;
}
.single-product-element-wrap > .single-product-element > .favorite-icon:hover{
    color:var(--mainTemplateHoverColor);
}

.single-product-element-wrap > .single-product-element > .favorite-icon.active{
    color:var(--mainTemplateColor);
}

/* free ship */
.single-product-element-wrap > .single-product-element > .product-badge{
    position: absolute;
    width: 72px;
    height: auto;
    float: left;
    top: 2px;
    left: 2px;
    text-align: center;
}

.single-product-element-wrap > .single-product-element > .product-badge > .cargo-info{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #525252;
    box-shadow: 0 0 3px #d3d3d3;
    color: #fff;
    font-weight: bold;
    font-size:8px;
    cursor: pointer;
    display: inline;
    border-radius: 5px;
    padding: 0 2px;
    margin: 2px 0 0 2px;
}


.single-product-element-wrap > .single-product-element > .product-badge > .label-img{
    position: relative;
    float: left;
    width: 90%;
    height: auto;
    position: relative;
}

.single-product-element-wrap > .single-product-element > .product-element > .img-wrap > img{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    transition: 0.5s ease;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.single-product-element-wrap > .single-product-element  > .sc-element-product-desc > .brand{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 3px;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .brand > a{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 3px 0 1px 0;
    height: 34px;
    overflow: hidden;
    width: 100%;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .desc{
    width: 100%;
    height: 32px;
    position: relative;
    float: left;
    margin-top: 8px;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .desc > a{
    color: #2b2b2b;
    font-size: 12px;
    display: block;
    line-height: 17px;
    height: 34px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: -5px;
    margin-bottom: 3px;
    width: 100%;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .products-rate-stars{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .products-rate-stars > .stars{
    display: inline-block!important;
    width: auto;
    height: auto;
    position: relative;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .products-rate-stars > .stars i{
    color: #ffb516;
    font-size: 18px;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .products-rate-stars > .rate-count{
    font-size: 12px!important;
    display: inline-block;
    margin-left: 6px!important;
    margin-top: -1px!important;
    color: #9a9a9a;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .sc-element-price-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .sc-element-price-wrap .sc-old-price{
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 12px;
    display: inline-block;
    color: #808080;
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .sc-element-price-wrap .sc-current-price{
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: var(--mainTemplateColor);
}

.single-product-element-wrap > .single-product-element > .sc-element-product-desc > .sc-element-price-wrap .sc-discount-price{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #cf292b;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    z-index: 4;
    margin-left: 2px;
    margin-top: 3px;
}

/* card add basket button */
.single-product-element-wrap > .single-product-element > .product-card-add-basket{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 20px;
    margin-top: 5px;
}

.single-product-element-wrap > .single-product-element > .product-card-add-basket > a{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    outline: none;
    background-color: var(--mainTemplateColor);
    border-radius: 5px;
    font-size: 14px;
    border: none;
    transition: 0.4s ease;
    padding: 4px 0;
}

.single-product-element-wrap > .single-product-element > .product-card-add-basket > a:hover{
    background-color: var(--mainTemplateHoverColor);
    transition: 0.4s ease;
}

/* single product card skeleton */
.single-product-element-wrap > .single-product-element > .product-element > .img-wrap > img:empty {
    width: 100%;
    height: 100%;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s single-product-card-skeleton-loading ease-in-out infinite;
}

@keyframes single-product-card-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}


@media screen and (max-width: 1170px) {
    .single-product-card-wrapper{
        margin: 0!important;
        padding: 0!important;
    }
}


@media (min-width: 1300px){
    .single-product-card-container .col-xl-3 {
        flex: 0 0 auto;
        width: 20%;
    }

}

/*home ads css */
.home-page-upperlocation-advertising-btn-redirect {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: white;
    color: var(--mainTemplateColor);
    font-size: 14px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.home-page-upperlocation-advertising-btn-redirect:hover {
    color: #007bff;
}

/* product details content style */
.cstm-product-details-content-s{
    width:100%;
    height:auto;
    position:relative;
    float: left;
    padding: 30px 20px 30px 10px;
}

.cstm-product-details-content-s > .content-header{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    line-height: normal;
    margin: 0 0 5px 0;
}

.cstm-product-details-content-s > .pro-details-list{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cstm-product-details-content-s > .pro-details-rating-wrap{
    margin: 5px 0 0;
}

.cstm-product-details-content-s .pricing-meta{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 3px 0 15px 0!important;
}

.cstm-product-details-content-s .pricing-meta .sc-old-price{
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 16px;
    display: inline-block;
    color: #808080;
}

.cstm-product-details-content-s .pricing-meta .sc-current-price{
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    color: var(--mainTemplateColor);
}

.cstm-product-details-content-s .pricing-meta .sc-discount-price{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #cf292b;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    z-index: 4;
    margin-left: 2px;
    margin-top: 3px
}

/* product details varyant design */
.cstm-product-details-content-s > .product-variant-choice{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 7px;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap > span{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    margin: 0 0 7px 0;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container{
    width: 100%;
    height: 60px;
    position: relative;
    float: left;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container >  .pro-rad-choise-vrynts-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container >  .pro-rad-choise-vrynts-wrap .pro-rad-choise-vrynt{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    margin: 0 8px 0 0;
    transition: 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container >  .pro-rad-choise-vrynts-wrap .pro-rad-choise-vrynt > input[type="radio"]{
    width: 45px!important;
    height: 60px!important;
    position: relative;
    float: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #e8e8e8;
    transition: border-color 0.5s ease;
    cursor: pointer;
    border-radius: 2px;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container > .pro-rad-choise-vrynts-wrap .pro-rad-choise-vrynt > input[type="radio"]:checked,
.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container > .pro-rad-choise-vrynts-wrap .pro-rad-choise-vrynt > input[type="radio"]:hover,
.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container > .pro-rad-choise-vrynts-wrap .pro-rad-choise-vrynt > input[type="radio"].active{
    border-color:var(--mainTemplateColor);
    transition: border-color 0.5s ease;
}

.cstm-product-details-content-s > .product-variant-choice > .product-color-choice-wrap >.pro-rad-choise-vrynts-container > .pro-rad-choise-vrynts-wrap .pro-rad-choise-vrynt > input[type="radio"]~img{
    position: absolute;
    float: left;
    width: 34px;
    height: 46px;
    z-index: -1;
}

/* dynamic product variant options */
.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap{
    width: 100%;
    height: 78px;
    position: relative;
    float: left;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 7px 0;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > span{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    margin: 5px 10px 5px 0;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt > input[type="radio"]{
    border: 2px solid #e8e8e8;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.5s ease;
    cursor: pointer;
    padding: 14px 22px;
    border-radius: 5px;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"]~span{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"].disable-opt:hover{
    border: 2px solid #e8e8e8;
    cursor: no-drop;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"].disable-opt~span{
    width: 100%;
    height: 100%;
    z-index: -1;
    user-select: none;
    cursor: no-drop;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #e9e9e9;
    color: rgb(160, 160, 160);
    overflow: hidden;
    opacity: 0.7;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"].disable-opt~span::before{
    width: 100%;
    height: 4px;
    position: absolute;
    background-color: #d0d0d0;
    z-index: 1;
    content: '';
    transform: rotate(330deg);
    opacity: 0.7;
}

.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"]:checked,
.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"]:hover,
.cstm-product-details-content-s > .product-variant-choice .product-variant-dy-opts-wrap .product-variant-dy-opts > .product-variant-opt .variant-opt >  input[type="radio"].active{
    border-color:var(--mainTemplateColor);
    transition: border-color 0.5s ease;
}

/* pro-details-quality-area buttons */
.pro-details-quality-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: -10px;
}

.pro-details-quality-wrap > .cart-plus-minus{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    display: inline-block;
    line-height: normal;
    overflow: auto;
    margin: 5px 0 0 0;
}

.pro-details-quality-wrap > .pro-details-cart{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    display: inline-block;
    line-height: normal;
    overflow: auto;
    margin: 5px 0 0 0;
}


.pro-details-quality-wrap > .pro-details-cart > button {
    height: auto;
    line-height: normal;
    padding: 13px 36px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;
    background: var(--mainTemplateColor);
    display: block;
    color: #fff;
    margin-left: 5px;
    transition: .5s;
}

.pro-details-quality-wrap > .pro-details-cart  button:hover {
    background: var(--mainTemplateHoverColor);
    color: #fff;
    text-decoration: none;
    transition: .5s;
}


.pro-details-quality-wrap > .pro-details-cart > button.disable-add-basket-btn{
    line-height: normal;
    padding: 13px 36px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;
    display: block;
    margin-left: 5px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    outline: none;
    transition: 0.4s ease;
    cursor: no-drop!important;
    background-color: #e9e9e9;
    color: rgb(160, 160, 160);
    opacity: 0.7;
    z-index: -1;
    user-select: none;
}

.pro-details-quality-wrap > .pro-details-cart > button.disable-add-basket-btn:hover,
.pro-details-quality-wrap > .pro-details-cart > button.disable-add-basket-btn::before:hover{
    cursor: no-drop!important;
}

.pro-details-quality-wrap > .pro-details-cart > button.disable-add-basket-btn::before{
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #a6a6a6;
    z-index: 1;
    content: '';
    transform: rotate(346deg);
    top: 23px;
    left: 0;
    opacity: 0.7;
}


@media only screen and (max-width: 532px) {
    .pro-details-quality-wrap > .pro-details-cart {
        width: 100%;
        text-align: center;
    }

    .pro-details-quality-wrap > .pro-details-cart button {
        width: 98%;
        overflow: hidden!important;

    }
}

.pro-details-wish-com-wrap{
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    display: inline-block;
    margin: 3px 0 0 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(200,200,200,0.76);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(200,200,200,0.76);
    -moz-box-shadow: 0px 0px 5px 0px rgba(200,200,200,0.76);
}

.pro-details-wish-com-wrap > .pro-details-wishlist{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    display: block;
}

@media only screen and (max-width: 532px) {
    .pro-details-wish-com-wrap {
        position: absolute;
        right: 2px;
    }
}

.pro-details-wish-com-wrap > .pro-details-wishlist > a{
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    color: #bfbfbf;
    font-size: 18px;
    margin-right: 15px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-details-wish-com-wrap > .pro-details-wishlist > a > i{
    font-weight: 900;
    font-size: 42px;
}

.pro-details-wish-com-wrap > .pro-details-wishlist > a:hover{
    text-decoration: none;
    transition: .5s;
    color: var(--mainTemplateHoverColor);
}


.pro-details-list > ul > .pro-details-all-property-btn{
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    margin: 5px 0;
}

.pro-details-list > ul > .pro-details-all-property-btn > a{
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    outline: none;
    border: 1px solid var(--mainTemplateColor);
    transition: all .5s ease;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
}

.pro-details-list > ul > .pro-details-all-property-btn > a:hover{
    color: var(--mainTemplateHoverColor);
    transition: all .5s ease;
}


/* product details description area start */
.description-review-area-wrapper{
    width:100%;
    height:auto;
    position:relative;
    float:left;
    display:block;
    margin-top: 30px;
}

.product-anotherinfo-wrapper > .pro-detail-info{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.product-anotherinfo-wrapper > .pro-detail-info .detail-element-wrap{
    width: 48%;
    height: auto;
    position: relative;
    float: left;
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 4px #0000000d;
    padding: 8px 3px;
    margin: 8px 7px;
}

.product-anotherinfo-wrapper > .pro-detail-info .detail-element-wrap .label{
    font-size: 14px;
    color: rgb(62, 62, 62);
    padding-right: 15px!important;
}

.product-anotherinfo-wrapper > .pro-detail-info .detail-element-wrap .desc{
    font-size: 14px;
    color: rgb(56, 56, 56);
    font-weight: 600;
}


@media only screen and (max-width: 992px) {
    .product-anotherinfo-wrapper > .pro-detail-info .detail-element-wrap {
        margin: 8px 0;
        width: 100%;
    }
}

.description-review-area-wrapper .product-description-wrapper > p{
    width: 85%;
    font-size: 15px;
    color: rgb(62, 62, 62);
}

/* product comment */

#pro_details_comment_review_area{
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    max-height: 500px;
    overflow: auto;
}


.description-review-area-wrapper .description-review-wrapper .review-wrapper .review-img > span{
    height: 72px;
    width: 72px;
    font-size: 16px;
    min-width: 72px;
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    background-color: #eee;
    font-weight: 600;
}


/* product details similar products area start  */
.pro-details-similiar-products{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 50px;
}


/* similiar products slider skeleton area start  */
.pro-details-similiar-products .pd-similiarP-load-skeleton{
    width: 100%;
    height: 440px;
    top: 40px;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s pd-similiarP-skeleton-loading ease-in-out infinite;
}

@keyframes pd-similiarP-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}

.pro-details-similiar-products .header{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    color: #253237;
    text-transform: capitalize;
    font-weight: 600;
}

.pro-details-similiar-products > .similiar-products-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

/* product details combine products area  */
.pro-details-combine-products{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 40px;
}


/* combine products slider skeleton area start  */
.pro-details-combine-products .pd-combineP-load-skeleton{
    width: 100%;
    height: 440px;
    top: 40px;
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
    ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.3s pd-combineP-skeleton-loading ease-in-out infinite;
}

@keyframes pd-combineP-skeleton-loading {
    to {
        background-position-x: -20%;
    }
}

.pro-details-combine-products .header{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    color: #253237;
    text-transform: capitalize;
    font-weight: 600;
}

.pro-details-combine-products  > .combine-products-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}


/* category-shop-list-page-wrapper */
.category-shop-list-page-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.category-shop-list-page-wrapper .category-shop-list-breadcrumb{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding-left: 10px;
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: grid;
    grid-template-columns: 280px 1fr;
}

@media (min-width: 1170px){
    .category-shop-list-page-wrapper .single-product-card-container .col-xl-3 {
        flex: 0 0 auto;
        width: 33%;
    }
}

@media (min-width: 1350px){
    .category-shop-list-page-wrapper .single-product-card-container .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media only screen and (max-width: 1170px) {
    .category-shop-list-page-wrapper .category-shop-list-grid-wrapper{
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        display: block;
    }

    .category-shop-list-page-wrapper .category-shop-list-breadcrumb{
        padding-bottom: 30px!important;
    }

    .category-shop-list-page-wrapper .category-shop-list-grid-wrapper .category-shop-list-filter-section{
        display: none;
    }

    #filterAShopTBLargeArea{
        display: none;
    }

    #filterAShopTBMobileArea{
        display: block;
    }

}

.category-shop-list-page-wrapper .single-product-card-wrapper .category-shop-list-sort-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 10px 0 0 0;
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 10px;
    padding-top: 18px;
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section > .filter-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.5);
    -moz-box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.5);
    box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.5);
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section .filter-btns-wrappers{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section .filter-btns-wrappers .cate-shop-list-btns{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    outline: none!important;
    border: none!important;
    font-family: "Open Sans",sans-serif;
    transition: 0.4s ease;
    font-size: 16px;
    padding: 4px;
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section .filter-btns-wrappers .cate-shop-list-btns.active{
    background-color: var(--mainTemplateColor);
    color: #fff;
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section .filter-btns-wrappers .cate-shop-list-btns:nth-child(2):hover{
    background-color: var(--mainTemplateHoverColor);
    color: #fff;
    transition: 0.4s ease;
}

.category-shop-list-page-wrapper .category-shop-list-grid-wrapper > .category-shop-list-filter-section .filter-btns-wrappers .cate-shop-list-btns:first-child:hover{
    transition: 0.4s ease;
    color: var(--mainTemplateHoverColor);
}

/* category-shop-list-filter-section mobile menu */
.filter-mobile-menu-container{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 5px;
    display: none;
}

.filter-mobile-menu-container .mm-count-pro-desc-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 2px;
}

.filter-mobile-menu-container > .mm-count-pro-desc-area > .mm-count-pro-desc{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-color: #f4f4f4;
    padding: 14px 20px;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

@media screen and (max-width: 400px) {

    .filter-mobile-menu-container > .filter-mobile-menu-wrap{
        grid-template-columns: 100%;
        border-color: transparent;
    }

    .filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area > .mobile-filter-btn::before{
        top: 3px!important;
    }

    .filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area > .mobile-filter-btn{
       justify-content: start!important;
       padding-left: 60px;
    }

    .filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area{
        padding: 8px 0;
        margin-top: 10px;
    }
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-radius: 5px;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area select{
    padding-left: 60px!important;
    width: 100%!important;
    height: 42px;
    position: relative;
    float: left;
    border-color: #dbdbdb;
    left: -3px!important;
    opacity: 0.8;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    pointer-events: none!important;
}


.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select .current::before{
    position: absolute;
    content: '';
    left: 13px;
    width: 20px;
    height: 40px;
    left: 25px;
    top: 2px;
    color: var(--mainTemplateColor);
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f160";
    font-size: 26px;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select .list::-webkit-scrollbar {
    width: 6px !important;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select .list::-webkit-scrollbar-track {
    background: #f4f4f4!important;;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select .list::-webkit-scrollbar-thumb{
    background: #c9c9c9!important;;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select{
    width: 100%!important;
    height: auto;
    position: relative;
    float: left;
    padding-left: 60px;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select .list{
    width: 100%!important;
    overflow-x: hidden!important;
    overflow-y: auto!important;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select.open,
.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select:hover,
.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select:active,
.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-sorting-area .nice-select:focus {
    border-color: var(--mainTemplateColor);
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    transition: border-color .4s ease;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area:hover{
    border-color: var(--mainTemplateColor);
    transition: border-color .4s ease;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area:hover > .mobile-filter-btn span:first-child{
    opacity: 1;
    transition: .4s ease;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area > .mobile-filter-btn{
    color: #000;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area > .mobile-filter-btn::before{
    position: absolute;
    content: '';
    width: 25px;
    height: 40px;
    left: 25px;
    top: 10px;
    color: var(--mainTemplateColor);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b0";
    font-size: 22px;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area > .mobile-filter-btn span:first-child{
    opacity: 0.7;
    transition: .4s ease;
}

.filter-mobile-menu-container > .filter-mobile-menu-wrap > .mobile-filter-area > .mobile-filter-btn > .m-f-b-count{
    color: var(--mainTemplateColor);
    font-weight: 600;
    padding-left: 5px;
    display: inline-block;
    position: relative;
}


.filter-area-mobile-menu{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.filter-area-mobile-menu > .filter-btn-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    justify-content: start;
}

.filter-area-mobile-menu > .filter-btn-wrap > button{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    border: none;
    outline: none;
    background-color: var(--mainTemplateColor);
    color: #fff;
    font-size: 16px;
    padding: 6px 30px;
    font-family: "Open Sans",sans-serif;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.filter-area-mobile-menu > .filter-btn-wrap > button > i{
    margin-right: 7px;
    font-size: 18px;
}

#filterMobileMenuM > .modal-dialog{
    width: 100%!important;
    height: 100vh!important;
    max-width: 100%!important;
    max-height: 100vh!important;
    padding: 0!important;
    margin: 0!important;
    top: 0!important;
}

#filterMobileMenuM.modal{
    top: 0!important;
}

/* category-shop-list-filter-section mobile menu end */

/* category-shop-list-filter-section filter area */

.category-shop-list-filter-section .filter-area .sidebar-widget ul{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    max-height: 300px!important;
    overflow-y: auto;
    border-bottom: 1px solid rgba(214, 214, 214,1);
    padding-bottom: 10px;
    margin: 15px 0!important;
    box-sizing: border-box;
}

.category-shop-list-filter-section .filter-area .sidebar-widget ul::-webkit-scrollbar {
    width: 6px !important;
}

.category-shop-list-filter-section .filter-area .sidebar-widget ul::-webkit-scrollbar-track {
    background: #f4f4f4!important;;
}

.category-shop-list-filter-section .filter-area .sidebar-widget ul::-webkit-scrollbar-thumb{
    background: #c9c9c9!important;;
}


.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: auto;
    left: 1px;
    width: 20px;
    height: 20px;
    top: 2px;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark{
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    top: 1px;
    transition: all 300ms linear;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input[type="checkbox"]:checked ~ .checkmark{
    background-color: var(--mainTemplateColor);
}


.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after{
    left: 5px;
    top: 1px;
    width: 8px;
    height: 11px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* input left position a */

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left a{
    margin-left: 32px;
}

/* input left position a end*/


/* filter area price radio btn */


.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .priceRad-btn{
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #bdbdbd;
    top: 1px;
    transition: all 300ms linear;
    border-radius: 50%;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .priceRad-btn::before{
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: background-color 0.4s ease;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input[type="radio"].priceRadIn:checked ~ .priceRad-btn{
    border-color: var(--mainTemplateColor);
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input[type="radio"].priceRadIn:checked ~ .priceRad-btn::before{
    background-color: var(--mainTemplateColor);
    transition: background-color 0.4s ease;
}


.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .priceRad-btn::after{
    left: 5px;
    top: 1px;
    width: 8px;
    height: 11px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* filter area price min and max input */
.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .min-price-search{
    width: 97px;
    height: 34px;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .max-price-search{
    width: 97px;
    height: 34px;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .min-price-search input{
    width: 95%;
    height: 100%;
    position: relative;
    float: left;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    padding-left: 10px;
    outline: none!important;
    transition: border-color 0.4s ease;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .max-price-search input{
    width: 95%;
    height: 100%;
    position: relative;
    float: left;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    padding-left: 10px;
    outline: none!important;
    transition: border-color 0.4s ease;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .max-price-search input:focus{
    border-color:  var(--mainTemplateColor);
    transition: border-color 0.4s ease;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .min-price-search input:focus{
    border-color:  var(--mainTemplateColor);
    transition: border-color 0.4s ease;
}


.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .min-price-search input::placeholder{
    opacity: 0.6;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .max-price-search input::placeholder{
    opacity: 0.6;
}


.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .search-btn button{
    width: 34px;
    height: 34px;
    border: none!important;
    outline: none!important;
    border-radius: 5px;
    color: #fff;
    background-color: rgb(214, 214, 214);
    transition: background-color 0.4s ease;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list .search-btn button:hover{
    background-color: var(--mainTemplateHoverColor);
    transition: background-color 0.4s ease;
}

/* filter search input */
.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 40px;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-inpt{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-inpt input{
    width: 100%;
    height: 34px;
    float: left;
    position: relative;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    padding-left: 10px;
    outline: none!important;
    transition: border-color 0.4s ease;
}


.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-inpt input:focus{
    border-color:  var(--mainTemplateColor);
    transition: border-color 0.4s ease;
}


.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-inpt input::placeholder{
    opacity: 0.6;
}



/* search button*/
.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-btn{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: end;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-btn button{
    width: 34px;
    height: 34px;
    border: none!important;
    outline: none!important;
    border-radius: 5px;
    color: #fff;
    background-color: rgb(214, 214, 214);
    transition: background-color 0.4s ease;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .cstm-gnrc-searc-inpt-wrap .cstm-gnrc-searc-btn button:hover{
    background-color: var(--mainTemplateHoverColor);
    transition: background-color 0.4s ease;
}

/* evaluation score button hover */
.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list a.filter-area-evaluation-score{
    color: #555;
}

.cstm-filter-color-selection-wrap{
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list ul li.li-inln-elem{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    display: inline-block;
    margin: 7px 8px 0 7px;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list ul li.li-inln-elem span{
    width: 32px;
    height: 32px;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 50%!important;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list ul li.li-inln-elem span input[type="checkbox"]{
    width: 44px;
    height: 44px;
    position: relative;
    float: left;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list ul li.li-inln-elem span input[type="checkbox"]:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border: 2.8px solid transparent;
    border-radius: 50%;
    left: -5.5px;
    top: -5.5px;
    z-index: 2;
    transition: border-color 0.4s ease;
}

.category-shop-list-filter-section .filter-area .sidebar-widget .sidebar-widget-list ul li.li-inln-elem span input[type="checkbox"]:checked:before{
    border-color:var(--mainTemplateColor);
    transition: border-color 0.4s ease;
}


/* footer global content wrapper start  */
.footer-global-content{
    width: 100%;
    height: auto;
    position: relative;
    float:left;
    background-color: #fff;
    padding: 0 0 50px 0;
}

.footer-global-content .row{
    padding: 0 50px!important;
}

@media screen and (max-width: 1170px){
    .footer-global-content .row{
        padding: 50px 0 0 0 !important;
    }
}

.footer-global-content .card-wrap{
    width: 100%;
    height: 130px;
    position: relative;
    float:left;
    display: grid;
    grid-template-columns: 60px 1fr;
    background-color: #f3f3f3;
    padding: 0 25px;
    margin: 0 0 10px 0;
}

.footer-global-content .card-wrap .image-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-global-content .card-wrap > .image-wrap > i{
    width: 100%;
    height: auto;
    position: relative;
    float:left;
    font-size: 28px;
    font-weight:bold;

}

.footer-global-content .card-wrap > .desc-container{
    width: 100%;
    height: auto;
    position: relative;
    float:left;
    display: flex;
    align-items: center;
}

.footer-global-content .card-wrap > .desc-container > .text-wrap{
    width: 100%;
    height: auto;
    position: relative;
    float:left;
}


.footer-global-content .card-wrap > .desc-container > .text-wrap > .header{
    width: 100%;
    height: auto;
    position: relative;
    float:left;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.footer-global-content .card-wrap > .desc-container >  .text-wrap > .text{
    width: 100%;
    height: auto;
    position: relative;
    float:left;
    width: 100%;
    color: #7d7d7d;
    font-size: 13px;
}

.vat_exluding_badge-card{
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    font-weight: 700;
    background-color: var(--mainTemplateColor);;
    opacity: 0.6;
    color:white;
    padding: 0 4px;
    border-radius: 7px;
    text-align: center;
    text-transform: capitalize;
    text-align: center;
    margin-left: 15px;
}

/* footer global content wrapper end */

