/* Fonts */


@font-face {
    font-family:'Baldur';
    src:url('/assets/fonts/baldur.eot');
    src:url('/assets/fonts/baldur.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/baldur.woff') format('woff'),
    url('/assets/fonts/baldur.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Designosaur';
    src:url('/assets/fonts/designosaur.eot');
    src:url('/assets/fonts/designosaur.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/designosaur.woff') format('woff'),
    url('/assets/fonts/designosaur.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'NovitoNova';
    src:url('/assets/fonts/novitonova.eot');
    src:url('/assets/fonts/novitonova.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/novitonova.woff') format('woff'),
    url('/assets/fonts/novitonova.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Rouble';
    src:url('/assets/fonts/rouble.eot');
    src:url('/assets/fonts/rouble.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/rouble.woff') format('woff'),
    url('/assets/fonts/rouble.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

/* Default */

html {
    height:100%;
}
body {
    width:100%;
    height:100%;
    color:#715037;
    font-size:12px;
    line-height:16px;
    font-family:'Designosaur', sans-serif;
    padding:0;
    margin:0;
    background:#fbfbf3;
    -webkit-tap-highlight-color:transparent;
}
.displaynone{
  display: none;
}
.nofloat{
  clear: both;
}
p {
    text-indent:0;
    padding:0;
    margin:0 0 16px;
}
table {
    margin:0 0 16px;
    border-collapse:collapse;
}
table td {
    padding:0;
}
:focus {
    outline:none;
}
img {
    padding:0;
    margin:0;
    border:0;
}
a {
    color:#715037;
    text-decoration:none;
}
a:hover {
    color:#27641d;
    text-decoration:none;
}

[data-fancybox]{
  cursor: pointer;
}

header {
    background: #705037;
    color: white;
    height: 40px;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #583a23;
}
header .header-wr{
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 10px;
  box-sizing: border-box;
}
header .header-wr:after{
  content: "";
  display: block;
  clear: both;
}
header .logo{
  float:left;
}
header .logo h1{
  display: block;
  margin: 0;
  margin-top: 8px;
  font-size: 27px;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
}
header .logo h1 a{
  text-decoration: none;
  color: white;
}

header .basket-wr{
  float: right;
  position: relative;
}
header .basket-wr .fa{
  font-size: 21px;
  padding-top: 10px;
  padding-right: 6px;
  color: #fbfbf4;
}
header .basket-wr .counter{
  position: absolute;
  top: 5px;
  right: -4px;
  background: #ff8b29;
  width: 17px;
  text-align: center;
  height: 17px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 12px;
  box-sizing: border-box;
  color: white;
  text-shadow: #754115 1px 0 2px;
}
header .basket-wr .counter:empty{
  display: none;
}




.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
}
.wrapper:after{
  display: block;
  clear: both;
  content: "";
}

.wrapper .desctop-nav{
  width: 180px;
  float: left;
  min-height: 220px;
  padding-left: 10px;
  box-sizing: border-box;
}
.wrapper .desctop-nav .fixed{
  position: fixed;
  top: 50px;
}
.wrapper .desctop-nav a{
  display: block;
  margin-bottom: 9px;
}
.wrapper .desctop-nav a span{
  font-size: 31px;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  border-bottom: 2px dashed #c8bdb0;
  box-sizing: border-box;
  color: #c8bdb0;
}
.wrapper .desctop-nav a.basket-link span{
  color: #409144;
  border-bottom: 2px dashed #409144;
}

.wrapper .content{
  padding: 10px;
  box-sizing: border-box;
  width: 620px;
  float: left;
}
.pls-more-read{
  float: right;
  width: 280px;
  min-height: 180px;
}
.pls-more-read .fixed{
  width: 280px;
  min-height: 250px;
  box-sizing: border-box;

  position: fixed;
  top: 50px;
}


.news-block.inheader{
  display: none;
}
.news-block a {
    font-size: 28px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'NovitoNova', sans-serif;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e4ded5;
    padding: 10px 0;
}
.news-block a.h {
    text-align: center;
    background: #eae5dc;
    border: none;
}
.news-block a.special {
    background: #008000;
    display: inline-block;
    padding: 10px 32px;
    color: white;
    border-radius: 10px;
    margin: 15px 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Добавляем тень для трехмерного эффекта */
    border: 0;
    position: relative;
    overflow: hidden;
}

.news-block a.special:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
    rgba(255, 255, 255, 0.8), /* Цвет блика */
    rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */);
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear; /* Анимация блика */
}

/* Ключевые кадры для анимации блика */
@keyframes shine {
    0% {
        left: -100px;/* Начальная позиция блика (левая сторона кнопки) */
    }
    20% {
        left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
    }
    100% {
        left: 100%; /* Завершение анимации */
    }
}


.pls-more-read .donate{
  background: #e4ded5;
  padding: 10px;
  border-radius: 4px;
}
.pls-more-read .donate img{
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
}

.pls-more-read .donate-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}

.pls-more-read .donate-img-container img {
    width: 100%;
    position: absolute;
}
.pls-more-read .donate .h{
  font-size: 28px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  margin-bottom: 13px;
  display: block;
  text-align: center;
}
.pls-more-read .donate .link{
  background: #fff;
    padding: 10px 0;
    color: green;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pls-more-read .donate .link .sum {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.pls-more-read .donate .link .desc {
    font-size: 11px;
    text-align: center;
    color: #356c38;
    display: block;
    line-height: 100%;
    min-height: 30px;
}
.pls-more-read .donate .notice{
  color: #938f89;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
}

.pls-more-read .moreinfo {
  padding: 10px;
  background: #fbfbf4;
  border: 2px dashed #e4ded5;
  border-radius: 7px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.pls-more-read .moreinfo .h{
  font-size: 28px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  margin-bottom: 5px;
  display: inline-block;
}



.wrapper .content .notice{

}
.wrapper .content .notice:after {
    content: "";
    display: block;
    clear: both;
}
.wrapper .content .notice .logo{
  width: 100px;
  float: left;
  margin-right: 9px;
  border-radius: 250px;
}
.wrapper .content .notice p{
  margin-bottom: 0;
  margin-left: 109px;
  font-size: 25px;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  box-sizing: border-box;
  padding-right: 10px;
}
.wrapper .content .notice .butt{
  margin-top: 10px;
  font-size: 25px;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  border-bottom: 2px dashed #c8bdb0;
  box-sizing: border-box;
  color: #c8bdb0;
  display: inline-block;
}



.shopbox{
  padding-top: 20px;
}
.shopbox .group {

}
.shopbox .group .group-name{
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  margin: 0 0 11px;
  border-bottom: 2px solid #705037;
  box-sizing: border-box;
  padding-right: 10px;
}
.shopbox .group .group-name .fa{
    font-size: 23px;
    float: right;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.shopbox .group.hide .group-name .fa{
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.shopbox .group .shop-items{
    overflow: hidden;
}

.shopbox .group.hide .shop-items{

}

.shopbox .shop-items .item{
  margin-bottom: 20px;
}
.shopbox .shop-items .item:after{
  display: block;
  content: "";
  clear: both;
}

.shopbox .shop-items .item .img{
  width: 160px;
  height: 160px;
  background: #f3f3e7;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.shopbox .shop-items .item .info{
  margin-left: 170px;
}
.shopbox .shop-items .item .name{
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
}

.shopbox .shop-items .item .for-desc{
  height: 80px;
}
.shopbox .shop-items .item .desc {
    overflow: hidden;
    color: #8d8378;
    line-height: 100%;
    max-height: 47px;
}

.shopbox .shop-items .item .more-link {
    text-decoration: underline;
    color: green;
}

.shopbox .shop-items .item .price{
    color: #816e60;
}



.shopbox .shop-items .item .nav{
  margin-top: 2px;
}
.shopbox .shop-items .item .nav select{
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #705037;
  border-radius: 4px;
  font-size: 14px;
  background: #fbfbf4;
  font-family: 'Designosaur', sans-serif;
  color: #705037;
  width: 77px;
}
.shopbox .shop-items .item .nav button{
  background: #705037;
  color: white;
  border: 0;
  font-size: 14px;
  height: 28px;
  border-radius: 4px;
  padding: 0px 8px;
  font-family: 'Designosaur', sans-serif;
}

.shopbox .shop-items .item .nav .select-price{
  font-size: 10px;
    color: #816e60;
    padding-left: 6px;
}

.fancy-msg-box {
    max-width: 800px;
    font-size: 15px;
    line-height: 140%;
    padding: 44px 20px;
}
.add-to-cart-msg a {
    display: block;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    background: #e2dbd7;
    margin-bottom: 10px;
    width: 180px;
    border-radius: 3px;
}
.fancybox-content .map-wr{
  margin: 0 -20px;
}
.fancybox-content .map-wr img{
  width: 100%;
}


.fastbasket {
  min-height: 300px;
}
.fastbasket h2{
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  border-bottom: 2px solid #409144;
  color: #409144;
  box-sizing: border-box;
  padding-right: 10px;
  margin: 0;
  padding-top: 50px;
}

.fastbasket .empty{
  text-align: center;
  padding: 30px 0;
  color: #b09f8f;
  font-size: 14px;
}


.fastbasket .items{
  padding-top: 5px;
  margin-bottom: 10px;
}
.fastbasket .items .item{
  border-bottom: 2px dashed #e4ded5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fastbasket .items .item::after{
  clear: both;
  content: "";
  display: block;
}


.fastbasket .items .item .name{
  margin-right: 170px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fastbasket .items .item .count{
  float: right;
  width: 60px;
}
.fastbasket .items .item .count select{
  height: 23px;
  box-sizing: border-box;
  border: 1px solid #ebe7df;
  border-radius: 4px;
  font-size: 12px;
  background: #fbfbf4;
  font-family: 'Designosaur', sans-serif;
  color: #705037;
}
.fastbasket .items .item .price{
  float: right;
  width: 80px;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
}
.fastbasket .items .item .remove-butt{
  float: right;
  width: 24px;
}
.fastbasket .items .item .remove-butt .fa{
  font-size: 16px;
  color: #d1c7ba;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 23px;
  box-sizing: border-box;
}
.fastbasket .items .item .remove-butt .fa:hover{
  background: #f2f0e8;
  color: #c3baad;
}

.fastbasket .form input,
.fastbasket .form label,
.fastbasket .form textarea{
  display: block;
}
.fastbasket .form .submit .progress {
    height: 15px;
    display: none;
}
.fastbasket .sum-calc{
  padding-right: 34px;
}
.fastbasket .sum-calc:after{
  content: "";
  clear: both;
  display: block;
  border-bottom: 1px dotted #c2c2c2;
  position: relative;
  top: -4px;
}
.fastbasket .sum-calc.milk{
  color: #979797;
}
.fastbasket .sum-calc.total {
    font-size: 14px;
    margin-top: 4px;
}
.fastbasket .sum-calc .label{
  margin-right: 95px;
}
.fastbasket .sum-calc .value{
  float: right;
  box-sizing: border-box;
  width: 94px;
  text-align: right;
}
.fastbasket .sum-calc span {
    background: #fbfbf4;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.fastbasket .makingbox{
  background: #e4ded5;
  padding: 4px 6px;
  border-radius: 3px;
  margin-top: 10px;
}



.fastbasket .delivery-h {
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'NovitoNova', sans-serif;
    padding: 0;
    margin: 20px 0 0px;
    box-sizing: border-box;
}
.fastbasket .delivery-type{
    margin: 10px 0;
    box-sizing: border-box;
    background: #e4ded5;
    padding: 4px 6px;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
    position: relative;
}
.fastbasket .delivery-type a,
.fastbasket .delivery-date a{
  color: #03A9F4;
  border-bottom: 1px dashed #03A9F4;
}

.fastbasket .delivery-type span{
  color: #c14118;
  font-size: 14px;
  margin-left: 5px;
}
.fastbasket .delivery-type input[type="radio"] {
    width: 0px;
    margin-right: 17px;
}

.fastbasket .delivery-type input[type='radio']:after {
    width: 11px;
    height: 11px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.fastbasket .delivery-type input[type='radio']:checked:after {
    width: 11px;
    height: 11px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #c14118;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.fastbasket .pay-type{
    margin: 10px 0;
    box-sizing: border-box;
    background: #e4ded5;
    padding: 4px 6px;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
    position: relative;
    max-width: 240px;
    height: 32px;
}

.fastbasket .pay-type span{
  color: #715037;
  font-size: 14px;
  line-height: 14px;
  margin-left: 30px;
  margin-top: -10px;
  position: absolute;
}
.fastbasket .pay-type input[type="radio"] {
    width: 0px;
    margin-right: 17px;
}

.fastbasket .pay-type input[type='radio']:after {
    width: 11px;
    height: 11px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.fastbasket .pay-type input[type='radio']:checked:after {
    width: 11px;
    height: 11px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #409144;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}




.fastbasket .delivery-idea, .fastbasket .notice-add {
    color: #a4a4a4;
    margin-bottom: 10px;
}
.fastbasket .delivery-idea a, .fastbasket .notice-add a{
    color: #a4a4a4;
    text-decoration: underline;
}



.fastbasket .form label{
  margin-top: 10px;
}
.fastbasket .form input {
    padding: 8px 7px;
    border: 1px solid #72533a;
    width: 100%;
    box-sizing: border-box;
    max-width: 190px;
}
.fastbasket .form .group-input.error input,
.fastbasket .form .group-input.error textarea{
  border: 1px solid #c60000;
}
.fastbasket .form .group-input.error:after{
  color: #c60000;
  display: block;
  content: "Необходимо заполнить"
}


.fastbasket .form textarea{
    padding: 8px 7px;
    border: 1px solid #72533a;
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
}
.fastbasket .form button {
    background: #705037;
    color: white;
    border: 0;
    font-size: 14px;
    height: 28px;
    border-radius: 4px;
    padding: 0px 8px;
    font-family: 'Designosaur', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fastbasket .form select {
    padding: 8px 7px;
    border: 1px solid #72533a;
    width: 100%;
    box-sizing: border-box;
    max-width: 190px;
}


.double-map img {
    max-width: 190px;
}

footer .footer-wr {
  margin: 20px auto 0;
  max-width: 1100px;
  border-top: 2px dashed #e4ded5;
  padding: 40px 0;
  background: #fbfbf4;
}
footer .footer-wr:after {
    content: "";
    display: block;
    clear: both;
}
footer .footer-wr > div{
  width: 10%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
footer .footer-wr .copy{
  text-align: left;
  width: 35%;
}
footer .footer-wr .wh{

}
footer .footer-wr .follow{

}
footer .footer-wr .follow .fa {
    font-size: 28px;
    width: 100px;
    text-align: center;
}
footer .footer-wr .dev{
  float: right;
  text-align: right;
  width: 35%;
}
footer .footer-wr .wh a,
footer .footer-wr .dev a{
  text-decoration: underline;
}

/*TABLES STYLES*/
:root {
    --dark-bg: #242425;
    --dark-bg-separator-line: #363638;
    --dark-txt: #3a3a3a;
    --light-bg: #ecf0f1;
    --border: #DDDEDE;
    --gray: #8e9192;
    --tbl-h: #E0E0E0;
    --tbl-s: #F2F2F2;
    --tbl-border: #cbcbcb;

    --button-bg: #003171;
    --table-head: #828282;

    --alert: #ff0000;
}


.waybill .table {
    border-collapse: collapse;
    text-align: left;
    border: 1px solid var(--border);
    margin: 10px 0;
}

.waybill .table thead tr {
    padding: 8px 6px;
    border-right: 1px solid var(--tbl-border);
    font-size: 14px;
    color: var(--table-head);
    text-align: center;
    background: var(--tbl-h);
}

.waybill .table th {
    padding: 8px 16px;
    border-right: 1px solid var(--tbl-border);
}

.waybill .table tbody button,
.waybill .table tbody .button {
    margin: 0;
}

.waybill .table tbody tr:nth-child(even) {
    background-color: var(--tbl-s);
}


.waybill .table tbody tr.big {
    font-size: 17px;
}


.waybill .table tbody td {
    padding: 8px 16px;
    border-right: 1px solid var(--tbl-border);
}


.wr-news{
  max-width: 530px;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 50px;
}
.wr-news .title{
  font-size: 28px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  display: block;
  text-align: left;
  padding: 10px 0;
  }
.wr-news .text{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #705037;
}
.wr-news .text img{
  max-width: 300px;
  max-height: 300px;
  display: block;
  margin: 10px auto;
}

.footer-gall h2{
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovitoNova', sans-serif;
  padding: 0;
  margin: 0 0 11px;
  border-bottom: 2px solid #705037;
  box-sizing: border-box;
  padding-right: 10px;
  margin-top: 20px;
}

.footer-gall .list{
    /*text-align: center;*/
}
.footer-gall .list img{
    max-width: 23%;
}

.anchor-position-normalizer {
    background: red;
    height: 1px;
    width: 1px;
    top: 1px;
    left: 1px;
    margin-top: -40px;
    margin-bottom: 40px;
    position: relative;
}


@media (max-width: 374px){
  .shopbox .shop-items .item .img{
    width: 130px;
  }
  .shopbox .shop-items .item .info {
    margin-left: 140px;
  }



}


@media (max-width: 1099px){
  .wrapper .desctop-nav{
    display: none;
  }
  .wrapper .content{
    float: none;
    width: 100%;
  }
  .wrapper .pls-more-read{
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .wrapper .pls-more-read .fixed {
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    top: 0;
  }

  .news-block.inheader{
    display: block;
    border-bottom: 2px dotted #eae5dc;
    margin-top: 20px;
  }
  .news-block.infooter{
    display: none;
  }


  footer .footer-wr{
    padding: 10px 0;
  }

  footer .footer-wr > div,
  footer .footer-wr .copy,
  footer .footer-wr .dev {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }

}

/*это для дестктопа увеличение кое-чего в карточках. НЕмного странно, зато типа почти mobilefirst*/
@media (min-width: 1100px){
  .shopbox .shop-items .item .img {
    width: 200px;
    height: 200px;
  }
  .shopbox .shop-items .item .info {
    margin-left: 210px;
  }
  .shopbox .shop-items .item .name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .shopbox .shop-items .item .for-desc{
    margin-bottom: 7px;
    height: 100px;
  }
  .shopbox .shop-items .item .desc {
    font-size: 14px;
    max-height: 69px;
    overflow: hidden;
  }
}
