/* Sopix CSS */
.theme-color-3 {
    --theme-color: #527637 !important;
    --theme-color-rgb: 82, 118, 55 !important;

    --theme-color2: #da6d11 !important;
    --theme-color2-rgb: 218, 109, 17 !important;
}

.btn-green-theme{
	background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #fff;
}
button.btn-green-theme i{
    color: #fff !important;
}

.btn-green-theme-soft{
    color: var(--theme-color);
    padding: calc(6px + (15 - 6) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.product-box-4 .product-detail a .name{
    width: 100% !important;
}
.counter input{
    width: 65px !important;
}
.item-section{
    right: -200px;
}
.no-border{
    border: none !important;
}
.sml-2{
    margin-left: 17px;
}
.product-box-3 .product-header .product-image{
    background-color: #fff !important;
    border-radius: 6px !important;
}
.product-box-3 .product-footer .product-detail .span-name{
    margin-top: 15px !important;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button{
    background-color:  #da6d11 !important;
    border: 1px solid #da6d11 !important;
}
.title-leaf::before{
    background-color: var(--theme-color2) !important;
}
.title h2{
    color: var(--theme-color) !important;
    text-transform: uppercase !important;
}
thead, tbody, tfoot, tr, td, th{
    border-style: none;
}
.table>:not(:first-child){
    border: none;
}
p.con-oferta span{
    color: #aaaaaa;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-decoration: line-through;
}
p.con-oferta{
    color: var(--theme-color2) !important;
}
p.con-oferta{
    color: #ff4f4f !important;
}
.shop-box .shop-category-box a .shop-category-image{
    width: auto !important;
}


.ecommerce-card{
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.ecommerce-card .item-price{

}
.ecommerce-card button{
    margin: 0px;
}
.ecommerce-card 
h4.item-price:after {
  content: "";
  display: none;
}

.ecommerce-card .item-img img{
    max-width: 100%;
}
.ecommerce-card span.text-oferta{
    color: #ff0000;
}
.ecommerce-card 
h4.item-price{
  color: #999;
}

.item-options{
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.button-group-list li {
    width: 100% !important;
}
@media all and (max-width: 980px) {
    .ecommerce-card{
        grid-template-columns: 1fr !important;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:75px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.my-float{
	margin-top:16px;
}
.textoBlanco{
    color: #fff !important;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link{
    text-transform: uppercase !important;
}
.shop-box .shop-category-box a .shop-category-image{
    background-color: #fff !important;
}
header .navbar-nav .dropdown-menu-2::after{
    background-image: none !important;
}
header .navbar-nav .dropdown-menu-2{
    width: 65vw !important;
}

@media (max-width: 1199px) {
    header .navbar-nav .dropdown-menu-2 {
        width: unset !important;
    }
}
header .header-top {
    padding: 10px 0;
    background-color: #272727 !important;
}

header .header-top {
    padding: 10px 0;
    background-color: #272727 !important;
}
header{
    background-color: #000;
}

header .navbar-light .navbar-nav .nav-link,
header a,
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather,
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather{
    color: #fff;
}
header .top-nav .navbar-top .web-logo img{
    width: 300px;
}
header.active .sticky-header{
    background-color: #000;
}
header .navbar-toggler-icon{
    -webkit-text-fill-color: #fff !important;
}
header.active .sticky-header .theme-logo{
    display: block !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 900;
    background:(249,249,249);
    opacity: .8;
}
@media (max-width: 767px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:first-child {
        display: block !important;
    }
}
header .search-full.open{
    height: 50%;
}
header .search-full .input-group{
    border: none !important;
}