@media (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}

.main-content {
    background: #f9f9f9;
    margin-left: 0px;
    min-height: 300px;
}

.product-list .list-item {
    float: left;
    padding: 0;
    margin: 0px;
    width: calc(35% - 22px);
}

.product-list .list-item .list-image {

    height: 260px;
    display: table;
    width: 100%;
    height: 475px !important;

}

.filter-group {

    margin-bottom: 20px;
    border-bottom: 1px solid

    #f4e7e7;
    padding-bottom: 15px;

}

.filter-group h3{
    display: none;
}
.filter-group ul{
    display: table;
    margin: 0 auto;
}
.filter-group ul li{
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.filter-group ul li a{
    color: #fd1c70;
}
.filter-group ul li:hover a{
    color: #fff;
}
.filter-group ul li:hover {
    background-color: #fd1c70;
    
}
.filter-group ul li {

    list-style: none;
    display: inline-block;
    margin: 5px;
    border: 1px solid #fd1c70;
    padding: 3px 5px;
    border-radius: 2px;

}

.mobil-filter span{
    display: none;
}

.category-product .category-items {
    width: 100%;
    float: left;
}

.submit-button{
    display: block;
    background:#08e308;
    color:white;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
    border-radius: 4px;
    width: 100%;
    border: none;
}

#user-login label,#user-register label{
    display: block;
    width: 100%;
}

.alert-error{
    padding: 5px;
    background: #ea4949;
    color: white;
    border-radius: 3px;
    margin: 5px 0;
}


.product-details .price-list .odd{
    text-decoration: line-through;
    display: inline-block;
    color:
            gray;
}

.quantity-buttons{
    display: inline-block;
}

.hidden-lg, .hidden-md {
    display: none !important;
}

header .header-menu nav ul.web-menu li.last_item ul.submenu {
    z-index: 1000000 !important;
}

.last-items .inner a h3{
    color: white;
    font-size: 30px;
    font-weight: bold;

}
.last-items .inner:hover{
    background: #fbbf0d;
}
.last-items .inner a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.last-items .inner{
    background: #ffe31f;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    display: table;
}
.last-items{
    padding-left: 10px !important;
    height: 609px;
}

.loader-overlay{
 /*   display: none !important; */
}

.required b{
    color: orangered;
}

.full-banner img{
    width: 100%;
}
.full-banner{
    margin: 7px 0;
    display: table;
}

.banners .three-banner img{
    width: 100%;
}
.banners .three-banner{
    margin: 7px 0;
    display: inline-block;
    width: calc(100% / 3 - 3px);
}

.banners .three-banner:nth-child(2){
    padding: 0 5px;
}

.whatsapp-button:hover{
    background: #11b247;
    color: white;
}
.whatsapp-button{
    color: white;
    background: #1cea6d;
    width: 100%;
    display: table;
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    border: 1px solid #05c852;
}

.quantity-block{
    width: 90px;
    display: table;
}

/* Chrome, Safari, Edge, Opera */
.quantity-block input::-webkit-outer-spin-button,
.quantity-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-block input[type=number] {
    -moz-appearance: textfield;
}

.quantity-block input{
    width: 40px !important;
    height: 40px !important;
    display: inline-block !important;

}
.quantity-group{
    width: 30px;
    display: inline-block;
}

.btn-quantity{
    border: 1px solid #bfbfbf;
    display: block;
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.add-quantity{

}
#product-info .product-details ul li .disabled:before{
    content: ' ';
    width: 50px;
    height: 40px;
    border-bottom: 1px solid red;
    -webkit-transform: translateY(-10px) translateX(4px) rotate(135deg);
    -moz-transform: translateY(-10px) translateX(4px) rotate(135deg);
    -ms-transform: translateY(-10px) translateX(4px) rotate(135deg);
    -o-transform: translateY(-10px) translateX(4px) rotate(135deg);
    position: absolute;
    top: 32px;
    left: 6px;
}

#product-info .product-details ul li .disabled:after{
    content: ' ';
    width: 50px;
    height: 40px;
    border-bottom: 1px solid red;
    -webkit-transform: translateY(-10px) translateX(4px) rotate(45deg);
    -moz-transform: translateY(-10px) translateX(4px) rotate(45deg);
    -ms-transform: translateY(-10px) translateX(4px) rotate(45deg);
    -o-transform: translateY(-10px) translateX(4px) rotate(45deg);
    position: absolute;
    top: 5px;
    left: 6px;
}
#product-info .product-details ul li .disabled{
    position: relative;
}

label.ship-item {
    list-style: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 15px 10px;
    margin: 10px;
    position: relative;
    width: 24%;
    min-height: 75px;
    float: left;
    cursor: pointer;
}
label.ship-item h4 {
    display: inline-block;
    position: relative;
    top: 3px;
}

header .header-center {
    padding: 10px 0;
    background: #82e682;
}

header .header-menu {
    background-color: #ffffff;
    height: 50px;
    box-shadow: 0 7px 8px -9px #0000008c;
    margin-bottom: 10px;
}

header .logo {
    height: auto !important;
    position: relative !important;
    width: initial;
    top: 16px;
}

header .header-center .accounts {
    padding: 0px;
    position: relative;
    top: 20px;
}
header .header-center .search span i {
    color: #0e7d2b;
    font-size: 20px;
    line-height: 46px;
}
header a.login, header a.logout {
    padding: 10px 15px;
    background: transparent;
    color: #5d5f61;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

header .header-menu nav ul.web-menu li a {
    color: black;
}
header .header-menu nav ul.web-menu .pull-right {
    background-color: #ffe31e;
}

.search-tags{color: #404040}

header .header-center .search .input-search {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    background-color: #fbfbfb;
    width: 100%;
    height: 55px;
    padding: 0 25px;
    line-height: 46px;
    font-size: -3px;
    box-shadow: 0 0 6px -3px;
}

header .header-menu nav ul.web-menu li a:hover {
    background-color: #ffe31f;
    color: black;
}
header .header-menu nav ul.web-menu li.last_item ul.submenu {
    border: 1px solid #FFEB3B;
}

section.categories{
    background: white;
    padding: 40px 0;
}

ul.category_list li img{
    border-radius: 5px;
    width: 100%;
}
ul.category_list li h3{
    width: 95px;
    position: absolute;
    top: 20px;
    margin: 0 !important;
    left: 20px;
    color: #414341;
    text-transform: inherit;
}
ul.category_list li{
    list-style: none;
    display: inline-block;
    margin: 5px;
    position: relative;
    border-radius: 5px;
    width: 13.2%;
}
ul.category_list{
    margin: 0;
    padding: 0;
}

footer .top {
    background-color: #c1d2d2 !important;
    width: 100%;
    height: 100px;
}

footer .social-nav li a {
    
    line-height: 45px;
    color: #000000;
}

h1.main_title {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
}

.not_found i{
    font-size: 60px;
    color: #7b7b7b;
    margin: 10px 0;
    display: block;
}
.not_found{
    background: white;
    padding: 50px;
    border-radius: 3px;
    font-size: 25px;
    text-align: center;
    box-shadow: 0 4px 10px -7px;
}

header .header-center .search-tags a {
    border: none;
    padding: 0 5px;
    border-radius: 4px;
    margin-left: 5px;
    background: #ffe31f;
    color: black;
}

header .cart-count {
    background-color: #ffe31f;
    color: #3e3e3e;
}

.fav-add-button i{
    font-size: 35px !important;
    font-weight: bold;
}
.fav-add-button{
    background: #ffffff !important;
    color: deeppink !important;
    padding: 4px !important;
    border-radius: 50% !important;
    box-shadow: 0 0 7px #00000036;
}

#product-info .product-details ul li .cart-add-button {
    height: 45px;
    background: #ffcb00;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.31);
    color: black;
}
#product-info .product-details ul li .cart-add-button:hover {
    background-color: #FF9800;
    color: white;
}

#product-info .product-details ul li.price-list .shipping {
    float: right;
    font-size: 14px;
    width: 150px;
    line-height: 15px;
    background: #ff7800;
    padding: 10px;
    color: black;
}

#product-info .product-details ul li.price-list {
    border: 1px solid #ff7800;
    padding: 0;
    background: white;
    display: inline-block;
    width: 100%;
}

.product-list .list-item{
    position: relative;
}

.product-list .list-item button.cart-add-button {
    width: 200px;
    border: 1px solid #676767;
    height: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #FFEB3B;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product-list .list-item:hover{
    z-index: 1111111;
}

.product-list .list-item .item-group:hover {
    border: 1px solid transparent;
    margin-bottom: 10px;
    box-shadow: 0 0 35px #000000b8;
    zoom: initial;
    transform: scale(1.1);
    z-index: 11111111;
}

.product-list .list-item .item-group .price span{
    font-size: 25px;
    color: black;
}
.product-list .list-item .item-group {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    position: relative;
}

.product-list .list-item button.cart-add-button:hover {
    background-color: #FF9800;
    color: white;
}

.category_slide .category_item a h3{
    text-align: center;
    color: black;
    width: 100%;
    display: block;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    margin: 0;
}
.category_slide .category_item{
    background: white;
    height: 150px;
    display: table;
    border: 1px solid #c5c5c5;
    margin: 5px;
    position: relative;

}

.cart-total ul li.total {
    background-color: #ffbe07;
    color: black;
    border: none;
    font-size: 30px;
    text-transform: uppercase;
}