:root {
    --color-primary: #f75900;
    --color-primary-hover: #d96a2c;
    /*--color-accent: #3E6E93;*/
    --color-accent: #5e5e5e;
    --color-accent-hover: #f75900;
    --color-text: #5e5e5e;
    --color-background: #ffffff;
    --blue-light: #f1f9fe;
    --border-color: #f1f9fe;
    --border-radius: 7px;
    --bs-modal-border-radius: 0;
    --bs-modal-inner-border-radius: 0;
}
html {
    height: 100%;
}
body {
    font-family: "Poppins", sans-serif;
    text-rendering: optimizelegibility;
    color: var(--color-text);
    font-size: 16px;
    /*background-color: #fbfbfb;*/
    background-color: var(--color-background);
}
a {
    color: var(--color-primary);
    text-decoration: underline;
}
a:hover {
    color: var(--color-primary-hover);
    text-decoration: underline 1px line;
}
img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: 600;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", serif;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f2f6fa;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8;
}
/* scrollbar */

@media (min-width: 1520px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}


.bg-light-blue {
    background-color: var(--blue-light) !important;
}


.page-wrapper {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    box-shadow: -2px 0 5px 0 #eee, 2px 0 5px 0 #eee;
}

.btn {
    padding: 12px 35px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 600;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    box-shadow: none;
}

.btn-secondary {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
    box-shadow: none;
}

/* KVKK & GDPR cookie consent*/
.cc-notification {
    position: fixed;
    z-index: 100;
    opacity: 0.8;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    z-index: 2147483647;
    left: 10px;
    right: 10px;
    bottom: 18px;
    padding: 16px;
    padding-top: 24px;
    padding-right: 24px;
  }
  .cc-notification.active {
    display: block;
  }
  .cc-notification .wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cc-notification .wrapper span.cc-text {
    font-size: 14px;
    color: #ffffff;
  }
  .cc-notification .wrapper span.cc-text a {
    text-decoration: underline;
    color: #ffffff;
  }
  .cc-notification .wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.75);
    cursor: pointer;
    font-size: 5px;
    margin-right: 0;
    padding: 5px;
    background: transparent;
    border: none;
  }
  .cc-notification .wrapper .close svg{
    width: 26px;
    height: 26px;
    fill: currentColor;
  }

@media (min-width: 768px) {
    .cc-notification {
        background-clip: padding-box;
        bottom: 16px;
        left: 16px;
        max-width: 400px;
        width: 400px;
    }
}
  
/* KVKK & GDPR cookie consent*/


/* top bar */
.topbar {
    background: var(--color-accent);
    padding: 9px 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .topbar {
        font-size: 13px;
        padding: 7px 5px;
    }
}

/* top bar */

.page-header {
    z-index: 1000;
    background-color: #ffffff;
    position: relative;
}

.search-box form {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
    transition: all 500ms;
}

.search-box input {
    font-size: 12px;
    height: 40px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: 2px solid #dddddd;
}
.search-box input:focus {
    border-color: var(--color-primary);
}
.search-box button {
    position: absolute;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    width: 80px;
    padding: 0;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
    text-align: center;
    cursor: pointer;
    outline: 0;
    background-color: var(--color-primary);
}
.search-box button .icon {
    height: 20px;
    width: 20px;
    fill: #c7c7c7;
}
.search-box button:hover .icon {
    fill: var(--color-primary);
}
.search-box .search-results {
    margin-top: 1px;
    position: absolute;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
    left: 15px;
    right: 15px;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-logo img {
    max-height: 45px;
}



.header-tools {
    display: flex;
    margin-bottom: 0;
}
.header-tools li{
    list-style: none;
    font-size: 14px;
    padding: 0;
    line-height: 20px;
    margin: 0 12px;
}
.header-tools li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    color: var(--color-accent);
    text-decoration: none;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
}
.header-tools li a svg {
    height: 24px;
    fill: currentColor;
    transition: all .3s ease-in-out;
}
.header-tools li a .bell-icon {
    fill: var(--color-primary);
    border-radius: 0;
    border: none;
    padding: 0;
    height: 30px;
    margin-top: 5px;
    -webkit-animation: 8s ease 0s infinite normal none running bellShake;
    -moz-animation: 8s ease 0s infinite normal none running bellShake;
    -o-animation: 8s ease 0s infinite normal none running bellShake;
    animation: 8s ease 0s infinite normal none running bellShake
}
.header-tools li.opportunity-bell a {
    position: relative;
}
.header-tools li.opportunity-bell a .opportunity-count{
    position: absolute;
    right: 14px;
    top: 9px;
    color: #ffffff;
    font-size: 9px;
}
.header-tools li a .title {
    font-size: 15px;
    margin-left: 7px;
    font-weight: 500;
}

.header-tools li:hover a, .header-tools li:hover a svg {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.header-tools li a.desktop .basket {
    display: inline-flex;
    flex-direction: column;
    margin-left: 7px;
    align-items: flex-start;
}
.header-tools li a .basket-count {
    position: absolute;
    background-color: var(--color-primary);
    font-size: 13px;
    line-height: 1;
    transition: all .5s ease 0s;
    margin-bottom: 3px;
    position: absolute;
    top: -9px;
    right: -11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 600;
}
.header-tools li a.desktop .cart-total {
    color: var(--color-primary);
    font-size: 13px;
    line-height: 1;
    transition: all .5s ease 0s;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.mobile-header .header-tools li a .basket-count-mobile {
    position: absolute;
    top: 3px;
    right: 0px;
    border: 1px solid #ffffff;
    min-width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
    background-color: #d52222;
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    transition: all .5s ease 0s;
}



.mobile-header .header-tools li {
    margin: 0;
}
.mobile-header .header-tools li a{
    padding: 5px 11px;
    color: var(--color-primary);
    border: none;
}
.mobile-header .header-tools li a svg {
    border-radius: 0;
    border: none;
    height: 22px;
}
.mobile-header .header-tools li a .basket-count{
    top: -2px;
    right: -3px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.mobile-search {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
    transition: all 500ms;
    margin-bottom: 0;
}

.mobile-search .search-input {
    display: block;
    font-size: 14px;
    height: 46px;
    padding: 8px 40px 8px 10px;
    width: 100%;
    line-height: 28px;
    border: 2px solid #e6e6e6;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: #ffffff;
}
.mobile-search button {
    position: absolute;
    background: var(--color-primary) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    height: 46px;
    width: 60px;
    padding: 0;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
    text-align: center;
    cursor: pointer;
    outline: 0;
}
.mobile-search button .icon {
    height: 20px;
    width: 20px;
    fill: #c7c7c7;
}
.mobile-search button:hover .icon {
    fill: var(--color-primary);
}
.mobile-search .mobile-search-results {
    margin-top: 1px;
    position: absolute;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
    left: 15px;
    right: 15px;
}


.search-modal .modal-header {
    padding: 0;
    position: relative;
    width: 100%;
    transition: all 500ms;
}
.search-modal .modal-body {
    background-color: #fafafa;
}
.search-modal form {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
    transition: all 500ms;
}
.search-modal form .icon {
    height: 20px;
    width: 20px;
    fill: #5c5c5c;
}
.search-modal .search-input {
    font-size: 14px;
    height: 60px;
    padding: 10px 50px;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.search-modal .search-modal-close {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 50px;
}
.search-modal .search-input-clear {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    width: 50px;
    display: none;
}
.search-modal .search-input-clear .icon{
    fill: #ababab;
    opacity: 0.5;
}

.search-modal .search-input:not(:placeholder-shown) ~ .search-input-clear{
    display: block;
}

.search-modal .latest-searches .latest-searches-header {
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    border-bottom: 1px solid #dadada;
    padding-top: 15px;
}
.search-modal .latest-searches .latest-searches-header .latest-searches-title {
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 600;
    margin: 0;
}
.search-modal .latest-searches .latest-searches-header .latest-searches-clear {
    display: flex;
    align-items: center;
    box-sizing: unset;
    margin-right: 15px;
    color: var(--color-accent);
    font-size: 13px;
}
.search-modal .latest-searches .latest-searches-list {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px;
}
.search-modal .latest-searches .latest-searches-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}
.search-modal .latest-searches .latest-searches-list .latest-searches-list-item {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    height: 42px;
    text-decoration: none;
}
.search-modal .latest-searches .latest-searches-list .latest-searches-list-item:last-child {
    border-bottom: none;
}
.search-modal .latest-searches .latest-searches-list .latest-searches-list-item a{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    height: 42px;
}
.search-modal .latest-searches .latest-searches-list .latest-searches-list-item .latest-searches-list-item-delete{
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    align-items: center;
    display: flex;
    height: 42px;
    padding: 0 8px;
    justify-content: center;
}



.search-modal .mobile-search-results {
    background-color: #ffffff;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}

.search-modal .mobile-search-results li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.search-modal .mobile-search-results li a {
    display: flex;
    align-items: center;
    height: 40px;
    text-decoration: none;
    justify-content: space-between;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-modal .mobile-search-results li a span{
    color: #b4b4b4;
    font-size: 11px;
}



.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  .fade-scale.show {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }


.mobile-menu-toggler {
    background: none;
    border: none;
}
.mobile-menu-toggler:active,
.mobile-menu-toggler:focus {
    outline: 0;
}




/* top bar */
.op-0 {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.page-header {
    background-color: #ffffff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: 1px solid #f1f1f1;
}

.sticky-header .page-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}



.mobile-header {
    background-color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
}
.mobile-header .header-logo {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-left: 15px;
}
.mobile-header .header-logo img {
    max-height: 40px;
    max-width: 100%;
}


.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  .fade-scale.show {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }


.mobile-menu-toggler {
    background: none;
    border: none;
}
.mobile-menu-toggler:active,
.mobile-menu-toggler:focus {
    outline: 0;
}
  
.mobile-menu-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 3px;
    margin: 6px 0;
    transition: all 0.2s;
    background: var(--color-primary);;
}

.mobile-menu-toggler .icon-bar:nth-child(2) {
    width: 28px;
}

.mobile-menu-toggler .icon-bar:nth-child(3) {
    width: 20px;
}

.main-menu nav{
    font-weight: 400;
    display: flex;
    padding: 0;
}
.main-menu {
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex-direction: row;
    min-height: 55px;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-menu li {
    /*flex: 1 1 auto;*/
    position: relative;
    padding: 0 8px;
}
.main-menu li a {
    position: relative;
    padding: 0;
    color: var(--color-accent);
    transition: all .25s ease-in-out;
    white-space: inherit;
    text-align: center;
}
.main-menu li a .nav-title{
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    display: inline-block;
    position: relative;
}
.main-menu li:hover{
    color: var(--color-primary);
}
.main-menu li:hover a{
    color: var(--color-primary);
}

.main-menu .dropdown-menu {
    background-color: #ffffff;
    margin-top: -2px;
    border-radius: 0;
    padding: 0;
    border-color: #f1f2f3;
    margin-top: 5px;
}
  

.main-menu li .dropdown-menu a {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
}
.main-menu li .dropdown-menu a:hover {
    color: var(--color-primary);
}
  
.main-menu li .dropdown-menu {
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s;
    border: none;
    border-radius: var(--border-radius);
    background: #ffffff;
    box-shadow:0 3px 10px 0px rgba(125,125,125,0.25);
    transform: scaleY(0);
    transform-origin: 0 0;
    padding: 15px;
    min-width: 250px;
}
.main-menu li .dropdown-menu .dropdown-item {
    text-align: left;
    color: var(--color-accent);
}
.main-menu li .dropdown-menu .dropdown-item:focus,
.main-menu li .dropdown-menu .dropdown-item:hover {
    color: var(--color-primary);
    background-color: transparent;
}
.main-menu li .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}
.main-menu li .dropdown-menu.fade-up {
    top: 180%;
}
.main-menu li:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    overflow: visible;
    transform: scaleY(1);
    transition: all 0.4s ease-in-out;
}
  
.main-menu li .dropdown-toggle:after {
    margin-left: 5px;
    margin-top: 5px;
}
.main-menu li .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}
.main-menu li .dropdown-menu li {
    position: relative;
}


@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}





.menu-overlay {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.menu-overlay.active {
    display: block;
}


.offcanvas-mobile-menu {
    padding: 0;
    max-width: 100%;
}
.offcanvas-mobile-menu .custom-close {
    top: 25px !important;
    right: 35px !important;
}
.offcanvas-mobile-menu .offcanvas-header {
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #dedede;
}
.offcanvas-mobile-menu .offcanvas-header .offcanvas-title {
    font-size: 18px;
}
.offcanvas-mobile-menu .offcanvas-body {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}

.offcanvas-mobile-menu .logo {
    padding: 15px;
}

.offcanvas-mobile-menu .logo img {
    max-height: 35px !important;
}
.offcanvas-mobile-menu .user-buttons {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.offcanvas-mobile-menu .user-buttons a {
    width: 100%;
}
.offcanvas-mobile-menu .offcanvas-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: .5rem;
    column-gap: 1.5rem;
    padding: 10px 15px;
    border-top: .1rem solid #f2f2f2;
}
.offcanvas-mobile-menu .offcanvas-footer .social-links {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.offcanvas-mobile-menu .offcanvas-footer .social-links a{
    position: relative;
    z-index: 1;
    background: none;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 3rem;
    height: 3rem;
    transition-property: color;
}
.offcanvas-mobile-menu .mobile-menu {
    flex: 1 1 auto;
    overflow-x: hidden;
    border-top: .1rem solid #f2f2f2;
}

.mobile-menu {
    display: block;
    padding: 0 0;
    list-style: none;
    /*background: #f1f2f3*/
}
.mobile-menu li.nav-item {
    display: block;
}
.mobile-menu li.nav-item a {
    flex-wrap: inherit;
    padding: 12px 10px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    -ms-flex-wrap: wrap;
    text-align: center;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}
.mobile-menu li.nav-item a i {
    margin-right: 10px;
}
.mobile-menu li.nav-item a span.nav-title {
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}
  
.mobile-menu li.has-sub-category a.sub-category-toggle:after {
    margin-left: auto;
    content: "+";
    font-weight: 600;
}
.mobile-menu li.has-sub-category a.sub-category-toggle.show:after {
    content: "--";
}
  
.mobile-menu li.has-sub-category .sub-category-list {
    transition: all 0.2s ease-in-out;
    background: #fff;
    padding: 0;
}


.mobile-menu li.has-sub-category .sub-category-list {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    background: #fff;
  }
  .mobile-menu li.has-sub-category .sub-category-list.active {
    right: 0;
    overflow: visible;
    display: block;
    padding: 0 10px;
  }
  .mobile-menu li.has-sub-category .sub-category-list.active .top {
    margin: 0 -10px;
  }
  
  
  .mobile-menu li.has-sub-category .sub-category-list.active .selected {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-primary);
    border-bottom: none;
    margin-top: 15px;
    padding-left: 12px;
  }
  .mobile-menu li.has-sub-category .sub-category-list.active .view-all a {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-primary);
    margin-bottom: 10px;
    border-bottom: none;
    padding-top: 5px;
  }

  .mobile-menu .top {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.mobile-menu .top .menu-title {
    color: #484848;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 10px;
}
  

.mobile-search-box {
    margin: 15px 0;
}
.mobile-search-box form {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    transition: all 500ms;
}
.mobile-search-box input {
    border-radius: 0;
    font-size: 14px;
    padding: 8px 36px 8px 8px;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.mobile-search-box button {
    position: absolute;
    background: transparent;
    border: 0 none;
    color: #e3e3e3;
    height: 44px;
    width: 40px;
    padding: 0;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
    text-align: center;
    outline: 0;
}
.mobile-search-box button .icon {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.offcanvas-account {
    padding: 0 15px;
}
.offcanvas-account .custom-close {
    top: 25px !important;
    right: 35px !important;
}
.offcanvas-account .offcanvas-header {
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #dedede;
}
.offcanvas-account .offcanvas-header .offcanvas-title {
    font-size: 22px;
    font-weight: 400;
}



.offcanvas-cart {
    /*padding: 0 15px;*/
}
.offcanvas-cart .custom-close {
    top: 25px !important;
    right: 35px !important;
}
.offcanvas-cart .offcanvas-header {
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #dedede;
}
.offcanvas-cart .offcanvas-header .offcanvas-title {
    font-size: 18px;
    margin-left: 15px;
}

.password-visibility-toggler {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 45px;
    width: 50px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s all ease-in-out;
}
.password-visibility-toggler svg {
    height: 25px;
    width: 25px;
    fill: currentColor;
    vertical-align: sub;
    transition: all 0.3s all ease-in-out;
}




.custom-close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: -15px;
    padding: 12px;
    position: absolute;
    right: 25px;
    top: 15px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    transform: translateX(10px);
    box-shadow: none;
    outline: 0 none !important;
    background-color: transparent;
    border: 9px solid transparent;
    border-radius: 100%;
}
.custom-close:before,
.custom-close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #333333;
    transform-origin: 50% 50%;
    opacity: 1;
    transition: transform ease 0.25s;
}
.custom-close.custom-close-light:before,
.custom-close.custom-close-light:after {
    background-color: #ffffff !important;
}
.custom-close:before,
.custom-close:before {
    transform: rotate(45deg);
}
.custom-close:after,
.custom-close:after {
    transform: rotate(-45deg);
}
.custom-close:hover:before,
.custom-close:hover:after {
    transform: rotate(0deg);
}


/* Toast Messages */
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-bottom-center {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
}
#toast-container > .toast .btn-close-toast {
    margin: auto 0.5rem auto auto;
    filter: invert(1) grayscale(100%) brightness(200%);
}
#toast-container > .toast:hover,
#toast-container > .toast:focus {
    opacity: 1;
}
@media (max-width: 576px) {
    #toast-container > .toast {
      width: 300px;
    }
}
/* Toast Messages */

/* Custom Modal */
.custom-alert .modal-content {
    border: none;
    border-radius: 0;
    color: var(--color-primary);
}

.custom-alert .modal-body {
    text-align: center;
    padding: 20px;
}

.custom-alert .modal-body .custom-modal-title {
    position: relative;
    max-width: 100%;
    margin: 10px;
    color: var(--color-primary);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.custom-alert .modal-body .custom-modal-message {
    z-index: 1;
    justify-content: center;
    margin: 10px 10px 20px;
    padding: 0;
    overflow: auto;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.custom-alert .custom-alert-icon {
    text-align: center;
    display: block;
    height: 80px;
    margin-bottom: 20px;
}

.custom-alert .custom-alert-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 20px auto 0;
    padding: 0;
}

.custom-alert .custom-alert-actions .btn {
    margin: 0 5px;
}

.custom-alert.custom-alert-info .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2334a7da' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M290.211,360.727c-5.234,0.488-10.489-0.693-15.011-3.375c-3.304-3.392-4.888-8.101-4.305-12.8 c0.122-3.912,0.589-7.806,1.396-11.636c0.781-4.394,1.79-8.744,3.025-13.033l13.731-47.244c1.416-4.663,2.352-9.459,2.793-14.313 c0-5.236,0.698-8.844,0.698-10.938c0.292-9.333-3.693-18.289-10.822-24.32c-8.769-6.732-19.689-10.041-30.72-9.309 c-7.905,0.119-15.749,1.413-23.273,3.84c-8.223,2.56-16.873,5.624-25.949,9.193l-3.956,15.36 c2.676-0.931,5.935-1.978,9.658-3.142c3.552-1.052,7.234-1.601,10.938-1.629c5.196-0.563,10.426,0.713,14.778,3.607 c2.956,3.527,4.343,8.109,3.84,12.684c-0.013,3.913-0.442,7.814-1.28,11.636c-0.815,4.073-1.862,8.378-3.142,12.916 l-13.847,47.476c-1.116,4.413-2.009,8.879-2.676,13.382c-0.544,3.855-0.816,7.743-0.815,11.636 c-0.057,9.397,4.24,18.291,11.636,24.087c8.904,6.837,19.98,10.226,31.185,9.542c7.89,0.162,15.753-0.978,23.273-3.375 c6.594-2.25,15.399-5.469,26.415-9.658l3.724-14.662c-2.984,1.238-6.057,2.249-9.193,3.025 C298.346,360.583,294.274,360.935,290.211,360.727z'%3E%3C/path%3E%3Cpath d='M304.756,136.727c-6.333-5.816-14.677-8.945-23.273-8.727c-8.591-0.194-16.927,2.932-23.273,8.727 c-11.632,10.03-12.931,27.591-2.9,39.224c0.894,1.037,1.863,2.006,2.9,2.9c13.252,11.853,33.294,11.853,46.545,0 c11.632-10.129,12.851-27.769,2.722-39.401C306.635,138.481,305.725,137.571,304.756,136.727z'%3E%3C/path%3E%3Cpath d='M256,0C114.615,0,0,114.615,0,256s114.615,256,256,256s256-114.615,256-256S397.385,0,256,0z M256,488.727 C127.468,488.727,23.273,384.532,23.273,256S127.468,23.273,256,23.273S488.727,127.468,488.727,256S384.532,488.727,256,488.727 z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-success .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.257 512.257' fill='%239dd97b' xml:space='preserve' %3E%3Cpath d='M147.379,213.709c-4.881-4.18-12.227-3.612-16.407,1.269c-3.731,4.356-3.731,10.781,0,15.138L247.335,346.48 c4.493,4.595,11.86,4.678,16.455,0.185c0.062-0.061,0.124-0.122,0.185-0.185L458.07,142.843l16.64-17.455l33.396-34.909 c4.92-4.134,5.557-11.474,1.423-16.395c-4.134-4.92-11.474-5.557-16.395-1.423c-0.663,0.557-1.261,1.186-1.785,1.876 l-29.905,31.069l-16.175,16.989L255.364,321.694L147.379,213.709z'%3E%3C/path%3E%3Cpath fill='rgba(165,220,134,.5)' d='M490.768,158.785h0.233c-4.742-4.338-12.102-4.01-16.44,0.732c-2.691,2.942-3.689,7.057-2.644,10.905 c47.548,119.414-10.711,254.763-130.124,302.31S87.03,462.021,39.482,342.607C-8.066,223.194,50.193,87.845,169.607,40.297 C257.374,5.35,357.559,26.925,423.161,94.901c4.976,4.067,12.307,3.33,16.374-1.646c3.66-4.478,3.476-10.964-0.432-15.227 c-0.48-0.348-0.986-0.66-1.513-0.931C338.714-23.513,176.998-24.919,76.388,73.957s-102.017,260.592-3.141,361.202 c98.876,100.611,260.592,102.017,361.202,3.141c72.747-71.493,95.986-179.413,59.112-274.511 C493.061,161.914,492.101,160.194,490.768,158.785z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-error .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 512 512' style='fill:%23DC3545;' xml:space='preserve'%3E%3Cpath d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0 S484.3,190.1,403.1,108.9z M390.8,390.8c-74.3,74.3-195.3,74.3-269.6,0c-74.3-74.3-74.3-195.3,0-269.6s195.3-74.3,269.6,0 C465.2,195.5,465.2,316.5,390.8,390.8z'/%3E%3Cpolygon points='340.2,160 255.8,244.2 171.8,160.4 160,172.2 244,256 160,339.8 171.8,351.6 255.8,267.8 340.2,352 352,340.2 267.6,256 352,171.8 '/%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-warning .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%23ff9000' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 338.531 338.531' xml:space='preserve'%3E%3Cpath d='M333.413,275.866l-139.2-239.6c-6.4-10.8-15.6-17.2-25.2-17.2c-10,0-19.2,6.4-25.2,17.2l-138.4,239.6 c-6.4,10.8-7.2,22-2,30.4c4.8,8.4,14.8,13.2,27.6,13.2h276.8c12.4,0,22.4-4.8,27.6-13.2 C340.213,297.866,339.413,286.666,333.413,275.866z M320.213,297.866c-2,3.2-6.4,4.8-12.8,4.8h-276.8c-6.4,0-11.2-2-12.8-4.8 c-2-3.2-1.2-8,2-13.6l138.4-239.6c3.2-5.6,7.2-8.8,10.8-8.8c3.6,0,7.6,3.2,10.8,8.8l138.4,239.6 C321.413,289.866,322.213,294.666,320.213,297.866z'%3E%3C/path%3E%3Cpath d='M169.013,97.866c-4.8,0-8.4,3.6-8.4,8.4v111.2c0,4.8,3.6,8.4,8.4,8.4s8.4-3.6,8.4-8.4v-111.2 C177.413,101.466,173.813,97.866,169.013,97.866z'%3E%3C/path%3E%3Ccircle cx='169.013' cy='259.466' r='14.8'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-question .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2387adbd' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 612 612' xml:space='preserve'%3E%3Cpath d='m306.022 612v-13.984l-.022 13.984c-168.73 0-306-137.275-306-306.005 0-168.725 137.27-305.995 306-305.995s306 137.27 306 305.995c0 168.73-137.265 306.005-305.978 306.005zm-.022-584.03c-153.308 0-278.03 124.723-278.03 278.025 0 153.307 124.722 278.035 278.03 278.035h.022c153.29 0 278.008-124.729 278.008-278.036 0-153.302-124.722-278.024-278.03-278.024z' fill='%23c9dae1'%3E%3C/path%3E%3Cpath d='m306 370.409c-7.725 0-13.985-6.26-13.985-13.985v-59.195c0-7.725 6.26-13.985 13.985-13.985 30.951 0 56.13-25.178 56.13-56.129 0-30.957-25.179-56.146-56.13-56.146s-56.135 25.189-56.135 56.146c0 7.725-6.26 13.985-13.985 13.985s-13.985-6.26-13.985-13.985c0-46.379 37.731-84.116 84.105-84.116s84.1 37.737 84.1 84.116c0 41.608-30.375 76.257-70.114 82.936v46.374c-.002 7.724-6.26 13.984-13.986 13.984z'%3E%3C/path%3E%3Ccircle cx='305.995' cy='433.743' r='23.03' fill='%2387adbd'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert .close {
    position: absolute;
    right: -15px;
    top: -15px;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 0.25em 0.25em;
    color: #ffffff;
    background: #000000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

@media (max-width: 576px) {
    .custom-alert .close{
        right: 0;
        top: 0;
    }
}

/* Custom Modal */

.col-form-label {
    padding-top: 0.25rem;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-accent);
}

.form-control {
    padding: 10px;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    border-radius: var(--border-radius);
    box-shadow: none;
    outline: none !important;
    font-size: 15px;
}
.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}


.category-card {
    margin-bottom: 15px;
    transition: 0.3s all ease;
}
.category-card img {
    border-radius: 5px 5px 0 0;
}
.category-card span {
    border-radius: 0 0 5px 5px;
    display: block;
    background: var(--color-accent);
    color: #ffffff;
    padding: 12px 10px;
    text-align: center;
    transition: 0.3s all ease;
}
.category-card:hover span {
    background: var(--color-primary);
}



footer {
    margin-top: auto;
}
.footer{
    padding: 70px 0 50px;
    background: var(--color-accent);
}
.copyright{
    padding: 7px 0;
    background: var(--color-accent);
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
}
.copyright img{
    height: 24px;
}
.footer .title {
    display: flex;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
} 
.footer .footer-menu {
    list-style: inside;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.footer .footer-menu.bullet-square {
    list-style: none outside;
    list-style-type: square;
    padding-left: 15px;
}
.footer .footer-menu.bullet-square .footer-menu-item {
    list-style: none outside;
    list-style-type: square;
}
.footer .footer-col .text {
    color: var(--color-primary);
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.footer .footer-menu .footer-menu-item {
    list-style-type: none;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    padding: 0;
    margin: 10px 0;
}
.footer .footer-menu .footer-menu-item, .footer .footer-menu .footer-menu-item a {
    color: #FFFFFFBF;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.75;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer .footer-menu .footer-menu-item, .footer .footer-menu .footer-menu-item a svg {
    margin-right: 10px;
}
.footer .footer-menu .footer-menu-item:hover, .footer .footer-menu .footer-menu-item a:hover {
    color: #f5f5f5;
}
  
.footer .footer-menu.social-icons .footer-menu-item {
    display:inline;
    margin: 0 15px;
}
.footer .footer-menu.social-icons .footer-menu-item svg{
    fill: var(--color-primary);
    width: 25px;
    height: 25px;
}
.footer .footer-menu.social-icons .footer-menu-item:hover svg{
    fill: var(--color-accent);
}

.footer .footer-menu-item .icon{
    background-color: var(--color-primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 12px;
    color: #ffffff;
}
.footer .footer-menu-item .icon svg {
    fill: var(--color-accent);
}
.footer .footer-menu-item .footer_title {
    font-weight: 600;
}
  
.footer .company {
    color: #ffffff;
    margin-bottom: 0;
}

.footer-logo {
    max-width: 200PX;
    padding: 10px 15px;
}

.footer-shopping-banner {
    display: flex;
    color: #777;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.footer-shopping-banner .footer-shopping-banner-icon {
    width: 40px;
    position: relative;
    display: block;
}
.footer-shopping-banner .footer-shopping-banner-icon svg {
    fill: #077fb5;
    width: 35px;
    height: 35px;
}
.footer-shopping-banner .footer-shopping-banner-text {
    color: var(--color-primary);
    margin-left: 5px;
    line-height: 1;
    text-align: left;
}
.footer-shopping-banner .footer-shopping-banner-text p {
    color: #737373;
    margin: 0;
    font-size: 13px;
}
.footer-shopping-banner .footer-shopping-banner-text .footer-shopping-banner-text-title {
    color: #333333;
    margin-bottom: 5px;
    font-size: 14px;
}

.footer-accordion .title .accordion-icon {
    display: none;
}

@media (max-width: 768px) {
    .footer-accordion .title {
        padding: 18px 0;
        margin-bottom: 0;
        border-top: 1px solid var(--border-color);
    }
    .footer-accordion .title .accordion-icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        margin-top: -0.3rem;
        height: 0.6rem;
        transition: transform 0.3s ease-in-out;
    }
    .footer-accordion[open]>.title .accordion-icon {
        transform: scaleY(-1);
    }
    .footer-accordion .footer-menu {
        display: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
    }
    .footer-accordion[open]> .footer-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}



.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 15px;
    background-color: var(--color-primary);
    color: #ffffff;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
.scroll-to-top.active {
    visibility: visible;
    opacity: 0.7;
}
.scroll-to-top:hover {
    background-color: var(--color-primary);
    color: var(--color-primary);
    opacity: 1;
}
.scroll-to-top svg {
    fill: #ffffff;
    width: 50px;
    height: 50px;
}
.scroll-to-top:hover svg {
	animation: arrowUp 0.8s linear infinite;
}

@keyframes arrowUp {
	0% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-20px);
		opacity:   0;
	}
	
	51% {
		transform: translateY(20px);
	}
	
	100% {
		transform: translateY(0);
		opacity:   1;
	}
}

.whatsapp-support {
    position: fixed;
    left: 20px;
    bottom: 30px;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.whatsapp-support svg {
    height: 50px;
    width: 50px;
    fill: #1bd742;
}

/*hero banner*/
.hero-banner {
    position: relative;
    min-height: 50px;
}
.hero-banner .breadcrumb-wrapper {
    overflow: hidden;
} 
.hero-banner .breadcrumb {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 0;
    list-style: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
} 
.hero-banner .breadcrumb::-webkit-scrollbar {
    display: none;
}
.hero-banner .breadcrumb > li {
    display: inline-block;
    color: var(--color-accent);
}
.hero-banner .breadcrumb > li a {
    text-decoration: none;
    color: var(--color-accent);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.hero-banner .breadcrumb > li a:hover {
    color: var(--color-primary);
}
.hero-banner .breadcrumb > li.active {
    color: var(--color-primary);
}
.hero-banner .breadcrumb li i {
    padding-right: 8px;
} 
.hero-banner .breadcrumb > li + li:before {
    padding: 0 7px;
    content: ">";
    color: #9fa4aa;
}
/*hero banner*/

.sidebar-content {
    border-top: 5px solid #077fb5;
    background: #F4F4F4;
    width: 250px;
}
.sidebar-title {
    padding: 10px 25px;
    font-weight: 600;
    border-bottom: 1px dotted #839DB3;
}

.sidebar-nav {
    border: 1px solid #ededed;
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding: 8px 5px;
}
.sidebar-nav .sidebar-item {
    display: flex;
}

.sidebar-nav .sidebar-link {
    font-weight: 400;
    padding: 6px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    color: rgb(62, 65, 69);
    text-decoration: none;
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
}
.sidebar-nav .sidebar-link .count {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    opacity: 0.7;
    color: rgb(132, 134, 137);
    flex: 1 1 0%;
}
.sidebar-nav .sidebar-link .icon-wrapper {
    width: 25px;
    display: flex;
}
.sidebar-nav .sidebar-link .icon{
    fill: currentColor;
    width: 16px;
}
.sidebar-nav .sidebar-item:hover a {
    color: var(--color-primary);
}
.sidebar-content.brand-filter .sidebar-nav{
    max-height: 300px;
    overflow-y: scroll;
}


.product-sidebar {
    width: 300px;
}
.product-sidebar .product-card {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    background: #ffffff;
    border-radius: 2px;
    padding: 10px;
}
.product-sidebar .product-card .image-wrapper {
    text-align: center;
}
.product-sidebar .product-card img{
    max-width: 100%;
}



/*product-filter*/
.product-filter {
    margin-bottom: 10px;
    padding: 8px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0;
}
.product-filter .col-left {
    flex: 1;
}
.product-filter .col-left,
.product-filter .col-right {
    margin: 0px -15px;
    display: flex;
    align-items: center;
}
.product-filter .col-left > div,
.product-filter .col-right > div {
    position: relative;
    padding: 0px 15px;
}
.product-filter .col-left > div + div:before,
.product-filter .col-right > div + div:before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    left: 0px;
    height: 14px;
    border-left: 1px solid #adadad;
}
.product-filter button.sort-results {
    padding: 2px 5px;
    font-weight: 400;
    cursor: pointer;
    outline: 0;
    background: transparent;
    border: none;
    font-size: 14px;
}
.product-filter .sort {
    max-width: 180px;
}
.product-filter .sort .sort-order-list {
    padding: 10px;
    position: absolute;
    top: 2rem;
    right: -5px;
    z-index: 2;
    background: #fff;
    width: 100%;
    border-radius: 0;
    display: none;
    box-shadow: 0 3px 10px 0px rgba(125,125,125,0.25);
    border: solid 1px #f1f1f1;
    min-width: 200px;
}
.product-filter .sort .sort-order-list.show {
    display: block;
}
.product-filter .sort .sort-order-list .sort-order-item {
    padding: 3px 2px;
}
.product-filter .sort .sort-order-list .sort-order-item a {
    color: #333;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
}
.product-filter .sort .sort-order-list .sort-order-item:hover a {
    text-decoration: underline;
}
.product-filter .filter button.filter-results {
    padding: 0.57143rem 0.57143rem 0.57143rem 0;
    letter-spacing: 0.04286rem;
    font-weight: 400;
    cursor: pointer;
    outline: 0;
    background: transparent;
    border: none;
    font-size: 15px;
}
.product-filter .filter {
    min-width: 100px;
}



.text-content {
    word-wrap: break-word!important;
    word-break: break-word!important;
    color: var(--color-text);
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    font-family: "Nunito", serif;
    color: var(--color-text);
    font-weight: 400;
    line-height: 1.5;
}
.text-content h1 {
    font-size: 30px;
}
.text-content h2 {
    font-size: 26px;
}
.text-content h3 {
    font-size: 24px;
    line-height: 1.0909090909;
}
.text-content p {
    font-size: 15px;
    line-height: 22px;
    color: var(--color-text);
    margin-bottom: 5px;
}
.text-content p:last-child {
    margin-bottom: 0;
}
.text-content table {
    width: 100%;
}
.text-content table tbody tr td {
    padding: 5px;
}
.text-content table thead tr th, .text-content table thead tr td {
    font-weight: 600;
    font-size: 12px;
    padding: 7px;
}
.text-content ul,
.text-content ul li,
.text-content ol li,
.text-content ol {
    list-style: initial;
}
.text-content li {
    font-size: 15px;
    line-height: 26px;
}

.text-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
  
.text-content blockquote p,
blockquote p {
    display: inline;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}
  
.text-content blockquote ol:last-child,
.text-content blockquote p:last-child,
.text-content blockquote ul:last-child {
    margin-bottom: 0;
}
  
.text-content blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
  
.text-content br {
    display: block !important;
}
  
  /* Lists */
.text-content ul,
.text-content ul li {
    list-style-type: square;
}
  
.text-content ol,
.text-content ol li {
    list-style-type: decimal;
}
  
.text-content ul,
.text-content ol {
    margin: 16px 0;
    padding: 0 0 0 40px;
    word-wrap: break-word;
}
.text-content li > ul,
.text-content li > ol {
    margin: 0;
}
  
.text-content pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.text-content img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}
  
.text-content .info {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    margin: 0 0 21px 0;
}
.text-content .info span {
    font-style: italic;
}
  
.text-content .share-buttons span {
    color: var(--color-text);
    font-weight: 600;
    font-size: 13px;
    margin-right: 15px;
}
.text-content .share-buttons a {
    font-size: 18px;
    margin-left: 5px;
    padding: 5px;
    color: var(--color-primary);
}
.text-content .share-buttons a:hover {
    color: #757575;
}










/*product grid*/
.product-card {
    position: relative;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    /*border: 1px solid transparent;*/
    display: flex;
    flex-direction: column;
    box-shadow: rgba(1, 53, 102, 0.05) 0px 11px 50px 11px;
    transition: all ease-in-out 0.3s;
}
.product-card:hover {
    /*border: 1px solid var(--color-accent);*/
}
.product-card .product-image {
    padding: 0;
    height: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100%;
}
.product-card .product-image a {
    display: block;
}
.product-card .product-image img {
    width: 100%;
    height: auto;
}
.product-card img.lazyload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
}
.product-card .product-tag {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600
}
.product-card:hover .product-image.grayscale img {
    filter: grayscale(0%);
}
.product-card.out-of-stock .product-image img {
    filter: grayscale(0%);
}
.product-card.out-of-stock:hover .product-image img {
    filter: none;
}
.product-card.out-of-stock .out-of-stock-message {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #3975c4c2;
    top: 50%;
    padding: 8px 5px;
    font-size: 15px;
    cursor: pointer;
}
.product-card.out-of-stock:hover .out-of-stock-message {
    display: none;
}
.product-image .pic-1 {
    opacity: 1;
}
.product-card:hover .product-image .pic-1 {
    opacity: 0;
}
.product-image .pic-2 {
    opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.product-card:hover .product-image .pic-2 {
	z-index: 0;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
  
.product-card .like, .product-card .liked {
    position: absolute;
    right: 8px;
    top: 10px;
    transition: all 0.5s;
    background-position: center center;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.product-card:hover .like, .product-card:hover .liked {
    display: block;
}
.product-card .like, .product-card .liked:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e81a44' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z'/%3E%3C/svg%3E");
}
.product-card .like:hover, .product-card .liked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e81a44' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z'/%3E%3C/svg%3E");
}

.product-card .add-to-cart {
    color: #ffffff;
    background-color: var(--color-primary);;
    border: 2px solid var(--color-primary);
    font-size: 15px;
    text-align: center;
    margin-top: auto;
    padding: 9px 0;
    border-radius: 50px;
    width: 100%;
    transition: all 0.3s;
}
.product-card .add-to-cart:hover {
    color: var(--color-primary);;
    background-color: #ffffff;
    border-width: 2px;
    text-decoration: none;
}
.product-card:hover .add-to-cart:after {
    content: '';
}
.product-card .add-to-cart.unavailable {
    border-color: #4f4f4f;
    color: #4f4f4f;
}
.product-card .add-to-cart.unavailable:hover {
    color: #ffffff;
    border-color: #4f4f4f;
    background-color: #4f4f4f;
}
.product-card .product-badges {
    left: 15px;
    top: 15px;
    position: absolute;
    display: none;
}
.product-card .product-badges ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.product-card .product-badges li {
    transition: all 0.3s;
    display: inline-block;
}
.product-card .product-badges li span {
    font-size: 12px;
    padding: 5px 10px;
    float: left;
    color: #fff;
    margin-bottom: 5px;
    line-height: 16px;
    position: relative;
    border-radius: 2px;
}
.product-card:hover .product-badges li span {
    opacity: 0;
}
.product-card .product-badges li span.discount-label {
    background-color: var(--color-accent);
    color: #ffffff;
}
.product-card .product-badges li span.product-new-label {
    background-color: #e79519;
    color: #ffffff;
}
.product-card .product-badges li span.free-shipping-label {
    background-color: #da2828e5;
    font-size: 10px !important;
    width: 65px !important;
    height: 27px !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 10px;
}
.product-card .product-badges li span.free-shipping-label:after {
    background-color: #da2828e5;
}
.product-card .product-content {
    padding: 10px;
    margin: 0;
    border-top: none;
    min-height: 130px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    background-color: #f5f5f5;
}
.product-card .title {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.product-card .title a {
    color: #0A2803;
    text-decoration: none;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 20px;
    height: 56px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-align: center;
}
.product-card .title a:hover {
    color: var(--color-accent);
}
  
.product-card .price-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.product-card .price {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
    padding-right: 10px;
    transition: all 0.3s;
}
.product-card .price-base {
    /*display: block;*/
    text-decoration: line-through;
    color: var(--color-text);
    font-size: 13px;
    margin-right: 5px;
    transition: all 0.3s;
}
.product-card .out-of-stock {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #f44336cb;
    top: 50%;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}



.product-card .brand {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
}
.product-card .brand:hover {
    color: #464646;
    text-decoration: none;
}


.product-card .rating {
    display: none;
    margin: 10px 0;
    height: 24px;
}
.product-card .rating svg{
    fill: #f7c028;
    width: 16px;
    height: 16px;
}
.product-card .rating .review-count{
    margin-left: 5px;
    color: #3d3d3d;
    font-size: 13px;
}




.pr-col {
    padding-left: 5px;
    padding-right: 5px;
}



.product-card .product-image-badges {
    left: 15px;
    top: 15px;
    position: absolute;
}
.product-card .product-image-badges ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.product-card .product-image-badges li {
    transition: all 0.3s;
    margin-bottom: 5px;
}
.product-card .product-image-badges li img {
    max-width: 55px;
}
.product-card:hover .product-image-badges {
    display: none;
}

@media (max-width: 768px) {
    .product-card .product-image-badges li img {
        max-width: 45px;
    }
}
  
/*product grid*/



.minicart-product-list {
    position: relative;
    margin:0;
    padding-left:0;
    list-style:none;
    max-height: calc(100% - 240px);
    overflow: inherit;
}
.minicart-product-list li{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}
.minicart-product-list li:last-child {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
.minicart-product-list li .image {
    flex:1 0 75px;
}
.minicart-product-list li .content {
    position:relative;
    -webkit-box-flex:1;
    flex:1 0 calc(100% - 75px);
    padding-left:15px;
    min-height: auto;
    margin: auto;
}
.minicart-product-list li .content .title {
    font-weight: 500;
    color:#555555;
    text-decoration: none;
}
.minicart-product-list li .content .title:hover {
    color:#333;
    text-decoration: underline;
}
.minicart-product-list li .content .quantity-price {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.minicart-product-list li .content .amount {
    font-size:14px;
    font-weight: 500;
    color:#333;
}
.minicart-product-list li .content .remove-cart-item {
    line-height:1.5;
    position:absolute;
    top:0;
    right:0;
    padding:0 3px;
    color:#7e7e7e;
    text-decoration: none;
}
.minicart-product-list li .content .remove-cart-item:hover{
    color:#b50404;
}

.minicart-footer {
    width: 100%;
    margin-top: auto;
}
.minicart-footer .sub-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.minicart-footer .sub-total strong {
    font-weight: 600;
    color: #333;
}
.minicart-footer .sub-total .amount {
    font-weight: 600;
    color: #b50404;
}
.minicart-footer .btn-wrapper {
    margin-top: 10px;
}
.minicart-footer .btn-wrapper .btn {
    margin-bottom: 10px;
}





.swiper-nav .swiper-nav-btn {
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    z-index: 10;
    cursor: pointer;
    border: 2px solid var(--color-primary);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
    touch-action: none;
    box-shadow: 0rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.05);
  }
  .swiper-nav .swiper-nav-btn.prev-item-1 {
    transition: all 500ms ease;
    opacity: 0;
    left: 20px;
  }
  .swiper-nav .swiper-nav-btn.next-item-1 {
    transition: all 500ms ease;
    opacity: 0;
    right: 20px;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.prev-item-1 {
    transition: all 500ms ease;
    opacity: 1;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.next-item-1 {
    transition: all 500ms ease;
    opacity: 1;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.swiper-button-disabled {
    opacity: 0;
  }
  .swiper-nav .swiper-nav-btn.next-item-1 svg, .swiper-nav .swiper-nav-btn.prev-item-1 svg {
    width: 20px;
    height: 36px;
    transition: all 0.3s ease-out 0s;
  }


  .swiper-nav .swiper-nav-btn.prev-item-2 {
    transition: all 500ms ease;
    opacity: 0;
    left: 30px;
    border-radius: 0;
    height: 45px;
    width: 45px;
    border: 2px solid var(--color-primary);
    background-color: transparent;
  }
  .swiper-nav .swiper-nav-btn.next-item-2 {
    transition: all 500ms ease;
    opacity: 0;
    right: 30px;
    border-radius: 0;
    height: 45px;
    width: 45px;
    border: 2px solid var(--color-primary);
    background-color: transparent;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.prev-item-2 {
    transition: all 500ms ease;
    opacity: 1;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.next-item-2 {
    transition: all 500ms ease;
    opacity: 1;
  }
  .swiper-nav .swiper-nav-btn.next-item-2 svg, .swiper-nav .swiper-nav-btn.prev-item-2 svg {
    width: 18px;
    height: 41px;
    transition: all 0.3s ease-out 0s;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary);
}
@media (max-width: 768px) {
    .swiper-nav .swiper-nav-btn {
      border-radius: 0;
      background-color: transparent;
      box-shadow: none;
    }
    .swiper-wrapper .swiper-nav .swiper-nav-btn.prev-item-1:hover {
        width: 50px;
        height: 50px;
        transition: all 500ms ease;
    }
    .swiper-wrapper:hover .swiper-nav .swiper-nav-btn.prev-item-1 {
      left: 0;
    }
    .swiper-wrapper:hover .swiper-nav .swiper-nav-btn.next-item-1 {
      right: 0;
    }
    .swiper-wrapper .swiper-nav .swiper-nav-btn.prev-item-2:hover {
        width: 50px;
        height: 50px;
        transition: all 500ms ease;
    }
    .swiper-wrapper:hover .swiper-nav .swiper-nav-btn.prev-item-2 {
      left: 0;
    }
    .swiper-wrapper:hover .swiper-nav .swiper-nav-btn.next-item-2 {
      right: 0;
    }
}

.swiper-container {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    min-height: 0;
    min-width: 0;
  }

#main-slider.swiper-container {
    border-radius: 0;
}

#main-slider .swiper-slide a {
    display: block;
}

.main-slider-thumbnails {
    cursor: pointer;
}
.main-slider-thumbnails .swiper-slide {
    width: auto;
    opacity: 0.6;
}
.main-slider-thumbnails .thumb-info {
    max-width: 100%;
    line-height: 45px;
    background: #eaeaea;
    cursor: pointer;
    text-align: center;
    color: var(--color-accent);
    border-bottom: 3px solid #ffffff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
  
.main-slider-thumbnails .swiper-slide-thumb-active {
    opacity: 1;
}
  
.main-slider-thumbnails .swiper-slide-thumb-active .thumb-info {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
#main-slider .swiper-pagination-bullets {
    bottom: 0;
}

@media screen and (max-width: 768px) {
    /*.slider-section, .slider-section .container-fluid {
        padding: 0 !important;
    }*/

    #main-slider .swiper-slide a {
        border-radius: 0;
        border: none;
    }
    #main-slider .swiper-slide a img {
        border-radius: 0;
    }
}



.banner-strip {
    color: #ffffff;
    fill: #ffffff;
    background-color: #2d465f;
    border-radius: 2px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}



.banner-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-card{
    overflow: hidden;
	position: relative;
	display: block;
    border: none;
    height: 350px;
}
.banner-card a{
    text-decoration: none;
}
.banner-card:hover {
    /*box-shadow: 0 5px 15px -5px rgba(0,0,0, .1);*/
}
.banner-card .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 320px;
}
.banner-card .image-wrapper img{
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-card:hover .image-wrapper img{
    /*scale: 1.02;*/
}
.banner-card .banner-card-body{
    background-color: #f2f2f2;
    padding: 15px 10px;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.banner-card .banner-card-body .title{
    font-family: "Nunito", serif;
    font-weight: 400;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    text-decoration: none;
}
.banner-card .banner-card-body .description{
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary);
    margin-bottom: 0;
    max-height: 0;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.banner-card:hover .banner-card-body .description{
    max-height: 80px;
    padding-bottom: 15px;
}



.banner-card .campaign-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-primary);
    padding: 1px 7px;
    line-height: 95px;
    color: #ffffff;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.banner-card:hover .campaign-badge {
    opacity: .9;
}

.product-list-section {
    padding-top: 30px;
    padding-bottom: 30px;
}


.scroll-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.scroll-banner .scroll-banner-card {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .scroll-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: wrap;
        width: 700px;
    }
    .scroll-banner .scroll-banner-card {
        width: 150px;
        overflow: scroll;
    }
}




.categories-section {
    padding: 40px 0;
}
.categories-section .swiper-slide {
    display: flex;
    justify-content: center;
}
.categories-section .swiper-slide .image-wrapper{
    background-color: #ffffff;
    padding: 15px;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.categories-section .swiper-slide .category-title{
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.categories-section .swiper-slide .category-title:hover , .categories-section .swiper-slide:hover .category-title {
    color: var(--color-primary);
}






.section-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 2;
    position: relative;
    color: var(--color-accent);
}


.section-title h1,
.section-title h2 {
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    font-size: 36px;
    color: var(--color-accent);
} 
/*.section-title h1:after, .section-title h2:after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color-accent);
    margin: auto;
    margin-top: 10px;
}*/

.section-title .icon{
    width: 30px;
    fill: currentColor;
    margin-right: 5px;
}

.register-wrapper .section-title:after{
    display: none;
}


.products-section {
    background-color: #ffffff;
    padding: 40px 0;
}

.brands-section {
    /*background-color: #f5f5f5;*/
    padding: 40px 0;
}
.brands-section .section-title {
    margin-bottom: 15px;
}

.brands-section .brand-slider-item {
    background-color: #ffffff;
    border: 1px solid #ededed;
}
.brands-section .brand-slider-item .brand-title{
    background: var(--color-primary);
    color: #ffffff;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: center;
}




.why-mozerr-section {
    background: #F1F1F2;
    text-align: center;
    line-height: normal;
    font-size: 13px;
}
.why-mozerr-section .section-title{
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 10px;
}
.why-mozerr-section .section-secription {
    color: #232323;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
}

.why-card {
    text-align: center;
}

.why-card .why-card-icon-wrapper {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin: 25px auto;
    line-height: 120px;
}
.why-card .why-card-icon-wrapper .why-card-icon {
    width: 70px;
    height: 70px;
    fill: var(--color-primary);
}
.why-card .why-card-body .why-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
}
.why-card .why-card-body .why-description {
    font-size: 15px;
    font-weight: 500;
    color: #232323;
}


.register-wrapper {
    max-width: 450px;
    margin: 50px auto;
}
.register-wrapper .section-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.form-check {
    display: block;
    min-height: 28px;
    padding-left: 28px;
    margin-bottom: 5px;
}
.form-check .form-check-input[type=checkbox] {
    margin-left: -28px;
    border-radius: var(--border-radius);
    border-color: var(--color-primary);
    width: 20px;
    height: 20px;
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
}

.hover-float-shadow {
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative;
    transition-duration: .3s;
    transition-property: transform;
}

.hover-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(75, 75, 75, 0.35) 0,rgba(75, 75, 75, 0) 80%);
    transition-duration: .3s;
    transition-property: transform,opacity;
}

.hover-float-shadow:active, .hover-float-shadow:focus, .hover-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hover-float-shadow:active:before, .hover-float-shadow:focus:before, .hover-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.error-list {
    margin-bottom: 10px;
    color: #dd2619;
}
.error-list span {
    color: #dd2619;
    display: block;
    margin-left: 5px;
}

.error-list span:before {
    content: "✖";
    margin-right: 8px;
}


/* Half Slider*/

.half-slider .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.half-slider .wrapper::-webkit-scrollbar {
    display: none;
}
.half-slider .wrapper .half-slider-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 10px;
    padding-left: 10px;
}
.half-slider .wrapper .half-slider-item:hover img {
    opacity: 0.8;
}
.half-slider .wrapper .half-slider-item img {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .half-slider .wrapper {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-right: 0;
        margin-left: 0;
    }
    .half-slider .wrapper .half-slider-item {
        flex: 0 0 20vw;
        max-width: 100%;
    }
    .half-slider .wrapper .half-slider-item:first-child {
        margin-left: -10px;
    }
    .half-slider .wrapper .half-slider-item:last-child {
        margin-right: -10px;
    }
}
@media screen and (max-width: 768px) {
    .half-slider .wrapper .half-slider-item {
        flex: 0 0 30vw;
    }
    .half-slider .wrapper .half-slider-item {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 576px) {
    .half-slider .wrapper .half-slider-item {
        flex: 0 0 35vw;
    }
}
  
  /* Half Slider*/

.offcanvas-backdrop:hover {
    cursor: url(../images/icons/cross.svg), url(../images/icons/cross.svg), zoom-out;
}


.account-menu {
    padding-left: 0;
    list-style: none;
}
.account-menu .icon {
    height: 25px;
    fill: currentColor;
    margin-right: 5px;
}
.account-menu li {
    margin: 15px 0;
}
.account-menu a {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.account-menu .logout {
    border: 1px solid var(--color-primary);
    background: #ffffff;
    color: var(--color-primary);
    width: 100%;
}
.account-menu .logout:hover {
    border: 1px solid var(--color-primary);
    background: #ffffff;
    color: var(--color-primary);
}
.account-menu .divider {
    height: 0;
    margin: 35px 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15);
}


.left-block {
    max-width: 250px;
    padding-right: 5px;
    padding-left: 5px;
}
  
@media screen and (max-width: 768px) {
    .left-block {
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
}

.btn-gray {
    color: var(--color-primary);
    background-color: var(--blue-light);
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.btn-gray:hover {
    color: #ffffff;
    background-color: var(--color-primary);
}


/* Adress */
.new-address {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: 500;
    min-height: 150px;
    cursor: pointer;
    border-radius: 0;
}
.new-address:hover {
    background: #e7e7e7;
}
.new-address svg {
    fill: #e6e6e6;
    width: 70px;
}
.new-address span {
    display: block;
    color: #777777;
    font-size: 18px;
    cursor: pointer;
}
.new-address:hover svg{
    fill: #b3b3b3;
}
  
.edit-address {
    background: #f6f6f6;
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    min-height: 150px;
    border-radius: 0;
}
.edit-address:hover {
    background: #e7e7e7;
}
.edit-address span {
    display: block;
    color: #676767;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
.edit-address span.title {
    display: inline-block;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
}
.edit-address span.delete svg{
    fill: #e5212f;
    width: 20px;
    height: 20px;
}
.edit-address span.edit{
    margin-right: 15px;
}
.edit-address span.edit svg{
    fill: #1e930c;
    width: 20px;
    height: 20px;
}
.update-address {
    border-radius: 0;
}
/* Adress */

.addr-info-box {
    border: solid 1px #ebebeb;
    margin-bottom: 10px;
}
.addr-info-box .title {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    background-color: #e5e5e5;
    border-bottom: 1px solid;
    border-color: #f1f1f1;
    padding: 7px 10px;
    margin-bottom: 0;
}
.addr-info-box address {
    padding: 5px;
}

.products-table {
    border: 1px solid #f1f1f1;
}
.products-table thead th {
    background-color: #e5e5e5;
    border-bottom: 1px solid;
    border-color: #f1f1f1;
    padding: 7px 10px;
}
.products-table td {
    padding: 7px 10px;
    vertical-align: middle;
}

.products-table .btn {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 0;
}


.pagination {
    justify-content: center;
    list-style: none;
    font-size: 16px;
}
.pagination .page-item .page-link {
    background-color: #fff;
    border-color: #E9E9E9;
    color: #3b3b3b;
    width: auto;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%;
}
.pagination .page-item.active .page-link {
    background: var(--color-primary);
    color: #ffffff;
}



.iti__flag {
    background-image: url("../images/icons/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/icons/flags@2x.png") !important;
    }
}


/* Checkbox */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #cccccc;
}
.styled-checkbox:focus {
    border-color: var(--color-hover);
}
.styled-checkbox:focus + label:before {
    box-shadow: none;
}
.styled-checkbox:checked + label:before {
    background: var(--color-primary);
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:hover + label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: 1px solid var(--color-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.styled-checkbox:checked + label:before{
    border: 1px solid var(--color-primary);
}
.styled-checkbox:checked + label:after{
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: 1px solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Checkbox */


.bottom-nav {
    display: none;
}
@media screen and (max-width: 768px) {
    .bottom-nav {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 -2px 5px #0000000f;
        display: block;
    }
    .bottom-nav ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .bottom-nav ul li {
        float: left;
        width: 20%;
    }
    .bottom-nav ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 8px 0;
        color: #484848;
        position: relative;
        height: 52px;
        text-decoration: none;
    }
    .bottom-nav ul li a.active {
        color: var(--color-primary);
        font-weight: 600;
    }
    .bottom-nav ul li a svg {
        display: block;
        margin: 0 auto 3px;
        height: 18px;
        font-weight: 300;
        fill: currentColor;
    }
}
@media screen and (max-width: 425px) {
    .bottom-nav ul li a {
        font-size: 3.2vw;
    }
}


.offcanvas.offcanvas-end {
    border-left: none;
}

.offcanvas.offcanvas-start {
    border-right: none;
}

.offcanvas-categories {
    height: 100% !important;
    border-top: none !important;
    padding: 0 15px;
}
.offcanvas-categories .offcanvas-header{
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #dedede;
}
.offcanvas-categories .custom-close {
    top: 20px !important;
    right: 15px !important;
}
.offcanvas-categories .offcanvas-header .offcanvas-title {
    font-size: 18px;
    margin-left: 15px;
}


#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-icon img {
    height: 60% !important;
    object-fit: cover !important;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-message {
    font-family: 'Titillium Web', sans-serif;
    text-rendering: optimizelegibility;
    color: var(--color-text);
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
    background: var(--color-accent) !important;
    color: #fff !important;
    padding: 7px 15px !important;
}

.slidedown-button.secondary{
    padding: 7px 15px !important;
    color: var(--color-accent) !important;
}



@-webkit-keyframes bellShake {
    1%,5% {
        -webkit-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    2%,6% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    3% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    4% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    100%,7% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@-moz-keyframes bellShake {
    1%,5% {
        -moz-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    2%,6% {
        -moz-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    3% {
        -moz-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    4% {
        -moz-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    100%,7% {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0);
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@-o-keyframes bellShake {
    1%,5% {
        -o-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    2%,6% {
        -o-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    3% {
        -o-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    4% {
        -o-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    100%,7% {
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@keyframes bellShake {
    1%,5% {
        -webkit-transform: rotateZ(15deg);
        -moz-transform: rotateZ(15deg);
        -o-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    2%,6% {
        -webkit-transform: rotateZ(-15deg);
        -moz-transform: rotateZ(-15deg);
        -o-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    3% {
        -webkit-transform: rotateZ(20deg);
        -moz-transform: rotateZ(20deg);
        -o-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    4% {
        -webkit-transform: rotateZ(-20deg);
        -moz-transform: rotateZ(-20deg);
        -o-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    100%,7% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}


@-webkit-keyframes openDropdownPanel{
    0%{
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0);
        visibility:visible;
        opacity:0
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translateZ(0);
        opacity:1
    }
}
@keyframes openDropdownPanel{
    0%{
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0);
        visibility:visible;
        opacity:0
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translateZ(0);
        opacity:1
    }
}








.opportunity-bell .product{
    font-size:14px;
    width:380px;
    position:absolute;
    z-index:2147483647;
    padding-left:0;
    top: 50px;
    right: -165px;
    background:rgba(255,255,255,.9);
    display:none
}
.opportunity-bell .product .title{
    color:#fff;
    width:100%;
    height:42px;
    text-align:center;
    background:#077fb5;
    line-height:42px;
    font-family:inherit;
    font-size:12px;
    display:block
}
.opportunity-bell .product ul li a div,nav.menu-list .menu-hover-area{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox
}
.opportunity-bell .product .title .title-text{
    position:relative;
    z-index:1;
    font-weight:400
}
.opportunity-bell .product .title::after{
    background:#077fb5;
    width:20px;
    height:20px;
    content:'';
    position:absolute;
    top:-5px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    right:50%;
    margin-right:-10px;
    z-index:0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.opportunity-bell .product ul{
    padding: 12px 0;
}
.opportunity-bell .product ul li{
    border:1px solid #f1f9ff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#fff;
    height:auto;
    padding:8px 14px
}
.opportunity-bell .product ul li+li{
    margin-top:5px
}
.opportunity-bell .product ul li:hover{
    border:1px solid #dff1ff
}
.opportunity-bell .product ul li a{
    padding:0;
    color:#707070;
    border-right:none
}
.opportunity-bell .product ul li a div{
    font-size:13px;
    padding-left:0;
    width:320px;
    text-align:left;
    left:0;
    right:0;
    margin:auto;
    position:relative;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.opportunity-bell .product ul li a div img{
    width:60px;
    height:60px;
    float:left;
    margin-right:14px
}
.opportunity-bell .product ul li a div .no-image{
    width:60px;
    height:60px;
    display:block;
    float:left;
    margin-right:14px;
    border:1px solid #f1f9ff
}
.opportunity-bell .product ul li a div p{
    font-size:12px;
    text-align:left;
    color:#2b2422;
    line-height:16px;
    width:165px;
    margin-right:14px
}
.opportunity-bell .product ul li a div span{
    font-size:12px;
    color:#000;
    line-height:20px;
    text-align:center
}
.opportunity-bell .product ul li a div .item-price{
    text-align:left;
    font-weight:700
}
.opportunity-bell:hover .product{
    display:block
}


.faq-card {
    text-align: center;
    border-radius: 0;
    border: 1px solid #e6e9ed;
    transition: all 0.3s ease-in-out;
}
.faq-card a {
    padding: 15px;
    display: block;
}
.faq-card:hover {
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.faq-card .icon{
    padding: 0 10px 10px;
    max-width: 100%;
}
.faq-card .title{
    color: var(--color-primary);
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width:768px) {
    .faq-card {
        text-align: left;
    }
    .faq-card a {
        padding: 10px 15px;
    }
    .faq-card .icon{
        padding: 0 10px 0 0;
        max-width: 45px;
    }
    .faq-card .title{
        display: inline-block;
        font-size: 16px;
        margin-top: 0;
    }
}


.faq-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.faq-list a {
    color: var(--color-primary);
    display: block;
    font-weight: 500;
    padding: 8px 10px;
    text-decoration: none;
    transition: background .1s ease-in-out;
    display: flex;
    align-items: center;
}
.faq-list .icon {
    fill: var(--color-primary);
    width: 20px;
    margin-right: 10px;
}

.is-useful {
    border-top: 1px solid #edece6;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
.is-useful .title{
    margin-bottom: 10px;
    color: var(--color-primary);
}

.is-useful .action {
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.is-useful .action:hover {
    transform: scale(1.2);
    margin-bottom: 10px;
}


.faq-accordion .accordion-button svg{
    fill: var(--color-primary);
    width: 20px;
    margin-right: 10px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: #ffffff;
    box-shadow: none;
}
.faq-accordion .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none;
}
.faq-accordion .accordion-item {
    margin-bottom: 10px;
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}
.faq-accordion .accordion-item:first-of-type .accordion-button, .faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed, .faq-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.sticky-bar-mobile {
    position: fixed;
    bottom: 50px;
    background-color: #fff;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    padding: 15px 10px;
    width: 100%;
}
.sticky-bar-mobile .price {
    color: #eb2314;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.sticky-bar-mobile .add-to-cart-btn {
    width: auto;
    height: 40px;
    padding: 5px 15px;
    border-radius: 2px;
}
.sticky-bar-mobile .product-quantity {
    margin: 0;
}
.sticky-bar-mobile .product-quantity input {
    width: 40px;
    height: 40px;
}
.sticky-bar-mobile .product-quantity span {
    width: 35px;
    height: 40px;
    font-size: 22px;
    color: var(--color-primary);
    line-height: 40px;
    border-radius: 0;
}

@media (max-width:768px) {
    .whatsapp-support {
        bottom: 30px;
    }
    .scroll-to-top {
        bottom: 30px;
    }
}




/* category block */
.blog-category-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(210, 210, 210, 0.5);
    padding: 20px 15px;
}
.blog-category-block ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.blog-category-block ul li {
    list-style: none;
    margin: 0;
}
.blog-category-block ul li a {
    color: var(--color-text);
    line-height: 20px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 5px;
}
.blog-category-block ul li a:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color-text);
    width: 5px;
    height: 5px;
    margin: 0 10px 0 0;
}
.blog-category-block ul li a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.blog-category-block ul li.current a {
    color: var(--color-primary);
}

.blog-category-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.blog-category-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */


/* category block */
.latest-posts-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(210, 210, 210, 0.5);
  }
.latest-posts-block ul {
    padding-inline-start: 0;
}
.latest-posts-block ul li {
    list-style: none;
    margin: 0;
    margin-top: 15px;
}
.latest-posts-block ul li .blog-post {
    display: flex;
}
.latest-posts-block ul li .blog-post .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 5px;
}
.latest-posts-block ul li .title {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-left: 5px;
}
.latest-posts-block ul li .title a {
    color: var(--color-text);
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-posts-block ul li:hover .title a {
    color: var(--color-primary);
    text-decoration: none;
}
.latest-posts-block ul li .title .date {
    color: #192f46;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.latest-posts-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.latest-posts-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */



/*blog grid*/
.blog-grid {
    position: relative;
    margin: 0 10px 25px;
    transition: all 0.3s linear 0s;
}
.blog-grid .blog-image {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.blog-grid .blog-image a {
    display: block;
}
.blog-grid .blog-image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.blog-grid:hover .blog-image img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-grid .blog-content {
    padding: 10px;
    color: rgb(92, 102, 114);
    text-align: center;
    position: relative;
}
.blog-grid .blog-content .short-desc {
    color: rgb(92, 102, 114);
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.75;
}
.blog-grid .title {
    font-size: 22px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 40px;
}
.blog-grid .title a {
    color: #363636;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-grid:hover .title a {
    color: var(--color-accent);
}


.blog-grid .date {
    position: absolute;
    color: var(--color-primary);
    padding: 7px 10px;
    transition: all 0.3s linear 0s;
    flex-direction: column;
    gap: 5px;
    background-color: #eddd5e;
    border: 4px solid var(--color-background);;
    position: absolute;
    left: 22px;
    top: 0px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-grid .date .day {
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.blog-grid .date .month {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

.blog-grid:hover .date {
    background-color: #ffffff;
    color: var(--color-accent);
}

/*blog grid*/



.offcanvas-search {
    min-height: 100px !important;
    height: fit-content !important;
}
.offcanvas-search form {
    width: 100%;
}
  .offcanvas-search .offcanvas-search-input {
    padding: 10px;
    padding-right: 60px;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .offcanvas-search .offcanvas-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: 0 0;
    outline: 0;
    height: 50px;
    width: 60px;
  }
  .offcanvas-search .offcanvas-search-btn svg {
    fill: #cccccc;
    width: 20px;
    height: 20px;
  }
  .offcanvas-search .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 50px;
    width: 60px;
    background-color: transparent;
    box-shadow: none !important;
  }
  .offcanvas-search .product-card  {
    margin-top: 25px;
    margin-bottom: 0;
  }
  @media screen and (min-width: 600px) {
    .offcanvas-search form {
      max-width: 600px;
    }
  }
  



/* cf social feed ig*/
.instagram-section {
    position: relative;
}

.instagram-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ig-posts {
    padding: 5px 0;
}

.post-grid {
    margin-bottom: 15px;
    transition: 0.3s all ease;
}

.post-grid .post-image {
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius);
}

.post-grid .post-image a {
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.post-grid .post-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.post-grid .post-caption {
    font-size: 13px;
    line-height: 16px;
    display: none;
    overflow: hidden;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 0;
    color: #ffffff;
    width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 0.3s all ease;
    padding: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.post-grid .post-caption span {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px;
    position: absolute;
    right: 0;
    left: 0;
}

.post-grid .post-image .media-type {
    position: absolute;
    z-index: 5;
    top: 0.6em;
    right: 0.6em;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.post-grid .post-image .media-type svg {
    fill: var(--color-primary);
    opacity: 0.8;
}

.post-grid .post-image:hover .media-type svg {
    fill: #ffffff;
}

.post-grid .post-image:hover {
    box-shadow: rgba(147, 157, 170, 0.2) 0px 7px 15px 0px;
}

.post-grid:hover .post-caption {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: flex;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
} 


.error-404 {
    font-size: 250px;
    color: var(--color-primary);
}

@media screen and (max-width: 768px) {
    .error-404 {
        font-size: 120px;
    }
}


.text-shine {
    background: linear-gradient(90deg, rgb(191, 196, 62) 0%, rgb(14, 164, 209) 25%, rgba(255, 0, 249, 1) 50%, rgba(112, 255, 131, 1) 75%, rgb(231, 180, 12) 100%);
    background-size:900% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 9s linear infinite;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@keyframes shine{
    to{
        background-position:200% center
    }
}

.modal-content {
    border-radius: 0;
}
.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

img-comparison-slider.rendered {
    width: 100%;
    outline: none;
}

.logo-slider {
    width: 100%;
    max-width: 250px;
    height: 50px;
    margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
    .logo-slider {
        max-width: 650px;
        height: 30px;
    }
}




.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('/public/assets/images/login-background.webp');
  background-size: cover;
  background-position: center center;
}


.message-box {
    text-align: center;
}

.message-box .icon {
    margin-bottom: 5px;
}

.message-box .icon svg {
    fill: var(--color-primary);
}

.message-box.text {
    color: var(--color-primary);
    font-size: 15px;
}

.message-box .text p {
    margin-bottom: 0;
}

.alert-dismissible .btn-close {
    z-index: 0;
}