/*------------- #MAIN STYLES --------------*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/


/*------------- #general --------------*/


@media (prefers-reduced-motion: no-preference){
    
    :root {scroll-behavior: smooth}
}


/*------------- #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);
  }
}





body{
    
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Cairo','Rubik';
    direction:rtl;
    text-align: right;
    scroll-behavior: smooth;
    overflow-y: auto;
    overflow-x: hidden;
    color: #141414;
   /* background-color: #ECECEC;*/
    background-color: #e7e3f3;
    min-height: calc((var(--vh, 1vh) * 100) - 1px);
    
    touch-action: manipulation;
    
}

body[data-panel="noScroll"] {
    overflow-y: hidden;
}


*{box-sizing: border-box}

:root{
    
  
     --clr-1:#D21E29;
     --clr-1-hover:#92131b;
     --clr-2:#06C566;
     --clr-2-hover:#00773C;
    
    
     --clrBlack:#000000;
     --clr-txt1:#141414;
     --clr-txt2:#473E3E;
     --clr-txt3:rgba(117, 132, 153, 0.85);
     --clr-txt4:#777777;
    
     --title-1:34px;
     --title-2:30px;
     --title-3:24px;
     --title-4:22px;
     --title-5:20px;
     --title-6:16px;
     --title-7:14px;
     --title-8:16px;
    
     --border-r-1:25px;
     --border-r-2:15px;
     --border-r-3:12px;
     --border-r-4:6px;
    
     --section-padding: 1.55rem;
     --section-padding-plus:calc(var(--section-padding)*2);
    
     --box-py-sm:1.5rem;
     --box-py:1rem;
     --box-py-res:2rem;
     --box-py-almt:1.5rem;
        
     --box-px-sm: 1.5rem;
     --box-px: 2rem;
     --box-px-more:3rem ;
    
     --border-clr-1:rgba(78, 78, 78, 0.15);
     

}
a{
    color: #141414;
    outline: none;
}
a , a:hover{
    
    text-decoration: none;
    color: inherit;
}




 .tool-bar a.custom-tool .tool-icon{
    
    width: 70px;
    height: 70px;
    border: 4px solid #000;
    border-radius: 100%;
    /*margin-top: -44px;
	*/
	margin-top: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
    
}

.tool-bar a.custom-tool .tool-icon img{
   
    width: 45px;
    height: 45px;
    display: block;
    
    
}

.tool-bar a.custom-tool span{
    
    font-size: 16px;
    color: 
}



/** general styles **/

.page-wrapper{
    
    padding-top: calc(var(--nav-h) + var(--section-padding));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: inherit;
    
    
}

.section-style{
    
    position: relative;
    
}

.section-style:not(.sticky-inside){
    
    overflow: hidden;
}

.pg-section{
    
    padding: var(--section-padding) 0;
}
.bg-section{
    
    padding: calc(var(--section-padding)*2) 0;
}
.w-bg{
    
    margin: var(--section-padding) 0;
}



.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;
     
}



/*** main-title **/

.bold{
    
    font-weight: bold;
}

.section-title{
    
    position: relative;
    margin-bottom: calc(var(--box-py-almt));
    
}
.section-title .title{
    
    font-size: var(--title-2);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: var(--clr-1);
    font-weight: bold;
    background-color: #e7e3f3;
    z-index: 5;
    padding-left:16px;
    
}
.section-title::after{
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-color: var(--clr-1);
    height: 2px;
    left: 0px;
    width: 100%;
}

@media(max-width:575.98px){
    
    .section-title .title{
        
        font-size: var(--title-3);
        padding-left:12px;
    }
    
    
    
}

/*** input-style  **/

.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: var(--border-r-4);
    border-color: #C4C4C4;
    font-size: 16px;
    color: #858585;
    box-shadow: none;
    padding: .75rem;
    height: 52px;
}
.form-group .form-control::placeholder{
    
    color:#858585;
}

.form-group textarea.form-control{
    
    height: auto;
}

.form-group .form-control.w-icon{
    
    font-family: "Font Awesome 5 Free" , "cairo";
    font-weight: 600;
}
.form-select{
    
    padding-left: 2rem !important;
    background-position: left .75rem center;
}
.form-check{
        
        display: flex;
        align-items: center;
        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:none
}
.form-check .form-check-input:checked{
    
    background-color: var(--clr-1);
    border-color: var(--clr-1);
}
.form-check .form-check-label{
    
    font-size: 16px;
    cursor: pointer;
    padding-right: .5rem;
}

.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);
}

.form-control:disabled, .form-control[readonly]{
    
    box-shadow: none !important;
    border-color:#C4C4C4 !important;
}


/*** buttons-style  **/
button {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
}

.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(210 30 41 / 40%) !important;
  border-bottom: 2px solid var(--clr-1) !important;
  border-left: 2px solid rgb(210 30 41 / 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);
  }
}


/**** slider--swiper ***/

.slider-container {
    position: relative;
}
.swiper{
    
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-button-lock{
    
    display: none !important;
}
.equal-h .swiper-slide{
    
    height: auto !important;
}


.slider-arrows-s1,
.slider-arrows-s2{
    
    --dim:35px;
}

.slider-arrows .slider-arrow{
    
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: var(--title-7);
    width: var(--dim);
    height: var(--dim);
    background-color: var(--clr-txt2);
    color: #fff;    
    transition: all .3s ease;
    z-index: 10;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.slider-arrows .slider-arrow i{
    
    vertical-align: middle;
}
.slider-arrows.disabled-s1 .slider-arrow.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}
.slider-arrows.disabled-s2 .slider-arrow.swiper-button-disabled{
     cursor: no-drop;
     color: #9e9e9e !important;
     background-color: #ddd !important;
}
.slider-arrows .slider-arrow:active{
    
    background-color: var(--clr-1-hover);
}
@media(hover:hover) and (pointer:fine){
    
     .slider-arrows .slider-arrow:hover{
        
        background-color: var(--clr-1-hover);
        
    }
}

.slider-arrows.slider-arrows-s1 .slider-arrow{
    
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    
}
.slider-arrows.slider-arrows-s1 .slider-arrow.next-btn{
    
    left: calc((var(--dim)/2)*-1);
}
.slider-arrows.slider-arrows-s1 .slider-arrow.prev-btn{
    
     right:  calc((var(--dim)/2)*-1);
}

.slider-arrows.slider-arrows-s2{
    
    display: flex;
    align-items: center;
    
}
.slider-arrows.slider-arrows-s2 .slider-arrow:not(:last-child){
    
    margin-left: 1rem;
}



@media(max-width:767.98px){
    
    .slider-arrows.slider-arrows-s1{
        
        --dim:28px;
    }
    .slider-arrows.slider-arrows-s1 .slider-arrow.next-btn{
    
        left: -10px;
    }
    .slider-arrows.slider-arrows-s1 .slider-arrow.prev-btn{
    
        right: -10px;
    }
    
    .slider-arrows.gallery-style{
        
        --dim:35px;
    }
    .slider-arrows.gallery-style .slider-arrow{
        
        border-radius: 0;
        font-size: 20px;
        
    }
    .slider-arrows.gallery-style .slider-arrow.next-btn{
    
        left: 10px;
    }
    .slider-arrows.gallery-style .slider-arrow.prev-btn{
    
        right: 10px;
    }
   
    
}



.duplicated-slider-arrow .slider-arrow{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #EDD1C8;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%) ;
    color: #000;
    transition: all .3s ease;
    font-size: 22px;
    cursor: pointer;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
}
@media(hover:hover) and (pointer:fine){
    
    .duplicated-slider-arrow .slider-arrow:hover{
        background-color: var(--clr-1-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
}
@media(max-width:767.98px){
        
    .duplicated-slider-arrow .slider-arrow{
        
        border-radius: 0;
        width: 35px;
        height: 35px;
        font-size: 20px;
        
    }
    .duplicated-slider-arrow .slider-arrow.next-btn{
        
        left: .625rem;
    }
    .duplicated-slider-arrow .slider-arrow.prev-btn{
        
        right: .625rem;
    }
    
    
}



/**** toolbar***/


.tool-bar {

  position: fixed;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 85px;
  transition: all .3s ease;
  /*
  background: #322E2E;
  */
  background: #000000;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;

}
.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 22px;
  transition: all .3s ease
}
.tool-bar .tool .tool-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  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: 11px;
  line-height: 1;
  color: #fff;
  transition: inherit  
    

}

.tool-bar .tool .tool-link.active span{
    
    color: var(--clr-1);
    
}
.tool-bar .tool .tool-link.active 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;

}


.scrollup{
    
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -100px;
    right: 20px;
    background-color: var(--clr-1);
    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{
    
        bottom: 20px;
}


@media(max-width:991.98px){
    
    .tool-bar{
        display: flex;
    }
    
     .scrollup.show{
    
        bottom: 80px;
    }
    
    .page-wrapper{
        
        padding-bottom:63px ;
        
    }
    footer .copy-rights{
        
        margin-bottom: 2px;
    }
    
}

/**** 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);
}


/**** tab-content & accordion_body style ****/

.tabs-content-area .tab-content{
    
    display: none;
}
.tabs-content-area .tab-content.active{
    
    display: block;
}

.accordion-panels .panel-item .accordion_body{
    
    display: none;
}
.accordion-panels .panel-item.opened .accordion_body{
    
    display: block;
}

/**** side-overlay ****/
.side-overlay,
.fixed-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.7);
    cursor: pointer;
    
}

.panel-responsive-item.active .side-overlay,
.side-overlay.active{
    
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999;
    
}


/*** Underline From Right ****/
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 3px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}


/*------------- #custom-modal --------------*/ 

.modal-backdrop.show{
    
    opacity: .8;
}
.custom-modal .modal-content{
    
    border-radius: var(--border-r-3);
    border: none;
}

.custom-modal .modal-body{
    
    padding-top:3rem ;
    padding-bottom:3rem ;
}
.custom-modal .modal-body.body-py-sm{
    
    padding-top:2rem ;
    padding-bottom:2rem ;
}

@media(min-width:992px){
    
   
    .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
    }
    
    
}

@media(max-width:991.98px){
    
    .custom-modal .modal-body:not(.still-sm){
        
        padding-top: calc( calc(40px / 2) + 0rem + 2rem) !important;
        padding-bottom: 2rem !important;
        
    }
    
    .custom-modal .btn__close{
    
        position: absolute;
        height: 40px;
        left: 0;
        margin-top: .75rem;
        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);
    }
    
    
}
@media(max-width:575.98px){
    
    
    .custom-modal  .modal-dialog{
        
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    
}


/**confirm-delete-modal**/

.confirm-delete-modal.custom-modal .modal-dialog{
    
    max-width: 500px;
    padding: 0 .5rem;
    margin-right: auto;
    margin-left: auto;
}

.confirm-delete-modal .confirm-delete-area .delete-msg{
    
    font-size: var(--title-4);
    color: var(--clr-txt2);
    font-weight: bold;
    text-align: center;
    margin-bottom: var(--box-py-res);
    
}
.confirm-delete-modal .confirm-delete-area .actions-btns{
    
    display: flex;
    align-items: center;
}
.confirm-delete-modal .confirm-delete-area .actions-btns .action-btn{
    
    display: block;
    text-align: center;
    flex: 1;
    padding:.75rem;
    color: #fff;
    font-weight: bold;
    font-size: var(--title-7);
    border-radius: var(--border-r-4);
    background-color: #3778C8;
    transition: all .3s ease;
    margin-left: 1rem;
}
.confirm-delete-modal .confirm-delete-area .actions-btns .action-btn:last-child{
    
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.confirm-delete-modal .confirm-delete-area .actions-btns .action-btn:hover{
    background-color: #204777;
}
.confirm-delete-modal .confirm-delete-area .actions-btns .action-btn.del-btn{
    
        background-color: var(--clr-1);
}
.confirm-delete-modal .confirm-delete-area .actions-btns .action-btn.del-btn:hover{
    
        background-color: var(--clr-1-hover);
}

.confirm-delete-modal .confirm-delete-area .confirm-img{
    
    display: flex;
    justify-content: center;
    margin-bottom: var(--box-py);
}
.confirm-delete-modal .confirm-delete-area .confirm-img img,
.confirm-delete-modal .confirm-delete-area .confirm-img svg{
    
    width: 140px;
    height: 140px;
}

@media(max-width:575.98px){
    
    .confirm-delete-modal .confirm-delete-area .actions-btns .action-btn{
        
        margin-left: .75rem;
    }
}

/*------------- #header --------------*/ 

header .nav-content .nav-actions .user-account-dropdown,
header .nav-content .nav-list .user-account-dropdown,
header.logined .nav-content .nav-actions .login-btns,
header.logined .nav-content .nav-list .list-item .banner-logo .sign-btn{
    
    display: none !important;
}

header.logined .nav-content .nav-list .user-account-dropdown,
header.logined .nav-actions .user-account-dropdown{
    
    display: block !important
}


:root{
        
    --nav-h:75px;
}
header{
    
    position: fixed;
    width: 100%;
    height: var(--nav-h);
    top: 0;
    left: 0;
    z-index: 999;
    background-color: var(--clr-1);
   
}
header.active,
header.h-zindex{
    
    z-index: 1020;
}

@media(min-width:992px){
    
    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 .h-auto{
    
    height:auto;
}

.nav-content .nav-logo .logo-link{
    
    display: block;
}
.nav-content .nav-logo .logo-link img{
    
    max-height:50px ;
}

.nav-content .nav-toggler{
    
    display: flex;
    cursor: pointer;
}
.nav-content .nav-toggler svg{
    
    width: 30px;
    height: 30px;
    fill: #fff;
    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;
    margin: 0 1rem;
    
}

.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;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
    padding: 6px 0;
}



.nav-content .nav-list .list-item .item-link::before{
    
    background: #fff;
}
.nav-content .nav-list .list-item .item-link.active::before{
    
    left: 0;
}


.nav-content  .nav-actions{
    
    --mr: 1rem;
    margin: 0 calc(var(--mr) * -1);
    padding-right: 1rem;
}
.nav-content  .nav-actions >*{
    
    margin: 0 var(--mr);
}

.nav-content  .nav-actions .action-btn{
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    color: #fff;
    font-size: var(--title-4)
}
.nav-content  .nav-actions .action-btn svg{
    
    fill: #fff;
    
}
.nav-content  .nav-actions .action-btn:hover > svg{
    
    fill: rgba(0,0,0,.8);
}
.nav-content  .nav-actions .action-btn > img,
.nav-content  .nav-actions .action-btn > svg{
    
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all .3s ease;
}

.nav-content  .lang-dropdown .dropdown-menu{
    
    text-align: start;
    background-color:#fff;
    border-radius: var(--border-r-4);
    margin-top: 5px !important;
    border-color:#ddd ;
    font-size: 16px;
}
.nav-content  .lang-dropdown  a.dropdown-toggle{
    
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all .3s ease
}
.nav-content  .lang-dropdown  a.dropdown-toggle::after{
    
    margin-right: .5rem;
    margin-left: 0;
    transition: transform .3s ease
}
.nav-content  .lang-dropdown  .dropdown-toggle.show::after{
    
    transform:  rotate(180deg);
}
.nav-content  .lang-dropdown  .dropdown-toggle.show{
    
    color: var(--clr-txt1);
    border-color: rgba(0,0,0,.8);
}
.nav-content  .lang-dropdown .dropdown-item{
    
    transition: all .3s ease
}
.nav-content  .lang-dropdown .dropdown-item:hover{
    background-color: #ddd;
}
.nav-content  .lang-dropdown .dropdown-item:active,
.nav-content  .lang-dropdown .dropdown-item.active{
    
    background-color: var(--clr-1);
    color: #fff;
}
.nav-content  .lang-dropdown.side-dropdown  a.dropdown-toggle{
    
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: var(--clr-txt2);
    padding: 0;
    border: none;
    
}
.nav-content  .lang-dropdown.side-dropdown  a.dropdown-toggle.show{
    
    color: var(--clr-1)
}

.nav-content  .lang-dropdown  a.dropdown-toggle svg{
    
    width: 34px;
    height: 34px;
    fill:#fff;
    transition: inherit;
}


.nav-content  .user-account-dropdown .user-account-btn {
    
    display: flex;
    align-items: center;
    cursor: pointer;
    
}
.nav-content  .user-account-dropdown .user-account-btn::after{
    
    transition: all .15s ease;
    color: #fff;
}
.nav-content  .user-account-dropdown .user-account-btn.show::after{
    
    transform: rotate(180deg);
}
.nav-content  .user-account-dropdown .user-account-btn svg{
    
    width: 30px;
    height: 30px;
    display: block;
    object-fit: cover;
    margin-left:  10px;
    fill:#fff;
}
.nav-content  .user-account-dropdown .user-account-btn .user-name{
    
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-left:  10px;
    color: #fff
}
.nav-content  .user-account-dropdown .user-account-menu{
    
    text-align: start;
    background-color:#fff;
    border-radius: var(--border-r-4);
    margin-top: 5px !important;
    border-color:#ddd ;
    font-size: 16px;
}
.nav-content  .user-account-dropdown .user-account-menu .dropdown-link{
    
    display: block;
    width: 100%;
    padding: .375rem 1rem;
    transition: all .3s ease;
    color: #000;
}
.nav-content  .user-account-dropdown .user-account-menu .dropdown-link:hover{
    
    background-color: #ddd;
}


.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:991.98px){
	
	.pading_mobile_top{padding-top:20px;}
    
    :root{
        
        --nav-h:90px;
    }
    
    .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;
        margin: 0;
        
    }
    
    header.active .nav-list{
        
        right: 0;
    }
    header.active  .fixed-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: var(--clr-txt2);
        padding: 0;
    }
    .nav-content .nav-list .list-item .item-link::before{
        
        display: none;
    }
    .nav-content .nav-list .list-item .item-link:hover{
        
        color: var(--clr-1);
    }
    
    .nav-content .nav-list .list-item.banner-logo-item{
        
        padding: 0;
        border-bottom: none;
    }
    .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(210 30 41 );
		*/
        background-color:var(--clr-1);
        border-bottom: 3px solid var(--border-clr-1);
            
    }
    
    .nav-content .nav-list .list-item .banner-logo .site-logo img{
         display: block;
         height: 100px;
         margin: auto;
         text-align: center;
         margin-bottom: 1.25rem;
    }
    
    .nav-content .nav-list .list-item .banner-logo .sign-btn {
        
        display: flex;
        align-items: center;
        background-color: #846f6f;
        background-color: #000000;
        color: #fff;
        padding: 0.375rem 1.5rem;
        border-radius: 60px;
        transition: all .3s ease;
        font-size: 14px;
        height: 36px;
    }
    .nav-content .nav-list .list-item .banner-logo .sign-btn svg{
        width: 20px;
        height: 20px;
        object-fit: cover;
        margin-left: 6px;
    }
    .nav-content .nav-list .list-item .banner-logo .sign-btn span:first-of-type{
        padding-left: 6px;
        margin-left: 6px;
        position: relative;
    }
    .nav-content .nav-list .list-item .banner-logo .sign-btn span:first-of-type::after{
        
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 75%;
        width: 1px;
        background-color: #fff;
        content: '';
    }
    
    
    .nav-content .nav-list .user-account-dropdown .user-account-btn{
        
        background-color: #846f6f;
        color: #fff;
        padding: 0.375rem 1.5rem;
        border-radius: 60px;
        transition: all .3s ease;
        height: 36px;
        
    }
    .nav-content .nav-list .user-account-dropdown .user-account-btn .user-name{
     
        font-weight: 100;
        font-size: 15px;
    }
    .nav-content .nav-list .user-account-dropdown .user-account-menu{
    
        top: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        font-size: 15px;
        
    }
    
    .nav-content .user-account-dropdown .user-account-btn::after{
        
        color: #fff;
    }
    
    .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: #846f6f;
        color: #ffffff;
        font-size: 24px;
        
    }
    .nav-content .nav-list .list-item .banner-logo .close-menu:hover{

        color: var(--clr-1);

    }
    
    .nav-content .lang-dropdown .dropdown-menu{
        
        font-size: 15px;
    }
  
    .nav-content .nav-logo .logo-link img{
        
        max-height: 45px;
    }
   
    /*
    .nav-content >:not(:nth-child(2)){
        
        width: 35px;
        
    }
    .nav-content .content-pull:last-of-type{
        justify-content: flex-end;
        
    }
    .nav-content .nav-toggler{
        
        margin: 0;
    }
    */
    
    .nav-content .content-pull:not(.sub-nav-content):first-of-type >*:not(#navList){
        
        display: none;
    }
    .nav-content .content-pull:last-child{
        
        display: block;
        width: 100%;
    }
    .nav-content .nav-actions{
        
        padding: 0;
        justify-content: space-between;
        --mr: .5rem;
    }
    .nav-content .nav-actions >*:not(.nav-logo){
        
        width: 35px;
    }
    header .nav-content .nav-actions >*:not(.mobile-style){
        display: none !important;
    }
    .nav-content .nav-toggler{
        justify-content: flex-end;
    }
    
    
    .nav-content  .lang-dropdown.mobile-style  a.dropdown-toggle{
    
        display: inline-flex;
        align-items: center;
        font-weight: bold;
        color: var(--clr-txt2);
        padding: 0;
        border: none;
    
    }
    .nav-content  .lang-dropdown  a.dropdown-toggle span{
    transition: inherit;
    }   
    .nav-content  .lang-dropdown.mobile-style  a.dropdown-toggle.show svg{

        fill:rgba(0,0,0.85);
    }
    .nav-content  .lang-dropdown.mobile-style  a.dropdown-toggle::after{
        display: none;
    }
     
    .nav-content  .user-account-dropdown.mobile-style .user-account-btn::after
    .nav-content  .user-account-dropdown.mobile-style .user-account-btn .user-name{
        
        display: none;
    }
    
    
    
    /** sticky style **/
    .nav-content .nav-actions{
        
        --mr:.25rem;
    }
    .nav-content .nav-actions .nav-logo{
        
        order: 0;
        flex: 1;
        
    }
    .nav-content .nav-actions .lang-dropdown{
        
        order: 1;
    }
    .nav-content .lang-dropdown a.dropdown-toggle svg{
        
        width: 30px;
        height: 30px;
    }
    .nav-content .nav-actions .nav-toggler{
        
        order: 2;
    }
    
    
}

@media(max-width:480px){
    
    .nav-content .nav-list {
        width: 80%;
        
   }
}
 





/**login modals**/

.custom-modal .sign-area .col-wrap{
    
    height: 100%;
    
}
.custom-modal .sign-area .col-wrap:not(.col-divider){
    
    padding: 0 2rem;
}
.custom-modal .sign-area .col-divider{
    
    display: flex;
    justify-content: flex-start;
    
}
.custom-modal .sign-area .col-divider div{
    
    border-right: 2px solid var(--border-clr-1) ;
    height: 100%;
   
}
.custom-modal .sign-area .site-logo{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    
}
.custom-modal .sign-area .site-logo img{
    
    height: 180px;
}


.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 .note{
    
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    transition: all .3s ease;
    margin-bottom: 0;
}
.custom-modal .sign-area .note a{
    
    transition: inherit;
    color: var(--clr-1)
}
.custom-modal .sign-area  .note a:hover{
    
    color:#0007A7;
}

.custom-modal .sign-area .submit-wrap{
    
    padding-top: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.custom-modal .sign-area .submit-btn{
    
    display: block;
    width: 100%;
    padding: .75rem;
    height: 52px;
    background-color: var(--clr-1);
    font-size: var(--title-7);
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    border-radius: var(--border-r-3);
    
}
.custom-modal .sign-area .submit-btn:hover{
    
    background-color: var(--clr-1-hover);
    
}
.custom-modal .tab-title{
    
    font-weight: bold;
    font-size: var(--title-4);
    margin-bottom: 2rem;
    text-align: start;
}


@media(max-width:991.98px){
    
    .custom-modal .tab-title{
        text-align: center;
        font-size: var(--title-3);
    }
    .custom-modal .sign-area .col-wrap:not(.col-divider){
    
        padding: 0 ;
    }
}

/*------------- #register-pages --------------*/ 
.register-area{
    
    --nav-h:90px;
}
.register-area .register-wrapper{
    
    min-height: calc((var(--vh, 1vh) * 100) - 1px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    
}
.register-area .register-container{
    
    width: 100%;
   
}
.register-area  .register-box{
    
    padding: 1rem 0;
}

.register-area .nav-sm{
    height:var(--nav-h) ;
}
.register-area .top-nav{
    position: absolute;
}
.register-area .top-nav .nav-content .nav-actions{
    
    justify-content: center;
    margin: 0;
    flex: 1;
    padding: .75rem;
}
.register-area .top-nav .nav-content .nav-actions >*{
    
    margin: 0
}
.register-area .top-nav .nav-content .nav-actions .nav-logo img{
    
   height: 50px;
   max-height: none;
}
.register-area .top-nav .nav-content .nav-actions .lang-dropdown{
    
    margin-inline-start: auto;
}

.register-area .copy-rights-box{
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
}
.register-area .copy-rights-box .copy-rights-text{
    
    font-size: 16px;
    margin-bottom: 0.5rem;
}
.register-area .copy-rights-box .social-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.register-area .copy-rights-box .social-list a{
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: all .3s ease;
    font-size: 14px;
    color: var(--clr-1);
    margin: 0 0.375rem;
}
.register-area .copy-rights-box .social-list a:hover{
    
    transform: scale(1.15);
    background-color: var(--clr-1);
    color: #fff
}


@media(min-width:992px){
    
    .register-section > .container {
        max-width: none;
        padding: 0;
        --bs-gutter-x: 0;
    }
    .register-area .register-wrapper .register-container{
        max-width:calc(85% + var(--box-px)) ;
        margin: 0 auto;
        padding: 0 var(--box-px);
        
    }
    .register-area .register-wrapper .register-container.fill-data-container{
        max-width:calc(93% + var(--box-px)) ;
       
        
    }
    
    .register-area .top-nav{
        
        position: relative;
    }
    
    
    .register-area .top-nav .nav-content .nav-actions .lang-dropdown{
    
        position: absolute;
        left: .75rem;
    }
    
}
@media(min-width:991.98px) and (max-width:1199.98px){
    
    .register-area .register-wrapper .register-container{
        max-width:none ;
        
        
    }
}


.register-area .lang-box{
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: calc(3rem - 1rem);
}
.register-area .lang-box >*:not(:last-child){
    
    margin-bottom: var(--box-py-res);
}
.register-area .lang-box .lang-icon img,
.register-area .lang-box .lang-icon svg{
    
    height: 100px;
}
.register-area .lang-box .lang-texts p{
    
    font-size: var(--title-6);
    font-weight: bold;
    color:#2D3748 ;
    margin-bottom: .75rem;
}
.register-area .lang-box .lang-texts p:last-child{
    margin-bottom: 0;
}

.register-area .lang-box .lang-items .lang-wrap{
    
    max-width: 170px;
}
.register-area .lang-box .lang-items .lang-item{
    
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .3s ease;
    font-size: var(--title-7);
    font-weight: bold;
    color: #2D3748;
    padding: 1rem .75rem;
    border-radius: var(--border-r-2);
    border: 1px solid #fff;
    margin-bottom: 1rem;
    
    
}
.register-area .lang-box .lang-items .lang-item img,
.register-area .lang-box .lang-items .lang-item svg{
    
    height: 35px;
    max-width: 50px;
    
}
.register-area .lang-box .lang-items .lang-item span{
    display: inline-block;
    margin-top: .5rem;
}
.register-area .lang-box .lang-items .lang-item:hover{
    
    border-color: var(--clr-1);
    transform: translateY(-3px);
}
.register-area .lang-box .lang-items .lang-item.active{
    border-color: var(--clr-1);
    background-color: var(--clr-1);
    color: #fff;
}


.register-area .sign-box .box-title{
    
    font-size: var(--title-2);
    font-weight: bold;
    text-align: center;
    margin-bottom: var(--box-py);
    line-height: 1.5;
    padding-bottom: .5rem;
}
.register-area .sign-box .sub-title{
    
    font-size: var(--title-7);
    line-height: 1.6;
    margin-bottom: 0;
}
.register-area .sign-box .sub-title span{
    
    font-weight: bold;
    color: var(--clr-1);
}
.register-area .sign-box .form-group{
    
    position: relative;
    margin-bottom: 1.5rem;
}
.register-area .sign-box .form-group .form-label{
    
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.register-area .sign-box .submit-wrap{
    
    padding-top: 0;
}
.register-area .sign-box .submit-btn{
    
    display: block;
    width: 100%;
    padding: 0.75rem;
    height: 52px;
    background-color: var(--clr-1);
    font-size: var(--title-7);
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    border-radius: var(--border-r-3);
    max-width: 600px;
    margin: 0 auto;
    
}
.register-area .sign-box .submit-btn:hover{
    background-color: var(--clr-1-hover);
}
.register-area .sign-box .note{
    
    display: inline-block;
    font-size: 16px;
    transition: all .3s ease;
    margin-bottom: 0;
}
.register-area .sign-box .note a{
    
    transition: inherit;
    color: var(--clr-1);
    
}
.register-area .sign-box  .note a:hover{
    
    color:#0007A7;
}
.register-area .sign-box .form-group .form-control+ .note{
    margin-top: 10px;
    
}
.register-area .sign-box .phone-code-wrap{

    display: grid;
    grid-auto-flow: column;
    grid-gap: 1rem;
    place-items:center;
    justify-content: center;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}
.register-area .sign-box .phone-code-wrap .code-input{
    
    padding: 0rem;
    max-width: 60px;
    height: 60px;
    background-color: #fff;
    border: 2px solid #C4C4C4;
    border-radius: 4px;
    display: block;
    outline: none;
    box-shadow: none;
    font-size: var(--title-4);
    font-weight: bold;
    text-align: center;
    color:var(--clr-1) ;
    justify-items: center;
    width: 100%;
    flex: 1;
}
.register-area .sign-box .phone-code-wrap .code-input:last-child{
    
    margin-left: 0 !important;
}
.register-area .sign-box .phone-code-wrap .code-input::placeholder{
    
    color:var(--clr-1) ;
}
.register-area .sign-box .phone-code-wrap .code-input.active{
    
    background: #767676;
    border-color: #E1E0E0;
    color: #fff;
}



.register-area .register-banner{
    
    position: fixed;
    left: 0;
    top: 0;
    height:  calc((var(--vh, 1vh) * 100));
    width: 50%;
   
}
.register-area .register-banner::after{
    
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.59);
}
.register-area .register-banner .banner-img{
    
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgb(210 30 41 / 40%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.register-area .register-banner .logo-wrap,
.register-area .register-banner .logo-wrap > div{
    
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
}
.register-area .register-banner .logo-wrap{
    
    width: 230px;
    height: 230px;
    background: var(--clr-1);
    box-shadow: 0px 4px 30px var(--clr-1);
}
.register-area .register-banner .logo-wrap > div{
    
    width: 195px;
    height: 195px;
    background-color: #fff;
    
}
.register-area .register-banner .logo-wrap img,
.register-area .register-banner .logo-wrap svg{
    
    height:115px ;
    
}

@media(min-width:1400px){
    
    .register-area .register-banner{
        
        width: 58.33333333%;
        
    }
}



@media(max-width:575.98px){
    
    
    .register-area .register-container{
        
        flex-grow: 2;
    }
     .register-area .sign-box .phone-code-wrap .code-input{
        
        max-width: 60px;
        font-size: 20px;
    }
    .register-area .top-nav .nav-content .nav-actions .nav-logo img{
        
        height: 45px;
    }
    
    .register-area .lang-box .lang-items .lang-wrap{
    
        max-width: 150px;
    }
    
}



/*------------- #footer --------------*/ 

footer{
    
    padding: 1.5rem 0 0;
    position: relative;
    margin-top: var(--section-padding);
    /*
	background-color: #000000;
	*/
    background-color: #322E2E;
    width: 100%;
    overflow: hidden;
}

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: 36px;
    height: 36px;
    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: #fff;
    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;
    }
}
@media(max-width:575.98px){
    
    footer{
        
        padding-top: calc(1.5rem + 1px);
    }
}

/*------------- #offer-banner-section --------------*/ 
.offer-area .offer-item {
    
    position: relative;
}
.offer-area .offer-item .offer-img{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0);
    min-height: 280px;
    border-radius:var(--border-r-2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: calc((150px / 2) + 1rem) calc(var(--box-px-sm)) calc((150px / 2) + 1rem);
    
}
@media(min-width:992px){
    
    .offer-area .offer-item .offer-img{
        min-height: 300px;
    }
}

.offer-area .offer-item .offer-img p{
    
    margin-bottom: 0;
    font-size: var(--title-3);
    color: #fff;
    font-weight: bold;
    max-width: 800px;
}
.offer-area .offer-item .offer-img p span{
    
    display: inline-block;
}

.offer-area .offer-item .offer-info{
    
    max-width: 470px;
    margin:0  auto;
   
}
.offer-area .offer-item .offer-info >*{
    max-width: inherit;
}

.offer-area .offer-item .offer-info .offer-discount{
    
    flex: 1;
    
}
.offer-area .offer-item .offer-info .offer-discount .offer-time{
    
    --top-float:35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 .25rem;
    height:var(--top-float) ;
    border-radius:30px ;
    color: #fff;
    font-size:16px ;
    font-weight: bold;
    margin-top: calc((var(--top-float)/2)*-1);
    position: relative;
    
}
.offer-area .offer-item .offer-info .offer-discount.in-hours .offer-time{
    
     background-color: var(--clr-2);
}
.offer-area .offer-item .offer-info .offer-discount.out-hours .offer-time{
    
     background-color:var(--clr-1);
}
.offer-area .offer-item .offer-info .offer-discount .offer-time i{
    
    margin-left: .25rem;
}

.offer-area .offer-item .offer-info .offer-discount .discount-details{
    
    margin-top: .75rem;
}
.offer-area .offer-item .offer-info .offer-discount .discount-details .discount-text{
    
    background-color: #fff;
    padding: .75rem .5rem;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    
}
.offer-area .offer-item .offer-info .offer-discount .discount-details .discount-val{
    
    background-color: var(--clr-1);
    border-radius: 0px 0px 40px 40px;
    padding:.75rem .5rem;
    text-align: center;
    font-size: var(--title-6);
    font-weight: bold;
    color: #fff;
    
}
.offer-area .offer-item .offer-info .offer-discount.in-hours .discount-details .discount-val{
    
    background-color: var(--clr-1);
}

.offer-area .offer-item .offer-info .offer-desc{
    flex: 1;
}
.offer-area .offer-item .offer-info .offer-desc .desc-img{
    
    --dim:150px;
    width: var(--dim);
    height: var(--dim);
    /*border: 4px solid var(--clr-1);	*/
	border: var(--logo_border);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /*padding: 0 .75rem;*/
    padding: var(--logo_padding);
    margin: 0 auto;
    margin-top: calc((var(--dim)/2)*-1)
}
.offer-area .offer-item .offer-info .offer-desc .desc-text{
    
    text-align: center;
    margin-bottom: 0;
    margin-top: .5rem;
    font-weight: bold;
    font-size: var(--title-6);
    
}


.offer-area .offer-item .offer-actions{
    
    width: 100%;
    background-color: #fff;
    border-radius: var(--border-r-3);
    margin-top: 1rem;
    display: flex;
    
    
}
.offer-area .offer-item .offer-actions .action-wrap{
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    min-width: 80px;
    
}
.offer-area .offer-item .offer-actions .action-wrap:not(:last-child){
    
    border-left: 2px solid #D9D9D9 ;
    
}
.offer-area .offer-item .offer-actions .action-wrap.wrap-fill{
    
    flex-grow: 1;
}
.offer-area .offer-item .offer-actions .action-wrap .action-btn {
    
    font-size: var(--title-8);
    color: var(--clr-txt1);
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
}
.offer-area .offer-item .offer-actions .action-wrap .action-btn svg{
    
    width: 30px;
    height: 30px;
    fill:var(--clr-txt1);
    transition: inherit;
}
.offer-area .offer-item .offer-actions .action-wrap .action-btn svg:hover{
    
    fill:var(--clr-1);
}

.offer-area .offer-item .offer-actions .action-wrap .action-info{
    
    flex: 1;
    
}
.offer-area .offer-item .offer-actions .action-wrap .action-info .info-item{
    
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
.offer-area .offer-item .offer-actions .action-wrap .action-info .info-item svg,
.offer-area .offer-item .offer-actions .action-wrap .action-info .info-item img{
    
    width: 40px;
    height: 40px ;
    
}
.offer-area .offer-item .offer-actions .action-wrap .action-info .info-item span{
    
    font-size: 14px;
    color:var(--clr-txt4) ;
    margin-top: 4px;
}


.offer-area .offer-item .offer-info .offer-fixed {
    
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100%;
    top:-100%;
    transition: all .3s ease;
    
}
.offer-area .offer-item .offer-info .offer-fixed.isFixed{
    top: calc(var(--nav-h) + .5rem);
}
.offer-area .offer-item .offer-info .offer-fixed .offer-desc .desc-img{
    --dim:130px;
}
.offer-area .offer-item .offer-info .offer-fixed .offer-discount .discount-details{

        margin-top: -8px;
}
.offer-area .offer-item .offer-info .offer-fixed .offer-discount .discount-details .discount-val {
        
    font-size: var(--title-5);
       
}
    


@media(max-width:575.98px){
    
    
    .offer-area .offer-item .offer-img{
        
        height: 220px;
        min-height: inherit;
        padding: calc((120px / 2) + 1rem) var(--box-px-sm) calc((120px / 2) + 2rem)
    }
    .offer-area .offer-item .offer-img p{
        font-size: var(--title-4);
    }
    
    .offer-area .offer-item .offer-info{
        
        max-width: 400px;
    }
    .offer-area .offer-item .offer-info .row{
        --bs-gutter-x:10px;
    }
    .offer-area .offer-item .offer-info .offer-desc .desc-img{

         --dim:120px;
     }
    
    
    .offer-area .offer-item .offer-info .offer-discount .offer-time{

         padding: 0 0.25rem;
         font-size: 14px;
     }
    .offer-area .offer-item .offer-info .offer-discount .offer-time i{
        display: none;
    }
    .offer-area .offer-item .offer-info .offer-discount .discount-details{
        margin-top: .5rem;
    }
    .offer-area .offer-item .offer-info .offer-discount .discount-details .discount-text{

         font-size: 14px;
         padding: .5rem 0.25rem;

    }
    .offer-area .offer-item .offer-info .offer-discount .discount-details .discount-val{

         padding: .75rem .5rem;
         font-size: 20px;
     }
    .offer-area .offer-item .offer-info .offer-desc .desc-text{
        font-size: 16px;
    }
    
    
    .offer-area .offer-item .offer-info .offer-fixed{
        padding: 0 .75rem;
    }
    .offer-area .offer-item .offer-info .offer-fixed.isFixed{
        top: calc(var(--nav-h) + 0rem);
    }
    .offer-area .offer-item .offer-info .offer-fixed .offer-desc .desc-img{
        --dim:100px;
    }
    .offer-area .offer-item .offer-info .offer-fixed .offer-discount .discount-details{
        margin-top: 0;
    }
    .offer-area .offer-item .offer-info .offer-fixed .offer-discount .discount-details .discount-val {
        
        font-size: 18px;
        padding: .5rem;
       
    }

    
    .offer-area .offer-item .offer-actions{
        margin-top: .75rem;
    }
    .offer-area .offer-item .offer-actions .action-wrap{
        min-width: inherit;
        padding: .5rem .75rem
    }
    .offer-area .offer-item .offer-actions .action-wrap .action-btn svg{
        
        width: 25px;
        height: 25px;
    }
    .offer-area .offer-item .offer-actions .action-wrap .action-info .info-item svg,
    .offer-area .offer-item .offer-actions .action-wrap .action-info .info-item img{
        
        width: 32px;
        height: 32px;
    }
    .offer-area .offer-item .offer-actions .action-wrap .action-info .info-item span{
        font-size: 12px;
    }
    
    
}

@media(max-width:359.98px){
    
     .offer-area .offer-item .offer-info .offer-desc .desc-img{
                 
         --dim:100px;
      }
     .offer-area .offer-item .offer-info .offer-discount .discount-details .discount-text{
                 
        font-size: 13px;
    }
             
     .offer-area .offer-item .offer-info .offer-fixed .offer-discount .discount-details .discount-val {
        
        font-size: 16px;
       
    }
    
}
@media(max-width:340px){
    .offer-area .offer-item .offer-info .offer-discount .offer-time,
    .offer-area .offer-item .offer-info .offer-discount .discount-details .discount-text{
        font-size: 12px;
    }
}

/*-------------#top-offers-section --------------*/ 
.top-offers-area .offer-box .box-head{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9E15;
    font-size: var(--title-8);
    font-weight: bold;
    color: #fff;
    border-radius: var(--border-r-3) var(--border-r-3) 0 0;
    text-align: center;
    height: 55px;
    padding: 0 1rem;
}
.top-offers-area .offer-box .box-body{
    
    background-color: #fff;
    border-radius: 0 0 var(--border-r-3) var(--border-r-3) ;
    padding: 0 1.75rem;
} 


.top-offers-area .offer-box .box-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.top-offers-area .offer-box .box-img img{
    
    max-height: 150px;
}
.top-offers-area .offer-box .offer-details{
    
    padding-bottom: 1.5rem;
}

.top-offers-area .offer-box .offer-details .offer-title{
    
    font-weight: bold;
    color: var(--clr-1);
    margin-bottom: 1rem;
    font-size: var(--title-8);
    
}
.top-offers-area .offer-box .offer-details .offer-desc{
    
    font-size: var(--title-7);
    margin-bottom: 0;
    
}
.top-offers-area .offer-box .order-btn{
    font-size: var(--title-8);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem;
    border-radius: var(--border-r-3) var(--border-r-3) 0 var(--border-r-3);
    text-align: center;
    background-color: var(--clr-1);
    transition: all .3s ease;
    margin-top: 1rem;
    height: 55px;
}
.top-offers-area .offer-box .order-btn:hover{
    
    background-color: var(--clr-1-hover);
}


@media(max-width:575.98px){
    
    .top-offers-area .offer-box .box-img img{
        
        max-height: 140px;
    }
    
    .top-offers-area .offer-box .box-body{
        
        padding: 0 1rem;
    }
    
    
    .top-offers-area .top-offers-slider-container .swiper-pagination{
        
        position:relative;
        bottom: auto;
        left: auto;
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
    }
    
    .top-offers-area .top-offers-slider-container .swiper-pagination .swiper-pagination-bullet{

        width: 10px;
        height: 10px;
        opacity: .4;
        transition: all .3s ease
    }
    .top-offers-area .top-offers-slider-container .swiper-pagination .swiper-pagination-bullet-active{

        background:var(--clr-1);
        opacity: 1;
    }
    
    .top-offers-area .top-offers-slider-container .slider-arrows.slider-arrows-s1{
        
        display: none;
    }
    
}

/*------------- #products-boxes --------------*/ 

.products-section-pg{
    
    padding-bottom: calc(var(--section-padding) - 1.5rem);
}
.products-wrapper .load-more{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.products-wrapper .load-more  .load-item{
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--clr-1);
    font-size: 16px;
    padding: .75rem 1.5rem;
    transition: all .3s ease;
    border-radius: var(--border-r-3) var(--border-r-3) 0 var(--border-r-3) ;
    margin: auto;
    color: #fff;
    text-transform: capitalize;
    min-width:  200px;
    font-weight: bold;
    
}
.products-wrapper .load-more  .load-item.loaded-end{
    
    background-color: var(--clr-1-hover);
    
}
@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
    }
}


.products-wrapper .box-wrap{
    
    position: relative;
    margin-bottom: 1.5rem;
    
}
.products-wrapper .item-box{
    
    position: relative;
    display: block;
    background: #FFFFFF;
    border: 1px solid #A7A7A7;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-r-3);
    transition: all .3s ease;
    height: 100%;
}
.products-wrapper .item-box:hover{
    
    transform: translateY(-3px);
    border-color: var(--clr-1);
}
.products-wrapper .item-box .item-img{
	
	
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:0rem 0rem;
    
}
.products-wrapper .item-box .item-img img{
    /*
	border-radius:10px;
	*/
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    /*
	max-height: 85px;
	*/
	height: 85px;
	width:100%
}
.products-wrapper .item-box .item-body{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid rgba(196, 196, 196, 0.2);
}
.products-wrapper .item-box .item-name{
    
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
   
    
}
.products-wrapper .item-box .item-name .name-text{
    
    font-size: var(--title-7);
    /*
	font-weight: bold;
	*/
    margin-bottom: 0;
    line-height: 1.0;
    
    
}
.products-wrapper .item-box .item-name .name-text span.price{
    
    color: var(--clr-1);
    font-weight: bold;
    font-size: 14px;
    display: block;
    
}
.products-wrapper .item-box.item-category .item-name .name-text{
    
    font-size: var(--title-6);
    font-weight: bold;
}
.products-wrapper .item-box .item-desc{
    
    font-size: 14px;
    margin-bottom: 0;
    color: var(--clr-txt3);
    margin-top: .5rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.favorite-products-area .item-box::after{
    
    position: absolute;
    top:12px;
    left: 12px;
    font-size: 22px;
    color: var(--clr-1);
    z-index: 10;
    content: '\f004';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    
}


.sliders-wrapper .slider-wrap{
    
    background: #F8F8F8;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    padding: var(--box-py-sm)  var(--box-px-sm) calc(var(--box-py-sm) - .625rem);
    border-radius: var(--border-r-3);
}
.sliders-wrapper .slider-wrap:not(:last-child){
    
    margin-bottom: var(--box-py-almt);
}
.sliders-wrapper .slider-wrap .item-box{
    
    box-shadow: none;
}
.sliders-wrapper .slider-wrap .products-items-slider{
    padding-bottom:.625rem ;
}
.sliders-wrapper .slider-wrap .swiper-slide{
    
    padding: .5rem 0;
    
}
.sliders-wrapper .slider-wrap .slider-title{
    
    display: flex;
    align-items: center;
    
    
}
.sliders-wrapper .slider-wrap .slider-title .title-icon{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-1);
    border-radius: var(--border-r-4);
    width: 36px;
    height: 36px;
    margin-left: .75rem;
}
.sliders-wrapper .slider-wrap .slider-title .title-icon svg{
    
    height: 25px;
    fill:#fff;
}
.sliders-wrapper .slider-wrap .slider-title .title-text{
    
    font-weight: bold;
    font-size: var(--title-4);
    color: var(--clr-1);
}
.sliders-wrapper .slider-wrap .slider-head{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sliders-wrapper .slider-wrap .slider-head >*{
    
    margin-bottom: calc(var(--box-py-sm) - .5rem);
}
.sliders-wrapper .slider-wrap .slider-head .slider-arrows{
    
    padding-right: 1rem;
}


@media(max-width:991.98px){
    
    .sliders-wrapper .slider-wrap .slider-head .slider-arrows{
        
        display: none;
    }
    .sliders-wrapper .slider-wrap .slider-head{
        
        padding: 0 var(--box-px-sm);
    }
    .sliders-wrapper .slider-wrap .swiper-slide{
        
        width:250px ;
        
        
    }
    .sliders-wrapper .slider-wrap .products-items-slider-container{
        margin: 0 calc(var(--box-px-sm) * -1);
    }
    .sliders-wrapper .slider-wrap .swiper-slide:first-of-type {
    
         margin-inline-start: var(--box-px-sm);
    }
    .sliders-wrapper .slider-wrap .swiper-slide:last-of-type {

        margin-inline-end: var(--box-px-sm);
    }

}

@media(max-width:575.98px){
    
    .products-wrapper .item-box .item-img img{
        
    /*    max-height: 85px;
	*/
	    height: 85px;
    }
    
    .products-wrapper .item-box .item-img{
        /*padding: 0.5rem 0.5rem;
		*/
		padding: 0rem 0rem;
    }
    .products-wrapper .item-box .item-body{
        
        padding: .75rem .5rem;
    }
    
    .products-wrapper .load-more  .load-item{
        
        min-width: 150px;
        
    }
    
    .sliders-wrapper .slider-wrap .swiper-slide{
        
        width:230px ;
        
        
    }
    .products-wrapper .item-box .item-desc{
        -webkit-line-clamp: 2;
    }
    
    .products-wrapper .item-box.item-category .item-name .name-text{
        
        font-size: var(--title-7);
    }
    
}


/*------------- #products-page --------------*/ 


.products-area .products-items-slider-container{
    
    margin-bottom: var(--box-py-almt);
}

.products-area .products-items-slider .item-box{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: var(--border-r-2);
    padding: .75rem .5rem;
    transition: border-color .3s ease , padding 0s ease ;
    color: var(--clr-txt2);
    height: 100%;
}
.products-area .products-items-slider .item-box svg{
    
    fill:var(--clr-txt2);
}
.products-area .products-items-slider .item-box svg,
.products-area .products-items-slider .item-box img{
    
    width: 34px;
    height:34px ;
    transition:  fill .3s ease , width 0s ease , height 0s ease;
    
}
.products-area .products-items-slider .item-box .item-name{
    
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: .5rem;
    transition:  color .3s ease , font-size 0s ease;
}
.products-area .products-items-slider .item-box:hover{
    
    border-color: var(--clr-1);
    color: var(--clr-1);
    
}
.products-area .products-items-slider .item-box:hover svg{
    
    fill: var(--clr-1);
}
.products-area .products-items-slider .item-box.active{
    
    background-color: var(--clr-1);
    color: #fff;
}
.products-area .products-items-slider .item-box.active svg{
    
    fill:#fff;
}

/** sticky-slider style **/
.products-area .sticky-slider{
    
    z-index: 100;
}
.products-area .sticky-slider.isSticky{
    position: sticky;
    position: -webkit-sticky;
    top:calc(var(--nav-h));
}
.products-area .sticky-slider .products-items-slider-container{
    
    background-color: #f4f4f4;
    padding: 0.5rem 0.5rem;
    border-radius: var(--border-r-3);
    
}
.products-area .sticky-slider.isSticky .item-box{
    padding: .5rem .5rem;
}
.products-area .sticky-slider.isSticky .item-box svg, 
.products-area .sticky-slider.isSticky .item-box img{
    width: 30px;
    height: 30px;
}
.products-area .sticky-slider.isSticky .item-box .item-name{
    
    font-size: 14px;
}

    

@media(max-width:575.98px){
    
    .products-area .sticky-slider .item-box{
        
        padding: .625rem .5rem;
    }
    .products-area .sticky-slider .item-box .item-name{
        
        font-size: 12px;
    }
    .products-area .products-items-slider .item-box svg,
    .products-area .products-items-slider .item-box img{
        width:30px;
        height: 30px;
    }
    
    .products-area .sticky-slider.isSticky .item-box{
        padding: .375rem .5rem;
    }
    .products-area .sticky-slider.isSticky .item-box svg, 
    .products-area .sticky-slider.isSticky .item-box img{

        width: 26px;
        height: 26px;
    }
    .products-area .sticky-slider.isSticky .item-box .item-name{
    
        font-size: 11px;
        margin-top:.375rem ;
    }

}

/*------------- #product modal --------------*/ 

@media(min-width:768px){
    
    .product-modal.custom-modal .modal-dialog{
    
        max-width: 600px;
    
    }
    
}
.product-modal .modal-content{
    
    background-color: transparent;
    display: block;
    
}
.product-modal .count-wrap{
    
    position: relative;
    display: flex;
    align-items: center;
}
.product-modal .count-wrap .count-btn{
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    transition: all .3s ease;
    font-weight: bold;
    font-size: var(--title-8);
    user-select: none;
    flex-shrink: 0;
}
.product-modal .count-wrap .count-btn span{
    
    display: inline-flex;
    align-items: center;
}
.product-modal .count-wrap .count-btn.count-sub{
    
    background-color: var(--clr-txt2);
}
.product-modal .count-wrap .count-btn.count-add{
    
    background-color: var(--clr-2);
}
.product-modal .count-wrap .count-btn.count-sub:active{
    
    background-color: #241f1f;
}
.product-modal .count-wrap .count-btn.count-add:active{
    
    background-color: var(--clr-2-hover);
}
@media(hover:hover) and (pointer:fine){
    
    .product-modal .count-wrap .count-btn.count-sub:hover{
    
        background-color: #241f1f;
    }
    .product-modal .count-wrap .count-btn.count-add:hover{

        background-color: var(--clr-2-hover);
    }
}
.product-modal .count-wrap .count-btn.disabled:not(.count-sub){
    opacity: .5;
    pointer-events: none;
}
.product-modal .count-wrap .count-btn i{
    
    font-size: 14px;
    vertical-align: middle;
}
.product-modal .count-wrap .count-num{
    
    font-size: var(--title-7);
    text-align: center;
    padding: 0 0.375rem;
    display: inline-block;
    width: auto;
    border: none;
    max-width: 50px;
    box-shadow: none;
    font-weight: bold;
    border-radius: 0;
    background-color: #fff;
    user-select: none;
    font-weight: bold;
    
}
.product-modal .product-details{
    
    background-color: #fff;
    position: relative;
    border-radius: var(--border-r-2);
    padding: .25rem 0;
}
.product-modal .product-details .details-item {
    
    padding:1.25rem 1rem;
    border-bottom: 1px solid #D9D9D9;
    
}
.product-modal .product-details .details-item:last-child{
    
    border-bottom: none;
}
@media(max-width:575.98px){
    
    .product-modal .count-wrap .count-num{
        
        max-width: 35px;
        padding: 0 .25rem;
    }
    .product-modal .count-wrap .count-btn{
        
        width: 26px;
        height: 26px;
    }
    
    .product-modal .product-details .details-item{
        
        padding: 1.25rem .75rem;
        
    }
}


.product-modal .product-head {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    
}
.product-modal .product-head .product-title{
    font-weight: bold;
    color: #fff;
    font-size: var(--title-4);
    text-align: center;
    margin-bottom: 0;
    flex-grow: 2;
}
.product-modal .product-head .closeBtn{
    
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--clr-1);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    vertical-align: middle;
    transition: all .3s ease;
    z-index: 50;
    position: absolute;
    left: .75rem;
    top: .75rem;
    
}
.product-modal .product-head .closeBtn:hover{
    
    background-color: var(--clr-1-hover);
}

.product-modal .gallery-slider-container{
    
    margin-bottom: .75rem;
}
.product-modal .gallery-slider-container .gallery-item{
    
    position: relative;
    display: block;
    transition: all .3s ease;
}
.product-modal .gallery-slider-container .gallery-item img{
    
    width: 100%;
    /*
	height: 300px;
	*/
	
	height: 300px;
    border-radius: var(--border-r-2);
    object-fit: var(--product_image_object_fit);
    /*object-fit: cover;*/
}
.product-modal .gallery-slider-container .slider-arrows.slider-arrows-s1 .slider-arrow{
    
   background-color: #fff;
   color: var(--clr-1);
}
.product-modal .gallery-slider-container .slider-arrows.slider-arrows-s1 .slider-arrow:active{
        
        background-color: var(--clr-1-hover);
        color: #fff;
}
@media(hover:hover) and (pointer:fine){
    
    .product-modal .gallery-slider-container .slider-arrows.slider-arrows-s1 .slider-arrow:hover{
        
        background-color: var(--clr-1-hover);
        color: #fff;
    }
}
.product-modal .gallery-slider-container .swiper-pagination{
    
    display: flex;
    justify-content: center;
    bottom: 1rem;
}
.product-modal .gallery-slider-container .swiper-pagination .swiper-pagination-bullet{
    
    width: 12px;
    height: 12px;
    opacity: .4;
    transition: all .3s ease
}
.product-modal .gallery-slider-container .swiper-pagination .swiper-pagination-bullet-active{
    
    background:var(--clr-1);
    opacity: 1;
}

.product-modal .product-details .product-info .product-name{
    
    font-weight: bold;
    text-align: center;
    font-size: var(--title-5);
    margin-bottom: 0rem;
}
.product-modal .product-details .product-info p{
    
    color: var(--clr-txt2);
    margin-bottom: .25rem;
    font-size: var(--title-7);
    line-height: 1.0;
    
}
.product-modal .product-details .product-info p:last-of-type{
    
    margin-bottom: 0;
}

.product-modal .product-actions .product-count{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.product-modal .product-actions .product-count >*:first-child{
    
    padding-left: 1rem;
}
.product-modal .product-actions .product-count .count-title{
    
    font-size: var(--title-7);
    color: var(--clr-txt2);
    font-weight: bold;
}


.product-modal .actions-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
}
.product-modal .actions-btns .action-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--title-7);
    color: #fff;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: var(--border-r-4);
    flex: 1;
    text-align: center;
    background-color: var(--clr-1);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    height: 52px;
}
.product-modal .actions-btns .action-btn:active{
    
    background-color: var(--clr-1-hover)
}
.product-modal .actions-btns .action-btn.save-btn{
    background-color: #00773C;
}
.product-modal .actions-btns .action-btn.cancel-btn{
    
    background-color: var(--clr-txt2);
}
.product-modal .actions-btns.details-actions{
    
    margin-top: 1.25rem;
}
.product-modal .actions-btns.details-actions.row-action .action-btn:not(:last-child){
    
    margin-left: 1rem;
}
.product-modal .actions-btns.details-actions.row-action .action-btn:active{
    background-color: #093c4a;
}
.product-modal .actions-btns.submit-actions{
    
    margin-top: .75rem;
}
@media(hover:hover) and (pointer:fine){
    
    .product-modal .actions-btns .action-btn:hover{
        background-color: var(--clr-1-hover)
    }
    .product-modal .actions-btns.details-actions.row-action .action-btn:hover{
    
        
        background-color: #093c4a;
    }

}

.product-modal .actions-btns .cart-action{
    
    flex: 1;
    margin-left: 12px;
}
.actions-btns .btn-cart span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: /*all .3s ease*/ inherit;
    
   
}
.actions-btns .btn-cart svg,
.actions-btns .btn-cart  i{
    
     transition:  inherit;
     margin-right: 12px;
     
}
.actions-btns .btn-cart svg{
     width: 20px;
     height: 20px;
     fill:#fff;
}
.actions-btns .btn-cart  i{
    
    vertical-align: middle;
    color: #fff;

}
.actions-btns .btn-cart span.added{
    
    transform: translate(-50% , 100px);
}
.actions-btns .btn-cart.active{
    pointer-events: none;
}
.actions-btns .btn-cart.active span.added{
    
     
    transform: translate(-50% , -50%);
}
.actions-btns .btn-cart.active span.add-to-cart{
    
    transform: translate(-50% , -100px);
    
}
.product-modal .actions-btns .btn-cart.active{
    
    background-color: var(--clr-1-hover);
    
}


.actions-btns .btn-wishlist{
    
     display: block;
     -webkit-box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 6px transparent;
     box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 6px transparent;
     border-radius: var(--border-r-4);
     transition: all .5s ease-in-out;
     color: var(--clr-1);
     flex-shrink: 0;
}
.actions-btns .btn-wishlist .flip-icon{
    
     width: 50px;
     height: 52px;
     padding: 0rem .75rem;
     position: relative;
     font-size: 20px;
     transition: transform .5s ease-in-out;
     transform-style: preserve-3d;
     
    
}
.actions-btns .btn-wishlist .flip-icon > span{
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
   
    
}
.actions-btns .btn-wishlist  span.front-icon,
.actions-btns .btn-wishlist span.front-icon{
    
    z-index: 2;
    backface-visibility: hidden;
    
}
.actions-btns .btn-wishlist  span.back-icon{
    
    z-index: 1;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}
.actions-btns .btn-wishlist.active{
    
    color: var(--clr-1);
    -webkit-box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 0px var(--clr-1);
    box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 0px var(--clr-1);
    
}
.actions-btns .btn-wishlist.loading-overlay{
    
    -webkit-box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 0px var(--clr-1);
    box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 0px var(--clr-1);
}
.actions-btns .btn-wishlist.active  .flip-icon{
    
        transform: rotateY(180deg);
        
}
.product-modal .actions-btns.submit-actions .btn-wishlist{
    -webkit-box-shadow: 0px 0px 0px 1px  #fff inset, 0px 0px 0px 6px transparent;
     box-shadow: 0px 0px 0px 1px  #fff inset, 0px 0px 0px 6px transparent;
     color: var(--clr-1);
     background-color: #fff;
}
.product-modal .actions-btns.submit-actions .btn-wishlist.active{
    
    -webkit-box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 0px #fff;
   
}
@media(hover: hover) and (pointer: fine) {
    
    .actions-btns .btn-wishlist:hover,
    .product-modal .actions-btns.submit-actions .btn-wishlist:hover{
    
        color: var(--clr-1);
        -webkit-box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 0px var(--clr-1);
        box-shadow: 0px 0px 0px 1px var(--clr-1) inset, 0px 0px 0px 0px var(--clr-1);

    }
    .product-modal .actions-btns.submit-actions .btn-wishlist:hover{
    
        -webkit-box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 0px #fff;

    }
}



.product-modal .product-extras .form-groups:not(.full-pg){
    
    padding-bottom: calc(1.25rem - .5rem);
}
.product-modal .product-extras .form-groups:last-child{
     border-bottom: none;
}
.product-modal .product-extras .extra-check .count-wrap{
    
    display: none;
    margin-right: auto;
    padding-right: 1rem;
}
.product-modal .product-extras .extra-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.product-modal .product-extras .extra-check >*{
    margin-bottom: .5rem;
}
.product-modal .product-extras .extra-check:last-child{
    
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-modal .product-extras .extra-check .extra-label{
    
    display: flex;
    align-items: center;
    color: var(--clr-1);
    font-weight: bold;
    font-size: var(--title-7);
    flex-grow: 1;
    cursor: pointer;
}
.product-modal .product-extras .extra-check .extra-label span{
    
    display: inline-block;
}
.product-modal .product-extras .extra-check .extra-label img,
.product-modal .product-extras .extra-check .extra-label svg{
    
    width: 40px;
    height: 40px;
    margin-left: .25rem;
    object-fit: contain;
}
.product-modal .product-extras .extra-check .extra-input,
.product-modal .product-extras .extra-check .extra-input2
{
    
    border-radius: 100%;
    border: 2px solid #777777;
    width: 28px;
    height: 28px;
    transition: all .3s ease;
    box-shadow: none;
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 1rem;
}
.product-modal .product-extras .extra-check .extra-input:checked,
.product-modal .product-extras .extra-check .extra-input2:checked
{
    
    border-color:var(--clr-2) ;
    background-color: var(--clr-2);
    
}
.product-modal .product-extras .extra-check.active .extra-input,
.product-modal .product-extras .extra-check.active .extra-input2
{
    
    display: none;
}
.product-modal .product-extras .extra-check.active .count-wrap{
    
    display: flex;
}
@media(max-width:575.98px){
    
    .product-modal .product-extras .extra-check .extra-label img,
    .product-modal .product-extras .extra-check .extra-label svg{
        
        width: 40px;
        height: 40px;
        margin-left: .5rem;
    }
    .product-modal .product-extras .extra-check .extra-input,
    .product-modal .product-extras .extra-check .extra-input2
	{
        
        width: 24px;
        height: 24px;
        
    }
	
	
    
     .product-modal .actions-btns.details-actions.row-action .action-btn:not(:last-child){
    
         margin-left: .75rem;
     }
    
    .product-modal .gallery-slider-container .gallery-item img{
        
        /*height: 250px;
		*/
        height: 150px;
    }
    
    .product-modal .product-head .closeBtn{
        
        width: 32px;
        height: 32px;
        left: 0.5rem;
        top: 0.5rem;
    }
    
}


.product-modal .form-notes label{
    
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--clr-1);
}
.product-modal .form-notes textarea{
    
    background: #F3F3F3;
   
}

.product-modal .submit-btn{
    
    font-size: var(--title-8);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:  0.75rem;
    border-radius: var(--border-r-3);
    text-align: center;
    background-color: var(--clr-1);
    transition: all .3s ease;
    margin-top: 1.5rem;
    height: 55px;
    position: relative;
    overflow: hidden;
}
.product-modal .submit-btn:active{
    
    background-color: var(--clr-1-hover);
    
}
@media(hover:hover) and (pointer:fine){
    
    .product-modal .submit-btn:hover{
    
        background-color: var(--clr-1-hover);
    
    }

}

@media(max-width:359.98px){
    
    .product-modal .product-extras .extra-check{
        
        flex-wrap: wrap;
    }
}


/*-------------#cart-section --------------*/ 

.cart-area .cart-items .cart-item:not(:last-child){
    
    margin-bottom: var(--box-py-res);
}
.cart-area .cart-item{
    
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: var(--border-r-3);
    display: flex;
    
}
.cart-area .cart-item .product-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-left:1px solid rgba(217, 217, 217, 0.45) ;
    padding: 0.25rem var(--box-px-sm);
    width: 25%;
}
.cart-area .cart-item .product-img img{
    
    max-height: 140px;
	border-radius: 10px;
    
}
.cart-area .cart-item .product-info{
    
    padding: 0.25rem var(--box-px-sm);
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cart-area .cart-item .product-info .product-details{
    
    flex: 1;
}
.cart-area .cart-item .product-info .product-details .product-name{
    
    display: block;
    font-size: var(--title-6);
    font-weight: bold;
    color: var(--clr-1);
    margin-bottom: 1rem;
    transition: all .3s ease
}
.cart-area .cart-item .product-info .product-details .product-desc{
    
    font-size: var(--title-7);
    color: var(--clr-txt3);
    line-height: 1.8;
    margin-bottom: 0;
    
}
.cart-area .cart-item .product-info .product-details .product-desc span{
    
    display: block;
    
}
.cart-area .cart-item .product-info .product-val{
    
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
}
.cart-area .cart-item .product-info .product-val .product-quant{
    
    font-size: var(--title-8);
    color: var(--clr-txt4);
    margin-bottom: .75rem;
    
}
.cart-area .cart-item .product-info .product-val .product-price{
    
    font-size: var(--title-5);
    font-weight: bold;
    color: var(--clr-1);
    text-align: center;
}
.cart-area .cart-item .product-del{
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top:0px ;
    background-color: var(--clr-1);
    font-size: var(--title-6);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: var(--border-r-3) 0 20px 0;
    width: 60px;
    padding: .75rem;
    text-align: center;
    transition: all .3s ease;
}
.cart-area .cart-item .product-del:hover{
    
    color: var(--clr-txt1);
}

.cart-area .summary-box .summary-box-title{
    
    font-size: var(--title-4);
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    color: var(--clr-txt2);
    
}

.cart-area .summary-box .bill-details{
    
    background-color: #fff;
    padding: var(--box-py) 1rem;
    border-radius: var(--border-r-3)
}
.cart-area .summary-box .bill-details .bill-item{
    
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--box-py);
    
    
}
.cart-area .summary-box .bill-details .bill-item:last-child{
    
    margin-bottom: 0;
}
.cart-area .summary-box .bill-details .bill-item .item--span{
    
    color: var(--clr-txt2);
    display: block;
    position: relative;
    font-size: var(--title-8);
    font-weight: bold;
}
.cart-area .summary-box .bill-details .bill-item .item-title{
    
    flex: 1;
    margin-left: 0.5rem;
}
.cart-area .summary-box .bill-details .bill-item .item-title span{
    
    z-index: 10;
    padding-left: 0.5rem;
    background-color: #fff;
    position: relative;
}
.cart-area .summary-box .bill-details .bill-item .item-title::after{
    
    position: absolute;
    bottom: 0%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed ;
    z-index: 1;
}
.cart-area .summary-box .bill-details .bill-item.total-item .item--span{
    
    color: var(--clr-1);
}
.cart-area .summary-box .bill-details .coupon-item .form-group{
    
    display: flex;
    flex: 1;
}
.cart-area .summary-box .bill-details .coupon-item input{
    
    flex: 1;
    margin-left: .75rem;
    border-radius: var(--border-r-4);
    height: 45px;
}
.cart-area .summary-box .bill-details .coupon-item .apply-btn{
    
    display: block;
    padding: 0.5rem 1rem;
    background-color: var(--clr-1);
    color: #fff;
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    
}
.cart-area .summary-box .bill-details .coupon-item .apply-btn.active{
    
    cursor: not-allowed;
    opacity: .5;
    
}
.cart-area .summary-box .bill-details .coupon-item .apply-btn:not(.active):hover{
    
    background-color: var(--clr-1-hover);
}

.summary-area .bill-footer{
    
    display: flex;
    height: 55px;
    
}
.summary-area .bill-footer .checkout-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: var(--title-8);
    color: #fff;
    font-weight: bold;
    background-color: var(--clr-1);
    border-radius: var(--border-r-4);
    flex: 1;
    transition: all .3s ease;
    text-align: center;
    padding: .75rem;
    margin-left: .75rem;
}
.summary-area .bill-footer .checkout-btn:hover{
    
    background-color: var(--clr-1-hover);
}
.summary-area .bill-footer .total-price{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color:var(--clr-txt2) ;
    font-size: var(--title-6);
    color: #fff;
    font-weight: bold;
    padding: .75rem 1rem;
    border-radius: var(--border-r-4);
}


@media(max-width:1199.98px){
    
    .cart-area .cart-item .product-img{
        width: 30%;
    }
}
@media(max-width:991.98px){
    
    
    .cart-area .summary-box{
        
        margin-top: var(--box-py-almt);
    }
    
    .cart-area .cart-item .product-img{
        
        width: 32.33333333%;
    }
}
@media(max-width:767.98px){
    
    
    .cart-area .cart-item{
        
        /*display: block;*/
    }
    .cart-area .cart-item .product-img{
        
        border: none;
        padding-top: 2rem;
     /*   width: auto;
	 */
    }
    .cart-area .cart-item .product-info{
        
        padding-top: 10px;
    }
}
@media(max-width:575.98px){
    
    .cart-area .cart-item .product-del{
        
        width: 50px;
        
    }
    
    
    .cart-area .cart-item .product-info{
        
        display: block;
    }
    .cart-area .cart-item .product-info .product-val{
        
        padding-right: 0;
        padding-top: 0rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        
    }
    .cart-area .cart-item .product-info .product-val .product-quant{
        
        margin-bottom: 0;
    }
    
}

/*------------- #order-process-area --------------*/ 

.order-process-area .order-process-ways:not(:last-of-type){
    
    margin-bottom: var(--box-py);
}


.order-process-area .order-process-ways .process-title{
    
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--clr-txt2);
    margin-bottom: var(--box-py-res);
    
}
.order-process-area .order-process-ways .process-wrap{
    
    position: relative;
}

.order-process-area .order-process-ways .process-box{
    
    background: #FFFFFF;
    border: 1px solid #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.03);
    border-radius: var(--border-r-3);
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    height: 100%;
}
.order-process-area .order-process-ways .process-box:hover{
    
    transform: translateY(-3px);
    border-color: var(--clr-1);
}
.order-process-area .order-process-ways .process-box.active{
    
    border-color: var(--clr-2)
}
.order-process-area .order-process-ways .process-box.active::after{
    
    position: absolute;
    top:10px;
    left: 10px;
    font-size: 22px;
    color: var(--clr-2);
    z-index: 10;
    content: '\f058';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    
}

.order-process-area .order-process-ways .process-box .box-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem ; 
    
    
}
.order-process-area .order-process-ways .process-box .box-img img{
    
    object-fit: contain;
}
.order-process-area .order-process-ways .process-box .box-img img,
.order-process-area .order-process-ways .process-box .box-img svg{
    
    height: 85px;
    max-width: 105px;
    
}
.order-process-area .order-process-ways .process-box .box-text{
    
    padding: var(--box-px-sm) var(--box-px-sm); 
    font-size: var(--title-6);
    color: var(--clr-txt2);
    font-weight: bold;
    text-align: center;
    border-top: 1px solid rgba(217, 217, 217, 0.45);
    margin-bottom: 0;
}

.order-process-area .order-notes {
    
    margin-top: var(--box-py);
}
.order-process-area .order-notes .form-address label{
    
    font-size: var(--title-6);
    font-weight: bold;
    color: var(--clr-txt2);
    margin-bottom: 12px;
}

.order-process-area .order-notes .addresses-items .row-col{
    margin-bottom: 1rem;
}
.order-process-area .order-notes .addresses-items .address-item{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1rem .5rem;
    font-size: var(--title-7);
    font-weight: bold;
    color: var(--clr-txt2);
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    width: 100%;
    height: 100%;
    
}
.order-process-area .order-notes .addresses-items .address-item:hover{
    border-color: var(--clr-1);
}
.order-process-area .order-notes .addresses-items .address-item.active{
    background-color: var(--clr-1);
    color: #fff;
}

@media(max-width:575.98px){
    
    .order-process-area .order-process-ways .process-box .box-text{
        
        font-size: 14px;
		font-weight:normal;
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .order-process-area .order-process-ways .process-box .box-img img,
    .order-process-area .order-process-ways .process-box .box-img svg{
    
        height: 50px;
    
    }
    .order-process-area .order-notes .addresses-items .address-item{
        padding: .75rem .5rem;
    }
}

/*------------- #order-status-area --------------*/ 

.order-status-area .order-status-wrap{
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.order-status-area .order-status-wrap >*:not(:last-child):not(.status-icon){
    
    margin-bottom: var(--box-py);
}

.order-status-area .order-status-wrap .order-no{
    
    font-weight: bold;
    color: var(--clr-txt2);
    font-size: var(--title-3);
}
.order-status-area .order-status-wrap .order-no span{
    
    display: inline-block;
    color: var(--clr-1);
}
.order-status-area .order-status-wrap .status-icon{
    
    margin-bottom: var(--box-py-sm);
}
.order-status-area .order-status-wrap .status-icon img,
.order-status-area .order-status-wrap .status-icon svg{
    
    width: 100px;
    height: 100px;
}
.order-status-area .order-status-wrap .status-text .status-msg{
    
    margin-bottom: .75rem;
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--clr-txt2);
    
}
.order-status-area .order-status-wrap .status-text .status-sub-msg{
    
    margin-bottom: 0;
    font-size: 16px;
    color: var(--clr-txt2);
    font-weight: bold;
    
}

.order-status-area .order-status-wrap .status-items{
    
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.order-status-area .order-status-wrap .status-items .status-box{
    
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    
}
.order-status-area .order-status-wrap .status-items .status-box:last-child{
    
    margin-bottom: 0;
}
.order-status-area .order-status-wrap .status-items .status-box::before{
    
    display: block;
    content: '';
    position: relative;
    margin-left: 1rem;
    width: 28px;
    height:28px ;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.613' height='20.613' viewBox='0 0 20.613 20.613'%3E%3Cg id='Ellipse_110' data-name='Ellipse 110' fill='none' stroke='%23777' stroke-width='1'%3E%3Ccircle cx='10.306' cy='10.306' r='10.306' stroke='none'/%3E%3Ccircle cx='10.306' cy='10.306' r='9.806' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    background-size: contain;
}
.order-status-area .order-status-wrap .status-items .status-box.done::before{
    
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.613' height='20.613' viewBox='0 0 20.613 20.613'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-334.456 -536.724)'%3E%3Cg id='Ellipse_109' data-name='Ellipse 109' transform='translate(334.456 536.724)' fill='%2300773c'%3E%3Ccircle cx='10.306' cy='10.306' r='10.306' stroke='none'/%3E%3Ccircle cx='10.306' cy='10.306' r='9.806' fill='none'/%3E%3C/g%3E%3Cg id='icons_feather_check' data-name='icons/feather/check' transform='translate(337.763 540.03)'%3E%3Crect id='icons_feather_check-2' data-name='icons/feather/check' width='14' height='14' fill='none'/%3E%3Cg id='icons_feather_check-3' data-name='icons/feather/check'%3E%3Crect id='icons_feather_check-4' data-name='icons/feather/check' width='14' height='14' fill='none'/%3E%3Cpath id='Vector' d='M9.333,0,2.917,6.417,0,3.5' transform='translate(2.333 3.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: contain;
}
.order-status-area .order-status-wrap .status-items .status-box .box-content{
    
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #A7A7A7;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: var(--border-r-3);
    padding: 1rem;
    text-align: start;
    color: var(--clr-txt2);
    
}
.order-status-area .order-status-wrap .status-items .status-box.done .box-content{
    
    background-color: #00773C;
    border-color: #00773C;
    color: #fff;
}
.order-status-area .order-status-wrap .status-items .status-box .box-content .box-text{
    
    font-size: var(--title-7);
    font-weight: bold;
    margin-bottom: .75rem;
    
}
.order-status-area .order-status-wrap .status-items .status-box .box-content .box-date{
    font-size: 16px;
    display: block;
   
}
.order-status-area .order-status-wrap .status-items .status-box .box-icon svg{
    
    width: 28px;
    height:28px ;
    margin-left: 1rem;
    flex-shrink: 0;
}

.order-status-area .back-btn{
    
    font-size: var(--title-8);
    color: var(--clr-1);
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    font-weight: bold;
}

.order-status-area .back-btn i{
    vertical-align: middle;
    padding-right: .75rem;
    transition: transform .3s ease;
}
.order-status-area .back-btn:hover{
    
    color: var(--clr-1-hover);
}
.order-status-area .back-btn:hover i{
    
    transform: translateX(-3px);
}


@media(max-width:575.98px){
    
    .order-status-area .order-status-wrap .status-items .status-box .box-icon svg,
    .order-status-area .order-status-wrap .status-items .status-box::before{
        
        width: 24px;
        height: 24px;
        margin-left: .75rem;
    }
    
}


/*------------- #contact-area --------------*/ 

.loactions-end.section-style{
    
    padding-bottom: calc(var(--section-padding) - 1.5rem)
}


.contact-area .social-contact{
    
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
}
.contact-area .social-contact .social-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    font-size: var(--title-8);
    color: #fff;
    font-weight: bold;
    padding: .75rem 1.5rem;
    border-radius: var(--border-r-3);
    transition: all .3s ease;
    margin-bottom: 1rem;
    height: 55px;
    word-spacing: 4px;
}
.contact-area .social-contact .social-link svg{
    
    width: 30px;
    height:30px ;
    fill:#fff;
    margin-right: .5rem;
}
.contact-area .social-contact .social-link:hover{
    
    opacity: .8;
    transform: translateY(-3px);
}


.locations-boxes .location-wrap{
     margin-bottom: 1.5rem;
}
.locations-boxes .location-item{
    
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: var(--border-r-3);
    position: relative;
    display: flex;
    height: 100%;
    
}
.locations-boxes .location-item .item-icon{
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(217, 217, 217, 0.45);
    padding: 1.5rem .75rem;
    
}
.locations-boxes .location-item .item-icon svg{
    
    width: 35px;
    height: 35px;
    fill:var(--clr-txt2);
    
}
.locations-boxes .location-item .item-details{
    
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
} 
.locations-boxes .location-item .item-details .item-info {
    
    flex: 1;
    padding-left: 1rem;
}
.locations-boxes .location-item .item-details .item-info .item-name{
    
    display: block;
    font-size: var(--title-6);
    font-weight: bold;
    color: var(--clr-1);
    margin-bottom: 0;
    
}
.locations-boxes .location-item .item-details .item-info .item-desc{
    
    font-size: 16px;
    color: var(--clr-txt2);
    font-weight: bold;
    max-width: 400px;
}
.locations-boxes .location-item .item-details .item-info .item-times{
    
    display: block;
    font-size: 14px;
    color: var(--clr-txt2);
    font-weight: bold;
}
.locations-boxes .location-item .item-details .item-info >*:not(:last-child){
    
    margin-bottom: .75rem;
    line-height: 1.4;
}

.locations-boxes .location-item .item-details .item-btns{
    
    display: flex;
    align-items: center;
}
.locations-boxes .location-item .item-details .item-btns .item-btn{
    
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    color: var(--clr-txt2);
    transition: all .3s ease;
    
}
.locations-boxes .location-item .item-details .item-btns .item-btn:last-child{
    
    margin-left: 0;
}
.locations-boxes .location-item .item-details .item-btns .item-btn:hover{
    
    color: var(--clr-1);
}
.locations-boxes .location-item.active .item-details .item-btns .whatsapp-btn{
    
    color: #06C566;
}
.locations-boxes .location-item.active .item-details .item-btns .whatsapp-btn:hover{
    
    color: var(--clr-1-hover);
}

.locations-boxes .location-item .item-details .item-status{
    
    display: flex;
    align-items: center;
    color: var(--clr-txt2);
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.locations-boxes .location-item .item-details .item-status::after{
    display: block;
    content: '';
    width: 20px;
    height:20px ;
    border-radius: 100%;
    margin-right: .5rem;
}
.locations-boxes .location-item .item-details .item-status.open::after{
    
    background-color: #06C566;
    box-shadow: 0px 4px 25px rgb(31 209 114 / 50%);
}
.locations-boxes .location-item .item-details .item-status.close::after{
    
    background-color: var(--clr-txt4);
    box-shadow: 0px 4px 25px rgb(119 119 119 / 50%);
}

/**location-status-modal**/
    
.location-status-modal.custom-modal .modal-dialog{

    max-width: 400px;
    padding: 0 .5rem;
    margin-right: auto;
    margin-left: auto;
}
.location-status-modal .location-status-wrap{
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}
.location-status-modal .location-status-wrap  img,
.location-status-modal .location-status-wrap  svg{
    
    width: 120px;
    height: 120px;
    
}
.location-status-modal .location-status-wrap .status-text{
    
    font-size: var(--title-4);
    color: var(--clr-txt2);
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1rem;
}


@media(max-width:575.98px){
    
    .locations-boxes .location-item .item-icon svg{
        
        width: 32px;
        height:32px ;
        
    }
    .locations-boxes .location-item .item-details{
        padding: 1.5rem .75rem;
    }
    .locations-boxes .location-item:not(.no-break) .item-details{
        
        display: block;
        
    }
    .locations-boxes .location-item:not(.no-break) .item-details .item-info{
        
        padding-left: 0;
        padding-right: 0;
    }
    .locations-boxes .location-item .item-details .item-info .item-desc{
        
        max-width: none;
    }
    .locations-boxes .location-item .item-details .item-btns .item-btn{
        font-size: 25px;
        
    }
    
    .locations-boxes .location-item:not(.no-break) .item-details .item-btns,
    .locations-boxes .location-item:not(.no-break) .item-details .item-status{
        margin-top: 1rem;
    }
    
    
    .locations-boxes .location-item.w-float .item-details .item-info .item-name{
        
        width: calc(100% - 75px)
    }
    .locations-boxes .location-item.w-float .item-details .item-btns{
        
        position: absolute;
        top: calc(1.5rem + 0px);
        left: .75rem;
        margin-top: 0;
    }
    
    .locations-boxes .location-item.w-times .item-details .item-info .item-name{
        
        width: calc(100% - 85px)
    }
    .locations-boxes .location-item.w-times .item-details .item-status{
        
        position: absolute;
        top: calc(1.5rem + 3px);
        left: .75rem;
        font-size: 12px;
        margin-top: 0;
        
    }
    .locations-boxes .location-item.w-times .item-details .item-status::after{
        width: 15px;
        height: 15px;
        margin-right: 4px;
    }
    
    
    .contact-area .social-contact{
        
        padding-bottom: calc(var(--box-py-almt) - 1rem);
    }
    
    .contact-area .social-contact .social-link svg{
        
        width: 28px;
        height: 28px;
    }
    
}



/*------------- #dashboard-section --------------*/ 


.dashboard-area .dashboard-title {
    
    position: relative;
    margin-bottom: var(--box-py-almt);
    text-align: center;
}
.dashboard-area .dashboard-title h1{
    
    font-size: var(--title-1);
    display: inline-block;
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    color: var(--clr-txt2);
}

.dashboard-section.dates-end{
    
    padding-bottom: calc(var(--section-padding) - 1.5rem)
}

@media(min-width:992px){
    
    .dashboard-section.dates-end .dashboard-sidebar{
        
        padding-bottom:1.5rem ;
    }
    
    .dashboard-area .dashboard-sidebar{
    
        position: sticky;
        position: -webkit-sticky;
        top: 90px;
    }
}


.dashboard-area .dashboard-sidebar .slidebar-links{
    
    list-style-type: none;
    padding: 0;
    margin: 0;
    
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item:not(:last-child){
    
    margin-bottom: 1.5rem;
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link{
    
    display: block;
    text-align: center;
    padding: 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-r-2) var(--border-r-2) 0px 0px;
    transition: all .3s ease;
    font-weight: bold;
    font-size: var(--title-6);
    
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link:not(.active):hover{
    
    background-color: #ddd;
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link.active{
    
    color: #fff;
    background-color: var(--clr-1);
}


.dashboard-area .dashboard-sidebar .sidebar-content{
    
    padding: 0 1.5rem;
    border-radius: var(--border-r-2);
    border: 1px solid rgb(78 78 78 / 25%);
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item:not(:last-child){
    
    margin-bottom: 1rem;
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link{
    
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: var(--title-7);
    font-weight: bold;
    transition: all .3s ease;
    border-radius: var(--border-r-3);
    box-shadow: none;
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link svg{
    width: 28px;
    height: 28px;
    fill: #000;
    transition: inherit;
    flex-shrink: 0;
    margin-left: 10px;
}
.dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link.active svg{
    
    fill:#fff
}
.dashboard-area .dashboard-sidebar .sidebar-content .accordion_header{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 1.5rem 0;
}
.dashboard-area .dashboard-sidebar .sidebar-content .accordion_header .panel-title{
    
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--clr-1);
    margin-bottom: 0;
}
.dashboard-area .dashboard-sidebar .sidebar-content .accordion_header .panel-icon{
    
    display: flex;
    align-items: center;
    font-size: var(--title-4);
    transition: transform 0.3s ease;
    color: var(--clr-1);
    
}
.dashboard-area .dashboard-sidebar .sidebar-content .panel-item.active  .accordion_header .panel-icon{
    
        transform: rotate(-90deg);
}
.dashboard-area .dashboard-sidebar .sidebar-content .accordion_body{
    
    padding-bottom: 1.5rem;
}

@media(min-width:992px){
    
    .dashboard-area .dashboard-sidebar .sidebar-content .accordion_body{
        
        display: block !important;
        padding: 1.5rem 0;
    }
    .dashboard-area .dashboard-sidebar .sidebar-content .accordion_header{
        
        display: none;
    }
    
}

@media(max-width:991.98px){
    
     .dashboard-area .dashboard-sidebar .slidebar-links .list-item:not(:last-child){
        
        margin-bottom: 1rem;
    }
     .dashboard-area .dashboard-sidebar .sidebar-content .accordion_header{
        
        padding: 1rem 0;
    }
     .dashboard-area .dashboard-sidebar .sidebar-content .accordion_body{
        
        padding-top: .5rem;
        padding-bottom: 1.5rem;
    }
    
}

@media(max-width:575.98px){
    
    .dashboard-area .dashboard-sidebar .slidebar-links .list-item .list-link svg{
        width: 25px;
        height: 25px;
    }
    
    .dashboard-area .dashboard-sidebar .sidebar-content{
        
        padding: 0rem 1rem;
    }
    
  
}



/***data-area **/

.user-img-wrap{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--box-py);
    
}
.user-img-wrap .user-img{
    
    position: relative;
} 
.user-img-wrap .user-img img{
    
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    
}
.user-img-wrap .user-img .upload-btn{
    
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    background-color: var(--clr-1);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s ease;
    cursor: pointer;
        
}
.user-img-wrap .user-img .upload-btn:hover{
    background-color: var(--clr-1-hover);
}


.dashboard-area .data-area .form-control[readonly]{
    
    background-color: #fff
} 
.dashboard-area .data-area .apply-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0.75rem;
    height: 55px;
    background-color: var(--clr-1);
    transition: all .3s ease;
    color: #fff;
    font-size: var(--title-7);
    font-weight: bold;
    border-radius: var(--border-r-3);
    max-width: 450px;
    margin:0  auto ;
}
.dashboard-area .data-area .apply-btn:hover{
    
    background-color: var(--clr-1-hover);
}


.coins-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0.75rem;
    height: 55px;
    background-color: #473e3e;
    transition: all .3s ease;
    color: #fff;
    font-size: var(--title-7);
    font-weight: bold;
    border-radius: var(--border-r-3);
    max-width: 450px;
    margin:0  auto ;
	cursor:pointer;
}


.coins-btn-cancel{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0.75rem;
    height: 55px;
    background-color: #473e3e;
    transition: all .3s ease;
    color: #fff;
    font-size: var(--title-7);
    font-weight: bold;
    border-radius: var(--border-r-3);
    max-width: 450px;
    margin:0  auto ;
	cursor:pointer;
}


.dashboard-area .view-data-area  .user-actions-wrap {
    
    max-width: 450px;
    margin: 0 auto;
}
.dashboard-area .view-data-area  .user-actions-wrap .action-btn.custom-clr{
    
    background-color: #3778C8;
}
.dashboard-area .view-data-area  .user-actions-wrap .action-btn.custom-clr:hover{
    
    background-color: #204777;
}


.dashboard-area .veiw-box {
    
    margin-bottom: calc(var(--box-py) - 1.5rem)
}
.dashboard-area .veiw-box .row-item{
    margin-bottom: 1.5rem;
    position: relative;
}
.dashboard-area .veiw-box .row-item .data-item{
    
    padding: .75rem;
    background: #F9FAFA;
    border: 1px solid #E6E9EA;
    border-radius: var(--border-r-4);
}
.dashboard-area .veiw-box .row-item .data-item .data-title{
    
    display: block;
    margin-bottom: .5rem;
    color: #858585;
    font-weight: bold;
    font-size: 14px;
}
.dashboard-area .veiw-box .row-item .data-item .data-val{
    
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}
.dashboard-area .veiw-box .row-item .data-item input.data-val{
    
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    user-select: none;
    pointer-events: none;
}

.dashboard-area .data-box .form-group{
    
    position: relative;
    margin-bottom: 1.5rem;
}
.dashboard-area .data-box .form-group .form-label{
    
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--clr-txt2);
}





/*** dashboard-responsive **/

@media(max-width:991.98px){
    
    .dashboard-area .dashboard-sidebar{
        margin-bottom:var(--box-py-almt) ;
    }

    .dashboard-area .data-box .submit-btn{
        
        max-width: none;
    }
}

@media(max-width:575.98px){
    
    
    .dashboard-area .view-data-area .user-actions-wrap,
    .dashboard-area .view-data-area .user-actions-wrap .action-btn{
        
       max-width: none;
    }
    
    .dashboard-area .data-box .phone-code-wrap .code-input{
        
        width: 100%;
        max-width: 60px;
        height: 50px;
        flex: 1;
        margin-left: .5rem;
        font-size: 18px;
    }
    
   
}

/*------------- #prev-orders-area --------------*/ 

.prev-orders-area .orders-items .cart-item:not(:last-child){
    
    margin-bottom: var(--box-py-res);
}
.prev-orders-area .cart-item{
    
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: var(--border-r-3);
    display: flex;
    
}
.prev-orders-area .cart-item .product-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-left:1px solid rgba(217, 217, 217, 0.45) ;
    padding: 1.5rem var(--box-px-sm);
    width: 25%;
}
.prev-orders-area .cart-item .product-img img{
    
    max-height: 140px;
    
}
.prev-orders-area .cart-item .product-info{
    
    padding: 1.5rem var(--box-px-sm);
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.prev-orders-area .cart-item .product-info .product-details{
    
    flex: 1;
}

.prev-orders-area .cart-item .product-info .details-row{
    
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    
    
}
.prev-orders-area .cart-item .product-info .details-row .product-no{
    
    padding-left: 1rem;
}
.prev-orders-area .cart-item .product-info .product-no{
    
    display: block;
    font-size: var(--title-6);
    font-weight: bold;
    color: var(--clr-1);
    margin-bottom: 0;
    transition: all .3s ease
}



.prev-orders-area .cart-item .product-info .product-time,
.prev-orders-area .cart-item .product-info .product-process
{
    
    font-size: 16px;
    color: var(--clr-txt2);
    margin-bottom: 0;
    font-weight: bold;
}

.prev-orders-area .cart-item .product-info .product-time{
    
    font-size: var(--title-7);
}

.prev-orders-area .cart-item .product-info .product-no span,
.prev-orders-area .cart-item .product-info .product-process span{
    
    display: inline-block;
}

.prev-orders-area .cart-item .product-info .product-desc{
    
    font-size: var(--title-7);
    color: var(--clr-txt3);
    line-height: 2;
    margin-bottom: 0;
    
}
.prev-orders-area .cart-item .product-info .product-desc span{
    
    display: block;
    
}
.prev-orders-area .cart-item .product-info .product-price{
    
    font-size: var(--title-5);
    font-weight: bold;
    color: var(--clr-1);
    text-align: center;
    flex-shrink: 0;
}
.prev-orders-area .cart-item .product-info .product-actions{
    
    display: flex;
}
.prev-orders-area .cart-item .product-info .product-actions .bill-btn{
    
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: .5rem 1.5rem;
    background-color: var(--clr-1);
    border-radius: var(--border-r-4);
    transition: all .3s ease;
    margin-left: .5rem;
}
.prev-orders-area .cart-item .product-info .product-actions .product-dropdown .dropdown-btn{
    
    display: block;
    padding: .5rem .75rem;
    transition: all .3s ease;
    background-color: var(--clr-1);
    border-radius: var(--border-r-4);
    font-size: 16px;
    color: #fff;
} 
.prev-orders-area .cart-item .product-info .product-actions .bill-btn:hover,
.prev-orders-area .cart-item .product-info .product-actions .product-dropdown .dropdown-btn:hover{
    background-color: var(--clr-1-hover)
}
.prev-orders-area .cart-item .product-info .product-actions .product-dropdown .dropdown-menu{
    
    text-align: start;
}
.prev-orders-area .cart-item .product-info .product-actions .product-dropdown .dropdown-menu .dropdown-item{
    transition: all .3s ease;
}
.prev-orders-area .cart-item .product-info .product-actions .product-dropdown .dropdown-menu .dropdown-item.active,
.prev-orders-area .cart-item .product-info .product-actions .product-dropdown .dropdown-menu .dropdown-item:active{
    color: #fff;
    background-color: var(--clr-1);
}

.prev-orders-area .cart-item .product-info .product-details >:not(:last-child){
    
    margin-bottom: 1rem;
}

@media(max-width:1199.98px){
    
    .prev-orders-area .cart-item .product-img{
        width: 30%;
    }
}
@media(max-width:991.98px){
    
    .prev-orders-area .cart-item .product-img{
        
        width: 32.33333333%;
    }
}
@media(max-width:767.98px){
    
    .prev-orders-area .cart-item{
        
        display: block;
    }
    .prev-orders-area .cart-item .product-img{
        
        border: none;
        padding-top: 2rem;
        width: auto;
    }
    .prev-orders-area .cart-item .product-info{
        
        padding-top: 0;
    }
    
}
@media(max-width:575.98px){
    

    .prev-orders-area .cart-item .product-info{
        
        display: block;
    }
   
    
}



/*------------- #responsive --------------*/ 

@media(max-width:1199.98px){
    

    
}

@media(max-width:991.98px){
    

}

@media(max-width:767.98px){
        

    

}

@media(max-width:575.98px){
    
    :root{
        
          --title-1:20px;
          --title-2:18px;
          --title-3:16px;
          --title-4:14px;
          --title-5:14px;
          --title-6:12px;
          --title-7:12px;
        
          --border-r-1:15px;
          --border-r-2:10px;
          --border-r-3:8px; 
        
          --section-padding: 0rem;
          
        
          --box-py-res:1.5rem;
          --box-py-almt:1.25rem;
          --box-px-sm: 1rem;
          --box-px: 1rem;
          --box-px-more:1rem ;
    }
    
      
    }
    
}


/*------------- #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%;
        
     
    }
    
}


@media(max-width:991.98px){
    
    .gx-lg-75{
        
        --bs-gutter-x: .75rem;
    }
}

@media(max-width:767.98px){
    
    .gx-md-75{
        
        --bs-gutter-x: .75rem;
    }
}

@media(max-width:575.98px){
    
    .gx-sm-75{
        
        --bs-gutter-x: .75rem;
    }
}




/*------------- #AOS animation --------------*/

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos]{
    
    transition-duration: .6s;
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos]{
    
    transition-timing-function:cubic-bezier(.175,.885,.32,1.275) ;
}
[data-aos-normal]{
    
    transition-timing-function:ease !important;
}




.act_btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: var(--border-r-4);
    /*flex: 1;*/
    text-align: center;
    background-color: var(--clr-1);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    height: 52px;
	border:solid 1px;
}
.act_btn:active{
    
    background-color: var(--clr-1-hover)
}



.act_btn2{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: var(--border-r-4);
    /*flex: 1;*/
    text-align: center;
    background-color: #275475;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    height: 52px;
	border:solid 1px;
}
.act_btn2:active{
    
    background-color: var(--clr-2-hover)
}
