body {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background-color: #f8f7f8;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

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;
    }

    .menuelement button {
        font-size: 15px !important;
    }

    .menuelement {
        width: 82px
    }

    .motan {
        min-height: 135px;
    }

    span.cosu {
        display: none;
    }

    span.favorite {
        display: none;
    }

    span.mesajlogoro {
        font-size: 11px;
        margin-left: 0px;
        letter-spacing: 1.1px !important;
    }

    span.mesajlogoen {
        font-size: 9px !important;
        margin-left: 0px;
        letter-spacing: 0.8px !important;
    }

    .product-thumb {
        padding: 5px !important;
    }

    .info_stock {
        padding: 9px 10px 6px 10px!important;
        font-size: 12px!important;
        line-height: 13px!important;
    }
}

.motan {
    min-height: 135px;
}

span > i.fal fa-plus {
    color: red;
}

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 {
    padding-right: 27px;
}

#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 {
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
    border: 1px solid #eee !important;
    left: auto;
    top: 22px !important;
    border-top: 2px solid #0468ba !important;
    position: absolute;
}

#cart .dropdown-menu:after {
    content: "";
    border-bottom: 10px solid rgb(4 104 186);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    right: 8px !important;
    transform: translateX(-53%) !important;
    top: -10px;
}

@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;
    font-size: 13px;
}

@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: 30px;
    padding-top: 40px;
    background-color: #ececec;
    color: #000000;
    padding-bottom: 0px;
    font-size: 16px;
}

@media (max-width: 767px) {
    footer {
        margin-top: 30px;
        padding-top: 40px;
        background-color: #ffffff;
        color: #000000;
        padding-bottom: 0px;
        font-size: 14px;
    }
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #000;
    line-height: 24px;
    font-size: 14px;
}

footer a:hover {
    color: #de0e15;
}

footer h5 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: initial;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    footer h5 {
        font-family: 'Work Sans', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #414141;
        text-transform: uppercase;
        margin-bottom: 5px;
        border-bottom: 3px solid #0155b0;
        padding-bottom: 5px;
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0px;
}

/* breadcrumb */
.breadcrumb {
    margin: 10px 0 0px 0;
    padding: 0 0;
    list-style: none;
    display: flex;
    background: rgb(255 255 255 / 0%);
}

@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 a {
    font-size: 12px;
    color: #091009;
    text-transform: capitalize;
    display: inline-block;
    max-width: 615px;
    overflow: hidden;
}

@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 {
    background: #0468ba;
    border-color: #0468ba;
}

.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 {
    text-align: center;
    margin-bottom: 10px;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.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: #e7a671;
}

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; */
    margin-top: 10px;
}

.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;
    align-items: center;
    padding: 2px 0px;
    display: block;
    background: #fff;
}

@media (max-width: 767px) {
    .first_header {
        display: none;
    }
}

.first_header a {
    color: #333;
    cursor: pointer;
    padding: 0px 10px;
}

.social_header {
    display: inline-block;
    padding-left: 20px;
}

.social_header i {
}

.social_header a {
    padding: 0px 10px;
    border-right: 1px solid #878787;
}

.first_header .social_header a:last-child {
    border-right: none;
    padding-right: 0px;
    color: #000;
}

/* End first header */
.my-account {
    color: #fff;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .my-account {
        color: #fff;
        margin-right: 16px;
    }
}

@media (max-width: 575px) {
    .my-account {
        display: none;
    }
}

.drop-logged p {
    text-align: left !important;
    padding-left: 0px;
    color: #0468ba;
    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: 0px;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
    border: 1px solid #eee;
    /* border-top: 0px; */
    left: calc(75% - 85px) !important;
    background: #fff;
    border-top: 2px solid #0496db;
}

@media (max-width: 575px) {
    .my-account .dropdown-menu {
        border-radius: 0px;
        padding: 5px 5px;
        margin-top: 12px;
        box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
        border: 1px solid #eee;
        /* border-top: 0px; */
        left: calc(85% - 55px) !important;
        background: #fff;
    }
}

.my-account .dropdown-menu.show:after {
    content: "";
    border-bottom: 10px solid rgb(4 150 219);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !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: #333333;
    border-radius: 5px;
    padding: 4px 3px 3px 3px!important;
    margin-bottom: 5px;
}

.register {
    text-align: center !important;
    background: #0164b8;
    border-radius: 5px;
    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;
}

header {
    background: #ffffff;
    padding: 20px 0px;
}

@media (max-width: 767px) {
    header {
        background: #ffffff;
        padding: 5px 0px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
        border-bottom: 2px solid #dd0e15;
        margin-bottom: 10px;
        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 #e1e1e1;
    border-radius: 5px;
    transition: .4s;
    overflow: hidden;
}

@media (max-width: 767px) {
    .search-heder-bar {
        transition: .4s;
        margin-top: -50px;
        opacity: 0;
    }
}

.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: #0496db;
    border: 0px;
    padding: 0px 15px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0px;
    line-height: 0px;
}

.cart-total {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: #0496db;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .cart-total {
        top: -10px;
        right: -10px;
    }
}

.cart_btn_header {
    justify-content: flex-end;
    display: flex;
}

.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: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 {
    margin: 0px;
    padding: 20px 0px;
    background: #fff;
}

.categ-icon {
    margin: 0px auto;
    border: 2px solid rgb(4 150 219);
    border-radius: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 5px 5px rgba(63,78,100,0.15); */
}

.categ-icon:hover {
    border: 2px solid #333333;
    transition: .5s;
}

.categ-icon-img {
    margin: 25px 10px 10px 10px;
}

.categ-icon-img p {
    text-align: center;
    margin: 10px 0px 0px 0px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    line-height: 16px;
}

.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: 4em 0em 2em 0em;
}

@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: 16px;
    color: #202020;
    font-weight: 500;
    font-weight: 800;
    letter-spacing: -1px;
}

@media (max-width: 575px) {
    .product_price {
        font-size: 16px;
        height: 40px;
        overflow: hidden;
        align-items: center;
    }
}

.product_price .price {
}

.product_price .price-new {
    margin-right: 5px;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: -1px;
}

.product_price .price-old {
    text-decoration: line-through;
    color: #de0e15;
    font-weight: 500;
    font-size: 14px;
}

.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: 10px;
    margin: 0px;
    border-radius: 0px;
    border: 1px solid #f8f7f800;
    box-shadow: 0 5px 5px rgba(63,78,100,0.15);
    text-align: center;
    transition: .5s;
}

.product-layout {
    margin-bottom: 0px;
    padding: 10px;
    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 {
    margin: 10px;
}

@media (max-width: 575px) {
    .common-home .product-thumb {
        margin: 5px;
    }
}

.product-thumb:hover {
}

.product-thumb:hover .sale_percent {
}

.product-thumb:hover .add_to_cart {
    color: #ffffff !important;
    background: #32a0fa;
    border-color: #32a0fa;
}

.product-thumb:hover .wish_btn {
    background: #e2cd7e;
    color: #fff !important;
}

.product-thumb .image {
    text-align: center;
    margin-bottom: 10px;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.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-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: #e7a64a;
}

/* End rating stars */
.product_name {
    display: block;
    line-height: 18px;
    font-size: 13px;
    height: 36px;
    overflow: hidden;
    /* margin-top: 10px; */
    padding: 0px 0px;
    text-align: center;
}

.product_name a {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .product_name a {
        color: #000000;
        font-weight: 700;
        font-size: 14px;
        line-height: 12px;
    }
}

.product_name span {
}

.button_group {
    /* margin: 5px 0px 0px 0px; */
    display: inline-block;
    align-items: center;
    transition: .5s;
    position: relative;
}

@media (max-width: 575px) {
    .button_group {
        margin: 10px 0px 0px 0px;
        display: inline-block;
        width: 100%;
    }
}

.product-layout:hover .button_group {
    bottom: 0px;
}

.button_group a {
    margin: 0px 3px;
    font-size: 15px;
    color: #bebebe;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
}

.add_to_cart {
    background: #f8f7f8;
    padding: 6px 7px 3px 7px;
    border-radius: 0px;
    color: #fff !important;
    font-weight: 400;
    cursor: pointer;
    background: rgb(3,104,186);
    background: linear-gradient( 180deg , rgba(3,104,186,1) 19%, rgba(0,79,174,1) 89%);
    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: 11px !important;
        padding: 3px 7px 3px 7px;
    }
}

.sale_percent {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    padding: 0px 8px;
    line-height: 25px;
    background-color: hsl(0deg 100% 51% / 83%);
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    transition: .5s;
}

.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 0px 0px;
    background: #fff;
    padding: 30px 0px 30px 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%;
    padding: 0px 0px;
    transition: .5s;
    border: 1px solid #f8f7f8;
    border-radius: 0px;
    outline: 1px solid #1795f9;
    outline-offset: -8px;
}

.banner_image:hover {
    outline: 1px solid #ff2f2f;
    outline-offset: -8px;
}

.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: 4px 0px;
    line-height: 17px;
    font-size: 14px;
}

.info-contact span i {
    color: #0496db;
    font-size: 17px;
    vertical-align: -2px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 10%;
    text-align: center;
    margin-right: 5px;
}

.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: 1;
        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 0em 1em 0em;
    background: #ececec;
    color: #0496db;
    font-size: 13px;
    border-top: 1px solid #cfcfcf;
}

.social {
    margin-top: 10px;
}

.social i {
    font-size: 17px;
    color: #ffffff;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    border-radius: 10%;
    line-height: 29px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    background: #0496db;
}

.social i:hover {
    background: #000000;
}

.newsletter_form {
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsletter_form .btn {
    display: inline-block;
    width: 90%;
    border: 0px;
    border-radius: 10px;
    padding: 4px 0px;
    background: #0468ba;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

@media (max-width: 575px) {
    .newsletter_form .btn {
        display: inline-block;
        width: 100%;
        border: 0px;
        padding: 4px 0px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.newsletter_form input {
    border-radius: 30px;
    border: 0px;
    text-align: center;
}

@media (max-width: 7575px) {
    .newsletter_form input {
        border-radius: 10px;
        border: 0px;
        text-align: center;
        margin-bottom: 10px;
        box-shadow: 0 0px 5px rgba(63,78,100,0.15);
    }
}

.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 {
}

.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: #0496db;
    font-weight: 800;
}

.header_btn_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0px;
}

@media (max-width: 767px) {
    .header_btn_block {
        margin-top: 9px;
        padding-right: 0px;
    }
}

.info-group-log {
    font-size: 25px;
    color: #333;
    cursor: pointer;
}

.info-group-log.dropdown-toggle::after {
    display: none;
}

.wish_total {
    position: relative;
    top: -16px;
    right: 7px;
    width: 17px;
    height: 17px;
    background: #0496db;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.wishlist_header-btn i {
    font-size: 24px;
}

.wishlist_header-btn {
    margin-right: -11px;
    color: #333;
}

@media (max-width: 1200px) {
    .wishlist_header-btn {
        margin-right: 0px;
        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;
    text-align: center;
}

@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;
}

@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: 'Open Sans', sans-serif;
    }

    .box-info p {
        font-size: 11px;
        color: #000;
        font-weight: normal;
        overflow: hidden;
        text-align: left;
        font-family: 'Open Sans', 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); */
}

.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: #0496db;
    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: #0151af;
    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: 35px;
    color: #000;
    margin-bottom: 20px;
}

.info_text {
    color: #686868;
    font-size: 16px;
    margin-bottom: 20px;
}

.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: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
    }

    .info_text {
        color: #686868;
        font-size: 16px;
        margin-bottom: 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 {
    border-top: 0px solid #efefef;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    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: 0px;
}

.filter-categorybox label {
    margin-bottom: 0px;
    padding-right: 5px;
    color: #000;
}

.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: #0496db;
}

.top_info_categ {
    background: #fff;
    border-radius: 0px;
    padding: 8px 10px;
    margin: 0 10px 25px 0px;
    border-bottom: 3px solid #0468ba;
}

@media (max-width: 767px) {
    .top_info_categ {
        margin: 0 0px 5px 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 100%;
        max-width: 100%;
    }
}

.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: 1px solid #ffffff;
    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: 1px solid #0263b7;
    margin: 0 5px;
    padding: 5px 11px;
    background: #0160b6;
    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;
}

.category_products:hover .all-subs {
    overflow-y: auto;
}

.all-subs {
    /* max-height: 500px; */
    overflow: hidden;
    overflow-y: hidden;
    margin-right: 0px;
}

.all-subs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d3d3d3;
}

.all-subs::-webkit-scrollbar {
    width: 5px;
    background-color: #d3d3d3;
}

.all-subs::-webkit-scrollbar-thumb {
    background-color: #0368ba;
}

.category_products a {
    padding: 0px 0px 0px 13px;
    text-transform: capitalize;
    transition: .3s;
    line-height: 15px;
    color: #000;
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
}

.category_products a span {
    padding-left: 5px;
}

.category_products a:hover {
    text-decoration: underline;
    transition: .3s
}

.active_category {
    font-weight: 700;
    color: #0468ba !important;
}

.sub_categ {
    padding-left: 25px!important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 10px !important;
}

.categ_title {
    font-size: 30px;
    font-weight: 600;
    color: #000
}

@media (max-width: 767px) {
    .categ_title {
        font-size: 25px;
        font-weight: 600;
        color: #000;
        margin-bottom: 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: 10px 0px;
}

.product-title {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    .product-title {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 20px;
    }
}

.sticky_action_bar .product-title {
    font-size: 15px;
}

.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: #0496db !important;
    cursor: default;
}

.review-title {
    margin-bottom: 4px;
    font-size: 12px;
    color: #ababab;
}

.product-page-price {
    margin: 5px 0px 15px 0px;
}

.sticky_action_bar .product-page-price {
    margin: 5px 0px 30px 0px;
}

.product-page-price .price-old {
    color: #d60e1c;
    font-size: 15px;
    font-weight: 300;
    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: block;
    color: #000000;
    font-weight: 800;
    font-size: 31px;
    margin-top: 10px;
    margin-bottom: 14px;
    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;
    color: #000;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #d6001c;
    color: #fff;
    padding: 3px 10px 0px 10px;
}

.price-prod {
    display: block;
    color: #000000;
    font-weight: 800;
    font-size: 51px;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.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: #0468ba;
    color: #fff;
    letter-spacing: 0px;
    border: 2px solid #0468ba;
    transition: .5s;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

.adcart i {
    font-size: 15px;
    vertical-align: -1px;
    margin-left: 10px;
}

.adcart:hover {
    background: #32a0fa;
    border-color: #32a0fa;
    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: #f8f7f8;
    padding: 5px 0px;
}

.tab-section .nav-tabs .nav-link {
    background: transparent;
    padding: 0px;
    margin: 10px 20px 10px 0px;
    font-weight: 500;
    color: #0496db;
    letter-spacing: 0px;
    font-size: 20px;
    border: 0px;
}

@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: 14px;
        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;
}

.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: 5px 5px 0px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.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: 50%;
    display: inline-block;
}

.product_image_section {
    overflow: hidden;
    border-right: 0px solid #ddd;
}

@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 {
    background: #fbfbfb;
    margin-top: 0px;
    margin-bottom: -30px;
    padding: 45px 0px 30px 0px;
    /* border-bottom: 5px solid #fff; */
}

.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: #ffffff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 3px 10px;
    background: #ff1818;
    width: 100%;
}

.sterge-articol:hover {
    color: #ffffff;
    /* font-size: 13px; */
    font-weight: 600;
    cursor: pointer;
    /* padding: 4px 10px; */
    /* background: #d31515; */
    width: 100%;
}

.sterge {
    width: 21px;
    height: 21px;
    line-height: 22px;
    color: #ff181a;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    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 0px;
    min-width: 43px;
}

.pret-cart {
    color: #de0e15;
    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: #0468ba;
    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: #0468ba;
    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: #0496db;
    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: #0468ba;
    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 #0468ba;
    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 #0468ba;
    padding: 2px 20px 3px 20px;
    border-radius: 30px;
    background: #0468ba;
    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: 10px;
    }

    .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: 0px;
    }
}

.menu_mobile_bar {
    display: none;
}

@media (max-width: 991px) {
    .menu_mobile_bar {
        font-size: 50px;
        text-align: center;
        display: inline-block;
        line-height: 30px;
        height: 40px;
        position: relative;
        top: 3px;
        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: 50px;
    height: 2px;
    background: #000000;
    position: relative;
    display: block;
    top: 14%;
    transition: all 0.5s ease;
}

.barcenter {
    width: 50px;
    height: 2px;
    background: #000000;
    position: relative;
    display: block;
    top: 25%;
    transition: all 0.5s ease;
}

.barbottom {
    width: 50px;
    height: 2px;
    background: #000000;
    position: relative;
    display: block;
    top: 35%;
    transition: all 0.5s ease;
}

.menu-text {
    font-size: 16px;
    position: relative;
    display: block;
    top: 28%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.categ-btn {
    background: #de0e15;
    width: 100%;
    margin: 10px 5px 0px 5px;
    color: #fff;
    text-align: center;
    padding: 8px 0px 8px 0px;
    border-radius: 0px;
}

.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;
}

.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: #f3f3f3ba;
        padding: 15px 10px;
    }
}

.mobile_slider {
    height: 147px;
    background-size: cover;
    background-position: 62% 10%;
}

#addCart {
}

#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: 4px solid #0496db;
}

.add-title {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19px;
}

.add-ask {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    color: #9c9c9c;
}

.checkoutnow {
    background: #0496db;
    display: block;
    color: #fff !important;
    padding: 5px 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 2px 0px;
}

.contiuneshop {
    background: #333333;
    display: block;
    color: #fff !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;
        font-size: 23px;
        color: #000000;
        cursor: pointer;
        margin: 0px 10px 0px 0px;
    }
}

.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: #eeeeee;
    margin: 15px 0px 15px 0px;
    padding: 15px 0px;
    /* border-bottom: 3px solid #0465b8; */
}

.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: 0px 10px;
    margin: 10px 0px 10px 0px;
    align-items: center;
    background: #fff;
}

.order_products_table {
    background: rgb(251 247 234);
}

.order_products_table tfoot {
    background: #d6edff;
    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;
    background: #eeeeee;
}

.order_products_table thead {
    background: #d6edff;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
}

.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: #005db5;
    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;
}

.main_info_product {
    align-items: center;
}

.price_box {
    text-align: center;
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
}

.info_stock {
    display: inline-block;
    text-transform: initial;
    font-weight: 400;
    background: #0468ba;
    border-radius: 0px;
    padding: 9px 20px 6px 20px;
    font-size: 16px;
    line-height: 17px;
}

.info_stock span {
    text-transform: uppercase;
}

.tax_info {
    background: #e53535;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
}

.tax_info a {
    color: #fff;
}

.price_diferance {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 5px;
}

.increase_decrease {
    margin: 0px;
    background: #f5f5f5;
    align-items: center;
    text-align: center;
}

@media (max-width: 767px) {
    .increase_decrease {
        display: none
    }
}

.increase_decrease span {
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 0px 0px 0px 0px;
    background: #e50f16;
    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: 16px;
    cursor: pointer;
    line-height: 38px;
}

.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: #0468ba;
    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;
}

@media (max-width: 575px) {
    .add_to_cart_two {
        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: #2786d3;
}

.add_to_cart_two i {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.show_stickye_bar {
    display: flex;
    margin: 0px;
}

.price_col {
    background: #f5f5f5;
    height: 70px;
    align-items: center;
    display: flex;
}

.header_btn_block i:hover {
    color: #0496db;
}

@media (max-width: 757px) {
    .price_col {
        background: #f5f5f5;
        height: 55px;
        align-items: center;
        display: flex;
    }

    .product_name {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .show_add_cart {
        display:none;
    }

    table.attribute {
        font-size: 11px;
        font-weight: 600;
        color: #000;
    }
}

.campemail {
    position: relative;
}

#text-danger-newsletter {
    position: absolute;
    left: 0;
    text-align: center;
    background: #fd2727;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 0px;
}

#text-danger-newsletter:after {
    content: "";
    border-bottom: 10px solid rgb(253 39 39);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    transform: translateX(-50%) !important;
    left: 50%;
    top: -10px;
}

.pulse {
    animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.optiunimontaj span {
    font-size: 13px;
}

.verto {
    margin: 2px 5px 0 0;
    vertical-align: top;
}

.benefics {
    color: #000;
    font-size: 14px;
}

.benefics i {
    font-size: 18px;
}

span.luni {
    border-bottom: 2px solid #0496db;
}

#tab-specification .table-bordered td, .table-bordered th {
    border: 1px solid #ffffff;
}

#tab-specification .table td, .table th {
    padding: 5px;
}

.newsfooter p {
    font-size: 14px;
}

#form-currency .dropdown-toggle::after, #form-language .dropdown-toggle::after {
    top: 14px;
    position: absolute;
}

table.attribute {
    width: 100%;
}

.common-home .mega-menu-category.inchis {
    display: block;
}

.benef p {
    font-size: 16px;
    line-height: 21px;
}

.box-caheg {
    font-weight: 700;
    color: #000;
}

.top_info_categ img {
    border-radius: 7px;
    border: none;
}

.descriere_bani p {
    margin-bottom: 3px;
}

.dbdown {
    display: inline-block !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

span.contul {
    font-size: 13px;
    margin-left: 3px;
}

span.cosu {
    margin-left: 6px;
    margin-top: 8px;
}

.language-select img {
    display: none;
}

body.common-home.sticky .mega-menu-category {
    display: none;
}

body.common-home:not(.sticky) .mega-menu-category {
    display: block;
}

a.home {
    position: absolute;
    left: 12px;
    color: #fff;
    font-size: 24px;
    z-index: 999999999;
}

td.maimic {
    width: 120px;
    font-weight: 700;
}

#form-currency span {
    color: #000;
}

#form-language span {
    color: #000;
}

.benef {
    text-align: justify;
}

span.favo {
    color: #000;
    cursor: pointer;
}

span.favo:hover {
    color: rgb(3,104,186);
}

span.compa {
    color: #000;
    cursor: pointer;
}

span.compa:hover {
    color: rgb(3,104,186);
}

a#compare-total {
    font-size: 12px;
    height: 30px;
    color: #000;
}

.blue {
    background: #0368ba;
    border-color: #0368ba;
}

.blue:hover {
    background: #0496db;
    border-color: #0496db;
}

span.favorite {
    margin-top: 6px;
    margin-left: -16px;
    margin-right: 11px;
}

strong.mesajlogo {
    font-size: 11px;
    margin-left: 0px;
    letter-spacing: 1.1px;
}

.menuelement {
    min-width: 3rem;
    padding: 0;
    top: 22px;
    left: 15px;
}

.menuelement button {
    padding: 0px 3px;
    font-size: 11px;
    text-align: left;
}

.menuelement button:hover {
    padding: 0px 3px;
    font-size: 11px;
    text-decoration: none;
}

button.btn-link:hover {
    text-decoration: none;
}

span.mesajlogoen {
    font-size: 11px;
    margin-left: 0px;
    letter-spacing: -0.1px;
}

span.mesajlogoro {
    font-size: 11px;
    margin-left: 0px;
    letter-spacing: 1.1px;
}

.baniemag {
    height: 200px;
    overflow: hidden;
    overflow-y: initial;
}

/* Let's get this party started */
.clip_section ::-webkit-scrollbar {
    width: 4px;
    background: #0468ba;
}

/* Track */
.clip_section ::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #d7d7d7;
}

/* Handle */
.clip_section ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #0468ba;
}

.clip_section ::-webkit-scrollbar-thumb:window-inactive {
    background: #0468ba;
}

.badge {
    padding: 5px 10px 2px 10px !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0496db;
    border-color: #0496db;
}

.product-grid .col-lg-3, .product-grid .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}

.product-grid .product_price {
    margin-top: 10px;
}

span.poli {
    font-size: 13px;
    color: #000;
}

.product-grid .product_name {
    text-align: center;
    line-height: 18px;
}

.ui-widget-header {
    border: 1px solid #333333 !important;
    background: #333333 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;
    color: #fff;
    font-weight: bold;
}

.qc-total {
    text-align: right !important;
}

.qc-price {
    text-align: right !important;
}

.sub_categ_3 {
    padding-left: 30px !important;
}

.product-list .product_name {
    text-align: left;
}

.pade {
    padding-right: 43px;
    font-weight: 600;
}

.model_product {
}

.lef_td {
    color: #000;
}

.right_td {
    word-break: break-word;
    line-height: 15px;
    padding-left: 10px;
}

.btn_bolapse {
    display: inline-block;
    background: #004fae;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.btn_bolapse small {
}

.all_cat_elem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 7px 10px 7px 0px;
}
