.form_top {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid#eee;
    padding-bottom: 15px;
}

.form_top a {
    background: #fff;
    border:1px solid#eee;
    margin: 11px 0 0;
    border-radius: 5px;
    padding: 10px;
    font-size:13px;
    width: 100%;
    color:#111;
    text-align: center;
    font-family: font-3;
}

.form_bottom {
    background: #f9f9f9;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form_bottom a{
    padding:15px 10px;
    border-bottom:1px solid#eee;
    font-family:font-3;
    font-size:13px;
    display: flex;
    color:#111;
    align-items: center;
}
.form_bottom a svg{
    padding-right:10px;
}
.form_bottom a:hover {
    color: #3f51b5;
}
#login_button{
	border: 1px solid #3f51b5;
	background: #3f51b5;
	color:#fff;
}
/*********************/
.webui-popover-content {
    display: none
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    width: 300px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    -o-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    /* padding: 9px 14px; */
    overflow: auto;
    display: block
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    /* padding: 9px 14px; */
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.arrow,.webui-popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.arrow {
    border-width: 7px;
}

.webui-popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top>.arrow,.webui-popover.top-right>.arrow,.webui-popover.top-left>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.webui-popover.top>.arrow:after,.webui-popover.top-right>.arrow:after,.webui-popover.top-left>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right>.arrow,.webui-popover.right-top>.arrow,.webui-popover.right-bottom>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.webui-popover.right>.arrow:after,.webui-popover.right-top>.arrow:after,.webui-popover.right-bottom>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom>.arrow,.webui-popover.bottom-right>.arrow,.webui-popover.bottom-left>.arrow {
    top: -9px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #999;
    /* border-bottom-color: rgba(0,0,0,.25); */
    border-top-width: 0
}

.webui-popover.bottom>.arrow:after,.webui-popover.bottom-right>.arrow:after,.webui-popover.bottom-left>.arrow:after {
    content: " ";
    top: 0px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left>.arrow,.webui-popover.left-top>.arrow,.webui-popover.left-bottom>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.webui-popover.left>.arrow:after,.webui-popover.left-top>.arrow:after,.webui-popover.left-bottom>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top>.arrow,.webui-popover-inverse.top-left>.arrow,.webui-popover-inverse.top-right>.arrow,.webui-popover-inverse.top>.arrow:after,.webui-popover-inverse.top-left>.arrow:after,.webui-popover-inverse.top-right>.arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right>.arrow,.webui-popover-inverse.right-top>.arrow,.webui-popover-inverse.right-bottom>.arrow,.webui-popover-inverse.right>.arrow:after,.webui-popover-inverse.right-top>.arrow:after,.webui-popover-inverse.right-bottom>.arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom>.arrow,.webui-popover-inverse.bottom-left>.arrow,.webui-popover-inverse.bottom-right>.arrow,.webui-popover-inverse.bottom>.arrow:after,.webui-popover-inverse.bottom-left>.arrow:after,.webui-popover-inverse.bottom-right>.arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left>.arrow,.webui-popover-inverse.left-top>.arrow,.webui-popover-inverse.left-bottom>.arrow,.webui-popover-inverse.left>.arrow:after,.webui-popover-inverse.left-top>.arrow:after,.webui-popover-inverse.left-bottom>.arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/loading.gif) no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

/* Tweak styles for small viewports */

.wrap {
  width: 100%;
  height: 380px;
  margin: 0 auto;
  display: flex;
  display: flex;
  background: #f9f9f9;
  position: relative;
  justify-content: space-around;
}
.slider_02{
	width: 100%;
	position: relative;
	display: flex;
	height: 360px;
	margin: 10px 0;
	justify-content: space-around;
}
.item {
	border-radius:10px;
  position: absolute;
	margin:10px 0;
  top: 0;
  left:0;
  width:100%;
  display: none;
}
.item img{
  float:left;
  height:355px !important;
  width:100% !important;
}
.item-ativo {
  float:left;
  width: 100%;
  height:400px;
  background-position:center;
  display: block;
}
.nav,
.nav-left,
.nav-right {
  position: absolute;
  top: 0;
  /* height: 100%; */
  width: 50px;
  background: rgba(0, 0, 0, 0);
  z-index: 100;
  border: 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.nav-left {
  left: 20px;
  background:#0000009c;
  top: 43%;
  height:50px;
  border-radius:5px;
}
.nav-right {
  right: 20px;
  background:#0000009c;
  top: 43%;
  height:50px;
  border-radius:5px;
}
.navigation {
  bottom: 30px;
  position: absolute;
  /* left: 0; */
  height: 10px;
  margin-left: 00px;
  padding: 0;
}
.navigation li {
  font-size:0px;
  float: left;
  color: #fff;
  padding:1px 20px;
  height:2px;
  background: white;
  cursor: pointer;
  margin-right: 2px;
}
.nav-li-marcado {
  background: #0f5d89 !important;
}
.slider-timer {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  background: #d40000;
  height: 2px;
}


/* product-thumb */

.product-thumb {
	background: #ffffff;
	padding: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	/* width: 100%; */
	position: relative;
	/* border: 1px solid #eeeeee; */
	border-radius: 6px;
}

.product-thumb:hover {
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
	border: 1px solid #eeeeee;
}

.product-thumb .image,
.product-thumb .caption {
	position: relative;
}
.product-thumb .image img{
	width:100%;
}
.product-thumb .caption {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 768px) {
	.product-thumb {
		padding: 20px;
	}
	.product-thumb .product-name a {font-size:13px;line-height:20px}
}

.product-thumb .button-group {
	position: relative;
	padding-top: 10px;
	margin-top: auto;
}

.product-thumb .button-group:before {
	content: "";
	border-top: 1px dashed #d7d9db;
	position: absolute;
	z-index: 3;
	top: 10px;
	width: 100%;
	left: 0;
}

.product-thumb .button-group button {
	border: none;
	padding: 0;
	text-align: center;
	background: #fff;
}

@media only screen and (max-width: 350px) {
	.product-thumb .button-action .button-wishlist svg,
	.product-thumb .button-action .button-compare svg {
		margin-right: 0;
	}
}

.product-thumb .button-group button:not(.button-buy):hover {
	color: #00ab58;
}

.product-thumb .button-group button i {
	font-size: 14px;
	color: #bebebe;
}

.product-thumb .button-group button span {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: normal;
    font-size: 13px;
}

.product-thumb .button-group .button-action {
	padding: 10px 0;
	justify-content: space-between;
}

.product-thumb .button-group .button-buy {
	background: #212428;
	position: relative;
	width: 100%;
	color: #fff;
	height: 40px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 6px;
}

.product-thumb .button-group .button-buy.in_cart {
    background-color: #05bd61;
    border-color: #05bd61;
}

@media (max-width: 576px) {
	.product-thumb .button-group .button-buy svg {
		display: none;
	}
}
@media (min-width: 20px) and (max-width:768px){
	.wrap {height: 170px;width: 100%;}
.product-thumb .button-group .button-buy svg {display: none;}
}
.product-thumb .button-group .button-buy:hover {
	background-color: #05bd61;
	border-color: #05bd61;
}

.product-thumb .button-group .button-buy span {
	color: #fff;
	font-size: 14px;
	line-height: normal;
}

@media only screen and (max-width: 767px) {
	.product-thumb .button-group .button-buy {
		height: 35px;
	}
	.product-thumb .button-group .button-buy span {
		font-size: 13px;
	}
}

.product-thumb .product-name {
	/* margin-top: 0px; */
	margin-bottom: 5px;
	width: 100%;
	font-weight: 700;
	height: 45px;
}

.product-thumb .product-name a {
    color: #212428;
    display: block;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .product-thumb .product-name a {color: #212428;display: block;font-size: 12px;line-height:20px;}
}
.product-thumb .product-name a:hover {
	color: #3f51b5;
	/* font-size: 14px; */
}



.product-thumb .rating {
	margin-bottom: 5px;
}

.product-thumb .price {
	text-align: left;
	font-size: 0;
	margin-top: auto;
	margin-bottom: 10px;
}

.product-thumb .price span {
	display: block;
}

.product-thumb .price .price-tax {
	font-size: 13px;
}

.product-thumb .price .price-main {
	display: inline-block;
	line-height: normal;
	color: #212428;
	font-family: 'font-3';
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.product-list .product-list-price {
		display: none;
	}
}

.product-thumb .price .price-old {
	font-size: 13px;
	text-decoration: line-through #e84b3d;
	display: inline-block;
	margin-left: 8px;
	color: #999;
}

.product-thumb .rating .review-link {
	display: none;
	color: #212428;
	font-size: 13px;
}

@media only screen and (min-width: 768px) {
	.product-thumb .rating .review-link {
		display: inline-block;
		vertical-align: top;
	}
}

.product-thumb .product-card-info {
	min-height: 50px;
	font-size: 12px;
}

@media only screen and (min-width: 768px) {
	.product-thumb .product-card-info {
		font-size: 13px;
	}
}

.product-thumb .product-card-info {
	margin-top: 5px;
	color: #888;
}

.product-grid .product-list-price {
	display: none;
}

    .col-lg-3 {
        /* height: 120%; */
        -ms-flex: 0 0 25%;
        flex: 0 0 19%;
        max-width: 101%;
    }
.xd_sticker_0{position:absolute;background:#7B00FF;color:#fff;padding:5px;border-radius:5px;font-family:font-4;}
.product-layout {
    /* padding-bottom: 45px; */
    width: 99.5%;
    overflow: hidden;
    /* border: 1px solid#f9f9f9; */
}

.promo-list-items {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
    align-items: stretch;
    justify-content: space-between;
    
    
}

.promo-list-items>* {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 32.333333%;
    min-height: 330px;
    box-sizing: border-box;
}

.promo-list-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: initial;
    z-index: 1
}

.promo-list-caption {
    font-size: 33px;
    line-height: 49px;
    max-width: 249px;
    font-family: 'font-4';
    font-weight: 600
}

.promo-list-items>*>* {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    background-color: #172126;
    box-sizing: border-box;
    padding: 30px 30px 24px;
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    .promo-list-items>* {
        width: 50%
    }
}

@media only screen and (max-width: 640px) {
    
    .promo-list-items {
    align-items: stretch;
    justify-content: space-around;
    }
    
    
    
    .promo-list-items>* {
        width:95%;
        min-height:150px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .promo-list-items>* {
        min-height: calc(100vw - 40px)
    }
}

@media only screen and (max-width: 1250px) {
    .promo-list-caption {
        font-size: 30px;
        line-height: 36px
    }
}










.md-header .nav-left{position:relative !important;width: auto;height:45px;display: flex;left:0 !important;background: #3f51b5;border-radius:2px;}




.md-header .md-search-bar {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.md-header .md-search-bar.focus .md-search-bar-input {
  max-width: 999px;
}
.md-header .md-search-bar .search-icon {
  padding: 0 15px;
}
.md-header .md-search-bar i.material-icons {
  color: #fff;
}
.md-header .md-search-bar i.material-icons:hover {
  cursor: pointer;
}
.md-header .md-search-bar .md-search-bar-input {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.md-header .md-search-bar .md-search-bar-input input.md-input-text {
  border: none;
  font-size: 1em;
  outline: none;
  background-color: transparent;
  color: #fff;
  padding: 8px 0;
}
.md-header .md-search-bar .md-search-bar-input input.md-input-text::-webkit-input-placeholder {
  color: #fff;
}
.md-header .md-search-bar .md-search-bar-input input.md-input-text:focus + .md-bar:after {
  left: 0;
  width: 100%;
}
.md-header .md-search-bar .md-search-bar-input .md-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
.md-header .md-search-bar .md-search-bar-input .md-bar:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: #fff;
  width: 0px;
  height: 2px;
  transition: 0.4s ease;
}
.md-header .nav-left,
.md-header .nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.md-header .nav-left a,
.md-header .nav-right a,
.md-header .nav-bar,
.md-header .brand {
font-size:12px;
  color: #fff;
	display: flex;
  align-items: center;
	padding:0 10px;
	font-family:font-4;
	font-size:15px;
}
.md-header  svg{
	margin-right:10px;
}
.md-header .nav-bar:hover {
  cursor: pointer;
  padding: 0 10px;
  display: flex;
  font-family: 'font-4';
  align-items: center;
}
.md-header .nav-bar .material-icons {
  padding: 15px;
}
.md-header .brand {
  padding: 0 15px;
}
.md-header .nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  background-color: #fff;
  width: 20%;
  box-shadow: 0 0 18px rgba(0,0,0,0.2);
  height: 100%;
  transition: 0.4s ease;
}
@media (min-width: 20px) and (max-width: 560px){
.md-header .nav-mobile {width:70%;}
}
@media (min-width:560px) and (max-width:768px){
.md-header .nav-mobile {width:70%;}
}
@media (min-width:768px) and (max-width:1024px){
.md-header .nav-mobile {width: 35%;}
}
.md-header .nav-mobile ul.nav-mobile-list {
  list-style: none;
}
.md-header .nav-mobile ul.nav-mobile-list li.divider {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.md-header .nav-mobile ul.nav-mobile-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 15px;
  color: #888;
}
.md-header .nav-mobile ul.nav-mobile-list li a:hover,
.md-header .nav-mobile ul.nav-mobile-list li a:focus {
	color:#3f51b5
}
.md-header .nav-mobile ul.nav-mobile-list li a .material-icons {
  margin-right: 20px;
}
.md-header .nav-mobile-shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(24, 32, 74, 0.69);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.md-header.active .nav-mobile {
  left: 0;
}
.md-header.active .nav-mobile-shadow {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 20px) and (max-width: 560px){
.nav-bar span{font-size:0;padding:0;margin:0;}
	.nav-bar svg{margin:0;}
	.md-header{position: relative;left: 4px;display: flex;order: -1;}
	.col_01{width:40%;}
	.top_header_01 header{display:flex;justify-content: flex-start;}
	.info_block_01{order: 1;width: 50%;}
	.md-header .nav-left{background:none;}
	.user_info_01 li{padding:5px}
	.product-thumb{border:none;}
	.cart_info_01{margin:0;}
	.slider_or_menu_content{width:95%;}
	.nav-left{width:40px;height:40px;background: #0000006c;left:5px;}
	.nav-right{width:40px;height:40px;background: #0000006c;right:5px;}
	.search_mob_top{position:absolute;top:100px;background: #fff;z-index:9;width:100%;}
	.search_mob_top input{border:1px solid#ddd;border-radius:0;}
	.search_mob_top .form-close{position:absolute;right:0;border-radius:0 0 3px 3px;background:#3f51b5;width:30px;display:flex;height:30px;align-items: center;justify-content: space-around;}
	.md-header .nav-left{position:relative !important;width: 45px;height:45px;display: flex;left:0 !important;}
}

@media (min-width: 20px) and (max-width:768px){
.nav-bar span{font-size:0;padding:0;margin:0;}
	.nav-bar svg{margin:0;}
	.md-header{position: relative;left: 4px;display: flex;order: -1;}
	.col_01{width:40%;}
	.top_header_01 header{display:flex;justify-content: flex-start;width: 95%;}
	.info_block_01{order: 1;width: 50%;}
	.md-header .nav-left{background:none;}
	.user_info_01 li{padding:5px}
	.cart_info_01{margin:0;}
	.slider_or_menu_content{width:95%;}
	.nav-left{width:40px;height:40px;background: #0000006c;left:5px;}
	.nav-right{width:40px;height:40px;background: #0000006c;right:5px;}
	.search_mob_top{position:absolute;top:100px;background: #fff;z-index:9;width:100%;}
	.search_mob_top input{border:1px solid#ddd;border-radius:0;}
	.search_mob_top .form-close{position:absolute;right:0;border-radius:0 0 3px 3px;background:#3f51b5;width:30px;display:flex;height:30px;align-items: center;justify-content: space-around;}
	.md-header .nav-left{position:relative !important;width: 45px;height:45px;display: flex;left:0 !important;}

}
@media (min-width: 20px) and (max-width:1024px){
.nav-bar span{font-size:0;padding:0;margin:0;}
	.nav-bar svg{margin:0;}
	.md-header{position: relative;left: 4px;display: flex;order: -1;}
	.col_01{width:40%;}
	.top_header_01 header{display:flex;justify-content: flex-start;}
	.info_block_01{order: 1;width: 50%;}
	.md-header .nav-left{background:none;}
	.user_info_01 li{padding:5px}
	.cart_info_01{margin: 0 15px 0 0;}
	.slider_or_menu_content{width: 95%;}
	.nav-left{width: 26px;height: 26px;background: #00000042;left:5px;display:flex;align-items: center;justify-content: space-around;}
	.nav-right{width:26px;height:26px;background: #00000042;right:5px;display:flex;align-items: center;justify-content: space-around;}
	.search_mob_top{position:absolute;top:100px;display:none;background: #fff;z-index:9;width:100%;}
	.search_mob_top input{border:1px solid#ddd;border-radius:0;}
	.search_mob_top .form-close{position:absolute;right:0;border-radius:0 0 3px 3px;background:#3f51b5;width:30px;display:flex;height:30px;align-items: center;justify-content: space-around;}
	.md-header .nav-left{position:relative !important;width: 45px;height:45px;display: flex;background: #41c962;border-radius: 5px;left:0 !important;}
	.swiper-viewport{/* height:146px; */}
	.swiper-viewport .swiper-button-next{right:17px}
	.slider_02{display:flex;height: 140px;/* background: red; *//* overflow: hidden; */align-items: center;}
}


/* CSS Document */
.swiper-viewport {
	z-index: 1;
	width: 100%;
	height: 360px;
	position: relative;
	margin: 0;
	overflow: visible;
	border-radius: 10px;
	overflow: hidden;
}
/* OpenCart Code */
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next , .swiper-button-next1 {
	color: rgba(0, 0, 0, 0.8);
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 0;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 17px;
}
/* Desktop */
@media (max-width: 768px){
.swiper-viewport {
	height: 135px;
}
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	left: 0;
}
.swiper-viewport .swiper-button-next,.swiper-viewport .swiper-button-next1 {
	opacity: 0;
	right: 17px;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity:1;
	left:0px;

}
.swiper-viewport:hover .swiper-button-next,.swiper-viewport:hover .swiper-button-next1 {
	opacity:1;
	right: 17px;
}
}
.swiper-button-prev:before {
	width:40px;
	border-radius:0 100px 100px 0;
	background: #3f51b5;
	padding: 15px;
	height: 40px;
	font-family: FontAwesome;
	content: "\f053";
	color: rgb(255 255 255 / 80%);
	font-size:20px;
}
.swiper-button-next:before ,.swiper-button-next:before {
	width:40px;
	border-radius:100px 0 0 100px;
	background: #3f51b5;
	padding: 15px;
	height: 40px;
	font-family: FontAwesome;
	content: "\f053";
	color: rgb(255 255 255 / 80%);
	font-size:20px;
}

.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

#login-form {
    display: none;
    position: absolute;
    top: 59px; /* Ã¡Æ’Â¡Ã¡Æ’ÂÃ¡Æ’Â­Ã¡Æ’ËœÃ¡Æ’Â Ã¡Æ’ÂÃ¡Æ’â€Ã¡Æ’â€˜Ã¡Æ’ËœÃ¡Æ’Â¡ Ã¡Æ’â€ºÃ¡Æ’ËœÃ¡Æ’Â®Ã¡Æ’â€Ã¡Æ’â€œÃ¡Æ’â€¢Ã¡Æ’ËœÃ¡Æ’â€” Ã¡Æ’â€œÃ¡Æ’ÂÃ¡Æ’ÂÃ¡Æ’Â Ã¡Æ’â€Ã¡Æ’â€™Ã¡Æ’Â£Ã¡Æ’Å¡Ã¡Æ’ËœÃ¡Æ’Â Ã¡Æ’â€ */
    border-radius: 10px;
    right: 0;  /* Ã¡Æ’Â¡Ã¡Æ’ÂÃ¡Æ’Â­Ã¡Æ’ËœÃ¡Æ’Â Ã¡Æ’ÂÃ¡Æ’â€Ã¡Æ’â€˜Ã¡Æ’ËœÃ¡Æ’Â¡ Ã¡Æ’â€ºÃ¡Æ’ËœÃ¡Æ’Â®Ã¡Æ’â€Ã¡Æ’â€œÃ¡Æ’â€¢Ã¡Æ’ËœÃ¡Æ’â€” Ã¡Æ’â€œÃ¡Æ’ÂÃ¡Æ’ÂÃ¡Æ’Â Ã¡Æ’â€Ã¡Æ’â€™Ã¡Æ’Â£Ã¡Æ’Å¡Ã¡Æ’ËœÃ¡Æ’Â Ã¡Æ’â€ */
    background: #fff;
    padding: 20px;
    /* border: 1px solid #ddd; */
    z-index: 9999;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    width: 300px;
}
/*col_03*/
.col_03 a{
	border:1px solid#00c15b;
	height: 50px;
	width: 15%;
	display: flex;
	align-items: center;
	border-radius:10px;
	cursor:pointer;
	background:#00c15b;
	transition:all,.3s;
	justify-content: space-around;
}

@media (max-width: 768px) {
	#login-form{
		width:200px;
	}
.contact_gmsgroup{
	/* background:red; */
	margin:0;
	padding: 0 2px;
	width: max-content;
}
	.col_03 a{width:100%;}
}

#header_login:hover{
	background:#fff;
	border:1px solid#dee5f0;
	transition:all,.3s;
}
.col_03 #header_login:hover svg{
	fill:#000;
	transition:all,.3s;
}
.col_03 #header_login svg{
	fill:#fff;
	transition:all,.3s;
}
/*cart*/
.jJL2RhT{
	font-size:14px;
	font-weight:600;
	padding-left:10px;
}
.kVmufCt{
	float:left;
	font-size:15px;
	color:#000;
	font-family:Firago;
	margin:0 10px;
	padding-right:15px;
}
.WsaUaPL{
	font-weight:600;
	font-size:14px;
	font-family:firago;
}
.cart_title {
	margin:15px 0;
	font-family:firago;
	font-weight:600;
	color:#000;
	font-size:14px;
}

#cart{
	position:relative;
	display:flex;
	/* width: 15%; */
	/* margin-left: 15px; */
	border: none;
	justify-content: flex-end;
}

@media (max-width: 768px) {
	#cart{
	    width:50%;
	    /* margin-left:5px; */
	}
}
.hrUK3BL a{
	width:100%;
	color:#fff;
	font-family: firago;
	font-weight:600;
	font-size:14px;
	text-shadow: none;
	text-align: center;
	box-shadow: none;
	background: #41c962;
	padding: 15px;
	float: left;
	border-radius: 5px;
}
  .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: block;
    background:#fff;
    padding:10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-out;
    border-radius: 20px; 
    box-shadow: rgba(0, 0, 0, 0.07) 2px 4px 16px 0px;
    pointer-events: none;
  }
  
  .cart-toggle:hover ~ .cart-dropdown,
  .cart-dropdown:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.1s;
  }
#empty_cart{font-family:firago;display: flex;flex-direction: column;align-items: center;padding:20px;}
#empty_cart_icon{width:100px;}
.cart-dropdown{width: 330px;}
#cart .cart-toggle{
	border: none !important;
	height: 50px;
	width: 50px;
	display: flex;
	outline: none;
	align-items: center;
	border-radius:10px;
	cursor:pointer;
	background: none;
	transition:all,.3s;
	justify-content: space-around;
}
#cart button svg{
	fill:#A2ADBF;
}

#cart button:hover svg{
	fill:#00c15b;
}


#count {
	background:Red;
	width:20px;
	float:left;
	height:20px;
	display:flex;
	font-family:firago;
	position:absolute;
	top: -7px;
	right:-8px;
	color: #fff;
	border-radius:100px;
	align-items: center;
	justify-content: space-around;
}

.T1O7asQ {
    background: #f3f6fb;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
.TVrKY6H{
	float:left;
	width:100%;
	/* background:red; */
	text-align:left;
}
.Mr1HRx8{
	display:flex;
	flex-direction: column;
	align-items: center;
	height: 55px;
	justify-content: space-between;
}
.y0UStcH button{
	background: #1e96e3 !important;
	max-width: 20px;
	display:flex;
	height:20px !important;
	border: none;
	padding: 4px;
	align-items: center;
	justify-content: space-around;
}
/**add_to_cart****/
#add_to_cart{
	border:1px solid#3f51b5;
	width:100%;
	height: 45px;
	background: #fbfbfb;
	border-radius:6px;
	display: flex;
	border:none;
	align-items: center;
	justify-content: center;
}

.wishlist_to_compare{
	width: 20%;
	display:flex;
	right:-100px;
	position:absolute;
	flex-direction: column;
	transition:all,.2s;
}
.wishlist_to_compare button{
	border:1px solid#eee;
	background:none;
	width:40px;
	border-radius:10px;
	height:40px;
	background:#fff;
	display:flex;
	margin:5px 0;
	align-items: center;
	justify-content: space-around;
}
.product-layout:hover .wishlist_to_compare{
	right:10px;
	transition:all,.2s;
	z-index:9999;
}
/*footer*/

.footer_content .row .col-sm-3{
	padding:15px;
	background: #111;
	margin: 40px 0;
	width: 20%;
	border-radius:10px;
	border:1px solid#262626;
}
.footer_content .row .col-sm-3 h5{
	font-size:15px;
	color:#fff;
}
.footer_content .row .col-sm-3 li{
	font-size:13px;
	display:flex;
	margin:10px 0;
	align-items: center;
}
.footer_content .row .col-sm-3 li:before{
	content:'';
	position:absolute;
	width:4px;
	height:4px;
	background:#41c962;
	border-radius:100px;
}
.footer_content .row .col-sm-3 li a{
	padding-left:10px;
	color:#c6c6c6;
}
.footer_content .row .col-sm-3 li a:hover{
	padding-left:10px;
	color:#3ebb5c;
}
.footer{
        background:#171717;
        display:flex;
        justify-content: space-around;
    }
    .footer_content{
        width:1400px;
    }
.footer_content p{
	/* background:#3ebb5c; */
	text-align:center;
	height:40px;
	display:flex;
	padding-left:10px;
	color:#fff;
	justify-content: center;
	margin-bottom:0;
	border-radius:20px 20px 0 0;
	align-items: center;
}
.footer_content p a{
	color: #ffffff;
	padding-left:5px;
}
.footer_content .row{
	display:flex;
	padding-left:15px;
	padding-right:15px;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.footer_content .row .col-sm-3{
	width:100%;
	margin: 5px 0;
	}
	.footer{
        background:#171717;
        display:flex;
        justify-content: space-around;
    }
	.footer_content{
		display:flex;
		width: 95%;
		justify-content: space-around;
		flex-direction: column;
	}
.footer_content .row{
	display:flex;
	padding-left: 0;
	margin: 0;
	width: 100%;
	padding-right: 0;
	justify-content: space-between;
	flex-direction: column;
}
}
.footer_content .row:after{
	display:none;
}
.footer_content .row:before{
	display:none;
}

.container{background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); margin: 15px auto; border-radius: 10px;}
.oc_featured{ height:auto !important; }









:root {
            --primary: #024869;
            --primary-dark: #1e3d6f;
            --secondary: #e74c3c;
            --accent: #f39c12;
            --light: #f8f9fa;
            --dark: #2c3e50;
            --gray: #6c757d;
            --border: #e9ecef;
            --shadow: 0 4px 12px rgba(0,0,0,0.08);
            --transition: all 0.3s ease;
        }



        /* Top Bar */
        .top-bar {
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }

        .top-bar-container {
            max-width: 1450px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }

        .top-links {
            display: flex;
            gap: 20px;
        }

        .top-links a {
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: var(--transition);
        }

        .top-links a:hover {
            color: var(--accent);
        }

        .contact-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-info i {
            color: var(--accent);
        }

        /* Main Header */
        .main-header {
            background: white;
            box-shadow: var(--shadow);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
.header-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 15px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    justify-items: center;
}

        /* Logo */
        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo-icon {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
        }

        .logo-text {
                font-family: 'font-4';
            font-size: 24px;
            font-weight: 700;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Search Bar */
        .search-container {
            position: relative;
            max-width: 600px;
            width:600px;
        }

        #search {
            width: 100%;
        }

        .header-container .input-group {
            display: flex;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border: 2px solid var(--border);
            transition: var(--transition);
        }

        .header-container .input-group:focus-within {
            border-color: var(--primary);
            box-shadow: 0 2px 15px rgba(44, 90, 160, 0.2);
        }

        .main-header .form-control {
            flex: 1;
            border: none;
            padding: 14px 20px;
            font-size: 16px;
            outline: none;
        }

        .header-container .input-group-btn {
            display: flex;
        }

        .header-container .btn-default {
            background: var(--primary);
            color: white;
            border: none;
            padding: 0 25px;
            cursor: pointer;
            transition: var(--transition);
            font-size: 16px;
        }

        .header-container .btn-default:hover {
            background: var(--primary-dark);
        }

        /* User Actions */
        .user-actions {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .action-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            background: none;
            border: none;
            color: var(--dark);
            cursor: pointer;
            transition: var(--transition);
            padding: 8px 12px;
            border-radius: 10px;
            position: relative;
        }

        .action-btn:hover {
            background: var(--light);
            color: var(--primary);
        }

        .action-icon {
            font-size: 20px;
        }

        .action-text {
            font-size: 12px;
            font-weight: 500;
        }

        /* კალათის სტილები */
        .cart-container {
            position: relative;
        }

        .cart-toggle {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            background: none;
            border: none;
            color: var(--dark);
            cursor: pointer;
            transition: var(--transition);
            padding: 8px 12px;
            border-radius: 10px;
            position: relative;
        }

        .cart-toggle:hover {
            background: var(--light);
            color: var(--primary);
        }

        .cart-count {
            position: absolute;
            top: 0;
            right: 0;
            background: var(--secondary);
            color: white;
            font-size: 12px;
            font-weight: bold;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cart-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 1000;
            display: block;
            background: #fff;
            padding: 10px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.2s ease-out;
            border-radius: 20px; 
            box-shadow: rgba(0, 0, 0, 0.07) 2px 4px 16px 0px;
            pointer-events: none;
            width: 350px;
            max-height: 500px;
            overflow-y: auto;
        }
        
        .cart-toggle:hover ~ .cart-dropdown,
        .cart-dropdown:hover {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
            transition-delay: 0.1s;
        }

        .cart_title {
            font-weight: bold;
            padding: 10px;
            border-bottom: 1px solid var(--border);
            margin-bottom: 10px;
            text-align: center;
        }

        .T1O7asQ {
            display: flex;
            padding: 10px;
            border-bottom: 1px solid var(--border);
            gap: 10px;
        }

        .l8o2jg7 {
            width: 60px;
            height: 60px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .l8o2jg7 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .TVrKY6H {
            flex: 1;
            min-width: 0;
        }

        .jJL2RhT {
            font-weight: 500;
            margin-bottom: 5px;
        }

        .kVmufCt {
            font-weight: bold;
            color: var(--primary);
        }

        .Mr1HRx8 {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 5px;
        }

        .WsaUaPL {
            font-weight: bold;
        }

        .y0UStcH button {
            background: var(--secondary);
            color: white;
            border: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .table {
            width: 100%;
            margin: 10px 0;
        }

        .table-bordered {
            border-collapse: collapse;
        }

        .table-bordered tr {
            border-bottom: 1px solid var(--border);
        }

        .table-bordered td {
            padding: 8px 0;
        }

        .text-right {
            text-align: right;
        }

        .hrUK3BL {
            text-align: center;
            margin-top: 10px;
        }

        .hrUK3BL a {
            background: var(--primary);
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
        }

        #empty_cart {
            padding: 20px;
            text-align: center;
            color: var(--gray);
        }

        /* Navigation */
        .main-nav {
            background: white;
            border-top: 1px solid var(--border);
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }

        .nav-container {
            max-width: 1450px;
            margin: 0 auto;
            padding: 5px 20px;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .nav-list {
            margin:0;
            display: flex;
            list-style: none;
            flex: 1;
               justify-content: flex-start
        }

        .nav-item {
            position: relative;
        }

        .nav-link {
            display: flex;
            font-size:14px;
            align-items: center;
            gap: 8px;
            padding: 15px 20px;
            color: var(--dark);
            text-decoration: none;
            font-weight: 500;
            transition: var(--transition);
            white-space: nowrap;
        }

        .nav-link:hover {
            color: var(--primary);
        }

        .nav-link i {
            font-size: 14px;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 220px;
            box-shadow: var(--shadow);
            border-radius: 10px;
            padding: 10px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: var(--transition);
            z-index: 100;
        }

        .nav-item:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-item {
            display: block;
            padding: 10px 20px;
            color: var(--dark);
            text-decoration: none;
            transition: var(--transition);
        }

        .dropdown-item:hover {
            background: var(--light);
            color: var(--primary);
        }

        /* GEOTSKAP მენიუს სტილები */
        .geotskap-header {
            position: relative;
            z-index: 40;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

   .geotskap-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    border-radius: 999px;
    border: none;
    font-family: font-1;
    background: #3F51B5;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

        .geotskap-toggle-icon {
            display: inline-flex;
        }

        .geotskap-toggle:hover {
            background: #f3f4f6;
            border-color: #60a5fa;
            box-shadow: 0 8px 24px rgba(148, 163, 184, 0.5);
        }

        .geotskap-menu {
            position: absolute;
            top: 100%;
            left: 0;
            margin-top: 8px;
            width: 540px;
            display: none;
        }

        .geotskap-header.is-open .geotskap-menu {
            display: block;
        }

        .geotskap-menu-inner {
            background: #ffffff;
            border-radius: 14px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 16px 50px rgba(15, 23, 42, 0.18);
            padding: 12px 14px;
            max-height: 70vh;
            overflow-y: auto;
        }

        .geotskap-menu-inner::-webkit-scrollbar {
            width: 6px;
        }

        .geotskap-menu-inner::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 999px;
        }

        .geotskap-menu-header {
            padding: 4px 6px 8px;
        }

        .geotskap-menu-pill {
            font-size: 10px;
            letter-spacing: 0.13em;
            padding: 4px 10px;
            border-radius: 999px;
            border: 1px solid #d1d5db;
            background: #f8fafc;
            color: #4b5563;
            text-transform: uppercase;
        }

        .geotskap-menu-subtitle {
            font-size: 12px;
            color: #6b7280;
            margin: 5px 0 0;
        }

        .geotskap-accordion {
            list-style: none;
            margin: 6px 0 0;
            padding: 0;
        }

        .geotskap-item {
            border-radius: 12px;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            margin-bottom: 6px;
            transition: 0.15s;
        }

        .geotskap-item:hover {
            background: #f9fafb;
            border-color: #60a5fa;
        }

        .geotskap-item.is-open {
            border-color: #3b82f6;
            background: #f1f5f9;
        }

        .geotskap-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 12px;
        }

        .geotskap-link-main {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .geotskap-thumb {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            border: 1px solid #d1d5db;
            background: #f3f4f6;
            overflow: hidden;
            flex-shrink: 0;
        }

        .geotskap-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .geotskap-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .geotskap-name {
            font-size: 15px;
            font-weight: 600;
            color: #374151;
            text-decoration: none;
        }

        .geotskap-name:hover {
            text-decoration: underline;
        }

        .geotskap-meta {
            font-size: 12px;
            color: #6b7280;
        }

        .geotskap-sub-toggle {
            border: 1px solid #e5e7eb;
            background: #ffffff;
            width: 28px;
            height: 28px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.16s ease;
        }

        .geotskap-sub-toggle i {
            font-size: 11px;
            transition: transform 0.2s ease;
        }

        .geotskap-sub-toggle:hover {
            background: #f3f4f6;
        }

        .geotskap-item.is-open .geotskap-sub-toggle i {
            transform: rotate(180deg);
        }

        .geotskap-submenu {
            list-style: none;
            padding: 0 12px 8px 48px;
            margin: 0;
            display: none;
        }

        .geotskap-submenu li {
            margin-bottom: 3px;
        }

        .geotskap-submenu a {
            color: #3b82f6;
            font-size: 14px;
            padding: 2px 0;
            display: block;
        }

        .geotskap-submenu a:hover {
            text-decoration: underline;
        }

        .geotskap-blur-overlay {
            position: fixed;
            inset: 0;
            background: rgba(255, 255, 255, 0.35);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.28s ease;
            z-index: 30;
        }

        .geotskap-header.is-open ~ .geotskap-blur-overlay {
            opacity: 1;
            pointer-events: auto;
        }

        /* Mobile Menu Toggle */
        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            color: var(--dark);
            cursor: pointer;
        }

        /* Special Offers Banner */
        .offers-banner {
            background: linear-gradient(135deg, #ff9a9e, #fad0c4);
            padding: 10px 0;
            text-align: center;
            color: white;
            font-weight: 500;
        }

        .offer-text {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { opacity: 0.8; }
            50% { opacity: 1; }
            100% { opacity: 0.8; }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .header-container {
                grid-template-columns: auto 1fr;
                gap: 20px;
            }
            
            .search-container {
                grid-column: 1 / -1;
                order: 3;
                max-width: 100%;
            }

            .geotskap-menu {
                width: 400px;
            }
        }

        @media (max-width: 768px) {
            .top-bar {
                display: none;
            }
            
            .header-container {
                grid-template-columns: 1fr auto;
                padding: 10px 15px;
                gap: 15px;
            }
            
            .logo-text {
                font-size: 20px;
            }
            
            .search-container {
                display: none;
            }
            
            .mobile-toggle {
                display: block;
            }
            
            .user-actions {
                gap: 10px;
            }
            
            .action-text {
                display: none;
            }
            
            .action-btn {
                padding: 8px;
            }

            .cart-dropdown {
                width: 300px;
                right: -10px;
            }
            
            .main-nav {
                display: none;
            }
            
            .nav-list {
                flex-direction: column;
            }
            
            .nav-link {
                padding: 12px 15px;
                border-bottom: 1px solid var(--border);
            }

            .geotskap-toggle {
                width: 100%;
                justify-content: center;
                font-size: 15px;
                padding: 11px 20px;
            }

            .geotskap-toggle-label {
                display: none;
            }

             .geotskap-menu {
        position: absolute;
        left: 100%;
        transform: translateX(-19%);
        width: calc(102vw - 24px);
        margin-top: 65px;
    }

            .geotskap-menu-inner {
                border-radius: 14px;
                max-height: 78vh;
                padding: 14px 14px 16px;
            }

            .geotskap-link {
                padding: 11px 12px;
            }

            .geotskap-name {
                font-size: 15px;
            }

            .geotskap-submenu {
                padding-left: 44px;
            }
        }

        @media (max-width: 480px) {
            .header-container{
                    align-items: none;
    justify-items: none;
                
            }
            .header-container {
                grid-template-columns: 1fr auto;
            }
            
            .logo-image {
                max-height: 40px;
            }
            
            .user-actions {
                gap: 8px;
            }
            
            .action-btn {
                width: 40px;
                height: 40px;
            }
            
            .cart-dropdown {
                width: 280px;
            }
        }



