* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background-image: url(images/bg/maze-white.png);
    /*background-image: url(images/bg/stucco.png);*/
    background-repeat: repeat;
    background-color: #f8f8f8;
    overflow-x: hidden;
    position: relative;
}

.row:after,.row:before {
    content: "";
    display: table;
    clear: both;
}

#mainContent {
    /*max-width: 1100px;*/
    /*width: 100%;*/
}

/*#mainHeaderLogo {
    margin: 20px 0px 20px 0px;
}*/

/*#mainHeaderInfoPanel{
    padding: 20px 0px 20px 0px;
    mading: 20px;
}*/

.btn.btn-primary{
    background: #0f6086;
    color: #fff;
}

.btn.btn-medium{
    font-weight: 600;
}

.danger{
    color: red;
    font-weight: bolder;
}

.csbutton_view{
	padding: 10px !important;
}

/*****************************NEW TEMPLATE STYLES (Emilian Dorvos) ***************************/

@font-face {
    font-family: "Flaticon";
    src: url("./utils/fonts/Flaticon.eot");
    src: url("./utils/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("./utils/fonts/Flaticon.woff") format("woff"),
        url("./utils/fonts/Flaticon.ttf") format("truetype"),
        url("./utils/fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./utils/fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-refresh-left-arrow:before { content: "\f100"; }
.flaticon-chat-support:before { content: "\f101"; }
.flaticon-delivery-truck-with-circular-clock:before { content: "\f102"; }

.flaticon-delivery-truck-with-circular-clock:before{
    font-size: 85px;
    color:#0f6086;
}

.flaticon-chat-support:before{
    font-size: 75px;
    color:#0f6086;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*.form-group input,.form-group select{
    width: 100% !important;
    display: inline-block;
}*/

.cale .bara_viewprod{
    margin: 10px 15px;
}

.container_prod_recom a.in_bl{
    display: block;
}

/*************************** HEADER ******************************/
.topbar{
    background: #f8f8f8;
}

.sticky-header{
    width: 100%;
    position: fixed;
    top:-200px;
    left: 0;
    z-index: 1010;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    background: white;
}

ul.links li {
    display: inline;
    line-height: normal;
}

.header-user-info .links a {
    margin: 0px 9px;
}

.topbar a {
    color: #333333;
    text-decoration: none;
}

.topbar a:hover {
    color: #e32d4b;
}

.topbar .top-header{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.header-user-info ul.links{
    margin-bottom: 0;
}

.header-user-info ul.links li:last-child a{
    margin-right: 0;
}

.header-user-info ul.links a i {
    margin-right: 5px;
}

/*.mode_header{
    background: no-repeat;
    padding-top: 32px;
    padding-bottom: 40px;
}*/
.white-bg{
    position: relative;
    background: #fff;
}

/*.topnav{
    background: #272727;
}*/

.header-main{
    background: #fff;
}

#search_block{
    margin: 0;
    position: relative;
}

#search_block #searchbox{
    position: relative;
    margin: 7px 0 0;
}

#search_block input{
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px #0f6086 solid;
}

#search_block #searchbox .button{
    position: absolute;
    right: 17px;
    color: white;
    border: none !important;
    top: 2px;
    width: 38px;
    height: 36px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    background-color: #0f6086;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#search_block #searchbox .button:hover{
    background-color: #ec0c09;
}

.header_content_menu{
    background: #272727;
}

.vertical_megamenu #menu_home{
    float: none;
    position: relative;
}

.cs_mega_menu_cat{
    width: 100%;
}

div.shop_by {
    border: none;
    border-radius: 0; 
    -moz-border-radius:0;
    -webkit-border-radius: 0 0 0; 
    margin-top: 0; 
    background: #ec0c09;
    height: 56px;
    cursor: pointer;
    color: #fff;
    font: 400 10px/14px 'Droid Sans', sans-serif;
    padding: 0 20px;
    cursor: default;
}

.shop_by span.shop_by {
    display: inline-block;
    background: url(images/bg/shadow.png) no-repeat center top;
    height: 56px;
    text-transform: uppercase;
    float: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left; 
}

.block-title{
    font: 400 10px/14px 'Droid Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 23px 10px;
    margin: 0;
    color: white;
}

ul.dropdown-menu{
    width: 100%;
}

ul.dropdown-menu li:last-child{
    border: none;
}

.dropdown-menu > li{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.dropdown-menu > li > a{
    padding: 10px 15px;
}

.dropdown-menu > li > a.maintainHover{
    background: #0f6086;
    background-color: #0f6086;
}

.dropdown-menu > li > a:hover{
    background: #0f6086;
    background-color: #0f6086;
}

.popover .popover-content .col-xs-4 span{
    margin-bottom: 15px;
}

.sticky-header .vertical_megamenu{
    position: relative;
    top: 43px;
    left: 15px;
    width: 95.5%;
}

.stellarnav{
    z-index: 8000;
}

.stellarnav.mobile ul,.stellarnav_sticky.mobile ul{
    position: absolute;
    z-index: 999;
    -webkit-transform: translate3d(0px, 0px, 999px);
    -moz-transform: translate3d(0px, 0px, 999px);
    -o-transform: translate3d(0px, 0px, 999px);
    -ms-transform: translate3d(0px, 0px, 999px);
    transform: translate3d(0px, 0px, 999px);

}


.stellarnav .menu-toggle i{
    position: absolute;
    top:22px;
    right: 19px;
}
.stellarnav_sticky .menu-toggle_sticky i{
    position: absolute;
    top:-35px;  
    font-size: 36px;
}
.stellarnav .menu-toggle{
    padding: 7px 20px;
    background: #ec0c09;
    color: #fff;
    font: 700 14px/45px 'Droid Sans', sans-serif;
    border-radius: 0;
    -moz-border-radius: 0;
    display: inline-block;
    height: 56px;
    text-transform: uppercase;
    float: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
    cursor: default;
}

.dd-toggle{
    width: 100% !important;
}

.dd-toggle i{
    width: 50px;
    left: auto !important;
}

.popover .popover-content .col-xs-4 div,.popover .popover-content .col-xs-6 div{
    margin-bottom: 10px;
}

.top-menu ul.nav{
    list-style: none;
}

.top-menu ul.nav li{
    display: inline-block;
    padding: 18px 20px;
}

.top-menu ul.nav li:first-child{
    padding-left: 0;
}

.top-menu ul.nav li a{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.top-menu ul.nav li a:hover{
    color: #ec0c09;
}

#mainContent{
    margin-top: 15px;
}

.nav>li>a:hover, .nav>li>a:focus{
    background: none;
    background-color: transparent;
}

.content-left{
    float: left;
}
.content-right{
    float: right;
}

#comanda_rapida .comanda-rapida-box{
    background: white;
    padding: 15px;
}
.text-transform-none{
    text-transform: none !important;
}

/********************** CART *****************/
.blockcart_top{
    float: right;
    margin-top: 3px;
    position: relative;
}
#cart .cart-info{
    display: inline-block;
    text-transform: uppercase;
    color: #666;
    text-align: left;
    text-decoration: none;
}
#cart .title-cart {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
}

#cart .heading h4{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: bold;
    color: #000;
    padding-left: 7px;
}

#cart .heading .ajax_cart_quantity{
    padding-left: 8px;
}

#cart .heading .title-cart i {
    width: 29px;
    height: 33px;
    /*    background-image: url(../../../../img/icon/cartbag.png);
        background-repeat: no-repeat;*/
    position: absolute;
    top: -15px;
    right: -4px;
    font-size: 30px;
    color: #0f6086;
}

#cart .cart-inner{
    font-size: 11px;
    overflow: visible !important;
    color: #666;
}

.cale{
    margin-top: 0;
    margin-left: 0;
}
.main-v-nav{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    height: 100%;
}


.content_headerBar {
    position: relative;
    background-color: white;
    padding: 7px 15px 4px 15px;
    min-height: 50px;
    margin: 0 0 15px;
}

.content_headerBar .display{
    line-height: 30px;
    margin: 10px 0 0;
}

.content_headerBar .display div{
    float: left;
}

.content_headerBar .display a{
    margin-right: 10px;
    float: left;
    cursor: pointer;
    background: #FFF;
}

.content_headerBar .display a i{
color: rgba(49, 105, 154, 0.31);
}

.content_headerBar .display .selected a i{
    color: #0f6086;
}

.content_headerBar .glyphicon{
    font-size: 15px;
}

.main-content-top{
    float: left;
    width: 100%;
}

.textright{
    text-align: right;
}
.textleft{
    text-align: left;
}

.products-list{
    width: 100%;
    float: left;
    background: white;
}

.products-list.grid{
    display: inline-block;
    background-color: white;
        min-height: 450px;
}

.products-list.list .product{
    margin-top: 2px;
    padding: 30px 0;
    background-color: white;
}

.products-list.grid .product{;
      height: 385px;
      margin-top: 30px;
}

.products-list .product{
    border-bottom: 1px solid #eee;
}

.product .product-top .flag-special{
    position: absolute;
    left: 35px;
    top: 165px;
}

.product .product-bottom{
	display: table;
}

.products-list.grid .product .product-bottom p.product-description{
   display: none;
}

.products-list.list .product .product-bottom p.product-description{
   display: block;
}

.products-list .single-product{
    padding: 15px 0 0;
}

.text_stoc_prod{
    font-size: 13px;
}

.products{
    position: relative;
}

.products .product{
    margin-bottom: 40px;
    position: relative;
}

.products .cart-image{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.products .cart-info .cart-product-name{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
}    

.remove-link{
    position: absolute;
    top: 3px;
    right: 8px;
}

.remove-link a{
    font-size: 11px;
}

.cart-prices{
    border-top:1px solid #ccc;
    padding-top: 7px;
}

.cart-prices .cart-buttons{
    margin-top: 25px;
    text-align: right;
}

.cart-prices .cart-prices-line{
    padding-bottom: 4px;
    text-align: left;
}

.cart-prices-line .price.total, .cart-prices-line .label-total{
    font-weight: bold;
}

.cart-prices .cart-prices-line .price{
    float: right;
}

.btn{
    text-transform: uppercase;
    font-weight: 800;
}

.cart-buttons a.btn:hover{
    color: white;
    background-color: #0e5475;
}

.blockcart_top .subcontent{
    margin-top: 0;
    top: 40px;
    right: 10px !important;
    display: none;
    visibility: visible;
    width: 310px;
}

.subcontent .cart-buttons .btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 10px 12px;
}

.subcontent .products{
    max-height: 280px;
    overflow-y: auto;
}

/********************** END CART *************/

/********************** CHECKOUT page*************/
.products_cos{
    border: none;
}

#costb tbody td.cart_product{
    padding: 13px;
}

.table tbody > tr > td{
    vertical-align: middle;
}
.table tbody > tr > td.cart_description .prod_nume_wrapper{
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}
#costb .cart_total{
    text-align: right;
}

#costb .cart_total_price .total_price_container,#costb #total_price_container{
    font-weight: 900;
    font-size: 16px;
}
.cos-bottom-actions{
    margin-top: 15px;
}
.cos-bottom-actions .btn-send{
    float: right;
}

.cost_transp{
    font-size: 14px;
}

.cost_transp .col-md-5{
    border-right: 2px solid #eee;
}

/********************** END CHECKOUT page *************/


/************************ HOME PAGE *******************/
.product-deal{
    margin-top: 50px;
}

.product-deal .title-product-deal h4{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: black;
}

.product-deal .title-product-deal h4 span{
    color: #ec0c09;
}

.shipping-info-section{
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.shipping-info-section .col-lg-4{
    border-right: 1px #f8f8f8 solid;
}

.banners-block .banner{
    text-align: right;
    margin-bottom: 1px;
}

.banners-block .banner:last-child{
    margin-bottom: 0;
}

/************************ END HOME PAGE *******************/

/************************ PRODUCT *******************/
div.pagination{
    margin: 10px 0 0;
}
.header_prod_recom{
    background-color: #0f6086;
    border-bottom: 4px solid #ec0c09;
}

.header_prod_category{
    background-color: #0f6086;
    border-bottom: 4px solid #ec0c09;
}

.container_prod_category{
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-top: none;
}

.container_prod_category input.btn{
    font-size: 12px;
    text-transform: capitalize;
}

.product-block .block-content{
    background: #fff;
}

.product-top{
    text-align: center;
    /*padding-bottom: 10px;*/
}

.product-top img, .product-top a{
    text-align: center;
}

.product-bottom a.product-name{
    font-size: 14px;
    color: #272727;
    text-decoration: none;
}

.product-bottom .product-meta{
    padding: 10px 20px 0;
}

#page-promotii .products-list.grid .product .product-bottom .product-meta{
    height: 130px;
}

.products-list.grid .product .product-bottom .product-meta{
    padding: 10px 20px 0;
    height: 115px;
}

.product-bottom a.product-name:hover{
    color: #ec0c09;
}

.price-content{
    margin-bottom: 10px;
}

.price.product-price{
    color: #ec0c09;
    font-weight: 600;
    font-size: 15px;
}

.single-product .price.product-price{
    font-size: 20px;
}

.product-block .product-description{
    overflow-y: hidden;
}

.product-actions{
    padding: 0 20px 20px;
}

.ajax_add_to_cart_button {
    background: white;
    color: #272727;
    font-size: 12px;
    border: 2px solid #dddddd;
    padding: 6px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.ajax_add_to_cart_button span{
    color: #272727;
}

.ajax_add_to_cart_button:hover {
    color: white;
    background: #0f6086;
    border: 2px solid #0f6086;
}

.ajax_add_to_cart_button:hover span{
    color: white;
}

ul.product-list.grid{
    border-left: 1px solid #eaeaea;
    margin: 0 -17px;
    overflow-y: hidden;
}

ul.product-list.grid .product-block .block-content{
    display: inline-block;
    padding: 20px 0;
}

ul.product-list.grid li{
    display: inline-block;
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    line-height: 0;
}

ul.product-list.grid li:last-child{
    border-bottom: none;
}

ul.product-list.grid .product-top,ul.product-list.grid .product-bottom{
    width: 50%;
    float: left;
}

ul.product-list.grid .product-bottom .price-content{
    margin-top: 20px;
}

ul.product-list.grid .product-bottom .product-actions{
    padding: 0 0 0 20px;
}
.products-grid{
    padding: 0;
}
/*ul.product-list.grid .product-bottom .product-meta*/

.products-slider{
    margin-top: 50px;
}

.products-slider .owl-carousel .owl-item{
    background: #fff;
}

.owl-carousel .owl-item{
    border-right: 1px solid #eaeaea;
    padding: 0 15px;
    max-height: 350px;
    height: 350px;
}

.owl-carousel .owl-item .product-bottom .product-meta h5{
    max-height: 30px;
    overflow: hidden;
}

.owl-carousel .owl-item .product-top img{
    margin-top: 10px;
    max-width: 200px;
    display: inline-block;
}

.owl-carousel .owl-item .product-bottom .product-meta{
    padding: 0;
    min-height: 60px;
}

.owl-carousel .owl-item .product-bottom .product-actions{
    padding: 0 0 20px;
}

.owl-carousel .owl-item .product-bottom .product-actions a{
    padding: 6px 8px;
    font-size: 11px;
}

.image_viewprod .owl-carousel .owl-item{
     max-height: 70px;
    height: 70px;
    border-right: none;
    padding: 0 0;
}

.image_viewprod .owl-carousel .owl-item .product-bottom .product-meta h5{
    max-height: 30px;
    overflow: hidden;
}

.image_viewprod .owl-carousel .owl-item .product-top img{
    margin-top: 10px;
    max-width: 200px;
    display: inline-block;
}

.image_viewprod .owl-carousel .owl-item .product-bottom .product-meta{
    padding: 0;
    min-height: 60px;
}

.image_viewprod .owl-carousel .owl-item .product-bottom .product-actions{
    padding: 0 0 20px;
}

.image_viewprod .owl-carousel .owl-item .product-bottom .product-actions a{
    padding: 6px 8px;
    font-size: 11px;
}

.detalii_viewprod{
    float: left;
}

.products-slider .last{
    border-right: none;
}

.owl-nav div{
    position: absolute;
    top: -45px;
    height: 32px;
    width: 32px;
    color: #0f6086;
    text-align: center;;
    font-size: 12px;
    line-height: 0;
    background: white;
    border: 2px solid #0f6086;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.owl-nav div i{
    line-height: 26px;
}

.owl-nav div.owl-prev {
    right: 30px;
}
.owl-nav div.owl-next {
    right: 0;
    left: inherit;
}

.owl-nav div:hover {
    background: #ec0c09;
    border: 2px solid #ec0c09;
    color: #FFF;
    z-index: 5;
}

.product-thumb-view-full{
    text-align: center;
}

.image_viewprod .product-thumb-view-full a img{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.image_viewprod .owl-nav div{
    position: absolute;
    top: 29px;
    height: auto;
    width: auto;
    color: #0f6086;
    text-align: center;;
    font-size: 18px;
    line-height: 0;
    background: none;
    border: none;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.image_viewprod .owl-nav div i{
    line-height: 1;
}

.image_viewprod .owl-nav div.owl-prev {
    left: -15px;
    right: auto;
}
.image_viewprod .owl-nav div.owl-next {
    right: -15px;
    left: inherit;
}

.image_viewprod .owl-nav div:hover {
    background: none;
    border: none;
    color: #ec0c09;
    z-index: 5;
}
.image_viewprod .owl-nav .owl-prev.disabled,
.image_viewprod .owl-nav .owl-next.disabled {
   display: none;
}

.image_viewprod .owl-carousel .owl-stage,.image_viewprod .owl-carousel .owl-stage-outer{
    height: 80px;
}

.image_viewprod .owl-carousel .owl-item .item a{
    display: block;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.image_viewprod .owl-carousel .owl-item .item a:hover{
    opacity: 1;
}                                                                                                   

.image_viewprod .owl-carousel .owl-item .item:hover
{
    border: 2px solid #0f6086;
}

.image_viewprod .owl-carousel .owl-item .item a img{
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    width: 70px;
    margin: 0 auto;
}

.image_viewprod .owl-carousel .owl-item .item a img:hover{
}

.image_viewprod .product-thumbs-view{
    margin-top: 30px;
}


.image_viewprod a.shown{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.products-slider .title-products-slider{

}

.products-slider .title-products-slider h4 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

.products-slider .title-products-slider h4 span{
    color: #ec0c09;
}

.tab-content iframe{
    width: 100%;
}

.availability{
    margin-top: 10px;
}

.availability .lbl{
    vertical-align: middle;
}

.availability .stock{
    margin-left: 5px;
    margin-top: -2px;
}

/************************ END PRODUCT *******************/

/************************ PRODUCT DETAILS *******************/
input[type="number"]{
	padding-left: 7px;
}

.prod-quantity {
	margin:0 0 10px 0;
}
.product-tags{
font-size: .85em;
margin-top:20px;
}
.product-tags .tag{
color: #428bca;
}

/************************ END PRODUCT DETAILS *******************/

/************************ FOOTER ************************/
.section-title{
    font-weight: 600;
}
.customer_service ul,.information ul{
    /*margin-top: 20px;*/
    padding: 0;
}

.customer_service li, .information li {
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    margin-left: 0; 
}

.footer_border{
    display: inline-block;
    width: 100%;
}

.footer_newsletter{
    width: 100%;
    margin-left: 0;
}

.footer_newsletter_but{
    text-transform: uppercase;
    background-color: #0f6086;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0 10px;
    float: none;
}

.partners-block{
    margin-top: 10px;
}

.partners-block .logo_partener_margin{
    margin-left: 0;
}

.partners-block .logo_partener img{
    margin-top: 10px;
}
.footer-bottom.copyright{
    margin-top: 25px;
    display: block;
    text-align: right;
}

.scroll-top{
    display: none;
    position: fixed;
    right: 5px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: #0f6086;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9930;
}
.scroll-top i{
    vertical-align: middle;
    line-height:37px;
}
.scroll-top:hover{
    background: #ec0c09;
}
/************************ END FOOTER *******************/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}

a.btn-danger, a.btn-danger:active, a.btn-danger:visited{
    color: white;
}
.panel-primary{
    border-color: #0f6086;
}
.panel-primary>.panel-heading{
    background-color: #0f6086;
}
#form_trimite_comanda textarea{
    width: 100% !important;
}

/******************** cookies notification bar *********************/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 15px;
    text-align: center;
    color: #ccc;
    line-height: 26px;
    padding: 15px 0 15px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/******************** cookies notification bar END *********************/


.comenzi-user label.sup_transport{
    font-weight: bolder;
}

@media (max-width: 1200px){
    .header-user-info .links a {
        margin: 0px 3px;
    }
    .ajax_add_to_cart_button{
        padding: 6px 6px
    }
    ul.product-list.grid .product-bottom .product-meta{
        padding-bottom: 18.5px;
    }
    .banners-block .banner{
        margin-bottom: 12px;
    }
    .banners-block .banner:nth-of-type(2){
        margin: 0 30px 12px;
    }

}

@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
    .stellarnav ul,.stellarnav_sticky ul{
        display: none;
    }
    .stellarnav.desktop ul,.stellarnav_sticky.desktop ul{
        display: none;
    }
}

@media (min-width: 992px){
    .stellarnav ul,.stellarnav_sticky ul{
        display: none !important;
    }
    .stellarnav.desktop ul,.stellarnav_sticky.desktop ul{
        display: none !important;
    }

    .cs_mega_menu_cat .menu-toggle i.glyphicon-chevron-down{
        display: none;
    }
    .sticky-header .vertical_megamenu{
        display: none;
    }

}

@media (max-width: 992px){
    .dropdown-menu{
        display: none !important;
    }
    .stellarnav ul,.stellarnav_sticky ul{
        display: none;}
    .stellarnav.mobile ul,.stellarnav_sticky.mobile ul{
        display: none;
        width: 100%;
        background: none;
        border: none;
       -webkit-box-shadow: 0px 4px 12px -5px rgba(0,0,0,1);
       -moz-box-shadow: 0px 4px 12px -5px rgba(0,0,0,1);
        box-shadow: 0px 4px 12px -5px rgba(0,0,0,1);
    }
    .stellarnav ul>li,.stellarnav_sticky ul>li{
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .stellarnav ul>li>ul,.stellarnav_sticky ul>li>ul{
        padding: 13px 0 13px 28px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    }
    .stellarnav ul>li>ul>li,.stellarnav_sticky ul>li>ul>li{
        border: none;
    }
    .stellarnav ul>li>ul>li>a,.stellarnav_sticky ul>li>ul>li>a{
        /*padding: 5px 15px;*/
    }
    .stellarnav ul li:last-child,.stellarnav_sticky ul li:last-child{
        border: none;
    }
    .stellarnav.mobile>ul>li>a,.stellarnav_sticky.mobile>ul>li>a{
        padding: 19px 20px;
    }
    .stellarnav .dd-toggle,.stellarnav_sticky .dd-toggle{
        width: 50px;
        height:55px;
    }
    .stellarnav .dd-toggle i,.stellarnav_sticky .dd-toggle i{
        top:36%;
    }
    .cs_mega_menu_cat .menu-toggle{
        cursor: pointer;
    }
    ul.product-list.grid,ul.product-list.grid li{
        border: none;
    }
    ul.product-list.grid .product-top,ul.product-list.grid .product-bottom{
        width: 100%;
        float: none;
    }
    ul.product-list.grid .product-block .block-content{
        display: block;
        margin-top: 10px;
    }
    ul.product-list.grid .product-bottom .product-meta{
        padding-bottom: 0;
    }
    .ajax_add_to_cart_button{
        padding: 6px 20px
    }
    #cart .heading .ajax_cart_quantity {
        padding-left: 3px;
    }
    .banners-block .banner{
        float: left;
    }
    .banners-block .banner:last-child{
        float: right;
    }
        .main-v-nav{
        display: none;
    }
        .sticky-header .vertical_megamenu{
        top: 36px;
    }
    .header_prod_recom{
        margin-top: 15px;
    }
    
.stellarnav_sticky.mobile > ul{
    overflow-y: scroll !important;
}
.cost_transp .col-md-5{
    border-right: none;
}
}
@media (max-width: 767px){
    .top-menu{
        display: none;
    }
    .white-bg{
        padding-top: 5px !important;
    }
    .mode_header .logo{
        text-align: left;
        margin-bottom: 4px;
    }
    .blockcart_top{
        float: none;
        text-align: center;
        display: inline-block;
    }
    #cart .heading .ajax_cart_quantity {
        padding-left: 8px;
    }
    .blockcart_top .subcontent{
        margin-left: 0;
        right: -12px !important;
    }
    #mainHeaderInfoPanel{
        text-align: right;
    }
    .footer_newsletter{
        max-width: 400px;
    }
    .footer-bottom.copyright{
        text-align: center;
    }
    .footer_border_bottom .row .col-sm-6{
        width: 50%;
    }
    .banners-block{
        margin: 25px auto 0;
    }
    .banners-block .banner{
        float: left;
    }
    .banners-block .banner:last-child{
        float:left;
    }
    .banners-block .banner:nth-of-type(2){
        margin: 0;
    }
    .line_prod_recom{
        width: 100%;
    }
    .sticky-header .vertical_megamenu{
        top: 43px;
    }
    .inregistrare{
        border-left: 0;
    }
    .table-responsive>.table>tbody>tr>td.cart_description>div{
    white-space: normal;
    max-width: 250px;
    width: 250px;
}

}

@media (max-width: 560px){
    
}

@media (max-width: 480px){
    .header-left-info{
        float: none !important;
        margin-bottom: 10px;
    }
    .header-user-info{
        float: left !important;
    }

    .header-user-info .links a{
        margin-left: 0;
        margin-right: 5px;
    }
    ul.product-list.grid,ul.product-list.grid, .products-grid{
        margin: 0;
        padding: 0;
    }
    ul.product-list.grid,ul.product-list.grid li{
        width: 100%;
        padding: 0;
    }
    .footer_border_bottom .row .col-xs-12{
        width: 100%;
    }
    .banners-block .banner{
        float: none;
    }
    .banners-block .banner:last-child{
        float: none;
    }
    .banners-block .banner:nth-of-type(2){
        margin-bottom: 15px;
    }
    .cos-bottom-actions a div{
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
	.comanda-rapida-container form input[type='text']{
		width: 100%;
	}
}

/*************************** END HEADER ******************************/