@import "icons.css";
@import "helper.css";
@import "elementor.css";
@import "products.css";
@import "woocommerce.css";
@import "posts.css";
@import "../fonts/yekanbakh/yekanbakh.css";
@import "../fonts/yekanbakh_fanum/yekanbakh_fanum.css";
@import "../fonts/peyda/peyda.css";
@import "../fonts/peyda_fanum/peyda_fanum.css";
@import "../fonts/iransansx/iransansx.css";
@import "../fonts/iransansx_fanum/iransansx_fanum.css";

body {
    font-family: YekanBakhFaNum, sans-serif !important;
    font-synthesis-weight: auto;
    color: var(--colorText);
    font-size: 15px;
    background: var(--colorBg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    text-decoration: none !important;
}
* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

:root {
    --colorBg: #FFFCF5;
    --colorText: #1f1f1f;
    --colorPrimary: #E8A20D;
    --colorPrimaryRGB: 232, 162, 13;
    --colorSecondary: #3C3C3C;
    --colorSecondaryRGB: 60, 60, 60;
    --defaultBorderRadius: 20px;
    --productCardBorderRadius: 16px;
    --swiper-theme-color: var(--colorPrimary)
}

.custom-container {
    width: 1350px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
.text-primary{
    color: var(--colorPrimary) !important;
}
.text-secondary{
    color: var(--colorSecondary) !important;
}

/*****************************
********** TOPBAR ***********/
.topbar{
    padding: 15px 5px;
    display: flex;
    align-items: center;
}

.topbar-html-widget{
    margin-left: auto;
}
.topbar-html-widget p{
    margin: 0;
}
.topbar-html-widget a{
    color: var(--colorText);
}
.topbar-html-widget a:hover{
    color: var(--colorPrimary);
}
.inline-menu ul{
    margin: 0;
    padding: 0;

}
.inline-menu li{
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}

.inline-menu li ul{
    display: none;
}
.inline-menu li a{
    color: var(--colorText);
    font-size: 14px;
    word-spacing: -1px;
    transition: 300ms;
}
.inline-menu li a:hover{
    color: var(--colorPrimary);
}
/*****************************
*********** HEADER ***********/

.header-box{
    background: #fff;
    height: 80px;
    border-radius: var(--defaultBorderRadius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.header-logo{
    width: auto;
    flex-shrink: 0;
    margin-left: 40px;
}
.header-logo img{
    height: 50px!important;
    width: auto;
}

.main-menu-container{
    width: 900px;
}

.btn-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    color: var(--colorPrimary);
    box-shadow: 0 0 8px rgba(var(--colorPrimaryRGB),.3);
    border-radius: 7px;
    font-size: 18px;
    flex-shrink: 0;
}
.btn-icon.btn-icon-sm{
    width: 32px;
    height: 32px;
    font-size: 14px;
}


.header-buttons{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
}
.btn{
    padding: 0 12px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    transition: 300ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-primary{
    background: rgba(var(--colorPrimaryRGB),.12);
    color: var(--colorText);
    border: none!important;
    border-radius: 9px;
    position: relative;
    z-index: 1;
}
.btn-primary:not(.btn-open-wc-cart){
    box-shadow: none!important;
}
.btn-primary:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    border: 1px solid var(--colorPrimary);
    z-index: -1;
    transition:300ms;
    opacity: 0;
}
.btn-primary:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    border: 1px solid var(--colorPrimary);
    z-index: -1;
    transition:300ms;
    opacity: 0;

}

.btn-primary [class^="iconlyBulk-"],
.btn-primary [class*=" iconlyBulk-"],
.btn-primary [class^="iconly-"],
.btn-primary [class*="iconly-"],
.btn-primary [class^="icon-"],
.btn-primary [class*=" icon-"]{
    color: var(--colorPrimary);
    vertical-align: middle;
    font-size: 18px;
    transition: 300ms;
}

.btn-primary:hover,
.btn-primary:active
{
    background: var(--colorPrimary) !important;
}
.btn-primary:hover:before
{
    opacity: .4;
    right: -6px;
    top: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}
.btn-primary:hover:after
{
    opacity: .8;
    right: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
.btn-primary:focus
{
    background: rgba(var(--colorPrimaryRGB),.12);
}

.btn-primary:hover [class^="iconlyBulk-"],
.btn-primary:hover [class*=" iconlyBulk-"],
.btn-primary:hover [class^="iconly-"],
.btn-primary:hover [class*="iconly-"],
.btn-primary:hover [class^="icon-"],
.btn-primary:hover [class*=" icon-"]{
    color: #fff;
}

.btn-primary.shadow-lg [class^="iconlyBulk-"],
.btn-primary.shadow-lg [class*=" iconlyBulk-"],
.btn-primary.shadow-lg [class^="iconly-"],
.btn-primary.shadow-lg [class*="iconly-"],
.btn-primary.shadow-lg [class^="icon-"],
.btn-primary.shadow-lg [class*=" icon-"]{
    color: #fff!important;
}


.btn-primary.shadow-lg
{
    background: var(--colorPrimary) !important;
    color: #fff!important;
    box-shadow: 0 0 15px rgba(var(--colorPrimaryRGB),.5) !important;
}
.btn-primary.btn-open-wc-cart
{
    background: var(--colorPrimary);
    color: #fff!important;
    box-shadow: 0 0 15px rgba(var(--colorPrimaryRGB),.5);
}
.btn-primary.btn-open-wc-cart .iconly > *{
    color: #fff;
}

.cart-badge{
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--colorSecondary);
    color: #fff;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 0;
    padding-top: 1px;
}


/*************************** Search Modal ***************/
.search-modal {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 800px;
    height: 500px;
    background: #fff;
    border-radius: 35px;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 56;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: 700ms;
    opacity: 0;
    visibility: hidden;
}
.search-modal-logo{
    height: 26px;
    width: auto;
}
.search-modal.show {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.btn-close-search-modal {
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    color: var(--colorPrimary);
}

.btn-close-search-modal:hover {
    color: red;
}

.form-control-custom {
    box-shadow: none !important;
    border: 2px solid #eee;
    padding: 8px 12px;
    transition: 300ms;
}

.form-control-custom::placeholder {
    font-size: 13px;
}

.form-control-custom:focus {
    border-color: var(--colorPrimary);
    padding-right: 15px;
}
.search-form-inputs{
    position: relative;
}

.search-form-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorText);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: 300ms;
    position: relative;
}
.search-result-item .product-thumbnail{
    width: 60px;
    height: 60px;
    margin-left: 10px;
    flex-shrink: 0;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.search-result-item .product-thumbnail{
    color: gray;
}
.search-result-item .product-thumbnail img{
    width: 100%;
    height: auto;
}
.search-result-item-price{
    margin-right: auto;
}
.search-result-item .search-result-item-price {
    font-size: 14px;
    font-weight: bold;
    color: var(--colorText);
    text-align: left;
}

.search-result-item .search-result-item-price del {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.search-result-item .search-result-item-price ins {
    font-size: 14px;
    color: #e74c3c;
}
@media (max-width: 600px) {

    .search-result-item .search-result-item-price{
        font-size: 12px;

    }
    .search-results .tab-content{
        padding: 0;
    }
    .search-result-item .product-thumbnail {
        width: 40px;
        height: 40px;
    }
    .search-result-item .title {
        margin-bottom: 0!important;
    }

}

.search-result-item .woocommerce-Price-currencySymbol{
    margin-right: 4px;
}



.search-result-item:last-of-type {
    border-bottom: none;
}

.search-result-item .title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: var(--colorText);
    transition: 200ms;
}

.search-result-item:hover .title {
    color: var(--colorPrimary);
}

.search-result-item .label {
    background: rgba(var(--colorPrimaryRGB), 0.1);
    color: var(--colorPrimary);
    font-size: 12px;
    border-radius: 50px;
    padding: 0 6px;
    transition: 200ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    z-index: 1;
    margin: auto;
    height: 26px;
    line-height: 26px;
}

.search-result-item .label.article {
    background: rgba(var(--colorSecondaryRGB), 0.1);
    color: var(--colorSecondary);
}

.search-result-item:hover .label {
    background: var(--colorPrimary);
    color: #fff;
}

.search-result-item:hover .label.article {
    background: var(--colorSecondary);
}

.search-results {
    max-height: 310px;
    overflow-y: auto;
    padding-left: 15px;
    overflow-x: hidden;
}

.search-results::-webkit-scrollbar {
    width: 6px;
}

.search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search-results::-webkit-scrollbar-thumb {
    background: #c9c9c9;
}

.search-results::-webkit-scrollbar-thumb:hover {
    background: #737373;
}

.search-backdrop {
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 55;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
}

.search-result-section {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
}
a.search-result-section {
    color: #333;
}
a.search-result-section:last-of-type {
    border-bottom: none!important;

}
#search-result-suggestions{
    border-top: 1px solid #eee;
}
.search-result-badge {
    position: absolute;
    color: #bbb;
    font-size: 12px;
    left: 14px;
    top: 14px;
}

.suggestions-title {
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.rounded-link {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .56) !important;
    transition: 300ms;
    cursor: pointer;
}

.rounded-link:hover {
    background: rgba(0, 0, 0, .04);
}


/* stories */
.story-item {
    width: 100px;
    text-align: center;
    display: block!important;
    text-decoration: none !important;
}
.story-item-title{
    font-size: 13px;
    color: var(--colorText);
    line-height: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.story-item-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}
.story-item-circle svg {
    fill: none;
    stroke: #8a3ab9;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
}
.story-item-circle.animated svg{
    animation: stroke-draw 2s ease-out infinite alternate;
}
.story-item-circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px)!important;
    height: calc(100% - 30px)!important;
    border-radius: 50% !important;
    object-fit: cover!important;
}
@keyframes stroke-draw {
    0% {
        stroke: #8a3ab9;
        stroke-dasharray: 1;
    }
    30% {
        stroke: #ffc100;
        transform: rotate(90deg);
        stroke-dasharray: 4;
    }
    100% {
        stroke: #cd486b;
        transform: rotate(180deg);
        stroke-dasharray: 8;
    }
}

.stories-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 300ms;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;

    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(255, 255, 255, 0.32);
}
.stories-wrapper .swiper-cube .swiper-slide-active,
.stories-wrapper .swiper-cube .swiper-slide-next,
.stories-wrapper .swiper-cube .swiper-slide-next+.swiper-slide,
.stories-wrapper .swiper-cube .swiper-slide-prev{
    opacity: 0;
    visibility: hidden;
}
.stories-wrapper.show .swiper-cube .swiper-slide-active,
.stories-wrapper.show .swiper-cube .swiper-slide-next,
.stories-wrapper.show .swiper-cube .swiper-slide-next+.swiper-slide,
.stories-wrapper.show .swiper-cube .swiper-slide-prev{
    opacity: 1!important;
    visibility: visible!important;
}
.stories-wrapper.show{
    opacity: 1!important;
    visibility: visible!important;
}
.large-stories-swiper{
    width: 420px;
    height:747px !important;
}
@media (max-height: 767px) {
    .large-stories-swiper{
        width: 337px !important;
        height:600px !important;
    }
}
.large-stories-swiper .swiper-pagination {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large-stories-swiper .swiper-pagination-bullet{
    height: 2px;
    width: 100%;
    margin: 0 2px!important;
    background: rgba(255,255,255,0.4) !important;
    opacity: 1!important;
    border-radius: 0!important;
    position: relative;
    overflow: hidden;
}
.large-stories-swiper .swiper-pagination-bullet > span {
    display: block;
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.large-stories-swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) > span{
    width: 100% !important;
}
.large-stories-swiper .swiper-pagination-bullet-active ~ .swiper-pagination-bullet > span{
    width: 0!important;
}
.large-stories-swiper .swiper-pagination-bullet-active:before{
}

.story-item-lg{
    /*width: 460px;*/
    /*position: absolute;*/
    height: 100%!important;
    background: #444;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.story-item-lg > img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.story-item-lg .story-video-tag{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 19;
}
.story-item-lg-title{
    display: flex;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    /*width: 190px;*/
}
.story-video-controls{
    width: 94px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-right: auto;
}
.story-video-controls-btn{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 200ms;
    background: rgba(0,0,0,0.36);
}
.story-video-controls-btn:hover{
    background: rgba(0,0,0,0.8);
}
.story-video-controls .story-play-pause-btn .not-playing-icon{
    display: none;
}
.story-video-controls .story-play-pause-btn.playing .not-playing-icon{
    display: inline-block;
}
.story-video-controls .story-play-pause-btn.playing .is-playing-icon{
    display: none;
}
.story-video-controls .story-volume-btn .is-muted-icon{
    display: none;
}
.story-video-controls .story-volume-btn.muted .is-muted-icon{
    display: inline-block;
}
.story-video-controls .story-volume-btn.muted .not-muted-icon{
    display: none;
}

.story-item-lg-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
}
.story-item-lg-overly{
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65),transparent);
    top: 0;
    right: 0;
    z-index: 1;
    padding: 25px 25px 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.story-item-lg-overly-bottom{
    top: auto;
    bottom: 0;
    padding: 50px 25px 45px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65),transparent);
}
.avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow:hidden;
}
.avatar img{
    width: 100%;
    height: 100%;
}
.story-item-lg-overly .avatar{
    width: 32px;
    height: 32px;
    background: #000;
    border: 2px solid #fff;
}

.story-item-lg-back{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 200ms;
}
.story-item-lg-back:hover{
    background: rgba(255, 255, 255, 0.12);
}

.story-item-lg-overly .title{
    font-size: 13px;
    font-weight: 400;
}

.story-item-lg-description{
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
}
.story-item-lg-btn{
    width: auto;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 8px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none !important;
    transition: 200ms;
    margin: 10px auto;
    font-weight: bold;
}
.story-item-lg-btn:hover{
    color: #fff;
    background: #000;
}


.story-item-lg-products {
    margin-top: 10px;
    width: 100% !important;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
}

.story-item-lg-products::-webkit-scrollbar {
    height: 8px;
}

.story-item-lg-products::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.story-item-lg-products::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.story-item-lg-products::-webkit-scrollbar-thumb:hover {
    background: #fff;
}



/* banner slider */
.banner-slide{}
.banner-slide img{
    width: 100%;
    height: auto!important;
    border-radius: 16px;
}



.custom-swiper-button-next,
.custom-swiper-button-prev{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 20px;
    transition: 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid transparent;
}
.image-swiper-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    gap: 10px;
}
.image-swiper-buttons .custom-swiper-button-prev,
.image-swiper-buttons .custom-swiper-button-next{
    position: static!important;
}


.custom-swiper-button-next.swiper-button-primary,
.custom-swiper-button-prev.swiper-button-primary{
    background: rgba(var(--colorPrimaryRGB),0.5);
    border-color: rgba(255, 255, 255, 0.32) ;

}
.custom-swiper-button-next.swiper-button-primary:hover,
.custom-swiper-button-prev.swiper-button-primary:hover{
    border-color: rgba(255, 255, 255, 0.8) ;
}
.swiper-backdrop-button{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 100%;
    z-index: 1;
}
.small-buttons-backdrop .swiper-backdrop-button{
    width: 100px;
}

.swiper-backdrop-button.prev{
    left: 0;
    background: linear-gradient(to left, transparent,var(--colorBg));
}
.swiper-backdrop-button.next{
    right: 0;
    background: linear-gradient(to right, transparent,var(--colorBg));
}
.swiper.at-end .swiper-backdrop-button.prev{
    display: none!important;
}

.swiper.at-start .swiper-backdrop-button.next{
    display: none!important;
}

.swiper[swiper-effect='cards'] .swiper-backdrop-button{
    display: none!important;
}
.swiper[swiper-effect='cards'] .swiper-slide{
    border-radius: 20px!important;
}
.custom-swiper-button-prev{
    right: 15px;
    left: auto;
}
.swiper-buttons-zero .custom-swiper-button-next{
    left: 0;
    border-radius: 0 4px 4px 0;
}
.swiper-buttons-zero .custom-swiper-button-prev{
    right: 0;
    border-radius: 4px 0 0 4px;
}
.stories-wrapper .custom-swiper-button-prev{
    right: -70px;
}
.stories-wrapper .custom-swiper-button-next{
    right: auto;
    left: -70px;
}

.swiper-button-disabled{
    display: none;
}
.custom-swiper-button-next:after,
.custom-swiper-button-prev:after{
    font-size: 15px;
    opacity: 1!important;
    color: black;
}
.swiper-navigation-hover .custom-swiper-button-prev,
.swiper-navigation-hover .custom-swiper-button-next
{
    opacity: 0;
}
.swiper-navigation-hover:hover .custom-swiper-button-prev,
.swiper-navigation-hover:hover .custom-swiper-button-next
{
    opacity: 0.7;
}
.custom-swiper-button-next:hover,
.custom-swiper-button-prev:hover{
    opacity: 1!important;
    border-color: rgba(255, 255, 255, 0.32) ;
}
.swiper-navigation-accent .custom-swiper-button-prev,
.swiper-navigation-accent .custom-swiper-button-next{
    color: var(--colorPrimary)!important;
    border-color: var(--colorPrimary)!important;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 4px!important;
    transition: 300ms;
}
.swiper-pagination-bullet-active{
    background: var(--colorPrimary);
    width: 26px;
}
.swiper-pagination{
    padding: 10px 20px;
}
.swiper-navigation-disabled .custom-swiper-button-next,
.swiper-navigation-disabled .custom-swiper-button-prev,
.swiper-navigation-disabled .swiper-backdrop-button
{
    display: none;
}
.swiper-equal .swiper-slide{
    height: auto!important;
}
.swiper-slide > img{
    width: 100%;
    height: auto;
}
.swiper-slide{
    overflow: visible!important;
}

.swiper-navigation-bottom-right .custom-swiper-button-prev{
    bottom: 20px;
    top: auto;
    left: auto;
    right: 20px;
}
.swiper-navigation-bottom-right .custom-swiper-button-next{
    bottom: 20px;
    top: auto;
    left: auto;
    right: 70px;
}
.swiper-navigation-bottom-left .custom-swiper-button-next{
    bottom: 20px;
    top: auto;
    right: auto;
    left: 20px;
}
.swiper-navigation-bottom-left .custom-swiper-button-prev{
    bottom: 20px;
    top: auto;
    right: auto;
    left: 70px;
}
.swiper-navigation-top-right .custom-swiper-button-prev{
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
}
.swiper-navigation-top-right .custom-swiper-button-next{
    top: 20px;
    bottom: auto;
    left: auto;
    right: 70px;
}
.swiper-navigation-top-left .custom-swiper-button-next{
    top: 20px;
    bottom: auto;
    right: auto;
    left: 20px;
}
.swiper-navigation-top-left .custom-swiper-button-prev{
    top: 20px;
    bottom: auto;
    right: auto;
    left: 70px;
}
.swiper-navigation-bottom-right .swiper-button-disabled,
.swiper-navigation-bottom-left .swiper-button-disabled,
.swiper-navigation-top-right .swiper-button-disabled,
.swiper-navigation-top-left .swiper-button-disabled
{
    display: flex!important;
    opacity: .5!important;
}

.custom-swiper-pagination{
    background: rgba(255, 255, 255, 0.19);
    border-radius: 14px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    position: absolute;
    bottom: 20px !important;
    right: 0!important;
    left: 0!important;
    margin: auto;
    z-index: 1;
    text-align: center;
    padding: 0;
    height: 42px;
    line-height: 53px;
    max-width: 200px!important;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*gap: 4px;*/
}
.custom-swiper-pagination .swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background: #fff!important;
    opacity: .3!important;
    border-radius: 50%!important;
    flex-shrink: 0;
}
.custom-swiper-pagination .swiper-pagination-bullet-active{
    background: var(--colorPrimary)!important;
    opacity: 1!important;
}
.pagination-position-bottom-left{
    left: 20px!important;
    right: auto!important;
    top: auto!important;
    bottom: 20px!important;
    transform: none!important;
}
.pagination-position-bottom-right{
    right: 20px!important;
    left: auto!important;
    top: auto!important;
    bottom: 20px!important;
    transform: none!important;
}
.pagination-position-top-right{
    right: 20px!important;
    left: auto!important;
    bottom: auto!important;
    top: 20px!important;
    transform: none!important;
}
.pagination-position-top-left{
    left: 20px!important;
    right: auto!important;
    bottom: auto!important;
    top: 20px!important;
    transform: none!important;
}
.pagination-position-bottom-center{
    left: 0!important;
    right: 0!important;
    bottom: 20px!important;
    top: auto!important;
    transform: none!important;
}
.pagination-position-top-center{
    left: 0!important;
    right: 0!important;
    top: 20px!important;
    bottom: auto!important;
    transform: none!important;
}


.swiper-before-init{
    max-height: 100px!important;
    overflow: hidden!important;
}
.swiper-spinner{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.swiper-spinner:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right,transparent,rgba(255,255,255,0.8),transparent);
    animation:swiperAnimation 1s linear infinite alternate;
}
@keyframes swiperAnimation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200px);
    }
}

/* section head*/
.section-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.section-head .title,
.section-head-simple .title
{
    font-weight: bold;
    color: var(--colorSecondary);
    font-size: 26px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    line-height: 28px;
    padding-right: 60px;
}
.section-head .title:before,
.section-head .title:after
{
    content: '';
    width: 40px;
    height: 20px;
    background: var(--colorPrimary);
    border-radius: 20px 0 0 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.section-head .title:after{
    width: 50px;
    opacity: .5;
}

.section-head .up-title{
    font-size: 13px;
    color: var(--colorText);
    opacity: 0.7;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.section-head-icon{
    width: 56px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorPrimary);
    background: #fff;
    border-radius: 30px 0 0 0;
    box-shadow: 0 0 25px rgba(var(--colorPrimaryRGB), 0.3);
    margin-left: 20px;
}
.section-head-icon > *{
    font-size: 22px;
}


.section-head-simple{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
}
.section-head-simple:before,
.wp-block-heading:not(.with-empty-cart-icon):before
{
    border-bottom: 2px dashed var(--colorPrimary);
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.section-head-simple .title{
    padding-right: 0;
}
.wp-block-heading{
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.wp-block-heading.has-text-align-center:before{
    left: 0;
    margin:auto;
}
.horizontal-head-line{
    border-bottom: 2px dashed #ddd;
    width: 100%;
    margin-right: 10px;
}
.product-category-item{
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(var(--colorPrimaryRGB), .15);
    border-radius: 200px 200px 40px 40px;
    padding: 0 30px 20px;
    margin-top: 50px;
    transition: 300ms;
    position: relative;
}
.product-category-item-image{
    width: 100%;
    margin-bottom: 15px;
    margin-top: -50px;
    text-align: center;
}
.product-category-item-image img{
    width: 100%;
    height: auto;
    border-radius: 25px;
    transition: 300ms;
}
.product-category-item-title{
    color: var(--colorText);
    display:block;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    transition: 300ms;
    transition-delay: 100ms;

    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-category-item-count{
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 400;
    display:flex;
    margin: 5px 0 0 0;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.product-category-item:hover img{
    transform: translate(0,-3px);
}

.product-category-item:hover .product-category-item-title{
    transform: translate(0,-3px);
}

.product-category-item:hover{
    background: rgba(var(--colorPrimaryRGB), .25);
}
.product-category-item-arrow{
    color: var(--colorPrimary);
    font-size: 20px;
    position: absolute;
    bottom: 16px;
    left: 28px;
    z-index: 1;
    opacity: 0;
    transition: 300ms;
}
.product-category-item:hover .product-category-item-arrow{
    left: 35px;
    opacity: 1;
}

.bg-primary-1{
    background: rgba(var(--colorPrimaryRGB),0.2) !important;
}


.circle-loader,
.circle-loader:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.circle-loader {
    overflow: hidden;
    margin: 20px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(var(--colorPrimaryRGB), 0.2);
    border-right: 5px solid rgba(var(--colorPrimaryRGB), 0.2);
    border-bottom: 5px solid rgba(var(--colorPrimaryRGB), 0.2);
    border-left: 5px solid var(--colorPrimary);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}


@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.search-results .nav-tabs{
    padding:0 ;
    border: none;
    margin-bottom: 15px;
}
.search-results .tab-content{
    padding:0 15px;
}
.search-results .nav-link{
    background: transparent!important;
    color: #aaa!important;
    position: relative;
    border: none!important;
    margin-left: 5px;
}
.search-results .nav-link:hover{
    color: var(--colorPrimary)!important;
}
.search-results .nav-link.active{
    color: var(--colorPrimary)!important;
}
.search-results .nav-link:before{
    content: '';
    height: 0;
    background: rgba(var(--colorPrimaryRGB),0.2);
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    transition: 400ms;
    border-radius: 10px;
}
.search-results .nav-link.active:before{
    width: 100%!important;
    height: 100%!important;
}



/***************** Footer *****************/
.footer{
    background: #313131;
    color: #fff;
    border-radius: 30px 30px 0 0;
    z-index: 1;
    position: relative;
}
.footer-content{
    position: relative;
    padding-top: 40px;

}
.footer-content:before{
    content: '';
    background: var(--colorPrimary);
    border-radius: 50px 50px 0 0;
    height: 16px;
    width: 700px;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.footer-logo{
    width: 140px;
    height: auto;
    opacity: 0.5;
    transition: 500ms;
}
.footer-logo:hover{
    opacity: 1;
}
.footer-text{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 26px;
}
.vertical-line{
    width: 1px;
    height: 50px;
    margin: 0 25px;
    background: #fff;
    opacity: 0.2;
    flex-shrink: 0;
}

.horizontal-line{
    width: 50px;
    height: 1px;
    margin: 0 25px;
    background: rgba(0,0,0,0.15);
    opacity: 0.5;
    flex-shrink: 0;
}

.social-icon-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--colorPrimary);
    background: rgba(var(--colorPrimaryRGB),0.1);
    border-radius: 9px;
    font-size: 18px;
    position: relative;
    margin: 10px;
    flex-shrink: 0;
}
.social-icon-link:before{
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid var(--colorPrimary);
    border-radius: 12px;
    position: absolute;
    top: -4px;
    right: -4px;
    margin: auto;
    transition: 200ms;
    opacity: 0.4;
}
.social-icon-link:hover:before{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 1;
}

.tooltip{
    font-family: IRANSansXFaNum, sans-serif !important;

}
.tooltip-inner {
    padding: 6px 8px;
    border-radius: 10px;
}

.footer-icon-box{
    display: flex;
    align-items: center;
}
.footer-icon-box .icon{

}

.footer-icon-box .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--colorPrimary);
    background: rgba(var(--colorPrimaryRGB),0.1);
    border-radius: 10px;
    font-size: 25px;
    margin-left: 10px;
    padding-top: 3px;
}
.footer-icon-box .title{
    color: white;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 300;
}
.footer-icon-box .value{
    color: #fff;
    font-size: 16px;
}

.footer-widget-container ul,
.footer-widget-container ol
{
    margin: 0;
    padding: 0;
}

.footer-widget-container ul ul,
.footer-widget-container ul ol,
.footer-widget-container ol ul,
.footer-widget-container ol ol{
    display: none!important;
}

.footer-widget-container li{
    display: flex;
    align-items: center;
}
.footer-widget-container li a{
    color: rgba(255, 255, 255, 0.56);
    transition: 200ms;
    font-size: 14px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    font-weight: 300;
}
.footer-widget-container li a:hover{
    color: white;
}
.footer-widget-container li:not(.wp-block-latest-comments__comment) a:before{
    content: "\e907";
    font-family: iconly;
    font-weight: 200;
    margin-left: 5px;
    transition: 200ms;
}
.wp-block-latest-comments__comment-meta{
    display: flex;
    align-items: center;
}

.footer-widget-container li a:hover:before{
    color: var(--colorPrimary);
    margin-left: 7px;
}

.footer-widget-container img{
    margin:0 0 10px 10px;
    max-width: 100%;
}
.single-box.footer-widget-container{
    color: var(--colorText);
}
.single-box.footer-widget-container a:before{
    color: #ddd;

}
.single-box.footer-widget-container a{
    color: var(--colorText);
    font-size: 16px;
    font-weight: normal;
}
.single-box.footer-widget-container li a:hover{
    color: var(--colorPrimary);
}


.footer-widget-container input[type=search],
.footer-widget-container input[type=text],
.footer-widget-container input[type=number],
.footer-widget-container textarea {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 10px 15px;
    background: rgba(var(--colorPrimaryRGB), 0.1);
    color: var(--colorText);
    transition: 100ms;
}
.footer-widget-container input::placeholder,
.footer-widget-container textarea::placeholder{
    font-size: 14px;
    color: grey;
}

.footer-widget-container input:hover,
.footer-widget-container textarea:hover{
    border-color: #ddd;
}
.footer-widget-container input:focus,
.footer-widget-container textarea:focus{
    border-color: var(--colorPrimary) !important;
    background: transparent!important;
}

.footer-widget-container button{
    border-radius: 10px;
    background: var(--colorPrimary);
    color: #fff;
    border: none;
    outline: none;
    transition: 100ms;
}
.footer-widget-container button:hover{
    background: var(--colorSecondary);
}
.wp-block-search__inside-wrapper{
    padding: 0;
    border: none;
}

.widget_block:not(:last-of-type) {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}



.footer-copyright{
    width: 700px;
    margin: 80px auto 0;
    background: var(--colorPrimary);
    border-radius: 25px 25px 0 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.footer-copyright p{
    margin: 0;
}
.footer-copyright a{
    color: #fff;
}
.footer-copyright a:hover{
    font-weight: bold;
}
.h20px{
    height: 20px!important;
}

.footer-logos {
    display: flex;
    gap: 10px;
}
.footer-logos img{
    margin: 0;
    max-width: 110px;
}




.single-page-head{
    width: 100%;
    height: 220px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #333 center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
}


.single-page-head .single-page-head-content{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    text-align: center;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, rgba(var(--colorPrimaryRGB),0.2) 12px ), repeating-linear-gradient(rgba(var(--colorPrimaryRGB),0.6), rgba(0, 0, 0, 0.87));
}
.single-page-head-content .breadcrumb{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb {
    border-radius: 16px;
    padding: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\e908";
    font-weight: 200;
    font-family: 'iconly' !important;
    color: #B3BBC7 !important;
}

.breadcrumb-item:first-of-type:before {
    content: "\e938";
    font-weight: 700;
    font-family: 'iconly' !important;
    color: var(--colorPrimary);
    font-size: 17px;
    margin-left: 8px;
}
.single-page-head .breadcrumb-item:first-of-type:before{
    color: #fff!important;

}
.single-page-head  nav{
    width: 100%;
}
.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: var(--colorText);
    opacity: 0.7;
    transition: 200ms;
}

.breadcrumb-item a:hover {
    color: var(--colorPrimary);
    opacity: 1;
}

.breadcrumb-item.active {
    color: var(--colorText) !important;
}
.single-page-head .breadcrumb-item a{
    color: #fff!important;
    opacity: 0.8;
}
.single-page-head .breadcrumb-item a:hover{
    color: #fff;
    opacity: 1;
}
.single-page-head .breadcrumb-item.active{
    color: #fff!important;
    opacity: 1;

}




.single-box,
.single-box-content-simple
{
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 18px;
    padding: 15px;
    background: #fff;
    position: relative;
}
.single-box-content-simple{
    padding: 40px;
}
.no-before:before{
    content: none!important;
    display: none!important;
}

.color-text{
    color: var(--colorText) !important;
}

.single-box-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(var(--colorPrimaryRGB), 0.1);
    padding: 15px;
    margin: -15px -15px 20px -15px;
    border-radius: 12px 12px 0 0;
}


.post-share-box-icons{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.post-share-box-icons .social-icon-link:before{
    content: none!important;
    display: none!important;
}

.post-share-box-icons .social-icon-link{
    margin: 0!important;
    font-size: 28px;
    background: transparent;
    color: #ddd;
    transition: 200ms;
}
.post-share-box-icons .social-icon-link:hover{
    color: var(--colorText);
}

.single-page-content-box{
    padding: 40px 0 40px 40px;
    display: flex;
}
.single-page-content-box.has-thumbnail{
    margin-top: 100px!important;
}
.single-page-content-right{
    width: 140px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: sticky;
    top: 15px;
    height: 100%;
}
.single-page-content-left{
    width: calc(100% - 140px);
}

.post-date{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 4px solid #ececec;
    border-bottom: none;
    padding-top: 20px;
}
.post-date .day{
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: var(--colorPrimary);
}
.post-date .month{
    color: grey;
    font-size: 13px;
}
.post-date .year{
    color: grey;
    font-size: 13px;
}
.post-reading-time{
    margin-top: 35px;
}
.post-share-box{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}
.post-share-box a{
    font-size: 26px;
    color: #ddd;
    transition: 400ms;
}
.post-share-box a:hover{
    color: var(--colorText);
}




.single-title{
    display: flex;
    align-items: center;
    font-weight: 800;
    color: #fff;
    font-size:  40px;
    line-height: 50px;
    margin: 0;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.7);
}
.single-page-meta-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
}
.single-post-meta-item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.single-post-meta-item a{
    color: #fff!important;
}
.single-post-meta-item:before{
    content: '';
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    margin: 0 8px;
}
.single-post-meta-item:first-of-type:before{
    content: none;
    display: none;
}


.single-image{
    margin-bottom:40px;
    width: 100%;
    position: relative;
}
.single-image img{
    width: 100%;
    border-radius: 20px;
    display: block;
    height: auto!important;
}


.html-content,.woocommerce-Tabs-panel{
    color: rgba(0,0,0,0.7);
    font-size: 16px;
}
.html-content h1:not(.page-title),
.woocommerce-Tabs-panel h1:not(.page-title),
.html-content h2,
.woocommerce-Tabs-panel h2,
.html-content h3,
.woocommerce-Tabs-panel h3,
.html-content h4,
.woocommerce-Tabs-panel h4,
.html-content h5,
.woocommerce-Tabs-panel h5,
.html-content h6,
.woocommerce-Tabs-panel h6
{
    font-weight: bold;
    display: block;
    margin: 25px 0 12px;
    color: black;
}
.html-content h1:not(.page-title),
.woocommerce-Tabs-panel h1:not(.page-title)
{
    font-size: 30px;
    line-height: 42px;

}
.html-content h2,
.woocommerce-Tabs-panel h2
{
    font-size: 28px;
    line-height: 40px;

}
.html-content h3,
.woocommerce-Tabs-panel h3
{
    font-size: 25px;
    line-height: 32px;

}
.html-content h4,
.woocommerce-Tabs-panel h4
{
    font-size: 22px;
    line-height: 28px;
}
.html-content h5,
.woocommerce-Tabs-panel h5
{
    font-size: 16px;
    line-height: 25px;

}
.html-content h6,
.woocommerce-Tabs-panel h6
{
    font-size: 14px;
    line-height: 22px;

}

.html-content img,
.woocommerce-Tabs-panel img
{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.html-content ul{}
.html-content li
{
    list-style: square;
    padding: 3px 0;
}
.payment_methods li{
    padding: 3px 0;
    list-style: none!important;
}

.html-content p a:not(.star-1,.star-2,.star-3,.star-4,.star-5,.wc-block-grid__product-link,.add_to_wishlist),
.woocommerce-Tabs-panel p a:not(.star-1,.star-2,.star-3,.star-4,.star-5,.wc-block-grid__product-link,.add_to_wishlist)
{
    color: var(--colorPrimary);
    position: relative;
}
.html-content p a:not(.star-1,.star-2,.star-3,.star-4,.star-5,.wc-block-grid__product-link,.add_to_wishlist):before,
.woocommerce-Tabs-panel p a:not(.star-1,.star-2,.star-3,.star-4,.star-5,.wc-block-grid__product-link,.add_to_wishlist):before
{
    content: '';
    width: 0;
    height: 1px;
    background: var(--colorPrimary);
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: auto;
    transition: 200ms;
}
.html-content p a:not(.star-1,.star-2,.star-3,.star-4,.star-5,.wc-block-grid__product-link,.add_to_wishlist):hover:before,
.woocommerce-Tabs-panel p a:not(.star-1,.star-2,.star-3,.star-4,.star-5,.wc-block-grid__product-link,.add_to_wishlist):hover:before
{
    width: 100%;
}
.html-content blockquote,
.woocommerce-Tabs-panel blockquote,
.single-excerpt{
    padding: 25px 90px 25px 25px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    background: url('../images/quote.svg') no-repeat;
    background-size: 40px;
    background-position-y: 25px;
    background-position-x: calc(100% - 25px);
    font-style: italic;
}
.single-excerpt{
    background: #f5f5f5;
    position: relative;
    margin: 25px 0 40px;
    padding: 40px;
    border-radius: 20px;
}
.single-excerpt > svg{
    width: auto;
    height: 85%;
    padding: 10px;
    border-radius: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    opacity: 0.2;
    transform: rotate(44deg);
}
.single-excerpt > svg path{
    stroke: var(--colorPrimary);
}
.html-content p,
.woocommerce-Tabs-panel p
{
    font-weight: normal;
    line-height: 28px;
    font-size: 16px;
}
.single-sidebar{
    position: sticky;
    top: 10px;
}






/*********************************************
***************** pagination *****************
*********************************************/
.bcp-pagination{
    display: flex;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.bcp-pagination .page-numbers{
    text-decoration: none!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--colorText);
    font-weight: 400;
    width: 42px;
    height: 42px;
    font-size: 18px;
    border-radius: 14px;
    transition: 300ms;
    margin: 3px;
    box-sizing: content-box;
    border: 1px solid var(--colorPrimary);
}
.bcp-pagination a.page-numbers:hover{
    background: var(--colorPrimary);
    color: #fff;
    box-shadow: 0 0 20px rgba(var(--colorPrimaryRGB),0.5);
    transform: scale(1.08);
}
.page-numbers.current{
    background: rgba(var(--colorPrimaryRGB),0.2);
    border-color: transparent;
    font-weight: bold;
}
.page-numbers.next,
.page-numbers.prev{
    font-size: 20px;
}
.bcp-pagination .page-numbers.next,.bcp-pagination .page-numbers.next{
    line-height: 40px;
}
html[dir=ltr] .bcp-pagination .page-numbers.next i{
    transform: rotate(180deg);
}
html[dir=ltr] .bcp-pagination .page-numbers.prev i{
    transform: rotate(-180deg);
}


.single-box-contact-image:not(.single-box-contact-no-image){
    margin-top: 160px;
}

.single-box-contact-image:not(.single-box-contact-no-image) .single-box-contact-content{
    margin: -200px auto 0 auto;
}
.single-box-contact-content{
    width: calc(100% - 100px);
    padding:  40px;
    margin: 0 auto;
}
.single-box-contact-content img.main{
    display: block;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: -10px 3px 30px rgba(var(--colorPrimaryRGB),0.5);
}

.contact-icon{
    display: flex;
    align-items: start;
    justify-content: start;
}

.contact-icon i{
    transition: 200ms;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--colorPrimary);
    color: var(--colorPrimary);
    border-radius: 16px;
    margin-left: 10px;
    font-size: 22px;
    flex-shrink: 0;
}
.contact-icon .key{
    color: grey;
    font-weight: 300;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}
.contact-icon .value{
    font-weight: normal;
    color: var(--colorText);
    font-size: 15px;
    text-align: right;
    transition: 200ms;
}

.contact-icon:hover i{
    background: var(--colorPrimary);
    color: #fff;
}
.contact-icon:hover .value{
    color: var(--colorPrimary);
}

.map-container{
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 250px;
    background: #eee;
}
.map-container iframe{
    width: 100% !important;
    height: 100% !important;
    outline: none!important;
}

.contact-page-title{
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 20px;
    height: 140px;
    padding-top: 20px;
}
.contact-page-title .icon{
    background: rgba(var(--colorPrimaryRGB),0.1);
    color: var(--colorPrimary);
    font-size: 28px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-left: 16px;
    flex-shrink: 0;
}
.contact-page-title .title{
    color: var(--colorPrimary);
    font-weight: 900;
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
}
.contact-page-title .subtitle{
    color: var(--colorText);
    font-size: 15px;
    margin: 0;
}



.form-title{
    color: var(--colorText);
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 8px;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.form-title:before{
    content: '';
    height: 1px;
    background: var(--colorText);
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-title.centered{
    text-align: center;
}
.form-title.centered:before{
    left: 0;
    margin: auto;
}


.error-404{
    padding: 80px 0;
    text-align: center;
}
.error-404 img{
    width: 700px;
    height: auto;
    margin-bottom: 30px;
}
.error-404 .title{
    font-weight: 900;
    color: var(--colorPrimary);
    font-size: 40px;
    margin: 0;
}
.error-404 .back{
    display: inline-block;
    border-radius: 100px;
    padding: 12px 30px;
    border: 1px solid var(--colorPrimary);
    color: var(--colorPrimary);
    font-weight: normal;
    font-size: 20px;
    transition: 300ms;
    margin-top: 30px;

}
.error-404 .back:hover{
    background: var(--colorPrimary);
    color: #fff;
}


/*********************** TEAM ****************************/
.team-item{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(var(--colorPrimaryRGB),0.1);
    transition: 300ms;
    z-index: 1;
}
.team-item img{
    width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: 400ms;
}
.team-item:hover{
    transform: translate(0,-5px);
    box-shadow: 0 10px 25px rgba(var(--colorPrimaryRGB),0.3);

}
.team-item:hover img{
    filter: grayscale(0);
}
.team-item-overly{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 15px;
    background: rgba(255, 255, 255, 0.19);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid transparent;
    transition: 300ms;
}
.team-item:hover .team-item-overly{
    background: rgba(255, 255, 255, 0.5);
}
.team-item-overly .name{
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 4px;
    transition: 300ms;
}
.team-item:hover .team-item-overly .name{
    color: #000;

}
.team-item-overly .specialty{
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: 300ms;

}
.team-item:hover .team-item-overly .specialty{
    color: #000;
}
.team-swiper .swiper-wrapper
{
    padding: 25px 0!important;
}

/********************** ACCOUNT ************************/
.profile-nav{
    background: #fff;
    border-radius: var(--defaultBorderRadius) var(--defaultBorderRadius) 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    padding: 40px;
}
.profile-user{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-left: 1px solid #eee;
    padding-left: 20px;
    margin-left: 20px;
}
.profile-user img{
    border-radius: 12px;
    box-shadow: -10px 0 20px rgba(var(--colorPrimaryRGB),0.5);
    width: 90px;
    height: 90px;
    margin-left: 20px;
}
.profile-user .user-id{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4px;
}
.profile-user .user-joined-date{
    color: grey;
    font-weight: 300;
    font-size: 13px;
}

.profile-nav-items{
    display: flex;
    align-items: center;
    width: 100%;
    overflow-y: auto;
}
.profile-nav-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    text-align: center;
    position: relative;
    flex-shrink: 0;

}
.profile-nav-item .profile-nav-item-icon{
    font-size: 30px;
    margin-bottom: 4px;
    color: rgba(var(--colorPrimaryRGB),0.4);
    transition: 200ms;
}
.profile-nav-item .title{
    font-weight: 600;
    color: var(--colorText);
    font-size: 14px;
}
.profile-nav-items .vertical-line{
    background: #eee;
    height: 90px;
    opacity: 1;
}
.profile-nav-item:hover .profile-nav-item-icon{
    color: var(--colorPrimary);
}

.profile-nav-item:before{
    content: '';
    width: 0;
    height: 1px;
    background: var(--colorPrimary);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -8px;
    transition: 300ms;
}
.profile-nav-item:hover:before{
    width: 40px;
}
.profile-nav-item.active .profile-nav-item-icon{
    color: var(--colorPrimary);
}
.profile-nav-item.active .title{
    color: var(--colorPrimary);
}

.profile-nav-item.logout {
    margin-right: auto;
}
.profile-nav-item.logout .profile-nav-item-icon {
    color: #ff8192;
}
.profile-nav-item.logout:hover .profile-nav-item-icon{
    color: #d00d28;

}
.profile-nav-item.logout:before {
    background: #d00d28;
}
.profile-nav-item.logout:hover .title {
    color: #d00d28;
}

.profile-content{
    background: #fff;
    border-radius: 0 0 var(--defaultBorderRadius) var(--defaultBorderRadius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 40px;
}
.page-title,.wishlist-title h2{
    font-weight: 900;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px!important;
    margin-bottom: 35px!important;
    color: #000;
}
.page-title:before,.wishlist-title h2:before{
    content: '';
    border-radius: 10px;
    background: linear-gradient(to left,var(--colorPrimary),transparent);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 6px;
}

.profile-box{
    border: 2px dashed var(--colorPrimary);
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 20px;
    color: var(--colorText);
    transition: 300ms;
}
.profile-box:before{
    content: '';
    width: 50px;
    height: 50px;
    background: var(--colorPrimary);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    filter: blur(40px);
    display: block;
    position: absolute;
    transition: 400ms;
}

.profile-box i{
    font-size: 24px;
    color: var(--colorPrimary);
    transition: 400ms;
}
.profile-box .count{
    font-weight: 900;
    font-size: 20px;
    margin: 0 20px 0 7px;
}
.profile-box .title{
}
.profile-box:hover{
    background: var(--colorPrimary);
    color: #fff;
    border-color: #fff;
}
.profile-box:hover i{
    color: #fff;
}


.alert{
    border-radius: 18px 0 0 18px;
    border: none;
    border-right: 4px dashed;
    position: relative;
    padding: 25px 35px 25px;
    margin-right: 20px;
}
.alert-dismissible{
    padding: 25px 35px 25px 45px;
}
.alert-dismissible .btn-close{
    outline: none;
    box-shadow: none!important;
    color: #000!important;
}
.alert-dismissible .btn-close:hover{
    color: #000!important;
    background-color: transparent!important;
}
.alert-dismissible p{
    margin-bottom: 0!important;
}
.alert:before{
    content: "\e922";
    font-family: 'icomoon';
    width: 40px;
    height: 40px;
    border-radius:0 8px 8px 0;
    position: absolute;
    top: 0;
    right: -22px;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: inherit;
}
.alert-success{
    background: #dbfce1;
    color: #162319;
}
.alert-danger{
    background: #fcdbdb;
    color: #441b1b;
}

.alert-warning{
    background: #fff9e8;
    color: #342f1a;
}
.alert-info{
    background: #e8f9ff;
    color: #11252d;
}
.alert-dark{
    background: #e1e1e1;
    color: #000;
}




/************************* FEEDBACKS **********************/
.feedback-item{
    border-radius: 35px;
    background: linear-gradient(45deg,#111,#333);
    padding: 40px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}
.feedback-item > svg{
    width: 55px;
    height: 55px;
    position: absolute !important;
    top: 30px;
    right: 30px;
}
.feedback-item > svg path{
    stroke: rgb(53 53 53);
    transition: 500ms;
}
.feedback-item:hover > svg path{
    stroke: var(--colorPrimary)!important;
}

.feedback-item-image{
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    position: relative;
}
.feedback-item-image:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(var(--colorPrimaryRGB), 0.5), transparent);
    bottom: -10px;
    position: absolute;
    left: -10px;
    border-radius: 20px 50%;
}
.feedback-item .feedback-item-image img{
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    box-shadow: -15px 15px 30px rgba(var(--colorPrimaryRGB),0.5);
}
.feedback-item:hover{
    box-shadow: -15px 15px 30px rgba(var(--colorPrimaryRGB),0.5);
    transform: translate(0,-3px);
}
.feedback-item .name{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    transition: 300ms;
}
.feedback-item:hover .name{
    color: var(--colorPrimary);
}
.feedback-item .specialty{
    opacity: 0.6;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 20px;
    transition: 300ms;
}
.feedback-item:hover .specialty{
    border-bottom-color: var(--colorPrimary);
}
.feedback-item .text{
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}
.feedback-item *:not(.feedback-highlight){
    position: relative;
    z-index: 1;
}
.feedback-highlight{
    position: absolute;
    width: 30%;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(45deg,rgba(var(--colorPrimaryRGB),0.7),transparent);
    z-index: 0;
    filter: blur(90px);
    transition: 300ms;
    border-radius: 100px 100px 0 0;
}
.feedback-item:hover .feedback-highlight{
    height: 50%;

}



/******************** FAQ *********************/
.accordion{}
.accordion-item{
    background: transparent!important;
    border: 2px dashed #eee;

}
.accordion-item:first-of-type {
    border-top-right-radius:25px;
    border-top-left-radius: 25px;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.accordion-button{
    background: transparent!important;
    box-shadow: none!important;
}
.accordion-button::after{
    content: "\e9c0";
    font-family: 'icomoon';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--colorPrimaryRGB), 0.1) !important;
    border-radius: 16px;
    color: var(--colorPrimary);
    font-size: 24px;
}
.accordion-button[aria-expanded=true]::after{
    content: "\e9a3";
    background: var(--colorPrimary) !important;
    color: #fff!important;
}

.accordion-button-text{
    font-weight: bold;
    font-size: 19px;
    color: var(--colorText);
}
.accordion-button[aria-expanded=true] .accordion-button-text{
    color: var(--colorPrimary);
}
.accordion-body {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px 0 25px 25px;
    margin:10px 15px 15px;
}



/*************** comments *******/
.comment-form .form-submit input[type=submit]{
    border: none;
    background: var(--colorPrimary);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: -3px 3px 10px rgba(var(--colorPrimaryRGB), 0.5);
    transition: 300ms;
}
.comment-form .form-submit input[type=submit]:hover{
    transform: translate(-3px,0);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background: rgba(var(--colorPrimaryRGB),0.05);
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    margin-top: 5px;
    transition: 200ms;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form textarea:focus {
    border-color: var(--colorPrimary);
    background: #fff;
}


.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.comment {
    display: block;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 12px;
    color: var(--colorText);
    position: relative;
    margin-top: 10px;
}
.comment.bypostauthor{
    border-color: var(--colorPrimary);
}
.comment-awaiting-moderation {
    background: #ff00001a;
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0;
    color: red;
}
.commentlist .avatar{
    margin-left: 12px;
}
.comment .fn a{
    color: var(--colorText) !important;
}
.comment p{
    font-size: 16px;
    line-height: 28px;
    color: black;
}
.comment-reply-link{
    background: rgba(var(--colorPrimaryRGB), 0.2);
    color: var(--colorPrimary);
    font-size: 14px;
    border-radius: 9px;
    padding: 4px 12px;
    display: inline-block;
    transition: 100ms;
}
.comment-reply-link:hover{
    background: black;
    color: #fff;
}
.comment-author{
    margin-bottom: 10px;
}
.comment-meta.commentmetadata {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #989898;
    padding: 15px;
}
.comment-meta.commentmetadata a{
    color: #989898;
}
.comment-meta.commentmetadata .comment-edit-link{
    color: var(--colorPrimary);
}
.comment-reply-title a{
    color: var(--colorText);
}
#cancel-comment-reply-link{
    color: var(--colorPrimary);
    border-radius: 6px;
    border: 1px solid;
    padding: 4px;
    margin-right: 5px;
}
/******************** Contact Form 7 *********************/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background: rgba(var(--colorPrimaryRGB),0.05);
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    margin-top: 5px;
    transition: 200ms;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    border-color: var(--colorPrimary);
    background: #fff;
}

.wpcf7-submit {
    background-color: var(--colorPrimary);
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.wpcf7-submit:hover {
    background-color: var(--colorSecondary);
}

.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-response-output {
    margin-top: 15px;
    font-size: 14px;
}



.cart-button-container{
    position: relative;
    width: auto;
    display: inline-block;
}
.cart-button-container.open .cart-dropdown{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.cart-dropdown{
    position: absolute;
    background: #fff;
    border-radius: 24px;
    padding: 18px;
    top: calc(100% - 5px);
    left: 0;
    z-index: 10;
    width: 280px;
    box-shadow: 0 10px 20px #00000036;
    opacity: 0;
    transition: 300ms;
    visibility: hidden;
}
.cart-dropdown-close{
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: #fff;
    font-size: 22px;
    border-radius: 0 0 20px 0;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.cart-dropdown-title{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: var(--colorText);
    text-align: right;
    padding-right: 20px;
}


@media (min-width: 576px) {
    .cart-button-container:hover .cart-dropdown
    {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}


.btn-primary.cart-button-animated{
    animation: cart-button-animation linear infinite 500ms alternate;
    background: #08a84c !important;
    box-shadow: 0 0 30px #08a84c!important;
}

.btn-primary.cart-button-animated:before
{
    opacity: .7;
    right: -6px;
    top: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #08a84c ;
}
.btn-primary.cart-button-animated:after
{
    opacity: 1;
    right: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-color: #08a84c ;
}


@keyframes cart-button-animation {
    0%{
        transform: scale(1) rotate(0);
    }
    50%{
        transform: scale(1.1) rotate(-5deg);
    }
    100%{
        transform: scale(1.1) rotate(5deg);
    }
}


/*********************** modal ****************/
.bcp-backdrop{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(79, 79, 79, 0.5);
    top: 0;
    right: 0;
    z-index: 15;
    display: none;
}

/* Modal Content */
.bcp-modal {
    overflow: hidden;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 480px;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 992px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    transform: translate(0 , -30px);
    transition: 500ms;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
}
.bcp-modal.show{
    visibility: visible!important;
    opacity: 1!important;
    transform: translate(0,0)!important;
}
.bcp-modal-image{
    width: 480px!important;
    height: 480px;
    flex-shrink: 0;
    border-left: 1px solid #ddd;
}
.bcp-modal-image .bcp-owl-chevron{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    width: 40px!important;
    height: 40px!important;
    line-height: 39px!important;
    color: #222!important;
    background: #fff!important;
    border-radius: 50%!important;
}
.bcp-modal-image .owl-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
}
.bcp-modal-image .owl-item img{
    height: 480px;
    width: 100%!important;
    margin: auto;
    object-fit: contain;
}
.bcp-modal-body {
    width: calc(100% - 480px);
    padding: 15px 15px 100px 15px;
    height: 100%;
    position: relative;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}
/* width */
.bcp-modal-body::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.bcp-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.bcp-modal-body::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 10px;
}

/* Handle on hover */
.bcp-modal-body::-webkit-scrollbar-thumb:hover {
    background: #9d9d9d;
}

.bcp-modal-close {
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    font-size: 20px;
    opacity: 0.7;
    cursor: pointer;
    transition: 200ms;
}
.bcp-modal-close:hover,
.bcp-modal-close:focus {
    opacity: 1;
}
.bcp-modal-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: black;
    display: block;
    margin: 15px 0;
}
.bcp-modal-rating{
    margin-bottom: 15px;
}
.bcp-modal-stock {
    padding-bottom: 10px;
    border-bottom: 1px solid #9dccb5;
    margin-bottom: 10px;
    color: #6da58a;
    font-weight: 400;
    font-size: 14px;
}
.bcp-modal-stock.outofstock{
    border-color: #ab4141;
    color: #ab4141;
    font-size: 18px;
    border-bottom: none;
    padding: 0;
}
.bcp-modal-description{
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    line-height: 27px;
}
.bcp-modal-description ul,
.bcp-modal-description ol {
    list-style: inside;
}
.bcp-modal-footer{
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 480px);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 0 15px;
    height: 100px;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 -3px 15px #00000017;
}
html[dir=ltr] .bcp-modal-footer{
    left: auto;
    right: 0!important;
}
.bcp-modal-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius:50px;
    padding: 10px 15px 10px 20px;
    font-size: 15px;
    font-weight: 500;
    background: var(--colorPrimary);
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition: 300ms;
    margin-top: 8px;
    box-shadow: -5px 0 20px rgba(var(--colorPrimaryRGB),0.4);
}
.bcp-modal-more:hover{
    background: #333;
    color: #fff;
    padding-left: 10px;
}
html[dir=ltr] .bcp-modal-more i{
    transform: rotate(180deg);
}
.bcp-modal-price > span.woocommerce-Price-amount.amount,
.bcp-modal-price ins .woocommerce-Price-amount.amount
{
    font-weight: 700;
    color: #111;
    font-size: 16px;
}
.bcp-modal-price ins
{
    text-decoration: none;
}
/* WooCommerce Price (Main Price) */
.bcp-modal-price > del .woocommerce-Price-amount.amount
{
    font-weight: 700;
    font-size: 16px;
    color: #777;
}
.bcp-modal-price .woocommerce-Price-currencySymbol{
    margin: 0 3px 0 10px;
}





.bcp-attributes-list{
    margin: 15px 0 0;
    padding: 0;
}
.bcp-attributes-list li{
    display: none;
    padding: 5px;
    font-size: 13px;
    border-top: 1px solid #ddd;
    background: #fff;
}
.bcp-attributes-list li:nth-of-type(odd){
    background: #f9f9f9;
}
.bcp-attributes-list li:nth-child(1),
.bcp-attributes-list li:nth-child(2),
.bcp-attributes-list li:nth-child(3)
{
    display: block;
}
.bcp-attributes-list.open li {
    display: block!important;
}
.bcp-see-more-attr {
    margin-top: 5px;
    display: inline-block;
    color: #2488ff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    user-select: none;
}
.bcp-see-more-attr i {
    margin-left: 4px;
}




.banta-toast {
    position: fixed;
    bottom: 0;
    right: 30px;
    background-color: rgba(var(--colorPrimaryRGB),0.9);
    color: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
}
.banta-toast.toast-success{
    background-color: rgba(8, 153, 70, 0.9);
}
.banta-toast.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}
.banta-toast .toast-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.banta-toast .toast-msg{
    font-size: 14px;
    width: calc(100% - 60px);
    margin-right: auto;
}


/************* shopping steps *********************/
.shopping-steps{
    display: flex;
    align-items: center;
    min-height: 160px;
}
.shopping-step{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100px;
    gap: 15px;
}


.shopping-step .icon{
    background: transparent;
    border: 2px dashed #acacac;
    color: #acacac;
    width: 80px;
    height: 80px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-left: 14px;
    flex-shrink: 0;
}
.shopping-step .uptitle{
    font-size: 13px;
    font-weight: normal;
    color: #bbb;
    display: block;
}
.shopping-step .title{
    font-size: 18px;
    font-weight: bold;
    color: #777;
    display: block;
}
.shopping-steps-arrow{
    color: #ddd;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 50px;
}
.shopping-step.active .icon{
    background: var(--colorPrimary);
    border-color: #fff;
    color: #fff;
    box-shadow: 5px 3px 20px rgba(var(--colorPrimaryRGB),0.5);
}
.shopping-step.active .title{
    color: var(--colorPrimary);
}
.shopping-step.active.done .icon{
    background: transparent;
    border-color: var(--colorPrimary);
    box-shadow: none;
    color: var(--colorPrimary);

}
.shopping-step.active.done .title{
    color: var(--colorText);
}

/************* quantity input *********************/
.single-page-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    height: 48px;
    border-radius: 10px;
    padding: 0 6px;
}
.td-quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px #00000014;
    font-size: 16px;
    color: black;
    cursor: pointer;
    transition: 200ms;
}
.td-quantity-button:active{
    transform: scale(0.9);
}
.td-quantity-button.plus{
    order: -1;
}
.single-page-quantity .qty{
    border: none!important;
    font-size: 15px;
    width: 50px;
    background: transparent!important;
    color: var(--colorText) !important;
}


.variable-item-span-color{
    border-radius: 50%;
}
.color-variable-item{
    border-radius: 50% !important;
}
.variable-item.button-variable-item{
    border-radius: 6px!important;
}

.variable-item:after{
    border-top-color:#000 !important;
}
.variable-item:before{
    background:#000 !important;
    border-radius: 8px!important;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1) !important;
}
.wvs-has-image-tooltip:after, .wvs-has-image-tooltip:before, [data-wvstooltip]:after, [data-wvstooltip]:before{
    transition: opacity .1s ease-in-out!important;
}

.cfvsw-swatches-option{
    border: 1px solid #ddd;
    border-radius: 50%!important;;
    font-size: 14px!important;;
    width: 28px!important;;
    height: 28px!important;;
}
.cfvsw-swatches-option .cfvsw-swatch-inner{
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.cfvsw-swatches-option.cfvsw-label-option{
    border-radius: 8px!important;
    width: auto!important;
}
.cfvsw-swatches-container{
    margin-top: 12px;
}



@media (max-width: 1350px) {
    .custom-container {
        width: calc(100% - 20px);
        max-width: none;
    }
}

@media (max-width: 1350px) {
    .main-menu-container {
        width: 800px;
    }
}

@media (max-width: 1200px) {
    .single-box-contact-content{
        padding: 0 0 15px 0;
        width: calc(100% - 40px);
    }
}

@media (max-width: 992px) {
    .single-box-content-simple{
        padding: 15px;
    }

    .bcp-modal-image{
        width: 100%!important;
        height: auto!important;
        border-left: none;
    }
    .bcp-modal-image .owl-item{
        height: auto!important;
    }
    .bcp-modal-image .owl-item img{
        height: auto;
        max-height: 330px;
    }
    .bcp-modal{
        max-height: calc(100% - 100px);
        display: block;
        top: 50px;
        width: calc(100% - 30px);
        bottom: auto;
        overflow-y: auto;
    }

    .bcp-modal-body{
        width: 100%;
        padding: 15px;
    }
    .bcp-modal-close{
        background: #fff;
        border-radius: 0 0 12px 0;
    }
    .bcp-modal-footer{
        position: sticky;
        width: 100%;
    }
    .bcp-modal-more{
        margin-top: 10px;
        padding: 10px;
        font-weight: 500;
        font-size: 14px;
    }
    .single-page-content-no-thumb{
        margin-top: 30px!important;
    }
    .error-404 img{
        width: 100%;
    }
    .error-404{
        padding: 40px 0;
    }
    .error-404 .title{
        font-size: 28px;
    }
    .contact-page-title{
        height: auto;
        margin: 0 0 20px;
        padding: 0;
    }
    .contact-page-title .title{
        margin-top: 10px;
        font-size: 24px;
    }
    .contact-page-title .icon{
        width: 70px;
        height: 70px;
    }
    .contact-page-title .subtitle{
        font-size: 13px;
    }
    .single-box-contact-image:not(.single-box-contact-no-image){
        margin-top: 100px;
    }
    .single-box-contact-image:not(.single-box-contact-no-image) .single-box-contact-content{
        margin-top: -100px;
    }
    .post-reading-time{
        margin: 0 35px 0 0;
    }
    .post-date{
        height: 110px;
        border-width: 2px;
        padding-top: 10px;
    }
    .single-image{
        margin-bottom: 20px;
    }
    .single-title{
        font-size: 24px;
        line-height: 35px;
    }
    .custom-container {
        width: calc(100% - 60px);
    }

    .search-modal {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .search-results{
        max-height: 100%;
    }
    .header-buttons{
        width: auto;
        justify-content: end;
    }
    .header-logo{
        margin-left: 25px;
    }
    .header-logo img{
        height: 36px!important;
    }
    .single-page-content-box{
        padding: 20px;
        flex-direction: column;
    }
    .single-page-content-left{
        width: 100%;
    }
    .single-page-content-right{
        width: 100%;
    }
    .post-share-box-icons{
        flex-direction: row;
    }
    .horizontal-line.v-md{
        width: 1px;
        height: 50px;
    }
    .single-page-content-right{
        position: static!important;
    }
}

@media (max-width: 768px) {
    .profile-content{
        padding: 30px 20px 0 20px;
    }
    .page-title,.wishlist-title h2{
        font-size: 20px;
    }
    .shopping-step .icon{
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 12px;
    }
    .shopping-steps-arrow{
        font-size: 25px;
        margin: 0 15px;
    }
    .shopping-step{
        gap: 0;
    }
    .shopping-step .title{
        font-size: 15px;
    }
    .shopping-step{
        flex-shrink: 0;
        width: auto;
    }
    .shopping-steps{
        overflow-y: auto;
    }





    .profile-nav{
        flex-direction: column;

    }
    .profile-user{
        flex-direction: column;
        padding: 0 0 15px 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
    .profile-user img{
        margin: 0 0 15px 0;
    }

    .html-content blockquote,
    .woocommerce-Tabs-panel blockquote
    {
        padding: 15px 70px 15px 15px;
        background-size: 30px;
        background-position-y: 15px;
        background-position-x: calc(100% - 15px);
    }

    .single-excerpt{
        padding: 20px!important;
    }
    .single-excerpt > svg{
        height: 50%;
        bottom: auto;
    }

    .social-icon-link{
        width: 36px;
        height: 36px;
    }

    .footer-content{
        padding: 30px 15px 0;
    }
    .footer-content:before{
        width: calc(100% - 40px);
    }
    .footer-copyright{
        width: 100%;
        flex-direction: column;
    }
    .footer-copyright *{
        text-align: center;
    }
    .footer-logos{
        flex-wrap: wrap;
    }
    .footer-logos img{
        width:100px;
    }
    .vertical-line.md-h{
        height: 1px;
        width: 50px;
        margin: 25px 0;
    }
    .custom-container {
        width: calc(100% - 30px);
    }
    .story-item {
        width: 90px;
    }
    .story-item-lg-products{
        padding-bottom: 4px;
    }
    .story-item-lg-products::-webkit-scrollbar {
        height: 4px;
    }
    .story-item-circle {
        width: 90px;
        height: 90px;
    }

    .story-item-circle img{
        width: 64px!important;
        height: 64px !important;
    }

    .story-item-title{
        font-size: 11px;
        line-height: 19px;
        padding: 0 5px;
    }
    .large-stories-swiper .swiper-pagination{
        padding: 0 15px;
    }
    .story-item-lg-overly{
        padding: 22px 15px 50px;
    }
    .story-item-lg-overly-bottom{
        padding: 50px 15px 45px;
    }

    .story-item-lg-title{
        margin-right: 5px;
        /*width: 170px;*/
    }
    .story-video-controls-btn{
        display: flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    .story-video-controls {
        width: 52px;
    }

    .section-head .title{
        font-size: 20px;
    }
    .section-more > .btn-title{
        display: none;
    }
}

@media (max-width: 576px) {
    .custom-swiper-pagination{
        height: 16px;
        line-height: 23px;
        border-radius: 7px;
        max-width: 56px!important;
        left: 0 !important;
        right: 0 !important;
    }
    .custom-swiper-pagination .swiper-pagination-bullet{
        width: 7px!important;
        height: 7px!important;
    }
    .pagination-position-bottom-center,
    .pagination-position-bottom-right,
    .pagination-position-bottom-left
    {
        bottom: 10px!important;
    }
    .cart-button-container.open .cart-dropdown
    {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    .cart-dropdown-close,
    .cart-dropdown-title{
        display: flex;
    }
    .cart-dropdown{
        padding-top: 60px;
    }

    .cart-button-container .cart-dropdown {
        left: -100%;
        position: fixed;
        top: 0 !important;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents{
        max-height: 350px!important;
    }
    .single-page-head{
        border-radius: 20px;
    }
    .single-page-head .single-page-head-content{
        padding: 20px;
    }
    .buttons-backdrop-desktop .swiper-backdrop-button{
        display: none!important;
    }
    .breadcrumb {
        padding: 10px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .breadcrumb-item {
        font-size: 13px;
    }
    .custom-container {
        width: calc(100% - 30px);
    }
    .topbar .inline-menu{
        display: none;
    }
    .topbar-html-widget{
        font-size: 13px;
    }
    .topbar{
        padding: 10px 5px;
    }

    .large-stories-swiper .swiper-pagination{
        height: 20px;
    }
    .large-stories-swiper{
        width: 100% !important;
        height:100%!important;
    }
    .story-item-lg{
        border-radius: 0;
    }
}
