/* áƒ–áƒáƒ’áƒáƒ“áƒ˜ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
}
nav.menu_lamaria {
  /* background: #333; */
  /* padding: 10px 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 70%;
}

/* áƒ›áƒ”áƒœáƒ˜áƒ£áƒ¡ áƒ–áƒáƒœáƒ”áƒ‘áƒ˜ */
.menu_lamaria_top_left,
.menu_lamaria_top_right {
  display: flex;
}
.menu_lamaria_top_left ul,
.menu_lamaria_top_right ul {
  display: flex;
  list-style: none;
}
.menu_lamaria_top_left li,
.menu_lamaria_top_right li {
  margin: 0 10px;
}
.menu_lamaria_top_left a,
.menu_lamaria_top_right a {
  color: #282828;
  text-decoration: none;
  padding: 17px 15px 5px;
  display: block;
  font-family: 'font-8';
  position:relative;
  font-size: 16px;
}
.menu_lamaria_top_left a:hover,
.menu_lamaria_top_right a:hover {
  border-radius: 5px;
  color:#0A4033;
}
.menu_lamaria_top_right a:hover::before{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  left:15px;
  width:50%;
  content:'';
  transition:all,.3s;
}

.menu_lamaria_top_right a:hover::after{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  right:15px;
   width:50%;
  content:'';
  transition:all,.3s;
}
.menu_lamaria_top_right a::before{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  left:15px;
  width:0;
  content:'';
  transition:all,.3s;
}

.menu_lamaria_top_right a::after{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  right:15px;
  width:0;
  content:'';
  transition:all,.3s;
}
.menu_lamaria_top_left a:hover::before{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  left:15px;
  width:50%;
  content:'';
  transition:all,.3s;
}

.menu_lamaria_top_left a:hover::after{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  right:15px;
   width:50%;
  content:'';
  transition:all,.3s;
}
.menu_lamaria_top_left a::before{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  left:15px;
  width:0;
  content:'';
  transition:all,.3s;
}

.menu_lamaria_top_left a::after{
  position:absolute;
  height:1px;
  background:#0A4033;
  bottom:0;
  right:15px;
  width:0;
  content:'';
  transition:all,.3s;
}


/* áƒšáƒáƒ’áƒ */
.logo {
  margin: 0 20px;
  position: relative;
  top: 0;
  /* background: #fff; */
  border-radius: 0 0 100px 100px;
}
.logo img {
  height: max-content;
}

.has-dropdown .dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  position: absolute;
  top:95%;
  left: 0;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  pointer-events: none;
}

/* áƒ›áƒáƒ£áƒ¡áƒ˜áƒ¡ áƒ›áƒ˜áƒ§áƒ•áƒáƒœáƒ˜áƒ¡áƒáƒ¡ áƒ˜áƒ®áƒ¡áƒœáƒ”áƒ‘áƒ áƒœáƒ”áƒšáƒ */
.has-dropdown:hover .dropdown {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  padding: 20px;
}


.dropdown-column {
  flex: 0 1 200px;
  margin: 19px 0 0;
}
.dropdown-column h4 {
  margin-bottom: 10px;
  color: #333;
}
.dropdown-column ul {
  list-style: none;
}
.dropdown-column li a {
  color: #333;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.dropdown-column li a:hover {
  text-decoration: underline;
}
.has-dropdown:hover .dropdown {
  display: flex;
}

/* áƒ›áƒáƒ‘áƒ˜áƒšáƒ£áƒ áƒ˜ áƒ•áƒ”áƒ áƒ¡áƒ˜áƒ */
#menu-toggle {
  background: #333;
  color: white;
  padding: 10px;
  border: none;
  font-size: 18px;
  display: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
@media(max-width: 768px) {
  .list_feature{
    /* background:#000; */
    display:flex;
    flex-direction: column;
    align-items: center;
    align-content: stretch;
  }
  #menu-toggle {
    display: none;
    width: max-content;
    background: #0a4033;
    border-radius: 6px;
    font-size: 12px;
    font-family: 'font-8';
    margin: 0;
    float: left;
    padding: 10px 15px;
  }
   #menu-toggle span{
     font-size:0;
   }

  nav.menu_lamaria {
    display: flex;
    width: 30%;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }

  .menu_lamaria_top_left,
  .menu_lamaria_top_right {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .menu_lamaria_top_left.open,
  .menu_lamaria_top_right.open {
    display: flex;
  }

  .menu_lamaria_top_left ul,
  .menu_lamaria_top_right ul {
    flex-direction: column;
  }

  .logo {
    margin: 10px 0;
    width: max-content;
    align-self: center;
  }
  .logo  img{
    width:120px;
  }
  .dropdown {
    position: relative;
    width: 100%;
  }
}
/*profile_content*/
.profile_content{
  display:flex;
  width: max-content;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
	/*profile_content*/
.profile_content{
  display:flex;
  width: 40%;
  justify-content: flex-end;
  align-items: center;
}
}

.login_form_lamaria{
  vertical-align:top;
  display:flex;
  
}

.login_form_lamaria a,.wishlist_lamaria a{
  float:left;
  display:flex;
  position: relative;
  background: #f9f9f9;
  border-radius: 30px;
  margin: 2px;
}
.cart_top_lamaria{
  display:flex;
  position:relative;
  /* background: #0a40331c; */
  /* padding:15px; */
  /* padding: 0 20px; */
  border-radius:10px;
  width:max-content;
}
.count{
  position:absolute;
  right: 0;
  top: 5px;
  color:#fff;
  font-family:font-4;
  padding:3px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  border-radius:100px;
  display:flex;
  background:#14473b;
  justify-content: space-around;
  align-items: center;
}
.cart_top_lamaria .count{
  top: 5px;
  right: 2px;
}
/* Overlay */
.lamaria-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a403347;
  display: none;
  z-index: 1000;
}

/* Sidebar */
.lamaria-cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 360px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 52px rgb(0 0 0 / 8%);
  z-index: 1001;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}

.lamaria-cart-sidebar.active {
  right: 0;
}

.lamaria-cart-content h3 {
  margin-top: 0;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-family: 'font-8';
  padding: 20px;
  text-align: center;
  color: #1515158f;
}

.lamaria-cart-items p {
  margin: 10px 0;
}

.lamaria-cart-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lamaria-cart-buttons{
  display:flex;
  width:100%;
  flex-direction: row;
}
.lamaria-cart-buttons button {
  padding: 15px 12px;
  border-radius:5px;
  width:50%;
  border: none;
  font-family: font-8;
  font-weight: 200;
  background: #0A4033;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.lamaria-cart-buttons .btn-cart-buy {
  background: #0a74da;
}
.btn-cart-go{
  width:80% !important;
}
/*product_list_feature*/
.product_list_feature{
  width:100%;
  display:flex;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
.product_list_feature{
  width:100%;
  display:flex !important;
  justify-content: space-between  !important;
  padding-top: 20px  !important;
  padding-bottom: 20px;
  flex-direction: column  !important;
}
}




.product_list_feature_left{
  width: 40%;
  overflow:hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.product_list_feature_right{
  display:flex;
  width: 55%;
  flex-direction: row;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product_list_feature_right{
    width:100%;
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
  }
  .product_list_feature_left{
  width:100%;
  }
}


.feature_title{
  font-size:30px;
  font-family:font-8;
}
@media (max-width: 768px) {
.feature_title{
  font-size:25px;
  text-align:center;
  font-family:font-8;
}
}


.feature_title_description{
  font-size:16px;
  color:#000014;
  margin:15px 0;
  font-family: font-2;
}


.read_more_product {
  width:100%;
}
@media (max-width: 768px) {
.feature_title_description{
  text-align:center;
}
  .read_more_product {
  width:100%;
  text-align:center;
  display: flex;
  justify-content: space-evenly;
}
}


.read_more_product a{
  overflow:hidden;
  border:2px solid#0A4033;
  padding: 12px 15px 8px;
  border-radius:200px;
  float:left;
  font-family:font-8;
  position:relative;
  color:#0A4033;
}
.read_more_product a:hover{
  color:#fff;
   transition:all,.4s;
}
.read_more_product a:hover:after{
  background:#0A4033;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:43px;
  z-index:-1;
  transition:all,.3s;
}
.read_more_product a:after{
  background:#0A4033;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:43px;
  z-index:1;
  color:#fff;
  transition:all,.3s;
}
.feature_img{
  margin-top:50px;
  float:left;
  width: 100%;
  overflow: hidden;
  vertical-align:top;
  border-radius: 10px;
}
.feature_img img{
  vertical-align:top;
  border-radius:10px;
  width: 100%;
}
/*product_list_content*/
.product_list_content{
  width: 47%;
  display:flex;
  overflow:hidden;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.product_list_img{
  width:100%;
  /* background: #f9f9f9; */
  border-radius: 10px;
  position:relative;
}
.product_img{
  display:flex;
  flex-direction: column;
  align-items: center;
  background: #F5F5F5;
  position:relative;
  padding: 30px 0;
  overflow:hidden;
  border-radius: 10px;
}
.product_img:hover .button-group{
  background:#fff;
  box-shadow:0 5px 5px rgba(0,0,0,0.1);
  border-radius:2px;
  position:absolute;
  bottom:10px;
  transition:all,.2s;
}
.product_img .button-group{
  background:#fff;
  box-shadow:0 5px 5px rgba(0,0,0,0.1);
  border-radius:2px;
  position:absolute;
  bottom:-50px;
   transition:all,.2s;
}
@media (max-width: 768px) {
.product_img .button-group{
  background:none;
  box-shadow:none;
  border-radius:2px;
  position:absolute;
  bottom:5px;
   transition:all,.2s;
}
}

.product_img .button-group button{
  padding: 15px 15px;
  background:none;
  border:none;
  /* border-right:1px solid#e9e9e98c; */
  /* margin-left:-1px; */
}
.product_img .button-group button:hover{
  color:#ffffff;
  background:#171717;
}

@media (max-width: 768px) {
.product_list_img{
  width:100%;
}
}
.product_list_img img{
  width:100%;
  border-radius:10px;
}
.product_list_content span{
  display:flex;
  justify-content: space-around;
}
.product_list_content span a{
  font-family:font-8;
  margin:15px 0;
  float:left;
  font-size: 13px;
  font-weight: 600;
  color:#888;
}
.product_title{
  font-family:font-8;
  padding: 10px 0;
}
.product_price{
  width:100%;
  display:flex;
  margin: 0 0 15px 0;
  justify-content: space-evenly;
}
.new_price{
  font-size: 21px;
  font-weight: 600;
  width:50%;
  font-family: font-3;
  display: flex;
  padding-right: 6px;
  justify-content: flex-end;
}
.old_price{
  width:50%;
  font-size: 21px;
  font-weight: 600;
  font-family: 'font-3';
  padding-left: 0;
  text-decoration:dotted;
  color:#888;
}
.block_left{
  background:url('https://lamaria.ge/image/catalog/Slider/mage_2a2eqt2a2eqt2a2e555.jpg')center;
  background-size:cover;
  width: 35%;
  height:600px;
  border-radius: 10px;
}



.block_right{
  width: 50%;
  background:#F9F1EF;
  background: #F9F1EF url(https://lamaria.ge/image/catalog/website/bglogin.png)center right  no-repeat;
  border-radius: 10px;
  /* width: 150px; */
  background-size: 43%;
  background-position-x: 900px;
  background-blend-mode: screen;
  padding:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .block_left{
width:100%;
    height:300px;
    background-size:cover;
}
#block_01{display:flex;width: 100%;flex-direction: column;}
  .block_right{
    text-align:center;
  width: 100%;
  background:#F9F1EF;
  padding:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
}


.block_right h1{
  font-size:40px;
  font-family:font-8;
  font-weight:200;
  width:70%;
  display:flex;
  color:#353434;
}
@media (max-width: 768px) {
.block_right h1{
  width:100%;
}
}

.block_right  h2{
  color:#888;
  font-weight:300;
  font-family:font-8;
  font-size:20px;
}


.product_sort_line{
  float:left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_sort_line h2{
  float:left;
  font-family:font-8;
  font-size:23px;
  margin: 0;
  padding: 0;
}
/* áƒ¡áƒáƒ áƒ¢áƒ˜áƒ áƒ”áƒ‘áƒ˜áƒ¡ áƒ“áƒ áƒáƒžáƒ“áƒáƒ£áƒœáƒ˜áƒ¡ áƒ¡áƒ¢áƒ˜áƒšáƒ˜áƒ–áƒáƒªáƒ˜áƒ */
#input-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

#input-sort:hover {
  border-color: #b3b3b3;
}

#input-sort:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

/* áƒšáƒ”áƒ˜áƒ‘áƒšáƒ˜áƒ¡ áƒ¡áƒ¢áƒ˜áƒšáƒ˜ */
.input-group-addon {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
}
.language_top{
  /* background:red; */
  float:right;
  display:flex;
  width: 27%;
}









.tab-btn {
  background: none;
  border: none;
  font-size: 14px;
  font-family:font-8;
  /* margin-right: 10px; */
  padding: 10px 10px 7px 10px;
  cursor: pointer;
  font-weight: bold;
}

.tab-btn.active {
	border-radius:5px;
background:#14473b;
	font-size:14px;
	font-family:font-8;
	font-weight:400;
	padding:10px 10px 7px 10px;; 
  color: #fff;
  width:100%;
}

.tab-content {
  margin-top: 20px;
}

.mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-btn {
  background: #1e96e3;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  z-index: 1001;
  display:none;
}
@media (max-width:768px) {
    .mobile-menu-btn {
      background:#0a4033;
      display:block;
      border-radius:5px;
      padding:5px 10px;
      margin-right:10px;
    }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background: #fff;
  z-index: 1002;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  padding: 20px;
  overflow-y: auto;
}

.mobile-sidebar.open {
  left: 0;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
  background: #f9f9f9;
  border-radius: 3px;
}

.mobile-sidebar-content ul {
  list-style: none;
  padding: 0;
}

.mobile-sidebar-content li {
  margin-bottom: 10px;
}

.category-title {
  margin-top: 20px;
  font-weight: bold;
}
.main-menu li{
	border-bottom:1px dashed#ddd;
	padding:10px 0;
	font-family:font-8;
}
.categoryContent ul li{
	padding:10px 0;
}
.category-title{
	font-family:Font-8;
	text-align:center;
	font-size:11px;
}
.category-menu  li{
	padding:10px 0;
	border-bottom:1px dashed#ddd;
	font-family:Font-8;
}

#quickcheckoutconfirm{
	padding:0;
	border-radius:10px;
}
.qc-step{
	border:1px solid#eee;
	padding:10px;
	float:left;
	width:100%;
	border-radius:10px;
	padding:0 25px;
	margin-bottom:15px;
}
.quickcheckout-heading{
	font-weight:500;
	padding:0;
	margin:0;
}


/* Fixed Notifications */
.oc-alert {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    opacity: 0;
    animation: ocFadeIn .3s forwards;
}

/* Success */
.oc-alert-success {
    background: #28a745;
}

/* Error */
.oc-alert-danger {
    background: #dc3545;
}

/* Warning */
.oc-alert-warning {
    background: #ffc107;
    color: #333;
}

/* INFO */
.oc-alert-info {
    background: #17a2b8;
}

@keyframes ocFadeIn {
    to { opacity: 1; }
}

@keyframes ocFadeOut {
    to { opacity: 0; transform: translateY(-10px); }
}
