body {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #ffffff;
    max-width:1920px;
}

body {
	max-width: 1920px;
	margin: auto;
	position:relative;
	min-width:320px;
}

.container2 {
	max-width:1660px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 26px;
}

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: #e6e6e6;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.blue {
	background: rgb(237 123 172) !important;
	border-color: rgb(237 123 172) !important;
}

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;
    }
	
	footer a {
    line-height: 35px!important;
    font-size: 18px!important;
}

.info-contact span {
	    line-height: 35px!important;
    font-size: 18px!important;
}
	
	h1.product-title {
		font-size:20px;
		font-weight: 600;
	}
	
	.image-additional {
    max-width: 100px !important;
}
	
}

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 {
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
    border: 1px solid #eee !important;
    left: 20px !important;
    top: 10px !important;
}

#cart .dropdown-menu:after {
    content: "";
    border-bottom: 10px solid rgb(233 236 239);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    right: 8px !important;
    transform: translateX(-75%) !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;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 450px;
}

/* footer */
footer {
    margin-top: 0px;
    padding-top: 30px;
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 0px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
}

footer a:hover {
    color: #c0c0c0;
}

footer h5 {
    font-family: 'Asap', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    footer h5 {
        font-family: 'Asap', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0px;
}

/* breadcrumb */
.breadcrumb {
    margin: 10px 0 10px 0;
    padding: 0 0;
    list-style: none;
    display: flex;
    background: #ffffff;
}

@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;
    line-height: 18px;
}

.breadcrumb a {
    font-size: 14px;
    color: #091009;
    text-transform: capitalize;
    display: inline-block;
    max-width: 615px;
    overflow: hidden;
    line-height: 11px;
}

@media (max-width: 991px) {
    .breadcrumb a {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .breadcrumb a {
        max-width: 100%;
    }
}

.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 {background: #000;color: #fff;border-color: #000;}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
}

.product-thumb .image {
    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;
    padding: 20px 0px;
}

.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: 5px;
}

.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: #E69500;
}

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 {
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.thumbnails {
    /* margin-left: -20px; */
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    display: block;
}

.image-additional {
    max-width: 180px;
}

.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: 5px 0px;
    background: rgb(255 255 255);
}

@media (max-width: 767px) {
    .first_header {
        display: none;
    }
}

.call_icon {
}

.first_header a {
    color: #000000;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
}

.social_header {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.social_header i {
}

.social_header a {
    padding: 0px 12px;
    border-right: 0px solid #878787;
    font-size: 28px;
    color: #000;
}

.social_header p {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
}

.first_header .social_header a:last-child {
    border-right: none;
    padding-right: 0px;
}

/* End first header */
.my-account {
    color: #fff;
    margin-right: 15px;
}

@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: #003c79;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.my-account p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
}

.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;
    margin-top: 12px;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 8%);
    border: 1px solid #eee;
    /* border-top: 0px; */
    left: calc(16% - 88px);
    background: #fff;
}

@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(233 236 239);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 51% !important;
    transform: translateX(-50%) !important;
    top: -11px;
}

.my-account .dropdown-menu a {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 2px 5px;
}

.login {
    text-align: center !important;
    background: #222222;
    border-radius: 0px;
    padding: 3px 3px !important;
    margin-bottom: 5px;
}

.register {
    text-align: center !important;
    background: #3a85e0;
    border-radius: 0px;
    padding: 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: 5px 0px 0px 0px;
    box-shadow: 0 2px 10px -5px #dadada;
}

@media (max-width: 767px) {
    header {
        background: #ffffff;
        padding: 5px 0px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 5;
        margin-bottom: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 68%);
    }
}

.header_row {
    align-items: center;
}

#action_show .show-search {
    margin-top: 10px;
    opacity: 1;
}

.search-heder-bar {
    border-radius: 6px;
    transition: .4s;
    background: #ffffff;
    width: 100%;
    border: 1px solid #4963c3;
}

@media (max-width: 767px) {
    .search-heder-bar {
        border: 1px solid #eee;
        border-radius: 30px;
        transition: .4s;
        /* margin-top: 50px; */
        opacity: 1;
        z-index: 99;
        margin-top: 12px;
    }
}

.search-heder-bar:hover {
}

.search-heder-bar input {
    border: 0px;
    padding: 7px 10px;
    border-radius: 30px 0px 0px 30px !important;
    background: transparent;
}

.search-btn {
    background: #f5f5f5;
    border: 0px;
    padding: 0px 15px;
    font-size: 15px;
    color: #4175d3;
    cursor: pointer;
    margin: 4px 4px;
    font-weight: 400;
    border-radius: 0px 17px 17px 0px;
}

.cart-total {
    position: absolute;
    top: -11px;
    right: 0px;
    width: 22px;
    height: 22px;
    background: #fe121a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .cart-total {
        top: -10px;
        right: 2px;
    }
}

.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: 25px;
    color: #3b81dc;
    cursor: pointer;
    position: relative;
}

.cart_btn:hover {
    color: #e6e6e6;
}

.prev-my-slider {
    position: absolute;
    left: 0px;
    top: 45%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 23px;
    cursor: pointer;
    background: rgb(247 247 247 / 0%);
    transition: .5s;
    opacity: 0;
}

.slider:hover .prev-my-slider {
    left: 40px;
    opacity: 1;
    z-index: 1;
    transition: .5s;
    border: 1px solid #ffffff;
}

.next-my-slider {
    position: absolute;
    right: 0px;
    top: 45%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 23px;
    cursor: pointer;
    transition: .5s;
    opacity: 0;
}

.slider:hover .next-my-slider {
    right: 40px;
    opacity: 1;
    z-index: 1;
    /* transition: .5s; */
    border: 1px solid #ffffff;
}

.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;
    background: #ffffff;
    padding: 20px 0px 20px 0px;
}

.categ-icon {
    margin: 0px auto;
    transition: .5s;
    position: relative;
    z-index: 1;
    padding: 0px;
    text-align: center;
}

.categ-icon img {
    margin: 0 auto;
    border-radius: 7px;
    border: 1px solid #f4f4f4;
}

.categ-icon:hover {
    transition: .5s;
    }

.categ-icon-img {
    /* margin: 25px 10px 10px 10px; */
}

.categ-icon-img p {
    text-align: center;
    margin: 5px 0px 0px 0px;
    color: #30363e;
    font-weight: 600;
    font-size: 12px;
    height: 38px;
    overflow: hidden;
    line-height: 13px;
}

.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 {width: 100%;}

.special-section {
    margin: 1em 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: 18px;
    color: #000000;
    font-weight: 600;
    min-height: 42px;
    overflow: hidden;
    /* margin-bottom: 15px; */
}

@media (max-width: 575px) {
    .product_price {
        font-size: 14px;
    }
}

.product_price .price {
    color: #000000;
    font-weight: 600;
}

.product_price .price-new {
    font-weight: 400;
    margin-right: 5px;
    color: #000000;
    display: block;
}

.price_percent {
    font-size: 14px;
    padding-left: 5px;
    color: #000000;
    font-weight: 600;
}

.product_price .price-old {
    text-decoration: line-through;
    color: #000000;
    font-weight: 400;
    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: 0px 0px 10px 0px;
    margin: 0px;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
}

.product-layout {
    margin-bottom: 0px;
    padding: 5px;
    transition: .0s;
}

@media (max-width: 575px) {
    .product-layout {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 330px) {
    .product-layout {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.common-home .product-thumb {
}

@media (max-width: 575px) {
    .common-home .product-thumb {
        margin: 0px;
    }
}

.product-thumb:hover {
    box-shadow: 0 0px 16px -13px #000;
}

.product-thumb:hover .sale_percent {
    color: #fefefe;
    background: #4acc6e;
}

.product-thumb:hover .add_to_cart {
    background: #ea1b25;
    color: #fff;
}

.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: #ffeb3b;
    font-size: 15px;
}

.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: #ffc251;
}

/* End rating stars */
.product_name {
    display: block;
    line-height: 19px;
    font-size: 16px;
    min-height: 38px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.product_name a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.rating {
    margin: 0px 0px;
}

.product_name span {
}

.button_group {
    margin: 10px 0px 0px 0px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
    position: relative;
    width: 100%;
}

@media (max-width: 575px) {
    .button_group {
        margin: 10px 0px 0px 0px;
        display: block;
    }
}

.product-layout:hover .button_group {
    bottom: 0px;
}

.button_group a {
    margin: 0px 3px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.add_to_cart {
    padding: 6px 7px 6px 7px;
    margin: 0px 5px 0px 0px;
    border-radius: 0px;
    color: #222;
    background: #ffffff;
    font-weight: 400;
    cursor: pointer;
    width: 60%;
    text-align: center;
    transition: .5s;
    border: 1px solid #2222225c;
}

.product-thumb .add_to_cart {
    width: 100%;
    margin: 0px;
    border-color: #003c79;
    background: #003c79;
    color: #fff;
}

.add_to_cart:hover {
    background: #ea1b25;
    color: #fff;
    border: 1px solid #ea1b25;
}

.add_to_cart i {
    padding-left: 6px;
}

@media (max-width: 1200px) {
    .add_to_cart {
        font-size: 12px !important;
        padding: 3px 7px 3px 7px;
        width: 100%;
    }
}

.sale_percent {
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 30px;
    border-radius: 0px;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    transition: .5s;
    background: #4acc6e;
}

.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: 20px 0px 30px 0px;
}

.banner_col {
    /* padding: 0px; */
}

.banner_image {
    width: 100%;
    transition: .5s;
    border-radius: 7px;
}

.banner_image:hover {
    filter: contrast(1.1);
}

#column-left .banner_image {
    width: 100%;
    padding: 0px 0px;
}

@media (max-width: 767px) {
    .banner_image {
        width: 100%;
        padding: 5px 5px;
    }
}

.product_tabs {
    padding: 0px 0px;
    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: 21px;
    padding: 12px 10px 12px 10px;
    border-top: 4px solid #ffffff;
}

.product_tabs .nav-item .active {
    background: #b09e66;
    color: #ffffff;
    font-weight: 600;
    border-color: #ffffff;
    border-top: 4px solid #000000;
}

.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 {
}

.info-contact p {
    line-height: 16px;
    color: #000;
}

.info-contact span {
    display: block;
    /* padding: 4px 0px; */
    line-height: 10px;
    margin-bottom: 7px;
}

.info-contact span i {
    color: #ffffff;
    font-size: 17px;
    vertical-align: -2px;
    width: 35px;
    /* height: 25px; */
    line-height: 20px;
    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: 1em;
    }

    .information_page .list-unstyled {
        column-count: 2;
        border-left: 0px solid #f9af00;
        border-right: 0px solid #f9af00;
        margin-bottom: 1em;
    }

    .account_page {
        text-align: left;
    }

    .account_page .list-unstyled {
        border-right: 0px solid #f9af00;
        margin-bottom: 1em;
    }
}

.powered {
    text-align: left;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #000000;
    font-size: 12px;
    color: #a4a4a4;
}

.social {
    margin-top: 10px;
}

.social i {
    font-size: 17px;
    color: #ffffff;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 37px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    background: #3c3c3c;
}

.social i:hover {
    background: #00bcd4;
    color: #fff;
}

.newsletter_form {
}

.newsletter_form .btn {
    display: inline-block;
    width: 90%;
    border: 0px;
    border-radius: 0px;
    padding: 6px 0px;
    background: #ffffff;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

@media (max-width: 575px) {
    .newsletter_form .btn {
        display: inline-block;
        width: 100%;
        border: 0px;
        border-radius: 0px;
        padding: 4px 0px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
        background: #03a9f4;
    }
}

.newsletter_form input {
    border-radius: 30px;
    border: 0px;
    text-align: center;
}

@media (max-width: 7575px) {
    .newsletter_form input {
        border-radius: 0px;
        border: 1px solid #000000;
        text-align: center;
        margin-bottom: 10px;
    }
}

.slide_prev {
    position: absolute;
    left: 55px;
    top: 40%;
    transform: translateY(-40%);
    width: 50px;
    height: 50px;
    border: 2px solid #2b882b;
    text-align: center;
    line-height: 50px;
    border-radius: 0%;
    background: #fff;
    font-size: 30px;
    color: #2b882b;
    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: 40%;
    transform: translateY(-40%);
    width: 50px;
    height: 50px;
    border: 2px solid #2b882b;
    text-align: center;
    line-height: 50px;
    border-radius: 0%;
    background: #fff;
    font-size: 30px;
    color: #2b882b;
    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: uppercase;
    font-weight: 600;
    color: #a2a2a2;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    top: 5px;
}

.delivery_limit {
    font-size: 13px;
}

.header_btn_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .header_btn_block {
        margin-top: 9px;
    }
}

.info-group-log {
    font-size: 25px;
    color: #3b81dc;
    cursor: pointer;
}

.info-group-log.dropdown-toggle::after {
    display: none;
}

.wish_total {
    position: relative;
    top: -11px;
    right: 9px;
    width: 22px;
    height: 22px;
    background: #fe121a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    display: inline-block;
}

.wishlist_header-btn i {
}

.wishlist_header-btn {
    color: #3b81dc;
    font-size: 25px;
    display: flex;
}

@media (max-width: 1200px) {
    .wishlist_header-btn {
        margin-right: 0px;
        color: #3b81dc;
        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: 24px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.module_title span {
    width: 30px;
    background: #003d78;
    height: 2px;
    margin-right: 10px;
    border-radius: 10px;
}

@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;
    }
}

.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: #e8e8e8;
    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: #ffffff;
    padding: 5px 0px;
    overflow: hidden;
    margin: 2px !important;
    border-radius: 4px;
    box-shadow: 0 4px 11px -11px #000;
}

.box-info h5 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    color: #091009;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    font-family: 'Asap', sans-serif;
}

.box-info p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}

.box-info img {
    margin: 0 15px 0 auto;
    position: relative;
    /* Safari 6.0 - 9.0 */
    max-width: 35px !important;
}

@media (max-width: 1200px) {
    .box-info {
        text-align: center;
        line-height: 12px;
        padding: 5px 5px;
        box-shadow: none;
        overflow: visible;
        margin: 0px !important;
        border: 0px;
        min-height: 50px;
    }

    .box-info h5 {
        margin: 0px 0px 2px 0px;
        font-size: 9px;
        color: #091009;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Asap', sans-serif;
    }

    .box-info p {
        font-size: 11px;
        color: #000;
        font-weight: normal;
        overflow: hidden;
        text-align: left;
        font-family: 'Asap', 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: 1em 0px 1em 0px;
    background: #fff0;
}

@media (max-width: 575px) {
    .butobannerbutobanner {
        margin: 1em 0px 0em 0px;
    }
}

.remove-product {
    background: transparent;
    border: none;
    color: #9a9a9a;
    outline: none !important;
    padding: 0px;
    cursor: pointer;
}

.btn-checkout {
    background: #222222;
    color: #fff;
    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: #3985e0;
    transition: .5s;
    color: #fff;
}

.border-bottom-dashed {
    border-bottom: 1px solid #ddd;
}

.red {
    color: #dd3024;
}

.cart-col {
    line-height: 15px;
    font-size: 13px;
}

.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: 1px 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;
    border-color: #000000;
}

.filter-categorybox label {
    margin-bottom: 0px;
    padding-right: 5px;
    color: #000;
    position: relative;
    top: 0px;
}

.filter-categorybox button {
    border: 1px solid #ffffff;
    background: #fff;
    padding: 0px 0px 0px 10px;
    margin-left: 0px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px;
    color: #d2d2d2;
}

.filter-categorybox button i {
    font-size: 25px;
}

.filter-categorybox .active {
    background: #ffffff;
    color: #3984df;
}

.top_info_categ {
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 5px 25px 0px;
    /* -webkit-box-shadow: 0 2px 12px -4px rgb(0 0 0 / 10%); */
    /* box-shadow: 0 2px 12px -4px rgb(0 0 0 / 10%); */
}

@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 {
    background: #fff;
    padding: 15px;
    border-bottom: 2px solid #ea1b25;
}

.description-category p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px
}

.product-list .product_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 24%;
    max-width: 32%;
}

.similars_section .product-list .product_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 24%;
    max-width: 24%;
}

@media (max-width: 575px) {
    .product-list .product_image {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

.product-list .product_image .image {
    text-align: center
}

.product-list .product_image .image img {
    width: 90%;
    height: 220px;
}

@media (max-width: 575px) {
    .product-list .product_image .image img {
        width:90%;
        height: 200px;
    }
}

.product-list .all-info-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    border-left: 1px solid #ddd
}

@media (max-width: 575px) {
    .product-list .all-info-product {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 10px;
        border-left: 1px solid #ddd
    }
}

.product-list .product-thumb .image a {
    display: inline-block
}

.categ_title {
    font-weight: 600;
    font-size: 30px;
}

.pagination {
    margin: 20px 5px 10px 5px;
    text-align: center;
    justify-content: center;
}

.pagination li a {
    border: 1px solid #303030;
    margin: 0 5px;
    background: #ffffff;
    color: #000;
    padding: 5px 10px;
    border-radius: 0px;
    display: inline-block;
}

.pagination li span {
    border: 1px solid #000000;
    margin: 0 5px;
    padding: 5px 11px;
    background: #222222;
    color: #fff;
    border-radius: 0px;
    display: inline-block;
}

.result-text {
    font-size: 14px;
}

.category_products {
    background: rgb(63 81 181 / 10%);
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 0px;
    -webkit-box-shadow: 0 2px 12px -4px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 12px -4px rgb(0 0 0 / 10%);
}

.all-subs {
    max-height: 555px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0px 0px;
}

.all-subs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.all-subs::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.all-subs::-webkit-scrollbar-thumb {
    background-color: #000000
}

.category_products a {
    display: block;
    padding: 5px 13px;
    text-transform: capitalize;
    transition: .3s;
    line-height: 8px;
    color: #000;
    font-size: 13px;
}

.sub_categ_3 {
    padding-left: 45px !important;
}

.category_products a:hover {
    text-decoration: underline;
    transition: .3s
}

.active_category {
    font-weight: 700
}

.sub_categ {
    padding-left: 25px!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-cod {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    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: block;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
}

.review-title {
    margin-bottom: 4px;
    font-size: 12px;
    color: #ababab;
}

.product-page-price {
    margin: 5px 0px;
}

.product-page-price .price-old {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
}

.product-page-price .percent-discount {
    font-size: 20px;
    color: #000;
}

.product-page-price .price-new {
    display: block;
    color: #e60f17;
    font-weight: 700;
    font-size: 39px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.percent-discount {
    font-size: 14px;
    color: #000;
}

.price-prod {
    display: block;
    color: #d02a22;
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.discount-tag {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #e60000;
    background-size: cover;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0px;
    z-index: 10;
}

.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: 2px solid #d7610c;
    font-weight: 700;
}

input[type='checkbox']:checked + .culoare>img {
    border: 2px solid #17a2b8;
    font-weight: 700;
}

.culoare>img {
    border: 2px solid #ededed;
    padding: 2px;
    cursor: pointer;
    border-radius: 100px;
    height: 35px;
}

@media (max-width: 575px) {
    .radio-mobile {
        /* height: 40px !important; */
    }
}

.radio-check>span {
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    border: 1px solid rgb(245, 245, 245);
    width: auto;
    height: 35px;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 0px;
    min-width: 55px;
    background: rgb(245, 245, 245);
}

input[type='radio']:checked + .radio-check>span {
    background: #ffffff;
    color: #000;
    border: 1px solid #4acc6e;
    width: auto;
    height: 35px;
}

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: 35px;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    border-radius: 0px;
    min-width: 50px;
    background: #eee;
    opacity: .7;
    align-items: center;
    padding-bottom: 3px;
}

.indisloloaa:before {
    content: "X";
    position: absolute;
    font-size: 40px;
    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: 0px 0px;
    background: #ffffff;
}

.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 {
    color: #fff;
    letter-spacing: 0px;
    transition: .1s;
    padding: 13px 10px;
    border: 1px solid rgb(74, 204, 110);
    background-color: rgb(74, 204, 110);
    border-radius: 4px;
    font-size: 23px;
    font-weight: 600;
    line-height: 33px;
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}

.adcart i {
    font-size: 30px;
    vertical-align: -1px;
    margin-left: 10px;
    font-weight: 300;
}

.adcart:hover {
    background: #000000;
    border: 1px solid #000000;
    transition: .1s;
    color: #fff;
}

.wish-add a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px;
    cursor: pointer;
}

.support-product {
    font-weight: 600;
    color: #000000;
}

.red {
    color: #dd3024;
}

.tab-section {
    background-color: #f7f7f7;
    padding: 5px 0px;
}

.tab-section .nav-tabs .nav-link {
    background: transparent;
    padding: 0px;
    margin: 10px 20px 10px 0px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0px;
    font-size: 20px;
    border: 0px;
    border-top: 4px solid #f5050500;
}

@media (max-width: 575px) {
    .tab-section .nav-tabs .nav-link {
        background: transparent;
        padding: 0px;
        margin: 10px 20px 10px 0px;
        font-weight: 600;
        color: #000;
        letter-spacing: 0px;
        font-size: 14px;
        border: 0px;
    }
}

.tab-section .nav-tabs .nav-link.active {
    color: #ea1b25;
    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: 30px;
}

.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: 2em;
    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;
}

.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;
}

.product_image_section:hover .next-my-slider {
    right: 25px;
    opacity: 1;
}

.btn-left {
}

.btn-right {
}

.description_zone {
    font-size: 16px;
}

.description_zone p {
    font-size: 16px;
}

.manufacturer {
    color: #222222;
    padding: 7px 10px 5px 0px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 2px solid #eeeeec;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.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: #f1f1f1;padding: 30px 0px;}

.similars_title {
    font-weight: 500;
    font-size: 22px;
    color: #222222;
}

.similars_title:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 35px;
}

.similars_title span {
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.wish-item-box {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.sterge-articol {
    color: #929292;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.sterge {
    width: 25px;
    height: 25px;
    line-height: 23px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
}

.block-actualizare {
    align-items: center;
}

.block-actualizare a {
    font-weight: 600;
    color: #000;
    margin-right: 7px;
}

.input-cantitate {
    text-align: center;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px 14px;
}

.pret-cart {
    color: #76a102;
    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: #ed7bac;
    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: #ed7bac;
    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: #3985e0;
    border: 0px;
    color: #fff;
    font-weight: 600;
    padding: 8px 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.btn-register {
    cursor: pointer;
    background: #e0e0e0;
    border: 0px;
    color: #000000 !important;
    padding: 8px 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.register-pag {
    background: #fff;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 0px 10px -3px rgb(147 147 147 / 31%);
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
    /* margin: 15px; */
}

.register-pag input {
}

.register-pag select {
}

.register-pag h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.register-pag legend {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.register-pag .form-group {
    margin-bottom: 7px;
}

#account {
    margin-bottom: 30px;
}

#address {
    margin-bottom: 30px;
}

.register-btn {
    background: #76a102;
    border: 0px;
    padding: 8px 20px;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.edit-adress {
    color: #1d341d !important;
    border: 2px solid #ffffff;
    padding: 2px 20px 3px 20px;
    border-radius: 30px;
    background: #fbba00;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.add-adress {
    color: #fff !important;
    border: 2px solid #ffffff;
    padding: 2px 20px 3px 20px;
    border-radius: 30px;
    background: #ff0000;
    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: 26px;
        color: #ffffff;
        cursor: pointer;
        position: relative;
        margin-right: 15px;
        opacity: 0;
    }

    .show_search_bar .fa-times {
        margin-right: 5px;
        font-size: 25px;
        position: relative;
        top: -1px;
        color: #ffffff;
    }
}

.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: 70%;
        position: relative;
        left: 5px;
    }
}

.menu_mobile_bar {
    display: none;
    padding: 0px 20px 0px 20px;
}

@media (max-width: 991px) {
    .menu_mobile_bar {
        font-size: 20px;
        text-align: center;
        display: inline-block;
        line-height: 20px;
        height: 40px;
        position: relative;
        top: 3px;
        margin-right: 0px;
        padding: 0px 5px 0px 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: 31px;
    height: 3px;
    background: #3984df;
    position: relative;
    display: block;
    top: 15%;
    transition: all 0.5s ease;
    margin-bottom: 2px;
    text-align: center;
}

.barcenter {
    width: 25px;
    height: 3px;
    background: #3984df;
    position: relative;
    display: block;
    top: 19%;
    transition: all 0.5s ease;
    margin-bottom: 2px;
}

.barbottom {
    width: 30px;
    height: 3px;
    background: #3984df;
    position: relative;
    display: block;
    top: 22%;
    transition: all 0.5s ease;
    /* margin-bottom: 2px; */
}

.menu-text {
    font-size: 9px;
    position: relative;
    display: block;
    top: 18%;
    color: #3984df;
    font-family: 'Asap', sans-serif;
}

.categ-btn {
    background: #3984df;
    width: 100%;
    margin: 10px 5px 0px 5px;
    color: #fff;
    text-align: center;
    padding: 8px 0px 8px 0px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 20px;
}

.filter-btn {
    display: block;
    width: 100%;
    margin: 10px 5px 20px 5px;
    background: #f8a62a;
    color: #000;
    text-align: center;
    padding: 8px 0px 8px 0px;
    border-radius: 0px;
    font-weight: 700;
}

.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: #f3f3f300;
        padding: 15px 10px;
    }
}

.mobile_slider {
    height: 155px;
    background-size: cover;
    background-position: center;
}

#addCart {
    background: rgb(34 34 34 / 78%);
}

#addCart .modal-footer {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
}

#addCart .modal-body {
}

#addCart .modal-content {
    border-radius: 0px;
    border: 0px;
    border-bottom: 0px solid #222222;
}

.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: #4acc6e;
    display: block;
    color: #fff !important;
    padding: 5px 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 2px 0px;
}

.contiuneshop {
    background: #222;
    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: 26px;
        color: #3b81dc;
        cursor: pointer;
        margin: 0px 20px 0px 0px;
    }
}

.on_mob {
    display: none;
}

@media (max-width: 575px) {
    .no_mob {
        display: none;
    }

    .on_mob {
        display: inline-block;
        color: #3b81dc;
    }
}

.header_table {
    background: #ddd;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 10px 0px;
    margin: 0px;
    text-transform: none;
}

.content_table {
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 5px 0px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    align-items: center;
    line-height: 15px;
    transition: .5s;
}

.content_table:hover {
    background: #ece7d2;
    cursor: pointer;
}

.content_table p {
    margin-bottom: 0px;
    font-weight: 400;
    color: #afadad;
}

.content_table .col-4 {
    padding: 0px 5px;
}

.header_table .col-4 {
    padding: 0px 5px;
}

.order_info {
    margin-bottom: 10px;
}

.inf_order_del_table {
    background: rgb(226 205 126 / 16%);
    margin: 15px 0px 15px 0px;
    padding: 15px 0px;
    border-bottom: 3px solid #e2cd7e;
}

.inf_order_del_table p {
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    color: #5a5a5a;
}

.inf_order_del_table table {
    margin-bottom: 0px;
}

.inf_order_del_table .table-bordered td, .table-bordered th {
    border: 1px solid rgb(222 226 230 / 0%);
}

.left_info {
    border-left: 1px solid #d4d4d4;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .left_info {
        border-top: 1px solid #d4d4d4 !important;
        padding-left: 0px;
        border-left: none;
        padding-top: 10px;
        margin-top: 20px;
    }

    .info_order {
        padding: 10px 10px;
    }

    .info_order h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 600;
        color: #000;
    }
}

.wish_row {
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 22%);
    padding: 10px;
    margin: 20px 0px 20px 0px;
    align-items: center;
}

.order_products_table {
    background: rgb(251 247 234);
}

.order_products_table tfoot {
    background: rgb(180 158 86 / 15%);
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.order_products_table .table {
    margin-bottom: 0px;
}

.order_products_table .table-bordered td,.table-bordered th {
    border: 0px solid #dee2e6;
    padding: 15px 15px;
    border-bottom: 2px solid #ffffff;
    color: #000;
}

.order_products_table thead {
    background: #e2cd7e;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.order_again {
    border: 1px solid #fff;
    padding: 4px 20px 5px 20px;
    background: #fff;
    border-radius: 30px;
    color: #345e35;
    font-weight: 400;
    text-transform: uppercase;
}

.order_statuses {
    background: #eee;
    padding: 10px;
    margin-top: 20px;
}

.order_statuses p {
    margin-bottom: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    line-height: 30px;
    color: #000;
}

.order_statuses i {
    color: #e2cd7e;
    font-size: 20px;
    vertical-align: -2px;
    width: 25px;
    text-align: center;
}

.order_statuses span {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.info_horizontal_scroll {
    display: none;
}

@media (max-width: 991px) {
    .info_horizontal_scroll {
        display: flex;
        margin-bottom: 13px;
    }
}

.info_horizontal_scroll img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.info_horizontal_scroll p {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.slide_prev_featured {
    position: absolute;
    right: 36px;
    top: 0px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 4px 18px -8px #000;
    background: #3984df;
    border: 1px solid #fff;
}

.slide_next_featured {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background: #3984df;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 4px 18px -8px #000;
    border: 1px solid #fff;
}

.title_arrow {
    position: relative;
    margin-bottom: 5px;
}

.product_listing {
    margin-top: 20px;
}

.product_thumb {
    background: #fff;
    align-items: center;
    padding: 10px;
    margin: 0px;
}

.product_description {
    color: #a5a5a5;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
    height: 35px;
    overflow: hidden;
}

/* Start modul taburi */
.tab_featured_section {
    margin: 4em 0em;
}

.tabs_col {
    text-align: right;
}

.row_products_tab {
    align-items: center;
    overflow: hidden;
    background: #f8f9fa;
}

.right_side {
    max-height: 390px;
    overflow: hidden;
    padding-right: 3em;
    padding-left: 3em;
}

.all_product_tabs {
    margin-top: 15px;
    background: #fff;
    padding-right: 10px;
}

.box_right_prod {
    padding: 20px 10px 20px 0px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    margin: 0px;
    transition: all .5s ease-in-out;
}

.box_right_prod:last-child {
    border-bottom: 0px solid #ddd;
}

.tab_arrows {
    display: inline-block;
    margin-left: 20px;
}

.categ_tab {
    font-size: 14px;
    color: #888;
    border: 2px solid #3985e0;
    background: #ffffff;
    border-radius: 30px;
    padding: 3px 10px;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    transition: .5s;
}

.row_first {
    align-items: center;
}

.categ_tab:hover {
    border: 2px solid #3985e0;
}

.active_tab {
    color: #fff;
    border: 2px solid #3985e0;
    background: #3985e0;
}

.main_product {
    padding: 5em 15px;
    border-right: 1px solid #ddd;
}

.prev_categ_tab {
    color: #000;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    height: 60px;
    top: 45%;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 60px;
    width: 35px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .2s ease-in-out,left .2s ease-in-out,visibility .2s ease-in-out,opacity .1s ease-in-out;
    transition: right .2s ease-in-out,left .2s ease-in-out,visibility .2s ease-in-out,opacity .1s ease-in-out;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.next_categ_tab {
    color: #000;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    height: 60px;
    top: 45%;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 60px;
    width: 35px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .2s ease-in-out,left .2s ease-in-out,visibility .2s ease-in-out,opacity .1s ease-in-out;
    transition: right .2s ease-in-out,left .2s ease-in-out,visibility .2s ease-in-out,opacity .1s ease-in-out;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.sale_percent_main {
    line-height: 22px;
    border-radius: 0px;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    transition: .5s;
    background: #ea1b25;
    width: 55px;
    margin-bottom: 10px;
}

.products_from_tab {
    transition: .5s;
}

/* End  modul taburi */
.categ_mod_tit {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: black;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #f7f7f7;
}

.back_page {
    border: 1px solid #c0c4d2;
    padding: 2px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #2121219c;
    cursor: pointer;
}

.banner_categ_img {
    margin-bottom: 10px;
    border-radius: 5px;
}

#tab-specification table tr:nth-child(odd) td{
           background: #e1e1e1;
}
#tab-specification table tr:nth-child(even) td{
            background:#fff;
}

#tab-specification .table-bordered td, .table-bordered th {
    border: 1px solid #ffffff;
}

#tab-specification .table td, .table th {
    padding: 5px;
}

.product-thumb table tr:nth-child(odd) td{
           background: #e1e1e1;
           width: 80%;
}

.product-thumb table tr:nth-child(even) td{
            background:#fff;
}

.badge {
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}

.mon {
	border-radius: 5px;
	font-weight: 700;
}

.mon:hover {
	background: #00000036;
	border-radius: 5px;
	font-weight: 700;
	text-decoration:none;
}

li.lim {
	width:100px;
}

.minw {
	width:100px;
	min-width: 100px;
	padding: 2px 0px;
}

.lim button {
	padding: 3px 2px;;
}

button.language-select:hover {
	color:#fff;
	text-decoration:none;
}

.titlekit {
	font-size: 15px;
	margin-top: 18px;
}

.owl-prev span {
	font-size: 23px;
	color: #fff;
	position: absolute;
	top: -20px;
	right: 25px;
	background: #003c79;
	width: 20px;
	height: 20px;
	line-height: 14px;
}

.owl-next span {
	font-size: 23px;
	color: #fff;
	position: absolute;
	top: -20px;
	right: 0;
	background: #003c79;
	width: 20px;
	height: 20px;
	line-height: 14px;
}

.wrap {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
	border: 1px solid #eeeeee;
	border-radius: 10px;
}

.wrap:hover {
    color: #fff;
    background: #3985e0;
    background-image: linear-gradient(to right,#4a60c1 10%,#3985e0);
}

.boxcontact {
	padding: 20px 5px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 27px;
	min-height: 140px;
}

.btnw {
	background: #003c79;
	border-color: #003c79;
	font-size: 20px;
	padding: 10px 20px;
	color: #fff;
	margin-top: 3px;
	display: inline-block;
}

.taxet {
	padding-left: 26px;
}

.taxet li {
	position:relative;
}

.taxet li:after {
	position:absolute;
	background-image: url(../image/tick.png);
	width: 17px;
	height: 17px;
	content:"";
	z-index: 0;
	left: -26px;
	background-size: contain;
	background-repeat: no-repeat;
}

.palet {
	font-size:20px;
	color:#003c79;
}

.qc-price, .qc-total {
	width: 110px;
	text-align: center !important;
}

li.pdf i {
	color:#ff0000;
}

li.pdf {
	font-size: 17px;
	line-height: 50px;
	display: inline-block;
	border: 1px solid #ff2222;
	padding: 0px 15px;
	border-radius: 5px;
}

li.pdf:hover {
	border: 1px solid #fbba00;
}

.fon {
	font-size: 22px;
	line-height: 30px;
}

.product_tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border-top: 4px solid #000000;
}

.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-list .product_name a {
	font-size:20px;
	line-height:20px;
}

span.btn-cos {
	padding: 4px 15px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid rgb(74, 204, 110);
	background-color: rgb(74, 204, 110);
	color: #fff;
	height: 40px;
	line-height: 30px;
	border-radius: 5px;
	font-weight: 700;
}

.product-grid .product_name {
	max-height: 40px;
	min-height: 40px;
	text-align: center;
	padding: 0px 10px;
} 

span.btn-cos:hover {
	background: #3984df;
	color: #fff;
	padding: 4px 15px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #3984df;
}

span.favo {
    color: #000;
    cursor: pointer;
}

span.favo:hover {
    color: #d7610c;
    cursor: pointer;
}

span.compa {
    color: #000;
    cursor: pointer;
}

span.compa:hover {
    color: #0f9979;
    cursor: pointer;
}

.vento {
	min-height: 38px;
	overflow:hidden;
	max-height: 38px;
	padding: 0px 10px;
}

.article-box {
	background:#fff;
	border-radius: 4px;
}

a.title {
	font-weight:700;
	font-size:20px;
	line-height:20px;
}

.btn-article {
	background: #00a982;
	border-color: #00a982;
}

.bg_orange {
	background: #fafafa;
}

.denumiri_h {
	font-size:15px;
}

.info-group-log i, .cart_btn i {
	margin-right: 10px;
}

span.cosu {
    margin-left: 6px;
    margin-top: 8px;
    color: #1a903b;
}

.product-presentation h3 {
	font-size:20px;
}

.et_promotie {
	bottom: 5px;
	position:absolute;
	left: 5px;
	color:#fff;
	background: #e208709c;
	display: inline-block;
	padding: 0 5px;
	font-size: 17px;
	line-height: 24px;
}

.et_nou {
	top: 5px;
	position:absolute;
	right: 5px;
	color:#fff;
	background: #fe121a;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	font-weight: 700;
}

.bg-black {
	background:#131313;
}

.footer_top {
	color:#fff;
	font-size: 26px;
}

.beneficii_product {
	font-weight: 400;
}

.beneficii_product li {
	margin-bottom:5px;
}

.beneficii_product i {
	color:red;
}

.option_name {
	font-weight: 6;
	/* display: flex; */
}

span.option_pret {
	font-size: 14px;
	font-weight: 600;
}

.common-home header {
	width:100%;
	z-index: 9;
	box-shadow: 0 2px 10px -5px #dadada00;
}

.search-input:focus {
	background-color:transparent !important;
}

.categ-icon h2 {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	bottom: 0px;
	font-weight: 700;
}

.mon span {
	color:#000;
}

.meniu_categorii a {
	color: #000 !important;
	border: none;
	line-height: 16px !important;
}

.meniu_categorii a:hover {
	color: #df1919 !important;
	border: none;
}

span.cau {
	color:#fff;
	font-size: 25px;
	margin-right: 25px;
}

.powered a {
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	font-size: 13px !important;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
    color: #2e2e2e;
}

.cc-window.cc-floating {
    padding: 1em;
    max-width: 14em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-color-override--1033558147.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(230 230 230) !important;
}

.Breadcrumbs {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 10px;
	padding-bottom: 2px;
}

.Breadcrumbs-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}

.Breadcrumbs-listItem {
    display: inline;
}

.Breadcrumbs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.Breadcrumbs::-webkit-scrollbar {
    width: 1px;
	height:2px;
    background-color: #f5f5f5;
}

.Breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #666;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3984df!important;
    border: 2px solid #3984df!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px!important;
}


.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

a.informatii {
	padding: 5px 0px !important;
	color:#000 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -39px !important;
}

.cont_client {
	float:left;
	margin-right:10px;
}

.cont_client ul {
	margin-bottom:0px;
}

.cont_client li {
	font-size:14px;
	line-height:14px;
}

li.contul_clientului {
	font-weight:700;
}

.special-section0 {
	padding: 40px 0px 50px 0px;
	background: #f7f7f7;
}

.special-section0 .module_title {
	color: #000;
}

.imagine_pret img {
	margin:0 auto;
}

a.solicita_oferta {
	border:2px solid #000;
	font-size:15px;
	font-weight:700;
	line-height:16px;
	padding: 4px 3px;
	border-radius: 4px;
	color: #000;
}

.product-thumb:hover a.solicita_oferta {
    border: 2px solid #000;
	background:#000;
    color: #fff;
}

span.title_ps {
	font-size: 19px;
	font-weight:700;
	line-height: 29px;
}

span.telefon {
	font-size:40px;
	line-height:40px;
	font-weight:700;
}

.solicita_oferta_produs {
	float: left;
    display: inline-grid;
    text-align: left;
}

.btn_pret {
	border: 2px solid #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
	padding: 4px 10px;
	border-radius: 4px;
	color: #000;
	display: block;
	max-width: 250px;
	background: #fff;
}

.btn_pret:hover {
	border: 2px solid #000;
	color: #fff;
	background: #000;
}

p.sau {
	text-align: center;
    background: #000;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    max-width: 70px;
}

.bov {
	border:1px solid #000;
}

.drop-logged {
	left: calc(16% - 88px) !important;
}

span.stoc__epuizat {
	border-radius: 20px;
	border:2px solid #ff0000;
	color: #ff0000;
	font-size:12px;
	padding: 3px 10px;
}

span.stoc__limitat {
	border-radius: 20px;
	border: 2px solid #ff9800;
	color: #ff9800;
	font-size:12px;
	padding: 3px 10px;
}

span.stoc__disponibil {
	border-radius: 20px;
	border: 2px solid #4acc6e;
	color: #4acc6e;
	font-size:12px;
	padding: 3px 10px;
}

.categ-icon:hover img {
	border: 1px solid #dedede;
}

.next_categ_tab:hover, .prev_categ_tab:hover {
	box-shadow: 0 0px 8px -5px #000;
	background: #fff;
	color:#000;
}