/*
Theme Name: Victory.by Webmart
Theme URI: http://www.test.victory.by
Author: the SmartBizz team
Author URI: http://www.smartbizz.com/
Description: Theme 2 for victory
Version: 2.1
License: GNU General Public License v2 or later
*/
/* start coupon style*/

#woocommerce_layered_nav-2,
#woocommerce_layered_nav-3,
#woocommerce_layered_nav-4 {
    display: none !important;
}

#woocommerce_layered_nav-5 .wc-layered-nav-term {
    margin-bottom: 4px;
}
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(-n+6) {*/
/*    display: flex;*/
/*        margin-bottom: 4px;*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(-n+6) a{*/
/*    font-size: 0;*/
/*    margin-right: 10px;*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(-n+6) a:before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background-size: cover;*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(1) a:before {*/
/*    background-image: url("/wp-content/uploads/2021/03/zn_1.png");*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(2) a:before {*/
/*    background-image: url("/wp-content/uploads/2021/03/zn_2.png");*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(3) a:before {*/
/*    background-image: url("/wp-content/uploads/2021/03/zn_3.png");*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(4) a:before {*/
/*    background-image: url("/wp-content/uploads/2021/03/zn_7.png");*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(5) a:before {*/
/*    background-image: url("/wp-content/uploads/2021/03/zn_8.png");*/
/*}*/
/*#woocommerce_layered_nav-5 .wc-layered-nav-term:nth-child(6) a:before {*/
/*    background-image: url("/wp-content/uploads/2021/03/zn_fire.png");*/
/*}*/


@media screen and (max-width: 480px) {
#my-account-menu ~ .woocommerce-MyAccount-content {
    width: 100% !important;
}
}
.coupon-container .coupon-content .discount-info {
    color: transparent;
    line-height: 1px;
}
.coupon-container .coupon-content .woocommerce-Price-amount {
    color: #000;
    line-height: 20px;
    margin: 37px 0 5px;
}
#all_coupon_container .coupon-container {
    margin-bottom: 20px !important;
    padding: 0 !important;
}
span.woocommerce-Price-amount.amount {
    font-weight: normal;
    display: block;
}
.coupon-content .code {
    margin-bottom: 45px;
}
.coupon-container .coupon-content .coupon-expire {
    font-size: 12px;
}
.coupon-content:before {
    content: "Подарочный сертификат";
    font-size: 28px;
    font-style: italic;
    line-height: 34px;
    font-family: 'Material Icons';
}
.coupon-content .discount-info {
margin-top: 15px;
}
.coupon-content.dashed.small {
       position: absolute;
    padding: 100px 0 0;
    height: 100%;
    background-size: cover;
    background-image: url('/wp-content/themes/mm4/image_2020-12-14_16-09-57.png');
}
div#all_coupon_container {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 500px !important;
}
.coupon-container {
    padding: 0;
    width: 266px;
    height: 399px;
}
/* end coupon style*/
body.woocommerce-cart table.shop_table tr.cart_item td.product-price,
body.woocommerce-cart table.shop_table tr th.product-price {
  width: 10%;
  text-align: center;
}

body.woocommerce-cart table.shop_table tr.cart_item .product-quantity,
body.woocommerce-cart table.shop_table tr th.product-quantity {
    width: 10%;
    text-align: center;
}
.filter {
    font-size: 2em;
    text-transform: uppercase;
    font-family: RopaSansPro-Regular;
    line-height: 2em
}
body.woocommerce-cart table.shop_table tr.cart_item .product-quantity .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
  min-width: 130px;
}

body.woocommerce-cart table.shop_table tr.cart_item .product-remove {
  width: 5%;
}

body.woocommerce-cart table.shop_table tr.cart_item td.product-subtotal {
  min-width: 150px;
}

body.woocommerce-cart table.shop_table tr.cart_item td.product-name {
  width: 50%;
}

body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail img {
  width: 100px;
}

body.woocommerce-cart table.shop_table tr td,
body.woocommerce-cart table.shop_table tr th {
  border: 1px solid rgba(0,0,0,.1);
}

.woocommerce a.remove {
  margin: auto;
}

.shop_table {
  min-width: auto;
}

.woocommerce-page table.cart td.actions .btn {
  height: 39px;
}

.wfg-gift-item h3 {
  white-space: normal!important;
}

.gifts--wrapper {
  align-items: flex-start;
}

.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .woocommerce .shop_table tr {
    display: block;
    width: 100%;
  }

  .woocommerce table.shop_table td {
    border-color: rgba(0,0,0,.1)!important;
  }

  body.woocommerce-cart table.shop_table tr.cart_item .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
  }

  body.woocommerce-cart table.shop_table tr.cart_item td.product-name,
  body.woocommerce-cart table.shop_table tr.cart_item .product-remove,
  body.woocommerce-cart table.shop_table tr.cart_item td.product-price,
  body.woocommerce-cart table.shop_table tr.cart_item .product-quantity {
    width: auto;
  }

  body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
    display: flex!important;
  }

  .woocommerce table.shop_table thead {
    display: none;
  }

  body.woocommerce-cart table.shop_table tr.cart_item td.product-subtotal {
      grid-column: 1 / -1;
  }

  .woocommerce .shop_table  tr.cart_item {
    display: grid;
    grid-template-columns: 130px 1fr;
    width: 100%;
    margin-bottom: 15px;
  }

  .woocommerce-checkout-review-order-table tr.cart_item {
    grid-template-columns: 1fr 1fr;

  }

  body.woocommerce-cart table.shop_table tr.cart_item td.product-subtotal::before {
    content: attr(data-name)":";
    font-weight: bold;
  }

  .woocommerce table.shop_table,
  .woocommerce table.shop_table tbody {
    border: none!important;
    display: block;
  }

  body.woocommerce-cart table.shop_table tr.cart_item td.product-name {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .woocommerce-page table.cart td.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .woocommerce-page table.cart td.actions .btn {
    width: auto!important;
  }

  .woocommerce-page table.cart td.actions .coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 405px) {
  .woocommerce-page table.cart td.actions .coupon {
    flex-direction: column;
  }

  .woocommerce-page table.cart td.actions .coupon .input-text {
    margin: 0 0 10px 0!important;
  }
}

.sb_footer_social{
    padding-bottom:50px;
}
.sb_footer_social p{
    display:flex;
    align-items:center;
}

.home ul.products {
    list-style-type: none;
}
.reviews_tab{
	display: none !important;
}
.ui-widget-content a {
    color: #444444 !important;
	border-radius: 0 !important;
}