<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype'),
        url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/Calibri-Light.ttf') format('truetype'),
        url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0px;
    padding: 0px;
    /*letter-spacing: 0.04em;*/
    font-size: 16px;
    line-height: 26px;
    font-family: 'Calibri';
    font-weight: 300;
    color: #8B8B8B;
}

h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0 0 15px 0;
    padding: 0px;
    font-weight: 900;
    color: #000000;
}

h1{
    font-size: 58px;
    line-height: 68px;
}

h2{
    font-size: 48px;
    line-height: 58px;
}

h3{
    font-size: 34px;
    line-height: 42px;
}

h4{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

h5{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

h6{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

p{
    margin: 0 0 15px 0;
}

a , a:hover , a:focus , a:visited , button , input , textarea , img{
    outline: none !important;
    text-decoration: none !important;
}

img{
    max-width: 100%;
}

a{
    color: #4633F9;
}

a:hover{
    color: #000000;
}

ul , ol{
    margin: 0px 0 20px 15px;
    padding: 0px;
}

ul li , ol li{
    margin: 0 0 0 15px;
    padding: 0px;
}

section{
    position: relative;
    clear: both;
    padding: 0 0 150px 0;
}

section:after , section:before{
    clear: both;
    display: table;
    content: "";
}

.header-part{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    /* letter-spacing: 0.64px; */
}

.header-top {
    border-bottom: 1px solid #BEBEBE;
    position: relative;
    z-index: 999;
}

.header-top-inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.header-top-left{
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* letter-spacing: 0.115em; */
    text-transform: capitalize;
    padding: 18px 0;
}

.header-top-left span{
    color: #787878 !important;
}

.header-top-right {
    display: flex;
    flex-wrap: wrap;
}

.help-blog {
    border-left: 1px solid #BEBEBE;
    position: relative;
}

/* .language-click{
    position: relative;
}

.language-click:after{
    background: url('../images/drop-arrow.svg') no-repeat center center;
    content: "";
    width: 16px;
    height: 9px;
    display: inline-block;
    margin-left: 8px;
} */

.language-blog{
    /* border-right: 1px solid #BEBEBE; */
}

.language-blog ul , .language-blog ul li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.language-blog .language-menu{
    position: absolute;
    /* right: 0px; */
    top: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    min-width: 150px;
    padding: 10px 0;
    margin-top: 2px;
    display: none;
}

.language-blog .language-menu.active{
    display: block;
}

.language-blog .language-menu li a{
    font-size: 14px;
    line-height: 17px;
    /* letter-spacing: 0.05em; */
    color: #000000;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    padding: 10px 20px;
}

.language-blog .language-menu li:hover a{
    color: #4633F9;
}

.help-blog a , .language-blog .language-click{
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* letter-spacing: 0.05em; */
    padding: 18px 30px;
    display: block;
}

.header-bottom-inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.header-bottom-inner img.main-logo{
    margin-right: 40px;
}

.logo{
    margin-right: auto;
}

.main-menu ul, .main-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-bottom{
    padding: 12px 0;
}

.main-menu ul{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.main-menu ul li{
    margin-right: 40px;
}

.addwishList{
    background: transparent !important;
}
.main-menu ul li a{
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: 0.115em; */
    text-transform: uppercase;
    display: block;
    color: #000000;
}

.main-menu ul li.active a , .main-menu ul li:hover a{
    color: #4633F9;
}

.search-box{
    position: relative;
    width: 100%;
    max-width: 432px;
    margin-right: 38px;
}

.search-box input[type="text"]{
    background: #EDEDED;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #979797;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: -0.6px; */
    height: 42px;
    padding: 0 27px 0 55px;
    border: none;
    width: 100%;
}

.search-box  input[type="submit"]{
    background: url('../images/search.svg') no-repeat center center;
    height: 100%;
    width: 40px;
    position: absolute;
    left: 15px;
    top: 0px;
    border: none;
    padding: 0px;
}

.header-info {
    display: flex;
    margin-right: auto;
    align-items: center;
}
.header-info .fa{
    /* margin-right: 24px; */
}

.header-bucket{
    margin-right: 25px;
    position: relative;
}

.header-bucket-icon img{
    max-width: 30px;
}

.notify-icon {
    position: absolute;
    right: -8px;
    top: -5px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
}

.banner-part{
    /* padding-top: 230px; */
    padding-top: 185px;
    margin-bottom: 100px;
    padding-bottom: 60px;
    position: relative;
}


.banner-part::after{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fafafa+100&amp;0+0,1+100 */
/* background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%);  */
background:linear-gradient(180deg, rgba(255,255,255,1) 0%, #EBE9FE 50%, rgba(255,255,255,1) 100%);
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: -1;

}

.home-banner-part::after{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fafafa+100&amp;0+0,1+100 */
  /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%); */
  background:linear-gradient(180deg, rgba(255,255,255,1) 0%, #EBE9FE 50%, rgba(255,255,255,1) 100%);
}

.section-top{
    padding-top: 185px;
}

.theme-btn{
    display: inline-block;
    width: auto;
    min-width: 171px;
    height: 42px;
    background: #4633F9;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: 0.115em; */
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    line-height: 42px;
    border: none;
}

.theme-btn:hover{
    color: #ffffff;
    background: #000000;
}

.theme-btn-border{
    display: inline-block;
    width: auto;
    min-width: 171px;
    height: 42px;
    background: transparent;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: 0.115em; */
    color: #4633F9;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    line-height: 42px;
    border: 1px solid #4633F9;
    text-transform: uppercase;
}

.theme-btn-border:hover{
    color: #ffffff;
    background: #4633F9;
}

.banner-inner{
    text-align: center;
}

.banner-inner h3.custom_big_font_heading_color, .banner-inner h2.custom_big_font_heading_color{
    color: #000;
}

.banner-image{
    position: relative;
}
.title-part h3.custom_big_font_heading_color{
    color: #000;
}

.top-right-pattern{
    position: absolute;
    right: 0px;
    top: 0px;
}

.bottom-right-pattern{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.banner-image-inset {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.banner-bg{
    height: calc(100% - 110px);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 346px;

}

.banner-part .container{
    position: relative;
    z-index: 99;
}

.categories-inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.categories-box-img img{
    width: 100%;
    height: 133px;
    object-fit: cover;
    max-width: 133px;
    max-height: 133px;
    object-position: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}

.categories-box-img{
    position: relative;
    width: 133px;
}

.categories-box-title{
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
}

.categories-box-title span{
    color: #000000;
}

.categories-box:hover .categories-box-title span{
    color: #4633F9;
}

.categories-box:hover .categories-box-img img{
    border-color: #4633F9;
}

.categories-box{
    text-align: center;
    padding: 0 5px;
    margin: 40px 0 0 0;
}

.title-part{
    text-align: center;
}

.categories-box-more{
    background: url('../images/arrow-right-all.svg') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* .product-blog-box-img img{
    width: auto;
    height: 150px;
    object-fit: cover;
} */

.product-blog-box-img img {
    width: 100%;
    /* height: 200px; */
    height: 100%;
    object-fit: cover;
}

.product-blog-box .image-container{
    padding-top: 25px;
    height: 200px;
}

.product-blog-box-img button img{
    height: auto;
    width: auto;
}

.product-tabs ul , .product-tabs ul li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: none;
}

.product-tabs .nav-tabs .nav-link {
    border: none;
    margin: 0px;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    /* letter-spacing: 0.115em; */
    font-size: 18px;
}

.product-tabs .nav-tabs .nav-link.active{
    color: #4633F9;
    border-bottom: 2px solid #4633F9;
}

.product-tabs .nav.nav-tabs {
    gap: 40px;
    justify-content: center;
    margin-top: 28px;
}

.product-blog-box-info{
    text-align: center;
    margin-top: 15px;
}

.tab-pane .col-xs-12{
    margin-bottom: 16px;
}

.product-tabs .tab-content{
    margin-top: 60px;
}

.product-blog-box-info h6{
    margin: 0px 0 7px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-blog-box-info p{
    font-size: 14px;
    line-height: normal;
    color: #787878 !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-blog-box-info .product_description{
    font-size: 14px;
    line-height: normal;
    color: #787878 !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-list {
    margin-bottom: 8px;
}

.price-list span{
    color: #000000;
    font-weight: 700;
}

.price-list del{
    margin-right: 10px;
}

.full-btn{
    margin-top: 45px;
}

.full-btn .theme-btn-border{
    width: 100%;
    /* letter-spacing: 0.64px; */
}
.full-btn .custom_button_theme_color:hover{
    background-color: #4633F9;
    color: #fff;
}

.footer-top{
    background: #EBE9FE;
    padding: 20px 0 0px 0;
}
/* .footer-top.custom_footer_background_color{
    background: #EBE9FE !important;
} */

.footer-bottom{
    background: #ffffff;
    padding: 6px 0;
}

.footer-bottom-inner{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 12.50px;
}

.footer-bottom-left{
    margin-right: auto;
}

.footer-address p{
    margin-bottom: 5px;
}

.footer-address p:last-child{
    margin-bottom: 0px;
}

.footer-address p strong{
    text-transform: uppercase;
    color: #000000;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-address a , .footer-address p{
    color: #000000 !important;
}

.footer-social ul li a{
    color: #787878;
}
.footer-social ul li a .fa{
    font-size: 25px;
}

.footer-address a:hover{
    color: #4633F9;
}

.footer-address{
    margin-bottom: 10px;
}

.footer-social ul , .footer-social li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-social ul{
    display: flex;
    width: auto;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-top-links ul , .footer-top-links li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-top-links li{
    margin-top: 15px;
    opacity: 0.8;
}

.footer-top-links h6{
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-top-links li a{
    color: #000000;
}

.footer-top-links li:hover a , .footer-top-links li.active a{
    color: #4633F9 !important;
    text-decoration: underline !important;
}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: none;
  width: auto;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.humbarger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 2em;
  width: 32px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.80em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.80em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  background-color: #4633F9;
  height: 3px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines, .humbarger-menu-on.active .burger .burger-lines::after, .humbarger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: #4633F9;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 32px;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
    width: 32px;
    left: 0;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
  background: #4633F9;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.bread-crumb-blog , .bread-crumb-blog li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bread-crumb-blog{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.bread-crumb-blog li:after{
    content: "-&gt;";
    padding: 0 5px;
    color: #000000;
}

.bread-crumb-blog li:last-child:after{
    display: none;
}

.bread-crumb-blog li a , .bread-crumb-blog li span{
    color: #000000;
}

.categories-filter-inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.categories-filter-left{
    width: 100%;
    max-width: 302px;
}

.categories-filter-right{
    width: calc(100% - 302px);
}
.categories-filter-right.category-listing{
    width: 100%;
}

.categories-filter-top{
    position: relative;
    padding-right: 100px;
    /* margin-bottom: 30px; */
}

.categories-filter-right.category-listing .product-blog-box-info h6{
    margin-top: 15px;
}

.categories-filter-right.category-listing .button a{
    width: 100%;
    border: solid 2px #4633F9;
    color: #4633F9;
    background: #fff;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.categories-filter-right.category-listing .button a:hover{
    color: #fff;
    background: #4633F9;

}

.categories-filter-right.category-listing .categories-filter-list a:hover .product-blog-box-info h6{
    color: #4633F9;
}

.categories-filter-top .clear-fil{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #787878;
    text-decoration: underline !important;
}

.categories-filter-box{
    background: rgba(70, 51, 249, 0.05);
    padding: 15px 20px;
    height: 100%;
    /* margin-top: 25px; */
    min-height: 500px;
}

.categories-filter-box.custom_footer_background_color.custom_sidebar_background_color.custom_header_background_color{
    background: rgba(70, 51, 249, 0.05);
}

.categories-filter-list .col-xs-12{
    /* margin: 25px 0; kevin */
    margin: 10px 0;
}

.categories-filter-box ul , .categories-filter-box li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.categories-filter-box li a{
    display: inline-block;
    padding: 8px 0;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

.addwishList {
    color: #4633F9;
    /* width: 30px;
    line-height: 30px !important;
    height: 30px; */
    /* border: 1px solid #fff; */
    /* border-radius: 50%; */
    font-size: 20px;
    background-color: #ffffff;
}


.categories-filter-box li.active a , .categories-filter-box a:hover {
    color: #4633F9;
}

.categories-filter-box li ul.language-menu li{
    padding-left: 20px;
    text-transform: none;
}

.categories-filter-box li ul.language-menu li a{
    color: #000;
}
.categories-filter-box li ul.language-menu li a:hover{
    color: #4633F9;
}

.categories-filter-box li ul.language-menu li.active a , ul.language-menu li.active a{
    color: #4633F9;
}


.product-blog-box a{
    color:var(--bs-body-color);
}

.categories-filter-box li span.list_category_arrow {
    width: 24px;
    height: 24px;
    content: "";
    background: url('../images/arrow-down-filter.svg') no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.categories-filter-box li:hover span.list_category_arrow {
    background: url('../images/arrow-down-filter-active.svg') no-repeat center center;
}

.categories-filter-search{
    display: flex;
    width: 100%;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* margin-top: 30px; */
}

.categories-filter-right {
    padding-left: 50px;
    padding-right: 30px;
}
.categories-filter-right.category-listing {
    padding-left: 0px;
}

.categories-filter-search-left input[type="text"]{
    background: transparent;
    color: #787878;
    border: 1px solid #787878;
}

.categories-filter-search-left {
    width: 100%;
    max-width: 460px;
    margin-right: auto;
    margin-left: 0;
    gap:10px;
}

.categories-filter-search-left.rtl {
    margin-right: 0;
    margin-left: auto;
}

.categories-filter-order-search {
    margin-right: 0;
}

.categories-filter-search-left input.btn-primary{
    padding: 8px 45px;
    border-radius: 40px;
    background-color: #4633F9;
    border: solid 1px #4633F9;
    color: #fff;
}
.categories-filter-search-left input.btn-primary:hover{
    background-color: #fff;
    color: #4633F9;
}

/* .categories-filter-search-left .search-box{
    margin-right: 10px !important;
} */


.sort-info{
    border: 1px solid #000000;
    padding: 7px 12px;
}

.sort-info select{
    background: transparent;
    border: none;
    font-weight: 700;
    margin-left: 7px;
}

.sort-info-result{
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: -0.4px; */
    margin-top: 8px;
    color: #000000;
}


/*-Jyoti Css Start From here-*/


.product-cart span {cursor:pointer; }

.product-cart .number{
    display: flex;
}

.product-cart .minus, .product-cart .plus{
    width: 42px;
    height: 42px;
    background: #4633F9;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 22px;
    border-radius: 0 !important;
}
.product-cart input{
    height:42px;
    width: 50px;
    text-align: center;
    display: inline-block;
    background-color: #EDEDED;
    border: none;

}
.product-cart table tr td{
    font-weight: 600;
    border-color: #787878;
    padding: 20px 0.5rem;

}

/* found small breaking between line as display flex in class so remove flex css */
/* .cart-text-align{
    display: flex;
    align-items: center;
}

.cart-text-align-ar {
    display: flex;
    align-items: center;
} */

.cart-div-align {
    float: left;
}

.cart-div-align-ar {
    float: right;
}

.cart-div-note-align {
    float: left;
    padding-left: 20px;
}

.cart-div-note-align-ar {
    float: right;
    padding-right: 20px;
}

.cart-text-align-ar &gt; div &gt; a &gt; img{
    margin-left: 30px;
    margin-right: 0px !important;
}

.product-cart table tr td:last-child img{
    width: 17px;
    max-width: none;
    margin-left: 10px;
}

.product-cart table tr td a{
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
}

.product-cart table tr td span{
    display: block;
    font-size: 12px;
}

.product-cart table tr td span.totalPriceClass{
    display: inline;
    font-size: inherit;
}

.product-cart table tr th{
    color: #787878;
    font-size: 18px;
    font-weight: bold;
    border-color: #787878;
    padding-bottom: 0.5rem;
}

.product-cart table tr td:first-child img{
   margin-right: 30px;
}
.product-cart .cart__actions p{
    font-size: 14px;
    color:#787878;
}
.product-cart .cart__actions a{
    border: solid 2px #4633F9;
    text-transform: uppercase;
    border-radius: 50px;
    color: #4633F9;
    background-color: #fff;
    font-weight: bold;
    padding: 8px 60px;

}
.product-cart .cart__actions a:hover{
    background-color: #4633F9;
    color: #fff;

}
.product-cart .cart__total h3{
    color: #787878;
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 20px;
}
.product-cart .cart__total h3{
    color: #000000 !important;
    font-size: 25px;
    font-weight: 700;
    /* display: flex; */
    align-items: center;
}
.product-cart .cart__total h3 span{
    color: #000000;
    font-size: 25px;
    font-weight: 700;
}
.product-cart .cart__total h3 span.language_block{
    color: #787878 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px;
    margin-right: 5px;

}
.product-cart .cart__total a{
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    background-color: #4633F9;
    font-weight: bold;
    padding: 10px 60px;
    border: solid 2px #4633F9;
}
.product-cart .cart__total a:hover{
    color: #4633F9;
    background-color: #fff;
}
.product-cart .cart__total a.ps-btn{
    background-color: #4633F9;
    color: #fff;
    border: solid 2px #4633F9;
}
.product-cart .cart__total a.ps-btn:hover{
    background-color: #fff;
    color: #4633F9;
    border: solid 2px #4633F9;
}
.checkout .checkout__billing h2{
    font-size: 18px;
    font-weight: 700;
}
.checkout .checkout__billing form .form-group{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.checkout .checkout__billing form .form-group.mobile-view .column{
    display: flex;
    flex:100%;
}
.checkout .checkout__billing form .form-group label{
    max-width: 130px;
    font-size: 14px;
    flex:0 0 130px;
}
.checkout .checkout__billing form .form-group span{
    background-color:#EDEDED;
    display: inline-block;
    height: 40px;
    position: relative;
    line-height: 37px;
    width: 60px;
    text-align: center;
}
#as_soon_as_possible{
    color: #637976 !important;
    font-size: 14px;
}
input#pickup_checkbox {
    margin-top: 0;
}
.checkout .checkout__billing form .form-group span::after{
    position: absolute;
    right: -20px;
    content: '';
    top: 16px;
    background: url(../images/down-arrow.svg) no-repeat;
    width: 20px;
    height: 7px;
}
.checkout .checkout__billing form .form-group input[type="text"],.checkout .checkout__billing form .form-group select{
    border: none;
    background-color:#EDEDED;
    border-radius: 0;
    height: 40px;
    font-size: 14px;
}
.checkout .checkout__billing form .form-group.form-check input[type="checkbox"]{
    margin-right: 15px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
.checkout .checkout__billing form .form-group.form-check input[type="checkbox"]:focus{
    box-shadow: none;
}
.checkout .checkout__billing form .form-group.form-check label.form-check-label{
    max-width: none;
    flex: auto;
    margin-top: 1px;
    color: #000;
}
.checkout .checkout__order{
    padding-left: 40px;
}
.checkout .checkout__order h2{
    font-size: 18px;
    font-weight: 700;
}
.checkout .checkout__order .cart-info .cart{
    margin-bottom: 20px;
    display: flex;

}
.checkout .checkout__order .cart-info .cart .cart-detail{
    display: flex;
    flex:1;
}
.checkout .checkout__order .cart-info .cart .cart-detail figure a img{
    max-width: 120px;
}
.checkout .checkout__order .cart-info .cart .cart-detail .content h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;

}
.checkout .checkout__order .cart-info .cart .cart-detail .content p{
    color: #000 !important;
    margin-bottom: 5px;
    font-size: 14px;
}
.checkout .checkout__order .cart-info .cart .cart-detail .content .price{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.checkout .checkout__order .cart-info .cart .close{
    margin-top: 10px;
}
.checkout .checkout__order .promo-code{
    margin-top: 30px;
}
.checkout .checkout__order .promo-code form{
    display: flex;
    gap:10px;
}
.checkout .checkout__order .promo-code form input[type="text"]{
    border: solid 1px #787878;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
    margin-right: 10px;
    flex: 1;
}
.checkout .checkout__order .promo-code form input[type="submit"]{
    /* border: solid 1px #000 !important; */
    border: solid 1px !important;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #000;
    background-color: #fff;
    width: 102px;
    border-radius: 0 !important;
    /* border: none !important; */

}
.checkout .checkout__order .promo-code form input[type="submit"]:hover{
    color: #fff;
    background-color: #000;

}
.checkout .checkout__order .shipping-detail{
    margin-top: 30px;
    color: #000;
    /* font-weight: 600; */

}
.checkout .checkout__order .shipping-detail .price{
    font-weight: 700;
    color: #637976;
}
.checkout .checkout__order .shipping-detail .total .sub_total{
    display: flex;

}
.openinghourscontent .header h3{
    color: #637976;
}
.checkout .checkout__order .shipping-detail .total .sub_total .text{
    flex: 1;
    margin-bottom: 12px;
}
.checkout .checkout__order .shipping-detail .grand-total{
    display: flex;
    border-top: solid 1px #787878;
    padding-top: 40px;
    margin-top: 10px;

}
.checkout .checkout__order .shipping-detail .grand-total .text{
    display: flex;
    flex: 1;
    font-weight: 700;
    font-size: 20px;

}
.checkout .checkout__order .shipping-detail .grand-total .price{
    font-weight: bold;
    font-size: 28px;
    position: relative;
    /* top:-5px; */

}

body .wishlist.order-listing table tr th:first-child, body .wishlist table tr td:first-child {
    min-width: 140px;
    white-space: nowrap;
    padding-right: 50px;
}

body .wishlist.order-listing table.order-listing-table tr th:first-child, body .wishlist table.order-listing-table tr td:first-child {
    padding-right: .5rem;
}

.login-blog-icon {
    display: flex;
}

.login-blog-icon a {
    flex-shrink: 0;
    /* display: flex; */
    align-items: center;
    color: #000;
    font-weight: 900;
    font-size: 16px;

}
.login-blog-icon a img {
    margin-right: 5px;
}

.login-blog-icon a span{
    margin-left: 7px;
    font-weight: 700;
}
.checkout .checkout__billing form .form-group.form-check{
    margin-top: 5px;
}
.checkout a.btn-primary{
    border: solid 2px #000;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    background-color: #000;
    font-weight: 400;
    padding: 8px 15px;
    /* width: 60%; */

}
.checkout a.btn-primary:hover{
    color: #000;
    background-color: #fff;

}
.my-account form{
    margin-top: 50px;
}
.my-account form .form-group{
    margin-bottom: 15px;
    display: flex;
}
.my-account form .form-group label{
    max-width: 130px;
    font-size: 14px;
    flex: 0 0 130px;
}
.my-account form .form-group input{
    border: none;
    background-color: #EDEDED;
    border-radius: 0;
    height: 40px;
    padding-left: 25px;
}
.my-account{
    margin-top: 25px;
}
.my-account form .form-group input::placeholder{
    color: #000;
}
.my-account .profile span{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}
.my-account .profile-img{
    position: relative;
    display: inline;
}
.my-account .profile-img img{
    border-radius: 100px;
}

.my-account .profile-img img.camera-icon{
    position: absolute;
    bottom: -35px;
    right: 0;
    cursor: pointer;
}


/* .my-account .profile-img::after{
    position: absolute;
    content: '';
    /* background: url(../images/camera.svg) no-repeat;
    width: 30px;
    height: 30px;
    bottom:-38px;
    right: 0;
} */
.categories-filter-box.sidebar ul li a{
    text-transform: none;
}
.categories-filter-box.sidebar ul li a.active{
    color: #4633F9;
}
.change-pwd{
    margin-top: 15px;
}
.change-pwd .form-group{
    margin-bottom: 20px;

}
.change-pwd .form-group label{
    margin-bottom: 5px;
    color: #787878;

}
.change-pwd .form-group input{
    border: solid 1px #787878;
    height: 42px;
    border-radius: 4px;
    color: #787878;
}
.change-pwd .form-group input::placeholder{
    color: #787878;
}
.change-pwd .form-group input.btn{
    text-transform: uppercase;
    color: #fff;
    background-color: #4633F9;
    font-weight: bold;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    border: solid 2px #4633F9;
}
.change-pwd .form-group input.btn:hover{
    color: #4633F9;
    background-color: #fff;
}
.wishlist table tr th{
    color: #787878;
    font-size: 18px;
    font-weight: bold;
    border-color: #787878;
    padding-bottom: 0.5rem;
}
.wishlist table tr td{
    font-weight: 600;
    border-color: #787878;
    padding: 40px 0.5rem;
}
.wishlist table tr td:first-child{
    min-width: 270px;
}
.wishlist table tr td:nth-child(2){
    min-width: 200px;
}
.wishlist table tr td:nth-child(3){
    min-width: 200px;
}
.wishlist table tr td:nth-child(4){
    min-width: 100px;
}
.wishlist table tr td:last-child{
    min-width: 50px;
}
.wishlist table tr:last-child td{
    border:none;
}
.wishlist table tr td:first-child img{
    width: 80px;
    padding-right: 10px;
}
.wishlist.order-listing table tr th{
    min-width: 150px;
    text-align: center;
}
.wishlist.order-listing table tr th:nth-child(4){
    min-width: 250px;
}
.wishlist.order-listing table tr th:last-child{
    min-width: 250px;
}
.wishlist.order-listing table tr th:last-child{
    min-width: 250px;
}
.wishlist.order-listing table tr td span.green{
    background-color: #9DF68F;
    color: #000;
    border-radius: 20px;
    padding: 5px 25px;
}

.wishlist.order-listing table tr td span.gray{
    background-color: #6c757d;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 25px;
}

.wishlist.order-listing table tr td span.yellow{
    background-color: #ffc107;
    color: #000;
    border-radius: 20px;
    padding: 5px 25px;
}

.wishlist.order-listing table tr td span.red{
    background-color: #F97E7E;
    color: #000;
    border-radius: 20px;
    padding: 5px 25px;
}

/*---Login Modal --*/


.modal-body{
    padding: 30px;
}

.login-screen .heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-screen .heading span{
    font-size: 28px;
    color: #000 !important;
}
.login-screen .heading img{
    margin-right: 5px;
}
.login-screen form .form-group{
    margin-bottom: 10px;
    flex-direction: column;
    display: flex;
    position: relative;

}
.login-screen form .form-group button.btn-primary{
    border-radius: 20px;
    background-color: #4633F9;
    color: #fff;
    height: 42px;
    border: solid 1px #4633F9;
}
.login-screen form .form-group input{
    color: #000;
    font-size: 14px;
}
.login-screen form .form-group button.btn-primary:hover{
    background: none;
    color: #4633F9;
}
.login-screen form .form-group span{
    position: absolute;
    right: 10px;
    /* top:50%; */
    top:41px;
}
.login-screen form .form-group span.astricks{
    position: static;
    color: rgb(220, 53, 69) !important;
    font-weight: bold;
}
.login-screen form .form-group label{
    margin-bottom: 5px;
    color: #787878;
    font-size: 14px;
}
.login-screen form .form-group.otp{
    flex-direction: row;
    justify-content: center;
    margin: 40px 0;
}
.login-screen form .form-group .form-check label{
    color: #000 !important;
}
.login-screen form .form-group .form-check label a{
    color: #000;
    text-decoration: underline !important;
}
.login-screen form .form-group .form-check label a:hover{
    text-decoration: none !important;
}
.login-screen form .form-group input[type="text"],.login-screen form .form-group input[type="password"]{
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 2px 2px #EDEDED;
    border: solid 1px #EDEDED;
    height: 36px;
}
.login-screen form .form-group input:focus{
    border: solid 1px #4633F9;
}
.login-screen form .form-group input[type="password"]{
    padding-right: 35px;
}
.login-screen figure{
    text-align: right;

}
.login-screen form .form-group .checkbox .form-check-input{
    margin-top: 4px;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-right: 8px;
}
.login-screen form .form-group.checkbox-forgot-row{
    flex-direction: row;
    font-size: 14px;
}
.login-screen form .form-group.checkbox-forgot-row .checkbox{
    flex: 1;
}

.login-screen form .form-group.checkbox-forgot-row .forgot-pwd a{
    color: #4633F9;
}

.login-screen form .form-group.checkbox-forgot-row .forgot-pwd a:hover{
    color: #000;
}


.login-screen form .form-group input:focus{
    box-shadow: 0 2px 2px #EDEDED;
}

.login-screen form .form-group a.btn-primary{
    border-radius: 30px;
    height: 42px;
    background-color: #4633F9;
    border: solid 2px #4633F9;
}
.login-screen form .form-group a.btn-primary:hover{
    color: #4633F9;
    background-color: #fff;
}
.login-screen p{
    text-align: center;
    font-size: 14px;
    color: #000 !important;
}
.login-screen p.text_left{
    text-align: left;
    display: flex;
    padding-bottom: 70px;
}
.login-screen p.text_left img{
    margin-right: 5px;
}
.login-screen h6{
    font-size: 12px;
    margin-bottom: 10px;
    color: #787878 !important;
    font-weight: normal;
}
.login-screen form .form-group.otp input{
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    background-color: rgba(70, 51, 249, 0.5);
    font-size: 18px;
    font-weight: bold;
    margin: 0 8px;
    color: #fff;
}
.login-screen form .form-group.otp input:focus{
    background-color: #4633F9;
}
.login-screen form .form-group p.received{
    color: #787878 !important;
    margin-bottom: 0;
}
.login-screen form .form-group p.otp{
    margin-bottom: 0;
}
.login-screen form .form-group p.otp button{
  text-decoration: underline;
}
.login-screen form .form-group p.otp button:hover{
    text-decoration: none;
  }
.login-screen form .form-group p.otp a{
    color: #000;
    text-decoration: underline !important;
}
.login-screen p.text_left.mb_0{
    padding-bottom: 0;
}
.checkout a.btn-primary.order-confirmation{
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: auto;
}
.checkout .checkout__billing form .form-group select.form-select.card-exp-margin{
    margin: 0 1rem;
}

.toggle-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 10px;
    margin-top: 2px;
  }

  .toggle-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .toggle-switch .slider {
    position: absolute !important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3 !important;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .toggle-switch input:checked + .slider {
    background-color: #000 !important;
  }
  .toggle-switch input:checked + .slider:before {
    left: -5px;
  }

  .toggle-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  .toggle-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .toggle-switch .slider.round {
    border-radius: 50px;
    height: 27px !important;
    width: 45px !important;
  }

  .toggle-switch .slider.round:before {
    border-radius: 50%;
  }
  .toggle-switch .slider.round::after {
    display: none;
  }

  .checkout .header-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .checkout .header-title .text{
    color: #4633F9;
    font-size: 16px;
    font-weight: bold;
  }
  .checkout .header-title .border{
    border-top: solid 1px #4633F9 !important;
    width: 60px;
    margin: 0 15px;
  }

  .order-detail-page-view .info .title{
    font-size: 36px;
    font-weight: 600;
    color: #000;
  }
  .order-detail-page-view .info .rating{
    display: flex;
    align-items: center;
    margin: 10px 0px 20px 0px;
  }
  .order-detail-page-view .info .rating span{
    font-size: 14px;
    color: #787878;
    margin-left: 8px;

  }
  .order-detail-page-view .slider{
    display: flex;
    max-width: 100%;
  }
  .order-detail-page-view .slider .slider-nav{
    max-width: 20%;
  }
  .order-detail-page-view .slider .slider-for{
    max-width: 80%;
  }
  .order-detail-page-view .info .description{
    font-size: 17px;
    color: #000;
    line-height: 24px;

  }
  .order-detail-page-view .info form{
    display: flex;

  }
  .order-detail-page-view .info form .form-group{
    display: flex;
    flex-direction: column;
    margin-right: 10px;

  }

  .order-detail-page-view .info form .form-group label{
    flex: auto;
    max-width: none;

  }

  .order-detail-page-view .info form .form-group .number{
    display: flex;
    border: solid 2px #000;
    height: 40px;
    /* justify-content: space-evenly; */
    justify-content: space-between;

  }
  .order-detail-page-view .info form .form-group input{
    height: 40px;
    background-color: #fff;
    border: solid 2px #000;
    font-weight: 600;
    font-size: 16px;
    color: #637976 !important;
    width: 130px !important;
    padding: 0 10px;
    text-align: center;
  }
  .order-detail-page-view .info form .form-group .number input{
    background-color: transparent;
    width: 95px;
    text-align: center;
    padding-left: 0;
    border: none;
    height: 40px;
    color: #637976 !important;
    width: 70px !important;
    padding: 0;
}

  .price-qty ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #637976 !important;
  }
  .price-qty ::-moz-placeholder { /* Firefox 19+ */
    color: #637976 !important;
  }
  .price-qty :-ms-input-placeholder { /* IE 10+ */
    color: #637976 !important;
  }
  .price-qty :-moz-placeholder { /* Firefox 18- */
    color: #637976 !important;
  }

  .order-detail-page-view .info form .form-group .number .minus, .order-detail-page-view .info form .form-group .number .plus{
    width: 42px;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #787878;
    line-height: 36px;
    font-size: 22px;
    cursor: pointer;

  }

  .order-detail-page-view .info form .form-group .number .minus:hover, .order-detail-page-view .info form .form-group .number .plus:hover{
    border: none !important;
  }

  .order-detail-page-view .info .button a.black , .order-detail-page-view .info .button button.black{
    border: solid 2px #000;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    padding: 8px 0px;
    width: 60%;
    height: 50px;
    line-height: 33px;


  }

  .order-detail-page-view .info .button a.blue{
    border: solid 2px #4633F9;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    background-color: #4633F9;
    font-weight: bold;
    padding: 8px 0px;
    width: 35%;
    height: 50px;
    line-height: 33px;


  }

  /* .order-detail-page-view .info .button{
    margin-top: 20px;
  } */

  .categories-filter-right.product-detail-page{
    padding-left: 0;
    width: 100%;
  }

  .product-blog-box:hover{
    cursor: pointer;
  }

  .product-blog-box{
    border: solid 1px #fff;
    text-align: center;
    padding: 20px 0 10px 0;
    position: relative;
  }
  .product-blog-box .vuesaxboldarchive-add{

    position: absolute;
    /* top: 20px;
    right: 6%; */
    top: 0px;
    right: 0%;
  }
  .product-blog-box .product-blog-box-img:hover{
    border: none !important;
  }
  /* .product-blog-box:hover{
    border: solid 1px #4633F9;
  } */
  .login-blog-icon.language-blog{
    border: none;
    display: flex;
  }

  .login-blog-icon.language-blog .language-click{
    padding: 0;
    font-weight: 900;
    display: flex;
  }
  .login-blog-icon.language-blog .language-menu{
    min-width: 200px;
  }

#shipping_details_div .form-group{
    flex-wrap: wrap;
}

#shipping_details_div .checkout .checkout__billing form .form-group label.error {
    max-width: 100%;
    font-size: 14px;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 130px;
}

#shipping_details_div .checkout .checkout__billing form .form-group input[type="text"], #shipping_details_div .checkout .checkout__billing form .form-group select {
    width: calc(100% - 130px);
    max-width: calc(100% - 130px);
    flex: 0 0 calc(100% - 130px);
}

.hidden{
    display:none;
}

#addNewAddress{
    width: auto;
    margin-left: 0px;
    margin-bottom: 10px;
}
.modal-dialog.modal-dialog-centered{
    margin: 0;
    height: 100%;
}
.modal.show{
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.modal{
    border-radius: 0 !important;
}
.modal .modal-content{
    border-radius: 0 !important;
}
.product-blog-box-info .button{
    margin-top: 15px;
    justify-content: center;
    position: relative;
}

.product-blog-box-info .button .btn{
    border-radius: 20px;
    font-size: 14px;
    height: 35px;
    padding: 0 15px;
    background-color: #4633F9;
}
.product-blog-box-info .button #addtocartBtn.btn{
    border-radius: 20px;
    font-size: 14px;
    height: 35px;
    padding: 0 15px;
    background-color: #4633F9;
    margin-bottom: 10px;
}
.product-blog-box-info .button #addtocartBtn.btn:hover{
    background-color: #fff;
    color: #4633F9;
}
.product-blog-box-info .button #addtocartBtn.btn.custom_button_theme_color{
    /* color: #4633F9; */
}
/* .product-blog-box-info .button #addtocartBtn.btn.custom_button_theme_color:hover{
    background-color: #4633F9 !important;
    color: #fff !important;
} */
.product-blog-box-info .button .btn.black{
    margin-right: 5px;
}

.product-blog-box-info .button b p.text-danger{
    color: rgb(220, 53, 69) !important;
    margin-top: 15px;
}
.footer-top-info img{
    margin-bottom: 10px;
}
.footer-links ul li a:hover{
    text-decoration: underline !important;
}
.footer-bottom-left span, .footer-bottom-right span{
    color: #787878 !important;
}
.sort-info span{
    color: #787878 !important;
}
.banner-inner ul.bread-crumb-blog li span{
    color: #4633F9;
    text-transform: uppercase;
}
.categories-filter-box.custom_footer_background_color .custom_header_background_color .custom_sidebar_background_color li.dropdown ul.subcategory_submenu li.active a{
    color: #4633F9;
}
.checkout__order .totalPriceClass.price-list{
    color: #000;
    font-weight: 700;
}
.checkout .checkout__order .promo-code .form-check-input{
    margin-top: 6px;
    margin-right: 5px;
}
.checkout .checkout__order .promo-code label.form-check-label{
    font-size: 14px;
}
.checkout__billing button.custom_button_theme_color{
    border-radius: 20px;
    background-color: #4633F9;
    color: #fff;
    padding: 6px 30px;
}
.checkout__billing button.custom_button_theme_color:hover{
    border-radius: 20px;
    background-color: #fff;
    color: #4633F9;

}
/* commnnt due to add qty + - button */
/* .custom_button_theme_color{
    border-radius: 20px;
} */
.custom_button_theme_color.save{
    padding: 7px 45px;
    background-color: #4633F9;
    color: #fff;
}
.custom_button_theme_color.remove{
    background-color: rgb(220, 53, 69);
    color: #fff;
    border: solid 1px rgb(220, 53, 69);
}
.custom_button_theme_color.remove:hover{
    background-color: #fff;
    color: rgb(220, 53, 69);
    border: solid 1px rgb(220, 53, 69);
}

.change-pas-input.custom_button_theme_color{
    background-color: #4633F9;
    color: #fff;
    border-radius: 4px;
}
.address_btn{
    border-radius: 0px !important;
    margin-right: 5px;
}

.custom_button_theme_color.add-btn{
    background-color: #4633F9;
    color: #fff;
}
.custom_button_theme_color.add-btn:hover{
    background-color: #fff;
    color: #4633F9;
}
.btn-danger.address_btn:hover{
    color: rgb(220, 53, 69) !important;
    background-color: #fff !important;
}
.custom_button_theme_color.address_btn:hover{
    background-color: #4633F9;
    color: #fff;
}
.openinghourscontent.section .header h3{
    margin: 20px 0;
    color: #000 !important;
    font-size: 35px;
}
/*.categories-filter-right #map{
    margin-top: 25px;
}*/
.order-trace #progressbar li:before{
    line-height: 42px !important;
}
.order-trace #progressbar{
    display: flex;
}
.order-trace #progressbar li{
    margin: 0;
}

#createModal .modal-body{
    padding: 20px;
}
#createModal .modal-body button.custom_button_theme_color:hover{
    background-color: #4633F9;
    color: #fff;
}
#createModal .modal-body .ui-tabs{
    padding: 0 !important;
    margin: 0 5px;
    border: solid 1px #ccc;
}
#createModal .modal-body .ui-tabs ul.ui-widget-header{
    background: #f5f5f5;
    border: none !important;
}
#createModal .modal-body .ui-tabs ul.ui-widget-header li{
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#createModal .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a{
    background-color: #4633F9;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#createModal .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a .fa{
    color: #fff;
    font-size: 20px;
}
#createModal .modal-body .ui-tabs ul.ui-widget-header li a{
    background-color: #f5f5f5;
}
#createModal .modal-body .ui-tabs ul.ui-widget-header li a.fa{
    font-size: 20px;
}
#createModal .modal-footer{
    border-top: none;
    padding: 15px 0;
}
#createModal .ui-tabs .ui-tabs-panel{
    padding: 10px;
    margin-top: 10px;
    font-family: 'Calibri' !important;
}
#createModal .ui-tabs .ui-tabs-panel label.language_block{
   font-size: 14px;
}
#createModal .ui-tabs .ui-tabs-panel input.form-control{
    border-radius: 0;
    font-size: 14px;
 }
 #createModal .modal-footer .btn.language_block{
    border-radius: 20px;
    padding: 0px 25px;
    height: 40px;
    line-height: 19px;
 }
 #createModal .modal-footer .btn.language_block.btn-secondary{
    border: solid 1px #4633F9;
    color: #4633F9;
    background: #fff;
 }
 #createModal .modal-footer .btn.language_block.btn-secondary:hover{
    background: #4633F9;
    color: #fff;
 }
 #createModal .modal-footer .btn.language_block.btn-success{
    background: #4633F9;
    color: #fff;
 }
 #createModal .modal-footer .btn.language_block.btn-success:hover{
    border: solid 1px #4633F9;
    color: #4633F9;
    background: #fff;
 }
 #createModal .ui-tabs .ui-tabs-panel input.form-control:focus{
    border: solid 1px #4633F9;
    box-shadow: none;
 }
 #createModal input.form-check-input{
    width: 20px;
    margin-right: 10px;
    height: 20px;
 }





 #editModal-edit .modal-body{
    padding: 20px;
}
#editModal-edit input.form-check-input{
    width: 20px;
    margin-right: 10px;
    height: 20px;
 }
 #editModal-edit label.form-check-label{
    font-size: 14px;
 }
#editModal-edit .modal-body button.custom_button_theme_color:hover{
    background-color: #4633F9;
    color: #fff;
}
#editModal-edit .modal-body .ui-tabs{
    padding: 0 !important;
    margin: 0 5px;
    border: solid 1px #ccc;
}
#editModal-edit .modal-body .ui-tabs ul.ui-widget-header{
    background: #f5f5f5;
    border: none !important;
}
#editModal-edit .modal-body .ui-tabs ul.ui-widget-header li{
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* #editModal-edit .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a{
    background-color: #4633F9;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#editModal-edit .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a .fa{
    color: #fff;
    font-size: 20px;
} */
#editModal-edit .modal-body .ui-tabs ul.ui-widget-header li a{
    background-color: #f5f5f5;
}
#editModal-edit .modal-body .ui-tabs ul.ui-widget-header li a.fa{
    font-size: 20px;
}
#editModal-edit .modal-footer{
    border-top: none;
    padding: 15px 0;
}
#editModal-edit .ui-tabs .ui-tabs-panel{
    padding: 10px;
    margin-top: 10px;
    font-family: 'Calibri' !important;
}
#editModal-edit .ui-tabs .ui-tabs-panel label.language_block{
   font-size: 14px;
}
#editModal-edit .ui-tabs .ui-tabs-panel input.form-control{
    border-radius: 0;
    font-size: 14px;
 }
 #editModal-edit .ui-tabs .ui-tabs-panel input.form-control:focus{
    border: solid 1px #4633F9;
    box-shadow: none;
 }
 #editModal-edit .modal-footer .btn.language_block{
    border-radius: 20px;
    padding: 0px 25px;
    height: 40px;
    line-height: 19px;
 }
 #editModal-edit .modal-body .btn.btn-secondary{
    border: solid 1px #4633F9;
    color: #4633F9;
    background: #fff;
    border-radius: 20px;

 }
 #editModal-edit .modal-body .btn.btn-secondary:hover{
    color: #fff;
    background: #4633F9;

 }
 #editModal-edit .modal-footer .btn.language_block.btn-secondary{
    border: solid 1px #4633F9;
    color: #4633F9;
    background: #fff;
 }
 #editModal-edit .modal-footer .btn.language_block.btn-secondary:hover{
    background: #4633F9;
    color: #fff;
 }
 #editModal-edit .modal-footer .btn.language_block.btn-success{
    background: #4633F9;
    color: #fff;
 }
 #editModal-edit .modal-footer .btn.language_block.btn-success:hover{
    border: solid 1px #4633F9;
    color: #4633F9;
    background: #fff;
 }
 .checkout__billing.payment-option .form-group{
    align-items: center;
 }
 .checkout__billing.payment-option .form-group label{
    font-weight: 600;
    color: #000 !important;
    margin-left: 20px;
    flex: 1 !important;
    max-width: none !important;
    display: block !important;
    text-align: left;
 }
 .checkout__billing.payment-option .form-group label small{
    color: #888;
    font-weight: normal;
    margin-right: 5px;
    display: block;
 }
 .checkout__billing.payment-option .form-group input.form-check-input{
    margin-top: 0;
    margin-left: 0;
 }
 .checkout__billing.payment-option .form-group{
    border: solid 1px #eee;
    padding: 10px;
    min-height: 65px;
 }
 .order-confirm-payemnt-mode{
    display: flex;
    flex: 1;
    align-items: center;
 }
 .footer-menu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 20px;
 }
 .footer-menu-ul, .footer-menu-ul-ar {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0 10px;
    line-height: 15px;
}

.footer-menu-ul {
    border-right: solid 1px #000;
}

.footer-menu-ul-ar {
    border-left: solid 1px #000;
}
.footer-menu ul:last-child {
    border-right: none;
}

.footer-menu-ul-ar:last-child {
    border-left: none;
}

 .footer-menu ul li{
    text-transform: uppercase;
    font-size: 14px;
 }
 .product-cart .cart__total{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
 }
 .checkout .checkout__billing .ui-tabs.ui-widget-content{
    border: none;
 }
 .checkout .checkout__billing .ui-tabs .ui-widget-header{
    background: none;
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
 }
 .checkout .checkout__billing .ui-tabs li.ui-state-default{
    background: none;
    border: none;
    font-size: 14px;
 }
 .checkout .checkout__billing .ui-tabs li.ui-state-default.ui-state-active a{
    border: none;
    color: #4633F9;
    border-bottom: solid 2px #4633F9;
 }
 .checkout .checkout__billing .ui-tabs li.ui-state-default a:hover{
    color: #4633F9;
 }
 .checkout .checkout__billing .ui-tabs .ui-tabs-panel{
    padding: 1em 0;
 }
 .checkout .checkout__billing .ui-tabs .ui-tabs-panel .form-group.form-check{
    min-height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #BEBEBE;
    display: flex;
    align-items: center;
 }
 .checkout .checkout__billing .ui-tabs .ui-tabs-panel .form-group.form-check label.form-check-label{
    color: #555;
    font-size: 14px;
 }
 .checkout .checkout__billing .ui-tabs .ui-tabs-panel button.pickupBranch{
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 0px;
    margin-bottom: 10px !important;
    color: #555;
    background: none;
    border: solid 1px #787878 !important;
 }
 .checkout .checkout__billing .ui-tabs .ui-tabs-panel button.pickupBranch:hover , .checkout .checkout__billing .ui-tabs .ui-tabs-panel button.pickupBranch.active{
    background-color: #4633F9;
    color:#fff;
 }
 .checkout .checkout__billing form .form-group select{
    width: 100%;
    padding: 0.375rem 0.75rem;
 }
 .checkout .checkout__billing form .form-group select:focus-visible{
    outline: 0;
 }
 #createModal .modal-body .ui-tabs , #editModal-edit .modal-body .ui-tabs{
    border: none;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header{
    background: none;
    border:none !important;
    border-bottom: solid 1px #BEBEBE !important;
    border-radius: 0;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header{
    background: none;
    border:none !important;
    border-bottom: solid 1px #BEBEBE !important;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a{
    background: none;
    border-bottom: solid 2px #4633F9;
    color: #4633F9;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a .fa , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header li.ui-tabs-active.ui-state-active a .fa{
    color: #4633F9;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header li , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header li{
    background: none;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header li a , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header li a {
    background-color: transparent;
 }
 #createModal .modal-body .ui-tabs ul.ui-widget-header li a:hover , #editModal-edit .modal-body .ui-tabs ul.ui-widget-header li a:hover{
    color: #4633F9;
 }
 #createModal .modal-body .ui-tabs .ui-tabs-panel .form-check label , #editModal-edit .modal-body .ui-tabs .ui-tabs-panel .form-check label{
    font-size: 14px;
 }
 #deliveryID{
    margin-top: 15px;
 }
 .icon-text{
    font-size: 14px;
 }
 .form-elem{
    font-size: 14px !important;
 }
 .wishlist.order-listing table tr th:nth-child(4){
    min-width: auto;
 }

.wishlist.order-listing table tr td span{
    white-space: nowrap;
}

.footer-social{
    margin: 5px 0;
}
.whatsapp a.whatsapp-share-button{
    cursor: pointer;
}
.add_prod_box{
    flex-wrap: wrap;
}
.top-right-pattern{
    display: none;
}
.bottom-right-pattern{
    display: none;
}
.product-blog-box.new-ui-css .product-blog-box-img{
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.product-blog-box.new-ui-css .product-blog-box-img img{
    height: 200px;
    width: auto;
}

.add_qty_div{
    gap: 0px !important;
    border-radius: 0px;
    border: solid 1px #000;
}

.add_qty_div input.add_product_qty{
    border: none;
}

.add_qty_div .minus , .add_qty_div .plus{
    width: 25px;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
}

.addlang, .addlangclick{
    color: #000000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    /* letter-spacing: 0.05em !important; */
    padding: 14px 10px !important;
    display: block !important;
}

.order_message input{
    font-weight: 600 !important;
    padding: 0 10px !important;
    height: 36px;
}

#addtocartBtn{
    width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 40px !important;
    line-height: normal !important;
}

.info .price-qty , .info .order_message{
    margin-top: 10px !important;
}

body .product-cart .cart__actions a {
    padding: 4px 15px 4px;
}

body .ui-widget , body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button , .checkout a.btn-primary{
    font-family: 'Calibri';
}

/* body .checkout a.custom_button_theme_color:hover{
    border: none !important;
} */

.checkout a.btn-primary{
    border: none !important;
}

html[dir='rtl'] .checkout__billing #tabs .ui-tabs-nav{
    display: flex;
    width: 100%;
}

html[dir='rtl'] .categories-filter-box li a{
    font-weight: 300;
}

form#change-password-form {
    max-width: 450px;
}

form#change-password-form .change-pas-input{
    width: auto;
    height: 40px;
}

form#change-password-form .form-group:last-child{
    text-align: center;
}

.modal-footer.address-footer button.btn{
    border-radius: 0px !important;
}

html[dir='rtl'] .language-blog .language-menu li a{
    font-weight: 300;
}

@media(min-width:1200px){
    html[dir='rtl'] .login-blog{
        margin-right: 20px;
    }
}

@media(min-width:991px) and (max-width:1200px){
    html[dir='rtl'] .header-bucket {
        margin-right: 15px;
    }

    html[dir='rtl'] .header-bucket:first-child , html[dir='rtl'] .header-bucket:nth-child(2){
        margin-right: 0 !important;
    }

    html[dir='rtl'] .login-blog{
        margin-right: 10px;
    }
}

@media(max-width:991px){
    html[dir='rtl'] .humbarger-menu{
        margin-right: 10px;
    }
}

@media(max-width:576px){
    html[dir='rtl'] .header-bucket .fa-heart{
        font-size: 26px !important;
        margin-left: 5px;
    }

    html[dir='rtl'] .header-bucket .notify-icon{
        right: -2px;
    }

    html[dir='rtl'] .login-blog-icon.language-blog .language-menu {
        min-width: 200px;
        left: 130px;
    }
}

.ar-latter-space {
    letter-spacing: 0px !important
}

.main-part {
    min-height: calc(100vh - 192px);
}

/* pager */
.mfp-pager { width: 100%; position: absolute; z-index: 20; top: 0px; left: 0; right: 0; margin: 0 auto; text-align: center; overflow: hidden; }
.mfp-pager::after { clear: both; display: block; content: ''; }
.mfp-pager li { padding: 0; margin: 0; display: inline-block; }
.mfp-pager .arrow_next,
.mfp-pager .arrow_prev { display: inline-block; }
.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button { vertical-align: middle; border: none; }
.mfp-pager li .arrow { position: relative; top: 2px; padding: 0; margin: 0; display: inline-block; background: url(/temas/claraboia/html/img/sprite.png) no-repeat; width: 18px; height: 11px; text-indent: -9999px; border: none; cursor: pointer; position: relative; }
.mfp-pager li .prev { background-position: -20px -22px; }
.mfp-pager li .next { background-position: -20px -40px; }
.mfp-pager .dots { vertical-align: top; text-align: center; display: inline-block; margin: 0 8px; position: relative; }
.mfp-pager .dots li { display: inline-block; margin: 0 2px; }
.mfp-pager .dots li a { display: block; width: 15px; height: 15px; background: #666; text-indent: -9999px; padding: 5px; margin: 0; cursor: pointer; border: none; }
.mfp-pager .dots li.active { border: 2px solid red; }</pre></body></html>