body {
  /*font-family: Futura PT,Cricket,Arial,Helvetica,sans-serif;*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  height: 40px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 18px;
  margin-bottom: 5px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/*Contact*/
#contact-form {
  margin-bottom: 10px;
}
input.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 23px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
textarea {
  height: 205px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
input.contact-submit {
  color: #fff;
  background: #8a8f74;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 34px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
/*And Contact*/
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.container {
  max-width: 1300px !important;   
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/*header*/
/*modal enter registration*/
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
.info-modal {
  text-align: center;
  color: #fff;
}
.tab {
  background: #200122;
  background: -webkit-linear-gradient(to bottom, #6f0000, #200122);
  background: linear-gradient(to bottom, #6f0000, #200122);
  padding: 40px 50px;
  position: relative;
}
.tab:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#82efdafa, #83d490fa);
  opacity: 0.85;
}
.tab .nav-tabs {
  border-bottom: none;
  padding: 0 20px;
  position: relative;
}
.tab .nav-tabs li {
  margin: 0 30px 0 0;
}
.tab .nav-tabs li a {
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  margin-right: 0;
  border: none;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  position: relative;
  transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover {
  background: transparent;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
  border: none;
  background: transparent;
  opacity: 1;
  border-bottom: 2px solid #eec111;
  color: #fff;
}
.tab .tab-content {
  padding: 20px 0 0 0;
  margin-top: 40px;
  background: transparent;
  z-index: 1;
  position: relative;
}
.form-bg {
  background: #ddd;
}
.form-horizontal .form-group {
  margin: 0 0 15px 0;
  position: relative;
}
.form-horizontal .form-control {
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus {
  box-shadow: none;
  outline: 0 none;
}
.form-horizontal .form-group label {
  padding: 0 20px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
}
.form-horizontal .main-checkbox {
  width: 20px;
  height: 20px;
  background: #eec111;
  float: left;
  margin: 5px 0 0 20px;
  border: 1px solid #eec111;
  position: relative;
}
.form-horizontal .main-checkbox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form-horizontal .main-checkbox label:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.form-horizontal .main-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.form-horizontal .text {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 7px;
  line-height: 20px;
  padding-top: 5px;
  text-transform: capitalize;
}
.form-horizontal .btn {
  width: 100%;
  background: #eec111;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  margin: 20px 0 30px 0;
}
.form-horizontal .btn:focus {
  background: #eec111;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.form-horizontal .forgot-pass {
  border-top: 1px solid #615f6c;
  margin: 0;
  text-align: center;
}
.form-horizontal .forgot-pass .btn {
  width: auto;
  background: transparent;
  margin: 30px 0 0 0;
  color: #615f6c;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.form-horizontal .forgot-pass .btn:hover {
  color: #eec111;
}
@media only screen and (max-width: 479px) {
  .tab {
    padding: 40px 20px;
  }
}
/*end modal enter regisrtation*/
.enter-drop{
  width: 150px;
    height: 30px;
    margin: 15px;
    cursor: pointer;
}
.enter-drop a:hover{
  text-decoration: none;
  color: #000;
}
.avtorizaition{
  color: #000;
  text-transform: uppercase;
  padding: 5px;
  border: 2px solid #000;
  border-radius: 10px;
}
.mobile-enter-drop{
  width: 150px;
    height: 30px;
    margin: 15px;
    cursor: pointer;
}
.mobile-enter-drop a:hover{
  text-decoration: none;
  color: #000;
}
.navbar-fixed-top {
  display: none;
}

.navbar-fixed-top.opaque {
  display: inline-block;
  width: 100%;
  z-index: 9999;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed !important;
  background-color: #fff !important;
  border-bottom: 1px solid #efefef;
  transition: all 0.25s ease-in-out 0s;
}
.soon-group.soon-group-sub{
  display: inline-block!important;
}
.soon[data-layout*=group]{
  padding: 0px!important;
}
.akciya{
  background: #737353;
  padding-top: 15px;
}
.akciya_name{
  text-align: center;
  color: rgb(184, 50, 50);
  font-weight: 700;
  font-size: 25px;
}
.akciya .product-thumb .image img{
  margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    overflow-x: hidden;
    width: 312px;
    height: 312px;
}
.akciya .product-thumb .price .price-list{
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  text-align: center;
  justify-content: center;
}
/*Верх*/
.top-black {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /*max-width: 60%;*/
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
}
.top-black-element {
  height: auto;
  background: left top / auto no-repeat rgb(0, 0, 0);
  text-align: left;
  border-radius: 0%;
  font: 400 12px / 16px Arial;
  letter-spacing: 0px;
  text-transform: none;
  overflow: visible;
  padding: 0px;
}
.obgortka-element {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1330px;
  margin: 0 auto;
  min-height: 10px;
  height: 100%;
  width: 100%;
}
.element-top {
  background: left top / auto no-repeat rgb(0, 0, 0);
  text-align: left;
  border-radius: 0%;
  font: 400 12px / 16px Arial;
  letter-spacing: 0px;
  text-transform: none;
  overflow: visible;
  padding: 0px;
}
.top-black .row.top-black-element .element-top p {
  margin: 0px;
}
.user-dropdown-box{
	display: none;
	position: absolute;
    display: none;
    background: white;
    z-index: 1000;
    border: 1px solid #e3e3e3;
    padding: 10px;
    list-style: none;
    right: 55px;
}
.svg-inline--fa{
	font-size: 24px;
    vertical-align: middle;
    margin-right: 2px;
}
.btn-dropdown{
	border: 0;
	background: #fff;
    margin: 15px;
    cursor: pointer;
}
.btn-dropdown:focus{
    outline: none !important;
}
/*mobile munu*/
/*recommendet*/
.recommendation{
    margin: 0 auto;
	  width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    max-width: 1550px;
}
.recom-content{
	padding: 0 35px;
}
.recom-title{
	font-family:"Arial",sans-serif;
    font-size: 16px;
	font-weight: 700;
    margin: 38px 0 19px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: none;
}
.recom-content ul{
	list-style: none;
	padding: 0;
	display: flex;
  height: 475px;
  overflow-x: scroll;
  overflow-y: hidden;

}
.recom-content ul li{
	width: 100%;
	position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-recommen{
	text-align: left;
    font-family: sans-serif;
    position: relative;
}
.img-recommend{
	text-align: left;
    font-family: "gothambook",sans-serif;
    position: relative;
	min-height: 100%;
}
.price-recommend .special-recom{
	color: #d04151;
    display: inline-block;
    font-size: 16px;
    font-family: "gothammedium",sans-serif;
    line-height: 22px;
    font-weight: 800;
}
.price-recommend .price-recom{
	display: inline-block;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    font-weight: 700;
	color: #000000;
	margin-left: 10px;
}
.price-recommend .price-recom::after{
position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #000000;
}
/*and recommendet*/
/*authorization*/
.authorization-form{
  margin: 5px 10px;
  padding: 0 25px;
  border: 1px solid #e3e3e3;
}
.authorization-title{
  text-align: center;
    font-weight: 600;
    font-size: 20px;
}
/*end authorization*/
/**/
.forgot-form{
  padding: 0 25px;
  border: 1px solid #e3e3e3;
  width: 420px;
  margin: 0 auto;
}
.forgot-title{
  text-align: center;
    font-weight: 600;
    font-size: 20px;
}
/**/
/*modal*/
.modal-header .close{
  padding: 0px !important;
}
.modal .modal-item{
	transform: translate(0,-50%);
	width: 100%;
    max-width: 1000px;
    top: 50%;
	position: relative;
	margin: 0 auto;
}
/*@media (min-width: 768px){
	.modal .modal-item {
		width: 600px;
		margin: 30px auto;
	}
}*/
.modal .modal-item .modal-content{
	position: relative;
    background-color: #ffffff;
	border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
    padding: 35px 30px;
	background-clip: padding-box;
    outline: none;
}
@media (min-width: 768px){
	.modal .modal-item .modal-content {
		-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
		box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	}
}
.modal .modal-item .modal-content .modal-header  {
    position: relative;
    border-bottom: none;
    padding: 0 0 15px;
	min-height: 16.42857143px;
}
/*login*/
.use-signup{
	display: flex;
    flex-wrap: wrap;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.use-signup:before{
	content: " ";
    display: table;
}

.header-log{
	padding-top: 40px;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 0 none;
	text-align: center;
	font-family: "gothammedium",sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
}
.left-log{
	border: 1px solid #e68ead;
    padding: 40px;
}
.right-log{
	border: 1px solid #e68ead;
    padding: 40px;
}
.btn.btn-primary{
  width: 100%;
}
/*and login*/
/*menu left*/
.header-menuOverlay {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(248, 218, 218, 0.6);
  cursor: pointer;
  overflow: none;
}
.show-mobile-menu {
  display: none;
  left: 0;
  height: 100vh;
  overflow: visible;
  background: #fff;
  transition: 0.2s;
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 45px);
  max-width: 400px;
  zoom: 1;
  overflow-y: scroll;
}
.show-info-mobile{
  position: absolute;
  bottom: 0;
}
.list-mobile-menu {
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 99;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  list-style: none;
}
.list-mobile-menu-element {
  position: relative;
  padding: 0;
  border-bottom: 0;
  list-style: none;
}
/*стрєлки в меню*/
.arrow-3 {
  color: #337ab7;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  margin: 20px;
}
.arrow-3 .arrow-3-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.arrow-3 .arrow-3-iconcircle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.arrow-3:hover .arrow-3-icon {
  transform: translate3d(5px, 0, 0);
}
.arrow-3:hover .arrow-3-iconcircle {
  stroke-dashoffset: 0;
}
/*кінець стрілка в меню*/
.izbrane-cart{
  display: flex;
}
.mobile-menu-element.izbrane-cart {
  display: flex;
}
.list-element {
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding: 17px 50px 16px 20px;
  display: block;
  cursor: pointer;
}
/*end menu left*/
.mobile-menu {
  display: none;
}
.mobile-menu-obgortka {
  display: flex;
  justify-content: space-around;
}
.left-righr-menu {
  width: 30px;
  height: 30px;
  margin: 15px;
  cursor: pointer;
}
.wish-count {
  position: absolute;
  top: 35px;
  right: 75px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #edb7b7;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}
.cart-count {
  position: absolute;
  top: 35px;
  right: 15px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #edb7b7;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}
/*верхнє меню*/
.menu-item-category label {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 15px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding-top: 5px;
}
.top-menu-element {
  border-bottom: 0;

  position: relative;
  background: #fff;
}
.menu-element.top-row {
  border-bottom: 1px solid #ccc;
  background: #fff;
  display: block;
}
.obgortka-menu-element {
  min-height: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 25px;
}
.menu-element-col.info-bar {
  display: block;
}
.menu-element-col.is-utility {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.menu-element-info-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
}
.menu-item-info-bar {
  margin-left: 10px;
  padding-left: 13px;

  list-style: none;
}
.menu-item-info-bar.is-first {
  margin-left: 0;
  border-left: 0px;
}
.menu-item-info-bar.is-last {
  margin-left: 10px;
  padding-top: 5px;
}
.menu-item-info-bar a {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 10px;
  text-transform: uppercase;
  color: #000;
}
.menu-item-info-bar a:hover {
  color: #000;
}
.utility-obgortka {
  float: right;
  padding-top: 0;
}
.menu-element-is-utility {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
}
.menu-element-is-utility .menu-item-info-bar.is-first {
  padding: 9px;
}
.dozakaz {
  display: none;
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  color: #000;
  padding-top: 115px;
}
.dozakaz-slide {
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 100;
}
.dozakaz-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  /*height: 100%;*/
  vertical-align: middle;
  width: 0;
}
.dozakaz-modal {
  display: inline-block;
  border-radius: 20px;

  padding: 20px;
  position: relative;
  margin: auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(2, 10, 22, 0.25);
  box-shadow: 0 1px 7px rgba(2, 10, 22, 0.25);
  opacity: 1;
  z-index: 99999;
}
.dozakaz-modal-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #dc1111;
  margin: 0 auto;
  padding-bottom: 25px;
}
.button-close-dozakaz {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99999;
}
.active-dozakaz {
  color: #0cab4f !important;
}
.zakazat-cart-maine {
  margin-left: auto;
}
.zakazat-cart {
  color: #ffffff !important;
  border-color: #ccc;
  background-color: #000000 !important;
}
.zakazat-cart:hover {
  color: #fff !important;
  background-color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
}
/*popup-exit*/
#popup_exit {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 51;
}
.popup_exit-slide {
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 100;
}
.popup_exit-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  /*height: 100%;*/
  vertical-align: middle;
  width: 0;
}
.popup_exit-modal {
  display: inline-block;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  top: 49px;
  margin: auto;
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(2, 10, 22, 0.25);
  box-shadow: 0 1px 7px rgba(2, 10, 22, 0.25);
  opacity: 1;
  z-index: 99999;
}
.popup_exit-modal-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #c3999d;
  margin: 0 auto;
  padding-bottom: 25px;
}
.button-close-popup_exit {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99999;
}
/*cart*/
.order-table {
  width: 100%;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
}
.order-table tbody tr {
  border-bottom: 1px solid #e7eef1;
}
.order-table thead tr th {
  padding: 15px;
  background-color: #f9adc0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.order-table tbody tr td img {
  width: 130px;
  padding: 15px;
}
.order-table .name {
  min-width: 280px;
}

.order-table .cost,
.order-table .sale {
  text-align: center;
}
.order-table .qty {
  text-align: center;
  width: 150px;
}
.order-table .total {
  width: 150px;
}
.order-table .total span {
  font-size: 20px;
  font-weight: 700;
}
.order-table .total .item-del {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  float: right;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
}
.order-table .cost .price-table{
  text-decoration: line-through;
}
.order-result {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #dabbbd;
  background-color: #f9adc0;
  max-width: 460px;
  margin-left: auto;
}
.order-result li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
.order-result-title {
  color: #fff;
}
.danni-kart{
  display: none;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #dabbbd;
  background-color: #f9adc0;
  max-width: 460px;
  margin-left: auto;
}
.danni-kart li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
#korzina-info{
  margin-bottom: 20px;
}
.order-empty{
  text-align: center;
  padding: 60px 0;
  width: 100%;
}
.order-empty p {
  font-size: 16px;
  margin-bottom: 25px;
  padding-top: 5px;
}
/*and cart*/
/*popup-exit*/
.izbrane {
  padding-left: 10px;
}
.fa-heart-caunt {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
}
.fa-shopping-bag-caunt {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: 5px;
  left: 321px;
  color: #fff;
}
/*logo*/
.logo_text{
  font-size: 40px;
  font-weight: 700;
}
.maine-logo {
  border-bottom: 1px solid #ccc;
}
.maine-logo-element img {
  max-width: 145px;
  margin: 15px auto;
}
.maine-logo-element a{
  text-decoration: none;
  color: #000;
}
.maine-logo-element a:hover{
  text-decoration: none;
  color:#000;
}
/*maine menu category*/
.maine-menu {
  position: relative;
  margin: 0 0 20px 0;
  zoom: 1;
  border-bottom: 1px solid rgb(138, 143, 116);
  background-color: rgb(43, 49, 14);
}
.maine-menu-category {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.maine-menu-element {
  display: block;
  z-index: auto;
  position: static;
  width: 100%;
  max-width: none;
  padding-top: 15px;
  zoom: 1;
}
.razmeri-category {
  display: none;
  /*display: flex;*/
  width: 100%;
  color: #fff;
  padding: 0px 20px;
  background: #ffafcb;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 5px;
}
.razmeri-category-menu {
  display: none;
}
.razmeri-category-text {
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;
}
.razmeri-category-pledi {
  display: flex;
  width: 100%;
  color: #fff;
  padding: 0px 20px;
  background: #ffafcb;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 5px;
}
.razmeri-category-menu-pledi {
  display: none;
}
.razmeri-category-text-pledi {
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;
}
.category {
  position: static;
  padding-top: 0;
  -webkit-box-pack: center;
  display: flex;
  justify-content: space-around;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: 0 0;
  z-index: 99;
  list-style: none;
}
.category.razmer-komplekta-pledi {
  position: static;
  padding-top: 0;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: 0 0;
  z-index: 99;
  list-style: none;
}
.category.razmer-komplekta-pledi .link-item-category {
  margin-left: 30px;
  margin-right: 30px;
}
.category.tkan-komplekta {
  position: static;
  padding-top: 0;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: 0 0;
  z-index: 99;
  list-style: none;
}
/*ховаєм розміри і ткань меню*/
#tkan-komplekta-no-scroll {
  display: none;
}
#size-komplekta-no-scroll-biaz {
  display: none;
}
#size-komplekta-no-scroll-ranfors {
  display: none;
}
#size-komplekta-no-scroll-satin {
  display: none;
}
#size-komplekta-no-scroll-stripsatin {
  display: none;
}
/*мобільна версія ховаєм меню розмірів і ткані*/
#tkan-moile {
  display: none;
}
#tkan-moile-polutorka {
  display: none;
}
#tkan-moile-dvushka {
  display: none;
}
#tkan-moile-evro {
  display: none;
}
#tkan-moile-family {
  display: none;
}
#razmer-biaz-mobile {
  display: none;
}
#razmer-ranfors-mobile {
  display: none;
}
#razmer-satin-mobile {
  display: none;
}
#razmer-stripesatin-mobile {
  display: none;
}
.tkan-mobile {
  background-color: #944e66;
}
.actives-mobile {
  background-color: #fff;
  color: #000 !important;
}
.razmer-mobile {
  background-color: #d98da8;
}
.category.tkan-komplekta .link-item-category {
  margin-left: 30px;
  margin-right: 30px;
}
.menu-item-category {
  padding: 15px;
  list-style: none;
  font-weight: 600;
  color: #fff;
}
.link-item-category {
  margin-left: 13px;
  margin-right: 13px;
}
.link-item-category.actives {
  color: rgb(5, 5, 5);
  padding: 0 0 10px;
  border-bottom: 2px solid #ffffff;
}
.link-item-category.actives:hover {
  color: rgb(255, 255, 255);
}
.link-item-category {
  font-size: 11px;
  line-height: 15px;
  color: rgb(255, 220, 13);
  cursor: pointer;
  padding: 20px;
  border: 1px solid rgb(255, 220, 13);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.link-item-category:hover{
  text-decoration: none;
  color:rgb(255, 220, 13);
}
.v-menu-row {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.v-menu-col {
  display: flex;
  width: auto;
  border: 0;
  min-width: 0;
  margin: 15px 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.v-menu-list {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  list-style: none;
}
.v-menu-item {
  width: 200px;
  padding-right: 10px;
  border-right: 1px solid #c6c6c6;
  -webkit-column-break-inside: avoid;
  list-style: none;
  min-width: 0;
  margin: 0;
  float: none;
  border-bottom: 0;
  break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
}
.v-menu-link {
  font-family: Variable-Regular, Arial, sans-sefir;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 0 0 10px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

/*top category*/
.time-work {
  color: #fff;
}
.razmeri-top li {
  list-style-type: none;
}
#razmeri-top {
  padding: 0px !important;
  display: none;
}
.razmer-top-li {
  margin: 10px 0;
  padding: 5px 0;
  padding-left: 5px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}
.razmer-top-li:hover {
  text-decoration: none;
}
.razmeri-top a li:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#mobile-catalog {
  display: none;
}
#razmeri-top2 {
  padding: 0px !important;
}
/*top category*/
/*facebook instagram*/
#insta-mobile {
  display: none;
}
.icon-i-facebook-logo {
  font-size: 25px;
}
.icon-i-instagram {
  font-size: 25px;
}
/*phone*/
#phoneIcone {
  color: #fff;
}
#phones4 a {
  color: #fff;
  text-decoration: none;
}
/*phone*/
.back {
  display: none;
}
.back img {
  width: 30px;
  margin-left: 200%;
  padding-top: 10px;
}
.product-thumb.transition.prostin-doprodag {
  width: 500px;
}
/*Меню постаяно скрито*/

/*Меню постаяно скрито*/
.social-mobile {
  display: none;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(248, 248, 248, 0.9) !important;
}

.izbrane {
  display: none;
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  color: #000;
  padding-top: 115px;
}
.izbrane-slide {
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 100;
}
.izbrane-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  /*height: 100%;*/
  vertical-align: middle;
  width: 0;
}
.izbrane-modal {
  display: inline-block;
  border-radius: 20px;

  padding: 20px;
  position: relative;
  margin: auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(2, 10, 22, 0.25);
  box-shadow: 0 1px 7px rgba(2, 10, 22, 0.25);
  opacity: 1;
  z-index: 99999;
}
.izbrane-modal-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #c3999d;
  margin: 0 auto;
  padding-bottom: 25px;
}
.button-close-izbrane {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99999;
}
.active-izbrene {
  color: #0cab4f !important;
}
.languege {
  display: inline-block;
  color: #fff;
}
.languege a {
  color: #fff;
}
.languege a:hover {
  color: #fff;
}
.languege2 {
  display: inline-block;
  color: #fff;
}
.languege2 a {
  color: #fff;
}
.logotip {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.logo a {
  text-decoration: none;
  font-size: 18px;
  color: #ae4a84;
  font-weight: 800;
}
.logo a:hover {
  text-decoration: none;
  font-size: 18px;
  color: #ae4a84;
  font-weight: 800;
}
.logo a img {
  width: 190px;
  padding: 15px;
}
.action a img {
  width: 100%;
}
.main-success{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.thenks-title{
  text-align: center;
  color: rgb(138, 143, 116);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.thenks-lest{
  text-align: center;
}
.back-to-maine {
  text-align: center;
  margin-bottom: 5px;
}
.to-maine {
  padding: 10px;
  width: 35% !important;
  font-size: 28px;
  font-weight: 700;
  background: rgb(138, 143, 116);
  display: inline-block;
  border-radius: 30px;
}
.back-to-maine a {
  text-decoration: none !important;
  color: #ffffff;
}
.back-to-maine a:hover {
  text-decoration: none !important;
  color: rgb(0, 0, 0);
}
/* Можно стилизовать элементы по отдельности как нравится */
.timer {
  font-size: 14pt;
  font-family: sans-serif;
}
.timer #days {
  color: #fff;
}
.timer #hours {
  color: #fff;
}
.timer #minutes {
  color: #fff;
}
.timer #seconds {
  color: #fff;
}
.line-new-content {
  display: flex;

  background: #e6afcc;
}
.line-new-text {
  margin: 15px auto;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.line-new-text-procent {
  font-size: 34px;
}
.line-new-text a {
  text-decoration: none;
  color: #fff;
}
.line-new-text a:hover {
  text-decoration: none;
  color: #fff;
}
.baner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}
.baner img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
.baner-mobile {
  display: none;
}
.baner-mobile img {
  width: 100%;
  height: 100%;
  margin: 10px 0px;
}
.perezvon {
  text-align: center;
}
.perezvon-text {
  font-size: 28px;
  font-weight: 700;
}

.zakazat-top {
  color: rgb(255, 255, 255) !important;
  border-color: #ccc !important;
}
/*perezvon top*/
#perezvon-top {
  position: relative;
  z-index: 50;
  overflow: hidden;
  box-sizing: border-box;
  width: 60%;
  height: auto;
  padding: 20px;
  border: 4px solid #f9adc0;
  border-radius: 30px;
  background: #fff;
  margin: 15px auto;
}

/*table*/
.table-info {
  background-color: #fff !important;
  width: 95%;
  margin: 0 auto;
}
.table-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.table-info__td,
.table-info__th {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table-info__th {
  font-size: 16pt;
  font-weight: 700;
  color: #feb0c6;
}
.table-info__td-name {
  font-size: 14pt;
  font-weight: 700;
  font-style: italic;
  color: #646464;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table-info__td {
  font-size: 14pt;
  letter-spacing: 1px;
  color: #646464;
}
.table-info__td:last-child,
.table-info__th:last-child {
  border-right: none;
}
.table-info__tr-last td {
  border-bottom: none;
}

/*таблиця інфо в продукті*/
.table-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  background: transparent;
}
.tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  margin-top: 40px;
}
.tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.table-list__td,
.table-list__th {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table-list__th {
  font-size: 16pt;
  font-weight: 700;
  color: #feb0c6;
}
.table-list__td-name {
  font-size: 14pt;
  font-weight: 700;
  font-style: italic;
  color: #646464;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table-list__td {
  font-size: 14pt;
  letter-spacing: 1px;
  color: #646464;
}
.table-list__td:last-child,
.table-list__th:last-child {
  border-right: none;
}
.table-list__tr-last td {
  border-bottom: none;
}
.razmer-text {
  margin-top: 40px;
  color: #000000;
  font-size: 5.625rem;
  font-weight: 500;
  text-transform: uppercase;
}
/*//table*/
/*table in mobile*/
.table-dlider {
  display: none;
}
.table-dlider {
  margin-bottom: 70px;
  top: 30px;
}
.carousel-indicators {
  top: 190px !important;
}
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  border: 2px solid #e6afcc !important;
  background: #e6afcc;
}
.table-list-catalog {
  font-size: 18px;
  font-weight: 700;
  color: #961c4d;
}
.table-list-spasok {
  padding-left: 70px;
  list-style: none;
}
.table-list-spasok li {
  font-size: 14px;
}
.table-carusel {
  position: relative;
  z-index: 50;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  border: 4px solid #e6afcc;
  border-radius: 30px;
  background: #fff;
}
.table-carusel2 {
  position: relative;
  z-index: 50;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
}
/*//table in mobile*/
/*end header*/
/*content*/
.form-zakaz.rf .form-group .chuse-select .btn-group.btn-group-toggle .btn.btn-secondary{
  margin-right: 5px;
  border-radius: 0.25rem;
  cursor: pointer;
}
.text-oplati {
  margin-top: 45px;
}
/* Tooltip container в продуктах*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  opacity: 1 !important;
  top: 325px;
  right: 75px;
}
/* Tooltip text в продуктах*/
.tooltip .tooltiptext {
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 3px;
  border-radius: 6px;
  z-index: 1;
  transition: opacity 0.3s;
}

.product-layout {
  display: inline-block;
}
.product-layout2 {
  display: inline-block;
}
/*.actives{
	background: #342e3d !important;
}*/
/*my add*/
/*Добавити відняти кількість*/
.quntity-product {
  line-height: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  margin: 15px 0px;
}

.product-quntity {
  background: #ffffff;
  width: 30px;
  border: 1px solid #9a9494;
  font-size: 15px;
  font-weight: 600;
  margin: 0px 10px;
  border-radius: 15%;
}
/*Показ картинки по кліку*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  display: none;
  text-align: center;
}
.popup_bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.popup_img {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  max-height: 94%;
  max-width: 94%;
  margin: 1% 0 0 0;
}
.lightzoom {
  cursor: zoom-in;
}
.close-lightzoom {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  position: relative !important;
  right: 2px !important;
  top: 2px !important;
}
.close-img-lightzoom {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
  font-size: 27px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 0.6;
  cursor: pointer;
}
/*And Показ картинки по кліку*/
/*shpka cristmas*/
.shapka {
  position: absolute;
  right: 20px;
  top: 10px;
}
.shapka-cristmas {
  width: 65px;
}
/*ans shpka cristmas*/
/*lenta verh*/
.lenta-skidki {
  height: 100px;
  background: #e6afcc;
  padding-top: 3%;
}
.lenta-text {
  font-size: 25px;
  font-weight: 600;
}
/*lenta verh*/
/*baner*/
.baner {
  height: 100%;
  /*border: 5px solid #fceb58;*/
  /*margin: 20px 0px 20px 0px;*/
  /*padding: 10px !important;*/
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: 100%;
  width: 100%;
  margin-top: 11px;
}
.baner-image {
  height: 100%;
  width: 100%;
}
.baner img {
  width: 100%;
  height: 100%;
}
/*//baner*/
.uah-nav {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.uah {
  position: relative;
  top: 15px;
  right: 36px;
  font-size: 15px;
  font-weight: 600;
}
.btn.btn-default.dropdown-toggle {
  border: none !important;
}
#content.col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.name-produkt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  justify-content: space-between;
  display: flex;
}
.name-produkt a {
  color: #000;
  padding: 0;
}
.ostatok {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  color: #000;
  margin: 10px 0;
}
.ostatok-price {
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
  color: #ff0000;
}
.category-filter {
  margin: 40px 0 40px;
  overflow: hidden;
  width: 100%;
}
.form-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-group-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.form-group-category a:active {
  color: #fff;
  flex-direction: none;
}
.form-group-category-tkan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}
.form-group-category-tkan a:active {
  color: #fff;
  flex-direction: none;
}
.form-data-category {
  cursor: pointer;
  width: 95%;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  border: 1px solid rgb(138, 143, 116);
  color: #fff;
  background: rgb(138, 143, 116);
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin: 5px auto;
}
/*категоріїї під меню*/
.form-data-category.oathe-razmers {
  background-color: #d98da8;
}
.concret-sizepolutorka,
.concret-sizenorka,
.concret-sizetravka,
.concret-sizebambuk,
.concret-sizestebnutiy,
.concret-sizeviazaniy,
.concret-sizeflis {
  border-bottom: 2px solid #fff;
}
.concret-sizedvuspalka {
  border-bottom: 2px solid #fff;
}
.concret-sizeevro {
  border-bottom: 2px solid #fff;
}
.concret-sizefamily {
  border-bottom: 2px solid #fff;
}
.form-data-category:hover {
  color: #fff;
  text-decoration: none;
}
.form-data-category-tkan {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #000000;
  border: none;
  margin-bottom: 0;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  background: #e6afcc;
  border-radius: 50%;
  max-width: 100px;
}
.form-data-category-tkan:hover {
  color: #fff;
  text-decoration: none;
}
.more-images {
  display: none;
  position: absolute;
  bottom: 85px;
  width: 100%;
  text-align: start;
  background: #ffffff;
  padding: 10px 0px;
}
.size_plus{
    color:#000;
    line-height: 20px;
    margin-right: 15px;
    font-size: 15px;
    text-decoration: underline;
    padding: 0 !important;
    width: auto !important;
}
.size_ziro{
  color:rgb(168, 164, 164);
  line-height: 20px;
  margin-right: 15px;
  font-size: 15px;
  text-decoration: underline;
  padding: 0 !important;
  width: auto !important;
}
.product-thumb .image a img:hover + .more-images {
  display: block;
}
.more-images:hover {
  display: block;
}
.main_image {
  overflow: hidden;
  border-radius: 10px;
}
.main_image img {
  width: 100%;
  height: 50%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.owl-carousel {
  margin: 0 0 20px;
  background: transparent !important;
  direction: ltr !important;
  z-index: 1;
  position: relative;
  top: 450px;
  width: 100%;
}
.owl-wrapper-outer {
  border-color: transparent !important;
}
.text-basners-name {
  font-size: 1.625rem;
  font-weight: 600;
  padding: 15px 0;
  color: #50899c;
}
.owl-item img {
  padding-left: 22px;
}
.owl-pagination {
  display: none;
}
.bottom-text {
  color: #ffee5a;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
  width: 80%;
}
.table-list__td,
.table-list__th {
  border-top: 0px !important;
}

/*//my add*/
/* top */
.product-layout2 {
  display: unset !important;
  margin: 0px 10px !important;
}
.product-layout2 .product-thumb {
  margin-left: 10px;
  margin-right: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: #50899c !important;
}
.skidka {
  position: absolute;
  right: 35px;
  top: 40px;
  padding: 5px;
  background: #dc1111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  width: 65px;
}
.skidka_maine {
  position: absolute;
  top: 7px;
  padding: 1px;
  padding-left: 5px;
  background-color: #f00;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  width: 50px;
}
.see-product {
  background: #ffb74d;
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 20px;
  padding: 10px;
}

/* product list */
.phone-info{
  letter-spacing: 0;
  width: 100%;
  float: left;
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
  margin-bottom: -1px;
}
.phone-info > span {
  display: inline-block;
}
.phone-info  img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}
.phone-info  > div {
  display: inline-block;
  vertical-align: middle;
}
.phone-info > div .hheader {
  font-family: "gothammedium",sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 700;
}
.phone-info > div p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
.phone-info > div p a {
  color: #000000;
}
.price-zakaza-kartochka{
  line-height: normal;
    margin-bottom: 5px;
    float: right;
    max-width: 60%;
    letter-spacing: 0;
}
.material {
  margin-bottom: 0px;
}
.product-thumb {
  /*border: 1px solid #a8a3a3;
    border-radius: 10px;*/
  margin-bottom: 20px;
  overflow: hidden;
}
.product-thumb:hover{
	border: 1px solid  #040505;
	border-radius: 10px;
}
.product-articul{
  margin-bottom: 10px;
  width: 100%;
  float: left;
  font-size: 12px;
  color: #666666
}
.product-thumb .image {
  text-align: center;
 /* min-width: 315px;*/
}
.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  overflow-x: hidden;
  width: 312px;
  height: 312px;
}
.product-thumb .image .img-responsive.navolochki-img {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.shtora-left {
  position: absolute;
  width: 30px;
  height: 340px;
  display: block;
  background: #ffffff;
}
.shtora-right {
  position: absolute;
  top: 0%;
  width: 30px;
  right: 15px;
  height: 340px;
  display: block;
  background: #ffffff;
}
/*.product-thumb .image img:hover {
	overflow-x: hidden;
	width: 340px;
}
@media (min-width: 1400px) {
  .price-zakaza-kartochka .special-kartochka {
    font-size: 25px;
  }
}*/

.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  min-height: 65px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  

  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
    font-size: 20px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.procent-skidki {
  border-radius: 4px;
  background-color: #eafcde;
  padding: 3px 10px 2px;
  color: #53a318 !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  font-family: Open Sans, OpenSans, system, -apple-system, BlinkMacSystemFont,
    Roboto, Arial, FreeSans, sans-serif;
}
.product-thumb .price {
  width: 100%;
  color: #444;
  margin-top: 10px;
}
.price-text {
  display: none;
  width: 100%;
  color: #444;
}
.product-thumb .price .price-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
/*.price-list.whan-price{
	
	justify-content: center !important;
}*/
.price-list-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.product-thumb .price-new {
  font-family: Open Sans, OpenSans, system, -apple-system, BlinkMacSystemFont,
    Roboto, Arial, FreeSans, sans-serif;
  font-size: 15px;
  font-weight: 550;
  color: #000000;
  padding-right: 16px;
  font-weight: 600;
}
.product-thumb .price-old {
  font-size: 13px;
  color: #000000;
  float: right;
  font-family: Open Sans, OpenSans, system, -apple-system, BlinkMacSystemFont,
    Roboto, Arial, FreeSans, sans-serif;
  text-align: left;
  line-height: 1em;

  position: relative;
}
.caption a {
  text-decoration: none;
  color: #000;
}
.caption a:hover {
  color: #000;
}
.price-new-text {
  font-family: Open Sans, OpenSans, system, -apple-system, BlinkMacSystemFont,
    Roboto, Arial, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 550;
  color: #000;
}
.price-old-text {
  font-size: 16px;
  color: #000;
  float: right;
  font-family: Open Sans, OpenSans, system, -apple-system, BlinkMacSystemFont,
    Roboto, Arial, FreeSans, sans-serif;
  text-align: left;
  line-height: 1em;

  position: relative;
}
.material-produkt.sertefikat-price {
  font-weight: 700;
  font-size: 18px;
  color: #dc1111;
}
.success_name_category {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
  color: #dc1111;
}
.product-thumb .price-old::after {
  border-bottom: 0.125em solid #000000;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/*Оптові ціни опис*/
.opt_price_button{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    color: #e68ead;
    height: 30px;
    background-color: #fff;
    border: 2px solid #e68ead;
    border-radius: 100px;
    margin: 0 auto;
    cursor: pointer;
}
.opt_price_button:hover{
  background: #e68ead;
  color: #fff;
}
.opt_price_text{
    background: #f9adc0;
    color: #fff;
    padding: 4px;
    position: absolute;
    right: 15px;
    min-width: 150px;
    
    /*top: 284px;*/
    display: none;
}
.show_opt_price{
  display: inline-block !important;
}
/*end Оптові ціни опис*/
.chuse-select {
  float: left;
  width: calc(100% - 68px);
  margin-bottom: 15px;
}
.chuse-ruler {
  float: right;
  max-width: 68px;
  margin-top: 20px;
}
.size-instruccia{
  color: #666666;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
}
.roling-sizing-icon {
  float: right;
  background: url(/images/icon/sizing.png) scroll no-repeat center 7px;
  height: 50px;
  color: #000000;
  text-decoration: underline;
  font-size: 9px;
  padding-top: 27px;
  text-align: center;
  width: 50px;
}
.product-header{
  float: left;
  max-width: 43%;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 0 none
}

.product-thumb .button-group {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90%;
  color: #e68ead;
  height: 55px;
  background-color: #fff;
  border: 2px solid #e68ead;
  border-radius: 100px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 4px;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  height: 55px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color:#f9adc0;
 /* border: none;
  border-radius: 0;
  background: #ffafcb;*/
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group:hover {
  color: #fff;
  background-color: #e68ead;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 100%;
  }
  .tooltip {
    right: 55px;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 100%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.logo-top {
  display: none;
}
.btn-group.mobile {
  display: none;
}
.btn-group.mobile.open .dropdown-menu.dropdown-menu-left {
  margin: 35px 0 0 !important;
}
/*category tkani*/
.category-tkan {
  display: flex;
  width: 100%;
}
/*end category tkani*/

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left .product-layout2 .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout2 .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout2 .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout2 .col-md-3 {
    width: 100%;
  }
}
.form-zakaz-cart {
  width: 100%;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}
#column-left .product-layout2,
#column-right .product-layout2 {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
/*end content*/
/*scroll*/
/*instagram*/
.insta {
  margin-top: 36px;
}
.insta-list {
  width: 200px;
  height: 300px;

  margin-left: 10px;
  margin-right: 10px;

  margin-bottom: 20px;
  overflow: auto;
}
.insta-list img {
  width: 100%;
  height: 100%;
}
.insta-text-maine {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: #000;
}
.insta-text {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #000;
}
/*end instagram*/
.scrollTop {
  position: fixed;
  z-index: 8000;
  right: 30px;
  bottom: 60px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  border: none;
  background: transparent;
}
.arrows {
  background-repeat: no-repeat;
  position: absolute;
  top: 85%;
  left: 50%;
  width: 210px;
  height: 210px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
/*end scroll*/
/*instant-order замовити зараз*/

/*instant-order замовити зараз*/
/*cart*/
.scrollCart {
  position: fixed;
  z-index: 8000;
  left: 40px;
  bottom: 165px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  border: none;
  background: transparent;
}
.cart-img {
  background-repeat: no-repeat;
  position: absolute;
  top: 85%;
  left: 50%;
  width: 210px;
  height: 210px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.count-cart {
  position: absolute;
  top: 35px;
  right: 25px;
  color: #fff;
  font-size: 57px;
  text-align: center;
}
.modal-header {
  display: block !important;
  text-align: center;
}
.close {
  position: absolute !important;
  right: 2px !important;
  top: 2px !important;
}
#product_cart {
  padding-left: 0px !important;
}
.cart-element {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
}
.cart-element-text {
  padding-left: 10px;
  margin-top: 15px;
}
.cart-element-delete {
  margin-left: 10px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  margin-top: 15px;
}
.doprodag-element-delete {
  margin-left: 10px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  margin-top: 15px;
}
.cart-element-quntity {
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
.cart-quntity {
  background: #ffffff;
  width: 30px;
  border: 1px solid #9a9494;
  font-size: 15px;
  font-weight: 600;
  margin: 0px 10px;
  border-radius: 15%;
}
.modal-footer {
  display: block !important;
}
.modal-footer .btn-secondary {
  background-color: #ffafcb;
  border-color: #ffafcb;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.modal-footer .btn-secondary:hover {
  background-color: #ffafcb;
  border-color: #ffafcb;
}
.modal-footer .btn.zakazat {
  background-color: #ffafcb;
  border-color: #ffafcb;
  color: #fff;
}
/*radact NP City*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
/*end radact NP City*/
/*search*/
.search-input-txt{
  display: none;
  position: absolute;
  right: 10px;
  width: 200px;
}
.search-find-goods{
  z-index: 9999;
  position: relative;
  list-style:none;
  margin-top: 5px;
  display: inline-block;
  width: 190px;
  border: 1px solid #000;
  padding: 2px;
  background: #fff;
}
.search-find-goods a{
  color: #000;
}
.search_result{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 275px;
  width: 210px;
  overflow-y: auto;
  z-index: 9999;
  position: relative;
  
}
/*and search*/
/*and cart*/
/*cart-product*/
/*chouse doprodag(вибір допродажі)*/
#real_special {
  display: none !important;
}
.chouse-doprodag {
  border: 1px solid #ffafcb;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.chouse-doprodag-header-top {
  font-weight: 600;
  font-size: 16px;
}
.chouse-doprodag-header {
  line-height: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.chouse-doprodag-category {
  line-height: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2px;
}
.chouse-doprodag-select {
  padding: 3px;
  border-radius: 4%;
  border-color: #ffafcb;
  background: #ffafcb;
  color: #fff;
  font-weight: 600;
  margin: 5px 0px;
  width: 100%;
}
#chouse-doprodag-prostin-size {
  display: none;
}
.prostin_plus {
  display: none;
}
.navolochki_plus {
  display: none;
}
.product_cart {
  list-style: none;
}
.product_cart_doprodag {
  list-style: none;
}
/*and chouse doprodag(вибір допродажі)*/
.table_image-mobile {
  display: none;
}
.table_image-mobile-btn {
  color: #000000 !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}
.table_image-mobile-btn:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.drop_img{
  width: 80%;
  margin: 0 auto;
}
.mayn_image img{
	width: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.rest-images img:first-child{
	width: 100%;
}
.img-catalog{
	
	position: relative;
    overflow: hidden;
    width: 100%;
}

.rest-img{
  position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
}
.forma-zakaza-kartochka{
  width: 98%;
  margin: 0 auto;
}
.table_image {
  background: #eeecef url(../images/deezee/product_baner_niz.png) no-repeat;
  background-position: right bottom;
}
.table_image-mobile-text {
  font-size: 16pt;
  font-weight: 700;
  color: #feb0c6;
}
.opis-razmeri {
  box-sizing: border-box;
  min-height: 570px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 50px 50px 10px;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
}
.opis-razmeri-spisok {
  display: flex;
}
.nav-link.opis-razmeri-element.active {
  background-color: #feb0c6 !important;
}
.opis-razmeri-element {
  text-decoration: none;
  margin-right: 26px;
  font-size: 28px;
  font-weight: 700;
  list-style-type: none;
  color: #000;
  background-color: #f4f4f4;
}
.table-size {
  width: 100%;
}
.table-size-td-name {
  padding: 10px 0;
  text-align: center;
  font-size: 1.7rem;
}
.table-size-td:last-child {
  border-right: 1px solid transparent;
}
.table-size td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  width: 50%;
}
.table-size-td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  width: 50% !important;
  padding: 10px;
  color: #070c20;
  text-align: center;
  font-size: 1.5rem;
}
.table-size-td.niz {
  border-bottom: 0px;
}
.table-size-td-name.niz {
  border-bottom: 0px;
}
.form-zakaz-kartochka {
  margin-top: 20px;
}
.add-to-cart {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.prices-zakaz-kartochka {
  float: left;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 20px;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  color: #444;
}
.special-kartochka{
  color: #000000;
  display: inline-block;
  font-size: 25px;
  font-family: "gothammedium",sans-serif;
  line-height: 22px;
  font-weight: 800;
}
.price-kartochka{
    display: block;
    font-size: 14px;
    float: right;
    
	text-decoration: none;
    position: relative;
	font-weight: 700;
}
.price-kartochka::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #000000;
}
.special-zakaza-text {
  margin-left: 0px;
  padding: 0;
  text-align: left;
  font-family: Futura PT, Cricket, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #342e3d;
}
.price-zakaza-text {
  float: right;
  /* margin-bottom: 15px; */
  padding: 0;
  text-align: right;
  /* line-height: 1em; */
  position: relative;
  font-size: 14px;
  color: #888383;
  font-weight: 900;
  /* bottom: 12px; */
}
.price-kartochka::after {
  border-bottom: 0.125em solid #585757;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.quantity_input {
  width: 40px;
  border-radius: 5px;
  margin-bottom: 10px;
}
/*Вибір кольору*/
.chuse-color{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.list-color{
  margin: 0;
    padding: 0;
    list-style: none;
}
.list-color li{
  float: left;
  padding: 1px;
  margin: 0 0 3px 4px;
  float: left;
  
  width: auto;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 13px;
}
.li-active{
  border: 1px solid #000;
}
.color-list{
  float: right;
}
.list-color-maine{
  margin: 0;
    padding: 0;
    list-style: none;
}
.list-color-maine li{
    float: left;
    padding: 2px;
    margin: 0 0 3px 4px;
    float: left;
    border: 1px solid #000;
    width: auto;
    border-radius: 100%;
    background-color: #ffffff;
    font-size: 13px;
}
.promo{
  padding: 5px 10px;
  min-width: 100%;
  float: left;
  font-size: 12px;
  line-height: 14px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  letter-spacing: 0;
}
.promo-unfo{
  width: 100%;
  float: left;
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  color: #ffffff;
  margin: 20px 0;
  padding: 20px 5px;
  background-color: #F15363;
  text-align: center;
}
/*Кінець вибора кольору*/
.button-group button {
  height: 50px;
  letter-spacing: 0.7px;
  font-family: "gothambold",sans-serif;
  float: left;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  padding: 0 12px;
  font-size: 24px;
  line-height: 46px;
  border-radius: 0px;
  min-width: 230px;
  width: 100%;
  /*width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  height: 55px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #000000;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90%;
  color: #0a0a0c;
  height: 55px;
  background-color: #fff;
  border: 2px solid #0a0a0c;
  border-radius: 100px;
  margin: 0 auto;*/
}
.btn.zakazat.cuple {
  width: 48% !important;
}
.button-group button:hover {
  color: #fff;
  background-color: #0a0a0c;
  text-decoration: none;
  cursor: pointer;
}
.product-filter-title {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: rgb(0, 0, 0);
}
.product-filter {
  padding: 0 0 20px 0;
  margin-top: 10px;
}
.baners-product img {
  width: 100%;
}
.baners-product-rushnik {
  margin-top: 10px;
  padding: 5px;
  background: #61c88c;
  border-radius: 3%;
  color: #fff;
}
.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio-list-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-list-label input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-filter-label {
  line-height: 25px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 35px;
  cursor: pointer;
  text-align: left;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* width: 100%; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ffafcb;
  padding: 5px 5px 5px 40px;
  border-radius: 5%;
  background: #ffafcb;
  color: #fff;
  width: 40%;
}
.radio-filter-text {
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px 0 0;
}
.radio-filter-text-right {
  font-size: 12px;
  float: right;
  font-weight: 700;
  max-width: 160px;
  width: 100%;
  text-align: left;
  color: #800000;
  white-space: nowrap;
}
input[type="radio"]:checked + label:before {
  background: #fff;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #ffafcb;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 10px;
}
input[type="radio"]:checked + label:after {
  background: #e6afcc;
  opacity: 1;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 11px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ffafcb;
  margin: 0px 10px;
}
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  background: transparent;
}
/*end cart-product*/
/*carusel otzivi*/
.otzivi {
  display: flex;
  width: 100%;
}
.otzivi .col-md-4 img {
  width: 700px;
}
.otzivi-carusel {
  display: none;
  width: 30%;
}
.d-block.w-100 {
  width: 35% !important;
}
.text-otzivi {
  font-size: 50px;
  font-weight: 600;
  color: #000;
}
/*and carusel otzivi*/
/*icon-top perevagi*/
.text-perevagi {
  font-size: 50px;
  font-weight: 600;
  color: #000;
}
.icon-top {
  display: inline-flex;
  justify-content: space-between;
}
.inform-box {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 260px;
}
.icon-img {
  color: #bf8d4f !important;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
  display: flex;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  /* background: #fff; */
  -webkit-box-shadow: 0 0 15px 2px #dee2e7;
  box-shadow: 0 0 15px 2px #dee2e7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-img img {
  width: 60%;
  height: auto;
  margin: 0;
}
.icon-img img:hover {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  transition: all 0.25s ease-in-out;
}

.icon-title {
  font-size: 1.625rem;
  font-weight: 600;
  padding: 15px 0;
  text-decoration: underline;
  color: #e6afcc;
}
.coll-back {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  color: initial;
  margin-bottom: 15px;
}
.coll-back-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(43 49 14);
  text-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  height: 170px;
}
.coll-back-row {
  padding: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.coll-back-text {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  /*display: block;*/
}
.coll-back-text-maine {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 390px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Variable-Black, Arial, sans-sefir;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffde00;
}

.coll-back-form {
  max-width: 450px;
}
.coll-back-form-is {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.coll-back-form-phone {
  position: relative;
  width: 200px;
  color: #444;
  font: 16px/20px Variable-Regular, Arial, sans-sefir;
  text-align: left;
  display: inline-block;
}
.coll-back-form-phone input {
  height: 40px;
  border: 1px solid #ede0cc;
  background: #fff;
  line-height: 40px;
  color: #444;
  font-size: 13px;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px;
  border-radius: 0;
  background: #f3f3f3;
  font: 300 15px/44px Variable-Regular, Arial, sans-sefir;
  transition: 0.3s;
  color: #000;
}
.perezvon-info{
  letter-spacing: 0;
  width: 100%;
  float: left;
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 10px;
  margin-bottom: -1px;
}
.perzvon-btn{
  height: 40px;
    font-family: "gothambold",sans-serif;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    padding: 0 12px;
    font-size: 24px;
    border-radius: 0px;
}
.coll-back-form-button {
  margin: 0;
  position: relative;
  color: #444;
  font: 16px/20px Variable-Regular, Arial, sans-sefir;
  text-align: left;
}
.panel-title a{
	border-top: 1px solid #e3e3e3;
    display: inline-block;
    line-height: 17px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    padding: 16px 5px 15px 17px;
    position: relative;
    width: 100%;
}
.panel-title a:hover{
	color: #000000;
}
.panel-title a::after{
    position: absolute;
    display: block;
    top: 0;
    right: 18px;
    bottom: 0;
    left: auto;
    width: 15px;
    height: 48px;
    line-height: 48px;
    font-family: "FontAwesome";
    text-align: center;
    color: #000000;
    content: "\f107";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-size: 22px;
    margin: auto 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.btn.zakazat-footer {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  background-color: #696868;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: unset;
  transition: 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
}

/*//icon-top perevagi*/
/*footer*/
.social-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.f_footer {
  flex: 0 0 auto;
}
.footer {
  background: #ffffff;
  color: rgb(0, 0, 0);
  padding: 33px 0 0;
}
.footer p,
.footer a,
.footer h5,
.footer h6 {
  color: rgb(7, 7, 7);
}
.footer p {
  margin-bottom: 13px;
}
.footer a:hover,
.footer a:focus {
  color: #070707;
}
.footer a:visited {
  color: #070707;
}
.footer a:visited:hover {
  color: #070707;
}
.footer p,
.footer a {
  font-size: 14px;
  line-height: 17px;
}
.footer h5 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 29px 0;
}
.footer h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.footer ul {
  margin: 0;
}
.footer .icon {
  color: #63899c;
  margin-right: 5px;
  font-size: 17px;
}
.footer .icon:before {
  width: 20px;
  text-align: left;
  margin: 0;
}
.footer .group {
  margin-bottom: 27px;
}
.footer .phones-list {
  padding-left: 22px;
  position: relative;
}
.footer .phones-list .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.footer .phones-list ul li {
  margin-bottom: 0;
}
.footer .social-links {
  margin-bottom: 25px;
}
.footer .social-links ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer .social-links ul li:first-child a {
  padding-left: 0;
}
.footer .social-links ul li a {
  padding: 0 15px;
}
.footer .social-links .fa,
.footer .social-links .icon {
  font-size: 29px;
}
.footer .group-subscribe .btn,
.footer .group-subscribe .popup-purchase-button button,
.popup-purchase-button .footer .group-subscribe button {
  text-transform: uppercase;
  min-width: 72px;
}
.footer .group-subscribe .has-error {
  background-color: rgb(255, 214, 214);
}
.footer .schedule p {
  line-height: 25px;
}
.footer .payment-img {
  padding-top: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.footer .payment-img img {
  display: inline-block;
  vertical-align: top;
  max-width: 68px;
  width: auto;
  height: auto;
}
.footer .payment-img img + img {
  margin-left: 25px;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

/* line 98, ../sass/main.scss */
#request_call-modal .modal-footer {
  text-align: center;
}
/* line 100, ../sass/main.scss */
#request_call-modal .modal-footer .btn-primary {
  background-color: #63899c;
  color: white;
}
/* line 103, ../sass/main.scss */
#request_call-modal .modal-footer .btn-primary:hover {
  background-color: white;
  color: #63899c;
}
/* line 2742, ../sass/main.scss */
.footer .mail {
  padding-left: 22px;
  position: relative;
}
/* line 2745, ../sass/main.scss */
.footer .mail:before {
  content: "\e801";
  font-family: icomoon;
  color: #63899c;
  position: absolute;
  left: 0px;
  top: 0px;
}
.news-article footer {
  margin-top: 30px;
}

.modal .modal-footer {
  border: none;
  padding: 10px 30px 25px 30px;
}
.modal .modal-footer .form-group:last-child {
  margin-bottom: 0;
}
.modal .modal-footer .btn,
.modal .modal-footer .popup-purchase-button button,
.popup-purchase-button .modal .modal-footer button {
  min-width: 166px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.btn-default,
a.btn-default {
  background: #63899c;
  border: none;
  color: #fff;
  padding: 16px 30px;
}

/*footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #272b35;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}*/
#logo {
  margin: 15px 0 10px 0;
  font-size: 35px;
  font-weight: 700;
}
footer a {
  color: #ccc;
}
.navigation-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0px;
}
.navigation-footer a:hover {
  text-decoration: none;
  color: #777575;
}
.top-menu-katalog img {
  display: inline-block;
  vertical-align: top;
  max-width: 68px;
  width: auto;
  height: auto;
}
/*succsess order*/
#pledi_norka {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
}
#pledi_bambuk {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
}
#polutorka {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
}
#kovdra {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
}
#podushki {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
}
.thenks {
  font-size: 30px;
  font-weight: 600;
  color: #080808;
  margin-bottom: 20px;
}
.img-order img {
  width: 25%;
}
.postelka{
	display: flex;
    justify-content: space-between;
}
/*succsess order*/
.t-cover__arrow {
  z-index: 9;
  bottom: 40px;

  text-align: center;
}
.t-cover__arrow-wrapper {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.t-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}

.top-fon-white {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.top-fon-white:after {
  position: absolute;
  top: -170px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  content: "";
  background: url(../images/fon/top-line-bg2.png) 0 0 no-repeat;
  background-size: 100% 70%;
}
.like-all {
  position: absolute;
  right: 25px;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
}
.top-thankyou {
  text-align: center;
  margin: 10px;
  color: #000;
}
.top-thankyou-text {
  max-width: 460px;
  margin: 0 auto;
  color: #000;
  padding: 10px 0px 20px 0px;
  letter-spacing: 0.7px;
  font-weight: normal;
  text-align: center;
}
.top-thenks {
  background-image: url(../images/fon/bottom-fon.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  color: #fff;
  min-height: 690px;
}
.top-thenks-text {
  max-width: 460px;
  margin: 0 auto;
  color: #fff;
  padding: 10px 0px 20px 0px;
  letter-spacing: 0.7px;
  font-weight: normal;
  text-align: center;
}
.top-text-maine {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}
.top-text-rest {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.top-text-news {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}
.top-text-sertifikat {
  font-size: 28px;
  font-weight: 600;
  color: rgb(255, 56, 0);
  margin-bottom: 0px;
}
.top-text-bottom {
  font-size: 0px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.top-text-sertifikat-poyasneniy {
  font-size: 18px;
  font-weight: 600;
}
.line-category-rozmer {
  text-align: center;
  padding-bottom: 8px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}
.svg-inline--fa.fa-w-14 {
 color:rgb(0, 0, 0);
}

.strila-vniz {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
  fill: #fff;
}
.img-order img {
  width: 25%;
}
.name-category {
  font-size: 30px;
  font-weight: 600;
}
.category-rozmer {
  font-size: 25px;
  display: inline;
  padding: 7px;
  font-weight: 600;
  margin: 0px auto;
  /*border: 4px solid #50899c;
    border-radius: 15px;*/
}
.line-category-rozmer-opasity-left {
  display: flex;
  min-width: 200px;
  height: 1px;
  /* text-align: center; */
  justify-content: center;
  /* margin: 0px auto; */
  padding: 10px 0px;
}
.line-category-rozmer-line {
  width: 100%;
  height: 1px;
  display: table-cell;
}
.line-category-rozmer-opasity-right {
  display: table-cell;
  min-width: 200px;
  height: 1px;
}
/*шаріки*/
.shari {
  margin-top: 25px;
}
.swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}
.swing div:nth-of-type(1) {
  background: -webkit-linear-gradient(left, #385c78 0%, #325774 100%);
  background: linear-gradient(to right, #385c78 0%, #325774 100%);
}
.swing div:nth-of-type(2) {
  background: -webkit-linear-gradient(left, #325774 0%, #47536a 100%);
  background: linear-gradient(to right, #325774 0%, #47536a 100%);
}
.swing div:nth-of-type(3) {
  background: -webkit-linear-gradient(left, #4a5369 0%, #6b4d59 100%);
  background: linear-gradient(to right, #4a5369 0%, #6b4d59 100%);
}
.swing div:nth-of-type(4) {
  background: -webkit-linear-gradient(left, #744c55 0%, #954646 100%);
  background: linear-gradient(to right, #744c55 0%, #954646 100%);
}
.swing div:nth-of-type(5) {
  background: -webkit-linear-gradient(left, #9c4543 0%, #bb4034 100%);
  background: linear-gradient(to right, #9c4543 0%, #bb4034 100%);
}
.swing div:nth-of-type(6) {
  background: -webkit-linear-gradient(left, #c33f31 0%, #d83b27 100%);
  background: linear-gradient(to right, #c33f31 0%, #d83b27 100%);
}
.swing div:nth-of-type(7) {
  background: -webkit-linear-gradient(left, #da3b26 0%, #db412c 100%);
  background: linear-gradient(to right, #da3b26 0%, #db412c 100%);
}

@-webkit-keyframes ball-l {
  0%,
  50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@keyframes ball-l {
  0%,
  50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}

.swing-l {
  -webkit-animation: ball-l 0.425s ease-in-out infinite alternate;
  animation: ball-l 0.425s ease-in-out infinite alternate;
}
.swing-r {
  -webkit-animation: ball-r 0.425s ease-in-out infinite alternate;
  animation: ball-r 0.425s ease-in-out infinite alternate;
}

/*кінець шаріки*/
/*end succsess order*/
/*perezvon*/
/*end perezvon*/

/*end footer*/
/*icon header*/
.header-icon-top {
  display: none;
}
.header-icon-phone-container {
  display: inline-block;
  padding: 0 5px 0 0;
}
.header-icon-hart-container {
  display: inline-block;
  padding: 0 5px 0 0;
}
.header-icon-languich-container {
  display: inline-block;
}
#phoneIcone2 {
  color: #fff;
  cursor: pointer;
}
.phone-workinauer {
  display: none;
  font-size: 10px;
  position: absolute;
  color: #fff;
}
.phone-workinauer a {
  color: #fff;
}
.phone-workinauer a:hover {
  color: #fff;
}
/*end icon header*/
.phone-number-top a {
  color: #fff;
}
.phone-number-top a:hover {
  color: #fff;
}
/*media*/

@media screen and (min-width: 1440px) {
  .coll-back {
    max-width: 1920px;
    padding: 0 25px;
  }
}
/*@media (min-width: 1200px) and (max-width: 1400px) {
  .special-kartochka {
    font-size: 4.75rem;
  }
}*/
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width:  1201px){
  .recommendation{
    max-width:1400px;
  }
}
@media (max-width: 1200px) {
  .top-menu {
    display: none;
  }
  .top-black {
    display: none;
  }
  .maine-logo {
    display: none;
  }
  .maine-logo-element img {
    margin-top: 5px;
  }
  .mobile-menu {
    display: block;
  }
  .maine-menu {
    display: none;
  }

  .product-thumb .price-new {
    font-size: 18px;
  }
  .product-thumb .price-old {
    font-size: 16px;
  }
  .scrollCart {
    display: none;
  }
  .form-group-category {
    flex-direction: column;
  }
  .recommendation{
    max-width:1300px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .col-info {
    padding-right: 0;
  }
  .product-thumb .image img {
		height: 250px;
    width: 250px;
	}
  
  .price-zakaza-kartochka .special-kartochka {
    font-size: 1rem;
  }
  .price-zakaza-kartochka .price-kartochka {
    font-size: 1rem;
  }
  .form-group-category {
    flex-direction: column;
  }
  .recommendation{
    max-width:1000px;
  }
}
@media (min-width: 992px) {
  .left-top-white .navbar {
    background: #fff !important;
  }
  .left-top-white .navbar {
    background: #000 !important;
  }
  .navbar-light .navbar-toggler {
    background: #fff !important;
  }
  .navbar-nav {
    background: #000;
  }
  .nav-item.menu-item {
    border-left: 0px;
  }
  .nav-item.active {
    margin-left: 10px;
    padding-left: 13px;
  }
  .opt_price_button{
    font-size: 18px;
  }
}
@media (min-width: 100px) and (max-width: 850px) {
	.rest-images {
		display:none;
	}
}
@media (min-width: 650px) and (max-width: 991px) {
  .left-top-white .navbar {
    background: #fff !important;
  }
  .left-top-white .navbar {
    background: #000 !important;
  }
  .navbar-light .navbar-toggler {
    background: #fff !important;
  }
  .navbar-nav {
    background: #000;
  }
  .nav-item.menu-item {
    border-left: 0px;
  }
  .nav-item.active {
    margin-left: 10px;
    padding-left: 13px;
  }
  .table-dlider {
    display: block;
  }
  
  .form-group-category {
    flex-direction: column;
  }
  .price {
    display: flex;
    justify-content: space-between;
  }
  .product-thumb .price-old {
    font-size: 12px;
  }
  .product-thumb .price-new {
    font-size: 13px;
  }
  .razmer-text {
    font-size: 4.625rem;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }
  .icon-title {
    font-size: 1rem;
  }
  .navigation-footer {
    flex-direction: column;
  }
  .tooltip {
    right: 0px;
  }
  .product-thumb.transition.prostin-doprodag {
    width: 315px;
  }
  .top-menu {
    display: none;
  }
  .top-black {
    display: none;
  }
  .maine-logo {
    display: none;
  }
  .maine-logo-element img {
    max-width: 100px;
    margin-top: 5px;
  }
  .mobile-menu {
    display: block;
  }
  .product-thumb .image img {
		height: 240px;
    width: 200px;
	}
  .table_image {
    display: none;
  }
  .table_image-mobile {
    display: block;
  }
  #acordion-info {
    display: none;
  }
  
  .price-zakaza-kartochka .special-kartochka {
    font-size: 1rem;
  }
  .price-zakaza-kartochka .price-kartochka {
    font-size: 1rem;
  }
  .caption {
    font-size: 20px;
  }
  .popup_exit-modal {
    width: 90%;
  }
  .popup_exit-modal-title {
    font-size: 30px;
  }
  .order-table thead {
    display: none;
  }
  .order-table tbody tr {
    display: block;
    padding: 20px 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
  }
  .order-table tbody tr td {
    display: block;
    position: static;
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    text-align: center;
    margin-bottom: 20px;
  }
  .order-table tbody tr td:before {
    display: block;
    content: attr(data-label);
    font-weight: 400;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .order-table .img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .order-table .total .item-del {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
  .opt_price_button{
    font-size: 16px;
  }
  .name-produkt{
    font-size: 12px;
  }
  .recommendation{
    max-width:700px;
  }
}
@media (min-width: 480px) and (max-width: 649px) {
  .left-top-white .navbar {
    background: #fff !important;
  }
  .left-top-white .navbar {
    background: #000 !important;
  }
  .navbar-light .navbar-toggler {
    background: #fff !important;
  }
  .navbar-nav {
    background: #000;
  }
  .nav-item.menu-item {
    border-left: 0px;
  }
  .nav-item.active {
    margin-left: 10px;
    padding-left: 13px;
  }
  .table-dlider {
    display: table;
  }
  .form-group-category {
    flex-direction: column;
  }
  .navigation-footer {
    flex-direction: column;
  }
  .price {
    display: flex;
    justify-content: space-between;
  }
  .product-thumb .price-old {
    font-size: 12px;
  }
  .product-thumb .price-new {
    font-size: 13px;
  }
  .razmer-text {
    font-size: 4.625rem;
  }
  .baner {
    display: none !important;
  }
  #img_main {
    display: none !important;
  }
  .baner-mobile {
    display: block !important;
  }
  .top-black-text {
    font-size: 10px;
  }
  .timer {
    font-size: 8pt;
  }
  .icon-img {
    width: 140px;
    height: 140px;
  }
  .icon-title {
    font-size: 1rem;
  }

  .icon-top {
    display: inline-block;
    justify-content: center;
  }
  .inform-box {
    margin: 0px;
  }
  .otzivi {
    display: none;
  }
  .otzivi-carusel {
    display: flex;
  }
  .thenks {
    font-size: 18px;
  }
  .right-top-white {
    padding-left: 20px;
    padding-top: 5px;
  }
  .phone-number-top {
    display: none;
  }
  #phoneIcone {
    display: none;
  }
  .languege {
    display: none;
  }
  .like {
    display: none;
  }

  .left-menu {
    padding-top: 18px;
  }
  .header-icon-top {
    display: block;
  }
  .top-fon-white {
    display: none;
  }
  .product-thumb.transition.prostin-doprodag {
    width: 300px;
  }
  .skidka {
    right: 22px;
    top: 7px;
    font-size: 11px;
  }
  .skidka_maine {
    top: 7px;
    font-size: 11px;
  }
  .produkt.sertefikat-price {
    font-weight: 700;
    font-size: 15px;
  }
  .perezvon-text {
    font-size: 12px;
  }
  .button-group button {
    font-size: 1.125rem;
  }
  .top-text-maine {
    font-size: 20px;
    font-weight: 600;
  }
  .top-text-rest {
    font-size: 14px;
    font-weight: 500;
  }
  .top-text-news {
    font-size: 20px;
    font-weight: 500;
  }
  .top-text-sertifikat {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 56, 0);
  }
  .top-text-sertifikat-poyasneniy {
    font-size: 16px;
    font-weight: 600;
  }
  .top-menu {
    display: none;
  }
  .top-black {
    display: none;
  }
  .maine-logo {
    display: none;
  }
  .maine-logo-element img {
    max-width: 100px;
    margin-top: 5px;
  }
  .mobile-menu {
    display: block;
  }
  .table_image {
    display: none;
  }
  .table_image-mobile {
    display: block;
  }
  #acordion-info {
    display: none;
  }
  
  .price-zakaza-kartochka .special-kartochka {
    font-size: 1rem;
  }
  .price-zakaza-kartochka .price-kartochka {
    font-size: 1rem;
  }
  .caption {
    font-size: 20px;
  }
  .popup_exit-modal {
    width: 90%;
  }
  .popup_exit-modal-title {
    font-size: 30px;
  }
  .order-table thead {
    display: none;
  }
  .order-table tbody tr {
    display: block;
    padding: 20px 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
  }
  .order-table tbody tr td {
    display: block;
    position: static;
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    text-align: center;
    margin-bottom: 20px;
  }
  .order-table tbody tr td:before {
    display: block;
    content: attr(data-label);
    font-weight: 400;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .order-table .img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .order-table .total .item-del {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
  .thenks-title{
    font-size: 28px;
  }
  .to-maine {
    font-size: 18px;
  }
  .opt_price_button{
    font-size: 16px;
  }
  .name-produkt {
    font-size: 12px;
  }
  .recommendation{
    max-width:500px;
  }
  .product-thumb .image img{
    height: 230px;
    width: 195px;
  }
}
@media (min-width: 371px) and (max-width: 479px) {
  .name-produkt {
    font-size: 12px;
  }
  .logo a img {
    width: 150px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .time-work {
    font-size: 10px;
  }
  .social-mobile {
    display: block;
  }
  .social-mobile .icon-i-facebook-logo {
    padding-right: 10px;
  }
  .social-mobile .icon-i-instagram {
    padding-left: 10px;
  }
  .right-top-white .icon-i-facebook-logo {
    display: none;
  }
  .right-top-white .icon-i-instagram {
    display: none;
  }
  .left-top-white .navbar {
    background: #fff !important;
  }
  .left-top-white .navbar {
    background: #000 !important;
  }
  .navbar-light .navbar-toggler {
    background: #fff !important;
  }
  .navbar-nav {
    background: #000;
  }
  .nav-item.menu-item {
    border-left: 0px;
  }
  .nav-item.active {
    margin-left: 10px;
    padding-left: 13px;
  }
  .table-dlider {
    display: table;
  }
  
  .form-group-category {
    flex-direction: column;
  }
  .navigation-footer {
    flex-direction: column;
  }
  .product-layout {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .product-layout2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .price {
    display: flex;
    justify-content: space-between;
  }
  .product-thumb .price-old {
    font-size: 12px;
  }
  .product-thumb .price-new {
    font-size: 13px;
  }
  .razmer-text {
    font-size: 3.625rem;
  }
  .baner {
    display: none !important;
  }
  #img_main {
    display: none !important;
  }
  .baner-mobile {
    display: block !important;
  }
  .top-black-text {
    font-size: 10px;
  }
  .timer {
    font-size: 8pt;
  }
  .icon-img {
    width: 140px;
    height: 140px;
  }
  .icon-title {
    font-size: 1rem;
  }
  .icon-top {
    display: inline-block;
    justify-content: center;
  }
  .inform-box {
    margin: 0px;
  }
  .otzivi {
    display: none;
  }
  .otzivi-carusel {
    display: flex;
  }
  .thenks {
    font-size: 18px;
  }
  .right-top-white {
    padding-left: 20px;
    padding-top: 5px;
  }
  .phone-number-top {
    display: none;
  }
  #phoneIcone {
    display: none;
  }
  .languege {
    display: none;
  }
  .like {
    display: none;
  }
  .left-menu {
    padding-top: 18px;
  }
  .header-icon-top {
    display: block;
  }
  .tooltip {
    right: 35px;
  }
  .back {
    display: inline-block;
  }
  .top-fon-white {
    display: none;
  }
  .product-thumb.transition.prostin-doprodag {
    width: 250px;
  }
  .skidka {
    right: 22px;
    top: 7px;
    font-size: 11px;
  }
  .skidka_maine {
    top: 7px;
    font-size: 11px;
  }
  .produkt.sertefikat-price {
    font-weight: 700;
    font-size: 15px;
  }
  .cart-summa {
    font-size: 16px;
  }
  #cart-table td:first-child img {
    width: 40px !important;
    height: 40px !important;
  }
  .cart {
    font-size: 12px;
  }
  .modal-footer .btn-secondary {
    margin-bottom: 10px;
  }
  .zakazat-cart-maine .btn {
    margin-top: 5px;
  }
  .perezvon-text {
    font-size: 12px;
  }
  .button-group button {
    font-size: 1.125rem;
  }
  .top-text-maine {
    font-size: 20px;
    font-weight: 600;
  }
  .top-text-rest {
    font-size: 14px;
    font-weight: 500;
  }
  .top-text-news {
    font-size: 20px;
    font-weight: 500;
  }
  .top-text-sertifikat {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 56, 0);
  }
  .top-text-sertifikat-poyasneniy {
    font-size: 16px;
    font-weight: 600;
  }
  .top-thenks {
    min-height: 400px;
  }
  .top-menu {
    display: none;
  }
  .top-black {
    display: none;
  }
  .maine-logo {
    display: none;
  }
  .maine-logo-element img {
    max-width: 100px;
    margin-top: 5px;
  }
  .mobile-menu {
    display: block;
  }
  .product-thumb .image img {
    width: 180px;
    height: 200px;
    overflow-x: hidden;
  }
  .table_image {
    display: none;
  }
  .table_image-mobile {
    display: block;
  }
  #acordion-info {
    display: none;
  }
 
  .price-zakaza-kartochka .special-kartochka {
    font-size: 1rem;
  }
  .price-zakaza-kartochka .price-kartochka {
    font-size: 1rem;
  }
  .caption {
    font-size: 20px;
  }
  .popup_exit-modal {
    width: 90%;
  }
  .popup_exit-modal-title {
    font-size: 30px;
  }
  .order-table thead {
    display: none;
  }
  .order-table tbody tr {
    display: block;
    padding: 20px 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
  }
  .order-table tbody tr td {
    display: block;
    position: static;
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    text-align: center;
    margin-bottom: 20px;
  }
  .order-table tbody tr td:before {
    display: block;
    content: attr(data-label);
    font-weight: 400;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .order-table .img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .order-table .total .item-del {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
  .thenks-title{
    font-size: 28px;
  }
  .to-maine {
    font-size: 15px;
  }
  .opt_price_button{
    font-size: 16px;
  }
  .product-thumb{
    padding: 0px 10px;
  }
  .recommendation{
    max-width:500px;
  }
  .img-recommend img{
    width: 300px;
  }
  .akciya_name{
    font-size: 18px;
  }
  .akciya .product-thumb .image img{
    width: 150px;
    height: 204px;
  }
  .soon[data-scale="xxs"] {
    font-size: 1rem !important;
  }
}
@media (min-width: 200px) and (max-width: 370px) {
  .logo a img {
    width: 150px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .time-work {
    font-size: 10px;
  }
  .social-mobile {
    display: block;
  }
  .social-mobile .icon-i-facebook-logo {
    padding-right: 10px;
  }
  .social-mobile .icon-i-instagram {
    padding-left: 10px;
  }
  .right-top-white .icon-i-facebook-logo {
    display: none;
  }
  .right-top-white .icon-i-instagram {
    display: none;
  }
  .left-top-white .navbar {
    background: #fff !important;
  }
  .left-top-white .navbar {
    background: #000 !important;
  }
  .navbar-light .navbar-toggler {
    background: #fff !important;
  }
  .navbar-nav {
    background: #000;
  }
  .nav-item.menu-item {
    border-left: 0px;
  }
  .nav-item.active {
    margin-left: 10px;
    padding-left: 13px;
  }
  .table-dlider {
    display: table;
  }
  
  .form-group-category {
    flex-direction: column;
  }
  .navigation-footer {
    flex-direction: column;
  }
  .price {
    display: flex;
    justify-content: space-between;
  }
  .product-thumb .price-old {
    font-size: 12px;
  }
  .product-thumb .price-new {
    font-size: 13px;
  }

  .product-layout {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .product-layout2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .razmer-text {
    font-size: 2.625rem;
  }
  .baner {
    display: none !important;
  }
  #img_main {
    display: none !important;
  }
  .baner-mobile {
    display: block !important;
  }
  .top-black-text {
    font-size: 10px;
  }
  .timer {
    font-size: 8pt;
  }
  .icon-img {
    width: 140px;
    height: 140px;
  }
  .icon-title {
    font-size: 1rem;
  }
  .icon-top {
    display: inline-block;
    justify-content: center;
  }
  .inform-box {
    margin: 0px;
  }
  .otzivi {
    display: none;
  }
  .otzivi-carusel {
    display: flex;
  }
  .thenks {
    font-size: 18px;
  }
  .right-top-white {
    padding-left: 20px;
    padding-top: 5px;
  }
  .phone-number-top {
    display: none;
  }
  #phoneIcone {
    display: none;
  }
  .languege {
    display: none;
  }
  .like {
    display: none;
  }
  .left-menu {
    padding-top: 18px;
  }
  .header-icon-top {
    display: block;
  }
  .back {
    display: inline-block;
  }
  .top-fon-white {
    display: none;
  }
  .product-thumb.transition.prostin-doprodag {
    width: 230px;
  }
  .skidka {
    right: 22px;
    top: 7px;
    font-size: 11px;
  }
  .skidka_maine {
    top: 7px;
    font-size: 11px;
  }
  .produkt.sertefikat-price {
    font-weight: 700;
    font-size: 15px;
  }
  .cart-summa {
    font-size: 16px;
  }
  #cart-table td:first-child img {
    width: 40px !important;
    height: 40px !important;
  }
  .cart {
    font-size: 8px;
  }
  .modal-footer .btn-secondary {
    margin-bottom: 10px;
  }
  .zakazat-cart-maine .btn {
    margin-top: 5px;
  }
  .perezvon-text {
    font-size: 12px;
  }
  .button-group button {
    font-size: 1rem;
  }
  .top-text-maine {
    font-size: 20px;
    font-weight: 600;
  }
  .top-text-rest {
    font-size: 14px;
    font-weight: 500;
  }
  .top-text-news {
    font-size: 20px;
    font-weight: 500;
  }
  .top-text-sertifikat {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 56, 0);
  }
  .top-text-sertifikat-poyasneniy {
    font-size: 16px;
    font-weight: 600;
  }
  .top-thenks {
    min-height: 400px;
  }
  .top-menu {
    display: none;
  }
  .top-black {
    display: none;
  }
  .maine-logo {
    display: none;
  }
  .maine-logo-element img {
    max-width: 100px;
    margin-top: 5px;
  }
  .mobile-menu {
    display: block;
  }
  .product-thumb .image img {
    width: 175px;
    height: 200px;
    overflow-x: hidden;
  }
  .name-produkt {
    font-size: 12px;
  }
  .material-produkt {
    font-size: 13px;
  }
  .table_image {
    display: none;
  }
  .table_image-mobile {
    display: block;
  }
  #acordion-info {
    display: none;
  }
  
  .price-zakaza-kartochka .special-kartochka {
    font-size: 1rem;
  }
  .price-zakaza-kartochka .price-kartochka {
    font-size: 1rem;
  }
  .caption {
    font-size: 20px;
  }
  .popup_exit-modal {
    width: 90%;
  }
  .popup_exit-modal-title {
    font-size: 30px;
  }
  .order-table thead {
    display: none;
  }
  .order-table tbody tr {
    display: block;
    padding: 20px 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
  }
  .order-table tbody tr td {
    display: block;
    position: static;
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important; 
    text-align: center;
    margin-bottom: 20px;
  }
  .order-table tbody tr td:before {
    display: block;
    content: attr(data-label);
    font-weight: 400;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .order-table .img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .order-table .total .item-del {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
  .thenks-title{
    font-size: 28px;
  }
  .to-maine {
    font-size: 15px;
  }
  .opt_price_button{
    font-size: 16px;
  }
  .product-thumb{
    padding: 0px 10px;
  }
  .recommendation{
    max-width:450px;
  }
  .img-recommend img{
    width: 300px;
  }
  .akciya_name{
    font-size: 18px;
  }
  .akciya .product-thumb .image img{
    width: 150px;
    height: 204px;
  }
  .soon[data-scale="xxs"] {
    font-size: 1rem !important;
  }
}
/*end media*/
