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;
}


/*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; 
    padding-right:15px;
}
.nav-categories__sort{
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    margin-top: 0;
    text-align: right;
}

/*PRODUCTS LIST*/
.one-product{

    border: 1px solid #ededed;
    position: relative;
    margin-bottom: 30px;

}

.one-product__img{
    display: flex;
    background: #f5f5f5;
    align-items: center;
    justify-content:center;
    height: 255px;
    padding: 0px;
    -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: 15px;  
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin:0px
}
.one-product__name {overflow:hidden;height:50px;margin:15px 0px;}

.one-product__price{
    color: #000;font-weight: 600;font-size: 15px; 
}
.one-product__old-price{
    color: #bdbdbd;
    text-decoration: line-through;
}
.one-product__rhomb{
    color: #bdbdbd;
    text-decoration: none;
}
.one-product__category {font-size:12px;color:#757575;text-transform: uppercase;font-weight:600;color:#8e8e8e}

.unavailable-product{

    color: #990000;
    text-transform: uppercase;
    padding: 5px;
}

/*ASK FOR 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--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__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;

}

.form-group label{
    margin: 0px;
}
.delivery-adres{padding-bottom:15px;}
.form__input{
    height: 54px;
    margin-bottom: 15px;
    border-radius: 0;
    width: 100%;
    padding:0px 10px;
    border:1px solid #c2c2c2;
}
.form__input:focus {box-shadow:none !important;}
.form-pasword{
    margin-top: 40px;  
}

.new-delivery-address,
.new-invoice-address {
    display:none;   
}
.checkbox__label{margin-left: 67px;margin-top: -30px;}
/*NEWS LIST*/

.newslist-box{
    margin-top: 60px;
}
.news__img{
    line-height: 280px;
    text-align: center;
}
.news__img>a>img{
    max-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-TAB-BOXES_01*/
.product-tab-boxes_01__color-rows{width:104px;height:55px;display:inline-block;border:0px solid;margin-right:27px;transform:translateY(-10px);}
.product-tab-boxes_01__color-rows--1{height:20%;width:100%;background-color:#ffffff;border:0px solid #000000;}
.product-tab-boxes_01__color-rows--2{height:20%;width:100%;background-color:#1aace3;border:0px solid #000000;border-radius:10px;}
.product-tab-boxes_01__color-rows--3{height:20%;width:100%;background-color:#ffffff;border:0px solid #000000;}
.product-tab-boxes_01__color-rows--4{display:inline-block;margin:0px;height:20%;width:50%;background-color:#1aace3;border:0px solid #000000;border-radius:10px;}
.product-tab-boxes_01__color-rows--5{display:inline-block;margin:0px;height:20%;width:50%;background-color:#ffffff;border:0px solid #000000;}
.product-tab-boxes_01__color-rows--6{height:20%;width:100%;background-color:#ffffff;border:0px solid #000000;}
.product-tab-box_01{display:none;margin-bottom:110px;}
.front-title--product-tab-box_01{text-transform:uppercase;text-align:center;margin:40px 0;display:inline-block;}
.front-title--product-tab-box_01 .front-title--product-tab-box_01--thin{display:block;text-align:left;font-family:'Open Sans', sans-serif;font-weight:300;font-size:30px;text-transform:none;color:#1b2330;}
.front-title--product-tab-box_01 .front-title--product-tab-box_01--bold{display:block;text-align:left;font-family:'Open Sans', sans-serif;font-weight:700;font-size:30px;text-transform:none;color:#1b2330;}
.product-tab-boxes_01__menu--wrapper{min-height:70px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;}
.product-tab-boxes_01__menu{display:inline-block;margin:0;padding:0;margin-top:22px;}
.product-tab-boxes_01 .btn--more{display:block;float:right;margin:0 auto;text-align:center;max-width:250px;height:41px;min-width:141px;border:2px solid #1b2330;border-radius:10px;padding:0px;font-family:'Open sans', sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;color:#1b2330;padding:10px 10px;margin-top:14px;transition:all 0.3s ease-in-out;}
.product-tab-boxes_01 .btn--more:hover{border:2px solid #1aace3;color:#1aace3;transition:all 0.3s ease-in-out;}
.product-tab-boxes_01__menu li{display:inline-block;}
.product-tab-boxes_01__menu li:first-of-type{margin-left:40px;}
.product-tab-boxes_01 .product-box-nav{position:relative;list-style-type:none;display:inline;padding:0px;margin:0px 30px;font-size:16px;font-weight:700;font-family:'Open sans',sans-serif;text-transform:none;color:#acacac;cursor:pointer;transition:all 300ms ease-in-out;}
.product-tab-boxes_01 .product-box-nav:after{content:'';display:block;position:absolute;left:0;right:0;top:21px;width:0px;height:3px;margin:0 auto;background-color:#1aace3;transition:all 300ms ease-in-out;}
.product-tab-boxes_01 .product-box-nav:hover{color:#1aace3;transition:all 300ms ease-in-out;}
.product-tab-boxes_01 .product-box-nav:hover:after{width:100%;transition:all 300ms ease-in-out;}
.product-tab-boxes_01 .product-box-nav--active{display:inline-block;position:relative;font-family:'Open sans', sans-serif;transition:all 300ms;color:#222222;}
.product-tab-boxes_01 .product-box-nav--active:after{content:'';position:absolute;left:0px;right:0px;margin:0 auto;top:21px;width:100%;height:3px;background-color:#222222;}
.product-tab-box_01 .product-listing-tab{margin-top:56px;}
.product-tab-box_01 .front-title{display:none;}

/*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:nth-child(3){margin-left:0;}
.product-label__item--small{
    padding: 5px 12px;
}
.product-label__item--promotion{
    background: #ef1956;
}
.product-label__item--new{
    background: #a2d724;
}
.product-label__item--bestseller{
     background: #7e7e7e;
}
/*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:500; font-size: 14px; color:#a0a0a0;  text-transform: uppercase; } 
.product-properties__item:last-child{margin-bottom:0;}   
.properties-value{color: #666666; font-weight:500; 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; min-width: 140px; display: inline-block;}
.select-amount__btn-group{ display:inline-block;}
.select-amount__amount-btn{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size:29px;
    line-height:35px;
    border:none;
    outline:none;
    text-align:center;
    font-family: 'Source Code Pro', monospace;
}

.select-amount__amount-input{
    width: 70px;
    height: 40px;
    line-height:35px;
    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 */
/* VARIANTS BOX */
.select_version{padding:5px; cursor: pointer;}

/*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;}  

.btn--buy-disabled, .btn--buy-disabled:hover{background: #d6d6d6!important; border:1px solid #d6d6d6!important; cursor:no-drop !important; opacity:0.5}
/* 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{clear:both!important; padding-top:20px; margin-left:15px; margin-right:15px;}
.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-weight:400;
    padding-bottom:20px;
}
.description__content--content2,.description__content--content3{display:none;}
/* end description */
.front-title--special-category-title{margin-left:15px; margin-right:15px;}
/* block newsletter */
.nl_sign {margin: 50px 0;}
.nl_sign__input {width: 360px; margin-right: 15px;  height: 60px;  padding: 0 20px;}
.nl_sign__button{ color: #fff;  background: #1b3d8d;  padding: 20px 35px 20px 35px;  text-transform: uppercase;  font-weight: 700;  border-radius: 0; border: 0;}
.nl_sign__text {text-transform: uppercase; font-weight: 800; font-size: 18px; color: #363636; background: url('../../img/jean/nl.png') no-repeat left 15px center; padding-left: 80px;}

/*  */

/* 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!important;
    border:0;
    color: #8e8e8e!important;
    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!important;
    border: 1px solid #dddddd!important;
}
.panel-button:active, .panel-button:focus{ color: #8e8e8e; }
.panel-button--adress{
    background: #8e8e8e!important; 
    color:white!important;
    border: 1px solid #eeeeee;
    padding-right:50px;
}
.panel-button--trans-history{ padding-right:50px;}
.panel-button--adress:hover{
    color:white!important;
    border: 1px solid #7f7f7f!important;
}
.panel-button--adress:active, .panel-button--adress:focus{ color: white!important; }
.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%;
}
/* --------------------------- COMPLAINT VIEW -----------------*/
.form__input--edit-block{padding-left:15px;}
.form__text-area--complaint{min-height: 280px;}
.btn--add-complaint{display: inline-block; padding:0 30px; height:37px; line-height:37px; margin-top:50px!important; margin-bottom:20px!important; text-transform: uppercase; }
.send-complaint-form{margin:0 auto; text-align: center; display: block; margin-top:20px;}
.btn--send-complaint-form{display: inline-block;}
.customer_complaint select {width: 190px; }
.customer_complaint .select2-container--default .select2-selection--single, .customer_complaint  .select2-container--default .select2-selection--single .select2-selection__rendered, .customer_complaint  .select2-container--default .select2-selection--single .select2-selection__arrow{height: 55px; line-height:55px;}
.cmplaint-section{margin-bottom:30px;}
.link--complaint-attachment{display: block; margin-bottom:5px; color: #757575;}
.link--complaint-attachment:hover{color: black;}
.customer_complaint div.jfilestyle label{color:#757575; }
/* --------------------------- 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: #e35080;
    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; margin-left:5px; -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: 17px; font-weight: 700; color: #303030; text-transform: uppercase;  margin: 40px 0; width:50%;}
#shopping_cart .cart-tab {padding-left: 0; padding-right: 0; width: 100%;}
#rebate_code_value{ display: block; float:left; }
.rabats-form{text-align:left; margin-top:30px;}
.rabats-form .title_small_order{margin-top:0; display:block;width:400px; max-width:100%;}
.rabats-form button{ float:right; margin-bottom:30px;}
.goto_step2{margin-right:0!important; padding: 20px 55px!important; height:auto; }
#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; display: flex; align-items: center;}
#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: 10px; 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;}
.product_basket_count{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 {z-index: 999; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.cart-top-nav {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%;}
.shopcart_top .back a img{padding-right: 5px;}
.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: 80px; height: 105px; border: none;}
#shopping_cart .cart-item .cart_img .cart_img_wrapper img {max-width: 100%; max-height: 100%; margin-top: 5px;}
#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-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: #808080; font-weight: 700; }
#shopping_cart .cost-summary .text-right {font-weight: 700; text-transform: uppercase; color: #808080;}
 .summary-label-order{text-transform: none; color: #212121; font-size: 14px; display: inline-block; margin:0; padding:0; margin-bottom:7px;}
#order_step3 {display:none;}
#order_step3 .summary span {font-weight:400; display:inline-block; width:44%; color: #2f2f2f;}
#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:55%; padding: 5px 30px 5px 0; font-weight: 300; color: #616161; text-align: right;}
#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;}
.rabats-form{ clear:both}
.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;}

.rabats{display: block; text-align: left; margin-top:-25px; }
.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;} */

/*SIDEBAR*/
/*header__menu--vertical*/
.header__menu--vertical .sidebar__h1{font-size:30px;}
.header__menu--vertical .sidebar__h1 a{position:relative;display:inline-block;}
.header__menu--vertical .sidebar .sidebar__h1 a:after{content:'';position:absolute;display:block;left:0;right:0;margin:0 auto;width:0%;height:4px;}
.header__menu--vertical .sidebar__h1 a:hover:after{width:100%;height:4px;}
.header__menu--vertical .sidebar__h1 a{font-size:30px;color:#bdbdbd;}
.header__menu--vertical .sidebar__h1 a:hover{color:#66a1c2;text-decoration:none;}
.header__menu--vertical .sidebar a:hover{color:#1aace3;text-decoration:none;transition:all 0.3s ease-in-out;}
.header__menu--vertical .sidebar a:hover .properties-value{color:#1aace3;text-decoration:none;transition:all 0.3s ease-in-out;}
.header__menu--vertical .sidebar a{position:relative;display:inline-block;}
.header__menu--vertical .sidebar a:after{content:'';display:block;position:absolute;left:0;right:0;margin:0 auto;width:0%;height:1px;background-color:#1aace3;transition:all 0.3s ease-in-out;}
.header__menu--vertical .sidebar a:hover:after{width:100%;transition:all 0.3s ease-in-out;}
.header__menu--vertical .product-kinds__item--promo a{color:#c20000;}
.header__menu--vertical .product-kinds__item--promo a:hover{color:#e8696c;}
.header__menu--vertical .product-kinds__item--promo a:hover:after{background-color:#e8696c;}
.header__menu--vertical .product-kinds__item--new a{color:#00c25b;}
.header__menu--vertical .product-kinds__item--new a:hover{color:#5becba;}
.header__menu--vertical .product-kinds__item--new a:hover:after{background-color:#5becba;}
.header__menu--vertical .product-kinds__item--best a{color:#1aace3;}
.header__menu--vertical .product-kinds__item--best a:hover{color:#2cb3ff;}
.header__menu--vertical .product-kinds__item--best a:hover:after{background-color:#2cb3ff;}
.header__menu--vertical .input-filtres-price{border-radius:4px;}
.header__menu--vertical .filter_submit .btn-filtres{position:relative;width:40%;width:calc(80% + 11px);margin-top:15px;border-radius:5px;transition:all 0.3s ease-in-out;}
.header__menu--vertical .filter_submit .btn-filtres:hover{color:#ffffff;background-color:#1aace3;border-color:#1aace3;transition:all 0.3s ease-in-out;}


/* ------------------------- 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: #bdbdbd;
    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 li {
    position: relative;
}
.sidebar .has-ul > span {
    font-size: 20px; position: absolute; right: 0; cursor: pointer; font-weight: 700; top: 0;
}
.sidebar .opened > span {
    font-size: 20px; position: absolute; right: 0; cursor: pointer; font-weight: 700; top: 0;
}
/*.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;
}
.has-ul .sublist{display: block;}
.sidebar .has-ul:before{cursor: pointer;}
.sidebar .opened:before{cursor: pointer;}
/* .sidebar  li.has-ul.opened a:first-child{color: #000;} */

.quan_allert {display:none;}

/* FILTERS IN MENU */

.filters-select{padding: 7px; margin-bottom:15px;}
.filter-option ul{padding:0; margin:0; margin-left: -10px;}
.filter-option ul li{  padding: 5px 0; }
.filter-option ul li:first-child{padding:0;}
.input-filtres-price{ width:40%; padding: 5px; border: 1px solid #949494;     height: 35px; line-height: 35px;   padding: 0 10px; }

/* Filtrowanie select2 */
.filter-option .select2-container{width: auto!important; min-width: 150px;}
.filter-option .select2-container--default .select2-selection--single .select2-selection__rendered,.filter-option  .select2-container .select2-selection--single{line-height: 35px; height:35px;}
.filter-option .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;}

.nav-categories__sort .select2-container{width: auto!important; min-width: 150px;}
.nav-categories__sort .select2-container--default .select2-selection--single .select2-selection__rendered, .nav-categories__sort .select2-container .select2-selection--single{line-height: 35px; height:35px; color: #444!important; }
.nav-categories__sort .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;}



.customer_complaint .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.g-recaptcha--complaint{margin-top:15px;}

/*searchbox on header */
.autocomplete{position:absolute; background:white;  display:none; width:100%; z-index:999; }
.autocomplete ul{padding: 0; padding:0;  border: 1px solid #ececec; margin:0; }
.autocomplete li{list-style-type: none; padding: 6px 15px;}
.autocomplete li:hover{background: #ececec; }

.title_small_order{width:100%;}
.shopping_cart_summary .title_small_order{width:50%;}

/* ------------------------------------------------------------ SZABLONY HEADER SHOP ------------------------------------------------ */
/*SHOP_HEADER_ICONS*/
/* --- header menu dropdown --- */

.header-shop__icons .header__menu .pagesTree-0 .header__has-ul.closed .ul-closed { display:none; position:absolute; transform: translateX(-70px) translateY(-15px);  width:220px; background: rgba(63, 63, 63,0.95); }
.header-shop__icons .header__menu .pagesTree-0 .header__has-ul.closed .cat-sub.ul-closed { transform: translateX(60%) translateY(20px);  width:220px;  }
.header-shop__icons .header__menu .pagesTree-0 .header__has-ul ul { margin-left:0; padding-left:0;padding-top:10px; padding-bottom:15px;}
.header-shop__icons .header__menu .pagesTree-0 .header__has-ul li {display:block; margin:0; padding:0;text-align:left; border:none; padding-top:5px; width:200px;}
.header-shop__icons .header__menu .pagesTree-0 .header__has-ul li a {display:block; margin:0; padding:0; text-align:left; color:white; border:0; padding-top:5px;font-weight: 600; padding-left:20px;}
.header-shop__icons .header__menu .pagesTree-0 .header__has-ul li a:hover {color: #f39200;}
.header-shop__icons .header-social__item{width:49px; height:auto; border: none; margin-right:10px; height:49px!important;}
.header-shop__icons .header__menu.header__menu--horizontal{ display:block; margin: 0 auto;}
.header-shop__icons .header__menu-box{ display:block;padding:0; margin:0; border-bottom:1px solid #ebebeb;  border-top:1px solid #ebebeb;  margin: 40px 0 25px 0; }
.header-shop__icons .header__menu .header__menu li{border:none;}
.header-shop__icons .headermenu .headermenu li {float:none}

.header-shop__icons .header__menu--horizontal .header__menu ul.cat-sub>li{background:none; padding-top:5px; top:10px;}
.header-shop__icons .header__menu--horizontal .header__menu ul.cat-sub>li a:hover {text-decoration:none; color: #dbd9d9;}

.header-shop__icons .header__menu .header__menu ul li ul li{line-height:1.5;}
.header-shop__icons .header__menu .header__menu .pagesTree-0>li{padding-top:0px; padding-bottom: 0px;}

.header-shop__icons #logo {margin: 0;}
.header-shop__icons .header-social__item {
    width: 49px;
    height: 49px;
    border: none;
    margin-right: 10px;
}
/*zaloguj*/
.header-shop__icons .btn-log-in{
    background: #f39200; color: white; padding:15px 10px; min-width:125px;
}
.header-shop__icons .btn-log-in:hover, .btn-log-in:focus, .btn-log-in:active{
    background: #f39200; color: white;
}
.header-shop__icons .btn-log-in__img{margin-right:5px;}

.header-shop__icons .my-account-box__amount-of-product{background:#f39200; color:white; font-size: 10px; width:20px; height:20px; display:inline-block; text-align:center; line-height: 20px; transform:translateY(-50%) translateX(10px);}
.header-shop__icons .count-basket{border-radius: 0; margin-left:0;}
.header-shop__icons .header__icon{width:50px; height:50px;  border: 1px solid #ebebeb;  display:inline-block; text-align:center; vertical-align:top; float:left; margin-right:5px;}
.header-shop__icons .header__icon:last-child{margin-right:0;}

.header-shop__icons .header__icon:hover, .header-shop__icons .header-social__item:hover{border-color: #c4c4c4;}
.header-shop__icons .header__icon-img--basket{ line-height:50px; transform:translateY(60%) translateX(8px); }
.header-shop__icons .header__icon-img--favourite{ line-height:50px; transform:translateY(92%) translateX(50%); }
.header-shop__icons .my-account-box__amount-of-product--favourite{transform:translateY(-50%) translateX(10px); background: #e94e1b;}
.header-shop__icons .header__icon-favourite{margin-right:10px;}
.header-shop__icons .header__basket{display:inline-block;}
.header-shop__icons .my-account-box{display:inline-block; margin:0; float:left}
.header-shop__icons .my-account-box__link {margin-right:5px; }
.header-shop__icons .logged-in__hello{display:inline-block;}

.header-shop__icons #cart-drop2{position:absolute; transform: translateX(-70px) translateY(50px);  width:220px; background: rgba(63, 63, 63,0.95); }
.header-shop__icons .logged-in__account-options{ position:absolute; transform: translateX(-90px) translateY(30px);  width:220px; background: rgba(63, 63, 63,0.95); }
.header-shop__icons .account-options__option a:hover{color:#dbd9d9; text-decoration:none;}
.header-shop__icons .btn--basket{border-color:#dbd9d9;}

.header-shop__icons .header__search{display:none; position:absolute; left: -215px; top: 0px;}
.header-shop__icons #search_phrase {height:50px; width: 305px;  color:white; background: rgba(63, 63, 63,0.90); padding-right: 45px; padding-left:10px; border:1px solid rgba(63, 63, 63,0.95);  border-right:none; }
.header-shop__icons .search-box__input--main-page{margin-top:0;}
.header-shop__icons .header__icon--search-in-searchbox{float:right; z-index:1000; background:white; border:1px solid rgba(63, 63, 63,0.95); border-left:none; box-sizing: border-box; }
.header-shop__icons .header__icon-img--in-searchbox{position:absolute; top:0px; left:2px;}
.header-shop__icons .burger__mobile-nav ul#pagesTree-0.cat-sub a{font-size:13px;}
.header-shop__icons .has-ul-mobile .cat-sub  a {font-size:13px;}
.header-shop__icons .has-ul-mobile .cat-sub li{margin:0;}
.header-shop__icons .burger__mobile-nav  .search-box__input{height:40px;}
.header-shop__icons .header__menu li.has-ul:before{content:""}
.header-shop__icons .header__menu .opened:before{content:""}
.header-shop__icons .header__menu .header__menu li a{padding-top:25px; display:block; padding-bottom: 25px;  padding-left:20px; padding-right:20px;}
.header-shop__icons .header__menu .header__menu>ul>li>a:hover,.header-shop__icons .header__menu .header__menu>ul>li>a:focus,.header-shop__icons .header__menu .header__menu>ul>li>a:active{border-top: 2px solid  #f39200 ; }
.header-shop__icons .header__menu .header__menu>ul>li>a{border-top: 2px solid  transparent; }
.header-shop__icons .header__menu .header__menu li a:hover{ color: #f39200; }
.header-shop__icons .header__menu--horizontal .header__menu ul.cat-sub li a:hover{
    color: #f39200;    
}
.btn--account-verify{margin-top: 30px!important;}
#shopping_cart .cart-item .price_all .price, #shopping_cart .cart-item .price{padding-top: 40px; height:90px; vertical-align:top;}
 #shopping_cart .cart-item .price{padding-top:36px;}
 #shopping_cart .item_del{margin-top:6px;}
 
 .cat_desc {margin-top:40px;}
 .step svg {fill: #666; vertical-align: middle; width: 50px; padding-right: 5px; max-height: 32px;}
 .step.active svg {fill: red;}
 
 /*  shop-header-menu-burger      */
.shop-header-menu-burger{
    min-height: 130px;
    display: block;
    padding-top: 50px;
    position: relative;
    background-color: #ffffff;
}
.shop-header-menu-burger__menu-icon{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.shop-header-menu-burger .btn--menu path{
    fill: #231f20;
}
.shop-header-menu-burger__menu-txt{
    display: inline-block;
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 14px;
    color: #231f20;
}
.shop-header-menu-burger__close-menu .burger__close-menu {
    display: block;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0px;
    cursor: pointer;
    float: left;
    padding: 0px;
    width: 40px;
    height: 40px;
    margin-top: 45px;
}
.shop-header-menu-burger__close-menu{
    position: absolute;
    top: 0px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.shop-header-menu-burger__lang {
    float: right;
    margin: -5px 95px 0px 0px;
}
.shop-header-menu-burger__lang-box{
    position: relative;
    width: 114px;
    border: 1px solid #bababa;
    display: inline-block;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #707070;
    height: 42px;
    background-position: 79px 17px;
    z-index: initial;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__lang .toplang__item{
    padding-top: 10px;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__lang .toplang__item:hover{
    text-decoration: none;
    color: #1aace3;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__lang-box:hover{
    position: relative;
    width: 114px;
    border: 1px solid #bababa;
    display: inline-block;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #707070;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__lang-mobile{
    display: none;
}
.shop-header-menu-burger__logo{
    display: inline-block;
}
.shop-header-menu-burger .search-box{
    display: inline-block;
    position: relative;
    margin-right: 21px;
}
.shop-header-menu-burger .search-box__close-wrapper{
    display: block;
    position: relative;
    height: 100px;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
}
.shop-header-menu-burger .search-box__close{
    position: relative;
    display: block;
    float: right;
    width: 55px;
    height: 55px;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger .search-box__close:hover{
    border-color: #c3efff;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger .search-box__close-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: black;
}
.shop-header-menu-burger .search-box__close polygon{
    transition: all 0.3s ease-in-out;
    fill: #ffffff;
}
.shop-header-menu-burger .search-box__close:hover polygon{
    fill: #c3efff;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger .search-box__button{
    padding: 0px;
    right: initial;
    position: relative;
}
.shop-header-menu-burger .search-box__input-container{
    position: fixed;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1aace3;
    background-color: rgba(26,172,227,0.95);
    visibility: hidden;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 10000;
}   
.shop-header-menu-burger .search-box__input-wrapper{
    clear: both;
}
.shop-header-menu-burger .search-box__input{
    display: block;
    background-color: transparent;
    border: 0px;
    border-bottom: 4px solid #ffffff;
    height: 70px;
    width: 66.6666%;
    margin: auto;
    z-index: 100;
    padding: 0px;
    font-family: 'Open sans', sans-serif;
    color: #ffffff;
    transition: opacity 0.15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    caret-color: #ffffff;
    line-height: 10px;
    float: none;

}
.shop-header-menu-burger .search-box__input:focus{
    box-shadow: none;
    border-bottom: 4px solid #c3efff;

}
.shop-header-menu-burger .search-box__input::placeholder{
    color: #c3efff!important;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger .search-box__input:focus::placeholder{
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.shop-header-menu-burger .search-box__description-paragraph{
    display: block;
    margin: auto;
    width: 66.6666%;
    left: 0;
    right: 0;
    position: relative;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #c3efff;
}

.shop-header-menu-burger .search-box__input--active{
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger .search-box__input--active:focus{
    border: 0px;
    border-bottom: 4px solid #ffffff;

}
.shop-header-menu-burger__my-account{
    display: inline-block;
    margin-right: 20px;
}
.shop-header-menu-burger__my-account .logged-in__account-options {
    position: absolute;
    transform: translateX(-140px) translateY(25px);
    width: 220px;
    background: rgba(26,172,227,0.95);
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
}
.shop-header-menu-burger__my-account .logged-in__account-options ul li{
    position: relative;
    margin-top: 15px;
}
.shop-header-menu-burger__my-account .logged-in__account-options a{
    color: #ffffff!important;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__my-account .logged-in__account-options a:hover{
    color: #000000!important;
}
.shop-header-menu-burger__my-account .logged-in__account-options a:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 2px;
    /*background-color: #1aace3;*/
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__my-account .logged-in__account-options a:hover:after{
    width: 100%;
}
.shop-header-menu-burger__my-account .logged-in__account-options a{
    color: #231f20;
}
.shop-header-menu-burger__my-account .logged-in__account-options a:hover{
    color: #929292;
}
.shop-header-menu-burger__phone-block{
    display: inline-block;
    position: relative;
    top: -13px;
}
.shop-header-menu-burger__phone-block svg{
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.shop-header-menu-burger__phone-block a{
    position: relative;
    font-family: 'Open sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #1aace3!important;
}
.shop-header-menu-burger__phone-block a:hover{
    text-decoration: none;
}
.shop-header-menu-burger__phone-icon path{
    fill: #1aace3;
}
.shop-header-menu-burger__basket{
    float: none;
    display: inline-block;
    margin-left: 30px;
}
.shop-header-menu-burger__basket #cart-drop{
    min-width: 50px;
    min-height: 30px;
}
.shop-header-menu-burger__basket #cart-drop2{
    width: 370px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(26,172,227,0.95);
    color: #ffffff;
    transform: translateX(-310px) translateY(15px);
}
.shop-header-menu-burger__basket #cart-drop2:before{
    position: absolute;
    right: 15px;
    top: -10px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(26,172,227,0.95);
}
.shop-header-menu-burger__basket #cart-drop2 a{
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 .cart-drop2__added-to-cart--img{
    vertical-align: middle;
    margin-right: 15px;
}
.shop-header-menu-burger__basket #cart-drop2 a:hover{
    text-decoration: none;
    color: #222222;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 .cart-drop2__go-to-basket{
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: lowercase;
}
.shop-header-menu-burger__basket #cart-drop2 .cart-drop2__go-to-basket:hover{
    color: #222222;
}
.shop-header-menu-burger__basket #cart-drop2 .cart-drop2__go-to-basket:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 .cart-drop2__go-to-basket:hover:after{
    width: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #222222;
}
.shop-header-menu-burger__basket #cart-drop2 table{
    width: 100%;
}
.shop-header-menu-burger__basket #cart-drop2 h4{
    display: block;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    top: -10px;
    margin: 0px;
    border-bottom: 1px solid #ffffff;
}
.shop-header-menu-burger__basket #cart-drop2 .productn a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.shop-header-menu-burger__basket #cart-drop2 .productp a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 900;
}
.shop-header-menu-burger__basket .basket-preview-product td{
    border-bottom: 1px solid #77c7e5;
    padding-top: 15px;
    padding-bottom: 15px;
}
.shop-header-menu-burger__basket .basket-preview-product:last-of-type td{
    border-bottom: 1px solid #ffffff;
}
.shop-header-menu-burger__basket #cart-drop2 h4 a{
    color: #ffffff;
    font-family: 'Open sans', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    position: absolute;
    height: 16px;
}
.shop-header-menu-burger__basket #cart-drop2 h4 a path{
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 h4 a:hover path{
    fill: #000000;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 .basket-preview-product p{
    margin: 0;
}
.shop-header-menu-burger__basket #cart-drop2 .item_del{
    display: block;
    width: 34px;
    height: 34px;
    /*background-color: #ff485b;*/
    background-color: transparent;
    margin: 0;
    position: relative;
}
.shop-header-menu-burger__basket #cart-drop2 .item_del .item_del--image{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.shop-header-menu-burger__basket #cart-drop2 .item_del:hover{
    background-color: #ff485b;
}
.shop-header-menu-burger__basket #cart-drop2 .item_del:hover .item_del--image path{
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 .item_del:hover .item_del--image path{
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
}
.shop-header-menu-burger__basket #cart-drop2 .basket-preview-product__dummy-img{
    box-sizing: border-box;
    display: block;
    padding: 3px;
    background-color: #ffffff;
}
.shop-header-menu-burger__basket #cart-drop2 item_del__td{
    padding: 0px;
}
.shop-header-menu-burger__cart-link{
    display: block;
    position: relative;
}
.shop-header-menu-burger__amount-of-product{
    display: block;
    position: absolute;
    top: -21px;
    right: -21px;
    background-color: #1aace3;
    width: 29px;
    height: 29px;
    border-radius: 100%!important;
    text-align: center;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    padding-top: 4px;
}
.shop-header-menu-burger .burger08082018{
    fill: #231f20;
}

#dotpay-form .dotpay-logo__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

#dotpay-form .dotpay-text_container {
    justify-content: flex-start;
}

.set-display-flex {
    display: flex;
    align-items: center;   
    height: 100%;
}

.dotpay-text__container p,
.przelewy-text__container p {
    color: #000;
    font-weight: 600;
}


.dotpay-background-container>div,
.przelewy-background-container>div {
    margin: 0 15px;
}

#dotpay-form,
#przelewy24-form {
    position: relative;
    overflow-y: hidden;
}

.set-background-height {
    height: 154px;
    margin: 0;
}

.set-background-height>div {
    height: 100%;
}

#dotpay-form:before,
#przelewy24-form:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../../img/new-mask.png');
    background-repeat: repeat;
    border: 2px solid #f1f1f1;
}

#dotpay-form .dotpay-logo__container:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: rgb(210,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#dotpay-form .dotpay-logo__container:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: rgb(210,0,0);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#dotpay-form .dotpay-logo__container:hover:before,
#dotpay-form .dotpay-logo__container:hover:after,
#przelewy24-form .przelewy-logo__container:hover:before,
#przelewy24-form .przelewy-logo__container:hover:after {
    height: 15px;
}

.dotpay_btn {
    transition: all .5s ease-in-out;
}

#dotpay-form .dotpay-logo__container:hover .dotpay_btn {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.dotpay-background-container,
.przelewy-background-container {
    position: relative;
}

.dotpay-background-container:before,
.przelewy-background-container:before 
{
    content: '';
    width: 126px;
    height: 77px;
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    background: url(../../img/dotpay-arrows.png);
}

.dotpay-background-container:after,
.przelewy-background-container:after {
    content: '';
    width: 155px;
    height: 194px;
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
    background: url(../../img/dotpay_icon_right.png);
}

.przelewy-text__container p {
    text-align: left;
    margin: 0;
}