body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background-color: #ffffff;
    max-width: 1920px;
    margin: 0 auto;
}

.common-home h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 18px;
        font-weight: 800;
        color: #000;
        text-transform: none;
        letter-spacing: 0px;
        position: relative;
        margin-bottom: 15px;
    }
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #6a6a6a;
}

a:hover {
    text-decoration: none;
    color: #000;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .nav-tabs {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 0px 0;
}

/* search */
#search {
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
    margin-right: 20px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 200px;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
    border: 1px solid #ffffff !important;
    left: 20px !important;
    top: 20px !important;
}

#cart .dropdown-menu:after {
    content: "";
    border-bottom: 10px solid rgb(247 248 250 / 0%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    right: 8px !important;
    transform: translateX(-66%) !important;
    top: -12px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
        min-width: 292px;
        left: 10px !important;
        display: none;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 450px;
}

/* footer */
footer {
    margin-top: 0px;
    padding-top: 40px;
    background-color: #333333;
    color: #c1c1c1;
    padding-bottom: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    footer {
        padding-top: 40px;
        padding-bottom: 0px;
        font-size: 14px;
    }
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #cacaca;
    line-height: 21px;
    letter-spacing: 0px;
}

footer a:hover {
    color: #be9461;
}

footer h5 {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 575px) {
    footer h5 {
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0px;
}

/* breadcrumb */
.breadcrumb {
    margin: 10px 0 10px 0;
    padding: 0 0;
    list-style: none;
    display: flex;
    background: rgb(255 255 255 / 0%);
    justify-content: left;
}

@media (max-width: 575px) {
    .breadcrumb {
        margin:5px 0 10px 0;
        padding: 0 0;
        list-style: none;
        display: flex;
        overflow: hidden;
        height: 25px;
        width: 100%;
        overflow-x: scroll
    }
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb>li {
    padding: 0 15px 0 0;
    position: relative;
    white-space: nowrap
}

.breadcrumb li:first-child {
    /* padding-left: 15px; */
}

.breadcrumb a {
    font-size: 12px;
    color: #091009;
    text-transform: capitalize;
    display: inline-block;
    max-width: 615px;
    overflow: hidden;
    font-style: italic;
}

@media (max-width: 991px) {
    .breadcrumb a {
        max-width:300px
    }
}

@media (max-width: 767px) {
    .breadcrumb a {
        max-width:200px
    }
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #121618;
    border-bottom: 1px solid #121618;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb>li:last-child:after {
    display: none
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    color: #000;
}

.btn-primary {
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
    padding-top: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #333;
}

h2.price {
    margin: 0;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
}

/* First header */
.first_header {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    background: #333;
    align-items: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

@media (max-width: 767px) {
    .first_header {
        padding: 5px 0px 5px 0px;
    }
}

.first_header a {
    color: #999999;
    cursor: pointer;
    padding: 0px 10px;
}

.social_header {
    display: inline-block;
    padding-left: 20px;
}

@media (max-width: 575px) {
    .social_header {
        display: none;
    }
}

.social_header p {
    display: inline-block;
    margin-bottom: 0px;
}

.social_header i {
}

.social_header a {
    padding: 0px 10px;
}

.first_header .social_header a:last-child {
    border-right: none;
    padding-right: 0px;
    color: #999999;
}

/* End first header */
.my-account {
    padding: 0px 20px 0px 20px;
    position: relative;
}

@media (max-width: 1200px) {
    .my-account {
    }
}

@media (max-width: 575px) {
    .my-account {
        display: none;
    }
}

.drop-logged p {
    text-align: left !important;
    padding-left: 0px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.my-account p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

.wishlist_btn {
    padding: 0px 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0px 10px;
}

.my-account .dropdown {
}

.my-account .dropdown-menu {
    border-radius: 0px;
    padding: 5px 5px !important;
    margin-top: 20px;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
    border: 1px solid #ffffff;
    transform: translate3d(-65px, 25px, 0px) !important;
}

@media (max-width: 1200px) {
    .my-account .dropdown-menu {
        border-radius: 0px;
        box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
        transform: translate3d(-128px, 25px, 0px) !important;
        background: #fff;
    }
}

.my-account .dropdown-menu.show:after {
    content: "";
    border-bottom: 10px solid rgb(247 248 250 / 0%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 49% !important;
    transform: translateX(-44%) !important;
    top: -12px;
}

@media (max-width: 1200px) {
    .my-account .dropdown-menu.show:after {
        content: "";
        border-bottom: 10px solid rgb(101 106 85);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        left: 85% !important;
        transform: translateX(-44%) !important;
        top: -10px;
    }
}

.my-account .dropdown-menu a {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 2px 5px;
}

.login {
    text-align: center !important;
    background: #c28c2e;
    border-radius: 0px;
    padding: 4px 3px 3px 3px!important;
    margin-bottom: 5px;
    color: #fff !important;
}

.register {
    text-align: center !important;
    background: #000000;
    border-radius: 0px;
    padding: 4px 3px 3px 3px!important;
    margin-bottom: 5px;
    color: #fff !important;
}

.login-options a {
    display: block;
}

.drop-logged a {
    color: #000 !important;
    border: none;
}

.common-home header {
    background: #fff;
    position: relative;
    z-index: 1;
}

header {
    background: #ffffff;
    padding: 20px 2em;
}

header .row {
    align-items: center;
    /* margin: 0px; */
}

@media (max-width: 767px) {
    .common-home header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 5;
    }

    header {
        padding: 5px 0px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 5;
        margin-bottom: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 68%);
    }
}

.header_row {
    align-items: center;
}

#action_show .show-search {
    margin-top: 10px;
    opacity: 1;
}

.search-heder-bar {
    border: 1px solid #d0ad50;
    border-radius: 0px;
    transition: .4s;
    overflow: hidden;
}

@media (max-width: 767px) {
    .search-heder-bar {
    }
}

.search-heder-bar:hover {
    border: 1px solid #333333;
    box-shadow: 0px 0px 12px -4px rgb(51 51 51 / 20%);
}

.search-heder-bar input {
    border: 0px;
    padding: 7px 10px;
    border-radius: 0px !important;
}

.search-btn {
    background: #c28c2e;
    border: 0px;
    padding: 0px 15px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0px;
}

.cart-total {
    color: #ffffff;
    font-family: 'Graphik';
    font-weight: 300;
    position: absolute;
    top: -10px;
    left: 13px;
    width: 22px;
    height: 22px;
    background: #c28c2e;
    font-size: 13px !important;
    text-align: center;
    padding-right: 4px;
    line-height: 23px;
    border-radius: 50%;
    display: inline-block !important;
    padding: 0px !important;
}

@media (max-width: 575px) {
    .cart-total {
        display: none;
    }
}

.cart_btn_header {
    justify-content: flex-end;
    display: flex;
    position: relative;
}

.cart_btn_header.show {
    justify-content: flex-end;
    display: flex;
}

.cart_btn_header .dropdown-toggle::after {
    display: none;
}

.cart_btn {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.cart_btn b {
    font-size: 16px;
    padding-left: 0px;
    letter-spacing: -1px;
    font-weight: normal;
}

@media (max-width: 1200px) {
    .cart_btn b {
        display: none;
    }
}

.cart_btn:hover {
    color: #000000;
}

.prev-my-slider {
    position: absolute;
    left: 0px;
    top: 39%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333333;
    font-size: 30px;
    cursor: pointer;
    transition: .5s;
    opacity: 0;
}

.slider:hover .prev-my-slider {
    left: 60px;
    opacity: 1;
    z-index: 1;
    transition: .5s;
}

.next-my-slider {
    position: absolute;
    right: 0px;
    top: 39%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #3a633b;
    font-size: 30px;
    cursor: pointer;
    transition: .5s;
    opacity: 0;
}

.slider:hover .next-my-slider {
    right: 60px;
    opacity: 1;
    z-index: 1;
    transition: .5s;
}

.info_banner_zone {
    top: 35%;
    transform: translateY(-35%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: none;
}

.subtitlu_banner {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
    color: #003f82;
}

.titlu_banner {
    display: block;
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 8px rgb(20 46 83 / 28%);
    line-height: 50px;
    margin-bottom: 20px;
}

.action_banner {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #11294b;
    font-weight: 700;
}

.action_banner i {
    font-size: 30px;
    color: #fff;
    vertical-align: -5px;
    margin-left: 5px;
}

.category-module {
    padding: 20px 0px 0px 0px;
    background: #fff;
}

.categ-icon {
    margin: 0px auto 0px auto;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.categ-icon:hover {
    transition: .5s;
    filter: contrast(1.1);
}

.categ-icon-img {
    margin: 0px;
}

@media (max-width: 767px) {
    .categ-icon-img {
        margin: 0px 0px 30px 0px;
    }
}

.categ-icon-img p {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 10px 0px;
    letter-spacing: 4px;
    bottom: -10px;
    background: #ffffffad;
    padding: 5px 0px;
}

@media (max-width: 767px) {
    .categ-icon-img p {
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
        text-align: center;
        margin: 0px 0px;
        letter-spacing: 0px;
        bottom: -10px;
        background: #ffffffad;
        padding: 5px 0px;
    }
}

.categ-icon-img:hover p {
    color: #000000;
}

.categ-icon-img:hover .categ-icon:after {
    box-shadow: inset 14px 3px 35px 0 #000000;
    content: '';
    height: 100%;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 100%;
}

.categ-icon-img:hover i {
    color: #ffa23a;
}

.categ-icon-img i {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translatex(-40%);
    z-index: 1;
    color: #c1c1c166;
    font-size: 30px;
    transition: .5s;
    /* display: none; */
}

.inside-zone {
}

.special-section {
    margin: 0px -15px 0px -15px;
}

@media (max-width: 767px) {
    .special-section {
        margin: 2em 0em 0em 0em;
    }
}

.inside-area {
    /* overflow: hidden; */
    padding: 0em 0em;
}

@media (max-width: 575px) {
    .inside-area {
        overflow: initial;
        padding: 0em 0em;
    }
}

.inside-area .owl-stage-outer {
    padding: 10px 10px 10px 10px;
}

/* Product price */
.product_price {
    font-size: 18px;
    color: #3a9046;
    font-weight: 500;
    font-weight: 600;
    letter-spacing: 0px;
}

@media (max-width: 575px) {
    .product_price {
        font-size: 14px;
        display: grid;
        height: 45px;
        overflow: hidden;
        line-height: 15px;
        align-items: center;
    }
}

.product_price .price {
    font-family: 'Poppins', sans-serif;
}

.product_price .price-new {
    margin-right: 5px;
    color: #ff4545;
}

.product_price .price-old {
    text-decoration: line-through;
    color: #aeaeae;
    font-weight: 500;
}

.product_price .price-tax {
}

/* End product price */
.product-list .product-thumb {
    overflow: hidden;
    margin: 0px;
}

.product-list .view_product {
    display: grid;
    right: 20px;
    display: none;
}

.product-thumb {
    background: #fff;
    padding: 0px;
    margin: 0px;
    text-align: center;
    transition: .5s;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0px;
}

.product-layout {
    margin-bottom: 0px;
    transition: .0s;
}

@media (max-width: 575px) {
    .product-layout {
        /* -webkit-box-flex: 0; */ -ms-flex: 0 0 50%;
        /* flex: 0 0 50%; */
        /* max-width: 50%; */
        /* padding: 5px; */
    }
}

@media (max-width: 330px) {
    .product-layout {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.common-home .product-thumb {
}

@media (max-width: 575px) {
    .common-home .product-thumb {
        margin-bottom: 20px;
    }
}

.product-thumb:hover {
}

.product-thumb:hover .sale_percent {
}

.product-thumb:hover .add_to_cart {
    background: #ffffff;
    border-color: #333;
}

.product-thumb:hover .wish_btn {
    background: #e2cd7e;
    color: #fff !important;
}

.product-thumb .image {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.hide {
    opacity: 0;
}

.img_pp2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.img_pp {
    opacity: 1;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    transition: .3s;
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-layout:hover {
}

.for_product-layout_hover {
    width: 100%;
    margin-left: -10px;
}

/* Rating stars */
.rating .fa-stack {
    font-size: 5px;
    width: 2.7em;
    vertical-align: 0px;
}

.rating .fa-star-o {
    color: #e3e3e3;
    font-size: 11px;
}

.rating .fa-star-o:before {
    content: "\f005";
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #333;
}

/* End rating stars */
.product_name {
    display: block;
    /* height: 33px; */
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 7px;
    padding: 0px 0px;
}

@media (max-width: 575px) {
    .product_name {
        display: block;
        max-height: 40px;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 0px 0px;
        line-height: 12px;
    }
}

.product_name a {
    color: #000000;
    font-weight: 600;
    line-height: 9px;
    font-size: 16px;
    letter-spacing: 0px;
}

@media (max-width: 767px) {
    .product_name a {
        color: #000000;
        font-weight: 700;
        font-size: 13px;
        line-height: 14px;
    }
}

.product_name span {
}

.button_group {
    margin: 5px 0px 0px 0px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
    position: relative;
    width: 100%;
}

@media (max-width: 575px) {
    .button_group {
        margin: 10px 0px 0px 0px;
        display: block;
    }
}

.product-layout:hover .button_group {
    bottom: 0px;
}

.button_group a {
    margin: 0px 3px;
    font-size: 14px;
    color: #bebebe;
    cursor: pointer;
    display: inline-block;
}

.add_to_cart {
    background: #f8f7f8;
    padding: 15px 7px 4px 7px;
    border-radius: 0px;
    color: #000 !important;
    background: #ffffff;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: .5s;
    border-top: 1px solid #e8e8e8;
    text-transform: uppercase;
}

.add_to_cart i {
    padding-left: 6px;
}

@media (max-width: 1200px) {
    .add_to_cart {
        font-size: 12px !important;
        padding: 3px 7px 3px 7px;
    }
}

.sale_percent {
    position: absolute;
    border-radius: 0px;
    padding: 0px 5px;
    line-height: 21px;
    background-color: hsl(0deg 100% 51% / 83%);
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    transition: .5s;
    display: inline-block;
    margin-left: 5px;
    letter-spacing: 0px;
    left: 0px;
    top: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .sale_percent {
        padding: 0px 10px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 600;
    }
}

.view_product {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 20px;
    color: #c5c5c5;
    transition: .5s;
    opacity: 0;
}

.product-layout:hover .view_product {
    opacity: 0;
    display: none;
}

.banner_section {
    margin: 0px 0px 10em 0px;
    background: #fff;
    padding: 0px 0px 0px 0px;
}

@media (max-width: 991px) {
    .banner_section {
        margin: 0px 0px 1em 0px;
        background: #fff;
        padding: 0px 0px 0px 0px;
    }
}

.product_page .banner_section {
    margin: 0px 0px 0px 0px;
    background: #fff;
    padding: 0px 0px 15px 0px;
}

#column-left .banner_section {
    margin: 0px 0px 0px 0px;
    background: #fff0;
    padding: 0px 0px 0px 0px;
    margin-top: 8px;
    margin-bottom: 21px;
}

.banner_col {
    padding: 10px;
}

.product_page .banner_col {
    padding: 0px;
}

#column-left .banner_col {
    padding: 0px;
}

.banner_image {
    width: 100%;
}

.product_page .banner_image {
    width: 100%;
    padding: 0px 0px;
    transition: .5s;
    border: 0px solid #f8f7f8;
    border-radius: 0px;
}

.banner_image:hover {
}

.product_page .container_min {
    padding: 0px;
}

#column-left .banner_image {
    width: 100%;
    padding: 0px 0px;
    border-radius: 0px;
    /* box-shadow: 0 5px 5px rgba(63,78,100,0.15); */
    padding: 0px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .banner_image {
        width: 100%;
        padding: 5px 5px;
    }
}

.product_tabs {
    padding: 0px 15px;
    margin-bottom: 25px;
}

.product_tabs .nav-link {
    border: 0px;
    background: #ffffff;
    margin: 0px 10px 0px 0px;
    border-radius: 0px;
    min-width: 200px;
    text-align: center;
    color: #000;
    font-size: 27px;
    padding: 18px 10px 18px 10px;
    border: 2px solid #cee7b9;
}

.product_tabs .nav-item .active {
    background: #76a102;
    color: #ffffff;
    font-weight: 600;
    border-color: #76a102;
}

.product-tab-section {
    margin: 5em 0px 2em 0px;
}

@media (max-width: 575px) {
    .product_tabs {
        padding: 0px 5px;
        margin-bottom: 0px;
    }

    .product_tabs .nav-link {
        border: 0px;
        background: #ffffff;
        margin: 0px 10px 0px 0px;
        border-radius: 0px;
        min-width: 120px;
        text-align: center;
        color: #000;
        font-size: 14px;
        padding: 5px 5px 5px 5px;
        border: 2px solid #cee7b9;
    }

    .product_tabs .nav-item .active {
        background: #76a102;
        color: #ffffff;
        font-weight: 600;
        border-color: #76a102;
    }

    .product-tab-section {
        margin: 3em 0px 1em 0px;
    }
}

.info-contact {
    padding: 0px;
}

.info-contact p {
    line-height: 16px;
    color: #000;
}

.info-contact span {
    display: block;
    padding: 0px 0px;
    letter-spacing: 2px;
}

.info-contact span i {
    color: #ffffff;
    font-size: 16px;
    vertical-align: -2px;
    text-align: center;
    margin-right: 7px;
    display: none;
}

.info-contact a {
}

.information_page {
    text-align: left;
}

.information_page .list-unstyled {
    column-count: 1;
}

.account_page {
    text-align: left;
}

.account_page .list-unstyled {
    border-right: 0px solid #f9af00;
}

@media (max-width: 991px) {
    .information_page {
        text-align: left;
        margin-top: 3em;
        border: 0px;
        margin-bottom: 2em;
        padding: 0px;
    }

    .information_page .list-unstyled {
        column-count: 2;
        border-left: 0px solid #f9af00;
        border-right: 0px solid #f9af00;
        margin-bottom: 1em;
    }

    .account_page {
        text-align: left;
        border: 0px;
        padding: 0px;
    }

    .account_page .list-unstyled {
        border-right: 0px solid #f9af00;
        margin-bottom: 1em;
    }
}

.powered {
    text-align: center;
    margin-top: 2em;
    padding: 1em 2em 1em 2em;
    background: #363636;
    color: #afafaf;
    border-top: 1px solid #ffffff;
    letter-spacing: 2px;
}

.social {
    margin-top: 10px;
}

.social i {
    font-size: 17px;
    color: #363636;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 29px;
    display: inline-block;
    text-align: center;
    transition: .5s;
}

.social i:hover {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d89e17 30%, #cf9913 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #ecd35e 8%, #D1B464 25%, #d19a16 62.5%, #ce9913 100%);
    color: #363636;
}

.newsletter_form {
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsletter_form .btn {
    display: inline-block;
    width: 90%;
    border: 0px;
    border-radius: 0px;
    padding: 11px 0px;
    background: #ffffff;
    color: #363636;
    font-weight: 400;
    font-size: 15px;
    border-left: 5px solid #eff1ee;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .newsletter_form .btn {
        display: inline-block;
        width: 100%;
        border: 0px;
        padding: 4px 0px;
        color: #363636;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
}

.newsletter_form input {
    border-radius: 30px;
    border: 0px;
    text-align: center;
}

@media (max-width: 7575px) {
    .newsletter_form input {
        border-radius: 0px;
        border: 0px;
        text-align: center;
        margin-bottom: 0px;
        padding: 12px 0px;
        line-height: 20px;
        font-family: 'Poppins', sans-serif;
    }
}

.slide_prev {
    position: absolute;
    left: 55px;
    top: 47%;
    transform: translateY(-40%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0%;
    font-size: 30px;
    color: #333333;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.special-section:hover .slide_prev {
    left: -55px;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 1440px) {
    .special-section:hover .slide_prev {
        left: 0px;
        opacity: 1;
        z-index: 1;
    }
}

.slide_next {
    position: absolute;
    right: 55px;
    top: 47%;
    transform: translateY(-40%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0%;
    font-size: 30px;
    color: #333333;
    z-index: -1;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
}

.special-section:hover .slide_next {
    right: -55px;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 1440px) {
    .special-section:hover .slide_next {
        right: 0px;
        opacity: 1;
        z-index: 1;
    }
}

.logo {
    /* max-width: 200px; */
}

@media (max-width: 1199px) {
    .logo {
        max-width: 155px;
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 100%;
    }
}

.delivery_title {
    display: block;
    text-transform: none;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    position: relative;
    top: 5px;
}

.delivery_limit {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    color: #333;
    font-weight: 800;
}

.header_btn_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .header_btn_block {
        margin-top: 0px;
        padding-right: 10px;
        justify-content: flex-end;
    }
}

.info-group-log {
    font-size: 25px;
    color: #333;
    cursor: pointer;
}

.info-group-log img {
    max-width: 27px;
}

.info-group-log.dropdown-toggle::after {
    display: none;
}

.wish_total {
    position: absolute;
    top: -10px;
    left: 13px;
    width: 22px;
    height: 22px;
    background: #c28c2e;
    color: #fff;
    font-size: 13px !important;
    text-align: center;
    padding-right: 4px;
    line-height: 23px;
    border-radius: 50%;
    display: inline-block !important;
    padding: 0px !important;
}

.wishlist_header-btn i {
    font-size: 24px;
}

.wishlist_header-btn {
    margin-right: 20px;
    color: #333;
    position: relative;
    display: none;
}

@media (max-width: 1200px) {
    .wishlist_header-btn {
        margin-right: 15px;
        color: #000000;
        position: relative;
        top: 0px;
    }
}

.banner-section {
}

.banner-section img {
    transition: .5s;
    filter: contrast(1.0);
}

.banner-section img:hover {
    filter: contrast(1.0);
    opacity: 0.8;
}

.module_title {
    font-size: 25px;
    padding-left: 10px;
    color: #000;
    display: block;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: none;
}

.module_title::first-letter {
}

@media (max-width: 767px) {
    .module_title {
        font-size: 19px;
        color: #000;
        display: block;
        margin: 0px 0px;
        margin-bottom: 0px;
        font-weight: 600;
        padding-bottom: 5px;
        padding-left: 0px;
    }
}

.wish_btn {
    width: 45px;
    height: 32px;
    line-height: 35px;
    background: #eeee;
    text-align: center;
    border-radius: 0%;
    transition: .5s;
}

@media (max-width: 1200px) {
    .wish_btn {
        display: none !important;
    }
}

.manufacturers_section {
    margin-top: 5em;
    background: #ffffff;
    margin-bottom: -30px;
    padding: 30px 0px;
    border-bottom: 2px solid #333;
}

@media (max-width: 767px) {
    .manufacturers_section {
        margin-top: 0em;
        border-top: 0px solid #eee;
        padding-top: 5px;
        padding-bottom: 0px;
    }
}

.box-info {
    text-align: center;
    line-height: 14px;
    background: #fff;
    padding: 5px 0px;
    /* box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 15%); */
    height: 80px;
    overflow: hidden;
    margin: 2px !important;
    font-family: 'Work Sans', sans-serif;
}

.box-info h5 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    color: #091009;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

.box-info p {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0px;
}

.box-info img {
    margin: 0 15px 0 auto;
    position: relative;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media (max-width: 1200px) {
    .box-info {
        text-align: center;
        line-height: 12px;
        background: transparent;
        padding: 0px 0px;
        box-shadow: none;
        height: auto;
        overflow: visible;
        margin: 0px !important;
        border: 0px;
    }

    .box-info h5 {
        margin: 0px 0px 2px 0px;
        font-size: 10px;
        color: #091009;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

    .box-info p {
        font-size: 11px;
        color: #000;
        font-weight: normal;
        overflow: hidden;
        text-align: left;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0px;
    }

    .box-info img {
        margin: 0 auto;
        position: relative;
        /* Safari 6.0 - 9.0 */
    }
}

.box-info:hover img {
    /* -webkit-filter: hue-rotate(700deg); */
    /* filter: hue-rotate(700deg); */
}

.common-home .butobannerbutobanner {
    margin: 2em 0px 2em 0px;
}

.butobannerbutobanner {
    margin: 2em 0px 5em 0px;
}

@media (max-width: 575px) {
    .butobannerbutobanner {
        margin: 1em 0px 1em 0px;
    }
}

.remove-product {
    background: transparent;
    border: none;
    color: #9a9a9a;
    outline: none !important;
    padding: 0px;
    cursor: pointer;
}

.btn-checkout {
    background: #c38c2e;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s;
    width: 97%;
    margin: 7px auto;
}

.btn-checkout:hover {
    background: #333333;
    transition: .5s;
    color: #fff;
}

.border-bottom-dashed {
    border-bottom: 1px solid #ddd;
}

.red {
    color: #dd3024;
}

.cart-col {
    line-height: 15px;
}

.bestseller-section {
    margin: 5em 0em;
}

@media (max-width: 767px) {
    .bestseller-section {
        margin: 2em 0em;
    }
}

.product_box {
    margin-bottom: 4em;
}

@media (max-width: 767px) {
    .product_box {
        margin: 20px 0px;
    }
}

.product_name_bestseller {
    height: 21px;
    overflow: hidden;
}

.product_name_bestseller a {
    color: #000;
    font-size: 16px;
}

.info-about {
    padding: 0em 8em;
}

@media (max-width: 767px) {
    .info-about {
        padding: 0em 0em;
    }
}

.info_left {
}

.info_right {
    text-align: center;
}

.subtitle_about {
    display: block;
    font-size: 25px;
    color: #b7ce7c;
    margin-bottom: 15px;
}

.title_about {
    display: block;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2em;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: 'Graphik';
}

@media (max-width: 991px) {
    .title_about {
        font-size: 40px;
        margin-bottom: 1em;
    }
}

.info_text {
    color: #000000;
    line-height: 25px;
    background: rgb(252 246 247 / 81%);
    padding: 23px;
    position: relative;
    font-family: 'Graphik';
    font-size: 16px;
    text-align: center;
}

@media (max-width: 991px) {
    .info_text {
        padding: 25px 25px 4em 25px;
    }
}

.card_info {
}

.card_info a {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    padding: 20px 10px;
    font-size: 25px;
    color: #555;
    cursor: pointer;
}

.card_info .collapsed {
    border-bottom: 0px solid #ddd;
    border-top: 2px solid #ddd;
}

@media (max-width: 575px) {
    .subtitle_about {
        display: block;
        font-size: 21px;
        color: #b7ce7c;
        margin-bottom: 15px;
    }

    .title_about {
        display: block;
        font-size: 40px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .info_text {
        color: #000000;
        font-size: 14px;
        margin-bottom: 20px;
        padding: 15px 15px 15px 15px;
        line-height: 20px;
    }

    .card_info {
    }

    .card_info a {
        display: block;
        border-top: 1px solid #ddd;
        border-bottom: 0px solid #ddd;
        padding: 20px 10px;
        font-size: 20px;
        color: #555;
        cursor: pointer;
    }

    .card_info .collapsed {
        border-bottom: 0px solid #ddd;
        border-top: 2px solid #ddd;
    }
}

.card_info .collapsed i {
    width: 40px;
    height: 40px;
    background: #ddd;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 16px;
    vertical-align: 4px;
    transition: .5s;
    transform: rotate(0deg);
}

.card_info i {
    width: 40px;
    height: 40px;
    background: #a7b323;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 16px;
    vertical-align: 4px;
    transition: .5s;
    transform: rotate(-92deg);
}

.card_info .collapse_in {
    padding: 1em 10px 1em 5em;
    font-size: 16px;
    transition: .5s;
}

@media (max-width: 767px) {
    .card_info .collapse_in {
        padding: 1em 10px 1em 1em;
        font-size: 16px;
        transition: .5s;
    }
}

.categ_title:first-letter {
    text-transform: capitalize
}

.filter-categorybox {
    margin: 0;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .filter-categorybox {
        display: none
    }
}

.filter-categorybox .form-group {
    margin-bottom: 0
}

.filter-categorybox .input-group {
    align-items: baseline;
}

.filter-categorybox .btn-group {
    align-items: center
}

.filter-categorybox select {
    cursor: pointer;
    height: 30px !important;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 5px;
}

.filter-categorybox label {
    margin-bottom: 0px;
    padding-right: 5px;
    color: #000;
    height: auto !important;
}

.filter-categorybox button {
    border: 0px solid #e2cd7e;
    background: #fff;
    padding: 0px;
    margin-left: 7px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px;
    color: #33333347;
    padding: 0px;
    line-height: 13px;
}

.filter-categorybox button i {
    font-size: 20px;
}

.filter-categorybox .active {
    color: #333;
}

.top_info_categ {
    background: #ffffff;
    border-radius: 0px;
    align-items: center;
    border-bottom: 1px solid #000;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px;
}

@media (max-width: 767px) {
    .top_info_categ {
        margin: 0 0px 0px 0px;
        border-bottom: 0px solid #000;
        padding: 0px 0px;
    }
}

.similars_section .top_info_categ {
    margin: 0 10px 10px 10px;
    background: #fff;
}

.description-category p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px
}

.product-list .product_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 24%;
    max-width: 32%;
}

.similars_section .product-list .product_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 24%;
    max-width: 24%;
}

@media (max-width: 575px) {
    .product-list .product_image {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

.product-list .product_image .image {
    text-align: center
}

.product-list .product_image .image img {
    width: 90%;
    height: 220px;
}

@media (max-width: 575px) {
    .product-list .product_image .image img {
        width:90%;
        height: 200px;
    }
}

.product-list .all-info-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    border-left: 1px solid #ddd
}

@media (max-width: 575px) {
    .product-list .all-info-product {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 10px;
        border-left: 1px solid #ddd
    }
}

.product-list .product-thumb .image a {
    display: inline-block
}

.categ_title {
    font-weight: 600;
    font-size: 30px;
}

.pagination {
    margin: 20px 5px 10px 5px;
    text-align: center;
    justify-content: center;
}

.pagination li a {
    border: 3px solid #363636;
    margin: 0 5px;
    background: #ffffff;
    color: #000;
    padding: 5px 10px;
    border-radius: 0px;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(63,78,100,0.15);
}

.pagination li span {
    border: 3px solid #000000;
    margin: 0 5px;
    padding: 5px 11px;
    background: #000000;
    color: #fff;
    border-radius: 0px;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(63,78,100,0.15);
}

.result-text {
    font-size: 12px
}

.category_products {
    background: #ffffff;
    box-shadow: 0 2px 12px -4px rgb(226 205 126 / 0%);
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #f8f7f8;
}

.all-subs {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: 11px
}

.all-subs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.all-subs::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.all-subs::-webkit-scrollbar-thumb {
    background-color: #f5c01d
}

.category_products a {
    display: block;
    padding: 2px 13px;
    text-transform: capitalize;
    transition: .3s;
    line-height: 15px;
    color: #000;
}

.category_products a:hover {
    text-decoration: underline;
    transition: .3s
}

.active_category {
    font-weight: 700;
    color: red !important;
}

.sub_categ {
    padding-left: 25px!important
}

.categ_title {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
}

@media (max-width: 767px) {
    .categ_title {
        font-size: 35px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
}

.banner_category {
    margin-bottom: 15px;
    padding: 0px 5px;
    border-radius: 5px;
}

.additional-pictures {
    margin-bottom: 10px
}

.imagine-secundara {
    height: 86px;
    background-size: contain;
    background-position: center;
    border: 0px solid #dadada;
    margin-bottom: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
    opacity: .5;
    transition: .5s;
}

.imagine-secundara:hover {
    transition: all ease .5s;
    opacity: 1;
}

.zonapozasa {
    overflow: hidden;
    border: 0px solid #e2e2e2;
    margin-top: 0px;
    border-radius: 0px;
    margin-bottom: 12px;
    background: #fff;
    padding: 10px;
}

.poza-principala {
    height: 410px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: crosshair;
}

@media (max-width: 575px) {
    .poza-principala {
        height: 360px;
        width: 100%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        /* transition: transform .3s ease-out; */
    }
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

#loikkja {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 96%;
    cursor: crosshair;
    z-index: 1;
}

.sageti {
    /* display: none; */
}

.additional-pictures:hover .sageti {
    display: block;
}

.product-presentation {
    background-color: #fff;
    padding: 0px 0px 15px 0px;
    margin-top: 0px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
    .product-presentation {
        background-color: #fff;
        padding: 0px 0px;
        border-top: 0px solid #90a37f;
        margin-top: 0px;
    }
}

.product-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        line-height: 20px;
    }
}

.sticky_action_bar .product-title {
    font-size: 23px;
    text-align: left;
    margin: 0px;
}

.product-cod {
    font-weight: 400;
    color: #a5a5a5;
    font-size: 14px;
    margin-bottom: 0px;
}

.product-additional-prev {
    position: absolute;
    left: 0px;
    top: 30%;
    z-index: 9;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.84);
}

.product-additional-next {
    position: absolute;
    right: 0px;
    top: 30%;
    z-index: 9;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.84);
}

.review-count {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 10px;
    color: #333 !important;
    cursor: default;
}

.review-title {
    margin-bottom: 4px;
    font-size: 12px;
    color: #ababab;
}

.product-page-price {
    margin: 5px 0px 5px 0px;
}

.sticky_action_bar .product-page-price {
    margin: 5px 0px 30px 0px;
}

.product-page-price .price-old {
    color: #d60e1c;
    font-size: 15px;
    font-weight: 800;
    text-decoration: line-through;
    margin-right: 5px;
}

.sticky_action_bar .product-page-price .price-old {
    color: #d60e1c;
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 5px;
}

.product-page-price .percent-discount {
    font-size: 20px;
    color: #000;
}

.sticky_action_bar .product-page-price .percent-discount {
    font-size: 20px;
    color: #000;
}

.product-page-price .price-new {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 35px;
    letter-spacing: -3px;
}

.sticky_action_bar .product-page-price .price-new {
    display: block;
    color: #000000;
    font-weight: 800;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 0px;
    letter-spacing: -3px;
}

.sticky_action_bar .percent-discount {
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #d6001c;
    color: #fff;
    padding: 3px 10px 0px 10px;
}

.percent-discount {
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 20px;
    background: #d6001c;
    color: #fff;
    padding: 3px 10px 0px 10px;
    z-index: 1;
    border-radius: 5px;
}

.price-prod {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: -3px;
    font-family: 'Graphik';
}

.sticky_action_bar .price-prod {
    display: block;
    color: #000000;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: -3px;
    margin: 0px;
    padding: 13px 0px;
}

.sticky_action_bar .product-page-price {
    margin: 0px 0px 0px 0px;
}

.discount-tag {
    position: absolute;
    top: 0px;
    left: 15px;
    /* background: #e60000; */
    background-image: url(../image/oferta.png);
    background-size: cover;
    color: #f00;
    padding: 11px 0px 0px 13px;
    border-radius: 0px;
    z-index: 1;
    height: 30px;
    width: 57px;
}

.discount-tag span {
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
}

/* Radio checkbox product option */
input[type='radio']:checked + .culoare>img {
    border: 1px solid #000000;
    font-weight: 700;
}

input[type='checkbox']:checked + .culoare>img {
    border: 2px solid #17a2b8;
    font-weight: 700;
}

.culoare>img {
    border: 1px solid #b3b3b3;
    padding: 2px;
    cursor: pointer;
    border-radius: 30px;
    height: 30px;
}

@media (max-width: 575px) {
    .radio-mobile {
        /* height: 40px !important; */
    }
}

.radio-check>span {
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    border: 1px solid #091009;
    width: auto;
    height: 29px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border-radius: 30px;
    min-width: 35px;
    background: #eee;
}

input[type='radio']:checked + .radio-check>span {
    background: #ed3237;
    color: #fff;
    border: 1px solid #091009;
    width: auto;
    height: 29px;
}

input[type='checkbox']:checked + .radio-check>span {
    border: 1px solid #18a2b8;
    background: #18a2b8;
    color: #fff;
}

.indisloloaa {
    cursor: pointer;
    display: flex;
    justify-content: center;
    border: 1px solid #091009;
    width: auto;
    height: 29px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border-radius: 30px;
    min-width: 35px;
    background: #eee;
    opacity: .7;
    align-items: center;
    padding-bottom: 3px;
}

.indisloloaa:before {
    content: "X";
    position: absolute;
    font-size: 33px;
    opacity: .2;
}

.imgnostoc {
    border: 1px solid #9e9e9e;
    padding: 2px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    border-radius: 100%;
    margin-right: 5px;
    opacity: .7;
}

.imgnostoc:before {
    content: "X";
    position: absolute;
    font-size: 26px;
    color: #fff;
    margin-left: -4px;
}

.imgnostoc img {
    height: 35px;
    width: 30px;
}

.product-options {
    margin: 10px 0px;
}

.inpcant {
    padding: 7.5px 12px;
    height: 38px;
    border-radius: 0px !important;
    min-width: 40px !important;
}

.cantleb {
    text-transform: uppercase;
    margin: 0px;
}

.box-ch {
    margin: 20px 0px;
}

.wish-add {
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}

.wish-add a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.adcart {
    background: #c38c2e;
    color: #fff;
    letter-spacing: 0px;
    border: 2px solid #c38c2e;
    transition: .5s;
    padding: 25px 0px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    font-family: 'Graphik';
}

.adcart i {
    font-size: 15px;
    vertical-align: -1px;
    margin-left: 10px;
}

.adcart:hover {
    background: #333;
    border-color: #333;
    transition: .5s;
}

.wish-add a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px;
}

.support-product {
}

.red {
    color: #dd3024;
}

.tab-section {
    background-color: #ecf3f3;
    padding: 5px 0px;
}

.tab-section .nav-tabs .nav-link {
    background: transparent;
    padding: 0px;
    margin: 10px 20px 10px 0px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0px;
    font-size: 37px;
    border: 0px;
    font-family: 'Graphik';
}

@media (max-width: 575px) {
    .tab-section .nav-tabs .nav-link {
        background: transparent;
        padding: 0px;
        margin: 10px 20px 10px 0px;
        font-weight: 600;
        letter-spacing: 0px;
        font-size: 23px;
        border: 0px;
    }
}

.tab-section .nav-tabs .nav-link.active {
    color: #333333;
    border: 0px;
}

.tab-section .nav-tabs .nav-link.active:after {
    content: "";
    border-bottom: 10px solid rgb(255, 255, 255);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    transform: translateX(-50%) !important;
    left: 50%;
    top: 25px;
}

.tab-section .nav-tabs {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
    justify-content: center;
}

.product-tabs {
    background: #fff;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0em;
    color: #000;
}

.product-tabs .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.tab-conttns .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0px;
    height: 40px;
    cursor: pointer;
}

.rating > label:before {
    position: relative;
    font: 46px/1 FontAwesome;
    display: block;
    content: "\2605";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > label.selected:before, .rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-line {
    margin-bottom: -10px;
}

.rating-progress {
    margin-top: 20px;
}

#review i {
    color: #e7a64a;
}

.review-box {
    background: #fff;
    padding: 10px;
    margin: 15px 0px;
}

.review-box p {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.review-box span {
    width: 15px;
}

.review-box b {
}

.testimoniale {
    padding: 3em 0em 3em 0em;
    margin: 0em 0em 0em 0em;
    border-bottom: 1px solid #d4d4d4;
    background-color: #ffffff;
    background-image: url(../image/testimbk.png);
    background-position: 0px bottom;
    background-size: 50%;
    background-repeat: repeat-x;
}

.testimoniale p {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
    word-break: break-word;
}

.testimoniale span {
    font-size: 13px;
    color: #bdbdbd;
    font-style: normal;
}

.testimoniale h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimoniale .rating {
    margin: 11px 0px;
    text-align: center;
    direction: initial;
}

.box-review {
    background: rgba(255, 255, 255, 0);
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    text-align: center;
    width: 50%;
    margin: 0px auto;
}

@media (max-width: 767px) {
    .box-review {
        width: 90%;
    }
}

.similars_section {
    padding: 0px;
}

#column-left .container_min {
    padding: 0px;
}

.product-image {
    margin: 0 auto;
}

.sticky_action_bar .product-image {
    margin: 0 auto;
    max-width: 55%;
    display: inline-block;
}

.product_image_section {
    overflow: hidden;
    border-right: 0px solid #ddd;
    padding: 0px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .product_image_section {
        overflow: hidden;
        border-right: 0px solid #ddd;
    }
}

.product_image_section:hover .prev-my-slider {
    left: 25px;
    opacity: 1;
    z-index: 1;
}

.product_image_section:hover .next-my-slider {
    right: 25px;
    opacity: 1;
    z-index: 1;
}

.btn-left {
}

.btn-right {
}

.description_zone {
    font-size: 16px;
}

.description_zone p {
    font-size: 14px;
}

.manufacturer {
}

.manufacturer a span {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    border: 1px solid #000;
    padding: 5px 5px 3px 5px;
    background: #f8f7f8;
}

.manufacturer img {
}

.sticky_action_bar .manufacturer img {
    max-width: 50%;
    max-height: 50px;
}

.tag_zone {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .tag_zone {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        padding-left: 0px;
        overflow: auto;
    }
}

.tag_zone img {
    margin-right: 18px;
}

.similars_area {
    padding: 45px 0px 30px 0px;
}

@media (max-width: 767px) {
    .similars_area {
        padding: 10px 0px 3px 0px;
        margin-top: 0px;
    }
}

.similars_area .product-thumb {
    margin: 5px;
}

.similars_title {
    font-weight: 500;
    font-size: 22px;
    color: #626262;
}

@media (max-width: 480px) {
    .similars_area .product-thumb {
        margin: 0px;
    }

    .similars_title {
        font-weight: 500;
        font-size: 22px;
        color: #626262;
    }
}

.similars_title:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 2px solid #e2cd7e;
    top: 35px;
}

.similars_title span {
    border-bottom: 10px solid #e2cd7e;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.wish-item-box {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.sterge-articol {
    color: #929292;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.sterge {
    width: 25px;
    height: 25px;
    line-height: 23px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
}

.block-actualizare {
    align-items: center;
}

.block-actualizare a {
    font-weight: 600;
    color: #000;
    margin-right: 7px;
}

.input-cantitate {
    text-align: center;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px 14px;
}

.pret-cart {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.togrews {
    font-size: 18px;
    color: #000;
}

.well-log {
    background: #fff;
    padding: 10px 10px 0px 10px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.31);
    border-radius: 3px;
}

.well-log-account {
    background: #fff;
    padding: 18px 10px 1px 10px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.31);
    border-radius: 3px;
    margin-bottom: 4em;
}

.well-log-account .btn {
    margin: 5px 0px;
}

.well-log-account li {
    margin: 16px 0px;
}

.well-log-account li a {
    color: #000 !important;
    font-size: 16px;
    display: block;
}

@media (max-width: 375px) {
    .well-log-account li a {
        color: #000 !important;
        font-size: 14px;
        display: block;
    }

    .well-log-account li {
        margin: 11px 0px;
    }
}

.well-log-account li a i {
    color: #333;
    font-size: 20px;
    vertical-align: -2px;
}

.last-li {
}

.last-li a {
}

.icon-account {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 24px;
    line-height: 53px;
    border-radius: 30px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.29);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.name-account {
    display: block;
    text-align: center;
    border-bottom: 2px solid hsl(0, 0%, 80%);
    margin: 20px 0px;
    padding: 9px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.log-row {
    /* margin: 0px; */
    justify-content: center;
    align-items: center;
    margin-top: 4em;
}

.row-actions {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0px;
    align-items: center;
}

.bnt-login {
    cursor: pointer;
    background: #333333;
    border: 0px;
    color: #fff;
    font-weight: 600;
    padding: 8px 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.btn-register {
    cursor: pointer;
    background: #e0e0e0;
    border: 0px;
    color: #000000 !important;
    padding: 8px 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.register-pag {
    background: #fff;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 0px 10px -3px rgb(147 147 147 / 31%);
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
    /* margin: 15px; */
}

.register-pag input {
}

.register-pag select {
}

.register-pag h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.register-pag legend {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.register-pag .form-group {
    margin-bottom: 7px;
}

#account {
    margin-bottom: 30px;
}

#address {
    margin-bottom: 30px;
}

.register-btn {
    background: #76a102;
    border: 0px;
    padding: 8px 20px;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.edit-adress {
    color: #1d341d !important;
    border: 2px solid #333;
    padding: 2px 20px 3px 20px;
    border-radius: 30px;
    background: #ffffff;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.add-adress {
    color: #fff !important;
    border: 2px solid #333;
    padding: 2px 20px 3px 20px;
    border-radius: 30px;
    background: #333;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.adress-edit {
    background: #eee;
    padding: 15px;
    margin-bottom: 15px;
    color: #000;
    margin-top: 10px;
}

.divider-product-list {
    display: none;
}

.show_search_bar {
    display: none;
}

@media (max-width: 767px) {
    .show_search_bar {
        display: inline-block;
        font-size: 21px;
        color: #000000;
        cursor: pointer;
        position: relative;
        margin-right: 15px;
    }

    .show_search_bar .fa-times {
        margin-right: 5px;
        font-size: 25px;
        position: relative;
        top: -1px;
        color: #6a6a6a;
    }
}

.in_for_mob {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .in_for_mob {
        display: inline-flex;
        align-items: center;
    }

    .in_for_mob .logo {
        max-width: 148%;
        position: relative;
        left: 5px;
    }
}

.menu_mobile_bar {
    display: none;
}

@media (max-width: 1200px) {
    .menu_mobile_bar {
        font-size: 23px;
        text-align: center;
        display: inline-block;
        line-height: 20px;
        height: 40px;
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

    .menu_mobile_bar i {
        vertical-align: -16px;
        margin-right: 12px;
    }

    .menu_mobile_bar small {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
}

.bartop {
    width: 30px;
    height: 2px;
    background: #000000;
    position: relative;
    display: block;
    top: 14%;
    transition: all 0.5s ease;
}

.barcenter {
    width: 30px;
    height: 2px;
    background: #000000;
    position: relative;
    display: block;
    top: 25%;
    transition: all 0.5s ease;
}

.barbottom {
    width: 30px;
    height: 2px;
    background: #000000;
    position: relative;
    display: block;
    top: 35%;
    transition: all 0.5s ease;
}

.menu-text {
    font-size: 9px;
    position: relative;
    display: block;
    top: 28%;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.categ-btn {
    background: #333;
    width: 100%;
    margin: 10px 5px 0px 5px;
    color: #fff;
    text-align: center;
    padding: 8px 0px 8px 0px;
    border-radius: 0px;
    display: none !important;
}

.filter-btn {
    display: block;
    width: 100%;
    margin: 10px 5px 20px 5px;
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 8px 0px 8px 0px;
    border-radius: 0px;
    display: none !important;
}

.divider_title {
    margin-bottom: 15px;
}

.box_logo {
    height: 100px;
    width: auto;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.inside_area_manuf {
    padding: 0px 10em;
}

@media (max-width: 767px) {
    .inside_area_manuf {
        padding: 0px 40px;
    }
}

.slidem_prev {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 100px;
    width: 100px;
    background: #e2cd7e;
    color: #fff !important;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

.slidem_next {
    position: absolute;
    right: 20px;
    top: 30px;
    height: 100px;
    width: 100px;
    background: #e2cd7e;
    color: #fff !important;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .slidem_prev {
        position: absolute;
        left: 10px;
        top: 5px;
        height: 100px;
        width: 25px;
        background: #e2cd7e;
        color: #fff !important;
        font-size: 25px;
        text-align: center;
        line-height: 100px;
        cursor: pointer;
    }

    .slidem_next {
        position: absolute;
        right: 10px;
        top: 5px;
        height: 100px;
        width: 25px;
        background: #e2cd7e;
        color: #fff !important;
        font-size: 25px;
        text-align: center;
        line-height: 100px;
        cursor: pointer;
    }
}

.logo_footer {
}

@media (max-width: 575px) {
    .newsfooter {
        background: #000000;
        padding: 15px 10px;
    }
}

.mobile_slider {
    height: 147px;
    background-size: cover;
    background-position: 62% 10%;
}

#addCart {
    background: rgb(236 243 243 / 58%);
}

#addCart .modal-footer {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
}

#addCart .modal-body {
}

#addCart .modal-content {
    border-radius: 0px;
    border: 0px;
    border-bottom: 0px solid #333;
}

.add-title {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}

.add-ask {
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.checkoutnow {
    background: #c38c2e;
    display: block;
    color: #fff !important;
    padding: 5px 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 2px 0px;
}

.contiuneshop {
    background: #ecf3f3;
    display: block;
    color: #000 !important;
    padding: 5px 5px;
    cursor: pointer;
    margin: 2px 0px;
}

#addCart i {
}

.access-log-mob {
    display: none;
}

@media (max-width: 575px) {
    .access-log-mob {
        display:inline-block;
        margin: 0px 10px;
    }

    .access-log-mob img {
        width: 25px;
    }
}

.on_mob {
    display: none;
}

@media (max-width: 575px) {
    .no_mob {
        display: none;
    }

    .on_mob {
        display: inline-block;
    }
}

.header_table {
    background: #ddd;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 10px 0px;
    margin: 0px;
    text-transform: none;
}

.content_table {
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 5px 0px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    align-items: center;
    line-height: 15px;
    transition: .5s;
}

.content_table:hover {
    background: #ece7d2;
    cursor: pointer;
}

.content_table p {
    margin-bottom: 0px;
    font-weight: 400;
    color: #afadad;
}

.content_table .col-4 {
    padding: 0px 5px;
}

.header_table .col-4 {
    padding: 0px 5px;
}

.order_info {
    margin-bottom: 10px;
}

.inf_order_del_table {
    background: rgb(226 205 126 / 16%);
    margin: 15px 0px 15px 0px;
    padding: 15px 0px;
    border-bottom: 3px solid #e2cd7e;
}

.inf_order_del_table p {
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    color: #5a5a5a;
}

.inf_order_del_table table {
    margin-bottom: 0px;
}

.inf_order_del_table .table-bordered td, .table-bordered th {
    border: 1px solid rgb(222 226 230 / 0%);
}

.left_info {
    border-left: 1px solid #d4d4d4;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .left_info {
        border-top: 1px solid #d4d4d4 !important;
        padding-left: 0px;
        border-left: none;
        padding-top: 10px;
        margin-top: 20px;
    }

    .info_order {
        padding: 10px 10px;
    }

    .info_order h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 600;
        color: #000;
    }
}

.wish_row {
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 22%);
    padding: 10px;
    margin: 20px 0px 20px 0px;
    align-items: center;
    background: #fff;
}

.order_products_table {
    background: rgb(251 247 234);
}

.order_products_table tfoot {
    background: rgb(180 158 86 / 15%);
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.order_products_table .table {
    margin-bottom: 0px;
}

.order_products_table .table-bordered td,.table-bordered th {
    border: 0px solid #dee2e6;
    padding: 15px 15px;
    border-bottom: 2px solid #ffffff;
    color: #000;
}

.order_products_table thead {
    background: #e2cd7e;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.order_again {
    border: 1px solid #fff;
    padding: 4px 20px 5px 20px;
    background: #fff;
    border-radius: 30px;
    color: #345e35;
    font-weight: 400;
    text-transform: uppercase;
}

.order_statuses {
    background: #eee;
    padding: 10px;
    margin-top: 20px;
}

.order_statuses p {
    margin-bottom: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    line-height: 30px;
    color: #000;
}

.order_statuses i {
    color: #e2cd7e;
    font-size: 20px;
    vertical-align: -2px;
    width: 25px;
    text-align: center;
}

.order_statuses span {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.info_horizontal_scroll {
    display: none;
}

@media (max-width: 991px) {
    .info_horizontal_scroll {
        display: flex;
        margin-bottom: 13px;
    }
}

.info_horizontal_scroll img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.info_horizontal_scroll p {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.categ_mod_tit {
    display: block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 7px;
    font-size: 25px;
    padding: 10px 10px 10px 10px;
}

.categ_mod_tit::first-letter {
    color: #ff2f2f;
    border-bottom: 3px solid #333333;
}

.main_info_product {
    align-items: center;
}

.price_box {
    background-color: #ecf3f3;
    text-align: center;
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
}

.info_stock {
    display: inline-block;
    text-transform: none;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
    min-width: 80px;
}

.tax_info {
    background: #ddd;
    padding: 5px 15px;
    display: inline-block;
    color: #000;
    font-family: 'Graphik';
}

.tax_info a {
    color: #000;
}

.price_diferance {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}

.increase_decrease {
    margin: 0px;
    background: #f5f5f5;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .increase_decrease {
        /* display: none */
    }
}

.increase_decrease span {
    display: block;
    cursor: pointer;
    color: #000;
    padding: 8px 0px 2px 0px;
    background: #fff;
    line-height: 24px;
}

#input-quantity {
    border: 0px;
    text-align: center;
    max-width: 100%;
    outline: none !important;
    height: 100%;
    background: transparent;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
}

.prod_wish_add {
    font-size: 25px;
    cursor: pointer;
}

.sticky_action_bar {
    width: 100%;
    z-index: 2;
    padding: 0px 0px;
    text-align: left;
    position: fixed;
    bottom: 0px;
    transition: .3s;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.2);
    align-items: center;
}

.add_to_cart_two {
    background: #333;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    font-family: 'Graphik';
    border: 8px double #fff;
}

@media (max-width: 575px) {
    .add_to_cart_two {
        background: #333;
        text-align: center;
        color: #fff !important;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s;
    }
}

.add_to_cart_two:hover {
    background: #333;
}

.add_to_cart_two i {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.show_stickye_bar {
    display: flex;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.price_col {
    background: #ffffff;
    height: auto;
    align-items: center;
    display: flex;
    /* border-left: 2px solid #ddd; */
}

@media (max-width: 757px) {
    .price_col {
        background: #f5f5f5;
        height: 55px;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 767px) {
    .show_add_cart {
        /* display:none; */
    }
}

.all_btn {
    position: relative;
}

.all_btn i {
}

.all_btn span {
    font-size: 18px;
    padding-left: 0px;
    letter-spacing: 0px;
    font-family: 'Graphik';
    font-weight: 300;
    color: #000000;
    display: none;
}

@media (max-width: 1200px) {
    .all_btn span {
        display: none;
    }
}

.all_btn span i {
    font-size: 14px;
    padding-left: 2px;
}

.info_page {
    background: #f9f9f9;
    padding: 5px;
    width: 100%;
    margin-bottom: 30px;
}

/* Start pagina contact */
.contact-form {
    padding: 20px;
}

@media (max-width: 767px) {
    .contact-form {
        padding: 0px;
    }
}

.contact-form legend {
    color: #000;
    font-weight: 600;
    padding-left: 15px;
    font-size: 22px;
}

.contact-form legend i {
}

.contact-form label {
    font-size: 14px;
    color: #000;
    position: relative;
    top: 15px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-info-col {
}

.contact-info-col h2 {
    font-weight: 700;
    font-size: 20px;
}

.contact-info-col p {
    color: #000;
    font-size: 15px;
}

.contact-info-col a {
    color: #000;
    border-bottom: 0px solid #fba627bf;
    font-weight: 600;
    font-size: 20px;
    padding-left: 27px;
}

.contact-info-col i {
    color: #333;
}

.min-block {
    margin: 30px 0px;
}

/* End pagina contact */
.logo_col {
    text-align: left;
}

@media (max-width: 1199px) {
    .logo_col {
        text-align: left;
    }
}

.search_show {
    font-size: 27px;
    margin-right: 20px;
    cursor: pointer;
    color: #000000a3 !important;
}

@media (max-width: 575px) {
    .search_show {
        font-size: 29px;
        margin-right: 5px;
        cursor: pointer;
    }
}

#searchModal {
    background: rgb(104 118 89 / 52%);
}

#searchModal .modal-content {
    border: 0px;
    border-radius: 0px;
}

/* Start banner principal */
@media (min-width: 1920px) {
    .b_left_side {
        height: 101vh;
    }
}

.b_left_side:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

@media (min-width: 1920px) {
    .b_right_side {
        height: 90.5vh;
    }
}

@media (max-width: 767px) {
    .b_right_side {
        /* display: none; */ height: 30vh;
    }
}

.b_text_info {
    padding-left: 6em;
}

@media (max-width: 1200px) {
    .b_text_info {
        padding-left: 0em;
    }
}

@media (max-width: 767px) {
    .b_text_info {
        padding-left: 2em;
    }
}

.b_text_info a:hover {
    /* background: #ffffff2e; */
}

.b_i_one {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.common-home .slider {
}

@media (max-width: 991px) {
    .common-home .slider {
        position: relative;
        margin-top: 0em;
        margin-bottom: 3em;
    }
}

@media (max-width: 767px) {
    .common-home .slider {
        position: relative;
        margin-top: 0em;
        margin-bottom: 1em;
    }
}

/* End banner principal */
/* Start about */
.row_center {
    background-repeat: no-repeat;
    z-index: 9;
    position: relative;
    background-position: 15% 50%;
    padding: 10em 0em;
}

@media (max-width: 1200px) {
    .row_center {
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        position: relative;
        background-position: 25% 50%;
        padding: 5em 0em;
    }
}

@media (max-width: 991px) {
    .row_center {
        padding: 0em 0em 1em 0em;
        background-image: none !important;
    }
}

.row_middle {
    text-align: center;
    justify-content: center;
    margin-top: -3em;
    z-index: 2;
    position: relative;
    padding-right: 22%;
}

@media (max-width: 1200px) {
    .row_middle {
        margin-top: -5em;
    }
}

@media (max-width: 991px) {
    .row_middle {
        margin-top: 2em;
        padding: 0px 15px;
    }

    .row_middle img {
        max-width: 100%;
    }
}

.new_class {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    /* background: #fff; */
    z-index: 1;
}

@media (min-width: 1600px) {
    .new_class {
        width: 33%;
    }
}

@media (max-width: 991px) {
    .new_class {
        width: 50%;
        background: rgb(255 255 255 / 84%);
    }
}

.info_text a {
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
    transition: .5s;
    font-family: 'Graphik';
}

@media (max-width: 575px) {
    .info_text a {
        padding: 5px 20px;
        font-size: 16px;
    }
}

.info_text a:hover {
    background: rgb(0 0 0);
    border-color: rgb(0 0 0);
    color: #e8f7f2;
}

.info_text h4 {
    font-size: 70px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    /* font-family: 'Graphik'; */
    font-family: 'Silhouetto Script';
}

/* End about */
/* Start product area */
.product_area {
    background-color: #f7f8fa;
    padding: 10em 0em 4em 0em;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -4em;
    z-index: 1;
}

@media (max-width: 991px) {
    .product_area {
        background-color: #fcf6f7;
        padding: 10em 0em 4em 0em;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-top: 8em;
        z-index: 0;
    }
}

@media (max-width: 767px) {
    .product_area {
        /* background-image: url(../image/bk_p.png); */ padding: 4em 0em 2em 0em;
        background-size: cover;
        background-position: center;
        margin-top: 5em;
    }
}

.product_area h3 {
    font-size: 190px;
    text-align: center;
    color: #f7f8fa;
    margin-bottom: 0px;
    line-height: 4px;
    position: absolute;
    left: 0px;
    top: -77px;
    font-family: 'Graphik';
    font-weight: 900;
    text-transform: uppercase;
    background-size: initial;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, #f7f8fa 0%,#f7f8fa 50%,#000000 50%,white 50%,white 100%);
    line-height: 155px;
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
    .product_area h3 {
        font-size: 76px;
        text-align: center;
        color: #becbc5;
        margin-bottom: 0px;
    }
}

.product_area h4 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 2em;
    color: #000;
    font-weight: 800;
    line-height: 30px;
    transition: .5s;
}

@media (max-width: 991px) {
    .product_area h4 {
        text-align: center;
        font-size: 90px;
        font-weight: 500;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .product_area h4 {
        text-align: center;
        font-size: 76px;
        font-weight: 500;
        margin-bottom: 25px;
    }
}

.view_more {
    text-align: center;
    margin-top: 3em;
}

@media (max-width: 767px) {
    .view_more {
        text-align: center;
        margin-top: 1em;
    }
}

.view_more a {
    color: #fff;
    display: inline-block;
    border: 1px solid #333;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
    transition: .5s;
    background: #333;
    font-family: 'Graphik';
}

.view_more a:hover {
    background: #232619;
    border-color: #232619;
}

.row_p_info {
    align-items: center;
    margin: 0px;
}

.view_p {
    display: inline-block;
    border: 4px solid #fcf6f7;
    text-align: center;
    font-size: 18px;
    color: #000000;
    transition: .5s;
    padding: 10px 45px;
    margin: 25px auto;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Graphik';
    font-weight: 500;
    letter-spacing: 5px;
}

.product-thumb:hover .view_p {
    background: #fcf6f7;
}

@media (max-width: 1200px) {
    .view_p {
        display: block;
        border: 1px solid #000;
        text-align: center;
        font-size: 14px;
        color: #000;
        transition: .5s;
        max-width: 100%;
        padding: 5px 5px;
        margin: 15px auto;
        cursor: pointer;
        letter-spacing: 0px;
    }
}

.view_p:hover {
    background: #fcf6f7;
}

/* End product area */
/* Start testimonials */
.testimonials {
    background-image: url(../image/test.png);
    text-align: center;
    padding: 10em 0em 5em 0em;
    margin-bottom: -30px;
}

.testimonials h3 {
    font-family: 'Silhouetto Script';
    font-size: 200px;
    text-align: center;
    color: #becbc5;
    margin-bottom: 0px;
    line-height: 54px;
}

.testimonials h5 {
    display: block;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: 'Graphik';
}

.review_box {
}

.review_box span {
    font-family: 'Graphik';
    font-size: 25px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

.review_text {
    max-width: 70%;
    background: #cc9d45;
    color: #fff;
    margin: 0 auto;
    padding: 3em 3em;
}

.review_text p {
    font-family: 'Graphik';
    font-size: 20px;
}

@media (max-width: 767px) {
    .testimonials {
        background-image: url(../image/test.png);
        text-align: center;
        padding: 4em 0em 2em 0em;
        margin-bottom: -30px;
    }

    .testimonials h3 {
        font-family: 'Silhouetto Script';
        font-size: 95px;
        text-align: center;
        color: #becbc5;
        margin-bottom: 0px;
        line-height: 54px;
    }

    .testimonials h5 {
        display: block;
        font-size: 27px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 1em;
        text-align: center;
        position: relative;
        z-index: 2;
        font-family: 'Graphik';
    }

    .review_box {
    }

    .review_box span {
        font-family: 'Graphik';
        font-size: 20px;
        color: #fff;
        margin-top: 16px;
        display: inline-block;
    }

    .review_text {
        max-width: 90%;
        background: #cc9d45;
        color: #fff;
        margin: 0 auto;
        padding: 1em 1em;
    }

    .review_text p {
        font-family: 'Graphik';
        font-size: 15px;
        margin-bottom: 0px;
    }
}

/* End testimonials */
.main_p_info {
    justify-content: center;
    align-items: center;
}

.right_info {
    background: #fff;
    left: 2em;
    position: relative;
    padding: 20px;
}

@media (max-width: 1200px) {
    .right_info {
        background: #fff;
        left: 0em;
        position: relative;
        padding: 10px 0px 0px 0px;
        /* margin: 0px; */
    }
}

.row_menu_buttons {
    justify-content: flex-end;
    padding: 0;
}

@media (max-width: 767px) {
    .row_menu_buttons {
        justify-content: center;
        padding: 5px 5px;
    }
}

#switch {
    padding: 0em 0em;
    background-position: center right;
    background-size: 50%;
}

#switch_clors {
    background: #fcf6f7;
}

#switch_pad {
    padding: 7em 0px 3em 0px;
}

@media (max-width: 767px) {
    #switch_pad {
        padding: 0em 0px 0em 0px;
    }
}

.p_description {
    /* min-height: 175px; */
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: 'Graphik';
}

@media (max-width: 767px) {
    .p_description {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        font-family: 'Graphik';
    }
}

.p_row {
    justify-content: center;
    align-items: center;
}

.pp_description {
    text-align: left;
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
}

/* Start related products html */
.info_about {
}

.all_related_info {
    align-items: center;
    margin: 0px;
}

.p_presentation {
    text-align: center;
    align-items: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.p_presentation h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    color: #000;
}

@media (max-width: 767px) {
    .p_presentation h3 {
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-size: 35px;
        color: #000;
    }
}

.p_presentation img {
    border-bottom: 5px solid #000;
    padding-bottom: 10px;
}

.p_presentation span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    display: block;
    color: #303338;
    font-weight: 500;
}

.p_presentation a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    text-decoration: underline;
    transition: .5s;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .p_presentation img {
        border-bottom: 0px solid #000;
        padding-bottom: 10px;
    }

    .p_presentation span {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        display: block;
        color: #303338;
        font-weight: 500;
        line-height: 18px;
    }

    .p_presentation a {
        display: inline-block;
        margin-top: 14px;
        text-transform: uppercase;
        font-size: 16px;
        color: #000;
        text-decoration: underline;
        transition: .5s;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
}

.p_presentation a:hover {
    letter-spacing: 3px;
}

/* End related products html */
/* Start blog */
.blog_area {
    background: #f7f8fa;
    padding: 3em 0em 3em 0em;
    text-align: center;
}

@media (max-width: 575px) {
    .blog_area {
        margin-top: 0em;
    }
}

.articles_row {
    justify-content: center;
}

.section_b_title {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.article_box {
    line-height: 14px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .section_b_title {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0px;
        position: relative;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .section_b_title {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0px;
        position: relative;
        top: 0em;
        left: 0em;
        margin-bottom: 0px;
    }
}

.article_img {
    margin-bottom: 5px;
}

.article_img img {
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
}

.article_name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.article_description {
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    line-height: 15px;
    font-weight: 400;
    display: inline-block;
}

@media (max-width: 991px) {
    .article_name {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }

    .article_description {
        font-size: 12px;
        color: #000;
        letter-spacing: 0px;
        line-height: 14px;
        font-weight: 400;
        display: inline-block;
    }
}

.box_1 {
    text-align: center;
}

.box_2 {
    text-align: left;
}

.box_3 {
    text-align: left;
}

.box_4 {
    text-align: left;
    position: relative;
}

@media (max-width: 575px) {
    .article_description {
        font-size: 11px;
        color: #000;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0px;
        line-height: 15px;
        font-weight: 400;
        max-width: 95%;
        display: inline-block;
    }

    .box_1 {
        text-align: center;
        padding-top: 2em;
        margin-bottom: 3em;
    }

    .box_2 {
        text-align: left;
        margin-bottom: 2em;
    }

    .box_3 {
        text-align: right;
    }

    .box_4 {
        text-align: right;
        position: relative;
        top: 0em;
    }
}

/* End blog */
.news_social {
    background: #eff1ee;
    padding: 2em 0em;
    margin-top: 3em;
    display: none;
}

.news_social .row {
    align-items: center;
}

.news_social p {
    margin-bottom: 15px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
}

.nesw_title {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 7px;
    position: relative;
    top: -38px;
}

@media (max-width: 575px) {
    .news_social p {
        margin-bottom: 15px;
        line-height: 14px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #000;
        letter-spacing: 0px;
    }

    .nesw_title {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 3px;
        position: relative;
        top: -38px;
    }
}

.social_title {
    margin-bottom: 5px;
    line-height: 14px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    display: inline-block;
}

.marimidisp {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 9;
    background: rgb(254 254 254 / 72%);
    padding: 4px 0px;
    color: #000;
    transition: .5s;
    opacity: 0;
    border-bottom: 0px solid #8e8e8e;
}

.product-thumb:hover .marimidisp {
    opacity: 1;
}

.marimidisp span {
    margin: 0px 5px;
    font-size: 14px;
}

@media (max-width: 575px) {
    .marimidisp span {
        margin: 0px 3px;
        font-size: 10px;
    }
}

.faras {
    opacity: .6;
    text-decoration: line-through;
}

.c_desc {
    padding-right: 4em;
}

.c_desc h1 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 0px;
    position: relative;
    top: 20px;
    text-shadow: 0px 0px 8px rgb(255 255 255 / 73%);
}

.c_desc img {
    margin-bottom: 20px;
}

.c_txt_desc {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    line-height: 17px;
}

.filter_btn {
    text-align: right;
}

.filter_btn span {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    cursor: pointer;
    border-bottom: 4px solid #000;
    padding-bottom: 4px;
}

.blur_all {
    filter: blur(5px);
    transition: .5s;
    z-index: -5;
}

.plroduct_listing {
    transition: .5s;
}

.close_filter {
    position: absolute;
    top: 5px;
    right: 5px;
}

.close_filter span {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 700;
    /* border-bottom: 3px solid #000; */
    padding-bottom: 5px;
}

.info_delivery {
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 575px) {
    .info_delivery {
        color: #ffffff;
        font-size: 15px;
    }
}

.content_infos {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* Start banner principal */
.b_all_info {
    margin: 0px;
    position: relative;
}

.b_all_info:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 2;
}

@media (max-width: 767px) {
    .b_all_info:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0px;
        z-index: 2;
        background: rgb(195 140 46 / 37%);
    }
}

.b_all_info img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.b_left_side {
    height: 83vh;
    padding-left: 0em;
    padding-right: 0em;
    text-align: center;
}

@media (min-width: 1920px) {
    .b_left_side {
        height: 86vh;
        position: relative;
        z-index: 9;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .b_left_side {
        height: 50vh;
        padding-left: 0em;
        padding-right: 0em;
        text-align: center;
    }
}

.b_left_side:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

@media (max-width: 767px) {
    .b_left_side {
        height: 16vh;
        padding-left: 0em;
        padding-right: 0em;
        background-size: cover;
        background-position: center center;
        text-align: left;
        position: relative;
        top: 29%;
    }

    .b_left_side:before {
        background: rgb(248 248 248 / 0%);
    }
}

.b_right_side {
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (min-width: 1920px) {
    .b_right_side {
        height: 80vh;
    }
}

@media (max-width: 991px) {
    .b_right_side {
        /* display: none; */ height: 50vh;
    }
}

@media (max-width: 767px) {
    .b_right_side {
        /* display: none; */ height: 15vh;
    }
}

.b_text_info {
    padding-left: 6em;
    transition: .5s;
}

@media (max-width: 1200px) {
    .b_text_info {
        padding-left: 0em;
    }
}

@media (max-width: 767px) {
    .b_text_info {
        padding-left: 0em;
        text-align: center;
        padding: 0px 20px;
    }
}

.b_left_side h2 {
    font-size: 185px;
    color: #ffffff;
    width: max-content;
    z-index: 1;
    position: relative;
    font-weight: 900;
    font-style: normal;
    line-height: 150px;
    text-transform: uppercase;
    /* text-shadow: 0px 0px 0px #fff; */
}

.b_text_info h3 {
    font-size: 20px;
    line-height: 35px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 7.5px;
}

.b_text_info p {
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b_text_info a {
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 5px;
    transition: .5s;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
}

.b_text_info a:hover {
    /* background: #c38c2e; */
    color: #fff;
}

@media (max-width: 1200px) {
    .b_left_side h2 {
        font-size: 67px;
        color: #fbfbfb;
        width: max-content;
        z-index: 1;
        position: relative;
        display: block;
        line-height: 95px;
    }

    .b_text_info h3 {
    }

    .b_text_info p {
    }

    .b_text_info a {
    }
}

@media (max-width: 767px) {
    .b_left_side h2 {
        color: #ffffff;
        width: max-content;
        z-index: 1;
        position: relative;
    }

    .b_text_info h3 {
        font-size: 14px;
        position: relative;
        line-height: 15px;
        z-index: 1;
        letter-spacing: 0px;
        /* text-shadow: 0px 4px 9px #000; */
        color: #fff !important;
    }

    .b_text_info p {
        font-size: 23px;
        line-height: 20px;
        margin-bottom: 0px;
        color: #fff !important;
    }

    .b_text_info a {
        color: #000;
        display: inline-block;
        font-size: 14px;
        margin-top: 10px;
        transition: .5s;
        padding: 5px 15px;
    }
}

.col_left {
}

.b_i_one {
    position: relative;
    z-index: 3;
}

.p_left {
    position: absolute;
    left: 10px;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    cursor: pointer;
    color: #fff !important;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 50%);
    border-radius: 30px;
}

.p_right {
    position: absolute;
    right: 10px;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    cursor: pointer;
    color: #fff !important;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 50%);
    border-radius: 30px;
}

.slider {
    position: relative;
}

.common-home .slider {
    position: relative;
}

@media (max-width: 767px) {
    .common-home .slider {
        position: relative;
        margin-top: 0em;
    }
}

.opacty {
    opacity: .2;
    transition: .8s;
}

/* End banner principal */
.row_categs {
    justify-content: center;
}

.info_adv_box {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    margin: 10px;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .info_adv_box {
        padding: 5px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 15px rgb(0 0 0 / 0%);
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        margin: 0px;
        text-align: center;
        position: relative;
    }
}

.info_adv_box:hover {
    margin-top: 5px;
}

.info_adv_box img {
    margin: 0 auto 15px auto;
}

.a_text_info {
}

.a_text_info h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .a_text_info h5 {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        margin-bottom: 5px;
    }
}

.a_text_info p {
    font-size: 14px;
    margin-bottom: 0px;
}

.m_title {
    text-align: center;
    margin-bottom: 3em;
}

@media (max-width: 767px) {
    .a_text_info p {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 15px;
    }

    .m_title {
        text-align: center;
        margin-bottom: 2em;
    }
}

.f_m_title {
    display: block;
    color: #000;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}

.f_m_subtitle {
    color: #c38c2e;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    transition: .5s;
}

@media (max-width: 767px) {
    .f_m_title {
        display: block;
        color: #000;
        font-size: 36px;
        line-height: 20px;
        font-weight: 700;
    }

    .f_m_subtitle {
        color: #c38c2e;
        font-weight: 600;
        font-size: 18px;
        line-height: 50px;
        transition: .5s;
    }
}

.featured {
    margin: 5em 0em;
}

@media (max-width: 991px) {
    .featured {
        margin: 1em 0em;
    }
}

.j_carousel {
    position: relative;
}

.slide_prev_f {
    position: absolute;
    left: -15px;
    top: 35%;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 50%);
    border-radius: 30px;
}

.slide_next_f {
    position: absolute;
    right: -15px;
    top: 35%;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 50%);
    border-radius: 30px;
}

.article_box {
    margin-bottom: 30px;
}

.caption_blog {
}

.caption_blog .cat_name {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #9a9a9a;
}

.caption_blog .title {
    font-size: 18px;
    color: #000;
    height: 19px;
    display: inline-block;
    overflow: hidden;
}

.caption_blog .short {
    color: #9a9a9a;
    height: 45px;
    overflow: hidden;
    line-height: 15px;
}

.data_added {
    height: 55px;
    background: #ddd;
    display: inline-grid;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 8px 0px;
}

.data_month {
}

.data_day {
    border-bottom: 1px solid #000;
    margin-bottom: 3px;
}

.blog_img {
    width: 100%;
    margin-bottom: 10px;
}

.article-categories {
    background: #e7f2ca;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 15px;
}

.see_all {
    margin-bottom: 0px !important;
    color: #000;
    font-weight: 800;
}

.title_categ {
    color: #000;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}

.article-categories a {
    display: block;
    margin: 10px 0px;
}

.main-article_content {
    column-count: 1;
    margin-bottom: 30px;
    font-size: 16px;
}

.main-article_content img {
    /* width: 100% !important; */
    padding: 20px;
}

@media (max-width: 767px) {
    .main-article_content {
        column-count: 1;
        margin-bottom: 30px;
    }

    .main-article_content img {
        width: 100% !important;
    }
}

.main-article_content img {
    margin-bottom: 30px;
    float: right;
}

.row_categ_w_img {
    margin-bottom: 2em;
    margin-top: 2em;
    justify-content: center;
    align-items: center;
}

.box_caheg {
    position: relative;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    overflow: hidden;
}

@media (max-width: 767px) {
    .box_caheg {
        position: relative;
        border-radius: 5px;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        overflow: hidden;
        margin-bottom: 30px;
    }
}

.box_caheg img {
}

.box_caheg p {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 10px 0px;
    letter-spacing: 4px;
    bottom: -10px;
    background: #ffffffad;
    padding: 15px 0px;
}

@media (max-width: 767px) {
    .box_caheg p {
        text-transform: uppercase;
        font-size: 20px;
        color: #000;
        text-align: center;
        margin: 10px 0px;
        letter-spacing: 0px;
        bottom: 0px;
        background: #ffffffad;
        padding: 0px 0px;
    }
}

.p_um {
    color: #000;
    font-size: 14px;
}

@media (max-width: 767px) {
    .p_um {
        color: #000;
        font-size: 13px;
        padding-left: 3px;
    }
}

.p_p_price {
}

.pp_um {
    color: #000;
    font-size: 18px;
}

.cantitate_disponibila {
    margin-bottom: 1em;
    font-size: 20px;
    color: #000;
}

@media (max-width: 575px) {
    .cantitate_disponibila {
        margin-bottom: 0em;
        font-size: 16px;
        color: #000;
    }
}

.cantitate_disponibila span {
}

.cantitate_disponibila b {
}

.modal-title_s {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
}

.info_msg_delivery {
    background: #6a6a6a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .info_msg_delivery {
        background: #6a6a6a;
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 5px 5px;
        margin-bottom: 10px;
    }
}

#clpp {
    background-color: #E8DCB8;
    padding: 2em 0em;
}

#clpp .col-md-3 {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
}

.disp_title {
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 800;
    border-bottom: 3px dotted #b7a876;
    padding-bottom: 10px;
}

.sezon_name {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0px solid #000;
    display: block;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

.product_row_s {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.product_row_s span {
    color: #000;
}

.product_row_s img {
    max-width: 50px;
    margin-right: 10px;
}

.iframe_reteta {
    width: 100%;
    min-height: 100vh;
    margin-bottom: 32px;
    display: inline-block;
    background: #fff;
    border: 0px;
}

#plugin {
}

.article-review {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.article-review .t {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.stock_sts {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0px 10px;
    color: #000;
}

.whatsapp_chat_mob {
    float: left;
    background: #25D366;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 34px;
    color: #fff !important;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 49%);
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}

/* Start back to top */
#toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

#toTopHover {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#toTopHover:before {
    content: "\f077";
}

.j_carousel .row {
    justify-content: center;
}

/* End back to top */
