@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

@font-face{
    font-family: 'Alef-Bold';
    src: url('../fonts/Alef/Alef-Bold.eot');
    src: url('../fonts/Alef/Alef-Bold?iefix') format('eot'),
    url('../fonts/Alef/Alef-Bold.woff') format('woff'),
    url('../fonts/Alef/Alef-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'Alef-Regular';
    src: url('../fonts/Alef/Alef-Regular.eot');
    src: url('../fonts/Alef/Alef-Regular?iefix') format('eot'),
    url('../fonts/Alef/Alef-Regular.woff') format('woff'),
    url('../fonts/Alef/Alef-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'DavidLibre-Regular';
    src: url('../fonts/David_Libre/DavidLibre-Regular.eot');
    src: url('../fonts/David_Libre/DavidLibre-Regular?iefix') format('eot'),
    url('../fonts/David_Libre/DavidLibre-Regular.woff') format('woff'),
    url('../fonts/David_Libre/DavidLibre-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'DavidLibre-Bold';
    src: url('../fonts/David_Libre/DavidLibre-Bold.eot');
    src: url('../fonts/David_Libre/DavidLibre-Bold?iefix') format('eot'),
    url('../fonts/David_Libre/DavidLibre-Bold.woff') format('woff'),
    url('../fonts/David_Libre/DavidLibre-Bold.ttf') format('truetype');
}
body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: 'Alef-Regular', sans-serif;
    overflow-x: hidden;
    margin: 0;
    direction: rtl;
}

#wrapper {
    overflow: hidden;
    width: 100%;
}

main.main {
    min-height: 480px;
}

.menu-box .container-fluid, .top-bar .container-fluid {
    padding: 0;
}

header, main, footer {
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-bar .container-fluid{
    padding: 0px 0px;
}
.top-bar {
    background: #e5e5e5;
}

.top-bar:after {
    content: '';
    display: block;
    clear: both;
}
.top-bar .tabs-link{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    position: relative;
    bottom: -6px;
}
.top-bar .tabs-link a{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 6px 20px;
    margin: 2px 3px;
    border-radius: 8px 8px 0px 0px;
    background: #fff;
    position: relative;
    text-decoration: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-right: 30px;
}
.top-bar .tabs-link a.yellow{
    color: #ffcc00;
}
.top-bar .tabs-link a.red{
    color: #d31407;
}

.top-bar .tabs-link a.green{
    color: #18a300;
}
.top-bar .tabs-link a.green.active{
    background: #009245;
    color: #fff;
    border-bottom: 2px solid #057b3d;
}

.top-bar .tabs-link a.blue{
    color: #14aaf8;
}
.top-bar .tabs-link a.blue.active{
    background: #14aaf8;
    color: #fff;
    border-bottom: 2px solid #00000026;
    box-sizing: border-box;
}
.top-bar .login-bx{
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.top-bar .login-bx .ph {
    background: #035028;
    vertical-align: top;
    display: inline-block;
    margin-left: -6px;
    transition: all .4s;
}
.top-bar .login-bx .ph:hover{
    background: #022f18;
    transition: all .4s;
}
.top-bar .login-bx .ph a{
    color: #fff;
    font-size: 22px;
    font-family: 'TTNorms-Bold', sans-serif;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 215px;
    text-align: center;
}
.top-bar .login-bx .log{
    background: #009245;
    vertical-align: top;
    display: inline-block;
    transition: all .4s;
}
.top-bar .login-bx .log:hover{
    background: #028640;
    transition: all .4s;
}
.top-bar .login-bx .log a{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'TTNorms-Bold';
    height: 42px;
    display: inline-block;
    width: 90px;
    line-height: 42px;
    text-align: center;
    
}
.top-bar .login-bx .tel a.mob{
    display: none;
}
.top-bar .logo{
    display: none;
}
.top-bar .main_link{
    display: inline-block;
    vertical-align: middle;
}
.top-bar .main_link ul li{
    display: inline-block;
}
.top-bar .main_link ul li a{
    font-family: 'TTNorms-Bold', sans-serif;
    color: #2b2222;
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    border-right: 2px solid;
    padding-left: 15px;
}
.top-bar .main_link ul li a:hover{
    text-decoration: none;
}
.top-bar .main_link ul li:first-child a{
    padding-left: 0px;
}
.top-bar .main_link ul li:last-child a{
    padding-right: 0px;
    border-right: 0px;
}
/* .logo {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -81px;
}

.logo img {
    height: 76px;
    padding: 5px;
} */

.search-form {
    position: absolute;
    right: 300px;
    top: 26px;
    border-style: solid;
    border-width: 1px;
    border-color: #d04116;
    border-radius: 8px;
    /* background-color: rgb(255, 255, 255); */
    width: 210px;
    height: 36px;
    overflow: hidden;
    border: 3px solid #fff;
}

.search-form input[type='text'] {
    border: 0;
    background: none;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    outline: 0;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    /* border: 1px solid #fff; */
    padding-right: 34px;

}

.search-form input[type='text']::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form input[type='text']:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form input[type='text']::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form input[type='text']:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form input[type='submit'] {
    width: 37px;
    height: 34px;
    background: #48554600 url(../img/search.png) 50% no-repeat;
    position: absolute;
    right: 0;
    top: -2px;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.search-form input[type='submit']:hover {
    opacity: 0.9;
}
.header {
    position: relative;
    z-index: 6;
}




.menu-box.green{
    background: #8cc63f;
}
.menu-box .tabs_content .tabs{
    display: none;
}
.menu-box .tabs_content .tabs.active{
    display: block;
}
.menu-box .tabs_content .mobile_tabs_name{
    display: none;
}
.menu-box{
    padding: 0px 15px;
    border-bottom: 2px solid #00000059;
    position: relative;
}
.menu-box:after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #b4da82;
    left: 0;
}
.menu-box .nav {
    display: none;
}
.menu-box .mnu{
    display: flex;
    justify-content: space-between;
}
.menu-box .mnu .left{
    width: 44%;
    text-align: left;
    margin-left: -15px;
}
.menu-box .mnu .right{
    width: 44%;
    margin-right: -15px;
}
.menu-box .mnu .logo {
    width: 10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    z-index: 3;
}
.menu-box .mnu .with-drop{
    padding: 15px 0px;
    position: relative;
    margin-top: -1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: -6px;
}
.menu-box .mnu .with-drop:after{
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 4;
}
.menu-box .mnu .with-drop:hover {
    background: #fff;
    color: #009245;
    
}
.menu-box .mnu .with-drop:hover a{
    color: #009245;
}
.menu-box .mnu .with-drop:hover ul li a{
    color: #424242;
}
.menu-box .mnu .with-drop:hover ul li a:hover{
    color: #009245;
}
.menu-box .mnu .with-drop:hover .drop-mnu{
    height: auto;
    transition: height .4s;
    z-index: 4;
}
.menu-box .mnu .with-drop:hover:after{
    display: block;
}
.menu-box .mnu li .drop-mnu{
    height: 0;
    overflow: hidden;
    position: absolute;
    transition: height .4s;
    padding-top: 30px;
    min-width: 270px;
}
.container-fluid{
    position: relative;
}
.menu-box .mnu .dm-wrap {
    background: #fff;
    border-top: 3px solid #8cc63f;
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 2px solid #00000059;
}
.menu-box .mnu .dm-wrap .dm-links{
    display: flex;
}
.menu-box .mnu .dm-wrap ul li{
    display: block;
    text-align: right;
}
.menu-box .mnu .dm-wrap .block{
    margin-left: 15px;
}
.menu-box .mnu .dm-wrap .block:last-child{
    margin-left: 0;
}

.menu-box .mnu .dm-wrap ul li a{
    color: #424242;
    display: block;
    border-bottom: 1px solid #424242;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 8px;
    padding-top: 7px;
}
.menu-box .mnu .dm-wrap ul li a:hover{
    color: #009245; 
}
.menu-box .mnu .dm-wrap ul li a.active{
    color: #009245;
}
.menu-box .mnu li{
    display: inline-block;
    vertical-align: middle;
}
.menu-box .mnu li a{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    border-left: 1px solid #fff;
    margin-left: -6px;
}

.menu-box .mnu .left li:last-child a{
    border-left: 0px
}

.menu-box .mnu .right li:last-child a{

    border-left: 0px
}




.top-slider .owl-dots > div {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 7px;
    border: 4px solid #fff;
    border-radius: 50%;
}

.top-slider .owl-dots > div.active,
.top-slider .owl-dots > div:hover {
    background-color: #009245;
}

.top-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    text-align: center;
}
.basket-add-box {
  /*  position: fixed;
    top: 200px;
    right: 15px;
    width: 298px;
    /* box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.22); */
     z-index: 6;
    /* background-color: #fff; */
}

.basket-add-box .ba-heading {
    padding: 10px 20px 10px 30px;
    color: #fff;
    background-color: #2b2222de;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.basket-add-box .ba-heading > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.basket-add-box .ba-heading .t1 {
    font-size: 18px;
    /* vertical-align: middle; */
    /* display: flex; */
    /*top: 8px;*/
    position: relative;
}

.basket-add-box .ba-heading .t2 {
    font-size: 14px;
    font-weight: 700;
}

.clear-cart > * {
    background-color: #c7c7c7;
    display: block;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 4px;
    color: #fff;
}

.basket-add-box .ba-btn {
    padding: 10px 0;
}

.basket-add-box .ba-list {
    max-height: 450px;
    background: #f3f3f3;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.22);
    overflow-x: hidden;
}

.basket-add-box .ba-list li {
    overflow-x: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 40px 20px 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: inline-table;
}

.basket-add-box .ba-list .t1 {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 600;
    width: 60%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    display: -webkit-inline-box;
}

.basket-add-box .ba-list .t2 {
    font-weight: 700;
    color: #e6571e;
    font-size: 14px;
    vertical-align: middle;
    width: 30%;
    display: inline-block;
    text-align: right;
}

/* width */
.basket-add-box .ba-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.basket-add-box .ba-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.basket-add-box .ba-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.basket-add-box .ba-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* width */
.menu-box::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.menu-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu-box::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.menu-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-box.is-visible {
    visibility: visible; /* 1 */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); /* 1 */
}

.undercover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    display: block;
    top: 0;
    left: 0;
}

.login-bx .search-form {
    display: none;
}

.basket-add-box .btn-add {
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-color: rgb(211, 20, 7);
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    overflow-x: hidden;
    text-align: center;
}

.basket-add-box .btn-add .s1 {
    float: left;
}

.basket-add-box .btn-add .s2 {
    float: right;
}

.goods-box {
    padding: 30px 0;
}

.goods-box .h3 {
    margin-bottom: 30px;
    color: #e6571e;
    font-size: 34px;
}

.goods-box .wrap {
    max-width: 1750px;
    margin: 0 auto;
}

.goods-list {
    overflow-x: hidden;
    margin-right: -35px;
}

.goods-list li {
    float: left;
    margin-bottom: 35px;
    margin-right: 35px;
}

.goods-item {
    width: 410px;
    overflow: hidden;
    position: relative;
    background-color: #f3f3f3;
}

.goods-item .img {
    position: relative;
    float: left;
    width: 34%;
    overflow: hidden;
    background: #fff;
    min-height: 150px;
}

.goods-item .img > img {
    max-width: 93%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.goods-item .sk {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../img/skidka.png) 0 0 no-repeat;
}

.goods-item .tt {
    padding: 10px 10px;
    overflow: hidden;
    width: 66%;
    position: relative;
}

.goods-item .tt .name {
    margin-bottom: 15px;
    font-size: 21px;
    color: #86a401;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 1px;
    min-height: 37px;
}

.goods-item .tt .name a {
    color: #009245;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    font-family: 'DavidLibre-Regular', sans-serif;
}

.goods-item .tt .name a:hover {
    text-decoration: underline;
}

.goods-item .tt p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #868686;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'DavidLibre-Regular', sans-serif;
}

.goods-item .tt .price {

}
.goods-item .tt .price span.new-price{
    color: #009245;
    font-size: 16px;
    font-family: 'Alef-Bold', sans-serif;
}
.goods-item .tt .price span.old-price {
    color: #999999;
    margin-left: 5px;
    font-size: 16px;
    text-decoration: line-through;
    font-family: 'Alef-Bold', sans-serif;
}
.goods-item .tt .bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.goods-item .tt .bottom .rating a{
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(../img/rating_icon.png)no-repeat center center;
    margin-right: 2px;
}
.goods-item .tt .bottom .rating a.active{
    background: url(../img/rating_active.png)no-repeat center center;
}
.goods-item .number > * {
    display: inline-block;
    vertical-align: middle;
}

.goods-item .number input {
    background: none;
    border: 0;
    width: 44px;
    height: 24px;
    text-align: center;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0 10px;
    font-size: 24px;
    color: #fff;
    padding: 0;
}

.goods-item .number span {
    width: 12px;
    height: 12px;
    background: url(../img/minu.png) 50% no-repeat;
}

.goods-item .number span.plus {
    background: url(../img/plus.png) 50% no-repeat;
}

.goods-item .buy-bx {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #8cc63fc2;
    /*padding-top: 20px;*/
    display: none;

    align-items: center;
    justify-content: center;

}
.goods-item .discount_block{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 4px;
    left: 4px;
    z-index: 2;
}
.goods-item .discount_block.red{
    background: url(../img/discount_icon_red.png)no-repeat center;
}
.goods-item .discount_block.green{
    background: url(../img/discount_icon_green.png)no-repeat center;
}
.goods-item .buy-bx .ico {
    margin-bottom: 20px;
}

.goods-item .buy-bx .number {
    margin-bottom: 15px;
}

.goods-item .buy-bx .buy {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.goods-item .btn-buy {
    height: 55px;
    width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: url(../img/add-bt.png) 0 0 no-repeat;
    background-size: 100%;
}

.goods-item:hover .btn-buy {
    display: block;
}
.footer .top-content{
    background: #232323;
    padding: 15px 0px;
}
.footer .top-content .title.blue span{
    color: #14aaf8;
    border-bottom: 1px solid #14aaf8;
}
.footer .top-content .title.yellow span{
    color: #ffcc00;
    border-bottom: 1px solid #ffcc00;
}
.footer .top-content .title.red span{
    color: #d31407;
    border-bottom: 1px solid #d31407;
}
.footer .top-content .title.green span{
    color: #18a300; 
    border-bottom: 1px solid #18a300;
}
.footer .top-content .title span{
    display: block;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.footer .top-content .block{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.footer .top-content ul li a{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 2px 0px;
}
.footer .middle-content{
    background: #1c1c1c;
    padding: 20px 0px;
}
.footer .middle-content h3{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 0px;
}
.footer .pay-block h3{
    display: block;
}
.footer .support-block{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer .support-block .link-block {
    padding-right: 15px;
}
.footer .support-block .link-block a{
    display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
}
.footer .get-touch-block{
    text-align: right;
}
.footer .get-touch-block h3{
    display: inline-block;
    vertical-align: top;
}
.footer .get-touch-block  .block{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 15px;
}
.footer .get-touch-block span{
    display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
}
.footer .get-touch-block span span{
    display: inline-block;
}
.footer .get-touch-block span a{
    text-decoration: underline;
    color: #8cc63f;
}
.footer .bottom-content{
    background: #111111;
    padding: 15px 0px;
}
.bottom-content .copy-right span{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
}
.bottom-content .copy-right span a{
    color: #8cc63f;
    text-decoration: none;
}

.mnu-bx {
    overflow: hidden;
}


.copy {
    color: #fff;
    font-size: 14px;
}

.copy a {
    color: #e6571e;
    text-decoration: none;
}

.copy a:hover {
    text-decoration: underline;
}

.toggle_mnu {
    display: none;
    width: 55px;
    height: 38px;
    position: absolute;
    z-index: 10;
    border: none;
    right: 14px;
    top: 25px;
    border-radius: 4px;
    background: #00000069;
}

.sandwich {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
}

.sw-topper {
    position: relative;
    top: 0;
    width: 40px;
    height: 3px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block;
}

.sw-bottom {
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    top: 4px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sw-footer {
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    top: 8px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sandwich.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-box {
    padding: 30px 0;
}

.cart-box .wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.goods-grid .goods-item {
    width: auto;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}

.divider {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ded;
    clear: both;
    overflow: hidden;
}
/* 
.pagin {
    font-weight: 300;
    margin-bottom: 30px;
    color: #959595;
    font-size: 14px;
}

.pagin li {
    display: inline-block;
    vertical-align: middle;
}

.pagin li:after {
    content: ' | ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.pagin li:last-child:after {
    display: none;
}

.pagin a {
    color: #959595;
    text-decoration: none;
}

.pagin a:hover {
    color: #000;
}

.pagin span {
    color: #e6571e;
} */

.cart-photo {
    border: 2px solid #f4f4f4;
}

.cart-photo img {
    width: 100%;
    display: block;
}
.col-md-6>.cart-desc{
    min-height: 355px;
    margin-bottom: 50px;
}
.cart-desc .art {
    margin-bottom: 15px;
    color: #292929;
    font-size: 14px;
    /* padding: 10px; */
    /* top: -10px; */
    /* position: relative; */
}
.cart-desc .shs-tocart{
    clear: both;
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

.cart-desc .name {
    font-size: 34px;
    color: #e6571e;
    margin-bottom: 30px;
}

.cart-desc .divider {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cart-desc .sk-bx {
    padding-left: 60px;
    background: url(../img/skidka.png) 0 0 no-repeat;
}

.cart-desc .sk-bx .t1 {
    font-weight: 700;
    color: #e6571e;
    font-size: 18px;
    margin-bottom: 5px;
}

.cart-desc .sk-bx .t2 {
    font-size: 12px;
    line-height: 1.7;
    color: #292929;
}

.cart-desc .tt {
    margin-top: 25px;
    color: #292929;
    font-size: 16px;
    /* min-height: 210px; */
    line-height: 24px;
    /* min-height: 240px; */
}

.cart-desc .tt ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.cart-desc .pr-bx .price {
    margin-bottom: 15px;
    font-size: 24px;
    color: #e6571e;
    font-weight: 700;
    display: inline-block;
}

.cart-desc .pr-bx .price span {
    font-weight: normal;
    text-decoration: line-through;
    color: #292929;
    font-size: 16px;
}
.cart-desc .pr-bx .price span.shk-price{
    margin-bottom: 15px;
    font-size: 24px;
    color: #e6571e;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}
.cart-desc .shk-item .field {
    display: inline-block;
    padding: 0 20px;
}

.cart-desc .shk-item .field > * {
    display: inline-block;
    width: auto;
}

.cart-desc .shk-item .field button {
    border: 0;
    background: no-repeat;
    font-size: 32px;
    vertical-align: middle;
    outline: 0;
}

.cart-desc .shk-item .field button:hover, .cart-desc .shk-item .field button:active {
    outline: 0;
}

.cart-desc .pr-bx .btn {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(24, 163, 0);
    /*width: 316px;*/
    text-align: center;
    padding: 10px 45px;
    text-decoration: none;
    border: 0;
}

.cart-desc .pr-bx .btn:hover {
    opacity: 0.9;
}

.catalog-box {
    padding: 30px 0;
}

.tree-columns {
    overflow: hidden;
    position: relative;
    padding-right: 0px;
}

/*.filter-bx{
	width: 300px;
	margin-right: 30px;
	float: left;
}*/
.catalog-box .h4 {
    font-size: 34px;
    color: #009245;
    margin-bottom: 40px;
    margin-top: 10px;
}

.filter-bx .bx {
    margin-bottom: 20px;
}

.filter-bx .bx .hh {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2b2222;
}

.filter-bx select {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 199, 199);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    height: 42px;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 700;
}

.filter-bx .order-btns {
    overflow: hidden;
    border-radius: 4px;    
    width: 100%;
}

.filter-bx .order-btns .bt-bx {
    width: 50%;
    float: left;
    position: relative;
}

.filter-bx .order-btns .bt-bx input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
}

.filter-bx .order-btns .bt {
    color: #2b2222;
    font-size: 14px;
    background-color: #ececec;
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: 500;
}

.filter-bx .order-btns .bt-bx input:checked + .bt {
    color: #fff;
    background-color: #18a300;
}

.filter-bx input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 199, 199);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
    font-style: italic;
    color: #000;
}

.filter-bx input[type='text'].state {
    width: 168px;
    margin-right: 5px;
}

.filter-bx input[name='city'] {
    width: 70%;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-bx input[name='state'] {
    width: 30%;
}

.catalog-bx {
    overflow: hidden;
}
/* 
.tag-list {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

.tag-list li {
    text-align: center;
    display: table-cell;
    position: relative;
    border-right: 1px solid #18a300;
}

.tag-list li:last-child {
    border-right: 0;
}

.tag-list a {
    font-weight: 500;
    font-size: 14px;
    color: #18a300;
    text-decoration: none;
}

.tag-list a:hover {
    color: #e6571e;
}

.tag-list .act a {
    color: #e6571e;
    font-weight: 700;
}

.tag-list .act:after {
    content: '';
    width: 24px;
    height: 26px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -12px;
    background: url(../img/arrow2.png) 0 0 no-repeat;
} */

.pager {
    text-align: center;
    color: #2d2d2d;
    font-size: 24px;
}

.pager li {
    display: inline-block;
    vertical-align: middle;
}

.pager li:after {
    content: ' | ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 10px;
    position: relative;
    top: -5px;
}

.pager li:last-child:after {
    display: none;
}

.pager a {
    color: #2d2d2d;
    text-decoration: none;
}

.pager a:hover,
.pager .act a {
    color: #e6571e;
    text-decoration: underline;
}

.aside-panel {
    /* width: 300px; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 60px; */
}

.aside-panel {
    box-shadow: none;
}

.aside-panel .wr {
    background-color: #f3f3f3;
    margin-bottom: 10px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.22);
}

.aside-panel .ba-list {
    min-height: inherit;
}

.aside-panel .ba-list .t1,
.aside-panel .ba-list .t2 {
    font-size: 12px;
}

.aside-panel .ba-list .t1 {
    min-width: 70%;
}

.aside-panel .ba-list .t2 + .t1 {
    margin-top: 5px;
}

.aside-panel .ba-list .t2 + .t1 + .t2 {
    margin-top: 5px;
}

.aside-panel .ba-list .t1 a {
    color: #e6571e;
    font-size: 10px;
    text-decoration: none;
}

.aside-panel .ba-list .t2 { /* padding-right: 30px; */
}

.aside-panel .ba-list .no-pad {
    padding: 0;
}

.aside-panel .ba-list .grey {
    color: #2d2d2d;
}

.aside-panel .ba-list li {
    position: relative;
}

/*.aside-panel */
.ba-list .del {
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/del.png) 0 0 no-repeat;
    right: 20px;
    position: absolute;
}

.aside-panel .ba-list .t3 {
    font-size: 12px;
    color: #2d2d2d;
    font-weight: 600;
    padding-left: 18px;
    float: left;
    margin-top: 5px;
    background: url(../img/ch.png) 0 0 no-repeat;
}

.tip-table {
    font-size: 12px;
    color: #2d2d2d;
    font-weight: 600;
    clear: both;
    width: 100%;
    margin-top: 25px;
}

.tip-table td {
    padding: 5px;
    border: 1px solid #c7c7c7;
}

.filter-btn {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    background-color: #2b2222;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

#itkod_catering_check {
    display: none;
}

.open_now {
    display: block;
}

.modx_evo_message {
    display: block;

    text-align: center;
}

.itkod_password_gg {

    display: inline-block;

    vertical-align: middle;

    width: 100%;

    margin-bottom: 10px;

    border-style: solid;

    border-width: 1px;

    border-color: rgb(199, 199, 199);

    border-radius: 4px;

    background-color: rgb(255, 255, 255);

    height: 42px;

    padding: 0 10px;

    font-size: 14px;

    font-style: italic;

    color: #000;

}

.input-group-addon {

    padding: 6px 12px;

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    color: #555;

    text-align: center;

    background-color: #eee;

    border: 1px solid #ccc;

    border-radius: 4px;

}

.input-group-addon, .input-group-btn {

    width: 1%;

    white-space: nowrap;

    vertical-align: middle;

}

.input-group .form-control, .input-group-addon, .input-group-btn {

    display: table-cell;

}

.form-control {

    display: block;

    width: 100%;

    height: 34px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.input-group {

    position: relative;

    display: table;

    border-collapse: separate;

}

.user_login_menu li {

    padding: 14px;

    text-transform: uppercase;

    border: 1px solid #8080808f;

    margin-bottom: 10px;

}

#usercart {
    display: none;
}

.itkod_btn_orders {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: rgb(211, 20, 7);
    line-height: 1;
    margin: 0;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 4px;
    color: #fff;
    padding: 16px;
}

#btn_tod_catr {
    display: none;
}

#checkout-page .basket-add-box {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#checkout-page .aside-panel .ba-list .t2 {
    padding-right: 30px;
}


#checkout-page .aside-panel .ba-list .del {
    margin-top: 0;
}

#checkout-page .aside-panel .actions{
    width: 160px;
   padding-left: 30px;
}
/**** PROFILER ***/

/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.form-row {
    margin: 0 -15px;
}

.form-group {
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
}

.form-row .form-group {
    width: 50%;
    padding: 0 15px;
}

input, select {
    display: inline-block;
    /*width: 100%;*/
    border: 1px solid #ebebeb;
    padding: 11px 20px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
}

input, select, textarea {
    outline: none;
    /*    appearance: unset !important;
        -moz-appearance: unset !important;
        -webkit-appearance: unset !important;
        -o-appearance: unset !important;
        -ms-appearance: unset !important;*/
}

.display-flex, .signup-content, .form-row, .form-radio, .select-icon, .select-icon i {
    display: flex;
    display: -webkit-flex;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.centered > * {
    display: inline-block;
    vertical-align: middle;
}

.centered > h2 {
    margin-right: 10px;
}

.basket-add-box .chevron {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    position: absolute;
    top: 14px;
    left: 0%;
    margin-left: -17px;
    z-index: 6;
    background: #fff url(../img/arrow.png) 50% no-repeat;
    transition: all .6s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.basket-add-box .chevron.round {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#moredep {
    text-align: left;
    padding: 10px;
}

#moredep > a {
    font-weight: 700;
    font-size: 21px;
    text-align: left
}

#moredep span {
    font-family: "Montserrat", sans-serif;
}

#moredep .dm-links .row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: initial;
}

#moredep .dm-links > div > div {
    width: auto !important;
    /* height: auto; */
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    /* padding: 15px; */
    margin: 0;
}

#moredep .dm-links .row .h5 a {
    color: #20c404;
    font-family: 'Courgette', cursive;
    font-weight: 400;
}

#moredep .dm-links > div > div {
    border: 0
}

#moredep .drop-mnu {
    width: 1190px;
}

#moredep .list {
    padding-left: 10px;
}

.ba-heading svg {
    fill: #fff;
    height: 100%;
    width: 30px;
}

.ba-heading .t1 span {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -4px;
    font-size: 10px;
    background: #fff;
    color: black;
    font-weight: 700;
    padding: 1px;
    text-align: center;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-4-22 23:2:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/* --------------------------------

Main Components

-------------------------------- */
.cd-cart-container::before {
    /* dark bg layer visible when the cart is open */
    content: '';
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
}

.cd-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.cart-open .cd-cart-trigger{
    top: 0px;
    right: 477px;
}
.cd-cart-trigger,
.cd-cart {
    position: fixed;
    bottom: 0px;
    right: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.empty .cd-cart-trigger, .empty
.cd-cart {
    /* hide cart */
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

@media only screen and (min-width: 1170px) {
    .cd-cart-trigger,
    .cd-cart {
        top: 0;
        bottom: unset;
    }
}

.cd-cart-trigger {
    z-index: 3;
    height: 46px;
    width: 70px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    border-radius: 30px 0px 0px 30px;
    top: 54px;
    right: 0px;
    display: block;
    position: absolute;
}

.cd-cart-trigger::after, .cd-cart-trigger::before {
    /* used to create the cart/'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/cart_icon_big.png)#fff no-repeat 0 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    background-size: auto;
    background-position: center;
    border-radius: 30px 0px 0px 30px;
    transition: all .4s;
}
.cd-cart-trigger:hover::before{
    background-color: #fff6d1;
    transition: all .4s;
}
.cd-cart-trigger::after {
    /* 'X' icon */
    background-position: -87px center;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.cart-open .cd-cart-trigger::before {
    opacity: 0;
}

.cart-open .cd-cart-trigger::after {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    top: 5px;
    left: -5px;
}
.cart-open .cd-cart-trigger{
    border-radius: 6px;
    z-index: 999;
}
.cart-open .cd-cart-trigger::after{
    background: url(../img/close_card.png)no-repeat center;
}

.cd-cart-trigger .count {
    /* number of items indicator */
    position: absolute;
    top: -14px;
    right: 0px;
    height: 23px;
    width: 23px;
    background: #ff7200;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
}

.cd-cart-trigger .count li {
    /* this is the number of items in the cart */
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count li:last-of-type {
    visibility: hidden;
}

.cd-cart-trigger .count.update-count li:last-of-type {
    -webkit-animation: cd-qty-enter .15s;
    animation: cd-qty-enter .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.cd-cart-trigger .count.update-count li:first-of-type {
    -webkit-animation: cd-qty-leave .15s;
    animation: cd-qty-leave .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.cart-open .cd-cart-trigger .count {
    -webkit-transition: -webkit-transform .2s 0s;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.empty .cd-cart-trigger .count {
    /* fix bug - when cart is empty, do not animate count */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.cart-open .cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}
.cart-open .cd-cart{
    background: #fff;
    z-index: 99;
}
.cd-cart {
    /* cart content */
    z-index: 2;
    width: 90%;
    max-width: 540px;
    height: auto;
    max-height: 90%;
    pointer-events: none;
    top: 0px;
    right: 0;
}

.cd-cart .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 60px;
    width: 60px;
    border-radius: 0px;
    -webkit-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    pointer-events: auto;
}

.cd-cart header, .cd-cart footer {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
}
.cd-cart .wrapper{
    opacity: 0;
    overflow: hidden;
}
.cart-open .cd-cart .wrapper{
    opacity: 1;
}

.cd-cart header, .cd-cart .body {
    opacity: 0;
}

.cd-cart header {
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: opacity .2s 0s;
    transition: opacity .2s 0s;
}

.cd-cart header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart footer {
    top: 0;
    border-radius: 0 0 6px 6px;
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #ccc;
}

.cart-open .cd-cart footer {
    background: #fff;
    width: 100%;
    border-radius: 0;
    height: auto;
    vertical-align: middle;
    padding: 10px 20px;
}

.cd-cart h2 {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0;
    width: 72%;
}

.cd-cart .undo {
    /* float: right; */
    font-size: 2rem;
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    /* color: #808b97; */
    margin-left: 20px;
}

.cd-cart .undo a {
    margin: 0;
    padding: 5px;
    font-size: 18px;
    left: 0;
    margin-top: -5px;
}


.cd-cart .undo.visible {
    opacity: 1;
    visibility: visible;
}

.cd-cart .checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: #d31407;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    -webkit-transition: all .2s 0s;
    transition: all .2s 0s;
}

.cd-cart .checkout:hover {
    background: #d31407;
}

.cd-cart .checkout em {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0s .2s;
    transition: -webkit-transform 0s .2s;
    transition: transform 0s .2s;
    transition: transform 0s .2s, -webkit-transform 0s .2s;
}

.cd-cart .checkout em::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '';
    height: 24px;
    width: 24px;
    background: url(../img/cd-icon-arrow-next.svg) no-repeat center center;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.cd-cart .body {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 20px 0 10px;
    margin: 62px 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.cd-cart .body ul {
    overflow: hidden;
    padding: 0 1.4em;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.cd-cart .body li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
    padding: 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.cd-cart .body li::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .body li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cd-cart .body li.deleted {
    /* this class is added to an item when it is removed form the cart */
    position: absolute;
    left: 1.4em;
    width: calc(100% - 2.8em);
    opacity: 0;
    -webkit-animation: cd-item-slide-out .3s forwards;
    animation: cd-item-slide-out .3s forwards;
}

.cd-cart .body li.deleted.undo-deleted {
    /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
    -webkit-animation: cd-item-slide-in .3s forwards;
    animation: cd-item-slide-in .3s forwards;
}

.cd-cart .body li.deleted + li {
    -webkit-animation: cd-item-move-up-mobile .3s;
    animation: cd-item-move-up-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .product-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #f3f3f3;
    padding: 5px;
    box-sizing: border-box;
}

.cd-cart .product-image img {
    display: block;
    width: 100%;
}

.cd-cart .product-details {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% - 50px);
    padding: 0.3em 0 0 0.5em;
}
.cd-cart .product-details > div{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}
.cd-cart .product-details .count_block{
    width: 46%;
}
.cd-cart .product-details .close_block{
    width: 25px;
}

.cd-cart .product-details::after {
    clear: both;
    content: "";
    display: block;
}
.cd-cart .product-details ul{
    display: block;
    clear: both;
    font-size: 12px;
    padding: 0;
    width: 180px;
    float: left;
}
.cd-cart .product-details ul li{
    margin-bottom: 0!important;
}

.cd-cart h3, .cd-cart .price {
    font-weight: bold;
    margin: 0;
}

.cd-cart h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.cd-cart h3 a {
    color: #009245;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.cd-cart h3 a:hover {
    color: #009245;
}
.cd-cart .product-details .info-block{
    width: 67%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}
.cd-cart .product-details .price-block{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    text-align: right;
}
.cd-cart .product-details .price-block .shk-del{
    float: none;
    background: url(../img/card_close_small.png)no-repeat center;
    display: block;
    width: 10px;
    height: 10px;
}
.cd-cart .price {
    color: #8cc63f;
    font-size: 20px;
    position: relative;
}

.cd-cart .actions {
    font-size: 1.4rem;
    float: right;
    margin-right: 10px;
}

.cd-cart .actions::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .delete-item, .cd-cart .quantity {
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-cart .delete-item {
    margin-right: 1em;
}

.cd-cart .delete-item:hover {
    color: #e94b35;
}

.cd-cart .quantity label {
    display: inline-block;
    margin-right: .3em;
}

.cd-cart .select {
    position: relative;
}

.cd-cart .select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/cd-icon-select.svg) no-repeat center center;
    pointer-events: none;
}

.cd-cart select {
    position: relative;
    padding: 0 1em 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    margin: 0;
    color: #808b97;
}

.cd-cart select:focus {
    outline: none;
    color: #2b3e51;
    box-shadow: 0 1px 0 currentColor;
}

.cd-cart select::-ms-expand {
    /* hide default select arrow on IE */
    display: none;
}

.cart-open .cd-cart .wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding-bottom: 241px;
    position: relative;
    max-height: 100%;
}

.cart-open .cd-cart header, .cart-open .cd-cart .body {
    opacity: 1;
}

.cart-open .cd-cart header {
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s;

    height: auto;
    padding: 20px 20px;
    background: #ededed;
}
.cart-open .cd-cart header .list .row{
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 10px;
}
.cart-open .cd-cart header .list .row span{
    font-size: 16px;
    color: #2b2222;
    font-weight: 700;
    display: inline-block;
    width: 50%;
    text-align: left;
}
.cart-open .cd-cart header .list .row span.big{
    font-size: 20px;
    text-align: right;
}
.cart-open .cd-cart header .total{
    border-top: 1px solid #cacaca;
    padding: 10px 0px;
}
.cart-open .cd-cart header .total .row{
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 20px;
}
.cart-open .cd-cart header .total .row span{
    font-size: 16px;
    color: #009245;
    font-weight: 700;
    display: inline-block;
    width: 50%;
    text-align: left;
}
.cart-open .cd-cart header .total .row span.big{
    font-size: 20px;
    text-align: right;
}
.cart-open .cd-cart .body {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    height: 100%;
    max-height: 55vh;
    overflow-y: auto;
}

.cart-open .cd-cart .body li {
    -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cart-open .cd-cart .body li:nth-of-type(2) {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.cart-open .cd-cart .body li:nth-of-type(3) {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
    -webkit-transition-duration: .55s;
    transition-duration: .55s;
}

.cart-open .cd-cart .checkout {
    color: #ffffff;
    -webkit-transition: color .2s .3s;
    transition: color .2s .3s;
    /* width: 160px; */
    display: inline-block;
    margin: 10px;
    height: auto;
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 130px;
    vertical-align: middle;
    height: auto;
    margin-top: 0;
    float: none;
    margin-top: 15px;
}
.cart-open .cd-cart .undo a{
    margin: 0 auto;
    font-size: 20px;
    margin-top: 0;
    background: #8cc63f;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    right: 0;
    left: auto;
    float: right;
    margin-bottom: 20px;
    transition: all .4s;
}
.cart-open .cd-cart .undo a:hover{
    opacity: .9;
    transition: all .4s;
}
.cart-open .cd-cart footer span{
    display: inline-block;
    vertical-align: middle;
    float: none;
    color: #009245;
    font-size: 18px;
}
.cd-cart footer svg{
    width: 0;
}

.cart-open .cd-cart footer svg{
    width: 44px;
    height: auto;
    padding: 5px;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.cart-open .cd-cart footer svg{
    fill:white
}

.cart-open .cd-cart .checkout em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: transform .2s .3s, padding .2s 0s;
    transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}

.cart-open .cd-cart .checkout:hover em {
    padding-right: 30px;
}

.cart-open .cd-cart .checkout:hover em::after {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .cd-cart .body li.deleted + li {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s;
    }

    .cd-cart .body li.undo-deleted + li {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s;
    }

    .cd-cart .checkout {
        font-size: 2.4rem;
    }

    .cd-cart .product-image {
        width: 100px;
        height: 100px;
        border: 1px solid #f3f3f3;
        padding: 5px;
        box-sizing: border-box;
    }

    .cd-cart .product-details {
        padding: 0em 0 0 0em;
        display: flex;
        align-items: center;
        width: calc(100% - 100px);
    }

    .cd-cart h3, .cd-cart .price {
        /* font-size: 1.8rem; */
    }
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }
    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }
    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }
    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }
    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }
    100% {
        padding-top: 70px;
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }
    100% {
        padding-top: 70px;
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }
    100% {
        padding-top: 104px;
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }
    100% {
        padding-top: 104px;
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

.shs-count {
    padding: 5px 5px;
    text-align: center;
    width: auto;
    max-width: 33px;
}

.field-arr.up {
    width: 20px;
    height: 20px;
    float: right;
}


.field-arr.up:before {
    content: '+';
    border: 0;
    background: no-repeat;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: 10px;
}
.field-arr.up:before:hover{

}
.field-arr.down {
    width: 20px;
    height: 20px;
    float: left;
}

.field-arr.down:before {
    content: '-';
    border: 0;
    background: no-repeat;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: 10px;
}
.field-arr.up:before, .field-arr.down:before{
    top: 0;
    cursor: pointer;
}
.field-arr.up:before:hover,
.field-arr.down:before:hover {
    background: #02020214;
    width: 30px;
    height: 30px;
    background-size: 70px;
}
.actions label {
    position: relative;
    width: 90px;
    overflow: hidden;
    display: block;
    float: left;
}

/*
#stuffHelper{
    display: none !important;
}*/


.divider-cart{
    margin-top: 0px;
    margin-bottom: 20px;
    border-top: 1px solid #ffffff;
    clear: both;
    overflow: hidden;
}


#checkout-page .cd-cart{
    position: relative;
    width: 100%;
    max-width: 100%;
    left:0;
    pointer-events: auto;
    top: 0px;
}
#checkout-page .cd-cart .body{
    margin: 0;
    padding: 0;
}

#checkout-page .cd-cart .body li{
    opacity:1;
    margin: 0;
    border-bottom:0;
    transform: none;
}
#checkout-page .cd-cart .body .ba-list .divider-cart{
    margin: 0!important;
    border-color: #ccc;
}
#checkout-page .cd-cart .body{
    opacity:1;
}
#checkout-page .basket-add-box .ba-list{
    background: #fff;
    padding-bottom: 0;
    max-height:none;
}
#checkout-page .basket-add-box .ba-heading{
    background: #e55528;
}
#checkout-page .cd-cart{
    height: auto;
}
#checkout-page .aside-panel .wr{
    box-shadow: none;
    margin-bottom:0
}
#checkout-page .aside-panel .ba-list .t1, #checkout-page .aside-panel .ba-list .t2{
    font-size: 18px;
}
.recomend-goods h3{
    color: #093a00;
    font-size: 26px;
    font-weight: 400;
    margin: 0 15px 15px;
}
.cart-desc h3, .cart-desc h2{
    color: #093a00;
}

/**** Socials ***/
.share {
    display: block;
    /* justify-content: right; */
    /* align-items: center; */
    /* height: 100vh; */
    filter: url(main.css);
    float: right;
    margin: 0 auto;
    width: 281px;
    height: 1px;
    margin-bottom: 10px;
    margin-top: -15px;
    position: static;
}
.top-bar .container-fluid > .share{
    display: block;
    top: 20px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: auto;
    right: 530px;
}

.share .button {
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #B388EB, #8093F1);
    border-radius: 20px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 200;
    box-sizing: border-box;
    left: -6px;
    top: 3px;
    cursor: pointer;
}
.social {
    opacity: 0;
    position: absolute;
    margin: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    transition: 1.2s all ease;
    top: -5px;
}
.social i {
    margin-top: 25px;
}
.social a {
    color: #fff;
    width: 100%;
}
.twitter {
    background: #00aced;
    right: 39px;
}
.facebook {
    background: #3b5998;
    /* top: -5px; */
    right: 148px;
}
.pinterest {
    background: #dd4b39;
    right: -15px;
    cursor: pointer;
}
.instagram {
    background: #b00;
    /* left: 0; */
    right: 94px;
}
.clicked {
    opacity: 1;
    transition: 1.2s all ease;
    /* transform: translateY(-60px); */
    transform: translateX(-60px);
    /* top: -5px; */
}

.top-bar .share .button{
    background: none;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.top-bar .social{
    background: none;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.star-rating-container{
/*    position: absolute!important;
    right: 10px;
    bottom: 15px;*/
}

.blue-section{
    background: #ffcc00;
    min-height: 40px;
}


.banner{
    min-height: 260px;
    background-position: center;
    background-size: cover;
}

.breadcrumbs{
    background: #ffcc00;
    padding: 10px 15px;
}
.breadcrumbs .pagin a{
    color: #080808;
    font-size: 18px;
    padding-left: 35px;
    position: relative;
    text-decoration: none;
    font-weight: 700;
}
.breadcrumbs .pagin a:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
    top: 5px;
    background: url(../img/breadcrumbs_icon.png)no-repeat center;
}
.breadcrumbs .pagin span{
    color: #009245;
    font-size: 18px;
    font-weight: 700;
}
.breadcrumbs .pagin{
    margin: 0;
    display: flex;
}

.title-pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.title-pagination .h4{
    margin-bottom: 10px;
    margin-top: 10px;
}

.pagination{
    display: flex;
}
.pagination li a{
    color:#424242;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
    margin: 0px 3px;
}
.pagination li.active a{
    color: #fff;
    background: #8cc63f;
    transition: all .4s;
}
.pagination li.active a:hover{
    color: #fff;
    background: #8cc63f;
}
.pagination li a:hover{
    color: #fff;
    background: #009245;
}
.pagination li.next_btn a{
    background: url(../img/arrow_pagin.png)no-repeat 12px 10px;
    background-color: #009245;
    transform: rotate(180deg);
}
.pagination li.prev_btn a{
    background: url(../img/arrow_pagin.png)no-repeat 12px 10px;
    background-color: #009245;
}
.pagination li.prev_btn a:hover{
    background-color: #016b33;
}
.pagination li.next_btn a:hover{
    background-color: #016b33;
}
.center{
    margin: 20px 0px;
}
.center .pagination{
    justify-content: center;
}
.list-item {
    margin-bottom: 25px;
}
.list-item .tag-list li{
    display: inline-block;
}
.list-item .tag-list li a{
    text-decoration: none;
    font-size: 18px;
    color: #424242;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    transition: all .4s;
}
.list-item .tag-list li.active a{
    background: #009245;
    color: #9fea3c;
}
.list-item .tag-list li:hover a{
    background: #009245;
    color: #9fea3c;
    transition: all .4s;
}

.owl-carousel.new_slider .item{
    height: 470px;
    background-position: center;
    background-size: cover;
    margin-top: -2px;
}
.owl-carousel.new_slider .item .text_block{
    position: absolute;
    width: 90%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.owl-carousel.new_slider .item .text_block h2{
    display: inline-block;
    padding: 0px 20px;
    color: #ffffff;
    font-size: 97px;
    font-family: 'Alef-Bold', sans-serif;
    background: rgba(3,80,40,0.8);
	    padding: 0 10px 0px 0;
	    overflow: hidden;
    /*background: -moz-linear-gradient(left, rgba(3,80,40,0.8) 0%, rgba(3,80,40,0.61) 65%, rgba(139,198,63,0.6) 66%, rgba(139,198,63,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,80,40,0.8)), color-stop(65%, rgba(3,80,40,0.61)), color-stop(66%, rgba(139,198,63,0.6)), color-stop(100%, rgba(139,198,63,0.5)));
    background: -webkit-linear-gradient(left, rgba(3,80,40,0.8) 0%, rgba(3,80,40,0.61) 65%, rgba(139,198,63,0.6) 66%, rgba(139,198,63,0.5) 100%);
    background: -o-linear-gradient(left, rgba(3,80,40,0.8) 0%, rgba(3,80,40,0.61) 65%, rgba(139,198,63,0.6) 66%, rgba(139,198,63,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(3,80,40,0.8) 0%, rgba(3,80,40,0.61) 65%, rgba(139,198,63,0.6) 66%, rgba(139,198,63,0.5) 100%);
    background: linear-gradient(to right, rgba(3,80,40,0.8) 0%, rgba(3,80,40,0.61) 65%, rgba(139,198,63,0.6) 66%, rgba(139,198,63,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035028', endColorstr='#8bc63f', GradientType=1 );*/
}
.owl-carousel.new_slider .item .text_block h2 span{
	background: rgba(139,198,63,0.5);
	padding: 0 10px;
}
/*
.owl-carousel.new_slider .item .text_block h2{
    font-size: 102px;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 40px;
}

.owl-carousel.new_slider .item .text_block h2.black{
    color: #424242;
}

.owl-carousel.new_slider .item .text_block .percent{
    font-size: 54px;
    padding-left: 55px;
}
.owl-carousel.new_slider .item .text_block .percent.orange{
    color: #ffd300;
}
.owl-carousel.new_slider .item .text_block .percent .number.blue{
    color: #14aaf8;
}
.owl-carousel.new_slider .item .text_block .percent .number{
    color: #14aaf8;
    display: inline-block;
    right: -20px;
    text-align: center;
    position: relative;
}
.owl-carousel.new_slider .item .text_block .percent .number img{
    width: auto;
}

.owl-carousel.new_slider .item .text_block .small.black{
    font-size: 64px;
    color: #424242;
    display: block;
    text-align: right;
    padding-right: 30%;
} */

.cart-box .item_card{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.cart-box .item_card .cart-photo{
    width: 40%;
    position: relative;
    min-height: 430px;
}
.cart-box .item_card .cart-photo img{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-box .item_card .cart-desc{
    width: 60%;
    position: relative;
    padding-right: 30px;
    margin: 10px 0px;
    padding-bottom: 130px;
}
.cart-box .item_card .cart-desc .name{
    font-size: 36px;
    color: #009245;
    min-height: auto;
    font-weight: 700;
    margin-bottom: 15px;
}
.cart-box .item_card .cart-desc .info_text .art{
    color: #686868;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: -18px;
}
.cart-box .item_card .cart-desc .info_text .availability{
    font-size: 18px;
    color: #626262;
}
.cart-box .item_card .cart-desc .info_text .availability .green{
    color: #18a300;
    font-weight: 700;
}
.cart-box .item_card .cart-desc .info_text .desc p {
    font-size: 20px;
    color: #686868;
    font-weight: 500;
}
.cart-box .item_card .cart-desc .price{
    color: #009245; 
    font-size: 30px;
    font-weight: 700;
}
.cart-box .item_card .cart-desc .price p{
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.cart-box .item_card .cart-desc .price span.shk-price{
    color: #009245;
    font-size: 30px;
    font-weight: 700;
}
.cart-box .item_card .field .field-arr{
    width: 30px;
    height: 51px;
    color: #ffcc00;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    position: relative;
}
.cart-box .item_card .field .field-arr.up{
    background: #009245;
    border-radius: 0px 4px 4px 0px;
    transition: all .4s;
}
.cart-box .item_card .field .field-arr.up:hover{
    background: #016b33;
    transition: all .4s;
}
.cart-box .item_card .field .field-arr.down{
    background: #009245;
    border-radius: 4px 0px 0px 4px;
    transition: all .4s;
}
.cart-box .item_card .field .field-arr.down:hover{
    background: #016b33;
    transition: all .4s;
}
.cart-box .item_card .field input{
    padding: 15px 6px!important;
    background: #ececec;
    border-radius: 0;
    border: 0px;
    color: #323232;
    font-size: 18px;
}
.cart-box .item_card .field-arr.up:before{
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 21px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-box .item_card .field-arr.down::before{
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 21px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-box .item_card .btn{
    background: #8cc63f;
    font-size: 20px;
    color: #ffffff;
    border-radius: 4px;
    height: 51px;
    line-height: 51px;
    padding: 0;
    width: 38%;
    float: right;
}
.cart-box .item_card .share .button{
    background: #009245;
    transition: all .4s;
}
.cart-box .item_card .share .button:hover{
    background: #016b33;
    transition: all .4s;
}

.cart-box .item_card .cart-desc .shs-tocart{
    width: 94%; 
}
.cart-box .item_card .share{
    position: absolute;
    width: auto;
    left: 0px;
    float: none;
    top: 10px;
}
.cart-box .item_card .share.active{
    background: #fff;
    height: 46px;
}
.cart-box .item_card .share .social .share{
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    background: transparent;
}
.cart-box .item_card .cart-desc .shk-item .field{
    padding: 0 3%;
}
.cart-box .item_card .cart-desc .bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.recomend-goods{
    margin-bottom: 50px;
    margin-top: 50px;
}
.recomend-goods h3{
    color: #009245;
    font-size:38px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffcc00;
}
.recomend-goods .item_all{
    margin: 30px 0px;
    overflow: hidden;
}
.recomend-goods .item_all .goods-item{
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    display: flex;
    border-radius: 4px;
}
.recomend-goods .item_all .item{
    border-radius: 4px;
}
.recomend-goods .goods-item .img{
    min-height: 160px;
}
.cart-box .cart-desc{
    margin: 60px 0px;
}
.cart-box .cart-desc h2{
    font-size: 24px;
    color: #626262;
}
.cart-box .cart-desc p{
    font-size: 18px;
    color: #626262;
}
.recomend-goods .goods-item .tt p{
    min-height: 46px;
}

.checkout_page .checkout h2{
    color: #009245;
    font-size: 34px;
    margin-top: 0px;
}
.checkout_page .basket-add-box{
    width: 100%;
    right: auto;
}

.checkout_page .basket-add-box .product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout_page .basket-add-box .cd-cart .product-image{
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    display: block;
    float: none;
    position: relative;
}
.checkout_page .basket-add-box .cd-cart .product-image img{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.checkout_page .basket-add-box .body li{
    padding: 0;
    padding-bottom: 40px;
}
.checkout_page .cd-cart .product-details{
    width: calc(100% - 200px);
    display: flex;
}
.checkout_page .info_block{
    max-width: 50%;
}
.checkout_page .info_block h3{
    color: #009245;
    font-size: 18px;
    display: block;
    float: none;
}
.checkout_page .info_block h3 a{
    color: #009245;
    font-size: 18px;
}
.checkout_page .info_block span{
    display: block;
    font-size: 14px;
    color: #626262;
}

.checkout_page .basket-add-box .close_block a{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffcc00;
    position: relative;
    transition: all .4s;
}
.checkout_page .basket-add-box .close_block a:hover{
    transition: all .4s;
    background: #f3c303;
}
.checkout_page .basket-add-box .close_block a:after{
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.checkout_page .basket-add-box .close_block a:before{
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}

.checkout_page .actions .shs-count {
    padding: 6px 6px!important;
    background: #ececec;
    border-radius: 0;
    border: 0px;
    color: #323232;
    font-size: 18px;
    max-width: none;
}

.checkout_page .actions .field-arr.up {
    background: #009245;
    border-radius: 0px 4px 4px 0px;
    transition: all .4s;
}
.checkout_page .actions .field-arr.up:hover{
    background: #016b33;
    transition: all .4s;
}
.checkout_page .actions .field-arr {
    width: 30px;
    height: 33px;
    color: #ffcc00;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    position: relative;
}
.checkout_page .actions .field-arr.up:before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 21px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout_page .actions .field-arr.down {
    background: #009245;
    border-radius: 4px 0px 0px 4px;
    transition: all .4s;
}
.checkout_page .actions .field-arr.down:hover{
    background: #016b33;
    transition: all .4s;
}
.checkout_page .actions .field-arr.down::before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 21px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout_page .actions label{
    width: auto;
}

.checkout_page .cd-cart .price{
    color: #3c3c3c;
}

.checkout_page .basket-add-box .body .total_price{
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px solid #ffcc00;
    border-bottom: 2px solid #ffcc00!important;
}

.checkout_page .total_price .t1 {
    font-size: 24px!important;
    color: #080808;
    text-align: right;
}
.checkout_page .basket-add-box .total_price .t2{
    font-size: 24px!important;
    color: #080808;
    text-align: left;
}
.checkout_page .form_block{
    margin-top: -15px;
}
.checkout_page .filter-bx h2{
    color: #080808;
    font-size: 24px;
    margin-right: 0;
    border-bottom: 2px solid #ffcc00;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}

.checkout_page .filter-bx .order-btns .bt-bx input:checked + .bt.blue{
    background: #009245;
    color: #ffcc00;
}

.filter-bx .order-btns .bt-bx:hover .bt{
    background: #009245;
    color: #ffcc00;
}
.filter-bx .order-btns .bt-bx input:checked + .bt{
    background: #009245;
    color: #ffcc00;
}
.checkout_page .filter-bx .order-btns .bt{
    border-radius: 4px;
    padding: 12px 70px;
    margin-right: 0px;
    font-weight: 700;
    font-size: 20px;
}

.checkout_page .filter-bx .order-btns .bt-bx{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.checkout_page .filter-bx input[type='text']{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    font-style: normal;
    color: #000;
    background: #ececec;
    border: 0;
    box-shadow: none;
    border-radius: 4px;
}
.checkout_page .filter-bx textarea{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
    height: 42px;
    padding: 11px 15px;
    font-size: 14px;
    font-style: normal;
    color: #000;
    background: #ececec;
    border: 0;
    box-shadow: none;
    border-radius: 30px;
    resize: none;
}

.checkout_page .filter-bx .form-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
    flex-direction: column;
}

.checkout_page .filter_item{
    padding: 0px 10px;
}
.checkout_page .filter_item h4{
    min-height: 30px;
}

.checkout_page .filter_item .block{
    padding: 0;
    width: 100%;
}

.cart-box.checkout_page .cart-desc{
    margin-top: 0;
}

.checkout_page .cart-desc .pr-bx .btn{
    background: #8cc63f;
    border-radius: 4px;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 51px;
}

.checkout_page .input-group .input-group-addon{
    background: #009245;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 60px;
    border: 0;
}
.checkout_page .input-group .glyphicon-calendar:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/callendar_icon.png)no-repeat center;
}
.checkout_page .input-group .glyphicon-time:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/time_icon.png)no-repeat center;
}
.checkout_page .input-group{
    width: 100%;
    margin-bottom: 20px;
}


.checkout_page .filter-bx .form-group.w-2{
    flex-direction: row;
}
.checkout_page .filter_item .form-group.w-2 .block.w-2{
    width: 48%;
}



.checkbox_field {
	position:relative;
	margin-bottom:4px;
}

.checkbox_label {
	display:inline-block;
	vertical-align:top;
}

.checkbox_label input[type="checkbox"] {
	display: none;
}
.checkbox_label input[type="checkbox"] + .label-text {
    display: block;
    min-width: 20px;
    min-height: 30px;
    margin-bottom: 0px;
    padding-right: 45px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #080808;
    text-align: left;
    background-image: url(../img/img_checkbox.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.checkbox_label input[type="checkbox"]:checked + .label-text {
	background-image: url(../img/img_checkbox_checked.png);
	background-repeat: no-repeat;
}

.checkbox_block{
    width: auto;
    float: right;
}
/* 
body .undercover{
    display: none;
}
body.nav-open .undercover{
    display: block;
} */