.displayNone {
  display: none !important;
}

.about_code.active {
  position: relative;
}

.kaka_code+.popupText:before {
  left: 120px;
}

.nmbrs:before,
.nmbrs:after {
  display: none;
}

.nmbrs_product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.minusQuantity,
.plusQuantity {
  font-size: 20px;
  line-height: 24px;
  color: #F47314;
  background: #F7F7F9;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 16px;
  cursor: pointer;
}

.minusQuantity {
  margin-right: 4px;
}

.plusQuantity {
  margin-left: 4px;
}

.nmbrs_product {
  width: 68px;
}

.nmbrs.nmbrs_product input[type=text] {
  padding: 0;
  margin: 0;
  width: 28px;
  border: none;
  height: 56px;
  line-height: 56px;
}

#buttons-cart.product__right-click-button {
  font-weight: 400;
}

.product__right-number {
  position: relative;
}

.product__right-number .popup-close::before {
  display: none;
}

.product__right-number .popupText::after {
  display: none;
}

.product__right-number .popup-close {
  position: absolute;
  color: #4A556A;
  top: 5px;
  right: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  font-size: 20px;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.subTitle {
  display: block;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Segoe UI Regular';
}

.about_code .popup-buy {
  display: none;
}

.about_code.active .popup-buy {
  display: block;
}

.product__right .product__right-stroke-price {
  margin-bottom: 100px;
}

@media all and (max-width: 768px) {
  .product__right .product__right-stroke-price {
    margin-bottom: 30px;
  }
}

.about_code .popup-buy {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

.about_code .popupText:before {
  display: none;
}

.overlayActive {
  opacity: 0.3;
  cursor: pointer;
  display: block !important;
}

.popupColorBox.popupText.popup-buy {
  position: relative;
  left: 0;
  top: 0;
}

.popupColorBox.popupText.popup-discount {
	text-align:center;
}

.popupColorBox.popupText.popup-discount a{
	font-weight:600;
	transition:0.2s;
}

.popupColorBox.popupText.popup-discount a:hover{
	color:#F47314;
}

.popupColorBox .popup-close::before {
  display: none;
}

.popupColorBox::after {
  display: none;
}

.popupColorBox .popup-close {
  position: absolute;
  color: #4A556A;
  top: 5px;
  right: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  font-size: 20px;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.product .product__right h1 {
  margin-bottom: 10px;
}

.product__right-price .product__right-price-title {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.product__right-price .cnter {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #3F4550;
}

.product__right .product__right-number .counts_sale_bord,
.product__right .product__right-number .popupButton {
  border-bottom: 1px dotted;
  text-decoration-line: unset;
  -moz-text-decoration-line: unset;
}

.payBlock {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.bottomInfoBlock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.bottomInfoBlock .changes-work-store {
  margin-top: 0;
}

.telegramLink i {
  color: #0088cc;
  font-size: 17px;
}

/*блоки*/
.homeCatlist {
  padding-left: 100px;
  padding-right: 100px;
}

.homeCatlist_row {
  display: flex;
}

.homeCatlist_item__body {
  height: 100%;
}

.homeCatlist_item img {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  max-width: 100%;
  height: 100%;
}

.homeCatlist_item:hover img {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}

.homeCatlist_row:nth-child(1) .homeCatlist_item {
  width: 50%;
}

.homeCatlist_row:nth-child(1) .homeCatlist_item:nth-child(1) .homeCatlist_item__body {
  margin-right: 12px;
}

.homeCatlist_row:nth-child(1) .homeCatlist_item:nth-child(2) .homeCatlist_item__body {
  margin-left: 12px;
}

.homeCatlist_row:nth-child(2) {
  margin-top: 24px;
}

.homeCatlist_row:nth-child(2) .homeCatlist_item {
  width: 33.3333%;
}

.homeCatlist_row:nth-child(2) .homeCatlist_item:nth-child(1) .homeCatlist_item__body {
  margin-right: 12px;
}

.homeCatlist_row:nth-child(2) .homeCatlist_item:nth-child(2) .homeCatlist_item__body {
  margin-left: 12px;
  margin-right: 12px;
}

.homeCatlist_row:nth-child(2) .homeCatlist_item:nth-child(3) .homeCatlist_item__body {
  margin-left: 12px;
}

.homeCatlist a {
  display: flex;
}

@media all and (max-width: 1024px) {
  .homeCatlist {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 768px) {
  .homeCatlist_row {
    flex-direction: column;
  }

  .homeCatlist_row:nth-child(1) .homeCatlist_item {
    width: 100%;
  }

  .homeCatlist_row:nth-child(1) .homeCatlist_item:nth-child(1) .homeCatlist_item__body {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .homeCatlist_row:nth-child(1) .homeCatlist_item:nth-child(2) .homeCatlist_item__body {
    margin-left: 0;
    margin-top: 12px;
  }

  .homeCatlist_row:nth-child(2) .homeCatlist_item {
    width: 100%;
  }

  .homeCatlist_row:nth-child(2) .homeCatlist_item:nth-child(1) .homeCatlist_item__body {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .homeCatlist_row:nth-child(2) .homeCatlist_item:nth-child(2) .homeCatlist_item__body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .homeCatlist_row:nth-child(2) .homeCatlist_item:nth-child(3) .homeCatlist_item__body {
    margin-left: 0;
    margin-top: 12px;
  }
}

/*-блоки-*/

/*Корзина*/
.cart_container h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #404040;
  margin-top: 60px;
  margin-bottom: 0;
}

.text_products {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
}

.text_products__small {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  color: #4A556A;
  position: relative;
  bottom: -5px;
}

.block_text__top {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
}

.table_cart a {
  display: flex;
}

.table_cart {
  margin-top: 31px;
}

.table_cart tr {
  background: #F7F7F9;
}

.table_cart td {
  border-top: 24px solid #fff;
  border-bottom: 24px solid #fff;
}

.remove_tr {
  border-right: 36px solid #fff;
  background: #FFF;
}

.image_tr,
.name_tr,
.quantity_tr {
  border-left: 24px solid #fff;
  border-right: 24px solid #fff;
  background: #F7F7F9;
}

.ammount_tr {
  border-left: 24px solid #fff;
}

.name_tr {
  padding-left: 40px;
  padding-right: 15px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  min-width: 794px;
}

.quantity_block {
  min-width: 50px;
}

.quantity_block__title {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}

.valueQ {
  width: 48px;
  height: 26px;
  padding-right: 15px;
  padding-left: 10px;
  border: none;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #4A556A;
}

.quantity_block__input {
  position: relative;
}

.quantity_block_ i {
  font-size: 17px;
}

.plusQ {
  color: #F47314;
  position: absolute;
  right: 3px;
  top: -6px;
  cursor: pointer;
}

.minusQ {
  color: #F47314;
  position: absolute;
  right: 3px;
  bottom: -6px;
  cursor: pointer;
}

.quantity_tr {
  padding: 0 15px;
}

.ammount_block__title {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}

.ammount_block_value {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
}

.ammount_tr {
  min-width: 150px;
  padding-left: 40px;
}

.table_cart .noBg {
  background: #FFF;
}

.product_cart_pay {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #C0C2C6;
  border-bottom: 1px solid #C0C2C6;
}

.product_cart_ammount {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #C0C2C6;
  border-bottom: 1px solid #C0C2C6;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 76px;
}

.table_cart {
  border-collapse: collapse;
}

.table_cart tr {
  border-bottom: 1pt solid black;
}


.product_cart_ammount__left {
  font-family: 'Oswald Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #404040;
}

.product_cart_ammount__right {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
  padding-left: 7px;
}

.cart_data_cont {
  display: flex;
  margin-top: 65px;
}

.cart_data_cont__left,
.cart_data_cont__right {
  width: 50%;
  height: 150px;
}

.cart_data_cont__title {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
}

.cart_container input[type="text"]:focus,
.cart_container input[type="email"]:focus {
  border-left: 4px solid #f47314;
}

.cart_container .order-col {
  width: 50%;
  max-width: unset;
}

.cart_container .order-col:nth-child(1) {
  padding-right: 55px;
}

.cart_container .order-col:nth-child(2) {
  padding-left: 55px;
}

.cart_container .order-btn-holder {
  padding-top: 0;
  border: none;
  margin-top: 25px;
}

.cart_container .order-btn-holder input[type="checkbox"] {
  display: none;
}

.cart_container .order-btn-holder label:before {
  content: '';
  background: #4A556A;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

.cart_container .order-btn-holder input:checked+label:after {
  content: '';
  border-right: 2pxsolid #f47314;
  border-bottom: 2pxsolid #f47314;
  display: block;
  height: 7px;
  width: 4px;
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}

.cart_container .order-btn-holder .ta_01,
.cart_container .order-btn-holder .ta_02 {
  margin-right: 0;
}

.ta_01 label {
  max-width: 327px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #4A556A;
}

.ta_02 label {
  max-width: 220px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #4A556A;
}

.order-col__button-block {
  margin-top: 35px;
}

.cart_container #discount_success2 {
  margin: 0;
}

.spanBold {
  font-weight: 600;
}

.ammount-disc {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #404040;
}

.cart_container #discount_success2 .text-disc {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #404040;
}

.cart_container img {
  max-width: unset;
}

.success-disc {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.success-disc_left {
  font-family: 'Oswald Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #404040;
}

.val-disc {
  color: #79bf42;
}

.success-disc_right {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
  padding-left: 3px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media all and (max-width: 991px) {
  .cart_data_cont {
    flex-direction: column;
  }

  .cart_container .order-col {
    width: 100%;
    padding: 0 !important;
  }

  .cart_container .form-group {
    width: 100%;
    max-width: unset !important;
  }

  .cart_container input[type="text"],
  .cart_container input[type="email"] {
    width: 100%;
    max-width: unset !important;
  }

  .cart_container .order-col:nth-child(2) {
    margin-top: 65px;
  }

  .cart_container .order-col:nth-child(2) .order-col-count {
    margin-bottom: 0;
  }
}

@media all and (max-width: 450px) {
  .block_text__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*-Корзина-*/

/*О магазине*/
.home-about {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.home-about_row {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.home-about_block {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.grey.next .home-about_block__right h3 {
  margin-bottom: 15px;
}

.grey.next .home-about_block__right p {
  margin: 0;
}

.home-about_block__right {
  padding-left: 15px;
}

.home-about_block__left {
  min-width: 40px;
}

.home-about .home-about_row:nth-child(1) {
  margin-bottom: 20px;
}

@media all and (max-width: 992px) {
  .home-about_block {
    width: 100%;
    margin-bottom: 25px;
  }

  .home-about_row {
    flex-direction: column;
  }

  .home-about .home-about_row:nth-child(1) {
    margin-bottom: 0;
  }
}

.box-heading.left {
  display: inline-block;
}

/*-О магазине-*/
.distribution-left .distribution-left_img {
  max-width: unset;
}

.product__right-number span {
  text-decoration: unset !important;
}

.product__right h1+.addname {
  font-size: 18px !important;
  margin-left: 0;
  margin-bottom: 10px;
}

.q-text {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #404040;
}

.product__right .noinstock {
  max-width: 210px;
}

.breadcrumb a {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #4A556A;
}

.product__right-price .product__right-price-title+.product__right-price-value {
  width: auto;
  white-space: nowrap;
  min-width: 170px;
}

.product__right-stroke.product__right-stroke-price #buttons-cart {
  white-space: nowrap;
}

/*** НОВАЯ КАРТОЧКА ТОВАРА ***/
.category .product-list .catprod.productCat {
  display: flex;
  padding: 50px 60px 50px 50px;
}

.category .product-list .catprod.productCat .catcent {
  border: none;
  width: 100%;
  padding: 0;
}

.dopInfoTitle {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #404040;
}

.productCat .ad-prodagi,
.productCat .ad-otzivi {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}

.category .product-list .productCat .trigers {
  margin-top: 6px;
}

.category .product-list .productCat .trigers .triger {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #3F4550;
  background: transparent;
  border: none;
  padding-left: 0;
  margin: 0;
}

.category .product-list .catprod.productCat .catright {
  float: left;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  height: auto;
  margin-top: 40px;
}

.category .product-list .catprod.productCat .price {
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 34px;
  color: #3F4550;
  margin: 0;
  font-family: 'Segoe UI Regular';
  white-space: nowrap;
}

/* .category .product-list .catprod.productCat .cart{
  padding: 0 30px 0 0;
} */
.category .product-list .catprod.productCat .image {
  width: auto;
  padding: 0;
  margin-right: 60px;
}

.catprod.productCat .shortDesc {
  text-align: justify;
}

.category .product-list .catprod.productCat .image img {
  width: 225px;
}

.category .product-list .catprod.productCat .cart {
  padding-top: 0;
}

.category .product-list .catprod.productCat .price .noinstock {
  font-size: 16px;
  line-height: 16px;
  margin-top: 33px;
  display: flex;
  font-family: 'Segoe UI Bold';
  font-weight: 400;
}

.product-list .productCatBody {
  display: flex;
  width: 100%;
}

.product-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.product-grid .productCat .image {
  margin: 0;
}

.product-grid .catprod.productCat {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.product-grid .catprod:hover {
  box-shadow: unset;
}

.product-grid .productCatBody {
  padding-bottom: 25px;
  box-sizing: border-box;
  border: 2px solid #f7f7f9;
}

.product-grid .productCatBody:hover {
  box-shadow: 0px 10px 20px rgb(30 37 48 / 15%);
}

.product-grid .catprod .cart a {
  background: #F47314;
  border: none;
  font-family: "Oswald Regular";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}

.product-grid .catprod .cart a:hover {
  background: #F7F7F9;
  color: #F47314;
}

.product-grid .catprod .cart a i {
  display: none;
}

.product-grid .catprod .cart-nostock a {
  background: #F7F7F9;
  border: none;
  padding: 10px 35px;
  font-family: "Oswald Regular";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.25px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}

.product-grid .catprod .cart-nostock a:hover {
  background-color: #fff;
}

.product-grid .catprod .cart-nostock a i {
  display: none;
}

.product-grid .catprod .catright {
  padding: 0;
}

.product-grid .cart-nostock {
  margin: 0;
  display: flex;
}

.product-grid .catprod .name {
  height: auto;
  width: 100%;
  padding-right: 0;
}

.product-grid .catprod .catright {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.product-grid .catprod .catright .cart{
  padding-left: 0;
}
.product-grid .catprod .price{
  margin-bottom: 15px;
}
/*** НОВАЯ КАРТОЧКА ТОВАРА КОНЕЦ ***/
.fcontact .mail b{
  user-select: unset;
  pointer-events: unset;
}
#additional-12 .download-item{
  height: auto;
}
/*****/
#footer .h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Oswald Medium';
  color: #3F4550;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  padding: 0 0 35px 0;
}
#cartpopup .h4{
  margin-bottom: 10px;
  margin-top: 10px;
}
#cartpopup .h4{
  font-size: 18px;
  color: #00A930;
}
.grey.next .home-about_block__right .h3{
  margin-bottom: 15px;
  font-size: 16px;
}
.pbtm td .h3{
  font-size: 20px;
  line-height: 27px;
  margin: 10px 0;
  font-family: Segoe UI Bold;
}
#ta .h3{
  font-size: 1.17em;
}
@media all and (max-width: 768px){
  #menu ul li.open:nth-child(4) div{
    padding: 0;
    display: flex !important;
    flex-direction: column;
  }
  #menu ul li:nth-child(4) div ul{
    width: 100%;
  }
}
/* .grey.next.abo + .wrapper.home .box-heading-wrap .box-heading + p{
  display: none;
} */

.category .product-list .catprod .catright{
  min-width: unset !important;
  max-width: unset !important;
}

@media all and (max-width: 1100px){
  .product-list .catprod.productCat .productCatBody{
    flex-direction: column;
  }
  .product-list .catprod.productCat .productCatBody .image{
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;    
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    min-width: unset !important;
    max-width: unset !important;
  }
  .category .product-list .catprod .catright{
    min-width: unset !important;
    max-width: unset !important;
  }
}
@media all and (max-width: 992px){
  .category .product-list .catprod .cart{
    justify-content: flex-end !important;
  }
}
@media all and (max-width: 768px){
  footer .col-2{
    width: 50% !important;
  }
  #footer .fcontact li{
    width: 25%;
    margin: 0 !important;
  }
  #footer .fcontact li.payLi{
    width: 100%;
    margin-top: 20px !important;
    justify-content: center;
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 400px){
  #footer .fcontact li{
    width: 50%;
    margin-bottom: 20px !important;
  }
  #footer .fcontact li.payLi{
    margin-top: 0 !important;
  }
}

.digiseller-reviewList .digiseller-review{
  height: auto;
}

.homepage-text{
	margin:50px 0;
}

.pew-product-mobile-reviews{
	margin:20px 0;
	display:none;
}

.pew-product-mobile-reviews .newLink{
	display: flex;
	color: #FF6421;
	font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.pew-product-mobile-reviews .newLink .counts_sale_bord{
	padding-left: 4px;
}

.pew-product-mobile-reviews .number-sales{
	margin-left:10px;
}

@media all and (max-width: 992px){
	.pew-product-mobile-reviews{
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
		align-items: flex-start;
	}
}



.cart-cards{
  max-width: 100%;
}













