/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


h1,h2,h3,p {margin:0;}
input, textarea {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button {
   outline: none;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}



/* #Helper classes
================================================== */
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.blur {
    opacity:0.7;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff6600;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ml10 { margin-left:10px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.pr0 {padding-right:0 !important;}
.mt5 { margin-top:5px; }
.mr10 { margin-right:10px; }

.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.black {color:#333333;}
.mt15 {margin-top:15px;}
.mobile-search {
    position: absolute;
    top: 0;
    right: 60px;
    display: none;
    height: 55px;
    cursor: pointer;
    width: 48px;
    background: url(../img/search.svg) no-repeat center;
    background-size: 42px;
}
.mobile-cart {
    display: none;
    position: absolute;
    top: 4px;
    right: 7px;
    height: 48px;
    cursor: pointer;
    width: 48px;
    background: url(../img/cart.svg) no-repeat center;
    background-size: 31px;
    border-radius: 50%;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(255,102,0, 0.7);
  -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);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 5px 15px rgba(255,102,0,0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 5px 15px rgba(255,102,0,0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 5px 15px rgba(255,102,0,0);}}
@keyframes pulse {to {box-shadow: 0 0 5px 15px rgba(255,102,0,0);}}

.mobile-links {display: none;}
.mobile-links a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #333;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}
.mt25 {margin-top:25px;}
.for-mobile {display: none;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}

/* #Site styles
================================================== */

@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;
}
/*body {
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 300;
   font-size: 14px;
}   */
body {
   font-family: 'helen', sans-serif !important;
   font-weight: 300;
   font-size: 18px;
}
.login {
    font-size:18px !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #fff;
    width: 100%;
    z-index: 900;
}
header .logo {
    margin-top:37px;
    transition: none;
}
header .search {
    border: 1px solid #d2d2d2;
    width: 410px;
    height: 45px;
    margin-left: 147px;
    margin-top: 46px;
}
header .search-input {
    color: #898989;
    font-size: 22px;
    width: 354px;
    height: 40px;
    border: 0;
    padding-left: 14px;
    background: transparent;
}
header .search-input::-moz-placeholder {
    opacity: 1;
    color: #898989;
    filter: alpha(opacity=100);
}
header .search-input:-moz-placeholder {
    opacity: 1;
    color: #898989;
    filter: alpha(opacity=100);
}
header .search-input:-ms-placeholder {
    opacity: 1;
    color: #898989;
    filter: alpha(opacity=100);
}
header .search-input:-webkit-placeholder {
    opacity: 1;
    color: #898989;
    filter: alpha(opacity=100);
}
header .submit-search {
    border: 0;
    height: 43px;
    width: 48px;
    padding: 0;
    background: url("../img/search.svg") no-repeat center;
    background-size: 42px;
}
header .brand-logos {
    transition: none;
}
.cart-step2 {
    border-bottom: 10px solid #ff6600;
}
.brand-slider {
    margin-top: 45px;
    width: 373px;
    text-align: center;
    height: 46px;
    overflow: hidden;
    opacity: 0;
}
.brand-slider .swiper-container-logos {
    padding: 0 30px;
}
.brand-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 0;
    left: 0;
    background: url(../img/slider_l_arrow.png) no-repeat center #fff;
    width: 22px;
    height: 100%;
    background-size: 10px;
    margin-top: 0;
}
.brand-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: 0;
    right: 0;
    background: url(../img/slider_r_arrow.png) no-repeat center #fff;
    width: 22px;
    height: 100%;
    background-size: 10px;
    margin-top: 0;
}
.brands a {
    transition: none;
    display: inline-block;
    height: 46px;
}
.brands a img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 46px;
    max-width: 100%;
}



header .contacts,header .clean-head-link {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 48px;
    margin-left: 30px;
    transition: none;
    position: relative;
}
header .contacts::after {
    position: absolute;
    top: 8px;
    right: -13px;
    content: "";
    height: 20px;
    width: 1px;
    background: #333;
}
header .contacts:hover {
    color: #ff6600;
}
header .login {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 48px;
    margin-left: 25px;
    background: url(../img/user2.svg) no-repeat left;
    background-size: 21px;
    padding-left: 26px;
    transition: none;
}
header .login:hover {
    background: url(../img/user2_hover.svg) no-repeat left;
    background-size: 21px;
    color: #ff6600;
}


.is-smaller {height: 50px;}
.is-smaller .logo {
    margin-top: 3px;
}
.is-smaller .logo img {
    width: 70px !important;
}
.is-smaller .search {
    height: 32px;
    margin-top: 9px;
}
.is-smaller .search-input {
    height: 27px;
}
.is-smaller .submit-search {
    height: 30px;
    background: url(../img/search.svg) no-repeat center;
    background-size: 35px;
}
.is-smaller .brand-slider {
    margin-top: 2px;
}
.is-smaller .contacts {
    margin-top: 8px;
}
.is-smaller .login {
    margin-top: 8px;
}
.smaller-filters .overflow-fix {
    height: auto;
}
.smaller-filters .tabs-wrap {
    display: none;
}
.smaller-filters .filter-row {
    position: relative;
    float: left;
}
.overflow-fix {
    height: 50px;
}
.filter-row {
    position: absolute;
    top: 0;
    left: 0;
}
.tabs-wrap {
    position: absolute;
    top: -35px;
    left: 0;
}
.tabs-wrap .tabs {
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mon-links .tabs2 {
    background: #333;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px;
}
.mon-links .tabs2:hover {
    opacity: 0.9;
}
.tabs-wrap .tabs:hover {
    background: #f1f1f1;
}
.tabs-wrap .tabs:nth-child(1) {
    margin-right: 10px;
}
.tabs-wrap .active-tab:hover {
    background: #ff6600;
}
.tabs-wrap .active-tab {
    cursor: default;
    color: #fff;
    background: #ff6600;
    border-left: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
}
.filters {
    position: fixed;
    top: 168px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background: #ff6600;
    z-index: 900;
}
.yellow-pop-wrap {
    position: absolute;
    top: 72px;
    left: 30px;
}
.yellow-pop {
    float: left;
    width: 245px;
    background: #ffcc00;
    padding: 20px 22px;
    color: #333333;
    font-size: 20px;
    line-height: 23px;
    z-index: 2;
    position: relative;
}
.yellow-pop-wrap span {
    position: absolute;
    top: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 160px solid #ffcc00;
    border-bottom: 50px solid transparent;
}
.smaller-filters {
    top: 50px;
    padding: 20px 0;
}
.smaller-filters .multiselect {
    height: 40px;
}
.smaller-filters .sol-inner-container {
    height: 40px;
    line-height: 40px;
}
.smaller-filters .sol-caret-container .sol-caret {
    margin-top: 17px;
}
body .smaller-filters .submit-search {
    height: 40px;
    background: url(../img/search_white.svg) no-repeat center #333333;
    background-size: 28px;
}
.smaller-filters .sol-input-container input[type="text"], .smaller-filters .sol-label-text {
    font-size: 22px;
}
.smaller-filters .sol-current-selection {
    top: 40px;
}

.smaller-filters .yellow-pop-wrap {
    top: 65px;
}
/*
.smaller-filters .yellow-pop {
    padding: 5px 22px;
    font-size: 17px;
    line-height: 17px;
}
.smaller-filters .yellow-pop-wrap span {
    border-bottom: 42px solid transparent;
}
*/

.make-them-wider .multiselect {
    width: 280px;
}
.make-them-wider .sol-inner-container {
    width: 280px;
}
.make-them-wider .sol-container.sol-active .sol-selection-container {
    width: 280px !important;
}
.multiselect {
    height: 50px;
    width: 220px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.multiselect:last-of-type {
    margin-right: 0;
}
.multiselect option {
    height: 50px;
    font-size: 20px;
    padding: 10px 7px 0 15px;
    line-height: 50px;
}
.filters .submit-search {
    width: 100px;
    height: 50px;
    background: url(../img/search_white.svg) no-repeat center #333333;
    background-size: 43px;
    border: 0;
}
main {
    float: left;
    width: 100%;
    margin-top: 298px;
}
.slider {

    overflow: hidden;
}
.slider .slide {

}
.books-list {
    margin-top: 100px;
}
.book-wrap {
    margin-bottom: 74px;
    margin-left: 46px;
    margin-right: 46px;
    width: 230px;
    display: inline-block;
    text-align: left;
}

.book-wrap .img-wrap {
    margin-bottom: 10px;
}
.book-wrap .no-img {
    overflow: hidden;
}
body .book-wrap .no-img img {
    width: auto;
    margin-left: -38px;
    transform: none !important;
}
.book-wrap .img-wrap img {
    width: 226px;
    height: 300px;
    outline: transparent solid 1px;
}
.book-wrap .prices .real {
    font-size: 24px;
    font-weight: bold;
}
.discounted {
    font-size: 20px;
    font-weight: bold;
    color: #616365;
    position: relative;
    margin-top: 4px;
}
.discounted::after {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff9900;
    content: "";
}
.icons-right {
    position: absolute;
    top: 12px;
    right: -36px;
    width: 63px;
}
.icons-right .new {
    float: left;
    width: 57px;
    height: 57px;
    background: #86bc42;
    border-radius: 500px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.icons-right .has-code {
    float: left;
    width: 57px;
    height: 57px;
    background: #ff6600;
    border-radius: 500px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 57px;
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.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: #ff0000;
    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: 0px; 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;
}
.last-of-type-inner::after {
  content: "";
  position: absolute; right: 0px; 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;
}
.icons-right .e-book {
    float: left;
    width: 63px;
    height: 63px;
    background: url(../img/e-book.png) no-repeat 0 1px;
    background-size: 63px;
}
.book-wrap .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
    height: 56px;
    overflow: hidden;
}
.book-wrap .title:hover {
    color: #ff6600;
}
.buy {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    background: #ff9900;
    margin-top: 15px;
    position: relative;
    text-decoration: none !important;
}
.buy .txt {
    position: relative;
    z-index: 1;
}
.buy .effect {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #ff6600;
}
.buy:hover {
    color: #fff;
}
.book-wrap .cat {
    margin-top: 15px;
    height: 40px;
}
.discount {
    position: absolute;
    top: -8px;
    left: 10px;
    width: 74px;
    height: 64px;
    background: url("../img/discount.png") no-repeat center;
    background-size: 74px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    text-indent: -4px;
}
.yellow-footer {
    background: #ff9900;
    padding: 40px 0 50px 0;
}
.yellow-footer .title {
    font-size: 20px;
}
.yellow-footer .contact-link {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: none;
}
.yellow-footer .contact-link:hover {

}
.yellow-footer .f-links {
    color: #333333;
    font-size: 20px;
    clear: both;
}
.yellow-footer .f-links:hover {

}
.yellow-footer .online-dictionary {
    padding-left: 52px;
    background: url("../img/pons.svg") no-repeat left top;
    background-size: 44px;
}
.yellow-footer .online-dictionary .title-w {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}
.yellow-footer .online-dictionary .text {
    font-size: 19px;
    color: #333333;
    line-height: 20px;
    margin-top: 5px;
}
.yellow-footer .fb {
    width: 41px;
    height: 41px;
    background: url("../img/fb.svg") no-repeat;
    background-size: 41px;
    margin-right: 16px;
    transition: none;
}
.yellow-footer .in {
    width: 41px;
    height: 41px;
    background: url("../img/in.svg") no-repeat;
    background-size: 41px;
    margin-right: 16px;
    transition: none;
}
.yellow-footer .tube {
    width: 41px;
    height: 41px;
    background: url("../img/youtube.svg") no-repeat;
    background-size: 41px;
    transition: none;
}
.yellow-footer .socials {
    padding-left: 50px;
}
.black-footer {
    height: 60px;
    line-height: 60px;
    background: #333333;
}
.black-footer .b-links {
    color: #fff;
    font-size: 19px;
    margin-right: 35px;
}
.black-footer .b-links:hover {
    text-decoration: underline;
}

.black-footer .text {
    color: #fff;
    font-size: 19px;
}
.tara {
    width: 70px;
    height: 20px;
    background: url(../img/tarasoft_white_logo2.svg) no-repeat left;
    background-size: 78px;
    margin-top: 22px;
    margin-left: 5px;
}
.fixed-links {
    position: fixed;
    top: 298px;
    left: 0;
    width: 195px;
    height: 400px;
    z-index: 600;
    background: #333333;
}
.fixed-links a {
    height: 33.3%;
    padding-left: 30px;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #ff6600;
    transition: none;
    line-height: 25px;
}
.fixed-links a:last-of-type {
    border-bottom: 0;
}
.fixed-links a:hover span {
    text-decoration: underline;
}
.smaller-links {
    width: 96px;
    height: 151px;
    top: 130px;
}
.smaller-links a, .smaller-links-inner a {
    line-height: 13px;
    font-size: 13px;
    padding-left: 15px;
}
.smaller-links-inner {
    width: 96px;
    height: 151px;
    top: 298px;
}
.cart-wrap {
    position: fixed;
    top: 45%;
    right: -75px;
    z-index: 900;
}
.cart-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.cart-wrap .cart-info {
    width: 185px;
    height: 185px;
    background: #333333;
    border-radius: 500px;
    position: relative;
    z-index: 1;
}
.cart-wrap .cart-info .title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    margin-left: 35px;
}
.cart-wrap .cart-info img {
    margin-top: 10px;
    margin-left: 34px;
}
.cart-wrap .has-items-cart {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: -2px;
    left: 0;
    margin-top: 0 !important;
}
.has-opacity {
    opacity: 0;
}
.cart-effect {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.cart-wrap .cart-img-icons {
    height: 90px;
}
.cart-wrap .orange-circle {
    width: 128px;
    height: 128px;
    background: #ff6600;
    border-radius: 500px;
    clear: both;
    padding-right: 49px;
    padding-top: 10px;
    margin-left: 19px;
    margin-top: -28px;
}
.cart-wrap .orange-circle .num-prods {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
}
.cart-wrap .orange-circle .num-prods span {
    font-size: 18px;
}
.cart-wrap .orange-circle .price {
    font-size: 18px;
    color: #fff;
    text-align: right;
}
.cart-wrap .orange-circle .txt {
    font-size: 18px;
    color: #fff;
    margin-top: -5px;
    text-align: right;
}
.hamburger {
  display: none;
  position: absolute;
  left: 10px;
  top: 16px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 25px;
    height: 4px;
    background-color: #333333;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
.hamburger-inner:before {
    top: -10px; }
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner:before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner:after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
    background: #000;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .hamburger--slider.is-active .hamburger-inner:after {
          top: 20px;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
            background: #000;
}
.openedSearch {
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Safari */
    transform: rotate(30deg);
    opacity: 0.5;
}
.cart-page main {
    margin-top: 140px;
}
.cart-page header {
    border-bottom: 10px solid #ff6600;
}
.cart-page .is-smaller, .cart-step2 .is-smaller {
    height: 70px;
}
.cart-step2 .is-smaller .search {
    margin-top: 15px;
}
.cart-step2 .is-smaller .brand-slider {
    margin-top: 8px;
}
.cart-step2 .is-smaller .contacts, .cart-step2 .is-smaller .login {
    margin-top: 14px;
}
.cart-page .is-smaller .logo, .cart-step2 .is-smaller .logo {
    margin-top: 8px;
}
.cart-page .is-smaller .clean-head-link {
    margin-top: 14px;
}
.path {
    /* margin-top: 25px; */
    margin-bottom: 40px;
}
.path a {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}
.path a:hover {
    text-decoration: underline;
}
.path-link.active a {
    color: #999;
}
.path .devider {
    color: #898989;
    font-size: 14px;
    margin: 0 8px;
    font-weight: 300;
}
.path .last {
    cursor: default;
    text-decoration: none !important;
}
.cart-section {
    margin-bottom: 100px;
}
.cart-section h2 {
    color: #ff6600;
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 300;
}
.continue-shopping {
    color: #333333;
    font-size: 16px;
    padding-left: 16px;
    background: url("../img/arr_orange2.png") no-repeat 0 14px;
    background-size: 8px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}
.continue-shopping:hover {
    color: #333333;
    text-decoration: underline;
}
.to-order {
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
    padding-left: 20px;
    font-weight: 300;
    color: #fff;
    position: relative;
    background: #fe9900;
    border: 0;
}
.to-order .arr {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 34px;
    z-index: 2;
    background: url("../img/arr_white.png") no-repeat center 13px;
    background-size: 8px;
}
.to-order .effect, .button-effect .effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #ff6600;
}
.to-order .txt {
    position: relative;
    z-index: 2;
}
.to-order:hover {
    color: #fff;
    text-decoration: none;
}

.cart-section .info-row {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-top: 25px;
}
.cart-section .col1 {
    width: 530px;
}
.cart-section .col2 {
    width: 130px;
    text-align: center;
    margin-right: 70px;
}
.cart-section .col3 {
    width: 130px;
    text-align: center;
}
.cart-section .col {
    font-size: 16px;
    color: #898989;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}
.cart-row {
    padding: 24px 0;
    border-bottom: 1px solid #dadada;
}
.cart-row .img-wrap {
    width: 113px;
}
.cart-row .img-wrap img {
    outline: transparent solid 1px;
}
.cart-row .prod-details {
    width: 387px;
    margin-left: 20px;
    min-height: 150px;
}
.cart-row .prod-name {
    color: #333333;
    font-size: 26px;
    line-height: 28px;
    margin-top: -4px;
    height: 94px;
    overflow: hidden;
    text-decoration: none !important;
}
.cart-row .prod-name:hover {
    color: #ff6600;
}
.absolute-div {
    position: absolute;
    bottom: 0;
    left: 0;
}
.cart-row .prod-num {
    font-weight: 300;
    color: #898989;
    font-size: 16px;
}
.cart-row .prod-num span {
    color: #333;
}
.cart-row .availible {
    color: #02af31;
    font-size: 16px;
    margin-top: 14px;
    font-weight: 500;
    padding-left: 20px;
    background: url("../img/check.png") no-repeat 0 7px;
    background-size: 14px;
}
.quantity {
    width: 70px;
    height: 30px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.quantity input, .groups-input {
    width: 48px;
    height: 27px;
    border: 0;
    background: 0;
    color: #333333;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin-right: 4px;
    background: #fff;
}
.quantity .prod-count-click-up {
    width: 12px;
    height: 7px;
    cursor: pointer;
    background: url("../img/num_up.png") no-repeat;
    background-size: 12px;
    margin-top: 5px;
}
.quantity .prod-count-click-down {
    width: 12px;
    height: 7px;
    cursor: pointer;
    background: url("../img/num_down.png") no-repeat;
    background-size: 12px;
    margin-top: 5px;
}
.cart-row .col2, .cart-row .col3 {
    height: 150px;
}
.cart-row .price {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.cart-row .delete {
    width: 18px;
    height: 17px;
    display: inline-block;
    background: url("../img/close.png") no-repeat;
    background-size: 18px;
    -webkit-transition: none;
    transition: none;
    position: relative;
}
.discount-wrap {
    margin-top: 25px;
}
.discount-wrap .discount-code {
    width: 310px;
    height: 40px;
    border: 1px solid #dadada;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    padding: 0 20px;
}
.discount-wrap .discount-code:-ms-input-placeholder, .input-wrap input:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
.discount-wrap .discount-code::-moz-input-placeholder, .input-wrap input::-moz-input-placeholder {
    color: #333333;
    opacity: 1;
}
.discount-wrap .discount-code:-moz-input-placeholder, .input-wrap input:-moz-input-placeholder {
    color: #333333;
    opacity: 1;
}
.discount-wrap .discount-code::placeholder, .input-wrap input::placeholder {
    color: #333333;
    opacity: 1;
}
.discount-wrap .discount-code::-webkit-input-placeholder, .input-wrap input::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}
.discount-wrap button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    background: #fe9900;
    border: 0;
    position: relative;
}
.discount-wrap button .txt {
    position: relative;
    z-index: 2;
}
.discount-wrap button .effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #ff6600;
}
.delivery {
    font-size: 16px;
    margin-top: 25px;
    color: #333333;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}
.total {
    height: 60px;
    line-height: 60px;
    background: #333333;
    padding: 0 23px;
    margin-top: 24px;
}
.total .text {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.guest-shop {
    width: 668px;
    padding-right: 70px;
}
.cart-section .heading {
    margin-bottom: 25px;
}
.cart-section .heading .user {
    width: 35px;
    height: 35px;
    background: url("../img/profile.png") no-repeat center #fe9900;
    background-size: 20px;
}
.cart-section .heading .txt {
    color: #333333;
    font-size: 26px;
    width: calc(100% - 55px);
}
.input-wrap {
    width: 50%;
    margin-bottom: 25px;
}
.input-wrap:nth-child(1), .input-wrap:nth-child(3) {
    padding-right: 22px;
}
.input-wrap:nth-child(2), .input-wrap:nth-child(4) {
    padding-left: 22px;
}
.input-wrap input {
    float: left;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.left-column {
    width: 305px;
}
.gallery-img {
    margin-bottom: 20px;
}
.left-column .no-img-inner {
    overflow: hidden;
}
.left-column .no-img-inner img {
    height: 400px;
        width: auto;
    margin-left: -53px;
}
 .left-column .buy{
      height: auto !important;
      font-size:20px !important;
 }
.thumbs-mobile {
    display: none;
}
.thumbs a {
    float: left;
    margin-left: 22px;
    margin-bottom: 22px;
}
.thumbs a:nth-child(3n+1) {
    margin-left: 0;
}
.thumbs .is-selected {
    opacity: 0.6;
}
.print {
    color: #333333;
    font-size: 16px;
    height: 58px;
    padding-left: 73px;
    background: url(../img/print.svg) no-repeat;
    background-size: 66px;
    margin-bottom: 13px;
    font-weight: 300;
}
.print span, .mail-to span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.print:hover span, .mail-to:hover span {
    color: #ff6600;
}
.mail-to {
    color: #333333;
    font-size: 16px;
    height: 58px;
    padding-left: 73px;
    background: url(../img/email.svg) no-repeat;
    background-size: 66px;
    font-weight: 300;
}
.print:hover, .mail-to:hover {
    color: #333333;
}
.middle-column {
    width: 590px;
    margin-left: 75px;
}
.middle-column .prod-name {
    color: #ff6600;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 37px;
}
.descriptions {
    margin-bottom: 10px;
}
.descriptions .left-desc {
    width: 130px;
    color: #898989;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.descriptions .right-desc {
    width: calc(100% - 140px);
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.descriptions .right-desc a {
    color: #ff6600;
}
.descriptions .right-desc a:hover {
    text-decoration: underline;
}
.separator {
    height: 1px;
    background: #ffad33;
    margin-bottom: 20px;
    margin-top: 10px;
}
.free-text {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-weight: 300;
}
.free-text p {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 300;
}
.free-text strong {
    /*font-weight: 300; */
}
.free-text span {
    color: #898989 !important;
}
.free-text a {
    color: #ff6600 !important;
    text-decoration: underline;
}
.right-column {
    width: 285px;
    background: #f1f1f1;
    padding: 25px 20px;
}
.right-column .nums {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin-top: 4px;
    margin-right: 5px;
}
.right-column .price {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-top: -3px;
}
.right-column .texts {
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    text-align: right;
}
.right-column .availible {
    color: #02af31;
    font-size: 16px;
    font-weight: 500;
    margin: 14px 0;
}
.middle-column .availible {
    color: #02af31;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}
main .send-request {
    font-size: 23px;
    line-height: 40px;
}
.buy-inner {
    height: 40px;
    background: #ff9900;
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.buy-inner .text {
    position: relative;
    z-index: 2;
}
.buy-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 40px;
    z-index: 2;
    background: url(../img/cart-white2.svg) no-repeat center;
    background-size: 35px;
}
.buy-inner .effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #ff6600;
}
.right-column .text1 {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
.right-column .text1 a {
    color: #ff6600;
}
.right-column .text1 a:hover {
    text-decoration: underline;
}
.right-column .text2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.title-others {
    color: #333333;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 40px;
}
.similar-products {
    border-bottom: 1px solid #ffad33;
    padding-bottom: 10px;
    clear: both;
}
.pagination-wrap {
    text-align: center;
}
.pagination-inner {
    display: inline-block;
    float: none !important;
    border-bottom: 2px solid #ff9900;
    margin-top: 10px;
    margin-bottom: 50px;
}
.pagination-inner .pagination {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.pagination-inner li {
    list-style: none;
    float: left;
}
.pagination-inner .first-p {
    height: 32px;
    width: 29px;
    background: url(../img/next-active.svg) no-repeat center;
    background-size: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagination-inner .first-p:hover {
    background: url(../img/next-active.svg) no-repeat center;
    background-size: 12px;
}
.pagination-inner .last-p {
    height: 32px;
    width: 29px;
    background: url(../img/back-active.svg) no-repeat center;
    background-size: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagination-inner .last-p:hover {
    background: url(../img/back-active.svg) no-repeat center;
    background-size: 12px;
}
.pagination-inner .disabled {
    /* display: none; */
}
.pagination-inner .page-link[rel~="prev"] {
    height: 32px;
    width: 29px;
    background: url(../img/back-active.svg) no-repeat center;
    background-size: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-indent: -9999px;
}
.pagination-inner .page-link[rel~="prev"]:hover {
    background: url(../img/back-active.svg) no-repeat center;
    background-size: 8px;
}
.pagination-inner .page-link[rel~="next"] {
    height: 32px;
    width: 29px;
    background: url(../img/next-active.svg) no-repeat center;
    background-size: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-indent: -9999px;
}
.pagination-inner .page-link[rel~="next"]:hover {
    background: url(../img/next-active.svg) no-repeat center;
    background-size: 8px;
}
.pagination-inner .page-link {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #333333;
    font-size: 18px;
    float: left;
}
.pagination-inner .active {
    background: #ff9900;
}
.pagination-inner .active:hover {
    background: #ff9900;
}
.pagination-inner .active:hover .page-link {
    color: #fff;
    background: #ff9900;
}
.pagination-inner .active .page-link {
    color: #fff;
}
.pagination-inner .page-link:hover {
    background: #ededed;
}





/* CART */
.input-group{
    float: left;
    width: 100%;
    position: relative;
}
.lable-material{
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 23px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.input-material:focus ~ label, .input-material.filled ~ label {
  top: 5px;
}
.input-material{
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    line-height: 30px;
    padding-top: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}
.input-material:hover{
    background: url("../img/edit.svg") no-repeat right center;
    background-size: 20px;
}
.input-material.pass:hover{
    background: url("../img/pass.svg") no-repeat right center;
    background-size: 20px;
}
.profile-column-big{
    width: 66%;
    float: left;
}
.profile-column{
    width: 31%;
    float: right;
}
.profile-50{
    width: 48%;
}
.profile-30{
    width: calc(33.33% - 19px);
}
.profile-30 {
    margin-left:28px;

}
.profile-30:nth-of-type(3n+1){
    margin-left:0;
}
.radio-hld{
    line-height: 18px;
    padding: 21px 0;
    float: left;
    width: 100%;
}
.radio{
    display: none;
}
.radio-label{
    padding: 0 15px;
    float: left;
    line-height: 20px;
    cursor: pointer;
    font-weight: 300;
    color: #333;
}
.brd-top{
     border-top: 1px solid #e0e0e0;
     padding-top: 15px;
     margin-top: 20px;
}
.add-address-btn{
    float: left;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 40px;
    background: url(../img/add.svg) no-repeat 8px center;
    color: #333;
    width: 260px;
    margin-top: 10px;
    font-weight: 300;
}
.add-address-btn:hover{
    background: #fe9900 url(../img/add-white.svg) no-repeat 8px center;
    color: #fff;
}
.add-address-btn:active, .add-address-btn:focus {
    text-decoration: none;

}
.radio-span{
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}
.radio-span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #fe9900;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input.radio:checked + label .radio-span::before{
    width: 8px;
    height: 8px;
}
.profile-column .btn-border{
    width: 100%;
}
.label-select{
    font-size: 12px;
    line-height: 22px;
    float: left;
    min-height: 22px;
    min-width: 1px;
}
.btn-border.w30{
    width: calc(33.33% - 19px);
    float: right;
}
.order-box{
    float: left;
    width: 100%;
    display: table;
    border: 1px solid #f1f1f1;
    margin: 4px 0;
}
.order-column{
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 20px;
}
.order-column:first-of-type{
    width: 40%;
}
.order-row{
    margin: 7px 0;
}
.ord-header{
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.ord-header:hover{
    color: #4a6fab;
}
.status{
    font-weight: bold;
}
.status.processing{
    color: #4a6fab;
}
.status.finished{
    color: #339933;
}
.status.rejected{
    color: #ffcc66;
}
.price-order{
    font-weight: bold;
    font-size: 20px;
}
.order-date{
    padding-left: 25px;
    background: url("../img/date.svg") no-repeat;
    background-size: 16px;
}
.order-time{
    padding-left: 25px;
    background: url("../img/time.svg") no-repeat;
    background-size: 16px;
}
.order-column .btn-border{
    float: right;
    min-width: 135px;
    margin-top: 0;
}
.holder-box{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.address-box{
    background-color: #4a6fab;
    float: left;
    color: #fff;
    width: calc(33.33% - 19px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 75px;
    padding: 0 60px 0 15px;
    margin: 0 0 10px 28px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.address-box:hover{
    color: #fff;
    background-image: url("../img/edit-white.svg");
    background-size: 18px;
}
.address-box:first-of-type, .address-box:nth-of-type(3n+1){
    margin-left: 0;
}

.address-box.btn-border{
    background: #fff;
    margin-bottom: 10px;
    padding: 0;
    color: #333;
}
.address-box.btn-border:hover{
    background: #ffcc66;
    color: #fff;
}
.address-box.btn-border:hover::before {

    background: url(../img/add-white.svg) no-repeat center;
}
.textarea-brd {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    resize: none;
    height: 80px;
    font-size: 16px;
    margin-top: 5px;
}

.address-box.btn-border::before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/add.svg") no-repeat center;
    background-size: 20px;
    position: relative;
    top: 5px;
}
.back-shopping{
    font-size: 12px;
    line-height: 16px;
    padding-left: 20px;
    background: url("../img/back-shopping.svg") no-repeat left center;
    background-size: 16px;
    margin-top: 13px;
    float: left;
    clear: both;
}
.top-cart-btn{
    margin-bottom: 15px;
}
.cart-header {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}
.cart-header .cart-column-big, .cart-header .cart-column {
    color: #898989;
}
.cart-column-big {
    float: left;
    width: 40%;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    text-transform: none;
}
.cart-column {
    float: left;
    width: 15%;
    text-align: center;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    text-transform: none;
}

.cart-rowW {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: table;
    position: relative;
    margin: 5px 0;
}
.cart-rowW .cart-column, .cart-rowW .cart-column-big{
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.delivery-product-row .cart-img {
    width: 60px;
    height: 60px;
}
.delivery-product-row .cart-column-big {
    width: 55%;
}
.cart-img {
    float: left;
    position: relative;
    border-right: 1px solid #f1f1f1;
    width: 148px;
    height: 148px;
    overflow: hidden;
}
.cart-img img{
    position: relative;
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-prod-desc{
    float: left;
    width: calc(100% - 150px);
    padding: 15px;
}
.cart-product-name {
    color: #333333 !important;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.cart-product-name span {
    font-weight: 300;
    font-size: 14px;
}
.cart-column .quantity{
    float: none;
    display: inline-block;
}
.cart-product-name:hover{
    color: #4a6fab;
}
.cart-column-big .product-code{
    margin-top: 10px;
}
.cart-column-big .availability{
    clear: left;
}
 .old-price{
    float: none;
    display: inline-block;
}
.cart-price{
    font-size: 20px;
    float: left;
    width: 100%;
    color: #333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.cart-column .delete{
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
}
.cart-delivery-free{
    color: #4a6fab;
}
.cart-bottom-row{
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
}
.cart-bottom-row:first-of-type{
    border-bottom: none;
}
.right-row{
    padding: 10px 0;
}
.right-row .txt{
    width: 90px;
    text-align: right;
    margin-right: 10px;
    color: #898989;
    font-size: 16px;
    font-weight: 300;
}
.cart-delivery-free {
    color: #333;
    font-size: 16px;
    font-weight: 300;
}
.code-hld{
    margin-top: 20px;
}
.code{
    border: 1px solid #f1f1f1;
    line-height: 40px;
    width: 390px;
    padding-left: 10px;
}
.submit-code.btn{
    width: 160px;
}
.cart-bottom-row.total{
        height: 60px;
    line-height: 60px;
    background: #333333;
    padding: 0 23px;
    margin-top: 24px;
        font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.cart-bottom-row.total .cart-price{
    font-size: 24px;
    color: #fff;
}
.btn360{
    width: 360px;
    float: right;
    margin-top: 25px;
}

.btn300{
    display: inline-block;
    float: none;
    width: 300px;
    margin: 60px 10px 0 10px;
}
.cart-text-bigger{
    font-size: 25px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cart-text-bigger span{
    text-transform: uppercase;
}

.profile-25{
    float: left;
    width: calc(25% - 15px);
    margin-left: 20px;
}
.profile-25:first-of-type{
    margin-left: 0;
}

.popup-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /*background: rgba(181, 203, 239, 0.8);
    background-color: rgba(0, 0, 0, 0.4);*/
    background: rgba(74,111,171,0.5);
    z-index: 999;
    display: none;
}
.popup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 1000;
    display: none;
}
#addressForm label {
    float:left;
    margin-top:15px;
    color:#fff;
    font-size: 15px;
}
.popup.cart-pop,.popup.question-pop{
    width: 390px;
    top: 50%;
    text-align: center;
    background: #fe9900;
    padding:  15px;
}
.popup img{
    max-width: 100%;
}
.popup#address{
    -webkit-transform: translate(-50%,-5%);
    transform: translate(-50%,-5%);
}
.border-title{
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}
.border-title h3{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.border-title span{
    position: relative;
    display: inline-block;
}
.border-title span::before, .border-title span::after{
    content: "";
    position: absolute;
    left: -103%;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.border-title span::after{
    left: auto;
    right: -103%;

}
.popup .btn-border{
    color: #fff;
    width: 300px;
    background: transparent;
    float: none;
    display: inline-block;
}
.popup .btn-border:hover{
    background: #ffcc33;
}
.popup select{
    width: 360px;
}
.cart-section{
    float: left;
    width: 100%;
    margin: 10px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #fe9900;
}
.cart-section-title{
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    line-height: 35px;
}
.cart-section-title .number{
    background: #fe9900;
    color: #fff;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    margin-right: 20px;
}

.cart-radio{
    float: left;
    border: 1px solid #e0e0e0;
    padding: 10px 0;
    width: calc(33.33% - 19px);
    margin-left: 28px;
    margin-bottom: 20px;
}
.cart-radio:first-of-type{
    margin-left: 0;
}
.cart-radio-hld{
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.cart-radio label{
    width: 100%;
}

.cart-title{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 15px 0;
}
.product-ttl {
     color: #333;
     font-weight: normal;
     font-size: 13px;
}
.choose-addres-box{
    float: left;
    width:100%;
    position: relative;
    padding-left: 15px;
}
.choose-addres-box label{
    width: 100%;
    cursor: pointer;
    padding-left: 0;
}
.edit-addr{
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 50px 0 40px;
    font-size: 14px;
    color: #666;
    background: url("../img/edit.svg") no-repeat 100px -1px;
    line-height: 30px;
    z-index: 5;
    transform: translateY(-50%);

}
.edit-addr:hover{
    color: #666;
    text-decoration: underline;
}
.deliveryHide div {
    font-size: 17px;
    font-weight: 300;
    color: #333;
    margin-bottom: 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    line-height: 40px;
}
body .select2-results__option {
    font-size: 16px !important;
    font-weight: 300;
    color: #333;
}
body .select2-container--default .select2-selection--single {
    height: 40px;
}
.blue-txt{
    color: #4a6fab;
}
.choose-addres-box .blue-txt{
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
}
.choose-addres-box .left-hld{
    padding-right: 140px;

}
.payments-hld{
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    padding: 20px 0;
}
.cart-radio-n{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.cart-radio-n img{
    margin-top: -5px;
}
.log-inp{
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.9);
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}
.log-inp:focus{
    background: rgba(255,255,255,1);
}
.order-info{
    padding: 15px;
    width: 100%;
    line-height: 20px;
    border: 1px solid #f1f1f1;
}
.order-label{
    font-weight: bold;
}
.popup .textarea-brd{
    padding-left: 10px;
    background: rgba(255,255,255,0.9);
    margin-top:10px;
}
.popup .textarea-brd:focus{
    background: rgba(255,255,255,1);
}
.btn.reg{
    margin-top: 20px;
}
.popup .select2-container--default .select2-selection--single{

    background: rgba(255,255,255,0.9);
    border: none;
    border-bottom: 1px solid #fff;
    height: 41px;
}
.popup .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}
.popup .delete{
        background: url(../img/x-white.svg) no-repeat center;
}
.delete {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/box/img/x.svg) no-repeat center;
    width: 30px;
    height: 30px;
    z-index: 3;
}


.popup-sizes, .popup-people{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 1000;
    display: none;
    text-align: center;
}
.sizes-txt{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
.popup-sizes table{
    width: 100%;
}
.popup-sizes thead th{
    background: #4a6fab;
    color: #fff;
    line-height: 20px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
}
.popup-sizes td{
    padding: 10px;
    width: 33.33%;
    position: relative;
}
.popup-sizes tbody td:first-of-type{
    font-weight: bold
}
.popup-sizes tr:nth-of-type(even){
    background: #f0f0f0;
}
.allowed{
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #33cc33;
}
.allowed::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.holder-blue{
    background: #5376af;
    color: #fdfefe;
}
.holder-blue p{
    float: left;
    width: 100%;
    text-align: center;
}
.people-hld{
    background: url('../img/people.png') no-repeat center;
    background-size: 100%;
    display: inline-block;
    width: 450px;
    height: 415px;
    margin: 25px 0;
    position: relative;

}
.suitcase-img{
    position: absolute;
    bottom: 0;
    left: 185px;
}
.suitcase-txt{
    position: absolute;
    right: 0;
    bottom: 110px;
    text-align: left;
    line-height: 20px;
}
.suitcase-txt span{
    text-transform: uppercase;
}
.cart-log-btns {
    border-left: 1px solid #ffad33;
    position: relative;
    padding: 10px;
}
.cart-log-btns::before {
    content: attr(data-or);
    position: absolute;
    left: -18px;
    padding: 5px;
    background: #fff;
    top: 42%;
    color: #898989;
    font-size: 16px;
    font-weight: 300;
}
.check-label {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 18px;
}
.check-label a {
    color: #ff9900;
}
.checkbox {
    display: none;
}
.check-span{
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    margin-right: 10px;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
input.checkbox:checked + label .check-span::before{
    opacity: 1;
}
.final-title {
    color: #333333;
    font-size: 26px;
}
.final-txt {
    color: #333333;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}
.order-link {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin-top: 13px;
    margin-bottom: 100px;
}
.order-link:hover {
    color: #ff9900;
}


.log-container{
    width: 390px;
    display: inline-block;
    background: #333333;
    padding: 15px;
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
    color: #fff;
}

.log-container .border-title{
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}
.log-container .border-title span{
    position: relative;
    display: inline-block;
}
.log-container .border-title span::before, .log-container .border-title span::after{
    content: "";
    position: absolute;
    left: -120%;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.log-container .border-title span::after{
    left: auto;
    right: -120%;

}

.log-container .btn{
    float: left;
    width: 100%;
    background: #fe9900;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 0;
}
.log-container .btn:hover{

}

.log-container .btn-border{
    border: 1px solid #ff6600;
    line-height: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    background: #fff;
    font-weight: 300;
}

.log-container .btn-border{
    background: transparent;
    color: #fff;
    width: 220px;
    float: none;
    display: inline-block;
    margin-top: 15px;
}
.log-container .btn-border:hover{

}

.cart-section .btn-border{
    line-height: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    background: #333333;
    font-weight: 300;
}

.cart-section .btn-border{
    color: #fff;
    width: 220px;
    float: none;
    display: inline-block;
    margin-top: 15px;
}
.cart-section .btn-border:hover{

}

.cart-pop .btn-border, .question-pop .btn-border {
    border: 1px solid #fff;
    line-height: 39px;
    height: 40px;
    color: #000;
    text-align: center;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-pop .btn-border, .question-pop .btn-border {
    background: #333333;
    color: #fff;
    width: 220px;
    float: none;
    display: inline-block;
    margin-top: 15px;
}
.cart-pop .btn-border:hover, .question-pop .btn-border:hover {
    background: #ff6600;
}



.forgot-pass{
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    float: right;
    margin: 12px 0;
}
.forgot-pass:hover {
    color: #ff9900;
}
.log-inp{
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.9);
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    margin-top: 5px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}
.log-inp:focus{
    background: rgba(255,255,255,1);
}
.captcha-txt{

    margin-top: 15px;
    float: left;
}
.catcha{
    float: left;
    width: 48%;
    background: #fff;
    margin-top: 10px;
    height: 41px;
}
.captcha-inp{
    float: right;
    width: 48%;
}

.checkbox{
    display: none;
}
 .check-label{
    padding: 8px 0;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.check-span{
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    margin-right: 10px;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
input.checkbox:checked + label .check-span::before{
    opacity: 1;
}
.btn.reg{
    margin-top: 20px;
}
.profile-wrap {
    margin-bottom: 70px;
}
.profile-wrap h2 {
    color: #ff6600;
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 300;
}
.profile-wrap .profile-links {
    float: left;
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 10px;
}
.profile-wrap .filter-title {
    padding: 15px 20px;
    line-height: 20px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}
.profile-wrap .profile-link {
    line-height: 20px;
    padding: 8px 35px 8px 20px;
    position: relative;
    border-top: 1px solid #fff;
    cursor: pointer;
    float: left;
    width: 100%;
    background: #eee;
    color: #333;
}
.profile-wrap .profile-link.active {
    background: #fe9900;
    color: #fff;
}
.profile-wrap .profile-link::before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(/box/img/filter-arrow.svg) no-repeat center;
    background-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
.profile-wrap .profile-link.active::before {
    background: url(/box/img/filter-arrow-white.svg) no-repeat center;
}
.profile-wrap .profile-link::before {
    transform: rotate(-90deg);
}
.profile-wrap .profile-link:hover {
    background: #fe9900;
    color: #fff;
}
.profile-wrap .profile-link:hover::before {
    background: url(/box/img/filter-arrow-white.svg) no-repeat center;
}
.profile-wrap .small-title {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.speedy1 {
    font-size:23px;font-weight:bold;margin-top:30px;
}
.speedy2 {
    font-size:19px;
}
.speedy3 {
    font-size:23px;font-weight:bold;
}
.speedy4 {
    font-size:19px;margin-top:5px;
}
.speedy5 {
    font-size:19px;
}
.speedy6 {
    font-size:16px;margin-top:2px;margin-top:5px;
}
.speedyCom {
    margin-left:40px;
}
.static-page {
    margin-bottom: 40px;
}
.static-page .inner-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.static-page .description-text {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 300;
}
.catFiltersHidden .sol-selected-display-item-text  {
    display: none !important;
}
.cartMessage,.cartMessageStyle {
    color: red;width: 50%;font-size: 17px;font-weight: bold;
}

/*
.contactsForm {
    width: 680px;
    display: inline-block;
}
.contactsForm .input-holder {
    width: 50%;
}
.contactsForm .input-holder:nth-child(1) {
    padding-right: 15px;
}
.contactsForm .input-holder:nth-child(2) {
    padding-left: 15px;
}
.contactsForm .contacts-label {
    color: #707070;
    font-size: 22px;
    text-align: left;
}
.contactsForm .contacts-input {
    font-size: 22px;
    height: 45px;
    color: #707070;
    border: 1px solid #333333;
    margin-bottom: 25px;
    padding: 0 17px;
    float: left;
    width: 100%;
}
.contactsForm .contacts-textarea {
    font-size: 22px;
    height: 240px;
    min-height: 240px;
    resize: none;
    color: #707070;
    border: 1px solid #333333;
    margin-bottom: 25px;
    padding: 17px;
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.contactsForm .send-form {
    width: 165px;
    height: 52px;
    background: #ff9900;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contactsForm .send-form:hover {
    background: #ff6600;
}
.contactsForm .captcha {
    width: 305px;
}
.contact-title {
    padding: 18px 17px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 274px;
    background: #333333;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
*/
#videoSection {
    position: relative;
    padding-bottom: 52%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#videoSection iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.description-video iframe{
    padding:5px;
    border:1px solid #eee;
    margin:10px;
}
#specialLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f60;
    top:0px;
    opacity: 0.5;
    z-index: 1000000;
    display: none;
}
.filter-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top:0px;
    opacity: 0.5;
    z-index: 1000000;
    display: none;
}
#inserAjaxContent {
    position: relative;
}

/*-------------------- New contact form ---------------------*/

.contactsForm {
    width: 100%;
    float: left;
}
.contactsForm .input-holder {
    width: 50%;
}

.contacts-label {
    color: #707070;
    font-size: 19px;
    text-align: left;
    margin: 10px 0 5px;
}
.contacts-input,.contacts-textarea {
    font-size: 23px;
    height: 35px;
    line-height: 33px;
    color: #707070;
    border: 1px solid #333333;
    margin-bottom: 25px;
    padding: 0 17px;
    float: left;
    width: 100%;
}
.contacts-holder .description p {
    margin: 10px 0;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left;
}
.contacts-holder .input-holder {
    width: 49%;
    text-align: left;
}
.contacts-label {
    float: left;
    width: 100%;
}
.contactsForm .contacts-textarea {
    font-size: 16px;
    height: 240px;
    min-height: 240px;
    resize: none;
    color: #707070;
    border: 1px solid #333333;
    margin-bottom: 25px;
    padding: 17px;
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.send-form {
    width: 165px;
    height: 52px;
    margin-top: 20px;
    background: #ff9900;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.send-form:hover {
    background: #ff6600;
}
.contactsForm .captcha {
    width: 305px;
}
.contacts-holder {
    display: inline-block;
    width: 100%;
    /* max-width: 800px; */
    margin-top: 30px;
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
}
.contacts-holder .login-title {
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.checkbox {
    display: none;
}
.check-span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin-left: -25px;
    margin-top: 2px;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
input.checkbox:checked + label .check-span::before{
    opacity: 1;
}
.check-label {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    font-size: 16px;
    padding-left: 25px;
    box-sizing: border-box;
    font-style: italic;
}
.check-label a {

    text-decoration: underline;
}
.form-select {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 33px;
    border: 1px solid #333333;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 19px;
}

/* International Orders styles */
.international-wrap {
    display: none;
}
.international-orders .input-holder {
    width: 33.3%;
    padding-right: 20px;
}
.international-orders .contacts-label {
    color: #333;
}
.international-orders .input-holder:nth-child(3n) {
    padding-right: 0;
}
.book-wrap-international .book-wrap {
    margin-left: 0;
    background: #fff;
    float: left;
    width: 240px;
    padding: 10px;
    margin-right: 15px;
    border: 1px solid #333333;
    margin-bottom: 20px;
}
.book-wrap-international .book-wrap:nth-child(5n) {
    margin-right: 0;
}
.book-wrap-international .book-wrap .img-wrap img {
    width: 100%;
    height: auto;
    outline: 0;
}
.book-wrap-international .nums {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin-top: 22px;
    margin-right: 10px;
    margin-left: 20px;
}
.book-wrap-international .book-wrap .title {
    color: #ff6600;
}
.book-wrap-international .quantity-wrap {
    margin-top: 15px;
}
.book-wrap-international .quantity {
    height: 67px;
    width: 84px;
    border: 1px solid #333333;
}
.book-wrap-international .quantity .prod-count-click-up {
    width: 25px;
    height: 25px;
    background: url(../img/num_up.png) no-repeat center #f3f3f3;
    background-size: 12px;
    border: 1px solid #333333;
}
.book-wrap-international .quantity .prod-count-click-down {
    width: 25px;
    height: 25px;
    background: url(../img/num_down.png) no-repeat center #f3f3f3;
    background-size: 12px;
    border: 1px solid #333333;
}
.book-wrap-international .quantity-fix {
    width: 25px;
}
.book-wrap-international .quantity input, .book-wrap-international .groups-input {
    height: 65px;
    font-size: 20px;
}
.book-wrap-international .links {
    color: #333;
    font-size: 17px;
    margin-top: 5px;
    width: 100%;
}
.book-wrap-international .annotation {
    background: url(../img/docx.png) no-repeat left center;
    background-size: 36px;
    padding-left: 43px;
}
.book-wrap-international .demo {
    background: url(../img/eye.png) no-repeat 5px center;
    background-size: 26px;
    padding-left: 43px;
}
.redBorder {
    border:1px solid #ff0000 !important;
}
.is-longer .book-wrap {
    width: 100%;
    margin-right: 0 !important;
}
.is-longer .book-wrap .img-wrap {
    width: 218px;
    overflow: hidden;
}
.is-longer .right-info {
    width: calc(100% - 218px);
    padding-left: 15px;
}
.is-longer .book-wrap .title {
    height: auto;
    color: #333333;
    font-weight: bold;
    margin-top: 0;
}
.is-longer .book-wrap .prices .real {
    color: #ff6600;
    margin-top: 15px;
}
.is-longer .book-wrap-international .nums {
    margin-left: 0;
}
.is-longer .row .title {
    height: 80px;
    font-size: 18px;
    line-height: 21px;
}
.is-longer .row-wrap {
    border-bottom: 1px solid #333;
}
.is-longer .nums {
    margin-left: 0;
}
.longer-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.longer-boxes .book-wrap {
    padding-bottom: 127px;
    position: relative;
}
.longer-boxes .book-wrap .title {
    height: auto;
}
.absolute-elem {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.book-wrap-international .groups-wrap {
    margin-left: 15px;
}
.is-longer .height-fix .row .title {
    height: auto;
    padding: 10px 0;
}
.is-longer .height-fix .row .title .vertical_centering_css3 {
    top: auto;
    transform: none;
}
.active-btn {
    background: #ff9900 !important;
}

.more-links .tab {
    background: #333;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px;
}
.more-links .tab:hover {
    opacity: 0.9;
}
.total-discount {
    margin-bottom: 0px;
    background:#ffffff;
    margin-top:1px;
    padding:10px 23px;
    font-weight: bold;
    display: none;
}
.filterTagBar {
    background: #f0f0f0;
    margin-top: 20px;
    padding: 15px 10px 0px 10px;
}
.filterTag {
    margin:0px 0px 15px 10px;
    float: left;
    color: #333333;
}
.filterTag:hover {
    color: #ff9900;
}
.redBorder2 .check-label {
    color: #ff0000 !important;
}
.redBorder2 .check-span {
    border: 1px solid #ff0000 !important;
}
.select-style {
    padding:10px 5px;outline:none;border: 1px solid #ccc;color: #666;
}
.ui-pnotify-sticker {
    display: none;
}
