@font-face {
  font-family: 'helen';
  src: url('/box/fonts1/Helen-Pro-Regular.woff') format('woff'),
  url('/box2/fonts/Helen-Pro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helen';
  src: url('/box/fonts1/HelenBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'helen2';
  src: url('/box/fonts2/Helen2-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helen2';
  src: url('/box/fonts2/Helen2-bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

ul.breadcrumb.top-title{
    float:left;
    width:100%;
    color:#333333;
    font-weight: bold;
    margin-bottom:15px;
    margin-top:0px;
    font-family: 'helen',sans-serif;
    font-size:30px;
}
.steps-wrap{
    float:left;
    width:100%;
    background:#f1f1f1;
    padding:20px 55px;
    box-sizing:border-box;
}
.step{
    float:left;
}
.opened-info-mobile{
    display:none;
    height: 270px;
    overflow-y:scroll;
}
.opened-info-mobile.active{
        display:block;
    }
.opened-info-mobile .right-part-slider .check-label{
    width: 56%;
}
.opened-info-mobile .right-part-slider{
    float:left;
    width:100%;
}
.opened-info-mobile .slider-box {
    padding:10px;
    box-sizing:border-box;
    margin-bottom:10px;
    border-bottom:1px solid #fff;
}
.opened-info-mobile .txt-wrap{
    font-size:16px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:5px;
}
.opened-info-mobile .price-wrap{
    margin-right:80px;
}
.opened-info-mobile .numb-hld{
    width:auto;
}
.opened-info-mobile .numb-hld select{
    width:55px;
    height: 30px;
    background: #fff;
    border:none;

}
.disc-box{
    float:left;
    font-weight: bold;
    font-size:17px;
    margin-left:20px;
}
.opened-info-mobile{
    float:left;
    width:100%;
    background:#ff9900;
    position:absolute;
    bottom:180px;
}
.opened-info-mobile .right-bottom-mobile{
    float:right;
    width:calc(100% - 70px);
}
.opened-info-mobile .slider-box {
    float:left;
    width:100%;
}
.slider-box .img-wrap{
    width:auto;
    height: auto;
}

/*.step:before{
    position:absolute;
    content:"";
    left:45px;
    width:350px;
    height: 1px;
    background:#f60;
    top:25px;
}
.step:last-child:before{
    content:none;
}*/
.border-line{
    float: left;
    width: 490px;
    height: 2px;
    background: #f60;
    margin-top: 23px;
    margin-left: -55px;
}
.border-line.active{
    background:#333;
}
.step-box{
    float:left;
    width:100px;
}
.step-txt{
    float:left;
    width:100%;
    font-size:16px;
    color:#757575;
    margin-left:-25px;
    margin-top:5px;
    text-align:center;
    line-height: 17px;
}
.step1, .step2, .step3, .step4{
    float:left;
    width:45px;
    height: 45px;
    background: #f60;
    text-align:center;
    color:#fff;
    line-height: 45px;
    border-radius:50%;
    font-size:28px;
    font-family: 'Open Sans Condensed',sans-serif;
}
.step1.active, .step2.active, .step3.active, .step4.active{
    background:#333333;
    color:#fff;
}
.choise-txt{
    float:left;
    width:100%;
    text-align:center;
    font-size:25px;
    color:#333333;
    margin-top:5px;
    font-family: 'helen', sans-serif;

}
.btns-hld{
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:50px;
}
.btns-hld-centering{
    width:920px;
    margin:0 auto;
}
.btns-hld-centering .btn:hover{
    background:#f60;
}
.btns-hld-centering a{
    float:left;
    padding:10px;
    box-sizing:border-box;
    color:#fff;
    font-size:20px;
    background:#ff9900;
    -webkit-transition:0,7s;
    transition:0.7s;
    width:49%;
    text-align:center;
    margin-right: 1%;
    margin-bottom:1%;
    position:relative;
    font-family:'helen';
}
.btns-hld-centering a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0px;
    background: #ff6600;
}
.footer{
    float:left;
    width:100%;
}
.black-footer{
    background:#f1f1f1;

}
.black-footer .b-links{
    color:#333;
}
.footer.open{
    height: 244px;
}
.sum.open{
    height: 244px;
}
.open-btn{
    position:absolute;
    width:70px;
    height: 70px;
    background:#ff9900 url(../img/up-arrow.svg) no-repeat 25px 9px;
    top:-25px;
    border-radius:50%;
    cursor:pointer;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top:5px;
    background-size:20px;

}
.open-btn-mobile{
   position: relative;
    width: 40px;
    height: 40px;
    background: url(../img/up-arrow.svg) no-repeat center;
    z-index: 999;
    background-size: 20px;
    top:80px;
    left:20px;
    display:none;
}
.open-btn.active{
    position:absolute;
    width:70px;
    height: 70px;
    background:#ff9900 url(../img/down-arrow.svg) no-repeat 25px 9px;
    top:-25px;
    border-radius:50%;
    cursor:pointer;
   left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top:5px;
    background-size:20px;

}
.sum{
   float:left;
    background: #333333;
    /* height: 165px; */
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    width: 280px;
}
.empty-cart{
    float:left;
    width:100%;
    text-align:center;
    font-size:17px;
    color:#fff;
}
.sum span{
    color:#fff;
}
.img-wrap{
    float:left;
    padding-right:15px;
    padding-top:10px;
    width:140px;
    /* overflow-y: hidden; */

}
.right-section .img-wrap{
    padding-top:0px;
}
.img-wrap img{
    float:left;
    width:100%;
}

.price-wrap{
    float:left;
    font-size:20px;
    color:#333333;
    font-weight: bold;
}
.txt-wrap{
    float:left;
    width:100%;
    font-size:17px;
    color:#333333;
    margin-top:5px;
    margin-bottom:25px;
    line-height: 16px;
    font-weight: 400;
}
.footer-slider{
    float:left;
    width:calc(100% - 300px);
    background:#ff9900;
    padding:15px;
    box-sizing:border-box;
}
.footer-slider .txt-wrap{
    height: 110px;
    overflow: hidden;
}
.footer-slider .swiper-button-prev{
    background: #333 url(../img/back.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 121%;
    background-size: 17px;
    opacity:1;
}
.footer-slider .swiper-button-next{
    background: #333 url(../img/next.svg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0px;
    height: 121%;
    background-size: 17px;
    opacity:1;
}
.footer-slider .swiper-slide{
    box-sizing:border-box;
    border-right:2px solid #fff;
    padding-left:13px;
    box-sizing:border-box;
}
.numb-hld{
    float:left;
    width:100%;
}
.numb-hld select{
    width:55px;
    height: 25px;
    border:none;
}
.opened-info{
    display:none;
}
.opened-info.active{
    display:block;
}
.book-wrapper{
    float:left;
    width:100%;

}
.right-part{
    float:left;
    width:490px;
}
.final-price-box{
    float:right;
    background:#f1f1f1;
    padding:20px 25px;
    box-sizing:border-box;
    width:290px;
    text-align:right;
}
.final-price-box.view-product-wrap{
    float:left;
    background:#f1f1f1;
    padding:20px 25px;
    box-sizing:border-box;
    width:100%;
    text-align:right;
}
.final-price-box.view-product-wrap input.quantity-buy{
    width:100% !important;
    float:right !important;
    margin-left:0px;
}
.final-price-box input{
    float:right;
    width:120px;
    border:1px solid #ccc;
    margin-left:7px;
    box-sizing:border-box;
    padding: 2px 5px;
    font-size: 18px;
    text-align: right;
}
.left-pos select{
    width:60px !important;
    height: 30px;
    margin-left:5px;
    border:none;
}
.left-post .sol-inner-container{
    width:60px;
    height: 30px;
}
.left-post .multiselect1{
    width:60px;
    height: 30px;
}
/*.final-price-box span.left-pos{
    text-align:left;
}*/
.discount-wrapper{
    float:left;
    clear:left;
    margin-top:8px;
    display:none;
}
.book-title{
    width:100%;
    font-size:23px;
    font-weight: bold;
    color:#333333;
    -webkit-transition:0.5s;
    transition:0.5s;
    font-family: 'helen',sans-serif;
    margin-bottom:5px;
    margin-top:5px;

}
.book-title:hover{
    color: #f60;
}
.price{
    float:left;
    clear:left;
    font-size:24px;
    color:#333333;
    font-weight: bold;
    width:100%;
    margin-bottom:5px;
}
.light-style{
    float:left;
    font-size:17px;
    color:#333333;
    margin-right:20px;
    font-weight: bold;
}
.light-style.author-style{
    margin-right:12px;
}
.filters.shop{
    top:0;
   /* background:#ccc;*/
   padding:0px;
}
main.shop{
    margin-top:160px;
    min-height: calc(100vh - 220px);
}
main.shop h1{
    font-family: 'helen', sans-serif;
    float:left;
    width:100%;
    font-size:28px;
    line-height: 30px;
}
.final-price{
    float: right;
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    width:100%;
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
.save-sum{
    font-size:17px;
    font-weight:300;
}
.buy.shop{
    font-family: 'helen',sans-serif;
    text-transform: capitalize;
    font-size:20px;
    float:right;
    position:relative;
    height: 30px;
    line-height: 30px;
    margin-top:10px;
}
.buy.shop:hover{
    background: #f60;
}
/*.buy.shop:before{
    position: absolute;
    content: "";
    left: 20px;
    top: 5px;
    background: url(../img/plus.svg) no-repeat 5px;
    background-size: 13px;
    width: 20px;
    height: 20px;
}*/
.smaller-filters .sol-input-container input[type="text"], .smaller-filters .sol-label-text{
    font-size:20px;
}
.smaller-filters .sol-caret-container .sol-caret{
    margin-top:23px;
}
.buy.shop.next-step:before{
    content:none;
}
.buy.shop.next-step{
    padding-left:0px;
    position:relative;
}
.pulse-desktop{
    box-shadow: 0 0 0 0 rgb(255 102 0 / 70%);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.sum-word{
    font-size:28px;
    float:left;
    color:#fff;
    font-family: 'helen',sans-serif;
}
.sum-price{
    float:right;
    font-size:28px;
    color:#fff;
    font-family: 'helen',sans-serif;
    font-weight: bold;
}
.product-word{
    float:left;
    font-size:18px;
    color:#fff;
    font-family: 'helen',sans-serif;
}
.product-sum{
    float:left;
    float:right;
    font-size:18px;
    font-family: 'helen',sans-serif;
}
.left-part-slider{
    width:40%;
    float:left;

}
.right-part-slider{
    float:right;
    width:60%;
}
.right-part-slider .check-label{
    width:100%;
    float:left;
    padding-right:5px;
    box-sizing:border-box;
    font-size:12px;
    font-weight: 400;
}
.right-part-slider .numb-hld{
    width:auto;
    margin-bottom:7px;
    color:#333;
    float:right;
}
.right-part-slider span.title{
    float:left;
    width:100%;
    color:#333333;
    font-size:20px;
    font-weight: bold;
}
.right-part-slider .check-span{
    border:none;
}
.right-part-slider .check-label{
    font-style:normal;
}
.w400{
    width:500px !important;
}
.buy.shop.next-step{
    float:left;
    width:100%;
    height: 40px;
    font-size:25px;
    text-transform:uppercase;
    font-family: 'helen',sans-serif;
    line-height: 40px;
    position:relative;
    margin-top:30px;
}
.buy.shop.next-step:before{
    position:absolute;
    content:"";
    background:url("../img/cart-white.svg") no-repeat left;
    background-size:20px;
    width:30px;
    height: 30px;
    left:45px;
    top:5px;
}
.d-none{
    display:none;
}
.brands-shop{
   /* background: #ccc;
    padding: 0px;
    position: absolute;
    top: -20px;
    left: -26px;
    bottom: -60px;*/
    float:left;
    padding:15px 0px;
    box-sizing:border-box;
    background:#e2e2e2;
    position:relative;
    z-index:3;
    left:-3px;
}
.filters.shop:before{
    content:"";
    position:absolute;
    left:0;
    background:#e2e2e2;
    height: 100%;
    top:0;
    width:21%;
}
.overflow-fix{
    height: auto;
}
.brands-shop .brand-logos{
    float:left;
    margin-right: 20px;
}
.smaller-filters .multiselect, .smaller-filters .sol-inner-container{
    height: 50px;
}
.filter-row{
    position:relative;
}

.mobile-right{
    float:left;
    width:100%;
}
.mobile-right img{
    width:35px;
    height: 35px;
    background-size:27px;
    margin-top:5px;
}
.shop-filters{
    float:right;
    width:calc(100% - 250px);
    padding:25px 0 25px 50px;
    box-sizing:border-box;
    background: #ff6600;
    position:relative;
    z-index:3;
    height: 95px;
}
.shop-filters .multiselect{
    width:200px;
}
.shop-filters .sol-container.sol-active .sol-selection-container{
    width:200px !important;
}
.shop-filters .sol-inner-container{
    width:200px;
}
.mobile-show{
    display:none;
}
.buy-now{
    position:relative;
    text-align:center;
    top:20px;
    padding:10px;
    float:left;
    background:#ff9900;
    z-index:9;
     color:#fff;
    font-size:16px;
    text-transform:uppercase;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.buy-now:hover{
    color:#333333;
    text-decoration:none;
    -webkit-transition:0.7s;
    transition:0.7s;
}

.footer.open .buy-now{
    display:none;
    float:left;
}
.filters.shop .smaller-filters .sol-input-container input[type="text"],.filters.shop .smaller-filters .sol-label-text{
    font-size:20px !important;
}
.sol-checkbox, .sol-radio{
    top:13px;
}
.open-mobile-menu{
    float:left;
    width:100%;

}
.left-section{
    width:100%;
    float:left;
    padding:20px 0px;
    box-sizing:border-box;
    border-bottom:1px solid #ffad33;
}
.right-section{

    width: 280px;
    padding-top: 10px;
    box-sizing: border-box;
    background: #ff9900;
    position:relative;
    margin-top: 20px;
   float:right;
}
.cart-title{
    margin:0px;
}
.right-section .cart-title{
    margin-top:0;
    float:left;
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    font-family: 'helen',sans-serif;
    border-bottom:1px solid #1c1b1b;
    padding-bottom:10px;
    box-sizing:border-box;
    position:relative;
    padding-left:25px;
    box-sizing:border-box;
}
.right-section .cart-title:before{
    position:absolute;
    content:"";
    background:url("../img/cart.svg") no-repeat center;
    width:30px;
    height: 30px;
    background-size:25px;
    left:70px;

}
.right-section.active .cart-title:before{
    top:0px;
}
.right-section .right-part-slider{
    float:left;
    width:100%;
}
.right-section .check-label{
    padding:3px 0px;
    padding-left:0;
}
.right-section .numb-hld select{
    border:1px solid #efefef;
    color:#333;
}
/*.right-section.is-fixed{
    top:90px;
    position:fixed;

}*/

.accordion {
 /* background-color: #ff9900;*/
    background-color:#333333;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position:relative;
  padding-left:20px;
  box-sizing:border-box;
  padding-right:30px;
  border-bottom: 1px solid #1c1b1b;
}
.accordion:before{
    position:absolute;
    content:"";
    background:url(../img/download.svg) no-repeat left;
    background-size:20px;
    width:20px;
    height: 20px;
    right:10px;
}
.accordion.active-up:before{
    position:absolute;
    content:"";
    background:url(../img/download-down.svg) no-repeat left;
    background-size:20px;
    width:20px;
    height: 20px;
    right:10px;
}

.active, .accordion:hover {
  background-color:#ff9900;
  color:#333;
}
.accordion.active .img-wrap span.price, .accordion:hover .img-wrap span.price{
    color:#fff;
}
.accordion .img-wrap{
    height: auto;
    width:50px;
    margin-top:5px;
    margin-right:10px;
}
.accordion .img-wrap img{
    float:left;
    width:100% !important;
    height: auto;
    object-fit:cover;
}
.accordion .img-wrap span.price{
    float: left;
    color: #fff;
    width: 45px;
    margin-top:8px;
}
.accordion:hover .img-wrap span.price{
    color:#333;
}
.accordion.active .img-wrap span.price{
    color:#333;
}
.accordion span{
    width:calc(100% - 70px);
    float:right;
    font-size:16px;
    line-height: 17px;
    /* text-shadow: 2px 1px 1px #000; */
}

.panel {
  padding: 10px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border:1px solid #ff9900;
  border-width: 0px 1px 1px 1px;
-webkit-box-shadow: inset -1px 3px 10px 1px rgba(255,153,0,1);
-moz-box-shadow: inset -1px 3px 10px 1px rgba(255,153,0,1);
box-shadow: inset -1px 3px 10px 1px rgba(255,153,0,1);
}
.panel .txt-wrap {
    width:calc(100% - 50px);
    float:right;
    margin-bottom:10px;
}
.panel .img-wrap{
    margin-right:10px;
    margin-top:5px;
}
.panel .right-part-slider span.title{
    margin-top:10px !important;
}
.panel .price-wrap{
    width:100%;
    float:right;
}
.panel .prices-box label{
    float:left;
    margin-left:20px;
    font-size:13px;
    color:#333;
    height: 30px;
    line-height: 23px;
}
.panel .promo-wrap{
    float:left;
    text-align:right;
    margin:5px 0px;
}
.total-price{
    float:left;
    width:100%;
    text-align:right;
}
.right-pos{
    float:right;
    border-bottom:1px solid #ccc;
}
.right-pos input{
    width:50px !important;
    color:#333;
}
.big-book-wrap{
    width:100%;
    float:left;
}
.left-book-part{
    width:calc(100% - 300px);
    float:left;
}
.cart-wrap{
    display:none;
}
.prices-box{
    float:left;
    width:100%;
}
.prices-box .price{
    float:left;
    width:auto;
    font-size:17px;
}
.prices-box input.small-input{
    width:40px;
    float:left;
    border:1px solid #ccc;
    padding-left:5px;
    box-sizing:border-box;
    margin: 0 5px;
}
.full-cart img{
    width:40px;
}
main.shop .cart-wrap .cart-info{
    width:155px;
    height: 155px;
    top:35%;
}
main.shop .cart-wrap .cart-info .title{
    font-size:13px;
    margin-left:18px;
}
main.shop .cart-wrap .cart-info img{
   margin-top:10px;
   margin-left:22px;
   width:50px !important;
}
main.shop .cart-wrap .orange-circle .num-prods{
    text-align:left;
    margin-left:5px;
}
main.shop .cart-wrap .orange-circle .txt{
    text-align:left;
    margin-left:5px;
}
main.shop .cart-wrap{
    right:-65px;
}
.number{
    float:left;
    height: 30px;
    line-height: 30px;
    color:#333;

}
.number-style.left{
    width:50%;
    float:left;
}
.number-style.right{
    width:50%;
    float:right;
}
.number-style .buy.shop{
    margin-top:0px;
}
.number-style input{
    height: 30px;
}
.style-mobile{
    float:right;
    width:55%;
    display: flex;
    flex-direction:column;
}
.style-mobile input{
    height: 30px;
}
.scroll-top {
    background: #ff9900 url(../img/cart-up.svg) no-repeat center;
    right: -100px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-size: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    z-index: 900;
}
.scroll-top:hover{
     background: #ff6600 url(../img/cart-up.svg) no-repeat center;
    right: -100px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-size: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    z-index: 900;
}
.visible {
    display: block;
}
.scroll-top.visible {
    right: 7%;
    bottom: 150px;
}
.remove-product{
    float:left;
    width:60px;
    height: 40px;
    background:url("../img/delete1.svg") no-repeat center;
    background-size:40px;
    cursor:pointer;
}
.remove-product:hover{
    float:left;
    width:60px;
    height: 40px;
    background:#e0e0e0 url("../img/delete1.svg") no-repeat center;
    background-size:40px;
    cursor:pointer;
}
.cart-wrap-top{
    float: left;
    width: 50px;
    background: #ff6600;
    border-radius: 7px;
    height: 50px;
    margin-left:50px;
    position:relative;
}
.cart-wrap-top img{
    width: 30px;
    height: 50px;
    margin-left: 4px;
}
.cart-numb{
    width: 25px;
    height: 25px;
    position: absolute;
    background:#333;
    border-radius:7px;
    color:#fff;
    right:0;
    top:-10px;
    text-align:center;
    line-height: 22px;
}
.summ-all{
    float: left;
    width: auto;
    font-size: 15px;
    color: #333;
    margin-left: -10px;
    margin-top:3px;
    width:65px;
    font-weight: bold;


}
.all-cart-summ{
    float: left;
    width: 105px;
    position: absolute;
    right: 0;
    top: 22px;
    right: 22px;
}
.close-btn{
    position:absolute;
    top:5px;
    right:10px;
    background:url("../img/close-cart.svg") no-repeat center;
    background-size:20px;
    width:40px;
    height: 40px;
    cursor:pointer;
    z-index:9;
    display:none;
}

.filters.shop .path{
    float:left;
    width:100%;
    margin-top:0px;
    margin-bottom:20px;
}
ul.breadcrumb{
    float:left;
    width:100%;
    padding-left:0px;
    margin-top:0px;
}
.breadcrumb li{
    list-style-type:none;
    float:left;
}
.breadcrumb li a{
    float:left;
}
.path-link.active{
    background:#fff;
    font-weight: bold;
}
.breadcrumb li:before {
    content: "|";
    float: right;
    margin: 0px 3px;
    line-height: 18px;
}
.breadcrumb li.path-link.active:before{
    content:none;
}
.btns{
    float:left;
}
.btns-hld-centering a:hover{
    background: #923c02;
}
.btns:hover{
    background: #f60;
}
.btns.big-btn{
    float:left;
    width:99%;
}
.sol-inner-container{
    height: 42px;
    line-height: 42px;
}
.sol-caret-container .sol-caret{
    margin-top:16px;
}
.product-price{
    float:left;
    font-size:24px;
}
.orders-list .cart-prod-name .name-hld{
    font-size:16px;
    font-weight: normal;
    color:#333;
}
.txt-style{
        word-break: break-all;
}
.all-top-logos{
    float:left;
    position:absolute;
    width:100%;
    height: 50px;
}
/*.mobile-filters-btn{
    float:left;
    width:100%;
}*/
.sidebar-filters{
    display:none;
}
.filters-head{
    display:none;
}
.left.box_sizing{

}
body.is-fixed{
    overflow-y:hidden;
}
.bonus-box{
    position:absolute;
    float:left;
    width:60%;
}
.bonus-box div.left{
    color:#ff6600;
}
.order-row{
    margin:0px !important;
}
.sub-txt{
    float:left;
    width:100%;
    margin-bottom:20px;


}
.sub-txt p{
    float:left;
    width:100%;
    color:#333333;
    font-size:15px;
}
.more-info{
    float:left;
    width:100%;
    margin:10px 0px;
    color:#333333;
    font-size:16px;
}
.back-btn{
    position:relative;
     left:0;
     float:left !important;
}
.back-btn:before{
    position: absolute;
    content: "";
    background: url(../img/arrow-back-white.svg) no-repeat left;
    width: 20px;
    height: 20px;
    background-size: 10px;
    left: 17px;
    top: 5px;

}
.check-label{
    font-size:17px;
}
.book-box{
    position:relative;
    display: inline-block;
}
.img-logo{
    position:absolute;
    left:-15px;
    top:-15px;
    width:35px;
    height: 35px;
    border-radius:100%;
}
.img-logo-2 {
    left:25px;
}
.img-logo-3 {
    left:65px;
}
.img-logo-4 {
    left:105px;
}
.img-logo.anubis{
    background: #023f88 url(../img/a-w.svg) no-repeat center;
    background-size:21px;
}
.img-logo.bulvest{
    background: #a21e21 url(../img/b-w.svg) no-repeat center;
    background-size:25px;
}
.img-logo.klett{
    background:#ff9900 url(../img/k-w.svg) no-repeat center;
    background-size:25px;
}


.img-logo.camb{
    background:#f5cd92 url(../img/camb.jpeg) no-repeat center;
    background-size:25px;
}
.img-logo.oxf{
    background:#73716f url(../img/oxf.png) no-repeat center;
    background-size:25px;
}
.img-logo.pons{
    background:#40270d url(../img/pons.png) no-repeat center;
    background-size:25px;
}
.img-logo.dif{
    background:#efd1b2 url(../img/dif.jpeg) no-repeat center;
    background-size:25px;
}
.img-logo.casa{
    background:#dcd6cf url(../img/casa.png) no-repeat center;
    background-size:25px;
}
.img-logo.maison{
    background:#efe1d1 url(../img/maison.png) no-repeat center;
    background-size:25px;
}



.cat{
    float:left;
    margin-top:0px;
}
.cat-title{
    font-size:30px;
    color:#333;
}
.cart-radio{
    padding:10px !important;
}
.book-wrapper-group {
    background: #fff4e4;
    padding:0px 20px 13px 20px;
    border-bottom:1px solid #ffad33;
    margin-top:5px;
    margin-bottom:5px;
}
.book-wrapper-group .left-section {
    padding-bottom:0px;
    border-bottom:0;
}
.blueimp-gallery a.prev, .blueimp-gallery a.next{
    display:none;
}
/*.top-title{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    color: #333;
    float:left;
    width:100%;
    margin-bottom:15px;
}*/
.top-title{
    float:right;
    width:calc(100% - 270px);
    margin-top:30px;
    color:#fff;
    font-size:32px;
    text-transform:uppercase;
}

.pagination-inner{
    margin-top:50px;
}

.search-holder {
    float: right;
    outline: none;
}
.form-control {
    display: none !important;
}
.search-inp{
    display:none;
}
.btn-search{
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    outline: none;
    padding-right: 0px;
    background:#333;
}
.btn-search span {
    float: left;
    width: 35px;
    height: 37px;
    background: url(../img/search-24px.svg) no-repeat right;
    background-size: 28px;

}
.btn-search.active span{
    float: left;
    width: 37px;
    height: 37px;
    background: url(../img/close.svg) no-repeat right;
    background-size: 22px;

}
.search-with-btn {
    width: 340px;
    float: left;
    position: absolute;
   /* background: #333;*/
    padding: 30px;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    padding: 10px;
    right: 0;
    top: -20px;
    z-index:99;
    padding:0 40px;
}

.search-with-btn.active{
    visibility: visible;
    opacity:1;
    background:none;
}
.search-with-btn form {
    float: left;
    width: 100%;
    position: relative;
    right:200px;
}
.search-with-btn input {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    height: 55px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 86px;
}
.search-with-btn .search-btn {
    position: absolute;
    height: 40px;
    background: url(../img/search-black.svg) no-repeat center;
    background-size: 32px;
    transition: all 0.4s;
    transform: rotate(0);
    width: 62px;
    top: 22px;
    right: 6px;
    border: none;
}
.code1{
    float:left;
    margin-bottom:10px;
}
.code2{
    float:left;
    width:100%;
}
input.captcha-input{
    float:left;
    width:100%;
    margin-top:20px;
}
.w30{
    width:30%;
}
.w70{
    width:70%;
    margin-top:10px;
    padding-left:15px;
    box-sizing:border-box;
}
.reload{
    float:left;
    width:100%;
    color:#333;
    margin-top:-18px;
    color:#f60;
}
.right-section input{
    height: 30px;
    border:1px solid #ccc;
}
input.quantity-buy{
    width:125px !important;
    height: 30px !important;
    border:1px solid #ccc !important;
}
.contacts{
    color:#f60;
}
.contacts:hover{
    color:#f60;
    text-decoration: underline;
}

.see-more{
    float:left;
    width:100%;
    margin-top:-10px;
    cursor:pointer;
    color:#f60;
    margin-left:25px;
}
.see-more:hover{
    color:#f60;
    text-decoration:underline;
}
.rulls{
    max-height: 70px;
    overflow:hidden;
    position:relative;
}
.rulls.opened{
    max-height: inherit;
}
.invisible{
    display:none;
}
.show-more-txt.invisible{
    display:none;
}
.show-less-txt.invisible{
    display:none;
}
.show-more-txt.blocked{
    display:block;
}
.products.active .product-img{
    margin-top:10px;
}
.books-style{
    background:#6d5d5d !important;
}
.books-style:hover{
    background:#0a0303 !important;
}
.izzi-style{
    background:#dc1c60 !important;
}
.izzi-style:hover{
    background:#ab174b !important;
}


.left-column {
    width: 305px;
}
.gallery-img {
    margin-bottom: 20px;
}
.last-of-type {
    position: absolute;
    top: -5px;
    left: -8px;
    width: 132px;
    height: 115px;
    overflow: hidden;
}
.last-of-type-inner {
    position: absolute;
    top: 27px;
    left: -28px;
    width: 144px;
    background: red;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 11px;
    transform: rotate(
-45deg
);
    -webkit-transform: rotate(
-45deg
);
}
.last-of-type-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8f0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.last-of-type-inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8f0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}
.more-products-btn {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 0;
    color: #fff;
    background: #f60;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.more-products-btn img {
    width: 18px;
    margin-right: 10px;
}
.gallery-img img{
    float:left;
    width:100%;
}
.right-information{
    float:left;
    width:calc(100% - 305px);
    padding-left:50px;
    box-sizing:border-box;
}
h1.prod-name {
    color: #f60;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 33px;
    font-family: helen, sans-serif !important;

}
.descriptions {
    margin-bottom: 10px;
}
.descriptions .left-desc {
    width: 130px;
    color: #898989;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}
.descriptions .right-desc {
    width: calc(100% - 140px);
    color: #333;
    font-size: 16px;
    font-family: helen;
    font-weight: 300;
    line-height: 18px;
}
.separator {
    height: 1px;
    background: #ffad33;
    margin-bottom: 20px;
    margin-top: 10px;
}

.free-text {
    margin-top: 20px;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    font-weight: 300;
}
.free-text p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: 300;
    margin-bottom:5px;
}
.free-text span {
    color: #898989!important;
}
.filterTagBar {
    background: #f0f0f0;
    margin-top: 20px;
    padding: 15px 10px 0 10px;
}
.filterTag {
    margin: 0 0 15px 10px;
    float: left;
    color: #333;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-tag:before {
    content: "\e041";
}
.icons-right {
    position: absolute;
    top: 12px;
    right: -36px;
    width: 63px;
}
.icons-right .e-book {
    float: left;
    width: 63px;
    height: 63px;
    background: url(../img/e-book1.png) no-repeat 0 1px;
    background-size: 63px;
}
.fonts-style{
    font-family: Verdana, sans-serif;
}
.fonts-style .descriptions .left-desc{
    font-family: 'helen', sans-serif;
}
.fonts-style .free-text p{
    font-family: 'helen', sans-serif;
}
.left-texts {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media screen and (max-width: 800px){
    .accordion span {
        font-size:14px !important;
    }
}
