textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);
    outline: 0 none;
}

body{
    font-family: 'Open Sans', sans-serif;
}
a{ color: #000; }
a:hover, a:focus, a:active{ color: #000;text-decoration: none;}

/*CATEGORIES NAVIAGTION*/
.nav-categories__choosen-categories h1{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111111;
    margin-left: 20px;
    margin-top: 0;
    vertical-align: middle; 
    margin-bottom:15px;
}
.nav-categories__choosen-categories{
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
}
.nav-categories__icon-arrow-right{
    width: 30px;
    height: 30px;
    display: inline;
    margin-bottom: 0.6px;

}

.sort{
    font-weight: bold;
    color: #111111;
}
.nav-categories__sort{
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    margin-top: 0;
    text-align: right;
}

/*PRODUCTS LIST*/
.one-product{

    border: 2px solid #ededed;
    position: relative;
    margin-bottom: 30px;

}

.one-product__img{
    display: flex;
    background: #f5f5f5;
    align-items: center;
    justify-content:center;
    height: 255px;
    padding: 20px;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 

}

.one-product__content{

    border-top: 2px solid  #ededed;
    padding: 0 15px;
    min-height: 200px;
    text-align: center;
}

.product-listing--front .one-product__content{
    min-height: 14px;
    margin-bottom: 0;
}
.product-listing--front.one-product{

    margin-bottom: 0;

}

.one-product__content>h3{
    font-size: 16px;  
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    height: 26px;
    overflow: hidden;

}

.one-product__price{
    color: #000;
}
.one-product__old-price{
    color: #bdbdbd;
    text-decoration: line-through;
}
.one-product__rhomb{
    color: #bdbdbd;
    text-decoration: none;
}

.unavailable-product{

    color: #990000;
    text-transform: uppercase;
    padding: 5px;
}

/*ASK ABOUT PRODUCT*/
.ui-dialog{
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}
.ui-dialog-titlebar{
    background:#eeeeee;  
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #000;
}
.ui-dialog .ui-dialog-titlebar-close{
    background: #000;
    padding:0;
}
.ui-dialog .ui-dialog-titlebar-close:hover{
    background: #000;
}
.ui-button{
    border-radius: 0;
}

#questionEmail{
    border: 1px solid #cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
    border: 1px solid #000;
    color:#000;
    background: #fff;
}

.requiredFiled{
    color: #ff0000;
}
#askForProductForm>ul{
    list-style: none;
    padding-top: 20px;
}
.ui-button-text{
    display: inline-block;
    color: #757575;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right:30px;
    max-width:100%;
    height: 37px;
    border-radius: 0;
    background: none;
}
.ui-button-text-only .ui-button-text{
    padding: 10px;
}

sup{
    top:0;
}
/*FOOTER*/

footer{
    background: #f3f3f3; 
    margin-top:100px;
}

footer p {
    margin-bottom: 0;
}

.footer__title{
    margin: 40px;

}

.footer__copyright{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 11px;   
    vertical-align: middle;

}
#footer li{
    list-style-type: none;
}
#footer ul{
    padding-left: 0;
}
#footer li::before{
    content: url('../../img/arrow-footer.png');
    display: inline;
    margin-right: 10px;
}
.footer--center{
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
}
.footer-one-box__title{
    margin-bottom: 40px;
    font-weight: bold;
}
.footer-icons{
    margin-top: -30px;
    display: inline-flex;
}

.footer__bottom{
    background: #000;
    color: #fff;
}
.footer__copyright--anchor a{
    color: #fff;   

}

/*TEXT PAGE*/

.text-page__header{
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 2px solid #ff0808;
    vertical-align: middle;
}

.text-page__content{
    padding-left: 0;
}
.text-page__name{
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

/*REGISTRATION*/
.registration__title{
    color: #888888;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    font-size: 36px;
}

.registration__title--your-data{
    text-transform: uppercase;
    color: #888888;
    font-weight: lighter;
    margin:80px 20px 44px 44px;

}
.required {
    color: #ff0000;
}

.form-group{
    color: #888888;
}

.form-group label{
    color: #888888;
    margin: 0px;
}
.delivery-adres{padding-bottom:15px;}
.form__input{
    height: 54px;
    margin-bottom: 15px;
    border-radius: 0;
    width: 100%;
    padding:0px 10px
}
.form__input:focus {box-shadow:none !important;}
.form-pasword{
    margin-top: 40px;  
}

.new-delivery-address,
.new-invoice-address {
    display:none;   
}

/*NEWS LIST*/

.newslist-box{
    margin-top: 60px;
}
.news__img{
    line-height: 280px;
    text-align: center;
}
.news__img>a>img{
    width: 100%;
    vertical-align: middle;
}


/*end news list*/

/*SINGLE NEWS*/

.singlenews__img img{
    width: 100%;
    height: 600px;
    display:none;
}

.singlenews__content{
    margin: 40px 0;
    text-align: justify;
}
/*end single news*/



/* ------------------------------------------------------------------------------------------ PRODUKT ------------------------------------ */
/* PRODUCT GALLERY */
.product-gallery{}
.product-info__gallery__big_item{outline:none;}
.product-info__gallery__big_item img:focus{outline:none;}
.product-gallery__nav{
    width:270px;
    position:relative;
    margin:0 auto;
    top: -62px;
    margin-top:-70px;
    max-width:100%;
}
.slick-nav-item{position: relative; margin-right: 30px; cursor:pointer;outline:none;}
.slick-nav-item:last-child{ margin-right: 0;}
.product-gallery .slick-slide img{margin:0 auto;}
/*end product gallery*/

/*PRODUCT LABEL*/
.product-label{}
.product-label--abs{position: absolute; top: 0; left: 0;}

.product-label__item{
    display:inline-block; 
    padding: 10px 55px;
    text-align:center;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin: 0 15px 15px 15px;
}
.product-label__item--small{
    padding: 5px 12px;
}
.product-label__item:first-child{
    margin: 0 15px 15px 0px;
}
.product-label__item--promotion{
    background: #ef1956;
}
.product-label__item--new{
    background: #a2d724;
}
/*end product label*/
.btn--kontakt{margin-bottom:0; margin-top:50px; width:auto; padding-left:25px;padding-right:25px; display:inline-block;}

/*PRODUCT DETAILS (right-side)*/    
.product-details{}
.product-details__product-name{font-size: 28px; text-transform: uppercase; font-weight:bold; color: #000; line-height:1.2; padding:30px 0 20px 0; margin:0; } 

.product-properties {padding:15px 0;border-top: 1px solid #ededed;} 
.product-properties__item{margin-bottom:20px;  font-weight:400; font-size: 14px; color:#a0a0a0;  text-transform: uppercase; } 
.product-properties__item:last-child{margin-bottom:0;}   
.properties-value{color: #666666; font-weight:400; font-size: 14px; text-transform: uppercase;}
.properties-value--out-of-magazine{ text-transform: none;  }
/*end product details*/

/* SELECT AMOUNT OF PRODUCT TO BUY*/   
.select-amount{padding:15px 0;border-top: 1px solid #ededed; }
.select-amount__label{ font-weight:400; font-size: 14px; color:#a0a0a0; margin-right:10px;}
.select-amount__btn-group{ display:inline-block;}
.select-amount__amount-btn{
    width: 40px;
    max-height: 40px;
    border-radius: 10px;
    font-size:29px;
    line-height:40px;
    border:none;
    outline:none;
    text-align:center;
    font-family: 'Source Code Pro', monospace;
}

.select-amount__amount-input{
    width: 70px;
    height: 40px;
    line-height:40px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ededed;
    outline:none;
    margin: 0 10px;
    position:relative; top:-5px;

}
/*end amount of product to buy box*/

/* PRICE BOX */
.product-price{
    padding:20px 0;border-top: 1px solid #ededed; }
.product-price__label{color: #d2d2d2; font-size:14px; text-transform: uppercase; line-height:14px;}
.product-price__price--actual-price{
    font-size: 30px; font-weight: bold; color: #000;   line-height: 36px; margin-top:15px; }
.product-price__price--old-price{
    text-decoration: line-through; font-size:18px; font-weight:bold; color:#d2d2d2;    line-height: 18px; margin-top:5px; 
}
/* end price box */

/*BUTTONS */
.btn--buy{
    width: 200px;
    height: 65px;
    line-height:65px;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #000;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    border-radius:0;
    padding:0;
    max-width:100%;
}
.btn--buy:focus,.btn--buy:active:focus{outline: none;}  

/* end buttons */

/* ICONS*/
.product-icons{ padding:15px 0;border-top: 1px solid #ededed; }
.product-icons__item{ margin-right:35px; cursor:pointer}
/*end icons*/


/*DESCRIPTION*/
.description__header{margin-top:15px;}
.description__header ul{ margin:0;padding:0; }
.description__title{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color:#d2d2d2;
    display:inline-block;
    list-style-type:none;
    margin-right: 55px;
    text-transform: uppercase; 
    cursor:pointer;
    transition-property: all;
    transition-duration: 1s
}
.description__title--active{ color:#000;  }
.description__title--active::after{
    content:" ";
    display:block;
    width: 100%;
    height: 2px;
    margin-top: 10px;;
    border-bottom: 2px solid #000;   
}
.description__header--menu-active{
    text-transform: uppercase;
    color: #000;
    margin: 10px 0; 
    font-size: 18px;;
    font-family: 'Open Sans', sans-serif;
    margin-right: 55px;
}
.description__content{
    margin-top:20px;
    font-size: 14px;
    line-height: 2;
    color: #757575;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    padding-bottom:20px;
}
.description__content--content2,.description__content--content3{display:none;}
/* end description */


/* PARAMETERS TABLE */
.spec-header__label{
    color:#757575;
    text-shadow: 1px 1px 6px #e1e1e1;   
}
.spec-header{padding-bottom:15px;}
.spec-row.spec-r{border-bottom: 1px solid #dadada; }
.spec-row.spec-r:last-child{border-bottom: 0; }

/* end parameters table */



/* ----------------------------------------------------------------------------- CLIENT PANEL --------------------------------------------*/
.panel-section-tittle{
    font-size: 36px;   
    text-transform:uppercase;
    color: #757575;
    font-weight:400;
    margin-bottom:30px}

/*-------------- LOGIN PAGE ------ */

.form-horizontal .control-label.client-data-label{ padding-top:15px; }

.btn--register{
    background: #ff0000;
    color:white;
    width: 265px;
    height: 65px;
    line-height:65px;
    font-size: 14px;
    font-weight:400;
    padding:0;
    border:0px;
    margin-left:100px;
    max-width:100%;
}
.btn--register:hover,.btn--register:active,.btn--register:focus{
    border:0px; color:white; outline:none;
}
.btn--submit{  
    background: #8e8e8e;
    color:white;
    width: 265px;
    height: 65px;
    line-height:65px;
    font-size: 14px;
    font-weight:400;
    padding:0;
    border:0px;
    display: block;
    margin: 0 auto; 
    margin-top:50px;
    margin-bottom:20px;
    max-width:100%;
}
.btn--submit:hover, .btn--submit:active, .btn--submit:focus{
    border:0; color:white; outline:none;
}

.panel-section-tittle--registration{
    margin-bottom: 100px;
}
.panel-section-tittle--login{margin-bottom: 30px}

.customer-login-box{
    background: #f8f8f8;
    padding:90px 40px 80px 50px;
}
.customer-login-box__label{color:red;}
.forgot-password{
    color: #808080;
    text-align: center;
    font-weight:bold;
    display:block;
    margin:0 auto;
    padding-bottom: 20px;
}
.forgot-password:hover, .forgot-password:active, .forgot-password:focus{
    text-decoration:none;
    color: #808080;;
}
.warning-info{ color: red; font-weight:bold;}

/*-------------- RECOVER PASSWORD   ------ */
.btn--remind-password{
    background: #8e8e8e;
    color:white;
    width: 170px;
    height: 50px;
    line-height:50px;
    font-size: 14px;
    font-weight:400;
    padding:0;
    border:0px;
    display:block;
    margin: 0 auto;

    margin-bottom:20px;
    max-width:100%;
}
.btn--remind-password:hover{
    color:white;
    border:0px;
}
.panel-section__info{color: #757575;}

.customer-login-box--remind-password{
    padding-top:40px;
    padding-bottom:40px;
}
/* ------------------------------------------------------------- PANEL KLIENTA ----------------*/
.panel-box{
    border: 6px solid #eeeeee;
    padding:85px 15px; 
    margin-top:30px;
}
.panel-box__buttons{
    text-align: center;
}
.panel-button{
    background: white;
    border:0;
    color: #8e8e8e;
    font-weight:400;
    border: 1px solid #eeeeee;
    font-size:12px;
    padding: 0 25px;
    line-height: 70px;
    height:70px;
    margin-right: 30px;
    margin-bottom:10px;
}
.panel-button:last-child{margin-right: 0;}
.panel-button:hover{
    color: #8e8e8e;
    border: 1px solid #dddddd;
}
.panel-button:active, .panel-button:focus{ color: #8e8e8e; }
.panel-button--adress{
    background: #8e8e8e; 
    color:white;
    border: 1px solid #eeeeee;
    padding-right:50px;
}
.panel-button--trans-history{ padding-right:50px;}
.panel-button--adress:hover{
    color:white;
    border: 1px solid #7f7f7f;
}
.panel-button--adress:active, .panel-button--adress:focus{ color: white; }
.panel-button__img{
    padding-right:25px;
    vertical-align:middle;
}
.panel-button--delete-account{color: #ef1919; border: 1px solid #ef1919;}
.panel-button--delete-account:hover{ border: 1px solid #ff7070; color:#fd4747;}

/*-------------------------- DELETE ACCOUNT PAGE --------------------*/
.btn--danger{    
    background: #ff0000;
    color:white;
    width: 265px;
    height: 65px;
    line-height:65px;
    font-size: 14px;
    font-weight:400;
    padding:0;
    border:0px;
    max-width:100%;
    margin-top: 25px;
}
.btn--danger:hover,.btn--danger:focus, .btn--danger:active{
    border:0; color:white;
}
.error{
    line-height:1.5;
    color:red;
}
.error ul{ margin-top:5px;}
/* --------------------------- CHANGE PASSWORD --------------------------*/
.btn--change-password{
    margin-top:50px;
    margin-bottom:20px;
}
.btn--change-password:hover{
    border:none; color:white;
}
/* --------------------------- CLIENT DATA -----------------*/
.form__input--small{
    height: 40px;
    margin-bottom: 15px;
    border-radius: 0;
    width: 100%;
}
/* --------------------------- TRANSACTION HISTORY ---------------*/
.transactions-header{ border-bottom:1px solid  #757575; padding-bottom:5px; }
.transactions-header__title{
    color:  #8e8e8e;
}
.transaction{
    color:  #8e8e8e;
    border-bottom: 1px solid  #ededed; padding: 10px 0;
}
.transaction:last-child{
    border:none;
}
.transaction_id-order{font-weight:700; color: #8e8e8e;}
.transaction_id-order:hover,.transaction_id-order:active,.transaction_id-order:focus{color: #4a4a4a; text-decoration:none;}
.btn-buy-agin{
    height:auto;
    width:auto;
    display:block;
    padding: 10px 15px;
    text-align:center;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    max-width:100%;
    margin: 0 auto;
    background: #8e8e8e;
    color:white;  
    border: 1px solid transparent;

}
.btn-buy-agin:hover, .btn-buy-agin:focus, .btn-buy-agin:active{
    color:white;
    text-decoration: none;
    border: 1px solid #fff;
}
.transaction__value{ padding-top:12px; }

/* --------------------------------- BREADCRUMBS --------------------- */
.breadcrumb-box__img{margin-right: 10px;  }
.breadcrumb-box__separate{color: #b3b3b3;}
.breadcrumb-box__link{  color: #b3b3b3; }
.breadcrumb-box__link:active, .breadcrumb-box__link:focus, .breadcrumb-box__link:hover{  color:  #8e8e8e; text-decoration:none;}
.breadcrumb-box__link--current-page{color:  #8e8e8e; font-weight:600; }
.breadcrumb-box__link--current-page:hover,.breadcrumb-box__link--current-page:focus,.breadcrumb-box__link--current-page:active 
{  color: #666666; font-weight:600; text-decoration:none; }
.breadcrumb-box__link--current-page-no-link{   color:  #8e8e8e; font-weight:600;}
.breadcrumb-box__link--current-page-no-link:hover, .breadcrumb-box__link--current-page-no-link:focus, 
.breadcrumb-box__link--current-page-no-link:active{
    color:  #8e8e8e; font-weight:600;
} /* end breadcrumbs */

.checkbox label, .radio label {padding: 0;}
.checkator_holder .checkbox, .checkator_holder .radio {position: absolute; display: block; margin-top: 0px; margin-bottom: 0px;}
.checkator_holder {display: inline-block !important; width: 38px !important; height: 38px !important; margin-top: 0px !important; margin-right: 15px !important; margin-left: 10px !important; vertical-align: middle;}
.checkator_element {background-color: #fff; border: 1px solid #656565;}
.checkator_element.checkbox {border: 1px solid;}
.checkator_source:checked + .checkator_element::after {background-color: #fa0505;}
.checkator_element.radio, .checkator_element.radio::after {border-radius: 0 !important;}
#new_delivery_address, #new_invoice_address {display: none;}
#password-hide {display: none;}
.orderform .form-group {margin: 5px 0px; width: 100%; display: inline-block;}
.orderform {margin-top: 55px;}
.orderform .form-group label {float: left; font-weight: 400; text-align: left; padding-top: 15px;}
.orderform .form-group .form-control {width: 66.666666%; float: right;}
.login-button {width: 55px; height: 55px; background: #80a043 url('../../img/dalpo/lock.png') no-repeat center; border: 0;}
.login-box .form-group {display: inline-block; margin: 0 3px;}
.form-control {height: 55px; border-radius: 0; margin-bottom: 10px;}
.cart-login {width: 215px; margin: 0 5px; display: inline-block; vertical-align: top;}
.mobile-only {display: none;}
.moreless {user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; display: inline-block; height: 32px;  vertical-align: top; padding: 0 9px;  cursor: pointer; background-color: #fff; font-weight: 700; line-height: 32px;}
input + label {margin-left: 30px; color: #616161; font-weight: 400;}
.title_small_order {font-size: 18px; font-weight: 700; color: #303030; text-transform: none; text-align: left; margin: 40px 0;}
#shopping_cart .cart-tab {padding-left: 0; padding-right: 0; width: 100%;}
#shopping_cart .cart-item {margin: 0px; margin-bottom: 0px; display: block;}
#shopping_cart .cart-item {padding: 0; background-color: #f5f5f5; margin-bottom: 45px; float: left; width: 100%;}
#shopping_cart .order_img_cnt {border-right: 2px solid #797979; background-color: #fff;}
#shopping_cart .cart-header div {padding-left: 15px; padding-right: 15px; text-align: left;}
#shopping_cart .cart-item > div {padding-left: 15px; padding-right: 15px; text-align: center;}
#shopping_cart .cart-header div:first-of-type, #shopping_cart .cart-item > div:first-child {text-align: left; line-height: 20px;}
#shopping_cart .cart-item .product-name {vertical-align: middle; display: inline-block; font-size: 24px; font-weight: 400;  padding-left: 30px; overflow: hidden; margin-top: 0px; border-bottom: none; margin-bottom: 0; height: auto;}
#shopping_cart .cart-item .product-name .product_name {margin-bottom: 20px; display: inline-block;}
#shopping_cart .cart-item .cart_img {display: inline-block; text-align: center; vertical-align: middle;}
#shopping_cart .cart-item .count {display: table; height: 100%;}
#shopping_cart .cart-item input[type="text"] {width: 32px; background: #fff; border-radius: 0; font-weight: 700; font-size: 18px; color: #000; border: 0; line-height: 30px; text-align: center;}
#shopping_cart .cart-item .price {display: table-cell; vertical-align: middle; height: 105px;}
.recount_submit {border: 0px; background: transparent; font-size: 14px; text-transform: lowercase; font-weight: 700; text-decoration: underline;}
#shopping_cart .price_all {display: table; height: 100%; text-align: left !important;}
#shopping_cart .price-wrapper {display: table-row;}
#shopping_cart .cart-item .price_all .price {color: #333; font-weight: 700;}
#shopping_cart .cart-item .price_all .price, #shopping_cart .cart-item .price {font-size: 18px;}
.item_del {margin-right:15px;}
#shopping_cart .item_del {position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.cart-top-nav {float: left; background-color: #f5f5f5; height: auto; padding: 15px 0; text-transform: uppercase; margin-top: 0px; text-align: center; width: 100%; font-size: 0px; font-weight: bold; color: #d3d3d3;}
.cart-top-nav .step.active {background: none; border: none; color: #FE0001;}
.cart-top-nav .step {float: left; width: 25%; border-radius: 0; background: none; border: none; padding: 13px 0px; font-weight: 700; color: #757575; font-size: 17px;}
.shopcart_top {margin-top: 25px; display: inline-block; width: 100%;}
.cart-top-nav span {position: relative; font-size: 12px;}
.cart-top-nav .step img {margin-right: 15px; -webkit-filter: hue-rotate(200deg) brightness(5.0) contrast(0); filter: hue-rotate(200deg) brightness(500%) contrast(0%);}
.cart-top-nav .step.active img {-webkit-filter: none; filter: none;}
#shopping_cart .cart-header {text-transform: lowercase; margin-top: 70px; color: #a8a8a8; font-weight: 300; margin-bottom: 15px; border-bottom: 0;}
#order_step2 {display: none; padding-bottom: 30px;}
#order_step3 {display: none;}
#shopping_cart .cart-item .cart_img .cart_img_wrapper {width: 100px; height: 105px; border: none;}
#shopping_cart .cart-item .cart_img .cart_img_wrapper img {max-width: 100%; max-height: 100%;}
#shopping_cart .prod_price {font-weight: 400; color: #757575; font-size: 12px;}
#shopping_cart .prod_price2 {font-weight: 700; font-size: 18px; color: #000;}
#shopping_cart .order-cost #price_with_shipping .value {color: #000; font-weight: 700; font-size: 30px;}
#shopping_cart .order-cost #price_with_shipping .total_cost {font-weight: 300; font-size: 16px; color: #000;}
#shopping_cart .cost-summary .order-cost {font-size: 18px;}
#shopping_cart .cost-summary .delivery_cost .text-right, #shopping_cart .cost-summary .payment_type .text-right {color: #fa0505; font-weight: 700;}
#shopping_cart .cost-summary .text-right {font-weight: 700; text-transform: uppercase; color: #808080;}

#order_step3 {display:none;}
#order_step3 .summary label{ text-align:left; font-weight: 600; width:45%; padding:5px 0px; }
#order_step3 .summary span {font-weight:400; display:inline-block; width:50%;}
#order_step3 .summary {margin-top:10px; margin-bottom:15px; padding-bottom:15px;}
#order_step3 .moreless {display:none;}
#order_step3 .recount_submit {display:none;}
#order_step3 .item_del {display:none;}
#order_step3 #prices-summary .group {display:inline-block; width:100%;}
#order_step3 #prices-summary label{width:55%; float:left; font-size:15px; font-weight: 700; margin-bottom: 0px;}
#order_step3 #prices-summary span {padding: 5px 0px;width:45%; float:right; font-size:15px;}
#order_step3 #prices-summary #summary-total span {color:#109F69; font-size:18px; font-weight: bold;}
#order_step3 .summary label {width: 40%; padding: 5px 30px 5px 0; text-align: right; font-weight: 300; color: #616161;}
#order_step3 .summary span {color: #2f2f2f; width: 55%;}
#order_step3 #prices-summary label {font-weight: 300;}
#order_step3 #prices-summary span {text-align: left;}
#order_step3 #prices-summary #summary-total span {color: #fa0505; font-size: 24px;}
#order_step2 #password-hide{display:none;}

.buttons {padding: 20px 0;}
.login-box {border: 8px solid #f2f2f2; text-align: center; padding: 40px 0;}
.login-box .btn--danger {margin-top: 0; line-height: 2; padding: 15px 12px; width: auto;}
.border-title {background: #fff; font-size: 15px; color: #787878;}
.border-title img {margin-right: 10px;}
legend {background: #fff; font-size: 15px; color: #787878; margin: 10px; width: auto; border: 0; padding: 0 10px;}
.login-box .form-group .form-control {width: 100%;}
.btn-success {background-color: #FA0505; border: 0; color: #fff;}


.catlist:hover ul {display:block;}

/* -------------------------------- PAGINATION ----------- */
.btn--pagination{height: 45px; width:45px; padding:0; line-height:45px; font-size: 15px; color: #757575; border-color: #8e8e8e; margin-left:2px; margin-right:2px;}
.btn--pagination:hover { border-color: #686868;}

.btn--pagination--current{background: #8e8e8e; color:white; font-weight:bold;    }
.btn--pagination--current:hover, .btn--pagination--current:focus, .btn--pagination--current:active{background: #8e8e8e; color:white; 
                                                                                                   font-weight:bold;  cursor:auto; border:1px solid #8e8e8e; box-shadow:none;  }

/*.btn--pagination-arrow-page{font-weight:600; font-size: 16px; margin-left:5px; margin-right:5px; color: #8e8e8e}
  .btn--pagination-arrow-page:active, .btn--pagination-arrow-page:focus, .btn--pagination-arrow-page:hover {text-decoration:none;color: #686868;} */

/* ------------------------- CATEGORY MENU ------------------ */
.header__menu--vertical .cat-sub#pagesTree-0{ display:block;}
.cat-sub { display:none;}



.sidebar__h1{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    border-right: 8px solid #000;
    margin-bottom: 20px;
}

.sidebar ul,  .sidebar li{
    list-style-type: none;
    padding-left: 0;padding:10px 0;
}

.sidebar li a {
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    padding-bottom: 10px;
    list-style-type: none;
}

.sidebar li a:hover, .sidebar  li a:focus{
    color: #000;
    text-decoration: none;
}

.sidebar .has-ul:before{
    content: "+";
    display: inline;
    float: right;
    font-size: 18px;
    color: #8b8b8b;
    font-weight:bold;
    vertical-align:top;
    line-height:18px;
}
.sidebar .opened:before{
    content: "-";
    display: inline;
    float: right;
    font-size: 20px;
    color: #000;
    font-weight:bold;
    vertical-align:top;
    line-height:18px;
}

.sidebar .opened .cat-sub li, .sidebar  .has-ul .cat-sub li{
    padding-left:20px;
}

.sidebar .has-ul .cat-sub{ margin-top:10px;} 
.sidebar  .has-ul .cat-sub li a{
    font-size:13px;
}
/* .sidebar  li.has-ul.opened a:first-child{color: #000;} */

.quan_allert {display:none;}