<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_line{
  width: 100%;
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  opacity: 0.93;
  z-index: 111111;
}
.close_line, .close_line_pr{
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  font-size: 15px;
  padding: 5px 5px;
  text-align: center;
  width: 28px;
  height: 28px;
  font-weight: bold;

}
.close_line_block{
  width: 10%;
  float: left;
}
.content_motivator{
  width: 90%;
  float: left;
  padding-left: 10%;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.close_line_block_pr{
  width: 10%;
  float: left;
}
.content_motivator_pr{
  width: 80%;
  float: left;
  padding-left: 20%;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.show_products_motivator{
  width: 10%;
  float: left;
}
.show_products_button{
  box-shadow: none;
  border: none;
  height: 28px;
  padding: 0 10px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148,142,148,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(148,142,148,1);
  box-shadow: 0px 0px 5px 0px rgba(148,142,148,1);
  text-shadow: -1px 2px 2px rgba(150, 150, 150, 1);
  outline: none;
}
.show_products_button:hover{
  opacity: 0.90;
}

.coupon_free_shipping{
  margin-left: 10px;
}

.overlayMotivator{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 8000;
}

.motivatorModalForm.active{
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.motivatorModalForm{
  width: 1010px;
  position: absolute;
  top: 100px;
  z-index: 8001;
  left: 50%;
  margin: 0 0 0 -505px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 35px 40px 25px 45px;
  animation: move 3s ease infinite;

}
.one_products{
  float: left;
  list-style: none;
  padding: 0;
  outline: none !important;
  width: 215px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 10px 0 rgba(46, 51, 62, 0.14);
  background-color: #ffffff;
}

.one_products img {
  max-width: 100%;
  outline: none !important;
  border-radius: 3px 3px 0 0;
}
.closeModalForm{
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/sprite_module.png) -50px -212px no-repeat;
}
.closeModalForm:hover{
  background-position: -50px -172px;
}
.one_products .name_block{
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  vertical-align: middle;
  padding: 10px 10px 0 10px;
  margin-bottom: 7px;
}
.one_products .name_block span{
  color: #5F5F5F;
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  outline: none !important;
}
.one_products .price_prod{
  font-size: 19px;
  color: #000000;
  font-weight: bold;
}
.one_products .price_prod_new{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.one_products .price_block{
  text-align: center;
  margin-bottom: 21px;
  padding: 0 10px;
}
.one_products .price-percent-reduction{
  font-size: 14px;
}
.one_products .code_block{
  text-align: center;
  height: 20px;
  margin-bottom: 5px;
  color: #3FCB45;
}

.one_products .add_to_cart_block{
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.motivatorModalFormFooter{
  border-top: 1px solid #dadada;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.reference_item .reference_prod{
  font-size: 13px;
}
.success_add_prod{
  position: absolute;
  right: 30px;
  height: 45px;
  width: 185px;
  font-size: 15px;
  text-align: center;
  background: #74d578;
  color: #ffffff;
  padding: 5px 5px;
  border-radius: 5px;
  opacity: 0;
}

.header_block{
  width: 100%;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 1.2em 0;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.oldProductsInCart,
.newProductInCart{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.motivatorModalForm .edite_item{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dadada;
  padding-bottom: 15px;
}
.image_item img{
  max-width: 100%;
  max-height: 100%;
}
.image_item{
  float: left;
  width: 127px;
  height: 127px;
  border: 1px solid #dadada;
}
.information_item{
  float: left;
  padding: 3px 0px 3px 20px;
  width: calc(100% - 165px);
}
.delete_item a{
  display: block;
  width: 24px;
  cursor: pointer;
  height: 24px;
  background: url(../img/sprite_module.png) -25px -50px no-repeat;
}
.delete_item a:hover{
  background-position: -25px -25px;
}
.delete_item{
  width: 30px;
  float: left;
}
.name_item a{
  font-size: 17px;
  padding-bottom: 3px;
  display: inline-block;
  color: #3e77aa;
}
.name_item a:hover{
  color: #fb3f4c;
}
.price_item .price_prod{
  display: inline-block;
  padding: 5px 5px 5px;
  font-size: 21px;
  border-radius: 5px;
  background-color: #fff3b5;
  vertical-align: middle;
  color: #333;
}
.reference_item .reference_prod span{
  margin-right: 5px;
  font-weight: bold;
  color: #333;
}
.reference_item{
  margin-top: 6px;
}
.continue_motivationsale{
  float: left;
}
.order_motivationsale{
  float: right;
}
.information_item .cart-quantity-value{
  width: 23px;
  height: 21px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  box-sizing: content-box;
  border: 1px solid #c2c2cc;
  border-radius: 3px;
  box-shadow: inset 3px 3px 1px 0 #eeeeef;
  padding: 0.33333em;
  resize: none;
  float: left;
  outline: none;
}

.information_item .cart-quantity{
  width: 90px;
  float: right;
}
.information_item .price_item{
  margin-top: 5px;
}
.information_item .cart-sum span{
  display: inline-block;
  padding: 6px 5px 5px;
  font-size: 22px;
  color: #333;
}
.information_item .cart-sum{
  width: 150px;
  float: right;
  text-align: right;
}
.price_prod_right{
  float: right;
}
.cart-quantity-plus{
  display: block;
  width: 21px;
  cursor: pointer;
  height: 20px;
  background: url(../img/sprite_module.png) -58px -149px no-repeat;
  float: left;
  margin-top: 7px;
  margin-left: 7px;
}

.cart-quantity-plus:hover{
  background-position: -58px -40px;
}

.cart-quantity-minus{
  display: block;
  width: 18px;
  cursor: pointer;
  float: left;
  height: 7px;
  background: url(../img/sprite_module.png) -29px -232px no-repeat;
  margin-top: 14px;
  margin-right: 7px;
}
.cart-quantity-minus:hover{
  background-position: -29px -168px;
}
.cart_button_left{
  float: left;
  padding-top: 46px;
}
.cart_button_right{
  float: right;
  background-color: #fff3b5;
  vertical-align: middle;
  color: #333;
  padding: 20px 13px 13px 13px;
  min-width: 260px;
}
.cart_total_label{
  font-size: 23px;
  margin-right: 30px;
  float: left;
}
.add_cart_motivator{
  text-transform: none;

}
.cart_total_price{
  font-size: 24px;
  float: right;
}
.cart_total_all{
  padding-bottom: 8px;
}
.order_motivationsale {
  width: 100%;
  text-align: center !important;
}

.products_block_slider {
  margin-bottom: 20px;
}

.products_block_slider .slick-list {
  overflow: unset;
  margin-left: 4px;
}
.slick-next-products:before{  background: url(../img/sprite_module.png) 0px -205px no-repeat;  width: 20px;  height: 40px;  content: "";  position: absolute;  -webkit-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  transform: translate(0, -50%);  top: 50%;}.slick-prev-products:before{  background: url(../img/sprite_module.png) 0px -82px no-repeat;  width: 20px;  height: 40px;  content: "";  position: absolute;  -webkit-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  transform: translate(0, -50%);  top: 50%;}.slick-prev-products:before:hover{  background-position:  0 -41px;}.slick-next-products:before:hover{  background-position:  0 -164px;}
.product-atributes a{
  font-size: 12px;
  padding-bottom: 5px;
  color: #515151 !important;
}
.continue_motivationsale{
  min-width: 230px;
}
.continue_motivationsale,
.order_motivationsale{
  outline: none;
  font-size: 19px;
  padding: 13px 15px;
  text-align: center;
  cursor: pointer;
}
.add_cart_motivator{
  outline: none;
  font-size: 16px;
  padding: 6px 8px;
  min-width: 130px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  min-height: 36px;
  height: auto;
  text-transform: uppercase;
}

.mpm-ms-view-product-btn {
  outline: none;
  font-size: 16px;
  padding: 6px 8px;
  min-width: 130px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  min-height: 36px;
  height: auto;
  text-transform: uppercase;
  background-color: #1EA8CC;
  border-color: #1EA8CC;
  color: #ffffff;
}

.products_block_slider .products .slick-track{
  margin: 0 auto;
}

.products_block_slider .slick-initialized .slick-slide {
  margin-right: 18px !important;
}

.slick-track li:last-of-type {
  border-right: none;
}

.border_none .one_products{
  border: none;
}

#slider_banner_container {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 30px;
}

.mpm-motivationsale-combinations-selector-block {
  padding: 0 10px;
}

.category-banner-block {
  margin-bottom: 50px;
}

/*!***********************************
  Select
 ***********************************!*/

.mpm-ms-select-wrapper {
  padding: 0 !important;
  height: auto;
  text-align: left;
}

.mpm-ms-select-wrapper select {
  display: none !important;
  width: 100%;
}

.mpm-ms-select-container {
  width: 100%;
  height: 36px;
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  border: solid 1px #e6e6e8;
  margin: 0 auto;
  margin-bottom: 10px;
}

.mpm-ms-select-container:after {
  content: "\ea56";
  font-family: "myprestamodules" !important;
  vertical-align: 0;
  font-weight: normal;
  font-size: 8px;
  color: #232323;
  margin: 0 0 0 9px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 12px;
}

.mpm-ms-select-container.opened-options-list:after {
  content: "\ea57";
  top: 7px;
}

.mpm-ms-select-selected-value {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 100%;
  font-family: "OpenSans", sans-serif;
  font-size: 13px;
  color: #303030;
}

.mpm-ms-select-container.opened-options-list .mpm-ms-select-selected-value {
  border-bottom: none;
}

.mpm-ms-select-list-of-options {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 105px;
  overflow-y: auto;
  padding: 0;
  border: solid 1px #e6e6e8;
  border-top: transparent;
  box-sizing: content-box;
  z-index: 10;
  left: -1px;
}

.mpm-ms-select-option {
  display: block;
  background: #fff;
  font-size: 14px;
  height: auto;
  padding: 7px 0 7px 10px;
}

.mpm-ms-select-option:hover {
  color: #2fb5d2;
  text-decoration: underline;
}

@media (max-width:1250px){
  .close_line_block_pr{
    width: 5%;
  }
  .show_products_motivator{
    width: 15%;
  }
  .show_products_button{
    font-size: 13px;
  }
}

@media (max-width:1100px){
  .products_block_slider .slick-initialized .slick-slide {
    margin-right: 24px !important;
  }
}

@media (max-width:1080px){
  .motivatorModalForm{
    width: 800px;
    margin: 0 0 0 -400px;
  }
}

@media (max-width:890px){
  .motivatorModalForm{
    width: 600px;
    margin: 0 0 0 -300px;
    padding: 35px 28px 25px 28px;
  }
  .information_item{
    padding: 3px 0 3px 12px;
  }
}

@media (max-width:850px){
  .content_motivator_pr{
    padding-left: 20px;
    width: 75%;
    font-size: 16px;
  }
}
@media (max-width:750px){
  .show_products_motivator {
    width: 20%;
  }
  .content_motivator_pr {
    padding-left: 10px;
    padding-right: 10px;
    width: 73%;
  }
}

@media (max-width:680px){
  .motivatorModalForm{
    width: 500px;
    margin: 0 0 0 -250px;
    padding: 35px 28px 25px 28px;
  }
  .information_item .cart-sum{
    width: 100%;
    margin: 5px 0px;
    text-align: left;
  }
  .information_item .cart-quantity{
    float: none;
    margin-bottom: 10px;
    height: 36px;
    width: 100%;
  }
  .reference_prod{
    width: 100%;
    display: block;
  }
  .price_prod_right {
    float: none;
    width: 100%;
  }
  .reference_item{
    float: left;
    width: 100%;
  }
  .cart_total_label{
    font-size: 17px;
    margin-right: 10px;
  }
  .cart_total_price{
    font-size: 18px;
  }
  .cart_button_right{
    min-width: 240px;
  }
  .continue_motivationsale, .order_motivationsale{
    font-size: 16px;
  }
  .continue_motivationsale {
    min-width: 190px;
  }
  .motivatorModalForm .edite_item{
    padding-left: 60px;
  }
  .header_block{
    text-align: center;
  }
  .add_cart_motivator {
    font-size: 15px;
    padding: 6px 4px;
  }

  .content_motivator{
    font-size: 16px;
  }
}

@media (max-width:657px){
  .show_products_button {
    font-size: 12px;
  }
  .show_products_motivator {
    width: 20%;
  }
}

@media (max-width:550px){
  .motivatorModalForm .edite_item{
    padding-left: 0px;
  }
  .motivatorModalForm{
    width: 300px;
    margin: 0 0 0 -150px;
    padding: 35px 28px 25px 28px;
  }
  .information_item{
    padding: 3px 0px 3px 12px;
    width: 100%;
  }
  .delete_item{
    margin-left: 30px;
  }
  .information_item .product-name{
    text-align: center;
  }
  .header_block{
    font-size: 19px;
  }
  .information_item .cart-sum{
    width: 100%;
    float: none;
    text-align: center;
  }
  .information_item .cart-quantity{
    margin: 0 auto;
    width: 90px;
  }
  .price_prod_right{
    width: 100%;
    text-align: center;
  }

  .reference_prod{
    text-align: center;
  }
  .cart_button_left{
    padding-top: 0px;
    float: none;
  }
  .motivatorModalFormFooter{
    border: none;
  }
  .cart_button_right{
    width: 100%;
    margin-top: 15px;
    min-width: 100%;
  }

  .continue_motivationsale{
    width: 100%;
  }

  .price_item .price_prod{
    font-size: 17px;
    width: 100%;
    text-align: center;
  }
  .information_item .cart-sum span{
    font-size: 18px;
  }
  .closeModalForm{
    width: 24px;
    height: 24px;
    background-size: 54px 153px;
    background-position: -30px -122px;
  }
  .closeModalForm:hover{
    background-position: -30px -99px;
  }
  .one_products{
    border: none;
  }
  .add_cart_motivator {
    font-size: 17px;
    padding: 6px 15px;
  }

  .products_block_slider .slick-initialized .slick-slide {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .one_products {
    width: 224px;
  }
}

@media (max-width:440px){
  .show_products_motivator {
    width: 30%;
  }
  .content_motivator_pr {
    width: 60%;
  }
}</pre></body></html>