.dop_product {
      border: 0px solid #4f5f8e;
      padding: 0px 10px;
      font-size: 11px;
      line-height: 1.4rem;
      font-weight: 500;
      color: #FFF;

      background-color: #3e4c73;
      border-radius: 0.4rem;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-user-select: none;
      user-select: none;
      outline: none;
      max-width: 27rem;
      text-decoration: none;
      margin-right: 8px;
      display: inline-block;
}
.dop_product:hover {
      border: 0px solid #4f5f8e;
      color: #fff;
      padding: 0px 10px;
      font-size: 11px;
      background-color: #4f5f8e;
      border-radius: 0.4rem;
}
.dop_product_orig {
  border: 0px solid #c7c7c7;
  padding: 0px 10px;
  font-size: 11px;
  line-height: 1.4rem;
  font-weight: bold;
  color: #333;
  background-color: #eeeeee;
  border-radius: 0.4rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  max-width: 27rem;
  text-decoration: none;
  margin-right: 8px;
      display: inline-block;
}
.cp {
    background-color: #fff;
    border-radius: .5rem;
	border: 1px solid #dce4e9;
}
.cp h2 {font-weight: 600; font-size: 1.8rem;}
.producr-image img{width: 100%; max-width: 100%; height: auto;}

.the-content h1, .the-content h2, .the-content h3 {
	font-size: 1.2rem;
	font-weight: 600;
}

.cp .onsale {display: none;}

.cp-cash {
	width: 100%;
	padding: .7rem 2rem 2rem 2rem;
    border: 2px solid #f7f7f7;
    border-radius: .5rem;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
}

.cp-cash .sfon {
	background: url(/wp-content/uploads/2020/05/fon.png);
	background-size: 100% 100%;
	height: 4rem;
    margin-right: 2rem;
    padding: 0 1rem;
    line-height: 4rem;
	display: inline-block;
}

.amout {font-weight: 900}


.wc-tabs-wrapper {
    border: 1px solid #f7f7f7;
	margin-top: 2rem;
	-webkit-border-top-left-radius: .5rem;
	-webkit-border-top-right-radius: .5rem;
	-moz-border-radius-topleft: .5rem;
	-moz-border-radius-topright: .5rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	overflow: hidden;

}

.chiled {overflow-x: auto;}
.wc-tabs[role=tablist] {
	background: #f7f7f7;
	padding: .7rem 2rem .7rem 2rem;
	-webkit-border-top-left-radius: .5rem;
	-webkit-border-top-right-radius: .5rem;
	-moz-border-radius-topleft: .5rem;
	-moz-border-radius-topright: .5rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;


}

.wc-tabs[role=tablist] li {display: inline-block; padding: 0 1rem}
.wc-tabs[role=tablist] li:first-child {padding: 0 1rem 0 0}

.wc-tabs[role=tablist] li a {
	font-weight: 600;
	font-size: 1rem;
	color: #000;
}
.wc-tabs[role=tablist] li.active a {
	color: #be0000;
	border-bottom: 2px solid #be0000;
}


.product .cart.local, .product .wqpmb_input_text  {
  width: 100%!important;
}
body .qib-button-wrapper {
    gap: 10px!important;
}



.product  .qib-button-wrapper button.qib-button {
  border: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #f7f7f7;
  padding: 3px!important;
  width: 30px;

  font-size: 1rem;
  line-height: 1rem;
}

.product .quantity.wqpmb_quantity {
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: calc(100% - 70px);
}

.product  .qib-button-wrapper button.qib-button:hover  {
  background: #f0f0f0;
}

.single_add_to_cart_button {
  width: 100%;
}

.single_add_to_cart_button {
    color: #fff;
    background-color: #3e4c73;
    border-color: #3e4c73;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 30px;
}

.single_add_to_cart_button:hover {
    color: #fff;
    background-color: #2d3857;
    border-color: #2d3857;
    padding: 12px 20px;
}

.single_add_to_cart_button:focus, .single_add_to_cart_button.focus {
    box-shadow: none ;
}
.single_add_to_cart_button:focus, .single_add_to_cart_button.focus {
    outline: 0;
    box-shadow: none;
}


.flex-control-thumbs {text-align: center; margin-top: 20px; }
.flex-control-thumbs li {
  width: 15%;
  height: auto;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}

.flex-control-thumbs li img {width: auto; cursor: pointer;}

.flex-active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline:  1px solid #333;
  outline-offset:  5px;
}

.table-sm th, .table-sm td{
  padding: 8px 16px
}

.table-sm img {width: 40px; height: auto;}

.mp .modal-content {

}

#map {
    width: 100%;
    min-height: 800px;
    height: auto;
}



.rmenu .group {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 20px;
}

.rsubmenu li {
  padding: 15px;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
  margin-top: 20px
}

.rsubmenu li:hover {
  background: #F7F7F7;
}


.rsubmenu li a {color: #000; font-weight: bold}
.rsubmenu li span, .rsubmenu li div {font-weight: normal; display: block}

.rsubmenu li span  {margin-top: 5px; font-size: 12px; color: #3e4c73}

.rejim {margin-top: 10px; color: #666}
.phonemap {margin-top: 10px; color: #3e4c73; }

.text-1 {color: #000; font-size: 14px; }
.text-2 {
    margin-top: 5px;
  font-size: 12px;
  color: #3e4c73;
}
.hbg {background: #F7F7F7;}
.hbh {border-top: 1px solid #b0b0b0;}

.litem  {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.container-item .litem:nth-child(1) {
  border-top: 1px solid #b0b0b0;
}
.container-item .litem:nth-child(2n) {
    background: #F7F7F7;
}

.container-item .litem div:nth-child(1) {width: 72px}
.container-item .litem div:nth-child(2) {width: 120px}
.lk {padding-left: 30px!important}
.lk:before {
    content: "!";
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #FFF;
    background: #999;
    margin-top: 2px;
    position: absolute;
    border-radius: 50%;
    line-height: 150%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    left: 7px
}

.container-item {width: 100%;}
.hi{padding-right: 10px; padding-left: 10px;}
.hi div:nth-child(1) {width: 20%}
.hi div:nth-child(2) {width: 20%; }
.hi div:nth-child(3) {width: 60%; }
.container-item .hi:nth-child(2n+1) {
    background: #F7F7F7;
}
.hiq {background: #f0f0f0;}



.psevdo_div {
  position: relative;
}

.psevdo_div:after {
  background: transparent;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
  left: auto;
  right: 0;
}
.psevdo_div ul {
  margin: 0;
  padding: 0;
  padding: 5px 2px;
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  align-items: center;

  /* HIDE SCROLLBAR */
  -ms-overflow-style: none; /* ie 10+ */
  scrollbar-width: none; /* firefox */
}
.psevdo_div ul::-webkit-scrollbar {
  display: none; /* webkit (safari, chrome) */
}
.psevdo_div ul li {
  flex: 0 0 auto;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}
.psevdo_div a {
  display: block;
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  padding: 0 20px
}

.psevdo_div a:hover {
  color:#000;
}


.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%!important;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    z-index:+9999999;
}



.psedvdoul ul li:before {
  /*content: '- \00a0';*/
}

.psedvdoul ul li {padding: .3rem 0}


a.active {color: #000!important; font-weight: bold}
a.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: +999;
    height: 2px;
    width: 100%;
    background-color: currentColor;
}
