body {
    position: relative;
}

a:focus, a:hover {
    color: #9494b6;
    text-decoration: none;
}

#btn-search-category:hover {
    background: #9494b6;
}
.product-info-details #button-cart {
    background: #06255B;
}

#top {
   background: #06255B;
}
#top .box-top-left > li > p {
    color: #c6c6c6;
}

header {
    background: #06255B;
}

.header-phone a i {
    color: #9494b6;
}
.header-phone a {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 2.2rem;
    display: block;
    padding: 5px 6px;
    border: solid 1px #414b66;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #444f6d;
}
#logo {
    padding: 2px 0;
}
#logo img {
    max-height: 100px;
}

.wrapper footer {
    margin-top: 4rem;
}
.footer-links .inner {
    padding: 30px 0 0 0;
}
.footer-copyright .inner {
    padding: 8px 0;
}

.footer-links ul.list-unstyled a {
    color: #9494b6;
    text-transform: none;
}
.footer-links ul.list-unstyled a:hover {
    color: #d3d3ff;
    background: #344a71;
    padding-left: 1rem;
}
.footer-links {
    background-color: #06255B;
}
.footer-copyright {
    background-color: #06255B;
}
.footer-links .title {
    color: #f4f4f4;
    font-size: 1.6rem;
}





.scroll-fixed {
    background: #06255B !important;
}

#top #top-links .dropdown-toggle {
   color: #f4f4f4; 
}
#top .social a {
    color: #f4f4f4;
}



.newsletter-full {
    background: #775f53;
    margin-top: 30px;
}
.common-home .newsletter-full {
    margin-top: 80px;
}

.footer-copyright .links > a {
    color: #b7b7b7;
}

#cart .btn {
    background-color: rgba(255,255,255, 0);
    border: none;
}
#cart #cart-total {
    max-width: 82px;
    min-width: 15px;
}

#search-by-category .search-container .categories-container {
    display: none;
}
.col-search {
    position: absolute;
    top: 90%;
    right: 180px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    left: auto;
    max-width: 100%;
    text-align: left;
}
/*.colsrcdesk {
    left: 30%;
}*/
#search-by-category .search-container {
    width: 280px;
}
#search-by-category .search-container #text-search {
    padding: 10px 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 40px;
    padding-right: 0;
    height: 45px;
    font-size: 1.4rem;
    border: 0;
    width: 100%;
    font-weight: 300;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
    color: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#text-search::placeholder {
  color: #f4f4f4;
  opacity: 1;
}

#text-search:-ms-input-placeholder {
  color: #f4f4f4;
}

.btn_srch {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    margin-right: 1.8rem;
}
.btn_srch:hover {
    background: none;
}
.btn_srch:before {
    content: "\f4a4";
    font-family: "Ionicons";
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
    font-size: 2.3rem;
}
.btn_srch.active:before {
    content: "\f2d7";
}

.newsletter-block .newsletter-content .content button:hover {
    background: #9494b6;
}

.footer-copyright .links > a::before {
    background: #797979;
}

.breadcrumbs {
    margin-bottom: 2rem;
    margin-top: 0rem;
}

.ajax-result-list .caption {
    text-align: center;
}
.ajax-result-list .caption h4 {
    font-size: 1.1rem;
}
.ajax-result-list .caption .price {
    font-size: 1.1rem;
}


.product-thumb .product-item .caption h4 a {
    text-transform: none;
}
.list-categories .list-group-item,
.breadcrumb > li > a {
    text-transform: none;
}
#content > h1 {
    text-transform: none;
}

.block-title .title {
    text-transform: none;
}

.product-info-details {
    overflow: visible;
    position: relative;
}
.product-info-details ul.list-unstyled {
    padding-top: 0;
    margin: 0;
}
#product h3 {
    margin-top: 10px;
}


.qty_nr {
width: 50px;
height: 46px;
display: inline-block;
text-align: center;
font-size: 1.4rem;
color: #222;
margin: 0px 0px 0px 8px;
border: 1px solid #dd963e !important;
border-radius: 3px;
-webkit-border-radius: 3px;
background: #fff;
padding: 4px 4px;
}
.qty_nr_act {
    background: #dd963e;
    color: #fff;
}

.quantity_c input[type="number"] {
    -moz-appearance: textfield;
}
.quantity_c input.qty_nr {
    width: 40px;
}
.quantity_c .qty-nav {
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}


.label_1 {
    font-weight: 700;
    display: block;
    background: #775f53;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border: 0px solid #000000;
    font-size: 1.4rem;
}

.modal-content .modal-body {
    font-size: 1.3rem;
}

.slick-prev, .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-slide {
    position: relative;
}
.slick-slide .content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    width: 73%;
    display: block;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #fff;
}
.slider-container {
    border-radius: 0;
}

.slide_bg {
    background-color: #333;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    height: 500px;
}
.slide_overlay {
    background-color: rgba(0,0,0,0.14);
    mix-blend-mode: darken;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.slide-title h3 {
   color: #fff;
   margin-top: 0;
}
.sub-title h3 {
   color: #fff;
   margin-top: 0;
}

.cart-dropdown-menu-close {
    right: 5px;
}

.w-v1 {
    width: 70% !important;
}

.product-info-details #product .form-group .control-label {
    text-transform: none;
}

/*.opt_den {
    font-size: 1.1rem;
}
.opt_den span {
    display: inline-block;
    padding: 3px 7px 4px 7px;
    background: #dfdfdf;
    color: #595959;
    font-size: 1.2rem;
    line-height: 1.2rem;
}*/
.opt_den {
    font-size: 1.6rem;
    font-weight: 400;
    color: #06255B;
}
.opt_den span {
    display: inline-block;
    color: #06255B;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
}


.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    width: 100%;
}
/*.modal-open .modal {
    overflow: hidden;
}*/
#modal_qty_ok #qty_label {
    color: #06b000;
}
#modal_qty_big #qty_label {
    color: #ff0f0f;
}


a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #9494b6;
}


.btn-add-ballotin {
    margin: 10px 0;
    margin-right: 0px;
    margin-right: 10px;
    padding: 15px;
    min-width: 300px;
    line-height: 25px;
    text-transform: uppercase;
    width: auto;
    clear: left;
    float: left;
    border: 0;
    background: #9494b6;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: var(--heading-font);
    max-width: 100%;
}

.product-image-details-inner {
    background: #f0f0f0;
    padding: 15px;
    border: solid 1px #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.at-label {
    display: none;
}
.product-info-details #product .btn-group {
    float: left;
}

.result_min_admis {
    font-size: 2.2rem;
    font-weight: 500;
}
.result_weight {
    font-size:2.4rem;
    color: #e80303;
}
.result_weight_ok {
    color: #00bb38;
}
.result_volum {
    font-size:2.2rem;
    color: #e80303;
    font-weight: 500;
}
.result_volum_ok {
    color: #00bb38;
}
.result_qty {
    font-size:2.2rem;
    font-weight: 500;
}
.opt_row .img-thumbnail {
   padding: 0;
   max-height: 100px;
}

#cart .dropdown-menu {
    padding: 3rem 3rem 2rem 1.5rem;
    overflow-x: hidden;
}
.cart-dropdown-menu-close {
    z-index: 3;
}

.toler_1 {
    font-size: 1.1rem;
}


.top-menu .header-phone {
    text-align: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    align-items: center;
}

#wishlist-total:hover::before,
#wishlist-total:hover span.text-wishlist {
    color: #e8b87d;
}

#cart > .btn:hover::before,
#cart > .btn:hover {
    color: #e8b87d;
}


.price {
    font-weight: 300;
    font-size: 1.7rem;
    color: #06255B;
}
.price .price-new {
    color: #06255B;
}
.price .price-old {
    color: #999;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.6rem;
}
.product-thumb .product-item .caption h4 a {
    color: #06255B;
    font-weight: 400;
    font-size: 1.6rem;
}


.block-title .title {
    font-size: 4rem;
    text-transform: capitalize;
    color: #06255B;
}

.product-thumb .product-item:hover {
    border-color: #939393;
}

.product-thumb .product-item .image a img {
    display: inline-block;
}

.product-thumb .button-group {
    border: 1px solid #939393;
    border-top: 0;
    background: #fff;
}

.lineaction button:before{content: "\f110";font-family: "Ionicons";font-size: 2.4rem;display: inline-block;vertical-align: top;line-height: inherit;}
.lineaction button.button-wishlist:before{content:"\f388";}
.lineaction button.button-compare:before{content:"\f4a8";}




.product-info-details .price {
    font-size: 3rem;
}

.product-info-details #button-cart {
    font-size: 1.8rem;
}
.btn {
    font-weight: 300;
}

.product-thumb .button-group button {
    color: #939393;
    border: 1px solid #939393;
}
.product-thumb .button-group button:hover {
    border: none;
}

button, .btn, .btn-primary {
    color: #fff;
    background-color: #06255B;
    border-color: #06255B;
}
button:hover, .btn:hover, .btn-primary:hover {
    color: #fff;
    background-color: #9494b6;
    border-color: #9494b6;
}


.product-info-details-more .nav-tabs > li > a {
    font-size: 1.9rem;
}
.newsletter-block .newsletter-content .content button {
    font-size: 1.9rem;
}


.product-thumb .product-item .button-cart_no:before {
    content: "\f30f";
}


.product-category {
    background: #fff;
}
.background-full {
    background: #fff;
}


/*.tabs-product .tabs-style .nav-tabs > li.active > a > .image-thumb img {
    -webkit-filter: none;
    filter: none;
}*/



.acco1 {
    margin: 0;
}
.acco1 .fa-user {
    font-size: 2rem;
}
.acco1 .dropdown .dropdown-toggle {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
}


#wishlist-total .txt-count,
#cart .txt-count {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1.1rem;
    background: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    top: -12px;
    font-weight: 700;
    left: 24px;
}
#wishlist-total,
.box-setting > button {
    background: none;
    border: none;
    -webkit-border-radius: 0px;
}
.box-setting > button {
    color: #f5f5f5;
}
.box-setting > button::before {
    content: "\f213";
}
.mobile-layout .col-search {
    margin-top: 10px;
}

.acco2 .dropdown a.dropdown-toggle {
    color: #f4f4f4;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.acco2 #wishlist-total {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0;
}
.acco2 #cart .dropdown-toggle {
    float: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0;
}
.acco2 #cart .btn:before {
    width: auto;
}
.acco2 #wishlist-total .txt-count,
.acco2 #cart .txt-count {
    top: -8px;
    left: 6px;
}
.acco2 .dropdown a.dropdown-toggle .fa:before {
    font-size: 2.3rem;
}
#wishlist-total::before,
#cart > .btn::before {
    color: #f4f4f4;
    font-size: 2.3rem;
}

.scroll-fixed {
    opacity: 1;
}

.tabs-product .tabs-style .nav-tabs > li > a {
    color: #06255B;
}

.scroll-fixed #logo img {
    max-height: 7rem;
}

.top-menu {
    margin-top: 0px;
}
.scroll-fixed #logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsletter-notification.error {
    color: #ffd5d5;
}


.bx_relat {
    background: #f6f6f6;
    margin-top: 3rem;
    padding-bottom: 6rem;
}
.bx_relat .block-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.bx_relat .block-title .title {
    font-size: 3rem;
    text-transform: none;
}
.bx_relat .related-products .product-thumb .product-item {
    border: 1px solid #e5e5e5;
}
.bx_relat .related-products .product-thumb .product-item:hover .button-group {
    border-width: 1px;
    left: -1px;
    right: -1px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.locatii .panel-title a {
    display: block;
    position: relative;
}
.locatii .panel-title a:after {
    font-family: 'FontAwesome';
    content: '\f068';
    float: right;
}
.locatii .panel-title a.collapsed:after {
    font-family: 'FontAwesome';
    content: '\f067';
    float: right;
}

.tabs-product .tabs-style .nav-tabs > li.active > a > .image-thumb {
    background: #06255B;
}

.tabs-product .tabs-style .nav-tabs > li > a > .image-thumb {
    border: 3px solid #06255B;
}

.block-title .title::after {
    background: #06255B;
}

.tabs-product .tabs-style .nav-tabs > li > a:hover,
.tabs-product .tabs-style .nav-tabs > li.active > a {
    color: #9494b6;
}

.tabs-product .tabs-style .nav-tabs > li > a > span {
    font-weight: 400;
}

/*.layer-category {
    max-width: 1170px;
}
.layer-pg {
    max-width: 1170px;
}*/

#so_sociallogin .login .form-group hr {
    margin-bottom: 2px;
}
#so_sociallogin .btn-facebook {
    width: 100%;
}
#so_sociallogin h2 {
    margin-top: 0;
    font-size: 2.5rem;
}


.parteneri .bx_static {
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
    text-align: center;
}
.parteneri .static_titlu {
    font-size: 4rem;
    text-transform: capitalize;
    color: #06255B;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    color: var(--link-hover-color);
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    line-height: 1.1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.parteneri .static_titlu h2 {
    font-size: 4rem;
}
.parteneri .static_titlu:after {
    content: "";
    width: 90px;
    height: 4px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.parteneri .static_desc {
    font-style: italic;
    font-size: 2rem;
}
.parteneri .brand-logo {
    text-align: center;
    margin-top: 20px;
    padding: 10px 5px;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}

.footer-copyright .text-powered a {
    color: #eee;
}

#product-category {
    margin-top: 0px;
}
.product-category .breadcrumb {
    margin-bottom: 0px;
}


.block-title {
    margin-bottom: 20px;
    margin-top: 15px;
}


.home_mt_mb_1 {
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.home_mt_mb_2 {
    margin-top: 0;
}
.home_mt_mb_3 {
    margin-top: 2rem;
}

hr {
    margin-top: 7px;
    margin-bottom: 7px;
}

#btn-search-category {
    background: #738bb5;
}


.separator_1 {
    display: inline-block;
    height: 1px;
    line-height: 1px;
    width: 40%;
    background-color: #2a4473;
    margin: 0;
}


.cnct_1 {
    color: #d5d5d5;
}
.cnct_1 > div {
    position: relative;
    padding-left: 50px;
    margin-top: 1.2rem;
}
.cnct_1 > div:before {
    content: "\f455";
    position: absolute;
    font-family: "Ionicons";
    font-size: 4rem;
    color: #ccc;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.cnct_1 > div.tel:before {
   content: "\f4b8";
}
.cnct_1 > div.ema:before {
    content: "\f422";
}
.cnct_1 > div.orar:before {
    content: "\f4be";
}
.cnct_1 label {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}
.cnct_1 p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}


.cnct_2 {
    color: #424242;
}
.cnct_2 > div {
    position: relative;
    padding-left: 50px;
    margin-bottom: 2.5rem;
}
.cnct_2 > div:before {
    content: "\f455";
    position: absolute;
    font-family: "Ionicons";
    font-size: 4rem;
    color: #ccc;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.cnct_2 > div.tel:before {
   content: "\f4b8";
}
.cnct_2 > div.ema:before {
    content: "\f422";
}
.cnct_2 > div.orar:before {
    content: "\f4be";
}
.cnct_2 label {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}
.cnct_2 p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}


.footer-links .title {
    font-weight: 700;
}
.newsletter-block .newsletter-content .content button {
    text-transform: none;
}

.nwl_footer .newsletter-block {
    padding: 0;
    display: inline-block;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-gap: 30px;
    align-items: center;
}
.nwl_footer .newsletter-block .newsletter-title {
    display: inline-block;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-gap: 30px;
    align-items: center;
    padding-bottom: 2rem;
}
.nwl_footer .newsletter-block .newsletter-title .title {
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
    line-height: 1.1;
    display: none;
}
.nwl_footer .newsletter-block .newsletter-title .title:before {
    content: "\f2c3";
    font-family: "Ionicons";
    font-size: 3.8rem;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}
.nwl_footer .newsletter-block .newsletter-content .content button {
    background: #9494b6;
    padding: 0 15px;
}
.nwl_footer .newsletter-block .newsletter-title p {
    color: #9494b6;
}




.frm_contact {
    background: #f6f6f6;
    padding: 1.5rem;
}

.social-groupu {}
.social-groupu .static_titlu h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.social-groupu .cnct_1 {
    color: #606060;
}
.social-groupu .cnct_1 > div::before {
    color: #775f53;
}

.lgn_col h2 {
    margin-top: 0;
}


.ajax-body-login h2 {
    padding-bottom: 1rem;
    font-size: 1.8rem;
}
.ajax-body-login h3 {
    font-size: 1.7rem;
}

.date_info {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.banner_1 {
    background-color: #f9d4a9;
}
.fixed_banner_2 {
	background-image: url(rhein.jpg);
	background-position: bottom center; 
	background-repeat: no-repeat; 
	background-size:cover; 
	background-attachment:fixed;
}

.thb_cat {
    background: #f7f7f7;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #ececec;
    text-align: center;
}
.thb_cat_title {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: .5rem;
}

.prod_options .form-group .radio .img-thumbnail,
#product .form-group .radio .img-thumbnail {
    max-height: 35px;
}
#productu .form-group .control-label {
    font-weight: 700;
}

.row_bg_1 {
    background: #f1f3f7;
    padding: 2rem 0 5rem 0;
}

.txt_optio {
    font-size: 1.8rem;
    font-weight: 500;
}
.txt_optio2 {
    font-size: 1.7rem;
    font-weight: 500;
}

.rez_thb_1 {
    margin: 0;
}
.rez_thb_1 img {
    max-height: 170px;
}
.rez_pm_1 {
    padding: 0 15px;
}
.rez_pm_2 {
    padding: 0 15px;
}
.rez_pm_3 {
    padding: 3px 0 15px 0;
}
.rez_btn_1 {
    margin-top: 15px;
}

div.frgrp.required .control-label:before {
    display: none;
}

/* Quantity plus minus
 ========================================================*/
.lineaction .quantity .quantity-control {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    min-width: 120px;
}
.lineaction .quantity .quantity-control input.form-control {
    float: left;
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.lineaction .quantity .quantity-control span {
    width: 33px;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
}
.lineaction .quantity .quantity-control span:hover {
    background-color: #efeded;
    cursor: pointer;
}

/* ----- */

.rcb2b .caption h4 {
    margin-top: 0;
    margin-bottom: 3px;
}
.rcb2b .image img {
    max-height: 250px;
}

.rcb2b .product-thumb {
    padding-bottom: 11px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px;
}

.lineaction .button-group {
    position: relative !important;
    float: none !important;
}
.lineaction .quantity {
    margin-bottom: 5px;
}
.lineaction .button-wishlist {
    margin-bottom: 4px;
}

.lineaction button {
    border: none;
    padding: 4px 8px;
    font-size: 1.3rem;
}

#cart .cart-image img {
    max-height: 40px;
}
#cart .dropdown-menu .cart-info p {
    margin-top: 0.1rem;
}
#cart .cart-info a {
    font-size: 1.2rem;
}
#cart .dropdown-menu .table-striped > tbody > tr {
    margin-bottom: .4rem;
    padding-bottom: .4rem;
}

#cart .dropdown-menu > li {
    padding-top: 0;
}
#cart .dropdown-menu > li:last-child:not(:first-child) p {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: .3rem;
}
#cart .dropdown-menu > li:last-child p > a {
    line-height: 3.1rem;
    border: 2px solid #272727;
    background: #272727;
    color: #fff;
}
#cart .dropdown-menu {
    padding: 1rem 1rem 2rem .5rem;
    max-width: 35rem;
}

/* ------------ */
#cart_block {
    border: solid 1px #ccc;
    padding: .6rem;
}
#cart_block .btn {
    line-height: inherit;
    padding: .5rem .5rem;
    font-size: 1.3rem;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
#cart_block .cart-info a {
    font-size: 1.2rem;
}
#cart_block .table > tbody > tr > td {
    line-height: 1;
    padding: 5px;
}
#cart_block .table {
    margin-bottom: 5px;
}
#cart_block .table.totals {
    font-size: 1.3rem;
}
#cart_block .button-cart-remove {
    background-color: #D90000;
}
#cart_block .cart-info p {
    font-size: 1.2rem;
}

.cart-block-total {
    font-weight: 700;
}
.cart-block-total span {
    font-weight: 400;
    color: #737373;
}

/* ---- */
.b2b_table .img-responsive {
    max-width: 35px;
}
.b2b_table {
    font-size: 1.3rem;
}
.b2b_table > tbody > tr > td {
    vertical-align: middle;
}
.b2b_table h4 {
    font-size: 1.3rem;
    margin: 0;
}
.b2b_table h4 a {
    color: #004d7b;
}
.b2b_table h4 a:hover {
    color: #007cc6;
}
.b2b_table .price {
    font-size: 1.3rem;
}
.b2b_table .quantity-control input[type="text"].form-control {
    max-width: 40px;
}
#column-left .list-categories-content {
    font-family: 'Barlow Condensed', sans-serif;
}




/*-----------------------------------------
Media
-------------------------------------------*/
@media (max-width: 1199.98px) {
    #logo {
        padding-left: 3.5rem;
    }

}

@media (max-width: 991.98px) {
    .col-search {
        margin-top: 0;
    }
    #logo img {
        max-height: 60px;
    }
    .scroll-fixed #logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .scroll-fixed #logo img {
        max-height: 60px;
    }
    .product-thumb .price {
        margin-bottom: 12px;
        font-weight: 700;
    }
}

@media (max-width: 767.98px) {
    .scroll-fix {
        padding-bottom: 5rem;
    }
    .col-search {
        top: 100%;
        -moz-transform: translateY(-15%);
        -webkit-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
        left: auto;
        text-align: center;
        display: block;
        width: 100%;
    }
    .col-search {
        right: auto;
    }
    #search-by-category .search-container {
        width: auto;
    }
    .search-content {
        background: #06255B;
    }
    .scroll-fixed {
        padding-bottom: 0;
    }
    .w-v1 {
        width: 100% !important;
    }
    .th_img, .td_img {
        display: none;
    }
    .breadcrumbs {
        margin-bottom: 1rem;
    }
    .ajax-body-login .logout-success {
        width: 300px;
        margin-left: -150px;
    }
    
    
    .fixed_banner_2{
        display: none;
    }
}

@media (max-width: 575.98px) {
    .slide_bg {
        height: 280px;
    }
    .slick-slide .content {
        bottom: 0px;
        padding: 10px;
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .slick-slide .btn-default {
        padding: .2rem 1.5rem;
    }
    .slide-title h3 {
       font-size: 2rem;
       margin-bottom: .3rem;
    }
    .sub-title h3 {
        font-size: 1.7rem;
        margin-bottom: .4rem;
    }
    #btn-search-category {
        line-height: 35px;
    }
    #search-by-category .search-container #text-search {
        height: 35px;
    }
    .block-title {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .static-middle-store1 {
        margin-top: 30px;
    }
    .static-bottom-store1 {
        margin-top: 30px;
    }
    .background-full {
        padding-bottom: 20px;
    }
    .brand-logo {
        margin-top: 30px;
    }
    .block-title .title {
        font-size: 3rem;
    }
    .product-info-details {
        margin-top: 0;
    }
    .product-info-details .price {
        font-size: 2.8rem;
    }
    #productu h3 {
        font-size: 1.9rem;
    }
    .product-info-details-more .tab-content {
        padding: 20px 0 0 0;
    }
    .social-group {
        padding: 30px 0;
    }
    #account-account #column-right {
        margin-top: 2rem;
    }
    .common-home .newsletter-full {
        margin-top: 30px;
    }
    .home_mt_mb_2 {
        margin-top: 2rem;
    }
    .home_mt_mb_3 {
        margin-top: 0rem;
    }
    .mobile-menu .ul-top-items .li-top-item {
        padding-bottom: 1.1rem;
    }

}

@media (max-width:479px) {
    #logo {
        padding-left: 6rem;
    }
}

@media (max-width: 419.98px) {
    
}

@media (min-width: 420px) {}

@media (min-width: 576px) {
    .col-cart {
        margin-top: -10.5px;
    }
}
@media (min-width: 768px) {
    .col-search {
        display: none;
    }
    #search-by-category .search-container #text-search {
        background-color: #eee;
        color: #333;
    }
    #text-search::placeholder {
        color: #666;
        opacity: 1;
    }
    #text-search:-ms-input-placeholder {
        color: #666;
    }
    .form-horizontal .control-label {
        text-align: left;
    }
    .footer-links .btn-group {
        text-align: center;
        border: solid 1px #8a8a8a;
        padding: 1rem;
    }
    .footer-links .dropdown-menu {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .rcb2b .image img {
        max-height: 64px;
    }
    /*#cart .dropdown-menu {
        display: block;
    }
    #cart .dropdown-menu {
        box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.75);
    }*/
    .cart-dropdown-menu-close {
        display: none;
    }
}

@media (min-width: 1200px) {
    header .box-inner {
        border-bottom: solid 1px #414b66;
    }
    .article-image {
        float: left;
        width: 40%;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .article-description {
        width: 56%;
        float: right;
    }
    
    
}
