/*
TABLE OF CONTENT
-------------------------------------------------
1- IMPORTS
2- RESET STYLES

12- FOOTER STYLES
14- MEDIA QUERIES
15- BACK TO TOP BUTTON

---------------------------------------------- */


/*========================== 1- IMPORTS =======================*/



/*========================== IMPORTS END =======================*/


/*========================== 2- RESET STYLES =======================*/

html,
body {
    height: 100%;
}

html {}

body {
    background: #dbdcdc;
    color: #6d6e71;
    font-family: 'Roboto', sans-serif;
}
@media (max-width:767px) {
    body {
        padding-bottom: 40px;
    }
}

#wrap {
    height: auto !important;
     margin: 0 auto;
    min-height: 100%;
}

a {
    color: #6D6E71;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none
}

nav ul {
    list-style: none;
}

ul > li {
    list-style: outside none none;
}

hr {
    border: 0;
    border-top: 1px solid #000 !important;
}

input,
select {
    vertical-align: middle;
}

.navbar {
    min-height: 40px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.xs .row-eq-height {
    display: none
}

.np {
    padding: 0 !important;
}

.npl {
    padding-left: 0 !important;
}

.npr {
    padding-right: 0 !important;
}

.nplr {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (max-width: 767px) {
    .nplrx {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.nm {
    margin: 0 !important;
}

.dn {
    display: none !important;
}

.ovh {
    overflow: hidden !important;
}

.flr {
    float: right !important;
}

.fll {
    float: left !important;
}

.ib {
    display: inline-block!important;
}

.w {
    background: #fff;
}

.form-control {
    border-radius: 0;
}
.cr {
    clear: right;
}

/*mozilla only*/

@-moz-document url-prefix() {}


/*end mozilla only*/

/* -- messages container */
.message {
    position:relative;
    float:left;
    width:98%;
    height:100%;
    min-height:90px;
    border-radius: 2px 2px 2px 2px;
    margin:20px 0;
    padding:10px 1%;
    text-align:left;
    box-shadow: 0 0 3px 0 #f4f4f4;
}


.message .sign {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    width:80px;
    padding:5px 0;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

.message .sign i {
    display:block;
}


.message .themessage {
    float:left;
    padding:7px 0 10px 70px;
}

.message .close {
    position:absolute;
    top:0;
    right:0;
    width:15px;
    height:15px;  
}

.message .close a {
    text-decoration:none;
}

.error {    
    background: #F2DEDE;
    border-top:1px solid #EED3D7;  
    border-bottom:1px solid #EED3D7;   
    color: #B94A48;
    width: auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.error a {
    color: #B94A48;
}

.success {  
    background: #DFF0D8;
    border-top:1px solid #D6E9C6;  
    border-bottom:1px solid #D6E9C6;   
    color: #468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.success a {
    color: #468847;
}

.warning {  
    background: #FCF8E3;
    border-top:1px solid #FCF8E3;  
    border-bottom:1px solid #FCF8E3;   
    color: #C09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.warning a {
    color: #C09853;
}

.nottice {  
    background: #D9EDF7;
    border-top:1px solid #D9EDF7;  
    border-bottom:1px solid #D9EDF7;   
    color: #4993C6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nottice a {
    color: #4993C6;
}

/* -- end of nottices containers */

/*========================== END RESET STYLES END =======================*/


/*========================== 3- HEADER STYLES =======================*/

header {
    width: 100%;
    float: left;
}

#header-1 {
    background: #0079C2;
    /*background: url(../images/header-repeat.jpg) repeat-x;*/
    /*height: 57px;*/
}
#header-1 .navbar-default,
#header-2 .navbar-default {
    margin-bottom: 0;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

#header-1 li a {
    color: #ccc;
    display: inline-block;
    padding: 15px 20px 15px 20px;
}


@media screen and (min-width: 768px) {
    /*#header-2 .dropdown-menu {
        top: 100%;
        ;
        padding: 0;
    }*/
    /*#header-2 .dropdown-submenu {
        left: 100%;
    }*/
    
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background: none;
    }
}

#header-2 .dropdown-menu ul li {
    /*padding: 0 15px;*/
}
/* #header-2 .dropdown-menu .dropdown-submenu > .dropdown-menu .dropdown-submenu{
    display: none;
}

.dropdown-submenu {
    position: relative;
    display: none;
} */
.caret_right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
#header-2 .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
#header_desktop {
    padding: 10px 0;
}
/*dropdown*/
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar-nav .dropdown-menu {
    margin-top: 0;
}

.navbar-nav .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar-nav .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.head-c {
    padding-right: 0;
}

#get-aq:hover a {
    color: #000 !important;
    background: #fff !important;
}

#get-aq {
    padding: 7px 16px 0px 0px;
}

#get-aq a {
    color: #fff !important;
    border: 1px solid #ccc;
    padding: 4px 17px 5px 16px !important;
}

.head-quote {
    background: #f0e0e3;
}

.head-quote h2 {
    margin-top: 10px;
}

.hd1-left {
    margin: 0;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.hd1-left li {
    display: inline-block;
    text-align: center;
}

#header-1 .visible-lg {}

#header-2 {
    background: #fff;
}

#header-2 .dropdown-menu li a {
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #919396;
    padding: 15px;
}
@media screen and (max-width: 767px) {
    #header-2 .dropdown-menu li a {
        border-bottom: none;
    }
    #header-2 .dropdown-menu li:last-child {
        border-bottom: none;
    }
}
#header-2 .dropdown-menu li:last-child a {
    border-bottom: none;
}

#header-2 .navbar-left {
    display: none;
    left: -615px;
    position: absolute;
    top: 15px;
}

#header-2 .navbar-left2 {
    display: none;
    left: 9px;
    position: absolute;
    top: -9px;
}

#search-box2 {
    width: 339px;
    background: #fff;
}

#search-box {
    width: 550px;
    background: #fff;
}

.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


/* stop the glowing blue shadow */

.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

#header-2 .navbar-header {
    padding: 15px 0 0 0px;
}

@media screen and (min-width: 768px) {
    .h2l {
        width: 17%;
        text-align: center;
    }
    
    #menu_desktop .h2l:first-child {
        text-align: left;
        width: 3%;
    }
    #menu_desktop .h2l:last-child {
        text-align: right;
        width: 8%;
    }
    .h2l ul {
        margin: 0;
        padding: 0;
    }
    .h2l .ha {
        padding: 25px 0;
    }
}

@media screen and (max-width: 767px) {
    .h2l .ha {
        padding: 25px;
    }
}

.h2l a, .h2l span {
    /*padding: 16px 14px 13px 14px !important;*/
    width: 100%;
    color: #000;
}

.h2l a:hover {
    color: #000;
    font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

.h2l .fa-lg {
    padding-top: 5px;
}

.arrow-submenu {
    width: 217px;
    padding: 4px;
    position: absolute;
    top: -28px;
    height: 30px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    color: #E91B45 !important;
    background: none !important;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.navbar-right {}

.logo-mev {
    margin-top: 0.5em;
}

.navbar-collapse {
    padding: 0
}

.navbar-collapse.in {
    /* padding-left: 15px!important */
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2c3e50
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

#header-desktop button {
    float: left;
    border: none;
    color: #fff;
    padding: 6px;
}

@media screen and (max-width: 767px) {
    #menu_desktop .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 15;
    }
    #menu_desktop .navbar-collapse ul {
        margin: 0;
    }
    #menu_desktop .navbar-collapse ul li {
        width: 100%;
        background: #000;
        border-bottom: 1px solid #fff;
    }
    #menu_desktop .navbar-collapse ul li a {
        color: #fff;
        padding: 11px;
    }
    #menu_desktop .nav .open > a,
    #menu_desktop .nav .open > a:focus,
    #menu_desktop .nav .open > a:hover {
        background-color: #000;
    }
}

#search_mobile {
    margin-left: 2%;
    padding-left: 2px;
    height: 35px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: left;
    padding-left: 2px;
    border-bottom: 1px solid #BBBDBE;
    width: 100%;
}

@media (max-width: 767px) {
    #search_form_m .glyphicon-search {
        position: absolute;
        right: 15px;
        top: 1em;
    }
}

.transport_mobile {
    background: #000;
    text-align: center;
    padding: 10px 0;
}

.comenzi_mobile {
    padding: 10px 0;
}
.comenzi_top {
    margin-top: 15px;
    font-size: 20px;
}

.comenzi_mobile,
.comenzi_mobile a {
    color: #fff;
}

.logo_mobile {
    padding: 7px;
}

#menu_button {
    margin: 0;
}


/*end meniu top*/

@media screen and (min-width: 992px) {
    .animated-scroll-top {
        line-height: 0;
    }
    .animated-scroll-inner {
        margin-top: 113px;
    }
    .animated-scroll-bottom {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .margin-of-mega-menu-scroll {
        margin-top: 16% !important;
    }
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
    display: none;
}

#menu_mobile .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
    display: block;
}

#menu_mobile .dropdown-menu ul {
    padding-left: 10px;
}

#menu_mobile .dropdown-menu ul a {
    width: 100%;
}


/*========================== END HEADER STYLES  =======================*/


/*========================== Homepage STYLES  =======================*/


#home_slider {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
#home_slider .owl-item {
    max-height: 250px;
}
.see_more {
    font-family: 'Roboto', sans-serif;
    background-color: #0079C2;
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 0;
    text-decoration: none;
    transition: all 0.01s ease 0s;
}
@media (max-width: 767px) {
    #home_slider {
        height: auto;
        margin-bottom: 30px;
    }
   .see_more {
    background-color: #8b8048;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    left: 20%;
    margin: 10px 0 0;
    padding: 3px 10px;
    position: absolute;
    text-decoration: none;
    transition: all 0.01s ease 0s;
}
div.owl--text {
    border-radius: 4px;
    color: #fff;
    font-family: Times New Roman;
    font-size: 15px;
    height: 80%;
    padding: 0.5em;
    position: absolute;
    right: 4em;
    text-align: right;
    text-transform: uppercase;
    top: 0.5em;
    width: 9em;
}
}

@media screen and (min-width: 991px) {
    #home_slider {
        min-height: 250px;
    }
    div.owl--text {
        font-family: Times New Roman;
        text-align: right;
        border-radius: 4px;
        color: #fff;
        font-size: 40px;
        height: 8em;
        padding: 0.5em;
        position: absolute;
        right: 1em;
        top: 0.5em;
        width: 13em;
    }
    #home_slider .owl-controls {
        display: none;
        position: absolute;
        top: 45%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    div.owl--text {
         border-radius: 4px;
        color: #fff;
        font-family: Times New Roman;
        font-size: 15px;
        height: 14em;
        padding: 0.5em;
        position: absolute;
        right: 4em;
        text-align: right;
        text-transform: uppercase;
        top: 0.5em;
        width: 16em;
    }
    #home_slider .owl-controls {
        position: absolute;
        top: 30%;
        width: 100%;
    }
    #home_slider .owl-next {
        position: absolute;
        right: 0px;
        background: none;
        font-size: 25px;
    }
    #home_slider .owl-prev {
        position: absolute;
        left: 0px;
        background: none;
        font-size: 25px;
    }
}



.categ_homepage img {
    width: 100%;
}

.categ_homepage {
    margin-bottom: 30px;
    color: #fff;
    height: 370px;
}

@media (max-width: 767px) {
    #home_slider {
        height: auto;
    }
}

.hovereffect {
    cursor: pointer;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 250px
}
@media (min-width: 767px) {
    .hovereffect {
         max-height: 370px;
    }

}

.hovereffect .product_name {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 15px 45px 15px 15px;
}
.hovereffect .product_name h2 {
    font-size: 12px;
}
@media (min-width: 767px) {
    .hovereffect .product_name h2 {
        font-size: 24px;
    }    
}

/*==========================END HOMEPAGE STYLES  =======================*/


/*========================== PRODUCT STYLES =======================*/

.product_container {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 30px 0 30px 15px;
}
#content {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 30px 15px 0px 15px;
}
#content_cart {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.contact_container {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 30px 0 30px 30px;
}
.contact_container .fa-ul li {
    margin-bottom: 10px;
}
.socials_contact {
    list-style: none;
    padding-left: 0
}
.socials_contact li {
    display: inline-block;
    width: 19%;
    color: #000
}
.socials_contact li a {
    color: #000
}
@media (max-width: 767px) {
    .product_container {
        padding: 15px 0;
    }
    .contact_container {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        padding: 30px 0 30px 0px;
    }
    
}

.product_right .btn {
    border-radius: 0;
}

.product_right .btn {
    margin-top: 5px;
}

.product>img {
    max-width: 230px;
}

.color_1 {
    background: #E1D5E3;
}

.color_1:hover {
    background: #E1D5E3;
}

.color_2 {
    background: #F2D2D3;
}

.color_2:hover {
    background: #F2D2D3;
}

.product_right {
    background: #fff;
}


/*#product_title h2:first-letter {
    font-size: 50px
}*/

.product-title h2 {
    color: #808080;
    margin-top: 0;
}

.product-desc {
    margin-bottom: 15px;
}

.product-price {
    font-size: 22px;
    font-weight: bold;
}

.product-stock {
    color: #74DF00;
    font-size: 20px;
    margin-top: 10px;
}

.product-info {
    margin-top: 50px;
}

.prod-right-color .btn {
    height: 25px;
    width: 25px;
}

.prod-right-quantity p {
    font-size: 15px;
    margin: 10px 0 0 30px;
}

.buton_adauga {
    background: #0045C2;
    color: #fff;
}

.prod-right-size .btn {
    padding: 2px 7px;
    background: none;
}


/*.prod-right-buttons .btn {
    text-shadow: none;
    width: 100%;
    color: #fff;
    background: #7f4145;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
}
*/

.prod-right-color .btn:hover {
    background-color: none;
}

.prod-right-buttons .btn:hover {
    opacity: 0.85;
    color: #fff;
}

.prod_right_controler {
    background: #DBDCDC;
    padding: 5px 0;
    width: 103%;
}

.prod_right_how .nav-tabs>li.active>a,
.prod_right_how .nav-tabs>li.active>a:focus,
.prod_right_how .nav-tabs>li.active>a:hover,
.prod_right_how .nav-tabs>li>a:focus,
.prod_right_how .nav-tabs>li>a:hover {
    border-radius: 0;
    color: #000;
    font-weight: bold;
    background: none;
    border-bottom: 2px solid #000;
    border-top: none;
    border-right: none;
}

.prod_right_how .nav>li>a {
    padding: 0;
}
.prod_right_how .nav-tabs>li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #6d6e71;
    padding: 0 10px;
}

.prod_right_how .nav-tabs {
    border: none;
    margin-bottom: 15px;
}

.prod_right_how .nav-tabs>li:first-child>a {
    padding-left: 0;
    border-left: 1px solid #fff;
}

.prod_right_how .tab-pane p {
    font-size: 15px
}

@media (min-width: 768px) {
    .similar_carousel .owl-next {
        position: absolute;
        right: -60px;
    }
    .similar_carousel .owl-prev {
        position: absolute;
        left: -60px;
    }
}


/*768*/

@media (max-width:767px) {
    .similar_carousel .owl-next {
        position: absolute;
        right: -30px;
    }
    .similar_carousel .owl-prev {
        position: absolute;
        left: -35px;
    }
    .prod_right_how .nav-tabs>li {
        width: 100%;
        text-align: center
    }
    .breadcrumb > li {
        display: inline;
    }
}

.outer_popular {
    background: #fff;
    padding: 15px
}

.similar_carousel .owl-controls {
    position: absolute;
    top: 25%;
    width: 100%;
    background: none;
}

.carousel_image_wrapper {
    max-height: 170px;
}

.similar_carousel .owl-item img {
    max-height: 112px;
}

.similar .similar_carousel .owl-nav .owl-prev,
.similar .similar_carousel .owl-nav .owl-next,
.similar .similar_carousel .owl-nav .owl-prev:hover,
.similar .similar_carousel .owl-nav .owl-next:hover {
    background: none;
}

#similar_title {
    margin-bottom: 20px;
}


/* carousel product*/

#slide_cont .owl-stage-outer {
    margin-bottom: 30px;
}

.owl-thumb-item img {
    width: 150px;
    height: auto;
}

#slide_cont #owl-carousel .owl-dot span {
    width: 0;
}

#slide_cont #owl-carousel .owl-item img,
#slide_cont #owl-carousel .owl-dot {
    border: 1px solid #D0D1D2;
}



#slide_cont .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 25%;
    width: 100%;
}

#slide_cont .owl-nav .owl-next {
    background: #fff;
    position: absolute;
    right: -10px;
}

#slide_cont .owl-nav .owl-prev {
    background: #fff;
    position: absolute;
    left: -5px;
}

.breadcrumb {
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #555;
}

.breadcrumb li:last-child a {
    color: #000;
    /* text-decoration: underline; */
    border-bottom: 1px solid #8B8048;
}
.mobile_details .panel-heading, .mobile_details .panel {
    background: #fff;
}.product_mobile .add_div {
    padding: 20px;
    background : #0045C2;
    color: #fff;
    text-align: center;
}
.product_mobile .call_for {
    padding: 20px ;
    background: #000;
    color: #fff;
    text-align: center;
}
.product_mobile .call_for a{
    background: #000;
    color: #fff;
}
.controler_mobile {
    background: #fff;
    padding: 15px 0;
    font-size: 15px;
}

.product_mobile .panel-group .panel + .panel {
    margin-top: 0;
    box-shadow: none;
}
.product_mobile .panel-default > .panel-heading {
    color: #000;
}
.product_mobile .table{
    margin-bottom: 0px;
}
#owl-carousel .owl-dot {
    width: 31%;
}
@media (max-width:767px) {
    #owl-carousel .owl-dot {
    width: 30%;
}
}
#slide_cont .owl-theme .owl-dots {
        text-align: left;
    }
/*********** spinner start *************/

.wan-spinner {
    display: inline-block;
}

.wan-spinner .minus,
.wan-spinner .plus,
.wan-spinner input {
    height: 15px;
    float: left;
    line-height: 1em;
    padding: 9px;
    text-align: center;
}

.wan-spinner input {
    border: 1px solid #dddddd;
    height: 32px;
    margin: 0;
    width: 40px;
}

.wan-spinner .minus,
.wan-spinner .plus {
    color: #333333;
    cursor: pointer;
    height: 32px;
    text-decoration: none;
    width: 43px;
    background: #ccc;
}

.wan-spinner .minus {
    margin-right: 10px;
}

.wan-spinner .plus {
    margin-left: 10px;
}

.wan-spinner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*********** spinner end *************/

.tooltip_confirmation {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1000;
} 
.prod-right-quantity .tooltip_confirmation {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: none;
    left: 2%;
    padding: 10px;
    position: absolute;
    width: 98%;
    z-index: 1000;
}
.go_to_cart {
    display: none;
}
@media (max-width: 767px) {
    .hovereffect .tooltip_confirmation {
        height: 60px;
        padding:10px;
    } 
}
@media (min-width: 768px) {
    .hovereffect .tooltip_confirmation {
        height: 100%;
        padding: 20px;
    }    
    
}
/*========================== end PRODUCT STYLES =======================*/


/*========================== SHOPPING CART STYLES  =======================*/

#shopping_cart .cart_text,
#shopping_cart .ajax_cart_bag,
#shopping_cart .ajax_cart_product_txt,
#shopping_cart .ajax_cart_quantity {
    vertical-align: middle;
    display: inline-block
}

.shopping_cart .cart_block a {
    color: #000;
}

.remove_link {
    color: #CD7881;
}

#shopping_cart_mobile {
    border: none;
    padding: 3px;
    float: left;
}

.shopping_cart {
    position: relative;
    text-align: right;
}

.shopping_cart a {
    color: #fff;
}

.shopping_cart > a:first-child {
    display: inline-block
}

.cart_block {
    text-align: left
}

.cart_block .products {
    border-bottom: 1px solid #dadada;
    padding: 12px 0 12px 0;
    margin-bottom: 5px;
}


/*.cart_block .cart_block_list {
    padding: 8px
}*/

.cart_block .cart_block_list .remove_link {
    display: inline-block;
    float: right;
    height: 12px;
    margin: 0 0 0 4px;
    width: 12px
}

.product_cart td {
    vertical-align: middle;
}


/*.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
    display: inline-block;
    height: 12px;
    width: 12px
}*/

.cart_block .cart-images {
    border: 1px solid #dadada;
    display: block;
    float: left;
    margin-right: 10px
}

.cart_block .quantity-formated {
    display: inline-block;
    min-width: 18px;
    margin-right: 2px
}

.cart_block dt {
    border-top: 1px solid #dadada;
    padding-top: 8px;
    padding-bottom: 8px
}

.cart_block dt.first_item,
.cart_block dt:first-child {
    border-top: none;
    padding-top: none
}

.cart_block dt .price {
    float: right
}

.cart_block dd {
    position: relative
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #444444
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px
}

.cart_block {
    margin: 0;
    padding: 10px 20px;
    display: none
}

.cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}

.cart_block .cart-prices {}

.cart_block .cart-prices {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    margin-bottom: 4px;
    padding-bottom: 10px;
    padding: 10px 0
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none
}

.cart_block .product-atributes {
    padding-bottom: 6px
}

.cart_block .product-atributes a {
    color: #999999
}

#button_visit_cart {
    border-radius: 0;
    background: #808080;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
}

#button_visit_cart:hover {
    color: #000;
}

#header .cart_block {
    position: absolute;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    min-width: 300px;
    padding-top: 5px
}

.shopping_cart:hover #header .cart_block {
    display: block;
}

#header .block_content {
    padding: 0 10px 10px;
    border: 1px solid #E5E5E5;
    background: #fff
}

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
    display: none
}


/*.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    float: right
}*/

.cart_block .cart_block_total {
    display: inline-block;
    margin-top: 6px;
}

#button_order_cart,
#button_back {
    background: #8b8048;
    color: #fff;
}

#button_back {
    float: left;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #button_back {
        float: right;
        margin-bottom: 15px;
    }
}

#button_order_cart:hover,
#button_back:hover {
    opacity: 0.8;
    color: #fff;
}

#button_actualizeaza {
    background: #fff;
    color: #000;
}

#button_actualizeaza:hover {
    opacity: 0.8;
    color: #fff;
    background: #8b8048;
}

.btn-default,
.btn {
    text-shadow: none;
    border-radius: 0;
}

#cart_summary_total {
    border-top: 1px solid #8b8048;
}

#cart_summary_total tr td {
    border: none;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px
}
.product_cart {
    width: 100%;
}
.cart_block table.vouchers tr td {
    padding: 2px
}

.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px
}

.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px
}

.comenzi_top,
.comenzi_top a {
    color: #fff;
}

.menu-focus {
    display: none;
    background: #000 none repeat scroll 0 0;
    height: 150vh;
    position: absolute;
    top: 150px;
    width: 100vw;
    z-index: 22;
}

.close_menu {
    position: absolute;
    font-size: 18px;
    color: #7f4145;
    top: 15px;
    right: 20px;
    padding: 15px;
    cursor: pointer;
}

#search_desktop {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: left;
    padding-left: 2px;
    min-width: 250px;
    border-bottom: 1px solid #BBBDBE;
}

#search_form_d .glyphicon-search {
    float: left;
    right: 20px;
    top: 3px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #search_form .glyphicon-search {
        top: 12px;
    }
}

.shopping_cart_mobile a {
    color: #fff;
}

.shopping_cart_mobile {
    padding: 15px;
}

#cart_summary td,
#cart_summary th,
#cart_summary .cart_unit,
#cart_summary .cart_total,
#cart_summary .cart_delete {
    text-align: center;
    vertical-align: middle;
}

#cart_summary .cart_description {
    text-align: left;
}

#cart_summary thead th {
    color: #fff;
    background: #808080;
    border: none;
}

.cart_product img {
    border: 1px solid #dadada;
}

@media (max-width: 767px) {
    .cart_quantity .wan-spinner .minus {
        margin-right: 0px;
    }
    .wan-spinner .plus {
        margin-left: 0px;
    }
    .wan-spinner input {
        width: 45px;
    }
    .cart_quantity .wan-spinner .minus,
    .wan-spinner .plus {
        background: #ccc none repeat scroll 0 0;
        color: #333333;
        cursor: pointer;
        height: 32px;
        text-decoration: none;
        width: 45px;
    }
}
div.required .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.checkout .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
}
.checkout .tab-content {
    margin-top: 25px;
}
/*========================== END SHOPPING CART STYLES  =======================*/


/*==========================  CATEGORY STYLES  =======================*/

#categ_up {
    background-size: cover;
}

.product img {
    width: 100%;
}

.product {
    margin-bottom: 15px;
    color: #fff;
    padding: 15px;
}

.product:hover {
    background: #fff;
}


.product .hovereffect {
    cursor: pointer;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product .hovereffect .product_bottom {
    bottom: 0;
    font-size: 15px;
    color: #fff;
    position: absolute;
    width: 100%;
    display: none;
}

@media(min-width: 768px)  and (max-width: 991px){
    .product .hovereffect .product_bottom{
        font-size: 11px;
    }
}

.prod_and_price {
    color: #000;
    padding: 15px 0;
    font-size: 15px;
}
@media (max-width: 767px) {
    .product .hovereffect .product_bottom {
        display: block;
    }
    .product {
        background: #fff;
    }
    .prod_and_price {
        padding: 10px;
    }
}
.product:hover .hovereffect .product_bottom {
   display: block;
}
#cat_title {
    font-size: 24px;
}

.see_details {
    padding: 20px ;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.see_details:hover, .product .add_div:hover {
    opacity: 0.8;
}
.product .add_div {
    padding: 20px;
    background : #0079C2;
    color: #fff;
}

.h2l.active .ha {
    font-weight: bold
}
@media (max-width: 767px) {
   .product .hovereffect .product_bottom {
        font-size: 12px;
        
    }
    #cat_title {
        font-size: 15px;
    }
    .product .see_details, .product .add_div {
        padding: 10px;
        font-size: 12px;
    }
    .product_container {
        /* background: none; */
    }
    #slide_cont #owl-carousel .owl-dot.active {
        border: 5px solid #fff; 
    }
}
@media only screen and (max-width: 320px) {
    .product .see_details, .product .add_div {
        padding: 10px;
        font-size: 10px;
    }
}

/* .mobile_details .accordion-toggle:after {
    symbol for "opening" panels
    font-family: 'Glyphicons Halflings';  essential for enabling glyphicon
    content: "\e114";    adjust as needed, taken from bootstrap.css
    float: right;        adjust as needed
    color: grey;         adjust as needed
}
.mobile_details .accordion-toggle.collapsed:after {
    symbol for "collapsed" panels
    content: "\e080";    adjust as needed, taken from bootstrap.css
} */
/*========================== END CATEGORY STYLES  =======================*/


/*==========================  CONTACT STYLES  =======================*/

.send_contact {
    background-color: #8B8048;
    padding: 14px 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 7px 14px;
    text-decoration: none;
    transition: all 0.01s ease 0s;
}

.send_contact:hover {
    opacity: 0.8;
    color: #fff;
}

#success_message {
    display: none;
}


/*========================== END CONTACT STYLES  =======================*/


/*==========================  TERMENI STYLES  =======================*/

.termeni li {
    padding: 15px 0;
}

.termeni_container h3 {
    padding-left: 25px
}


/*========================== END TERMENI STYLES  =======================*/


/*========================== 10- FOOTER STYLES =======================*/

footer {
    background: #0079C2;
    padding: 15px 0;
}

#push {
    /* height: 50px; */
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 12px;
    text-align: right;
}

.footer_links {
    padding: 0;
}

.footer_links li,
.footer_links2 li {
    color: #fff;
    display: inline-block;
}

.footer_links li a,
.footer_links2 li a {
    color: #fff;
}

.footer_links li a,
.footer_links2 li a {
    border-right: 1px solid #fff;
    font-size: 16px;
    padding: 0 10px;
}

.footer_links li:last-child a {
    border-right: none;
}

.footer_text_margin {
    font-size: 12px;
    color: #fff;
}
#foot_calls {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    
}
#foot_calls li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}
@media (max-width: 320px) {
    #foot_calls li {
    padding: 5px;
}
}
#foot_calls li a{
    color: #fff;
}
@media (max-width: 767px) {
    .footer-bottom li {
        text-align: left;
    }
    .footer-bottom p {
        text-align: center;
    }
/*    .footer_links {
        margin-top: 15px;
    }*/
/*    .footer_links li {
        display: block;
        padding-top: 15px;
    }*/
    .footer_links li a {
        border-right: none;
    }
    footer {
        margin-bottom: -10px;
        padding: 15px 0 30px 0;
        max-height: 170px;
    }
}

#cart_summary td,
#cart_summary th,
#cart_summary .cart_unit,
#cart_summary .cart_total,
#cart_summary .cart_delete {
    text-align: center;
    vertical-align: middle;
}


/*========================== END FOOTER STYLES  =======================*/


/*===========BACK TO TOP BUTTON================*/

#goTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #E6BB00;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999;
}

#goTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}

#goTop:hover {
    opacity: 0.8;
}


/*========================== MEDIA QUERIES =======================*/


/* lg */

@media (min-width: 1200px) {}


/* lg */


/* md */

@media (min-width: 992px) and (max-width: 1199px) {}


/* md */


/* sm -up*/

@media (min-width: 768px) {}


/* sm -up*/


/* sm */

@media (min-width: 768px) and (max-width: 991px) {}


/* sm */


/* xs */

@media (max-width: 767px) {}


/* xs */


/* XS Portrait */

@media (max-width: 479px) {}


/* XS Portrait */


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/*========================== END MEDIA QUERIES =======================*/

/*.navbar-nav > li {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
}
.navbar-nav {
    display: flex;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}