/*------------- #MAIN STYLES --------------*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/

/*------------- #page loader --------------*/
.page-loader {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 450;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.page-loader .animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.page-loader .animate-spin svg {
    width: 10rem;
    height: 10rem;
    fill:#C89969
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

*
{
	direction:rtl;
}


.order-note
{
	
    background-color: #d9efab;
    padding: 4px;
    border-radius: 5px;
    color: #9d7a6f;
    font-weight: bold;

}

/*------------- #general --------------*/


body{
    
    position: relative;
    padding: 0;
    margin: 0;
    font-family:'Tajawal', 'Playfair','Rubik';
    direction:rtl;
    text-align: right;
    scroll-behavior: smooth;
    overflow-x: hidden;
    /*
	color: #1F1F1F;
	*/
    color: #5b5454;
    
}

body[data-panel="noScroll"] {
    overflow-y: hidden;
}


*{box-sizing: border-box}

:root{
    
  /*
     --clr-1:#3AB700;
	 
	 */
	  --clr-1:#5b5454;
     --clr-1-hover:#5b5454;
     --clr-2:#292A34;
     --clr-3:#94C120;
     --clr-3-hover:#739812;
     --clr-4:rgba(238, 186, 49, 1);
    
     --clrBlack:#5b5454;
    
     --title-1:40px;
     --title-2:32px;
     --title-3:28px;
     --title-4:24px;
     --title-5:22px;
     --title-6:20px;
     --title-7:22px;
     --title-8:18px;
    
     --border-r-1:25px;
     --border-r-2:15px;
     --border-r-3:10px;
     --border-r-4:6px;
    
     --section-padding: 1.5rem;
    
     --border-clr-1:rgba(78, 78, 78, 0.15);
     

}
a{
    color: #5b5454
}
a , a:hover{
    
    text-decoration: none;
    color: inherit;
}

.page-wrapper{
    
    overflow-x: hidden;
}


/** general styles **/

.section-style{
    
    position: relative;
    padding: 1.5rem 0;
}

.bg-section{
    
    padding: 3rem 0;
}

.w-bg{
    
    margin: 1.5rem 0;
}


.main-title{
    
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    
    
}
.main-title .title{
    
    display: inline-block;
    background:none;
    font-size: var(--title-4);
    margin: auto;
    font-weight: bold;
    color: #5b5454;
    padding: .5rem .75rem;
    min-width: 400px;
    border-radius: var(--border-r-4);
    /*box-shadow: 0 4px 110px rgba(0,0,0,.05);*/
    transition: all .3s ease;
    line-height: 1.5
}
/*
.main-title a.title:hover{
    
    background-color: var(--clr-3-hover)
}
*/

.divider-title{
    
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    
}
.divider-title .divider-text{
    
    display: inline-block;
    position: relative;
    border-radius: 6px;
    z-index: 10; 
    background-color: var(--btn_bgcolor);
    transition: all .3s ease
    
    
}
.divider-title .divider-text h3{
    
    margin-bottom: 0;
    font-size: var(--title-4);
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: .375rem 1.5rem;

    
}
.divider-title a.divider-text:hover{
    
    background-color: var(--btn_bgcolor_hover);
}
.divider-title::before{
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background-color: var(--clr-1);
    content: '';
    height: 5px;
    width: 100%;
    z-index: -1;
    
}



.scroll::-webkit-scrollbar {
    
   width: 3px;
   height: 3px;

  
}
.scroll::-webkit-scrollbar-track {
    
  background-color: rgba(0,0,0,0.1);
  border-radius: 20px;
    
}
.scroll::-webkit-scrollbar-thumb{
    
   background-color: rgba(0,0,0,0.15);
   border-radius: 20px;
     
}




.input-focus:focus{
    
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;


}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]
{
  -moz-appearance: textfield;
}
.form-group{
    
    position: relative;
}
.form-group .form-control,
.form-group .form-select{
    
    border-radius: 5px;
    border-color: #C4C4C4;
    font-size: 16px;
    color: #858585;
    box-shadow: none;
    padding: .85rem .75rem;
}
.form-group .form-control::placeholder{
    
    color:#858585;
}
.form-select{
    
    padding-left: 2rem !important;
    background-position: left .75rem center;
}
.form-check{
        
        position: relative;
        padding-left: 0em;
        padding-right: 1.5em;
        
}
.form-check .form-check-input{
    
        float: right;
        margin-left: 0em;
        margin-right: -1.5em;
        border-color: #C4C4C4;
        transition: all .3s ease;
        box-shadow: none;
        cursor: pointer;
        
}
.form-check .form-check-input:active{
    
    filter: brightness(100%)
}

.form-check .form-check-input:checked{
    
    background-color: var(--clr-1);
    border-color: var(--clr-1);
}


.form-group .password-field{
    
    position: relative;
    
}
.form-group .password-field .form-control{
    
    padding-left: 45px !important;
}
.form-group .password-field .eye-icon{
    
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px ;
    height:calc(100% - 2px) ;
    font-size: 30px;
    content: url(../img/eye-1.svg);
    transition: all .15s ease-in-out;
    background-size: cover;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-group .password-field .eye-icon.hide{
    
    content: url(../img/eye-2.svg);
}




.loading-overlay{
    
    position: relative;
    overflow: hidden;
    pointer-events: none;
    
   
}
.added{
    
    pointer-events: none
}
.loading-overlay::before{
    
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 100;
 
}
.loading-overlay::after{
        
  content: "";
  position: absolute;
  border: 2px solid transparent;
  border-radius: 32px;
  border-top: 2px solid var(--clr-1) !important;
  border-right: 2px solid rgb(58 183 0 / 40%) !important;
  border-bottom: 2px solid var(--clr-1) !important;
  border-left: 2px solid rgb(58 183 0 / 40%) !important;
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  right: auto;
  width: 20px;
  animation: button-loading-spinner 1s ease infinite;
  z-index: 100;
  
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.show-more-wrap{
    
    display: flex;
    
}
.show-more-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-1);
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    color: #fff;
    font-size: var(--title-8);
    max-width: 150px;
    width: 100%;
    text-align: center;
    padding: .5rem .75rem;
}
.show-more-link svg{
    
    width: 18px;
    height: 18px;
    fill:#fff;
    margin-right: .75rem;
    
}
.show-more-link:hover{
    
    color: #fff;
    background-color: var(--clr-1-hover);
    
}



.whatsapp-icon{
   
    position: fixed;
    
    align-items: center;
    justify-content: center;
    right: 20px;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 999;
    border-radius: 100%;
    bottom: 150px;
    

}
.whatsapp-icon:hover{
    
    box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%)
}

.whatsapp-icon img{
    
    display: block;
    width: 40px;
    height:40px;
}

.whatsapp-icon.show{
    
    right: 20px;
    
}


button {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
}


/**** slider--swiper ***/

.slider-container {
    position: relative;
}
.swiper{
    
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-scrollbar{
    
    display: none;
    bottom: 0.1rem !important;
}
.swiper-scrollbar-drag{
    
        background: rgba(0,0,0,.15);
}

.grid-slider .swiper-grid-column>.swiper-wrapper{
    
    flex-direction: row;
}
.grid-slider .swiper-slide{
    
     margin-top: 0 !important;
     margin-bottom: 0 !important;
     
}


.lightbox-item{
    
    outline: none;
    border: none;
    box-shadow:none;
}
a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox-zoomIn {
  animation: 0.25s ease both fancybox-zoomIn;
}

.fancybox-zoomOut {
  animation: 0.15s ease both fancybox-zoomOut;
}

@keyframes fancybox-zoomIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fancybox-zoomOut {
  to {
    opacity: 0;
    transform: scale(1.25);
  }
}

/**** breadcrumb ***/

.breadcrumb-section{
    
    padding: 1.5rem 0 calc(1.5rem - 7px );
}
.breadcrumb-nav{
    position: relative;
    /*
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 7px;
    */
    
}
.breadcrumb{
    
    margin-top: .75rem;
    margin-bottom: 0;
    /*flex-wrap: nowrap;*/
    justify-content: center;
    text-align: center;
    position: relative;
}
.breadcrumb .breadcrumb-item{
    
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    /*flex-shrink: 0;*/
    
}
.breadcrumb .breadcrumb-item a{
    
    transition: all .3s ease
}
.breadcrumb .breadcrumb-item a:hover{
    
    color: var(--clr-1);
}
.breadcrumb-item+.breadcrumb-item{
    
        padding-left: 0rem;
        padding-right: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before{
    
    float: right;
    padding-left: .5rem;
    padding-right: 0rem;
    color: #fff;
   
}


/**** scrollup***/


.scrollup{
    
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    bottom: -100px;
    right: 20px;
    background-color: var(--btn_bgcolor);
    opacity: .5;
    border-radius: 3px;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    z-index: 500;
    
    
}
@media(hover: hover) and (pointer: fine) {
    
    
    .scrollup:hover{
    
        opacity: 1;
    }
}
.scrollup.active{
    
     opacity: 1;
}
.scrollup.show, .whatsapp-icon.show{
    
        bottom: 20px;
}
@media(min-width:768px){
    
    .scrollup{
        
        border-radius: 3px 0 0 3px;
        right: 0;
        
    }
    .scrollup.show, .whatsapp-icon.show{
        bottom: 90px !important;
    }
	.whatsapp-icon
	{
		right:0;
	}
}


/**** search-popup***/

.search-popup{
    
    position: fixed;
    left: 0;
    top: -200px;
    padding: 1rem 0;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    border-bottom: 1px solid #eee;
    width: 100%;
    z-index: 9999;
    transition: all .3s ease;
}
.search-popup.active{
    
    top: 0;
}
.search-popup .close-search-popup{
    
    margin-right: auto;
    margin-bottom: .5rem;
    
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #909090;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    cursor: pointer;
    
}
.search-popup .close-search-popup:hover{
    
    color: var(--clr-1);
}
.search-popup .form-group{
    
    display: flex;
    align-items: center;
    
}
.search-popup .form-group input{
    
    flex: 1;
    width: auto;
    border-radius: 0px 3px 3px 0px;
    border-color: #eee;
    background-color: #f4f4f4;
    color: #777;
    height: 50px;
    
    
}
.search-popup .form-group .search-icon{
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: var(--clr-1);
    width: 60px;
    height: 50px;
    transition: all .3s ease;
    border-radius: 3px 0px 0px 3px;
    border: none;
    outline: none;
    color: #fff
    
    
}
.search-popup .form-group .search-icon:hover{
    
    background-color: var(--clr-1-hover);
}

/**** toolbar***/


.tool-bar {

  position: fixed;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 700;
  display: none;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.18);
  transition: all .3s ease;

}
.tool-bar > div {
    
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.tool-bar .tool .tool-link {

  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  height: 50px;
  position: relative;
  padding: 0px 10px 20px;
  transition: all .3s ease
}
.tool-bar .tool .tool-icon svg {
  width: 22px;
  height: 22px;
  fill: #666;
  transition: all .3s ease
}
.tool-bar .tool .tool-link span {

  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  color: #666;
  transition: inherit  
    

}
.tool-bar .tool .tool-link:hover,
.tool-bar .tool .tool-link:hover span{
    
    color: var(--clr-1);
    
}
.tool-bar .tool .tool-link:hover svg{
    
    fill:var(--clr-1);;
}
.tool-bar .tool.cart-tool .counter{
    
    top: -4px;
    right: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 8px;

}

/**** tab-content & accordion_body style & side-overlay ****/

.tab-content{
    
    display: none;
}
.tab-content.active{
    
    display: block;
}

.panel-item .accordion_body{
    
    display: none;
}
.panel-item.opened .accordion_body{
    
    display: block;
}


.side-overlay{
    
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -999999;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    
}
.panel-responsive-item.active .side-overlay,
.side-overlay.active{
    
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999;
    
}

/*** datepicker general style **/

.modal-open .datepicker-inline{
    
    display: none !important;
}

.datepicker{
    
    direction: inherit;
    cursor: pointer;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active{
    
    background-color: var(--clr-1) !important;
    background-image: none;
}
.datepicker table tr td.today{
    
     background-color: rgb(58 183 0 / 30%) !important;
     background-image: none !important;
}

.datepicker table tr td span.focused{
    
    background-color: #fff
}
.datepicker table tr td span:hover{
    
    background-color: #eee;
}
.datepicker td, .datepicker th{
    
    width: 30px;
}



/*------------- #header --------------*/ 

.page-wrapper{
    
    padding-top: 80px;
	/**2222***/
	padding-bottom:65px;
}

.welcome-section{
        
    height: calc((var(--vh, 1vh) * 100) - 80px);
}
    

header{
    
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .3s ease;
    background-color: var(--header_bgcolor);
   
}

@media(min-width:1992px){
    
    header .mobile-item{
    
        display: none !important;
    }
}

.nav-content{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    align-self: stretch;
   
}

.nav-content .content-pull,
.nav-content .flex-item{
    
    display: flex;
    align-items: center;
    height: 100%;
    
}


.nav-content .nav-logo .logo-link{
    
    display: block;
}
.nav-content .nav-logo .logo-link img{
    
    max-height:60px ;
}

.nav-content .nav-toggler{
    
    /*margin-left: 1.5rem;*/
    cursor: pointer;
}
.nav-content .nav-toggler svg{
    
    width: 30px;
    height: 30px;
    fill: #c08f81;
    transition: all .3s ease;
    outline: none !important;
}

.nav-content .nav-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    
}

.nav-content .nav-list .list-item{
    
    padding: 0px 1rem;
    display: inline-flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.nav-content .nav-list .list-item .item-link{
    
    display: inline-flex;
    color: #5b5454;
    font-size: 16px;
    transition: all .3s ease;
    
}

.nav-content .nav-list .list-item .item-link:hover{
    
    color: var(--clr-2)
}


.nav-content  .nav-actions > *{
    
  margin: 0 1rem;
}
.nav-content  .nav-actions >*:last-child{
    
    margin-left: 0;
}
.nav-content  .nav-actions .action-btn{
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    color: #5b5454;
    font-size: var(--title-4)
}
.nav-content  .nav-actions .action-btn svg{
    
    fill: #5b5454;
    
}
.nav-content  .nav-actions .action-btn:hover svg{
    
    fill: #ddd;
}
.nav-content  .nav-actions .action-btn img,
.nav-content  .nav-actions .action-btn svg{
    
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: all .3s ease;
}

.nav-content  .lang-dropdown > a.action-btn{
    
    box-shadow: none;
    padding: 0.375rem 0.25rem;
    font-size: 16px;
    color: #c08f81;
    border: 1px solid #c08f81;
    border-radius: 8px;
    transition: all .3s ease
}
.nav-content  .lang-dropdown > a.action-btn::after{
    
    margin-right: .5rem;
    margin-left: 0;
    transition: transform .3s ease
}
.nav-content  .lang-dropdown .dropdown-item{
    
    transition: all .3s ease
}
.nav-content  .lang-dropdown .dropdown-item:active,
.nav-content  .lang-dropdown .dropdown-item.active{
    
    background-color: var(--btn_bgcolor);
    color: #fff;
}
.nav-content .nav-list   .lang-dropdown > a.action-btn{
    
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #c08f81;
    padding: 0;
    border: none;
    
}
.nav-content .nav-list .lang-dropdown > a.action-btn.show{
    
    color: var(--clr-1)
}
.nav-content .nav-list .lang-dropdown > a.action-btn.show::after{
    
    transform: rotate(180deg);
}


.counter{
    
    position: absolute;
    top: 0px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--clr-1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    
}
.nav-content  .nav-actions .action-btn.cart-btn .counter {
    
    margin: auto;
    right: auto;
    top: -12px;
}

@media(max-width:1991.98px){
    
     header{

        height: 70px;

    }
    .page-wrapper{
    
        padding-top: 70px;
		/**2222***/
		padding-bottom:50px;
    }
    .welcome-section{
        
        height: calc((var(--vh, 1vh) * 100) - 70px - 65px);
    }
    
    .nav-content .nav-list{
        
        position: fixed !important;
        top: 0;
        bottom: 0;
        z-index: 99999;
        overflow-y: auto;
        right: -120%;
        width: 350px;
        transition: all 0.3s ease;
        display: block;
        box-shadow: 1px 0 5px rgb(0 0 0 / 50%);
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        display: block;
        padding-bottom: 2rem;
        
    }
    header.active .nav-list{
        
        right: 0;
    }
    header.active  .side-overlay{
        
         width: 100%;
         height: 100%;
         opacity: 1;
         z-index: 999;
    }
    
     
    .nav-content .nav-list .list-item{
        
        display: block;
        height: auto;
        padding: 1rem;
        border-bottom: 1px solid var(--border-clr-1);
        
    }
    .nav-content .nav-list .list-item:last-child{
        
        border-bottom: none;
        padding-bottom: 0;
    }
    .nav-content .nav-list .list-item .item-link{
        
        font-weight: bold;
        color: #c08f81;
    }
    .nav-content .nav-list .list-item .item-link:hover{
        
        color: var(--clr-1);
    }
    
    .nav-content .nav-list .list-item.banner-logo-item{
        
        padding: 0;
    }
    .nav-content .nav-list .list-item .banner-logo{
    
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
        /*background-color: rgb(148 193 32 / 30%);*/
        background-color: var(--header_bgcolor);
        border-bottom: 3px solid var(--border-clr-1);
            
    }
    .nav-content .nav-list .list-item .banner-logo img{

        max-height: 70px;
        margin: auto;
        text-align: center;
    }
    .nav-content .nav-list .list-item .banner-logo .close-menu{

        display: inline-flex;
        max-width: 35px;
        width: 100%;
        justify-content: flex-end;
        transition: all .3s ease;
        font-weight: bold;
        margin-bottom: 0.75rem;
        margin-right: auto;
        color: #909090;
        font-size: 24px;
        
    }
    .nav-content .nav-list .list-item .banner-logo .close-menu:hover{

            color: var(--clr-1);

    }
  
    .nav-content .nav-logo .logo-link img{
        
        max-height: 40px;
    }
    .nav-content .nav-actions{
        
        display: none;
    }
    .nav-content .nav-actions > *{
        
        margin: 0 .75rem
    }
    .nav-content .content-pull:first-child,
    .nav-content .content-pull .nav-logo{
        
        flex: 1;
    }
    .nav-content .content-pull .nav-logo{
        
        flex-direction: row-reverse;
        justify-content: space-between;
    }
     
}

@media(max-width:480px){
    
    .nav-content .nav-list {
        width: 80%;
        
   }
}
 



/*------------- #cart-panel --------------*/ 

.cart-panel{
    
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    right: -120%;
    width: 350px;
    transition: all 0.3s ease;
    display: block;
    box-shadow: 1px 0 5px rgb(0 0 0 / 50%);
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
.cart-panel.active{
    
    right: 0;
}

.cart-panel .panel-head{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--border-clr-1);
    height: 80px;
}
.cart-panel .panel-head .head-title{
    
    font-size: var(--title-4);
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 1rem;
}
.cart-panel .panel-head .panel-close{
    
    display: block;
    color: #909090;
    font-size: 24px;
    transition: all .3s ease;
    cursor: pointer;
    
}
.cart-panel .panel-head .panel-close:hover{
    
    color:var(--clr-1)
}

.cart-panel .panel-body{
    
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
}
.cart-panel .panel-body .cart-items .item-wrap{
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--border-clr-1);
    
}
.cart-panel .panel-body .cart-items .item-wrap:last-child{
    
    border-bottom: none;
}
.cart-panel .panel-body .cart-items .item-wrap .item-img{
    
    margin-left: 1rem;
    flex-shrink: 0;
    
}
.cart-panel .panel-body .cart-items .item-wrap .item-img img{
    
    display: block;
    object-fit: cover;
    max-width: 85px;
    max-height: 85px;
}
.cart-panel .panel-body .cart-items .item-wrap .item-details{
    
    flex: 1;
    position: relative;
    padding-left: calc(16px + .5rem)
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .item-name{
    
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .5rem;
    transition: all .3s ease
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .item-name:hover{
    
    color: var(--clr-1);
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .item-price{
    
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(121, 121, 121, 1);
    font-weight: bold;
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .item-name bdi,
.cart-panel .panel-body .cart-items .item-wrap .item-details .item-price bdi{
    
    color: var(--clr-1);
    
}
.cart-panel .panel-body .cart-items .item-wrap .del-item{
    
    position: absolute;
    top: 0;
    left: 0rem;
    display: block;
    color: var(--clr-2);
    transition: all .3s ease;
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.cart-panel .panel-body .cart-items .item-wrap .del-item:hover{
    
    color: var(--clr-1);
}


.cart-panel .panel-body .panel-actions{
    
    padding: 1.5rem 1rem;
    border-top: 1px solid var(--border-clr-1);
}

.cart-panel .panel-body .panel-actions .total-cart{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    
}

.cart-panel .panel-body .panel-actions .total-cart > span{
    
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: bold;
}

.cart-panel .panel-body .panel-actions .total-cart .total-title{
    
    font-size: var(--title-6);
    
}

.cart-panel .panel-body .panel-actions .total-cart .total-val{
    
    color: var(--clr-1);
    font-size: var(--title-6);
}

.cart-panel .panel-body .panel-actions .actions-btns .action-btn{
    
    display: block;
    text-align: center;
    padding:  .75rem;
    margin-bottom: .75rem;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: bold;
    
}
.cart-panel .panel-body .panel-actions .actions-btns .action-btn:last-child{
    
    margin-bottom: 0;
}

.cart-panel .panel-body .panel-actions .actions-btns .action-btn.cart-link{
    
    background-color: #eee;
    
}
.cart-panel .panel-body .panel-actions .actions-btns .action-btn.cart-link:hover{
    
    background-color: #ddd;
}
.cart-panel .panel-body .panel-actions .actions-btns .action-btn.checkout-link{
    
    background-color: var(--clr-1);
    color: #fff
}
.cart-panel .panel-body .panel-actions .actions-btns .action-btn.checkout-link:hover{
    
    background-color: var(--clr-1-hover)
}



.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap{
    
    width: auto;
    height: auto;
    max-width:inherit;
    align-items: center;
    margin-top: .5rem;
    
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap .count-num{
    
    font-size: 15px;
    padding: .375rem ;
    display: inline-block;
    width: auto;
    border: none;
    max-width: 45px;
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap .count-btn{
    
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.22);
    
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap .count-btn svg{
    
    width: 12px;
    height: 12px;
    fill:var(--clr-1);
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap .count-btn:hover{
    
    background-color: var(--clr-1);
    
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap .count-btn:hover svg{
    
    fill:#fff
}
.cart-panel .panel-body .cart-items .item-wrap .item-details .count-wrap .count-btn.disabled svg{
    
    fill:rgba(121, 121, 121, 1)
}



@media(min-width:576px){
    
    .cart-panel::-webkit-scrollbar {
    
        width: 5px;

    }
    .cart-panel::-webkit-scrollbar-track {

      background-color: #eee;
      border-radius: 20px;

    }
    .cart-panel::-webkit-scrollbar-thumb{

       background-color: rgba(0,0,0,0.15);
       border-radius: 20px;

    }
}
@media(max-width:480px){
    
    .cart-panel{
        
        width: calc(90%);
        
    }
}

/*------------- #login modals --------------*/ 


.custom-modal .modal-content{
    
    border-radius: var(--border-r-3);
    border: none;
}

.custom-modal .modal-body{
    
    padding-top:3rem ;
    padding-bottom:3rem ;
}

.custom-modal .sign-area{
    max-width: 650px;
    margin: auto;
}

.custom-modal .sign-area .login-btns{
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    border-radius: var(--border-r-2);
}
.custom-modal .sign-area .login-btns .tab-btn{
    
    display: block;
    border: none;
    outline: none;
    font-size:var(--title-6);
    transition: all .3s ease;
    padding: 0.75rem;
    color: rgba(115, 123, 142, 1);
    border: 1px solid rgba(115, 123, 142, 0.4);
    flex: 1;
    background-color: #fff
    
}
.custom-modal .sign-area .login-btns .tab-btn.active{
    
    background-color:#737B8E ;
    border-color:#737B8E ;
    color: #fff;
}
.custom-modal .sign-area .login-btns .tab-btn:first-child{
    
    border-radius: 0 var(--border-r-2) var(--border-r-2) 0;
    margin-left: -1px;
}
.custom-modal .sign-area .login-btns .tab-btn:last-child{
    
    border-radius: var(--border-r-2) 0 0 var(--border-r-2);
}

.custom-modal .sign-area .login-btns .tab-btn:not(.active):hover{
    
    background-color:#F0F0F0
}

.custom-modal .sign-area .social-login{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.custom-modal .sign-area .social-login .social-item{
    
    display: block;
    background-color:#F0F0F0 ;
    border-radius: 5px;
    padding: .5rem;
    margin: 0 .75rem;
    transition: all .3s ease
    
    
}
.custom-modal .sign-area .social-login .social-item img{
    
    width: 35px;
    height: 35px;
    
}
.custom-modal .sign-area .social-login .social-item:hover{
    
    background-color: #ddd
}

.custom-modal .sign-area .form-group{
    
    margin-bottom: 1.5rem;
}
.custom-modal .sign-area .form-group .form-label{
    
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.custom-modal .sign-area .form-group .note{
    
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    transition: all .3s ease
}
.custom-modal .sign-area .form-group a.note:hover{
    
    color:var(--clr-1) ;
}

.custom-modal .sign-area .submit{
    
    padding-top: .5rem;
}
.custom-modal .sign-area .submit-btn{
    
    display: block;
    width: 100%;
    padding: .75rem;
    background-color: var(--clr-1);
    font-size: var(--title-7);
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    
}
.custom-modal .sign-area .submit-btn:hover{
    
    background-color: var(--clr-1-hover);
    
}

.custom-modal .area-title{
    
    font-weight: bold;
    font-size: var(--title-4);
    margin-bottom: 2rem;
    text-align: center;
}



@media(min-width:768px) and (max-width:991.98px){
    
    .custom-modal .modal-dialog{
    
        max-width: 700px;
        
    
    }

}
@media(min-width:768px){
    
   
    .custom-modal .btn__close{
    
        position: absolute;
        left: calc(-34px / 2);
        top: calc(-34px / 2);
        width: 34px;
        height: 34px;
        background-color:#FCFCFD ;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        transition: all .3s ease;
        color: #909090;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        border: none;
        outline: none;
        margin: 0;
        padding: 0;
        z-index: 10;
        vertical-align: middle;
    }
    
    .custom-modal .btn__close:hover{
    
        background-color: var(--clr-1);
        color: #fff
    }
    
    .custom-modal .modal-body{
        
        padding-top: calc( calc(34px / 2) + 3rem);
        
        
    }
    
}
@media(max-width:767.98px){
    
    .custom-modal .btn__close{
    
        position: absolute;
        height: 40px;
        left: 0;
        margin-top: 1rem;
        padding: .5rem 1rem 0;
        display: inline-flex;
        justify-content: flex-end;
        font-size: 22px;
        margin-right: auto;
        color:#909090;
        transition: all .3s ease;
        z-index: 10;
    }
    
    .custom-modal .btn__close:hover{
    
        color: var(--clr-1);
    }
    
    .custom-modal .modal-body{
        
        padding-top: calc( calc(40px / 2) + 1rem + 2rem);
        padding-bottom: 2rem;
        
    }
    
    .custom-modal .modal-dialog{
    
        padding: .25rem;
    }

}



/*------------- #footer --------------*/ 

footer{
    
    padding: 1.5rem 0 0;
    position: relative;
    margin-top: 1.5rem;
    background-color: #DBD0E0;
    
}

footer .social-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: .75rem;
}

footer .social-list a.item-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 35px;
    height: 35px;
    transition: all .3s ease;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    
}

footer .social-list span.item-link {
    
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    
}

footer .social-list .item-link{
    
    margin-left: 1rem;
    margin-bottom: .75rem;
}
footer .social-list .item-link:last-child{
    
    margin-left: 0;
}

footer .social-list .item-link svg{
    
    width: 22px;
    height: 22px;
    fill:#fff;
    transition: inherit;
    
}

footer .social-list a.item-link:hover{
    
    background-color: var(--clr-1);
    border-color: var(--clr-1)
}

footer .copy-rights{
    
    font-size: 16px;
    color: #5b5454;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    
	/*
		padding-bottom: 1.5rem;
	*/
    
}


@media(max-width:767.98px){
    
    
    footer .social-list .item-link{
        
        margin-right: .5rem !important;
        margin-left: .5rem !important;
        
    }
}

@media(min-width:768px){
    
    footer .row {
        
        /*flex-direction: row-reverse;*/
    }
}


/*------------- #welcome-section --------------*/

.welcome-section{
    
    display: flex;
    align-items: center;
    /*min-height: calc((var(--vh, 1vh) * 100));*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(0,0,0,0.0) ;
    background-blend-mode: multiply;
    
}

.welcome-section .h-100{
    
   min-height: inherit;
}

.welcome-area{
    
    position: relative;
}
.welcome-area .intro-content, .welcome-area .video-icon {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-area .intro-content .intro-title{
    
    /*font-size: var(--title-1);*/
    color: #5b5454;
    margin-bottom: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
	
	border-radius: 8px;
    background-color: white;
    opacity: 0.80;
	padding:5px;
	text-align:center;
    
}
.welcome-area .intro-content .intro-title span{
    
    display: inline-block;
}





.intro-title2{
    
    /*font-size: var(--title-1);*/
    display:inline;
	color: #5b5454;
    margin-bottom: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
	
	border-radius: 8px;
    background-color: white;
    opacity: 0.80;
	padding:5px;
	text-align:center;
    
}
.intro-title2 span{
    
    display: inline-block;
}



.intro-title3{
    
    font-size: var(--title-6);
    display:block;
	color: #5b5454;
    margin-bottom: 1.5rem;
    
    line-height: 1.3;
	
	border-radius: 8px;
    background-color: white;
    opacity: 0.80;
	padding:5px;
	text-align:center;
	margin:10px;
    
}
.intro-title3 span{
    
    display: inline-block;
}



.welcome-area .intro-content .intro-text{
    display: block;
    color: #fff;
    text-align: justify;
    margin-bottom: 0;
    font-size: var(--title-7);
    
}
.welcome-area .video-icon{
    
    align-items: center;
}
.welcome-area .video-icon a{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    font-size: 35px;
    transition: all .3s ease;
    color: var(--btn_bgcolor);
    animation: pulse 1.3s ease infinite;
}
.welcome-area .video-icon a svg{
    
    max-height: 50px;
    fill:var(--btn_bgcolor);
    transition: all .3s ease;

}
.welcome-area .video-icon a:hover{
    
    background-color: var(--btn_bgcolor)
}
.welcome-area .video-icon a:hover svg{
    
    fill: #fff
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(219, 204, 143, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(219, 204, 143, 0);
    box-shadow: 0 0 0 30px rgba(219, 204, 143, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(219, 204, 143, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(219, 204, 143, 0);
    box-shadow: 0 0 0 0 rgba(219, 204, 143, 0); } }


.video-model .modal-body {
    padding: 1.5rem 1rem;
}
.video-model .modal-footer{
    
    justify-content: flex-start;
}
.video-model .modal-body .video-container{
    
    position: relative;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    padding-bottom: 50%;
}
.video-model .modal-body .video-container iframe{
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    
}
.video-model .modal-close{
    
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid var(--btn_bgcolor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--btn_bgcolor);
    transition: all .3s ease;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    cursor: pointer;
    display: none
    
}
.video-model .modal-close:hover{
    
    background-color: var(--btn_bgcolor);
    border-color:var(--btn_bgcolor) ;
    color: #fff;
}


@media(max-width:991.98px){
    
    .welcome-section .h-100{
        
        height: auto !important;
        min-height: auto;
    }
    .welcome-area .video-icon{
        
        padding: 1.5rem 0;
    }
    .video-model .modal-body{
        
        padding-top: calc( calc(40px / 2) + .5rem + 1.5rem);
    }
    .video-model.custom-modal .btn__close{
        
        margin-top: .5rem;
    }
    
}

@media(max-width:767.98px){
    
    .video-model .modal-body .video-container{
        
        padding-bottom: 70%;
    }
    
}
@media(max-width:575.98px){
    
  
    .welcome-area .video-icon a{
        
        width: 120px;
        height: 120px;
    }
    .welcome-area .video-icon a svg{
        max-height: 45px;
    }
    .video-model .modal-body .video-container{
        
        padding-bottom: 80%;
    }
}

/*------------- #features-section --------------*/ 

.features-area .feature-wrap{
    
    position: relative;
    padding-bottom: 1.5rem;
    
}

.features-area .feature-item .feature-icon{
    
    margin:auto;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    transition: all .3s ease;
    /*
	background-color: #4E4E4E;
	*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-area .feature-item .feature-icon img,
.features-area .feature-item .feature-icon svg{
    
    max-height: 120px;
	/*err*/
}

.features-area .feature-item .feature-content{
    
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: var(--border-r-2);
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.1);
    padding: 1rem 1rem;
    margin-top: 1.5rem;
    transition: all .3s ease
}

.features-area .feature-item .feature-content .feature-title{
    
    font-size: var(--title-6);
    /*margin-bottom: .75rem;*/
    margin-bottom: 0;
    font-weight: bold;
    color: var(--clr-1);
}

.features-area .feature-item .feature-content .feature-desc{
    
    font-size: 16px;
    margin-bottom: 0;
   
}

.features-area .features-title-wrap{
    
    /*padding-bottom: 3rem;*/
    text-align: center;
}
.features-area .features-title-wrap .title{
    
    display: inline-block;
    position: relative;
    color: var(--btn_bgcolor);
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding: 1rem calc(80px + 1rem);
    
}

.features-area .features-title-wrap .title::before,
.features-area .features-title-wrap .title::after{
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 80px;
    height: 80px;
    
    
}


.features-area .features-title-wrap .desc{
    
    margin-bottom: 0;
    font-size: var(--title-5);
    
}



@media(max-width:991.98px){

    .features-area .features-title-wrap .title{
        
        padding: .625rem calc(50px + 1rem);
    }
    .features-area .features-title-wrap .title::before,
    .features-area .features-title-wrap .title::after{

        width: 50px;
        height: 50px;

    }
    
}

@media(max-width:575.98px){
    
     .features-area .feature-item .feature-content{
        
        margin-top: 1rem;
    }
    .features-area .feature-item .feature-icon{
        width: 120px;
        height: 120px;
    }
    .features-area .feature-item .feature-icon img,
    .features-area .feature-item .feature-icon svg{
        
        max-height: 120px;
		/*err*/
    }
    
    .features-area .features-title-wrap .title{
        
        padding: .625rem calc(50px + .5rem);
        margin-bottom: 1rem;
    }
}

@media(max-width:359.98px){
    
    .features-area .features-title-wrap .title{
        
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .features-area .features-title-wrap .title::before,
    .features-area .features-title-wrap .title::after{
        
        display: none;
    }
}
    
/*------------- #product-features-section --------------*/ 

.product-features-area {
    
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-r-1);
    padding:2rem 1.5rem;
}

.product-features-area .product-features-texts,
.product-features-area .product-img{
    
    height: 100%;
}

.product-features-area .product-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 1.5rem;
    border: 1px solid var(--border-clr-1);
    border-radius: var(--border-r-2);
}

img.col-home-img{
    
    max-height: 325px;
}

.product-features-area .product-img img{
    
    display: block;
}

.product-features-area .product-features-texts .feature-item{
    
    background: #FFFFFF;
    border: 1px solid var(--border-clr-1);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}

.product-features-area .product-features-texts .feature-item:last-child{
    
    margin-bottom: 0;
}

.product-features-area .product-features-texts .feature-item .item-icon{
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: var(--clr-1);
    border-radius: 100%;
    margin-left: 1rem;
}

.product-features-area .product-features-texts .feature-item .item-icon img,
.product-features-area .product-features-texts .feature-item .item-icon svg{
    
    max-height: 22px;
}
/*
.product-features-area .product-features-texts .feature-item .item-icon img,
.product-features-area .product-features-texts .feature-item .item-icon svg{
    
    width: 42px;
    height: 42px;
    max-height: none;
}
*/

.product-features-area .product-features-texts .feature-item .item-text{
    
    flex-grow: 1;
    display: inline-block;
    font-size: var(--title-7);
}
/*------------- #product-item --------------*/ 


.products-wrapper .product-wrap{
    
    
    margin-bottom: 1.5rem;
}

.grid-slider .products-slider .swiper-slide{
    
    padding-bottom: 1.5rem;
}

.product-item{
    
    background-color: #fff;
    /*border: 1px solid var(--border-clr-1) ;
	*/
    /*box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.1);*/
    border-radius: var(--border-r-2);
    padding: 1rem .75rem;
    position: relative;
    
}

.product-item .product-img{
    
    overflow: hidden;
    position: relative;
}

.product-item .product-img a{
    
    display: block;
    z-index: 10;
    
}

.product-item .product-img a span{
    
    transition: all .3s ease;
}

.product-item .product-img a img{
    
    display: block;
    width: 100%;
    height: auto /** if we have equal images height **/;
    height: 250px;
    object-fit: cover;
    transition: all .3s ease;
    /*border-radius: var(--border-r-2);
	*/
   
}

.product-item .product-img a .tt-img-roll-over{
    
    display: none;
}

@media(min-width:1024px){
    
    .product-item .product-img a .tt-img-roll-over{
        
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    
    .product-item .product-img:hover .tt-img-roll-over{
        
        opacity: 1;
    }

}


.product-item .product-details{
    
    padding-top: 1rem;
    
}
.product-item .product-details >*:not(:last-child){
    
    /*margin-bottom: 1rem;*/
    
}

.product-item .product-details .product-name{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
	/*
    padding-bottom: 1rem;
	*/
    
    
}
.product-item .product-details .product-name::after{
    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    max-width: 200px;
    width: 100%;
	/*
    height: 2px;
	*/
    /*background: var(--border-clr-1);*/
    
}

.product-item .product-details .product-name a{
    
    transition: all .3s ease;
    font-size: var(--title-7);
    font-weight: bold;
    
}
.product-item .product-details .product-name a:hover{
    
    color: var(--clr-1);
}

.product-item .product-details .product-desc{
    
    font-size: 16px;
    color: #969696;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product-item .product-details .product-price{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}

.product-item .product-details .product-price .price{
    
    font-size: var(--title-8);
    font-weight: bold;
    letter-spacing: -0.05em;
    transition: all 0.3s ease;
    margin-left: 1rem;
    color: ;
}
.product-item .product-details .product-price .price:last-child{
    
    margin-left: 0;
}

.product-item .product-details .product-price .price.old-price{
    
    color: #969696;
    
}

.product-item .product-details .product-actions{
    
    position: relative;
    height: 45px;
}

.product-item .product-details .product-actions > *{
    
    height: 100%;
}


.btn{
    
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: .25rem;
	padding-right: 15px;
	padding-left: 15px;
    border-radius: var(--border-r-4);
    overflow: hidden;
    color: #000000;
    font-size: 16px;
    /*height: 100%;*/
    background-color: #ffffff;
    transition: all .3s ease;
	opacity:0.6;
    
}


.product-item .product-details .cart-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border-radius: var(--border-r-4);
    overflow: hidden;
    color: var(--clr-1);
    font-size: 16px;
    height: 100%;
    background-color: #F8F0E3	;
    transition: all .3s ease;
    
}
.product-item .product-details .cart-btn svg{
    
    width: 25px;
    height:25px ;
    fill:#fff;
    transition:inherit;
    margin-left: .75rem;
    
}
.product-item .product-details .cart-btn:hover{
    
    background-color: var(--clr-1-hover);
}

.product-item .product-details .counter-wrap{
    
    display: none;
}
.product-item .product-details .count-wrap{
    
    height: 100%;
}

.counter-wrap .msg-error{
    
    display: none;
    color: rgba(245, 23, 48, 1);
    font-size: 14px;
    margin-top: .625rem;
    font-weight: bold;
    user-select: none;
}
.counter-wrap .msg-error.show{
    
    display: block;
}
.count-wrap{
    
    display: flex;
    align-items:stretch;
}
.count-wrap .count-btn{
    
   
    height: 100%;
    background-color: var(--clr-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--title-8);
    font-weight: bold;
    color: #fff;
    transition: all .3s ease;
    border: none;
    width: 80px;
    
    
}
.count-wrap .count-btn:hover{
    
     background-color: var(--clr-1-hover);
}
.count-wrap .count-btn.count-add{
    
    border-radius: 0 var(--border-r-4) var(--border-r-4) 0;
}
.count-wrap .count-btn.count-sub{
    
    
    border-radius: var(--border-r-4) 0 0 var(--border-r-4);
}
.count-wrap .count-btn svg{
    
    width: 18px;
    height: 18px;
    fill:#fff;
    
}
.count-wrap .count-btn span{
    
    display: inline-flex;
    
}
.count-wrap .count-btn.disabled{
    
    opacity: .5;
    pointer-events: none;
}
.count-wrap .count-num{
    
    text-align: center;
    font-weight: bold;
    border-radius: 0;
    border-width: 1px 0 1px 0;
    font-size: var(--title-8);
    padding: .375rem .75rem
}
.count-wrap .step-btn  .second-step{
    
    display: none;
}


.product-item .product-actions.in-cart .cart-btn{
    
    display: none;
}
.product-item .product-actions.in-cart  .counter-wrap{
    
    display: block;
}

.product-item .product-actions.step2  .count-wrap .step-btn .first-step{
    
    display: none;
}
.product-item .product-actions.step2  .count-wrap .step-btn .second-step{
    
    display: block;
}


.product-item .product-note{
    
    position: absolute;
    top: 1.5rem;
    left:1.5rem ;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    border-radius: 14px 16px 0px;
    padding: .5rem .75rem;
    min-width: 70px;
    text-align: center;
}

.product-item .product-note2{
    
    position: absolute;
    top: 4.0rem;
    left:1.5rem ;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    border-radius: 14px 16px 0px;
    padding: .5rem .75rem;
    min-width: 70px;
    text-align: center;
}


.product-item .product-note.discount{
    
    /*background-color: var(--clr-1-hover);*/
	background-color: #FFE991;
    color: var(--clr-1);
}
.product-item .product-note2.offer{
    
    background-color: var(--clr-4);
}

@media(max-width:768px){
    

}
@media(max-width:575.98px){
    
    .products-wrapper .scroll-row{
        
        overflow-x: auto;
        overflow-y: hidden;
        
    }
    .products-wrapper .scroll-row .row{
        
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0;
        padding-bottom: 1rem;
        
    }
    .products-wrapper .scroll-row .product-wrap{
        
        padding: 0 0 0 0;
        margin-bottom: 0;
        max-width: 275px;
    }
    .products-wrapper .scroll-row .product-wrap:not(:last-child){
        
        margin-left: 1rem;
    }
    
    .products-wrapper .scroll-row::-webkit-scrollbar {
        
        display: none;
    }
    

    .product-item .product-details{
    
        padding-top: .75rem;
    
    }
    .product-item .product-details >*:not(:last-child),
    .product-item .product-details .product-desc{

        /*margin-bottom: .75rem;*/

    }
    .product-item .product-details .product-name{
        
        /*padding-bottom: .75rem;-*/
    }
    .product-item .product-details .product-actions{
        
        height: 40px;
    }
    .product-item .product-img a img{
        
        height: 220px;
    }
    
    
    .grid-slider .products-slider.scrollbar-slider .swiper-slide{
        
        padding-bottom: 0;
    }
    .grid-slider .products-slider.view__auto__mode .swiper-slide{
        
        max-width: 275px;
    }
  
    
}


/*------------- #shop-content-section --------------*/ 



.products-wrapper .load-more{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.products-wrapper .load-more  .load-item{
    
    display: inline-block;
    border: 1px solid var(--clr-1);
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    padding: .5rem 1.5rem;
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    margin: auto;
    color: var(--clr-1);
    text-transform: capitalize;
    min-width:  200px;
    font-weight: bold;
    
}
.products-wrapper .load-more  .load-item.loaded-end{
    
    background-color: var(--clr-1);
    color: #fff;
}
@media(hover: hover) and (pointer: fine) {
    
    
    .products-wrapper .load-more .load-more-btn:hover{
    
        background-color: var(--clr-1-hover);
        border-color: var(--clr-1-hover);
        color: #fff
    }
}
  

.shop-sidebar .sidebar-head{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
}
.shop-sidebar .sidebar-head > *{
    
    margin-bottom: 1rem;
}
.shop-sidebar .sidebar-head .sidebar-title{
    
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: var(--title-4);
    
}

.shop-sidebar .sidebar-head .sidebar-title span{
    
    display: inline-block;
    margin-left: .5rem;
}
.shop-sidebar .sidebar-head .sidebar-title svg{

    width: 24px;
    height: 24px;
    fill:var(--clr-1)
}
.shop-sidebar .sidebar-head .sidebar-title img{
    
    max-height: 34px;
}

.shop-sidebar .sidebar-head .clear-btn{
    
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
}
.shop-sidebar .sidebar-head .clear-btn:hover{
    color: var(--clr-1);
}

.shop-sidebar .panels-wrap .panel-item{
    
    margin-bottom: 1.5rem;
    position: relative;
}
.shop-sidebar .panels-wrap .panel-item:last-child{
    
    margin-bottom: 0;
}
.shop-sidebar .panels-wrap .panel-item .accordion_header{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: var(--border-r-3);
    transition: all .3s ease;
    padding:1rem .75rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.shop-sidebar .panels-wrap .panel-item .accordion_header:hover{
    
    background-color: #e8e8e8;
    color: var(--clr-1);
}
.shop-sidebar .panels-wrap .panel-item .accordion_header .panel-title{
    
    margin-bottom: 0;
    
}
.shop-sidebar .panels-wrap .panel-item .accordion_header .panel-icon{
    
    display: flex;
    align-items: center;
    font-size: var(--title-8);
    transition: transform 0.3s ease;
    margin-right: 1rem;
}
.shop-sidebar .panels-wrap .panel-item.active div.accordion_header,
.shop-sidebar .panels-wrap .panel-item .accordion_header.active{
    
    background-color: var(--btn_bgcolor);
    color: #fff
}
.shop-sidebar .panels-wrap .panel-item.active .accordion_header .panel-icon{
    
    transform: rotate(-90deg);
}
.shop-sidebar .panels-wrap .panel-item .accordion_body{
    
    padding-top: 1rem;
    position: relative;
    background-color: #fff
}
.shop-sidebar .panels-wrap .panel-item .accordion_body .body-list{
    
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-right: .75rem;
}
.shop-sidebar .panels-wrap .panel-item .accordion_body .body-list .list-item:not(:last-child){
    
    margin-bottom: 1rem;
}
.shop-sidebar .panels-wrap .panel-item .accordion_body .body-list .item-link{
    
    display: inline-flex;
    font-size: 16px;
    transition: all .3s ease
}
.shop-sidebar .panels-wrap .panel-item .accordion_body .body-list .item-link:hover{
    
    color: var(--clr-1);
}
.shop-sidebar .panels-wrap .panel-item .accordion_body .body-list .item-link.active{
    
    font-weight: bold;
    color: var(--clr-1)
}


.shop-sidebar .sidebar-close{
    
    display: none;
   
}

.shop-content .toolbox-items{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: .5rem;
}
.shop-content .toolbox-items > *{
    
    margin-bottom: 1rem;
}

.shop-content .toolbox-items .total-title{
    
    position: relative;

}

.shop-content .toolbox-items.centered .total-title{
    
    flex: 1;
    padding-bottom: 1rem;
    text-align: center;
}
.shop-content .toolbox-items.centered .total-title::after{
    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    max-width: 200px;
    width: 100%;
    height: 2px;
    background: var(--border-clr-1);
}


.shop-content .toolbox-items .total-title h1{
    
    font-size: var(--title-4);
    margin-bottom: 0;
    
}
.shop-content .toolbox-items .total-title h1 span{
    
    display: inline-block;
    font-weight: bold;
}

.shop-content  .sidebar-toggle{
    
    display: none
}

.shop-content  .fliter-floating-btn{
    
    display: none;
}

@media(max-width:991.98px){
    
    .shop-sidebar .sidebar-content{
        
        position: fixed;
        right: -120%;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        height: 100%;
        width: 350px;
        padding: calc(1.5rem + 40px + 2rem) 1rem 2rem;
        background-color: #fff;
        z-index: 1000;
        -webkit-overflow-scrolling: touch;
        z-index: 99999;
        transition: all .3s ease;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
    .shop-sidebar.active .sidebar-content{
        
        right: 0px;
        
        
    }
    .shop-sidebar.active .side-overlay{
        
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 2000;
       
    }
    .shop-sidebar .sidebar-close{
    
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 1.5rem;
        left: 1rem;
        z-index: 2201;
        color: #909090;
        font-size: 24px;
        width: 40px;
        height: 40px;
        background-color: #eee;
        transition: all .3s ease;
    }
    
    
    .shop-content .toolbox-items.centered .total-title{
        padding-bottom: 0;
        text-align: start;
        flex: none;
    }
    .shop-content .toolbox-items .total-title::after{
        display: none;
    }
    .shop-content .toolbox-items.sticky-items .sidebar-toggle{
        
        display: none;
    }
   
    
    .shop-content .sidebar-toggle{
        
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        transition: all .3s ease;
        background-color: #eee;
        color: var(--clr-1);
        font-size: 16px;
        outline: none;
        border: none;
        padding: .5rem 1.5rem;
        border-radius: var(--border-r-3);
        margin-right: 1rem;
    }
    .shop-content .sidebar-toggle span{
        
        margin-right: .5rem;
    }  
    
    @keyframes floating-filter{50%{transform:scale(0.95)}}
    .shop-content  .fliter-floating-btn{
        position: fixed;
        left: 20px;
        bottom: 85px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: var(--btn_bgcolor);
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        transition: all .3s ease;
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        z-index: 500;
        animation: floating-filter .8s ease-out infinite;
        margin: 0;
    }
    
}

@media(max-width:767.98px){
    
    .shop-content .toolbox-items {
        
        display: block;
    }
    .shop-content .toolbox-items .total-title {
        width: 100%;
        /*
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem !important;
        */
    }
    
    .shop-content .sidebar-toggle{
        
        width: 100%;
        margin-right: 0;
    }
    
    .shop-sidebar .sidebar-content {
        width: 350px;
        
    }
    
}

@media(max-width:575.98px){
    
    .products-wrapper .load-more .load-item{
        
        
        min-width:  150px;
    }
    
    .shop-content .toolbox-items.sticky-items + .products-wrapper {
        
        margin-top: calc(1.5rem );
        overflow: hidden;
    }
    .shop-content .toolbox-items.sticky-items{
        
        padding-bottom: 0;
        position: sticky;
        top: 70px;
        position: -webkit-sticky;
        z-index: 998;
        background-color: #eee;
        padding: 0 .5rem;
    }
    .shop-content .toolbox-items.sticky-items .total-title{
        
        margin: 0 !important;
        padding: .75rem 0 !important;
       
        
    }
    .shop-content .toolbox-items .total-title h1{
        
        font-size:var(--title-5)
    }
    .shop-content .toolbox-items.sticky-items .total-title h1{
        
         font-size:var(--title-6)
    }
    
    
}

@media(max-width:480px){
    
    .shop-sidebar .sidebar-content {
        width: 90%;
        
   }
}



/*------------- #products-banners-section --------------*/ 

.products-banners-section{
    
    padding-bottom: calc(var(--section-padding) - 1rem);
}


.products-banners-area .banner-wrap{
    
    padding-bottom: 1rem;
    position: relative;
} 

.products-banners-area .banner-item{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.products-banners-area .banner-item .banner-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    border-radius: var(--border-r-4);
    font-size: var(--title-5);
    color: var(--btn_bgcolor);
    padding: .5rem .75rem;
    margin-bottom: 2rem;
    transition: all .3s ease;
}

.products-banners-area .banner-item .banner-link span{
    
    margin-right: .5rem;
}

.products-banners-area .banner-item .banner-link:hover{
    
    background-color: var(--btn_bgcolor);
    color: #fff;
}

/*
.products-banners-area .banner-item .banner-img{
    
    max-height: 300px;
}
*/

/*------------- #about-section --------------*/ 

.about-area .about-col{
    
    position: relative;
    height: 100%;
    
}
.about-area .about-img img{
    
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-area .about-text{
    
    display: flex;
    align-items: center;
    
}
.about-area .about-text .about-desc{
    
    margin-bottom: 0;
    border-right: 2px solid var(--clr-4);
    padding-right: 1rem;
    font-size:var(--title-5) ;
    text-align: justify;
    line-height: 1.7;
    
}

/*------------- #blog-section --------------*/


.duplicated-slider-arrow .slider-arrow{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--btn_bgcolor);
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%) ;
    color: #fff;
    transition: all .3s ease;
    font-size: 22px;
    cursor: pointer;
    position:absolute;
    top:calc(300px /2);
    z-index: 10;
}
@media(hover:hover) and (pointer:fine){
    
    .duplicated-slider-arrow .slider-arrow:hover{
        background-color: var(--btn_bgcolor_hover);
        color: #fff;
    }
}
.duplicated-slider-arrow .slider-arrow.prev-btn{
    
    right: calc(-40px / 2);
}
.duplicated-slider-arrow .slider-arrow.next-btn{
    
    left: calc(-40px / 2);
}
.duplicated-slider-arrow .slider-arrow.swiper-button-disabled{
    

    background-color: #ddd;
    cursor: not-allowed;
    color: #9e9e9e !important
}



.blog-area .blog-item   .item-img img{
    
    display: block;
    height: 300px;
    width: 100%;
    border-radius: var(--border-r-3);
    object-fit: cover;
}
.blog-area .blog-item   .item-body{
    
    padding-top: 1rem;
}
.blog-area .blog-item   .item-body .item-head{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.blog-area .blog-item   .item-body .item-head > *{
    
    margin-bottom: 1rem;
}
.blog-area .blog-item   .item-body .item-head .item-title{
    
    display: inline-block;
    font-size: var(--title-7);
    color: var(--clr-1);
    padding-left: 1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease
}
.blog-area .blog-item   .item-body .item-head .item-title:hover{
    
    color: var(--clr-1-hover);
}
.blog-area .blog-item   .item-body .item-head .item-more{
    
    display: flex;
    align-items: center;
}
.blog-area .blog-item   .item-body .item-head .item-more .item-date{
    
    font-size: 16px;
    color: #9E9E9E;
    margin-left: 12px;
}
.blog-area .blog-item   .item-body .item-head .item-more .more-link{
    
    font-size: 16px;
    color:var(--clr-1);
    transition: all .3s ease
}
.blog-area .blog-item   .item-body .item-head .item-more .more-link:hover{
    
   color: #EEBA31;
}
.blog-area .blog-item   .item-body .item-footer{
    
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
   
}
.blog-area .blog-item   .item-body .item-footer .item-text{
    
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 1rem;
}
.blog-area .blog-item   .item-body .item-footer .item-note{
    
    display: block;
    margin-right: auto;
    font-size: 14px;
    color:#9E9E9E ;
    flex-shrink: 0;
    
}

/*------------- #gallery-section --------------*/ 

.gallery-area .gallery-item .gallery-link{
    position: relative;
    display: block;
    transition: all .3s ease
}

.gallery-area .gallery-item .gallery-link img{
    
    width: 100%;
    height: 300px;
    border-radius: var(--border-r-3);
    object-fit: cover;
}

.gallery-area .gallery-item .gallery-link::after{
    
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(148 193 32 / 50%);
    content: "\f00e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
    z-index: -1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--title-1);
    opacity: 0;
    border-radius: var(--border-r-3);
}

.gallery-area .gallery-item .gallery-link:hover::after{
    
    opacity: 1;
    z-index: 10;
    
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
    
    border-color: var(--clr-1)
}
.fancybox__progress{
    
    background-color: var(--clr-1);
}

/*------------- #testimonial-section --------------*/ 

.testimonial-area .testimonial-wrap{
    
    position: relative;
    margin-bottom: 1.5rem;
}

.testimonial-area .testimonial-item{
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    border-radius: var(--border-r-2);
    background-color:  #f7ecff;
    padding: 1.5rem 1rem;
    height: 100%;
}

.testimonial-area .testimonial-item .testimonial-texts {
    
    flex-grow: 1;
}

.testimonial-area .testimonial-item .testimonial-texts .testimonial-title{
    
    font-size: var(--title-6);
    margin-bottom: .75rem;
    font-weight: bold;
    color: var(--btn_bgcolor);
}

.testimonial-area .testimonial-item .testimonial-texts .testimonial-text{
    
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
}

.testimonial-area .testimonial-item{
    
     padding-top: calc((85px / 2) + 1rem);
     
}
.testimonial-area .testimonial-slider .swiper-slide{
    
    padding-top: calc(85px / 2);
    height: auto;
        
}
.testimonial-area .testimonial-item .testimonial-icon{
    
    z-index: 10;
    position: absolute;
    top: calc(-85px / 2);
    left: 50%;
    transform: translateX(-50%);
    
}
.testimonial-area .testimonial-item  .testimonial-icon img{
    
    display: block;
    width:85px ;
    height:85px ;
    border-radius: 100%;
    object-fit: cover;
    background-color: #c1c7d0;
}


.testimonial-area .testimonial-item .testimonial-icon2{
    
    z-index: 9999;
    position: absolute;
    top: calc(-85px / 1);
    left: 25%;
    transform: translateX(-25%);
    
}
.testimonial-area .testimonial-item  .testimonial-icon2 img{
    
    display: block;
    width:185px ;
    height:185px ;
    border-radius: 100%;
    object-fit: cover;
    background-color: #c1c7d0;
}

.imgrecomend-prod
{
	border-radius:10px;
	width:100%;
	max-height:330px;
}


/*------------- #QA-section --------------*/ 

.CQ-area .CQ-panels-wrap{
    
    max-width: 920px;
    margin: auto;
}

.CQ-area .panel-item:not(:last-child){
    
    margin-bottom: 1.5rem;
}

.CQ-area .panel-item .accordion_header{
    
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid var(--border-clr-1);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    transition: all .3s ease;
    padding:  1rem;
    cursor: pointer;
    
}

.CQ-area .panel-item .accordion_header .panel-title{
    
    font-size: var(--title-7);
    font-weight: bold;
    transition: all .3s ease
    
}

.CQ-area .panel-item .accordion_header .panel-icon{
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-color: var(--clr-1);
    border-radius: 100%;
    margin-right: 1rem;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}



.CQ-area .panel-item.active .accordion_header .panel-title{
    
    color:  var(--clr-1);
}
.CQ-area .panel-item.active .accordion_header .panel-icon{
    
    transform: rotate(-180deg);
    background-color: var(--clr-1-hover);
}

.CQ-area .panel-item .accordion_body{
    
    padding: 1rem;
    padding-bottom: 0 !important;
}

.CQ-area .panel-item .accordion_body .body-content{
    
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
}

/*------------- #contact-section --------------*/ 

.contact-box{
    
    padding: 3rem 1rem;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: var(--border-r-2);
}

.contact-box .contact-form-area,
.contact-box .contact-info-area{
    
    height: 100%;
    position: relative;
}

.contact-box .box-container{
    max-width: 80%;
    margin: auto;
}

.contact-box .contact-form-area .form-group{
    
    margin-bottom: 1.5rem;
}

.contact-box .contact-form-area .form-group .form-label{
    
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.contact-box .contact-form-area .form-group textarea{
    min-height: 100px;
}

.contact-box .contact-form-area .submit-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    border: none;
    padding: .75rem;
    background-color: var(--btn_bgcolor);
    transition: all .3s ease;
    outline: none;
    color: #fff;
    font-size: var(--title-7);
    height: 55px;
    font-weight: bold;
    
}
.contact-box .contact-form-area .submit-btn:hover{
    
    background-color: var(--btn_bgcolor_hover);
}


@media(min-width:992px){
    
    .contact-box .contact-form-area {
        
        padding-bottom: 55px;
    }
    .contact-box .contact-form-area .submit-btn{
        
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 10;
        
    }
}


.contact-box .contact-info-area{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact-box  .contact-info-title{
    
    text-align: center;
    font-size: var(--title-4);
    font-weight: bold;
    
}
.contact-box .contact-info-area .info-img{
    
    margin: 0 auto;
    text-align: center;
    display: block;
    max-height:300px ;
}

.contact-box .contact-info-area .info-item{
    
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.contact-box .contact-info-area .info-item:last-child{
    
    margin-bottom: 0;
}

.contact-box .contact-info-area .info-item .item-icon{
    
    margin-left: 1rem;
    margin-right: 1rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
    border-radius: 100%;
    flex-shrink: 0;
}

.contact-box .contact-info-area .info-item svg{
    
    width: 23px;
    height: 23px;
    fill:var(--btn_bgcolor);
    
}

.contact-box .contact-info-area .info-item .item-val{
    
    font-size: var(--title-7);
    font-weight: bold;
    transition: all .3s ease;
    word-break: break-word;
}
.contact-box .contact-info-area .info-item .item-val:hover{
    
    color: var(--clr-1)
}

.contact-box .contact-info-title,
.contact-box .contact-info-area .info-items{
    
    margin-bottom: 2rem;
}


.contact-area .map-container iframe{
    
    width: 100%;
    height: 400px;
    border-radius: var(--border-r-2);
}


@media(max-width:991.98px){
    
    .contact-box .contact-info-area{
        
        margin-top: 3rem;
        display: block;
    }
    

}
@media(max-width:767.98px){
        

    .contact-box .box-container{
        
        max-width: none;
    }    
    
    
}
@media(max-width:575.98px){
    
    .contact-area .map-container iframe{
        
        height: 350px;
    }
}


/*------------- #duplicated-breadcrumb --------------*/

.duplicated-breadcrumb{
    
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background-color: rgba(0,0,0,.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    position: relative;
    text-align: center;
}

.duplicated-breadcrumb .breadcrumb-text{
    
    color: #fff;
    font-size: var(--title-2);
    font-weight: bold;
    margin-bottom: 0;
   
}

/*------------- #product-description-section --------------*/ 


.product-description-details >*:not(:last-child){
    
    margin-bottom: 1.5rem;
}

.product-description-details .product-name{
    
    /*font-weight: bold;*/
    font-size: var(--title-3);
    
    max-width: 700px;
}

.product-description-details .product-description-text{
    
    font-size: var(--title-7);
    text-align: justify;
    max-width: 750px;
    
}

.product-description-details .product-price-wrap{
    
    display: flex;
    align-items: center;
    
}
.product-description-details .product-price-wrap .the-price{
    
    display: inline-block;
    color: #5b5454;
    font-size: var(--title-3);
    /*font-weight: bold;*/
    transition: all 0.3s ease;
    line-height: 1;
    
}

.product-description-details .product-price-wrap .the-price:last-child{
    
    margin-right: .75rem;
    
}
.product-description-details .product-price-wrap .the-price.old-price{
    
    color: #9A9A9A;
    font-size: var(--title-3);
}

.product-description-details .count-wrap{
    
    /*height: 45px;
    max-width: 300px;
	*/
	height: 30px;
    max-width: 100px;
}


.product-description-details .actions-row{
    
    max-width: 1140px;
    margin:  0 auto;
    padding-bottom: .5rem;
    padding-top: 3rem;
    
}

.product-actions .btn-cart{
    display: block;
    position: relative;
    padding: 1.2rem .75rem;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease;
    background-color: var(--clr-1);
    border-radius: 0.2rem;
    overflow: hidden;
    vertical-align: bottom;
}
.product-actions .btn-cart span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:  inherit;
    
   
}
.product-actions .btn-cart svg,
.product-actions .btn-cart  i{
    
     transition:  inherit;
     margin-right: 10px;
     
}
.product-actions .btn-cart svg{
     width: 20px;
     height: 20px;
     fill:#fff;
}
.product-actions .btn-cart  i{
    
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}
.product-actions .btn-cart span.added{
    

    transform: translate(-50% , 100px);
}
.product-actions .btn-cart.active span.added{
    
     
    transform: translate(-50% , -50%);
}
.product-actions .btn-cart.active span.add-to-cart{
    
    transform: translate(-50% , -100px);
    
}
.product-actions .btn-cart:hover,
.product-actions .btn-cart.active{
    
    background-color: var(--clr-1-hover);
}

@media(min-width:576px){
    
    .product-description-details .actions-row  .btn-wrap{
    
        flex: 1 !important;
        
    }

}

.product-description-details .actions-row  .action-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    height: 52px;
    border-radius: var(--border-r-3);
    padding: 1rem;
    transition: all .3s ease;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    
}

.product-description-details .actions-row  .action-btn svg{
    
    width: 30px;
    height: 30px;
    font-size: 25px;
    vertical-align: middle;
}

.product-description-details .actions-row  .action-btn svg{
    
    margin-right: 12px;
}

.product-description-details .actions-row  .action-btn.call-btn{
    
    background-color: rgba(78, 78, 78, 1);
}
.product-description-details .actions-row  .action-btn.call-btn:hover{
    
     background-color: var(--clr-2);
}

.product-description-details .actions-row  .action-btn.whatsapp-btn{
    
    background-color: rgba(78, 78, 78, 1);
}
.product-description-details .actions-row  .action-btn.whatsapp-btn:hover{
    
    background-color: var(--clr-1-hover);
}




/**** product-description-slider-container ***/


.product-description-area .product-description-img-container{
    
     padding-left: .75rem;
}
.product-description-area .product-description-img-container .product-gallery{
    
    position: relative;
    margin-bottom: 1.25rem;
   
   
}



.product-description-area .fullscreen-btn{
    
    position: absolute;
    bottom: 20px;
    right: 15px;
    background-color: #F0F2F7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--clr-1);
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}
.product-description-area .fullscreen-btn:hover{
    
        background-color: var(--clr-1);
       color: #fff
}

.product-description-area .guide-message{
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49,51,61,.6);
    border-radius: 2em;
    padding: 0 1.1em;
    height: 35px;
    color: #eee;
    font-size: 10px;
    text-align: center;
    transition: all .3s ease;
    text-transform: capitalize;
    opacity: 1;
    z-index: 10;
    transition: all .3s ease;
    cursor: no-drop;
    user-select: none;
}

.product-description-area  .guide-message i{
    
    margin-left: 5px;
}

/* slick **/

.product-description-area  .product-description-slider .slick-slide .product-full-img{
    
    display: block;
    position: relative;
}

.product-description-area  .product-description-slider .slick-slide .product-full-img img{
    
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all .3s ease;
    text-align: center;
    margin: auto;
    box-shadow: none;
    border: none;
    border-radius: var(--border-r-2);
    
}


.product-description-area  .product-description-slider.slider-nav .slick-list{
    
    margin: 0 -10px;
}
.product-description-area  .product-description-slider.slider-nav .slick-slide {

    margin: 0 10px;
   
}
.product-description-area  .product-description-slider .product-img-thumbnail{
    
    position: relative;
    display: block;
   
}
.product-description-area  .product-description-slider .product-img-thumbnail img{
    
    
    display: block;
    width: 100%;
    max-height: 120px;
    object-fit: cover;
    transition: all 0.3s ease;
    opacity: .5;
    cursor: pointer;
    margin: auto;
    text-align: center;
    border-radius: var(--border-r-3);

}
.product-description-area  .product-description-slider.slider-nav .slick-slide.is-active img{
    
      opacity: 1;
}

.product-description-area .product-description-slider.slider-nav .slick-slide.is-active .product-img-thumbnail::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--btn_bgcolor);
    border-radius: var(--border-r-3);
}

.product-description-area .product-description-slider .slick-arrow{
    
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 16px;
    width: 28px;
    height: 28px;
    background-color: var(--btn_bgcolor);
    color: #fff;    
    transition: all .3s ease;
    z-index: 10;
}
.product-description-area .product-description-slider .slick-arrow:hover{
    
    background-color: var(--btn_bgcolor_hover);
    color: #fff
}
.product-description-area .product-description-slider .slick-arrow.slick-disabled{
    
    opacity: 0;
    pointer-events: none;
    
}
.product-description-area .product-description-slider.slider-nav .slick-arrow.next-arrow{
    
    left: -14px;
}
.product-description-area .product-description-slider.slider-nav .slick-arrow.prev-arrow{
    
    right: -14px;
}




@media(max-width:1199.98px){
    
    .product-description-area .product-description-img-container{
        
        padding-left: .5rem;
    }
}
@media(max-width:991.98px){
    
    
    .product-description-area .product-description-img-container{
        
        padding-left: 0;
    }
}

@media(max-width:767.98px){
    
    
    .product-description-area .product-description-slider .slick-arrow{
        
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
    .product-description-area .product-description-slider.slider-nav .slick-arrow.next-arrow{
    
        left: -8px;
    }
    .product-description-area .product-description-slider.slider-nav .slick-arrow.prev-arrow{
    
        right: -8px;
    }
    .product-description-area .product-description-slider.slider-nav .slick-list{
        
        margin: 0  -.375rem;
    }
    .product-description-area .product-description-slider.slider-nav .slick-slide{
        
        margin: 0 .375rem;
    }
    
    
}
@media(max-width:575.98px){
    
    
    .product-description-area .product-description-slider .slick-slide .product-full-img img{
        
        height: 300px;
    }
    .product-description-area  .product-description-slider .product-img-thumbnail img{
        
        max-height: 100px;
    }
    


}

/* slick **/



.specifications-area {
    
    margin-top: 1.5rem;
}

.specifications-box{
    position: relative;
    background-color: rgba(196, 196, 196, 0.2);
}
.specifications-box .box-head{
    
    background-color: var(--clr-1);
    border-radius: var(--border-r-2) var(--border-r-2) 0px 0px;
    
} 

.specifications-box .box-head .specifications-tabs{
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

.specifications-box .box-head .specifications-tabs .tab-item{
    position: relative;
    font-size: var(--title-7);
    font-weight: bold;
    padding:1rem;
    transition: all .3s ease;
    color: #fff;
    flex-shrink: 0;
    margin-left: 1.5rem;
}

.specifications-box .box-head .specifications-tabs .tab-item:last-child{
    
    margin-left: 0;
}

.specifications-box .box-head .specifications-tabs .tab-item.active{
    
    background-color: var(--clr-1-hover)
}



.specifications-box .box-head .specifications-tabs .tab-item:hover:not(.active){
    
    color: var(--clr-2);
}

.specifications-box .box-body{
    
    padding: 3rem 2rem;
}

.specifications-box .box-body .specifications-tab .specifications-title{
    
    display: inline-block;
    min-width: 500px;
    font-weight: bold;
    padding:  1rem .75rem;
    background-color: #fff;
    font-size: var(--title-8);
    margin-bottom: 2rem;
}

.specifications-box .box-body .specifications-tab .specifications-detalis .detalis-item{
    
    position: relative;
    margin-bottom: 1.5rem;
    
}

.specifications-box .box-body .specifications-tab .specifications-detalis .detalis-item:last-child{
    
    margin-bottom: 0;
}

.specifications-box .box-body .specifications-tab .specifications-detalis .detalis-item .detalis-title{
    
    font-weight: bold;
    font-size: var(--title-7);
    margin-bottom: .5rem;
}
.specifications-box .box-body .specifications-tab .specifications-detalis .detalis-item .detalis-desc{
    
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
    
}



@media(max-width:991.98px){
    
    .specifications-box .box-head{
        
        border-radius: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .specifications-box .box-head .specifications-tabs{
        
        justify-content: flex-start;
    }
    
    .product-description-details .actions-row{
        
        padding-top: 1.75rem;
    }
    
    
}
@media(max-width:767.98px){
        
    .product-description-details .product-options{
        
        max-width: none
    }
    .specifications-box .box-body .specifications-tab .specifications-title{
        
        min-width: inherit;
        display: block;
    }
    .specifications-box .box-body{
        
        padding: 2rem 1rem;
    }
    
    .product-description-details .actions-row .action-btn{
        
        font-size: 14px;
        height: 50px;
    }
    .product-description-details .actions-row .action-btn svg{
        
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    
    
}

@media(max-width:575.98px){
    
     
    .product-description-details .actions-row .btn-wrap.btn-cart-wrap{
        
        width: 100%;
    }
    
    .product-description-details .count-wrap{
        
        max-width: 250px;
        height: 40px;
    }
    
}



/*------------- #finish-order-section --------------*/ 


@media(min-width:1200px){
    
    .finish-order-section .container-n{
        
        max-width: none;
        padding: 0 2.5rem ;
    }
}

.finish-order-area .duplicated-box{
    
    position: relative;
    margin-bottom: 1.5rem;
}

.finish-order-area .duplicated-box .box-head{
    
    padding: 1rem;
    min-height: 65px;
    background-color: var(--clr-1);
    border-radius: var(--border-r-2) var(--border-r-2) 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--title-4);
    font-weight: bold;
    
}

.finish-order-area .duplicated-box .box-body{
    
    padding: 1.5rem .75rem;
    border: 1px solid rgba(154, 154, 154, 0.87);
    border-top: 0;
}

@media(min-width:1400px){
    
    .finish-order-area .duplicated-box .box-body{
        
        height: auto !important;
    }
}

.finish-order-area .duplicated-box:not(.cart-box) .box-body{
    
    padding: 1.5rem 1rem;
}

.finish-order-area .cart-items-area .cart-item{
    
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1.25rem .625rem;
    padding-bottom: calc(1.25rem + (35px / 2));
    margin-bottom: calc(1.5rem + (35px / 2));
    border: 1px solid #C4C4C4;
    border-radius: var(--border-r-4);
}
.finish-order-area .cart-items-area .cart-item:last-child{
    
    margin-bottom: calc((35px / 2));
}

.finish-order-area .cart-items-area .cart-item .product-img{
  
    flex-shrink: 0;
}
.finish-order-area .cart-items-area .cart-item  .product-img img{
    
    display: block;
    margin: auto;
    text-align: center;
    max-height: 180px;
    object-fit: cover;
    border-radius:6px ;
}




.finish-order-area .cart-items-area .cart-item .product-info{
    
    flex-grow: 1;
}
.finish-order-area .cart-items-area .cart-item .product-info >*:not(:last-child){
    
    margin-bottom: .75rem;
}
.finish-order-area .cart-items-area .cart-item  .product-name{
    
    display: inline-block;
    transition: all .3s ease;
    font-weight: bold;
    font-size: 16px;
    
}
.finish-order-area .cart-items-area .cart-item  .product-name:hover{
    
    color: var(--clr-1);
}
.finish-order-area .cart-items-area .cart-item  .product-desc{
    
    font-size: 16px;
    text-align: justify;
    
}
.finish-order-area .cart-items-area .cart-item  .product-price,
.finish-order-area .cart-items-area .cart-item  .product-actions{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.finish-order-area .cart-items-area .cart-item  .product-price .price{
    
    font-size: var(--title-8);
    margin-bottom: 0;
    font-weight: bold;
}
.finish-order-area .cart-items-area .cart-item  .product-price .price.old{
    
    color: #9A9A9A;
}

.finish-order-area .cart-items-area .cart-item  .product-actions >*:first-child{
    
    padding-left: 1rem;
}
.finish-order-area .cart-items-area .cart-item  .product-actions .count-wrap{
    
    max-width: 130px;
    height: 35px;
}
.finish-order-area .cart-items-area .cart-item  .product-actions .count-wrap .count-num{
    
    font-size: 16px;
    padding: .375rem .5rem;
}
.finish-order-area .cart-items-area .cart-item  .product-actions .count-wrap .count-btn{
    
    width: auto;
    padding: 0 .5rem;
}
.finish-order-area .cart-items-area .cart-item  .product-actions .count-wrap .count-btn svg{
    
    width: 15px;
    height: 15px;
}
.finish-order-area .cart-items-area .cart-item  .product-actions .counter-wrap .msg-error{
    
    font-size: 12px;
}

.finish-order-area .cart-items-area .cart-item  .product-actions .actions-btns{
    
    display:flex;
    align-items: center;
}
.finish-order-area .cart-items-area .cart-item  .product-actions .actions-btns .action-btn:not(:last-child) {
    
    margin-left: 10px;
}
.finish-order-area .cart-items-area .cart-item  .action-btn {
    
    display: flex;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
    transition: all .3s ease;
    
}
.finish-order-area .cart-items-area .cart-item  .action-btn svg{
    
    fill: #a2a6b0;
    width: 24px;
    height: 24px;
    transition: inherit;
    cursor: pointer;
}
.finish-order-area .cart-items-area .cart-item  .action-btn svg:hover{
    
    fill:var(--clr-1);
}

.finish-order-area .cart-items-area .cart-item .delete-item{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-35px /  2);
    width: 35px;
    height: 35px;
    background-color: #eee;
    color: var(--clr-1);
    transition: all .3s ease;
    border-radius: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}
.finish-order-area .cart-items-area .cart-item .delete-item:hover{
    
    background-color: var(--clr-1);
    color: #fff;
}



.finish-order-area .inputs-area .form-group{
    
    position: relative;
    margin-bottom: 1rem;
}
.finish-order-area .order-data-area .form-group:last-child{
    
    margin-bottom: 0;
}
.finish-order-area .order-data-area .form-group textarea{
    
    min-height: 150px;
}
.finish-order-area .inputs-area .form-group .form-check .form-check-label{
    
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.finish-order-area .inputs-area .form-group .form-check .form-check-label.blue{
    color:rgba(0, 133, 255, 0.87) ;
    
}

.finish-order-area .purchase-area .purchase-info {
    
    position: relative;
    padding-bottom: 1rem;
    
}
.finish-order-area .purchase-area .purchase-info .info-item{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    
}
.finish-order-area .purchase-area .purchase-info .info-item > span{
    
    display: inline-block;
    font-size: var(--title-8);
    margin-bottom: .5rem;
    color: rgba(71, 71, 71, 1);
    
}
.finish-order-area .purchase-area .purchase-info .info-item  span.info-val{
    
    font-weight: bold;
}
.finish-order-area .purchase-area .purchase-info .info-item  span:first-child{
    
    padding-left: 1rem;
}
.finish-order-area .purchase-area .form-group .form-label {
    
    margin-bottom: 10px;
    font-size:16px ;
    font-weight: bold;
    
}
.finish-order-area .purchase-area .group-flex{
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}
.finish-order-area .purchase-area .group-flex > div{
    
    margin-bottom: 1rem;
}
.finish-order-area .purchase-area .group-flex > div:first-child{
    
    margin-left: 1rem;
}
.finish-order-area .purchase-area .group-flex .img-group{
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    
}
.finish-order-area .purchase-area .group-flex .img-group img{
    
    max-height:20px ;
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: .5rem;
}
.finish-order-area .purchase-area .group-flex .img-group img:last-child{
    
    padding-left: 0;
}
.finish-order-area .purchase-area .submit-btn-wrap{
    padding-top: 1rem;
}
.finish-order-area .purchase-area .submit-btn{
    
    display: block;
    background: var(--clr-1);
    border-radius: 5px;
    border: none;
    outline: none;
    transition: all .3s ease;
    width: 100%;
    max-width:800px ;
    margin: 0 auto ;
    color: #fff;
    font-size: var(--title-7);
    padding: .75rem;
    min-height: 53px;
    text-align: center;
}

.finish-order-area .purchase-area .submit-btn:hover{
    
    background-color: var(--clr-1-hover);
}


@media(max-width:575.98px){
    
    
    .finish-order-area .cart-items-area .cart-item .product-img {
        
        margin-bottom: .75rem;
    }
    .finish-order-area .cart-items-area .cart-item .product-img img{
        
        max-height: 160px;
    }
    
    
    
}



/*------------- #edit-profile-section --------------*/ 


@media(min-width:992px){
    
    .edit-profile-box{
    
        max-width: 800px;
        margin: auto;
    }
}


.edit-profile-box .form-group{
    
    margin-bottom: 1.5rem;
}

.edit-profile-box .form-group .form-label{
    
    display: block;
    text-align: start;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}




.edit-profile-box .img-group{
    
    padding-bottom: .5rem;
    display: flex;
    justify-content: center;
}

.edit-profile-box .upload-img{
    
    position: relative;
}


.edit-profile-box .upload-img img{
    
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 100%;
}

.edit-profile-box .upload-img .upload-btn{
    
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--clr-1);
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    border: none;
}

.edit-profile-box .upload-img .upload-btn:hover{
    
    background-color: var(--clr-1-hover);
}

.duplicated-submit-btn{
    
    display: block;
    width: 100%;
    text-align: center;
    padding:.82rem .75rem;
    min-height: 53px;
    background-color: var(--clr-1);
    transition: all .3s ease;
    border: none;
    outline: none;
    color: #fff;
    font-size: var(--title-7);
    
}
.duplicated-submit-btn:hover{
    background-color: var(--clr-1-hover);
}

.edit-profile-box .submit-btn{
    
    max-width: 400px;
    margin:.5rem  auto 0;
}



/*------------- #responsive --------------*/ 

@media(max-width:1199.98px){
    

    
}


 .tool-bar{
        
        display: flex;
    }
@media(max-width:991.98px){
    
    .tool-bar{
        
        display: flex;
    }
    
    .scrollup.show, .whatsapp-icon.show{
    
        bottom: 85px;
		right:20px;
    }
	.whatsapp-icon
	{
		right:20px;
	}
    
    .page-wrapper {
        padding-bottom: 50px;
    }
    
    img.col-home-img{
    
        max-height: 300px;
    }
    
    
    .product-features-area .product-features-texts .feature-item{
        
        border-radius: var(--border-r-2)
    }
    
    .products-banners-area .banner-item{
        
        height: auto !important;
    }
    
    .about-area .about-img img{
        
        max-height: 300px;
    }

}

@media(max-width:767.98px){
        

    .duplicated-slider-1-container .slider-arrow{
        
        border-radius: 0;
        
        
    }
    .duplicated-slider-1-container .slider-arrow.next-btn{
        
        left: .625rem;
    }
    .duplicated-slider-1-container .slider-arrow.prev-btn{
        
        right: .625rem;
    }
    .duplicated-slider-1-container .slider-arrow:focus,
    .duplicated-slider-1-container .slider-arrow:target{
        
        background-color: var(--btn_bgcolor_hover);
        color: #fff
    }
    .duplicated-slider-1-container .slider-arrow{
        
        top: calc(300px / 2);
        transform: none;
    }
    
}

@media(max-width:575.98px){
    
    :root{
        
          --title-1:32px;
          --title-2:28px;
          --title-3:24px;
          --title-4:22px;
          --title-5:20px;
          --title-6:18px;
          --title-7:18px;
        
          --border-r-1:15px;
          --border-r-2:10px;
          --border-r-3:8px; 
    }
    
    
    .duplicated-breadcrumb{
        
        min-height: 220px;
    }
    .main-title{
        
       margin-bottom:2rem;
    }
    .main-title .title{
        
        min-width: inherit;
        padding: .5rem 2rem;
       
        
    }
    .show-more-link:not(.lg-btn){
        
        max-width: 120px;
    }
    .slider-end{

        padding-bottom: calc(1.5rem - 1rem);
    }
    .scrollbar-slider{

            padding-bottom: 1rem;
    }
    .scrollbar-slider .swiper-scrollbar{
        
        display: block;
        height: 3px;
    }
    .slider-container.no-m-arrow .slider-arrow{
        
        display: none;
    }
    img.col-home-img{
    
        max-height: 250px;
    }
    
    .product-features-area {
        
        padding: 2rem 1rem;
    }
    .product-features-area .product-features-texts .feature-item .item-icon{
        
        margin-left: .75rem;
    }
    
    .products-banners-area .banner-item{
        
        padding: 2rem 1.5rem;
        
    }
    .products-banners-area .banner-item .banner-img{
    
        max-height: 250px;
    }   
    
    .about-area .about-img img{
        
        max-height: 550px;
    }
    .about-area .about-text .about-desc,
    .features-area .features-title-wrap .desc{
        
        font-size: 18px;
    }
    
    .blog-area .blog-item   .item-img img{
        
        height: 250px;
    }
    .gallery-area .gallery-item .gallery-link img{
        
        height: 250px;
    }
    .duplicated-slider-1-container .slider-arrow{
        
        top: calc(250px / 2);
        transform: none;
    }
    
    
    .CQ-area .panel-item .accordion_header{
        
        border-radius: var(--border-r-2);
        padding: 1rem .75rem;
    }
    .CQ-area .panel-item .accordion_body{
        
        padding: 1rem .75rem;
    }
    .CQ-area .panel-item .accordion_header .panel-icon{
        
        width:25px ;
        height:25px  ;
        font-size: 14px;
        
    }
    
}


/*------------- #custom-grid --------------*/ 

.gx-75 {
    --bs-gutter-x: .75rem;
}



@media(max-width:991.98px){
    
     .container{
        
        max-width: 720px;
       
    }
    
}
@media(min-width:1200px) and (max-width:1399.98px){
    
    .container{
        
        max-width: 1160px;
    }
}


@media (min-width:480px) and (max-width:575.98px){
    
    .row-cols-xs-gutter{
        
        --bs-gutter-x:.75rem;
    } 
     .row-cols-xs-2>* {
         
        flex: 0 0 auto;
        width: 50%;
        
     
    }
    
}





.dicount-code .input-wrap{
    display: flex;
    align-items: flex-start;
    gap:.75rem;
}
.dicount-code .code-input{
    
}
.dicount-code .submit-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .75rem var(--box-px-sm);
    border-radius: var(--border-r-4);
    color: #fff;
    background-color: var(--clr-1);
    transition: all .3s ease;
    
}
.dicount-code .submit-btn:hover{
    background-color: var(--clr-1-hvr);
}
.dicount-code .note{
    font-size: calc(var(title-7) - 2px);
    display: block;
    margin-top: .25rem;
    margin-bottom: 0;
    
}
.dicount-code .note.success{
    color: green;
}
.dicount-code .note.failed{
    color: #cf0202;
}

.summary-box .dicount-code .code-input,
.summary-box .dicount-code .submit-btn{
    height: 45px;
}
