﻿#cart_content.show {
    right: 0;
    z-index: 9999;
}


#cart_content {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 360px;
    top: 0;
    right: -370px;
    overflow: auto;
    padding: 13px 15px;
    background: #eee;
    box-shadow: inset 10px 2px 10px -10px #bbb;
    transition: all ease-in-out .3s;
}

#cart_content .box-heading {
    margin: 0 0 8px;
}

#cart_content .mini-cart-info table {
    width: 100%;
}

#cart_content .image {
    padding: 0 5px 0 0;
}

#cart_content td {
    vertical-align: middle;
        border:none;

}
#cart_content img {
    display: block;
    padding: 3px;
    width: 30px;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
}

.mini-cart-info td.image img {
    max-width: 53px;
}
a img {
    text-decoration: none;
    outline: 0;
    border: 0;
}

#cart_content .name a {
    font-size: 0.9em;
}

#cart_content .quantity {
    padding: 0 10px;
}

#cart_content td {
    vertical-align: middle;
}

#cart_content input[type='text'] {
    width: 30px;
    padding: 4px 0 3px;
    text-align: center;
}

#cart_content .remove i {
    cursor: pointer;
}

#cart_content .mini-cart-total {
    overflow: auto;
    margin: 5px 0 10px;
    padding: 6px 0 0;
    border-top: solid 1px #d5d5d5;
    box-shadow: inset 0 1px 0 #fff;
}

#cart_content .continue {
    float: left;
    margin: 3px 0 0;
    color: #888;
    font-size: 0.9em;
    border-bottom: dotted 1px;
    cursor: pointer;
}

#cart_content .mini-cart-total table {
    float: right;
    width: auto;
}

#cart_content .quick_order.show {
    display: block;
}

#cart_content .quick_order {
    display: none;
    margin: 30px 0;
    text-align: center;
}

#cart_content .box-heading {
    margin: 0 0 8px;
}

#cart_content .quick_order div + div {
    margin: 10px 0 0;
}

.input-fullwidth {
    width: 100%;
}

#cart_content .quick_order input[type='text'], #cart_content .quick_order input[type='tel'], #cart_content .quick_order input[type='email'], #cart_content .quick_order textarea {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 5px 0 6px 3px;
}

#cart_content input[type='text'] {
    width: 30px;
    padding: 4px 0 3px;
    text-align: center;
}
#cart_content .mini-cart-total table {
    float: right;
    width: auto;
        text-align: center !important;
        background-color: transparent;
        border-collapse: collapse;
    border-spacing: 0;
        text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cart_content .continue {
    float: left;
    margin: 3px 0 0;
    color: #888;
    font-size: 0.9em;
    border-bottom: dotted 1px;
    cursor: pointer;
}

#cart_content .mini-cart-total table {
    float: right;
    width: auto;

    }

    #cart_content .paymenttype label {
    text-align: left;
}

#cart_content label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    color: #000;
}

#cart_content  label input[type="checkbox"], label input[type="radio"] {
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}


#cart_content table{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
#cart_content td:last-child{
    width: auto;
    max-width: fit-content;
    max-width: moz-fit-content;
    padding: 0;
}

#cart_content td{
    width:auto;
    text-align: left;
    padding: 8px;
}

#cart_content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

 #cart_content tr:nth-child(odd) {
    background-color:transparent;
}

.box-heading{
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


#cart_content, .box-heading{
    color: #555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}



.cart_show{margin:0 0 0 -470px;background:#fff;transition:all ease-in-out .3s}
#cart{
    position:fixed;
    top:25%;
    right:0px;
    z-index:9999;
    margin:-25px 0 0 0;
    transition:all ease-in-out .3s;
    color:#fff;
    font-size:1.8em;
    cursor:pointer;
    background:rgb(var(--rgb-green));
    border:solid 1px rgb(var(--rgb-green));
    padding:6px 6px 8px 10px;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, .4);
    text-shadow:-1px -1px 0 rgba(0, 0, 0, .5);
    border-radius:48% 0 0 48%;
}
#cart #cart-total {
    position: absolute;
    bottom: 3px;
    right: 2px;
    font-size: 0.5em;
    padding: 0 4px;
    background: rgba(0, 0, 0, .6);
    border-radius: 100%;
    height: 1.4em;
    width: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
}
#cart.empty_cart {opacity: .5;}
#cart i{padding:0 0 0 0px}
#cart:hover{
    background:#3c823c;
    opacity: 1;
}
#cart.show{right:450px}
#cart_content{position:fixed;z-index:9999;height:100%;width:450px;top:0;right:-510px;overflow:auto;padding:13px 15px;background:#eee;box-shadow:inset 10px 2px 10px -10px #bbb;transition:all ease-in-out .3s}
#cart_content #close_cart{
    font-size: 2em;
    margin-right: .5em;
    opacity: .5;
    color: rgb(var(--rgb-green));
    cursor: pointer;
}
#cart_content #close_cart:hover, #cart_content #close_cart:active {opacity: 1;}
#cart_content .box-heading {
    display: flex;
    align-items: center;
}
#cart_content .empty{font-size:1.4em;color:#777;text-shadow:0 1px 0 #fff}
#cart_content.show{right:0;z-index:9999}
#cart_content .mini-cart-info table{width:100%}
#cart_content td{vertical-align:middle}
#cart_content .image{padding:0 5px 0 0;}
#cart_content img{display:block;padding:3px;border-radius:3px;
    width: 30px;
    height: auto;}
#cart_content .name a{font-size:0.9em; color: #d24a43;}
#cart_content .quantity{padding:0 0px}
#cart_content .total{min-width:fit-content;min-width:moz-fit-content;}
#cart_content .remove i{cursor:pointer}
#cart_content input[type='text']{width:30px;padding:4px 0 3px;text-align:center}
#cart_content .mini-cart-total{overflow:auto;margin:5px 0 10px;padding:6px 0 0;border-top:solid 1px #d5d5d5;box-shadow:inset 0 1px 0 #fff}
#cart_content .mini-cart-total table{float:right;width:auto}
#cart_content .continue{float:left;margin:3px 0 0;color:#888;font-size:0.9em;border-bottom:dotted 1px;cursor:pointer;}
#cart_content .continue:hover{color:#555}
#cart_content .checkout{text-align:center}
#cart_content .quick_order{display:none;margin:30px 0;text-align:center;}
#cart_content .quick_order.show{display:block;}
#cart_content .quick_order div + div{margin:10px 0 0;}
#cart_content .quick_order div:nth-child(6){margin:6px 0 0;}
#cart_content .quick_order input[type='text'], #cart_content .quick_order input[type='tel'], #cart_content .quick_order input[type='email'], #cart_content .quick_order textarea{width:100%;max-width:100%;text-align:left;padding:5px 0 6px 3px}
#cart_content .quick_order .quick_order_warning{margin:10px 0 15px;color:#f00;font-size:0.9em;font-weight:500}
#cart_content .quick_order_success{color:#008000;font-size:1.1em;font-weight:500}

.input-fullwidth
{
    width: 100%;
}

.mini-cart-total table, .mini-cart-info table
{
    background: none;
    border: none;
}

.mini-cart-total table td, .mini-cart-info table td
{
    border: none;
}

.mini-cart-info td.image img
{
    max-width: 53px;
}

.cs-category-item
{
    margin-bottom: 40px !important;
}

.paymenttype label
{
    text-align: left;
}

.catalogList{
    border: 2px solid #bbb;
    position: relative;
    height:110px;
    overflow: hidden;
    margin-bottom: 10px;
}
.catalogList img {
    height: 106px;
    object-fit: contain;
}
.CList_2 {height: 200px;}
.CList_2 img {
    height: 196px;
    object-fit: contain;
}

.section-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: rgba(0,0,0,0.6);
    padding: 0 7px;
    text-transform: uppercase;
        overflow: hidden;
    }

.section-name a {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    width: 1%;
    color: #fff;
    text-decoration: none;
        overflow: hidden;
}
.catalogList:hover{
    border: 2px solid #ffac0d;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}



.hint-preview {
    display: none;
    position: absolute;
    top: 50%;
    left: 90px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    height: 370px;
    overflow: hidden;
    margin-top: -190px;
    z-index: 21;
    padding: 5px 5px 5px 0;
    min-width: 470px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.catalog__item-details .hint-preview .hint-thumbs-wrapper {
    float: left;
    width: 90px;
    height: 360px;
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
    position: relative;
    padding: 0 5px;
    cursor: default;
}

.catalog__item-details .hint-preview .hint-thumbs .hint-thumbs-img {
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    margin: 7px auto;
        vertical-align: middle;
}

.hint-preview-js-container{
    text-align:center;

}

.hint-preview .hint-thumbs-wrapper {
    float: left;
    width: 90px;
    height: 360px;
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
    position: relative;
    padding: 0 5px;
    cursor: default;
}

.catalog__item-details .hint-preview .hint-thumbs {
    width: 90px;
    position: absolute;
    top: 0;
    left: 5px;
}

.catalog__item-details .hint-preview .hint-thumbs .hint-thumbs-img {
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    margin: 7px auto;
}

.catalog__item-details .hint-preview .hint-thumbs .hint-thumbs-img img.current {
    width: 90px;
    height: 90px;
    top: -10px;
    left: -10px;
    -webkit-box-shadow: 0 6px 20px -5px rgba(0,0,0,.6);
    -moz-box-shadow: 0 6px 20px -5px rgba(0,0,0,.6);
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.6);
    z-index: 2;
}

.catalog__item-details .hint-preview .hint-thumbs .hint-thumbs-img img {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.catalog__item-details .hint-preview .hint-img {
    display: inline-block;
    max-width: 370px;
}

.catalog__item-details:hover .hint-preview{
    display:block;
}

.catalog__item-details .hint-preview .hint-img {
    display: inline-block;
    max-width: 370px;
        width: 78%;
}

.catalog__item-details .hint-preview .hint-thumbs-wrapper .hint-arrows.arrow-down {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,#fff),to(#fff));
    background: -webkit-linear-gradient(top,transparent 0%,#fff 90%,#fff 100%);
    background: -moz-linear-gradient(top,transparent 0%,#fff 90%,#fff 100%);
    background: linear-gradient(to bottom,transparent 0%,#fff 90%,#fff 100%);
    bottom: 0;
}

.catalog__item-details .hint-preview .hint-thumbs-wrapper .hint-arrows {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 4;
    cursor: pointer;
    display: none;
}

.catalog__item-details .hint-preview .hint-thumbs-wrapper .hint-arrows.arrow-up {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(10%,#fff),to(transparent));
    background: -webkit-linear-gradient(top,#fff 0,#fff 10%,transparent 100%);
    background: -moz-linear-gradient(top,#fff 0,#fff 10%,transparent 100%);
    background: linear-gradient(to bottom,#fff 0,#fff 10%,transparent 100%);
    top: 0;
}

.catalog__item-details .hint-preview .hint-thumbs-wrapper .hint-arrows {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 4;
    cursor: pointer;
    display: none;
}
.table-responsive {
    overflow-x: inherit !important;
    min-height: 0.01%;
}
.text h2{
    font-size: 19px;
    font-family: "os-bold",Arial,sans-serif;
    text-align: center;
    margin: 10px 0% 10px;
}
@media (min-width:768px){
    #cart{margin:0 !important;}
}

@media (max-width:767px){
    #cart{display: none;position:relative;margin:15px 0 15px;padding:4px 0px 4px 20px;text-align:center;border-radius:5px !important;transition:all ease-in-out .0s;}
    #cart.show{right:0}
    #cart span{display:inline-block;vertical-align:top;margin:3px 8px 0 0;font-size:0.7em}
    #cart #cart-total{position:relative;bottom:-16px;left:-10px}
    #cart_content{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow:hidden;
        background:#EAEAE5;
        border-left:none;
        box-shadow:0 0 0;
        transition:all ease-in-out .0s;
    }
    #cart_content.show{
        display: block;
        padding:10px;border-bottom:solid 1px #ccc;text-align:left;border-radius:0 0 4px 4px}
    .yebaby {
        height: 450px; overflow: auto;
    }
}

.cs-btn {
    margin: .5em;
    background: #d24a43;
    font-size: 18px !important;
    border-radius: 30px;
}

.cs-btn {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.headslid img {
    display: block;
    width: 100%;
    margin-left: 0%;
    height: auto;
}

.sxema{
    position: relative;
}

.sxema-prev:before{
    content: "❮";
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #a22424;
    -webkit-font-smoothing: antialiased;
}

.sxema-nex:before{
    content: "❯";
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #a22424;
    -webkit-font-smoothing: antialiased;
}
.sxema-prev:hover{
    opacity: 1;
}

.sxema-nex:hover{
    opacity: 1;
}

.sxema-prev,.sxema-nex{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #a22424;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}
.sxema-prev{
    left: 0;
}
.sxema-nex{
    right: 10px;
}
.codebtn{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 32px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
    background-color: #bd0e06;
    border: none;
    color: #ffffff;
    font-family: "Open Sans - Semibold", sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.giper{
    color: #fff;
    font-family: "androidKG", Arial, sans-serif;
    padding: 0 0 15px 0;
}
#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
#popup__toggle:active{border:none;}
#popup__toggle:link{border:none;}
#popup__toggle:focus{
    text-decoration: underline;
    color: #0056b3;
    background-color: transparent;
    outline: none;
}
.img-circle{background-color:#e32929;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #e32929;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#e32929;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}




.wibro{
    animation: tremor 1.2s infinite ease-in-out;
}
@-webkit-keyframes tremor {
0%{transform:rotate(0deg) scale(1) skew(1deg)  }
10%{transform:rotate(-25deg) scale(1) skew(1deg)  }
20%{transform:rotate(25deg) scale(1) skew(1deg)  }
30%{transform:rotate(-25deg) scale(1) skew(1deg)  }
40%{transform:rotate(25deg) scale(1) skew(1deg)  }
100%,50%{transform:rotate(0deg) scale(1) skew(1deg)  }
}

.cart-logo{
    width: 40px;
    height: auto;
}
.change-quantity{
    border-radius: 50px;
    border-width: 1px;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
}