.sidebox-order_action .btncart-checkout:before {
    background: var(--mainColor)!important;
}
.sidebox-order_action .btncart-checkout {
    border-color: var(--mainColor)!important;
}
.sidebox-order_total p .total-price{
	color:var(--textColor) !important
} 
.section_product_tab .view-more {
    margin-top: 6px;
    text-align: center;
} 

.section_slider .swiper-slide .container-effect{
  display: none !important;
}


header.header .main-header .align-items-center .header-right .sudes-header-stores {
  
    display: none;
} 

.logo-wrapper{

  width: 100px !important;
}
.logo-wrapper>img{
  width: auto !important;
  height: 80px !important;
  object-fit: cover;
}
.header-promo{
display: none;
}
.main-header{
  background-color: #1b281c !important;
} 
.product-action .product-bottom .button-product button.btn-views{
  color: white !important;
}
.product-action .product-bottom .button-product button.btn-views:hover{
  color: #af7a1f !important;
} 

#section_brands-0{
  display: none;
}
.logo-footer img{
  width: 150px !important;
}
.bg-footer-bottom{
  background-color: var(--mainColor) !important;
}
.out-circle{
  background: #4c7031 !important
}
.backtop {
  border-color: transparent transparent #4c7031 !important
} 


.btn-zozo.btn-hover:before {
  background-color: #4c7031 !important;
}
.btn-zozo.btn-hover {
  border: 1px solid #4c7031 !important;
} 

.section_product_tab .section-title .tab_big .tab_ul ul li.current {
  background: var(--mainColor) !important;
  color: #fff;
}
.btn.btn-primary{
  border-radius: 12px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}

.btn.btn-primary:before{
  -webkit-clip-path: none !important;
  clip-path: none !important;
  background: var(--mainColor) !important;
}
.item_product_main .product-action .product-bottom .button-product button.btn-views:hover{
  background: var(--mainColor) !important;
}

.block-timer span{
  color: white !important;
} 

body{
  font-family: "Quicksand", sans-serif;
}

.section_product_tab .section-title .tab_big .tab_ul ul li:first-child{
  border-radius: 12px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.section_product_tab .section-title .tab_big .tab_ul ul li:last-child{
  border-radius: 12px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.btn{
  border-radius: 12px !important;
}
.button-view_all .btn-zozo {
    border-radius: 12px;
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart{
  clip-path: none !important;
  background: var(--mainColor) !important;
}
.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart:hover{
    color: white !important;
}
.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow{
clip-path: none !important;
   color: white !important;
  background:  #4c7031 !important;
}

.layout-collection .filter-containers .sort-cate .sort-cate-right ul li:hover a, .layout-collection .filter-containers .sort-cate .sort-cate-right ul li.active a{
  background: var(--mainColor) !important;
}
header.header .header-menu .navigation-horizontal .title{
  background: var(--mainColor) !important;

} 

.btn.btn-light{
  clip-path: none !important;
  background: var(--mainColor) !important;
  color: white !important;
}


.tag_article a {
  background: var(--mainColor) !important;
  color: white !important;
  
}

.item_product_main .product-action {
  border-radius: 12px !important;
}
.item_product_main .product-action .product-thumbnail {
  border-radius: 12px 12px 0px 0px !important;
} 


.section_product .block-product-list {
  max-width: 100% !important;
} 

.swiper_pro_1 .swiper-slide{
  width: 229.8px !important;
}
.section_product .block-title .section-title.has-control .swiper-button-prev {
  display: none;
}
.section_product .block-title .section-title.has-control .swiper-button-next {
  display: none;
}

.section_product .block-title{
all:unset
}
.section_product>.container {
  position: relative;
} 

.section_product .block-title a.btn {
    margin-right: 65px;
    right: 0px;
    top: 0px;
    position: absolute;
}
.section_product .block-title .section-title.has-control h2 {
    margin-bottom: 0px !important;
}
.sudes-header-cart svg.box-icon path{
    fill:none !important
}
.modal-newsletter {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.modal-body {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
}

.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cart-summary {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
}

.cart-summary h4 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-refresh-cart {
    padding: 4px 8px;
    font-size: 12px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.btn-refresh-cart:hover {
    background-color: #e0e0e0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-name {
    flex: 2;
}

.cart-item-quantity, .cart-item-price {
    flex: 1;
    text-align: right;
}

.cart-total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.wrapper-newsletter {
    margin: 0;
    padding: 0;
    width: 100%;
}

.form-newsletter__description {
    margin-bottom: 15px;
    color: #666;
}

.btn-submit {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
    padding: 8px 16px;
}

.btn-submit:hover {
    background-color: #2980b9;
    border-color: #2980b9;
    color: white;
}

.btn-default {
    padding: 8px 16px;
}

.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

textarea.form-control {
    min-height: 80px;
}

.loading-cart {
    text-align: center;
    padding: 20px;
    color: #666;
} 
#google-translate{
	width:auto !important;
  	margin-left:20px
}