@font-face {
    font-family: 'BebasNeue';
    src: url('/assets/fonts/BebasNeue/BebasNeue-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/assets/fonts/BebasNeue/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/assets/fonts/BebasNeue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/assets/fonts/BebasNeue/BebasNeue-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/assets/fonts/BebasNeue/BebasNeue-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
body {
    /*font-family: 'BebasNeue';*/
    font-family: Futura,Century Gothic,Gill Sans,Helvetica,Arial,sans-serif!important;
    font-weight: 400;
}
/* header */
main{
    min-height: 42.4vh;
}
.sweet-alert button 
{
    padding: 9px 10px !important;
}

.navbar-brand-centered
{
    text-align: center;
        float: unset;
}
.categories_path p
{
    font-size: 20px;

}
.navbar {
    min-height: 200px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.category-section
{
        margin-top: 60px;   
        width: 100%;
}
.navbar .container-fluid.c1560 {
    min-height: inherit;
}

.nav>li {
    font-size: 22px;
    color: #181818;
}
.navbar-default {
    background: #fff;
}

.navbar-default .navbar-collapse {
    margin-top: 40px;
}
.navbar-brand {
    height: initial;
    margin-top: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #181818;
    padding-bottom: 5px;
    position: relative;
}
.navbar-default .navbar-nav>li>a.active:before {
    content: "";
    height: 3px;
    background: #f03e45;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #f03e45;
    background-color: transparent;
}

.navbar-right{
	padding-right: 20px;
}

.dropdown-content {
    width: 100%;
    height: 205px;
    position: absolute;
    top: 201px;
    right: 0;
    /*background-color: #f1f1f1;*/
    background-color: rgba(241, 241, 241, 0.92);
    display: none;
    height: auto !important;
    min-height: 69px;
    z-index: 9999;
}

.dropdown-content-categ {
    display: none;
}
.dropdown-content .categ {
    float: left;
    min-width: 100px;
    margin-top: 10px;
}
.dropdown-content .categ a {
    font-size: 20px;
    color: #181818;
    text-decoration: none;
    position: relative;
}
.dropdown-content .categ ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.dropdown-content .categ a:hover {
    text-decoration: none;
}

.dropdown-content .categ a.active::before {
    content: "";
    height: 3px;
    width: 100%;
    background: #f03e45;
    position: absolute;
    bottom: -3px;
}
.dropdown-content .categ .lvl2-categ {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 3px;
    margin-right: 20px;
}
.subtitle {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 3px;
    margin-top: 14px;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

.subtitle::before {
    content: "";
    height: 3px;
    width: 100%;
    background: #f03e45;
    position: absolute;
    bottom: -3px;
}
.new-product {
    width: 100%;
    height: calc(100vw / 8.34);
    background: #fff;
    margin-bottom: 5px;
    padding: 7px;
    position: relative;
    -webkit-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.38);
    -moz-box-shadow: px 2px 15px -4px rgba(0,0,0,0.38);
    box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.38);
}

.new-product .product-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
.new-product .img-product {
    max-height: calc((100vw / 8.34) - 70px);
    margin: 0 auto;
    display: block;
    max-width: 145px;
    object-fit: contain;
    height: inherit;
}

.new-product .discover {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: none;
    
}

.new-product:hover .discover {
    display: block;
}
.product-row {
    display: block;
    min-height: 60px;
    width: 100%;
}
.product-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    -webkit-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.38);
    -moz-box-shadow: px 2px 15px -4px rgba(0,0,0,0.38);
    box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.38)
}
.product-img img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}
.product-row h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

.product-row h3 a {
    color: #000;
    text-decoration: none;
}
.see-more {
    font-size: 18px;
    float: right;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    text-decoration: none;

}

.see-more:hover {
    text-decoration: none;
}

.see-more i {
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.search-box {
    max-width: 490px;
    width: 100%;
    min-height: 500px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.input-wrapper {
    position: relative;
}
.search-box input[type="text"]{
    height: 40px;
    width: 100%;
    padding-right: 34px;
    padding-left: 10px;
    font-size: 18px;
}
.search-box .search-icon {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 22px;
    cursor: pointer;
}

.search-results .product-row h3 {
    font-size: 18px;
}
.see-all-results {
    text-transform: none;
}
.search-results .see-more {
    font-size: 16px;
    display: block;
    text-align: right;
    float: none;
}

.search-results .see-more i {
    font-size: 10px;
}
.search-results {
    margin-top: 10px;
    margin-top: 10px;
    /*padding-bottom: 10px;*/
    /*border-bottom: 2px solid #a1a1a1;*/
}
.search-categs {
    display: flex;
    justify-content: space-between
}
.search-categs .categ {
    width: 100px;
    
}
.search-categs .categ img {
    width: 100%;
    -webkit-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.38);
    -moz-box-shadow: px 2px 15px -4px rgba(0,0,0,0.38);
    box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.38)
}

.categ h3 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}

.wrapper-search {
    width: 100%;
    position: relative;
}

.close-toggle {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 21px;
    color: #000;
}

/* index */
.main-banenr {
    /*background-image: url(./assets/img/main-banner.jpg);*/
    width: 100%;
    /*height: calc(100vw / 2.97);*/
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.main-banenr img{
    display: block;
    height: auto;
    width: 100%;
}

.main-banner-t {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5490);
    margin-top: 0px;
    position: absolute;

}
.my-account-wrapper {
    position: relative;
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

.create-account {
    background-image: url(/assets/img/bg-register.jpg);
    min-height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-left: 35px;
}

.login {
    background-image: url(/assets/img/bg-login.jpg);
    min-height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.no-logged-in {
    padding-top:50px;
    padding-bottom: 50px;
}

.no-logged-in .close-toggle {
    top: -30px;
    right: 20px;
}  
.create-account {
    margin-bottom: 50px;
}
.create-account h3, .create-account h4 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 0px;
}

.create-account p {
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin-bottom: 0px;
}
.creat-account {
    margin-top: 50px;
}
.btn {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 50px;
}

.btn-brown {
    background-color: #ddbf9f;
}

.login {
    padding-top: 40px;
    padding-left: 35px;
}

.login p {
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin-bottom: 10px;  
}
.login h3, .login h4{
    font-size: 35px;
    font-weight: bold;
    margin-top: 0px;
}
.btn-black {
    background-color: #000;
}
.login-form {
    margin-bottom: 20px;
}
.login-form input {
    max-width: 240px;
    display: inline-block;
    margin-right: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin-bottom: 10px;
}

.fb {
    background-color: #4267b2;
}

.google {
    background-color: #4285f4;
}

.fb, 
.google {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    position: relative;
    margin-right: 5px;
    width: 47%;
    max-width: 270px;
    padding: 8px 10px 8px 35px;
}
.fb i,
.google i {
    position: absolute;
    left: 10px;
    font-size: 22px;
}

.google img {
    background: #fff;
    position: absolute;
    left: 9px;
    width: 23px;
}

.psw-reminder {
    text-align: left;
    font-size: 12px;
}

.psw-reminder a {
    font-size: 13px;
    color: #4267b2;
    text-decoration: underline;
}

.account-links {
    list-style: none;
    padding-left: 0px;
    min-height: 30px;
    float: right;
    margin-top: 17px;
}
.account-links li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    
}
.account-links li:first-of-type {
    padding-left: 0px;
}
.account-links li:last-of-type {
    padding-right: 0px;
}
.account-links li a {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 3px;
    color: #000;

    position: relative;
}
.account-links li a {
    text-decoration: none;
    text-transform: uppercase;
}
.account-links li a.active::after {
    content: "";
    height: 3px;
    width: 100%;
    background: #f03e45;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.account-links li a:hover::after {
    content: "";
    height: 3px;
    width: 100%;
    background: #f03e45;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.cat-cart a img {
    width: 100%;
   
}

.cat-cart {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: calc(100vw / 4);
}

.cart-drop {
    padding-top: 30px;
    padding-bottom: 30px;
}

.car-categ-title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 0;
    margin-left: 13px;
}


.my-cart h3, .my-cart h4{
    font-size: 35px;
    font-weight: 600;
    color: #101010;
    margin-top: 0px;
}

.item-img {
    width: 100px;
    height: 100px;
    float:left;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.row-item {
    width: 100%;
    min-height: 110px;
    border-bottom: 1px solid #000;
    margin-top: 20px;
}

.product-info {
    height: 100px;
    float: left;
    width: calc(100% - 200px);
    padding-left: 10px;
}

.product-info h4 {
    font-size: 25px;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 0px;
}
.product-info h4 a {
    text-decoration: none;
    color: #101010;
    text-transform: uppercase;
}
.product-code {
    color: #888888;
    font-size: 12px;
    font-weight: bold;
    /*font-family: 'Open Sans', sans-serif;*/
}

.product-code span {
    text-transform: uppercase;
}

.marime {
    color: #888888;
    font-size: 16px;
    font-weight: bold;
    /*font-family: 'Open Sans', sans-serif;*/
}

.marime span {
    border: 1px solid #888888;;
    padding-left: 2px;
    padding-right: 4px;
    color: #000;
    font-weight: bold;
}

.product-price {
    max-width: 100px;
    float: right;
    min-height: 100px; 
    position: relative;
}

.product-price p {
    font-size: 20px;
    font-weight: bold;
}
.product-price a {
    position: absolute;
    bottom: 0;
    right: 0;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #ba2626;
    font-weight: bold;
}

.cart-items {
    /*overflow-y: scroll;*/
    height: 390px;
}

.view-all-items p {
    font-size: 20px;
    text-align: right;
    margin-top: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}
.view-all-items p a:hover {
    text-decoration: none;
}
.view-all-items p a {
    color: #000;
}
.find-out:hover {
    text-decoration: none;
    color: #fff;
}
.find-out {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 230px;
    color: #fff;
    background: #101010;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 4px;
    width: max-content;
    padding: 2px 14px;
}

.social-media {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 8px 0 10px;
    background: rgba(255, 255, 255, 0.7);
    

}
.social-media li a {
    color: #000;
    font-size: 30px;
}

.categ-1 {

}

.categ-pic {
    width: 100%;
    height: 645px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 30px;
}
.categ-pic:hover .overlay {
    opacity: 1;
}
.categ-pic:hover  h2 {
    display: none;
}
.categ-pic h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
    z-index: 2;
}
.categ-pic h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
    z-index: 2;
}
.p-slider-text{
     position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
    z-index: 2;
}
.categ-center
{
    background-position: center; 
}

.just-link {
    margin-bottom: 30px;
}

.overlay {
	position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all  ease-out 0.2s;
    -moz-transition: all  ease-out 0.2s;
    -o-transition: all  ease-out 0.2s;
    transition: all  ease-out 0.2s;
}

.overlay .categ a {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}
.overlay .categ ul {
    list-style: none;
    padding-left: 20px;
}
.overlay .categ ul li a {
    font-size: 25px;
}

.categs-acordion .panel-default,
.categs-acordion .panel-default>.panel-heading,
.categs-acordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: transparent;  
    background-color: transparent;
    border-color: transparent;
}

.categs-acordion .panel-default>.panel-heading {
    color: #fff;
    padding: 0px;
    
}
.categs-acordion .panel-default>.panel-heading .panel-title {
    font-size: 44px;
    font-weight: bold;
    /*font-family: 'BebasNeue';*/
}

.categs-acordion .panel-default>.panel-heading .panel-title a {
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
}

.categs-acordion .panel-default>.panel-heading .panel-title a[aria-expanded]:before {
    content: "";
    height: 4px;
    width: 0%;
    background-color: #ed1b24;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all  ease-out 0.2s;
    -moz-transition: all  ease-out 0.2s;
    -o-transition: all  ease-out 0.2s;
    transition: all  ease-out 0.2s;
}
.categs-acordion .panel-default>.panel-heading .panel-title a[aria-expanded="true"]:before {
    width: 150%;
}
.overlay-categs {
    padding-left: 0px;
    list-style: none;
}

.overlay-categs li a {
    font-size: 25px;
    color: #fff;
}

.categs-acordion {
    margin-left: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.centered-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.no-decoration {
    text-decoration: none!important;
}

.advantages-section {
    min-height: 160px;
    border-bottom: 5px solid #ddbf9f;
    background-color: #e4d4c2;
    width: 100%;
    margin-bottom: 30px;

}

.advantages {
    display: flex;
    justify-content: space-between;
}
.advantage {
    width: 230px;
    height: 125px;
    /*font-family: 'Open Sans', sans-serif;*/
    text-align: center;
}

.advantage img {
    margin-top: 33px;
    margin-bottom: 5px;
    text-align: center;

}

.advantage p {
    /*font-family: 'Open Sans', sans-serif;*/
}
.new-items h2, .new-items h1, [class*="sc_rtg_rec_id_"] .title-text {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.new-items .custum-title-p {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.item-c {
    /* width: 364px; */
    height: 450px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    padding: 15px;
    margin:10px;
}
.item-c a { 
    color: #101010;
}
.item-c a:hover {
    text-decoration: none;
}
.item-c h3 { 
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    min-height: 60px;
    text-transform: uppercase;
}
.item-c img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.item-c span {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.item-c span sup {
    text-decoration: line-through;
}
.item-c span sup.item-pret-recomandat
{
     text-decoration:none;
     color: #888;
     font-weight: normal;
}

.new-items-c .owl-nav {
    position: absolute;
    top: 47%;
    width: 100%;
}

.new-items-c .owl-prev {
    float: left;
    position: relative;
    left: -20px;
}


.new-items-c .owl-next {
    float: right;
    position: relative;
    right: -20px;
}

.new-items-c .owl-nav button.owl-next, 
.new-items-c .owl-nav button.owl-prev {
    font-size: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #101010;
    outline: none;
}

.item-b {
    height: 230px;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    margin:10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-b img {
    width: 90%!important;
    margin:0 auto;
}

footer {
    background-color: #101010;
    min-height: 230px;
    padding-top: 50px;
    margin-top: 20px;
}

.footer-item {
    color: white;
    margin-bottom: 10px;
}

.footer-item p {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 12px;
    margin-bottom: 0px;
}

.footer-item p a {
    color: #fff;
}

.logo-footer {
    margin-bottom: 15px;
}

.newsletter h3, .newsletter h4 {
    margin-top: 0px;
    color: #ddbf9f;
    margin-bottom: 0px;
    font-size: 24px;
}

.newsletter p {
    color: #ddbf9f;
    font-size: 14px;
    margin-bottom: 0px;
}
.input-f {
    position: relative;
}

.input-f input {
    width: 100%;
    height: 35px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ddbf9f;
    outline: none;
    /*font-family: 'Open Sans', sans-serif;*/
    padding-right: 135px;
}

.input-f button {
    position: absolute;
    right: 0;
    top: 2px;
    background: transparent;
    border: none;
    color: #ddbf9f;
    font-size: 18px;
}

.newsletter-f p.gdpr {
    font-size: 10px;
    margin-top: 10px;
    color: #5e5e5e;
    /*font-family: 'Open Sans', sans-serif;*/
}

.round {
    position: relative;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #5e5e5e;
    font-size: 10px;
    margin-top: 5px;
  }
  
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 9px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #c2a88c;
    border-color: #c2a88c;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

.checkbox-t {
    position: relative;
    top: -5px;
    left: 9px;
}

.footer-list {
    list-style: none;
    padding-left: 0px;
}

.footer-list li a {
    color: #fff;
    font-size: 15px;
}

.social-footer i {
    margin-right: 4px;
}

.gallery li img {
    object-fit: cover;
    height: inherit;
}
.cosul-meu .title {
    font-size: 35px;
    font-weight: bold;
    color: #000;
}
.cosul-meu .login {
    background: none;
    padding: 0;
}

label {
    font-size: 16px;
    color: #6d6c6c;
    /*font-family: 'Open Sans', sans-serif;*/
}
.cosul-meu ::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}

.cosul-meu   ::-moz-placeholder {
    color: #000;
    font-weight: bold;
}

.cosul-meu  :-ms-input-placeholder {
    color: #000;
    font-weight: bold;
}

.cosul-meu :-moz-placeholder {
    color: #000;
    font-weight: bold;
}
::-webkit-input-placeholder { 
    /*font-family: 'Open Sans', sans-serif;*/
  }
  ::-moz-placeholder { 
    /*font-family: 'Open Sans', sans-serif;*/
  }
  :-ms-input-placeholder { 
    /*font-family: 'Open Sans', sans-serif;*/
  }
  :-moz-placeholder { 
    /*font-family: 'Open Sans', sans-serif;*/
  }

  .create-account-form .form-control {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
    font-weight: bold;
  }

  .form-section {
      margin-bottom: 20px;
  }

  .create-account-form .creat-account{
    margin-top: 0px;
    float: right;

  }

  .cosul-meu .login {
    min-height: 290px;
  }

  .form-group.empty {
      min-height: 38px;
  }

  .create-account-form  input[type="text"],
  .create-account-form  input[type="email"],
  .create-account-form  input[type="password"],
  .create-account-form  select  {
      min-height: 38px;
  }

  .cosul-meu .login-form input {
    min-height: 38px;
  }

  .cosul-meu-page .cart-items {
      height: initial;
      overflow-y: initial;
    
  }
  .cosul-meu-page {
      border-bottom: 1px solid #000;
  }
  .title-head {
      font-size: 22px;
      color: #ddbf9f;
      font-weight: bold;
  }

  .product-price-cart {
      font-size: 26px;
      font-weight: bold;
      float: left;
      color: #be966b;
      margin-bottom: 0px;
      text-align: center;
  }
.item-cart-pret-intrg{
    font-size: 20px;
}
.price-m {
    display: none;
}
  .subtotal {
      color: #000;
  }

  .elimina {
      cursor: pointer;
      font-size: 25px;
      margin-bottom: 0px;
      text-align: right;
  }

  .cosul-meu-heade {
      border-bottom: 1px solid #ddbf9f;
  }
  


  .cosul-meu  .product-info {
    width: calc(100% - 100px);
  }
  .plus-minus {
    display: contents;
    margin: 0 auto;
    max-width: 104px;
  }
.plus-minus span {
    font-size: 20px;
    cursor: pointer;
}
  .cnt {
      width: 50px;
      height: 40px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      padding: 0px;
  }

  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.elimina-cosul-meu-m {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #ba2626;
    font-weight: bold;
    margin-top: 10px;
}

.no-m {
    margin-top: 0px;
}

.subtotal-wrapper .creat-account {
    font-size: 20px;
    padding: 0px 20px;
}

.subtotal-wrapper {
    padding-top: 20px;
}
.costs {
    max-width: 227px;
    float: right;
    width: 100%;
    font-weight: bold;
}
.costs p {
    margin-bottom: 0px;
}
.costs p span {
    float: right;
}
.sub,
.livrare {
    font-size: 22px;
}

.sub span,
.livrare span {
    color: #be966b;
}
.tot {
    font-size: 30px;
}

.info-autentificare {
    /*font-family: 'Open Sans', sans-serif;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.sparator {
    margin-bottom: 10px;
    border-top: 1px solid #000;
    width: 100%;
    max-width: 700px;
}

.selected-address {
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #4d4d4d;
    font-weight: bold;
}
.btn-medium {
    font-size: 16px;
    padding: 8px 25px;
    /*font-family: 'Open Sans', sans-serif;*/
}



.btn-black:focus {
    color: #fff;
}
.btn-black:hover {
    color: #fff;
    background-color: #ae0e15;
    border-color: #ae0e15;
    outline: none;
}
.wrapper-new-address {
    display: none;
    
}

.text_content{
    min-height:50.6vh ;
}



.prod_box_content{
     position: absolute;
    top: 55%;
    left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
}

.categorii_item_c{
	overflow: hidden;
}

.categorii_item_c h3{
	position: relative;
	z-index: 2;

}


.my_acc{
    border-right: 2px solid black;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}


.my_acc i{
    font-size: 20px;
}

.cart_counter i{
    font-size: 20px;
}

.counter_box{
    position: absolute;
    left: 56%;
    top: -17%;
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.counter_box span{
    font-size: 14px;
    font-weight: 600;
    color: white;
}


.navbar-nav>li>a{
    padding-top: 10px;
}


.resp_utilities{
    position: absolute;
    right: 10%;
    top: 7.5%;
    z-index: 100;

}


.resp_menu li{
    list-style-type: none;
    display: inline-flex;
    flex-flow: row nowrap;
}


.resp_menu{
    width: 100%;
}


.resp_menu i{
    font-size: 22px;
    color: black;
}

.my_acc_hidden{
    border-right: 2px solid black;
    margin-right: 10px;
    padding-right: 10px;
}

.cart_counter_hidden{
    margin-right: 10px;
}

.resp_menu a{
    text-decoration: none;
}


.resp_menu span{
    font-weight: 600;
    font-size: 17px;
}



.counter_box_hidden{
    position: absolute;
    left: 85%;
    top: -20%;
    background-color: red;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.counter_box_hidden span{
    font-size: 13px;
    font-weight: 600;
    color: white;
}


.cc-compliance, .cc-highlight{
	width: 300px;
}

.owl-carousel{
	width: 99%;
	margin: 0 auto;
}


.gdpr_cont{
	min-height: 50.6vh;
}

.categ_edit{
	width: 100%;
	height: auto;
	position: relative;
}


.categ_edit img{
	width: 100%;
	height: auto;
	display: block;
}

.no_efect
{
 pointer-events: none;
 opacity: 0.1;
}



/* width */
            ::-webkit-scrollbar {
                width: 8px;
            }

            /* Track  background: #f1f1f1; */
            ::-webkit-scrollbar-track {
                background: none; 
            }
             
            /* Handle */
            ::-webkit-scrollbar-thumb {
                background: #888; 
            }

            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: #555;  
            }
            #_hj-f5b2a1eb-9b07_feedback_minimized, #_hj-f5b2a1eb-9b07_feedback_minimized
            {
                display: none;
            }
        </style>
        <style>

            form div.errors:not(:empty)
            {
                padding: 20px 15px;
                background: #fff;
                color: red;
                border-radius: 10px;
                margin-bottom: 20px;
                /*border: 3px solid red;*/
            }
            form div.success
            {
                color: green!important;
            }
            .error
            {
                border: red solid 1px !important;
            }
            .succes_input
            {
                border: green solid 1px !important;
            }
            label.error
            {
                color: red!important; 
                border:none!important;
            }
            div.error, p.error, label.error, .error label
            {
                color: red !important;
            }
            .error_checkbox
            {
                color: red !important;
            }
            .at4-follow.at4-follow-24 .at4-follow-container
            {
                display: none!important;
            }
            .g-recaptcha
            {
                -moz-transform:scale(0.7);
                -moz-transform-origin:0 0;
                -o-transform:scale(0.7);
                -o-transform-origin:0 0;
                -webkit-transform:scale(0.7);
                -webkit-transform-origin:0 0;
                transform:scale(0.7);
                transform-origin:0 0;
            }
            .no_efect
            {
                opacity: 0.3;
                pointer-events: none;
            }
            .mgb_0
            {
                margin-bottom: 0px!important;
            }
            .disabled-zoom {
                pointer-events:none;       
            }
            .pagination_ul_li_a_active {
                color: #ed1b24 !important;
            }
            .text_info_section_form
            {
                font-size: 20px;
            }
            .mgb_20
            {
                margin-bottom: 20px;
            }
            .mgt_20
            {
                margin-top: 20px;
            }
            .label_form_coler_special
            {
                color:#be966b;
                font-size: 20px;
            }
            .mt115
            {
                margin-top: 115px;
            }
            .font_18
            {
                font-size: 18px;
            }
            .search-right
            {
                float: right !important;
                    font-size: 20px;
            }


/*text -box*/
.principal-box:hover {
    outline-color: #ddbf9f;
}
.principal-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 15px 0;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    outline: 2px dotted transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.principal-box .sliding-wrapper {
    max-height: 250px;
}

.principal-box .sliding-wrapper {
    position: relative;
    max-height: 150px;
    padding-bottom: 5px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.principal-box .sliding-wrapper .text-mask.open {
    opacity: 1;
}

.principal-box .sliding-wrapper .text-mask {
    opacity: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

/*.unit-description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}*/

.principal-box .sliding-wrapper.open {
    max-height: none;
    overflow: visible;
}
.principal-box .sliding-wrapper.open .text-mask {
    opacity: 0 !important;
}

.principal-box .show-more-container {
    display: none;
    margin: 0;
    padding-top: 3px;
    font-size: 12px;
    border-top: 1px solid #bdd6ec;
}
.show-more-container {
    display: none;
    margin: 0;
    padding-top: 3px;
    font-size: 12px;
    border-top: 1px solid rgba(var(--primary-color),.35);
}

/*end text-box */


.new-items h1 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

    .text-seo-box
    {
        min-height: 130px;
    /* border-bottom: 5px solid #ddbf9f; */
    
    /* width: 100%; */
    margin-bottom: 30px;
    font-size: 17px;
    padding: 10px 10px;
    /*font-family: 'Open Sans'!important;*/
    }

.search-results h3 a 
{
    text-transform: uppercase;
}
.custom-all-product
{
    text-transform: none;
}

.item-c .categorii_nou {
    right: 0;
    width: 11%;
    position: absolute;
}
.image-anpc {
    display: inline-flex;
}

.item-item-image img {
    object-fit: cover;
}


/*retargeting*/

/*
.pb-image {
    width: 360px !important;
    display: inline-block;
    background-color: white;
}

.pb-image {
    overflow: hidden;
}

.pb-image {
    height: 450px;

     position: relative;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 9%);
    padding: 15px;
    margin: 10px;
   
}

.rtg-swiper-container .swiper-wrapper .swiper-slide {
    margin: 0px !important;
    width:360px !important;

    
}
*/
.swiper-slide {
    margin: 0px !important;
    height: 360px;
}
.swiper-slide  [class*="pb_rtg_rec"] {
    /* width: 364px; */
    
    position: relative;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 9%);
    padding: 15px;
    margin: 10px;
}
[class*="sc_rtg_rec_id_"] {
    min-width: 100% !important;
}

.swiper-slide .pb-title {
    margin: 0px !important;
    height: auto !important;
    /*font-size: 18px;*/
    font-weight: bold;
    margin-top: 0px;
    
    text-transform: uppercase;
}

[class*="sc_rtg_rec_id_"] .swiper-slide .pb-image {
    height: auto !important;
}
.pb-price span {
    font-size: 65%;
}
