@charset "UTF-8";

@font-face {
    font-family: 'FuturaItalic';
    src: url('../fonts/futura/FUTURA46LIGHTITALIC.TTF') format('truetype');
    font-display: swap;
  }
/*-----------------base params-------------------------------*/
a {
    text-transform: none;
}
.pr-1{
    padding-right:1rem;
}
.pl-1{
    padding-left:1rem;
}
.bg-primary-color{
    background-color: var(--primary-color,#dd6b33);
}
.text-right{
    text-align: right;
}
.text-sm{
    font-size: 14px;
    line-height: 16px;
}
.text-mt{
    margin: 120px 0 0;
}
.text-bold{
    font-weight:bold;
}
.text-left{
    text-align: left!important;
}
.descr{
    white-space: pre-line;
}

@media screen and (max-width: 768px){  
    .text-sm{
        font-size: 10px;
        line-height: 13px;
    }   
    .text-mt{
        margin: 80px 0 0;
    }
}
.no-border{
    border:medium none!important;
}
.frequently-area .frequently-item > ul > li.has-sub > a, 
.frequently-area .frequently-item > ul > li.children > a{
    text-transform:none;
}
.font-size-25{
    font-size:25px!important;
}
.heading.text-uppercase {
    letter-spacing: 2px;
}
.yena-btn{
    width:auto;
    min-width:175px;
    padding: 0 20px;
    height:auto;
    min-height: 45px;

}
.slick-gutter-30 .slick-list .slick-slide {
    padding: 5px 15px;
}
.slick-slide img{
    margin:auto;
}
.slick-dots li{
    margin-right:15px;
}
/*-------------404-------------------------------------*/
.error-404_content .sub-title{
    font-family: "FuturaItalic", serif;
}
/*-----------------footer-----------------------------------*/
.footer-widgets_area .logo img{
    width:100px;
}

/*-----------------header-----------------------------------*/
.main-header_area-2 .main-header .main-nav > ul > li > a.active {
    background-color: transparent;
    color: var(--active-color,#dd6b33);
}
.cart-item_count {
    background-color: var(--active-color,#dd6b33);
}
/*----------------breadcrumbs---------------------------*/
.breadcrumb-area {
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 155px;
    position: relative;
}
.breadcrumb-area.breadcrumb-bg-light .breadcrumb-content,
.breadcrumb-area.breadcrumb-bg-dark .breadcrumb-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb-area .breadcrumb-content > h2 {
    font-style: normal;
    background-color: var(--primary-color,#dd6b33);
}
.breadcrumb-area .breadcrumb-content ul {
    background-color: var(--primary-color,#dd6b33);
    padding: 5px;
}
.breadcrumb-area .breadcrumb-content ul > li:before {    
    z-index: 2;
}
.breadcrumb-area .breadcrumb-content > h2,
.breadcrumb-area .breadcrumb-content ul > li,
.breadcrumb-area .breadcrumb-content ul > li > a {
    color: #211e1c;    
}
.breadcrumb-area .breadcrumb-content ul > li > a:hover:hover ,
.breadcrumb-area .breadcrumb-content ul > li > a:hover:hover {
    color: var(--light-color,#dd6b33);
}
.breadcrumb-area.breadcrumb-bg-light .breadcrumb-content ul,
.breadcrumb-area.breadcrumb-bg-dark .breadcrumb-content ul {
    background-color: transparent;
}
.breadcrumb-area.breadcrumb-bg-light .breadcrumb-content > h2,
.breadcrumb-area.breadcrumb-bg-light .breadcrumb-content ul > li,
.breadcrumb-area.breadcrumb-bg-light .breadcrumb-content ul > li > a {
    color: var(--text-color,#211e1c);
    background-color: transparent;
}
.breadcrumb-area.breadcrumb-bg-dark .breadcrumb-content > h2,
.breadcrumb-area.breadcrumb-bg-dark .breadcrumb-content ul > li,
.breadcrumb-area.breadcrumb-bg-dark .breadcrumb-content ul > li > a {
    color: var(--light-color,#ffffff);
    background-color: transparent;
} 
.breadcrumb-area.breadcrumb-bg-light .breadcrumb-content ul > li > a:hover:hover ,
.breadcrumb-area.breadcrumb-bg-dark .breadcrumb-content ul > li > a:hover:hover {
    color: var(--primary-color,#dd6b33);
}
.breadcrumb-area .breadcrumb-content ul > li.active, 
.breadcrumb-area .breadcrumb-content ul > li.active > a{
    color:var(--active-color);
}
/*---------------------license------------------------------*/
.license-area.blog-area  {
    padding-top: 0px;
}
.license-area .product-details_area .product-details_img .single-img img{
    margin:auto;
}

/*-------------------------blog------------------------------*/
.blog-content ul{
    list-style: disc;
}
.blog-content ul > li{
    margin-left:1em;
}
.blog-img{
    position:relative;
}
.blog-img .inner-stuff{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.blog-img .inner-stuff > ul > li > a {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: block;
    text-align: center;
}
.blog-img .inner-stuff > ul > li > a:hover {
    background-color: var(--text-color,#211e1c);
    color: #ffffff;
}
/*----------------------pagination---------------------------*/
.paginatoin-area .pagination-box li {
    padding: 2px;
}

/*----------------team-----------------------*/
.team-member_img, .single-img{
    text-align:center;
}
.team-member_img > a{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 474px;
}
.team-member_img > a > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.our-team_area .team-member_item .team-member_content > h3.member-name > a{
    color:inherit;
    font-size:inherit;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px){  
    .team-member_img > a{
        max-height:354px;
    }
}
@media screen and (max-width: 992px){  
    .team-member_img > a{
        max-height:354px;
    }
}
@media screen and (max-width: 768px){  
    .our-team_area .team-member_item .team-member_content > h3.member-name{
        opacity:1;
    }
    .our-team_area .team-member_item .team-member_content .social-link{
        opacity:1;
    }
    .team-member_img > a{
        max-height:474px;
    }
}
@media screen and (min-width: 768px){  
    .about-us_area .about-us_img .inner-img.left-side {
        margin-top: 40px;
        margin-bottom: -40px;
        margin-right: -40px;
        margin-left: 40px;
        padding-right: 0;
        text-align: right;       
    }    
}

.clinic-gallery-img{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 322px;
}
.clinic-gallery-img > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:748px;
    width:auto;
    margin:0;
}
/*-------------------contacts----------------------*/
#yandex-map {
    height: 400px;
    width:100%;
}
.contact-us_area .contact-form-content .contact-form .form-group .contact-form_btn {
    display:block;
    text-align: center;
}
/*-----------sidebar---------------------------------*/
.sidebar-area .widgets-area .widgets-item > ul > li > a{
    text-transform: none;
}
.sidebar-area .widgets-area .widgets-item > ul > li > a > span{
    font-size:14px;
    display:block;
}

/*------------------------prices---------------------------*/
.price-table{
    margin-top:1em;
}
.price-table p{
    margin: 0;
}
.price-table .table{
    position: relative;
}
.price-table .table::before{
    content: '';
    width: calc(70% + 210px);
    height: 1px;
    background: #a7ada1;
    position: absolute;
}
.price-table .row{
    display: flex;
}
.price-table .row:first-child > *{
    padding-top: 70px;
}
.price-table .col-left{
    background: #b8c5ac;
    flex: 0 0 20%;
    padding: 0 30px 40px 120px;
    border-right: 1px solid #a7ada1;
    min-width: 240px;
}
.price-table .col-center{
    background: #b8c5ac;
    flex: 0 1 50%;
    padding: 0 60px 40px;
    font-size: 20px;
    color: #333;
}
.price-table .col-center_h{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 4px;
}
.price-table .col-center_h small{
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 20px;
}
.price-table .col-right{
    flex: 0 0 30%;
    font-size: 20px;
    color: #333;
    padding: 0  0 40px 30px;
    display: flex;
}
.price-table .col-right *:first-child{
    color: #b9c5ad;
    margin: 0 40px 0 0;
    flex: 0 0 80px;
    line-height: 15px;
}
.price-table .col-right *:last-child{
    text-align: right;
    flex: 0 0 60px;
}
.single-blog .price-table .col-left {
    min-width:100px;
    padding:0 15px 20px 20px;
    flex:0 0 15%;
}
.single-blog .price-table .col-center {
    padding:0 30px 20px;
    flex:0 0 50%;
}
.single-blog .price-table .col-right {
    padding:0  0 20px 15px;
    flex:0 0 30%;
}
.single-blog .price-table .col-right *:first-child{
    margin:0 20px 0 0;
    color: #b9c5ad;
    font-size:14px;
    flex: 0 0 45%;
}
.single-blog .price-table .col-right *:last-child{
    color: var(--text-color,#333333);
    font-size:20px;
    flex: 0 0 45%;
}
.single-blog .price-table .row:first-child > p{
    padding-top:40px;
}
.single-blog .price-table .table::before {
    width: 100%;
}

.price-table .col-center > a,
.single-blog .price-table .col-center > a{
    color:inherit;
    text-transform: inherit;
}
@media screen and (max-width: 992px){    
    .price-table .col-left{
        padding: 0 30px 40px 80px;
        min-width: 220px;
    }
    .price-table .col-center{
        padding: 0 30px 40px;
    }
    .price-table .col-right{
        padding: 0 0 40px 30px;
        font-size: 18px;
    }
    .price-table .col-right *:first-child{
        margin: 0 30px 0 0;
    }
    .price-table .col-right *:last-child{
        flex: 0 0 70px;
    }
    .price-table .row:first-child > *{
        padding-top: 40px;
    }
}
@media screen and (min-width: 768px){  
    .services-banner_area .services-banner_img .inner-img{
        margin-top:-40px;
    }
}
@media screen and (max-width: 768px){ 
    .price-table .table{
        font-size: 13px;
        line-height: 16px;
    }
    .price-table .table::before{
        width: 100%;
    }
    .price-table .col-left{
        padding: 0 8px 20px 16px;
        text-align: center;
        min-width: 100px;
        word-break: break-word;
    }
    .price-table .col-center{
        padding: 0 8px 20px;
        font-size: 14px;
        line-height: 20px;
        word-break: break-word;
    }
    .price-table .col-center_h{
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .price-table .col-center_h small{
        font-size: 12px;
    }

    .price-table .col-right{
        padding: 0 8px 20px;
        font-size: 13px;
        line-height: 13px;
        justify-content: center;
        flex-direction:column;
        flex:0 0 25%;
    }
    .price-table .col-right *:first-child{
        margin: 0;
        flex: 0 0 auto;
    }
    .price-table .col-right *:last-child{
        flex: 0 0 auto;
        line-height:1.25;
    }

    .single-blog .price-table .col-right{
        padding: 0 8px 20px;
        font-size: 13px;
        line-height: 13px;
        justify-content: center;
        flex-direction: column;
        flex:0 0 25%;
    }
    .single-blog .price-table .col-right *:first-child{
        margin: 0;
        flex: 0 0 auto;
    }
    .single-blog .price-table .col-right *:last-child{
        flex: 0 0 auto;
        line-height:1.25;
    }

}
/*-------------------doctor-------------------------*/
.doctor-area{
    padding-top:70px;
    margin-bottom:40px;
}
.doctor-area  .doctor-about{
    display:flex;
    justify-content: space-between;
    margin-bottom:40px;
}
.doctor-area  .doctor-about > span:first-child{
    font-weight: bold;
    flex:0 0 45%;
    font-size:18px;
}
.doctor-area  .doctor-about > span:last-child{
    flex:0 0 45%;
}

.diplom-slider{
    padding-bottom:0px;
}
.diplom-slider .slick-dots {
    position: relative;
    bottom: 0px;
    left: auto;
    right: auto; 
    margin: auto;   
}
.diplom-img{
    height:300px;
    overflow:hidden;
}
.diplom-img img{
    max-height:300px
}
@media screen and (min-width: 768px){  
    .doctor-area .services-banner_img .inner-img {
        margin-top: -40px;
        margin-bottom: 0px;
        margin-left: -40px;
        padding-right: 40px;
    }
    .doctor-area .services-banner_img {
        margin-top:40px;
    }
}

/*-------------------social--------------------------*/
.social-link > ul{
    display:flex;
    justify-content: center;    
}
.social-link.left-side > ul{
    justify-content: start;    
}
.social-link > ul > li{
    padding:0;
    width:50px;
}
.social-link.with-color > ul > li{
    margin-right: 25px;
    width:auto;
}
.bg-sorbus .social-link a:hover:hover {
    color: var(--active-color,#dd6b33);
}
/*---------------------filters-------------*/
.filter-item_wrap{
    display:none;
}
.widgets-filter{
    display:block;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown.sort-wrap{
    width:185px;
}
@media screen and (max-width: 992px){ 
    .filter-item_wrap{
        display:block;
    }
    .widgets-filter{
        display:none;
    }
}
.widgets-filter li.active > a, 
.widgets-filter li.active > label,
.filter-body .widgets-area .widgets-item li.active > a, 
.filter-body .widgets-area .widgets-checkbox li.active > label {
    color:var(--active-color)!important;
}
.sidebar-area .widgets-area .widgets-item > ul > li > a, 
.filter-body .widgets-area .widgets-item > ul > li > a{
    font-style:normal;
    text-transform: uppercase;
    font-family: "Futura", serif;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
   
}
.sidebar-area .widgets-area .filter-cancel-btn,
.filter-body .widgets-area .filter-cancel-btn {
    border: 2px solid #211e1c;
    min-width: 110px;
    min-height: 40px;
    line-height: 39px;
    padding:10px 20px;
}

/*------------------------slider-----------------------*/
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > h2{
    font-style:normal;
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content.white-text > h2,
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content.white-text > p{
    color:#ffffff!important;
}

/*-----------------boxes---------------------------------*/
.main-box-area .banner-item .banner-img{
    height:378px;
}
.main-box-area .banner-item .banner-img > a{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 378px;
}
.main-box-area .banner-item .banner-img > a > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:unset;
    max-height:100%;
}
.main-box-area .banner-item .banner-img_content {
    position: absolute;
    bottom: 0;
    left: 0;    
    text-align: center;
    width: 100%;
    height:100%;
    display:flex;
    align-items: center;
}
.main-box-area .banner-item .banner-img_content > h2 {
    color: #ffffff;
    opacity: 1;  
    width:100%; 
    padding:0 20px; 
}
.main-box-area .banner-item .banner-img_content > h2 > a{
    color:var(--text-color,#211e1c);
    font-family:"Futura", serif;
    font-size:4rem;
    text-transform: uppercase;
}
.main-box-area .banner-item .banner-img_content > h2 > a.white-text{
    color:#ffffff;    
}
@media screen and (max-width: 768px){ 
    .main-box-area .banner-item .banner-img{
        height:230px;
    }
    .main-box-area .banner-item .banner-img > a{
        max-height: 230px;
    }
}
/*-------------banners--------------------------------------------------*/
.main-banner-img {
    max-height: 370px;
}
.main-banner-img > a{
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 370px;
}

.main-banner-img > a >img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:unset;
    max-height:100%;
}
@media screen and (max-width: 1199px){  
    .banner-with_border .banner-item .banner-inner_item .banner-content.left-side .inner-content .heading-wrap{
        left:85px;
    }

}
@media screen and (min-width: 768px){  
    .banner-with_border .banner-item .banner-inner_item .banner-content .inner-content{
        position:relative;
    }    
    .banner-with_border .banner-item .banner-inner_item .banner-content.right-side .inner-content .heading-wrap{
        margin-left: -320px;
    }
    .banner-with_border .banner-item .banner-inner_item .banner-content.left-side .inner-content .heading-wrap{
        position:absolute;
        left:200px;
        margin:0;    
    }  

}
@media screen and (max-width: 768px){ 
    .banner-with_border .banner-item .banner-inner_item .banner-content .inner-content .heading-wrap h2.heading{
        overflow: hidden;
    }
    .banner-with_border .banner-item .banner-inner_item .banner-content.left-side .inner-content .heading-wrap {
        left: 0;
    }
    .main-gallery-area{
        display:none;
    }
}
/*-----------------brands---------------------------------*/
.brand-box-area .banner-item .banner-img{
    height:378px;
}
.brand-box-area .banner-item .banner-img > a{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 378px;
}
.brand-box-area .banner-item .banner-img > a > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:100%;
    max-height:100%;
}
.brand-box-area .banner-item .banner-img_content {
    position: relative;     
    text-align: center;
    width: 100%;
    height:100%;
    display:flex;
    align-items: center;
    min-height:378px;
}
.brand-box-area .banner-item .banner-img_content > h2 {
    color: #ffffff;
    opacity: 1;  
    width:100%; 
    max-width:100%;
    overflow: hidden;
    padding:0 20px; 
}
.brand-box-area .banner-item .banner-img_content > h2 > a{
    color:var(--text-color,#211e1c);
    font-family:"Futura", serif;
    font-size:3rem;
    text-transform: uppercase;
}
.brand-box-area .banner-item .banner-img_content > h2 > a.white-text{
    color:#ffffff;    
}
@media screen and (max-width: 768px){ 
    .brand-box-area .banner-item .banner-img{
        height:230px;
    }
    .brand-box-area .banner-item .banner-img > a{
        max-height: 230px;
    }
    .brand-box-area .banner-item {
        height:230px;
        align-items: center;
    }
    .brand-box-area .banner-item .banner-img_content{
        position:relative;  
        min-height:230px;      
    }
    .brand-box-area .banner-item .banner-img_content > h2 > a{
        font-size:2rem;
    }
}
/*-------------------problems--------------------------------*/
.problem-box-area .banner-item .banner-img{
    height:378px;
}
.problem-box-area .banner-item .banner-img > a{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 378px;
}
.problem-box-area .banner-item .banner-img > a > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:100%;
    max-height:100%;
}
.problem-box-area .banner-item .banner-img_content {
    position: relative;     
    text-align: center;
    width: 100%;
    height:100%;
    display:flex;
    align-items: center;
    min-height:378px;
}
.problem-box-area .banner-item .banner-img_content > h2 {
    color: #ffffff;
    opacity: 1;  
    width:100%; 
    max-width:100%;
    overflow: hidden;
    padding:0 20px; 
}
.problem-box-area .banner-item .banner-img_content > h2 > a{
    color:var(--text-color,#211e1c);
    font-family:"Futura", serif;
    font-size:3rem;
    text-transform: uppercase;
}
.problem-box-area .banner-item .banner-img_content > h2 > a.white-text{
    color:#ffffff;    
}
.problem-box-area .img-hover_effect:hover .banner-img_content:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.problem-box-area .img-hover_effect .banner-img_content:before {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: "";
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
    pointer-events: none;
}
.problem-box-area .img-hover_effect:hover .banner-img_content:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.problem-box-area .img-hover_effect .banner-img_content:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 768px){ 
    .problem-box-area .banner-item .banner-img{
        height:230px;
    }
    .problem-box-area .banner-item .banner-img > a{
        max-height: 230px;
    }
    .problem-box-area .banner-item {
        height:230px;
        align-items: center;
    }
    .problem-box-area .banner-item .banner-img_content{
        position:relative;  
        min-height:230px;      
    }
    .problem-box-area .banner-item .banner-img_content > h2 > a{
        font-size:2rem;
    }
}

/*-------------------sales banner------------------------*/
.sidebar-area .widgets-banner .widgets-banner_img >a{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 345px;
}
.sidebar-area .widgets-banner .widgets-banner_img >a > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:100%;
    max-height:100%;
}
/*----------------------------------products---------------------*/
.product-name .product-sub-name{
    font-size:13px;
    display:block;
    font-weight:normal;
    padding-top:10px;
}
.product-item .single-product:hover .product-img .add-actions > ul > li.active,
.product-item .single-product:hover .product-img .add-actions-2 > ul > li.active{
    color:var(--active-color);
}
.minicart-product .product-item_title{
    font-weight:bold;
}
.minicart-product .product-item_subtitle{
    font-size:13px;
    display:block;
    font-weight:normal;
    padding-top:10px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list{
    max-height:unset;
}
.product-details_content .sub-heading{
    display:block;
    font-size:13px;
    text-transform: uppercase;
}
li.product-wishlist.active i,
li.product-waiting.active i,
li.product-compare.active i,
li.product-cart.active i{
    color:var(--active-color)!important;
}
.product-details_content .categories li:not(:first-child,:last-child)::after{
    content:'|';
    margin:0 5px;
}
.yena-product-tab_area-3 .product-tab > ul.product-menu > li > a{
    font-style:normal;
}
.minicart-product .product-item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 84px;
}
.minicart-product .product-item_img > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:100%;
    max-height:100%;
}
.product-details_area .product-details_img .single-img img.img-full{
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    display: block;
}
/*---------------------------wishlist------------------------------------*/
#wishlistBox .yena-product-name > a{
    text-transform: uppercase;
    font-weight: bold;
    font-size:18px;
}
#wishlistBox .yena-product-name > a > span{
    display:block;
    font-weight: normal;
    font-size:14px;
}
#wishlistBox .yena-product-stock-status > .in-stock{
    text-transform: none;
}
/*---------------------------waiting------------------------------------*/
#waitingBox .yena-product-name > a{
    text-transform: uppercase;
    font-weight: bold;
    font-size:18px;
}
#waitingBox .yena-product-name > a > span{
    display:block;
    font-weight: normal;
    font-size:14px;
}
#waitingBox .yena-product-stock-status > .in-stock{
    text-transform: none;
}
/*----------------------------compare----------------------------*/
.compare-table .table tbody tr th.fixed-side {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;     
    background-color:#ffffff!important;
}
/*.compare-table .table tbody tr th.fixed-side::before{
    content: '';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:px;
    border: 1px solid var(--bs-table-border-color);
}*/
.compare-table .table tbody tr th.fixed-side::after{
    content: '';
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:px;
    border: 1px solid var(--bs-table-border-color);
}
.compare-table .table tbody tr td{
    max-width:300px;
    width:300px;
}
.compare-table .table tbody tr td > a{
    display:block;
}
.compare-table .table tbody tr th{
    max-width:200px;
    width:200px;
}
.compare-table .table tbody tr td, .compare-table .table tbody tr th{
    vertical-align: top;
}
.compare-table .table tbody tr td .compare-product-name-eng > a{
    text-transform: uppercase;
    font-size:18px;
}
.compare-table .table tbody tr td .compare-product-name > a{
    text-transform: uppercase;
    font-size:14px;
}
.compare-table .table tbody tr td.text-uppercase > a{
    text-transform: uppercase;
    font-size:14px;
}
/*---------------------services--------------------------------------*/
.service-imgs_slider .single-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 547px;
}
.service-imgs_slider .single-img > img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:100%;
    max-height:100%;
}
.service-list__area .frequently-area h2{
    font-size: 1.75rem;
}
.service-list__area .frequently-area .frequently-item >ul > li{
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.service-list__area .frequently-area .frequently-item > ul > li > a, 
.frequently-area .frequently-item > ul > li.children > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
    font-weight: 600;
    cursor: pointer;
}
/*--------------------cart-------------------------------------------*/
.coupon-all .coupon .button, .coupon-all .coupon2 .button {
    background-color: #211e1c;
    border: 0 none;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    width: inherit;
}
.cart-page-total a.button {
    background-color: var(--text-color, #211e1c);
    border: 1px solid var(--border-color, #e5e5e5);
    color: #ffffff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.yena-product-name .sub_name{
    font-size:14px;
    display:block;
}
.yena-product-thumbnail a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 84px;
    height:84px;
}
.yena-product-thumbnail a > img{
    flex-shrink: 0;
    height: 100%;
    max-width:100%;
    max-height:100%;
}
/*---------------------------------------------------------------------*/
@media screen and (max-width: 576px){


}