* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #70033c;
  background-color: #ffffff; }
  body.scroll-off {
    overflow-y: hidden; }

p {
  margin-bottom: 0; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

input[type=submit] {
  cursor: pointer; }

/* hack for prealoading images that change on hover to avoid blinking START */
/* hack for prealoading images that change on hover to avoid blinking END */
.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.main-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.body-overlay,
.bg-overlay,
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.7); }
  .body-overlay.show,
  .bg-overlay.show,
  .modal-overlay.show {
    opacity: 1;
    visibility: visible; }

/* common START */
h1 {
  font-size: 36px;
  line-height: 40px; }

h2 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 28px; }

h3 {
  font-size: 22px;
  line-height: 30px; }

h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px; }

h5 {
  font-size: 16px;
  line-height: 26px; }

.form-control,
.form-control:focus{
	padding: 16px 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #8c8383;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: transparent;
    resize: none;
	box-shadow:none;
}

.main ul li{
	margin-left:30px;
}
/* common END */
/* main-title START */
.main-title {
  font-size: 52px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 13px;
  color: #70033c; }

 /*payment order*/
.info-payment{
	position:relative;
	margin-bottom:50px;
}
.title-payment{
	color: #ffa800;
	font-size:calc(12px + 0.31vw);
	font-weight:900;}
.info-payment .text span{
	color: #70033c;
	font-size:calc(12px + 0.31vw);
	font-weight:900;}

@media screen and (max-width: 1620px) {
  .main-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 10px; } }

@media screen and (max-width: 1280px) {
  .main-title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 6px; } }

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3px; } }

/* main-title END */
/* page-title START */
.page-title {
  margin-bottom: 68px; }

.page-title,
.page-title h1 {
  font-size: 52px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 13px;
  color: #70033c; }

@media screen and (max-width: 1620px) {
  .page-title,
  .page-title h1 {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: 10px; }
  .page-title {
    margin-bottom: 40px; } }

@media screen and (max-width: 1280px) {
  .page-title,
  .page-title h1 {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 7px; } }

@media screen and (max-width: 1020px) {
  .page-title,
  .page-title h1 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 4px; } }

@media screen and (max-width: 767px) {
  .page-title,
  .page-title h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px; }
  .page-title {
    margin-bottom: 30px; } }

/* page-title END */
/* main-btn START */
.btn-primary,
.main-btn {
  position: relative;
  display: inline-block;
  padding: 22px 54px;
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3.8px;
  color: #ffffff;
  border:0px;
  cursor:pointer;
  -webkit-transition: width 0.5s, color 2s;
  -o-transition: width 0.5s, color 2s;
  transition: width 0.5s, color 2s;
  -webkit-border-radius: 30.5px;
          border-radius: 30.5px;
  -webkit-box-shadow: 1.9px 2.3px 7px 0 #00000059;
          box-shadow: 1.9px 2.3px 7px 0 #00000059;
  background-color: #ffa800; }

.btn-primary:hover,
.main-btn:hover,
.btn-primary:active,
.main-btn:active,
.btn-primary:focus,
.main-btn:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ffa800;
}

a.btn-primary:after,
a.main-btn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 20px;
  height: 12px;
  background: url("/image/themes/default/arrow-right-white.png") 0 0/cover no-repeat; }

.main-btn.cart:after {
  width: 21px;
  height: 17px;
  background: url("/image/themes/default/white-cart.png") 0 0/cover no-repeat; }

.main-btn.icon-left {
  position: fixed;
  top: 338px;
  right: 40px;
  z-index: 9;
  padding: 15px 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  color: transparent;
  -webkit-box-shadow: 1.9px 2.3px 7px 0 #00000059;
          box-shadow: 1.9px 2.3px 7px 0 #00000059;
  background-color: #ffa800; }
  .main-btn.icon-left:after {
    display: none; }
  .main-btn.icon-left:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    margin-right: 0;
    margin-top: -4px;
    width: 22px;
    height: 24px;
    background: url("/image/themes/default/callback-icon.png") 0 0/cover no-repeat; }
  .main-btn.icon-left:hover {
    width: 235px;
    font-size: 12px;
    letter-spacing: 3px;
    color: #ffffff; }
    .main-btn.icon-left:hover:before {
      margin-left: 24px;
      margin-right: 11px; }

@media screen and (max-width: 1760px) {
  .main-btn.icon-left {
    top: 289px; } }

@media screen and (max-width: 1700px) {
  .main-btn.icon-left {
    top: 283px; } }

@media screen and (max-width: 1500px) {
  .main-btn.icon-left {
    top: 260px; } }

@media screen and (max-width: 1300px) {
  .main-btn {
    padding: 17px 35px; }
  .main-btn.icon-left {
    top: 210px; } }

@media screen and (max-width: 1260px) {
  .main-btn.icon-left {
    top: 222px; } }

@media screen and (max-width: 990px) {
  .main-btn.icon-left:hover {
    width: 45px;
    font-size: 0;
    letter-spacing: 0;
    color: transparent; }
  .main-btn.icon-left:hover:before {
    margin: -4px 0 0 11px; } }

@media screen and (max-width: 767px) {
  .main-btn {
    padding: 14px 25px;
    font-size: 13px; }
  a.main-btn:after {
    width: 18px;
    height: 11px; }
  .main-btn.icon-left {
    top: 242px;
    right: 20px; } }

/* main-btn END */
/* container START */
.container {
  margin: 0 auto;
  width: 90vw; }

/*@media screen and (max-width: 1620px) {*/
  /*.container {*/
    /*width: 1200px; } }*/

/*@media screen and (max-width: 1280px) {*/
  /*.container {*/
    /*width: 960px; } }*/

/*@media screen and (max-width: 1020px) {*/
  /*.container {*/
    /*width: 730px; } }*/

/*@media screen and (max-width: 767px) {*/
  /*.container {*/
    /*width: 100%;*/
    /*padding: 0 15px; } }*/

/* container END */
/* icon START */
.icon.vk.dark {
  width: 24px;
  height: 13px;
  background: url("/image/themes/default/vk-dark.png") 0 0/cover no-repeat; }

.icon.fb.dark {
  width: 10px;
  height: 18px;
  background: url("/image/themes/default/fb-dark.png") 0 0/cover no-repeat; }

.icon.twitter.dark {
  width: 20px;
  height: 16px;
  background: url("/image/themes/default/twitter-dark.png") 0 0/cover no-repeat; }

.icon.google.dark {
  width: 25px;
  height: 16px;
  background: url("/image/themes/default/google-plus-dark.png") 0 0/cover no-repeat; }

/* icon END */
/* header START */
header {
  border-bottom: 1px solid #ffa800; }
  header .wrap {
	position:relative;
    margin: 0 auto;
    padding: 34px 0;
    width: 1800px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .wrap .logo {
      display: block;
      width: 278px;
      font-size: 0; }
      header .wrap .logo img {
        width: 100%;
        height: auto; }

.menu {
  list-style-type: none;
  font-size: 0; }
  .menu > li {
    margin-right: 35px;
    display: inline-block;
    vertical-align: top; }
    .main-nav > li:last-child {
      display: none; }
    .menu > li:last-child {
      margin-right: 0;
    }
    .menu > li a {
      transition: all .3s;
      font-size: 13px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.4px;
      color: #70033c; }
    .menu > li a:hover {
      color: #ffa800;
    }

.side-nav {
  position:relative;
  list-style-type: none;
  font-size: 0; }
  .side-nav li {
    position: relative;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top; }
	.lang{
		position:absolute;
		top:5px;
		right:5px; }
	.lang a{
		font-size:14px;
		color:#70033c;
		margin-left:10px;
		font-weight:700; }
	.lang a.select{
		text-decoration:underline;
	}
	.lang a:hover{
		color:#ffa800;	}
    .side-nav li:after {
      content: '';
      position: absolute;
      top: -6px;
      right: -50px;
      width: 1px;
      height: 35px;
      background-color: #ffa800; }
    .side-nav li:last-child {
      margin-right: 0; }
      .side-nav li:last-child:after {
        display: none; }
	@media screen and (max-width:768px)	{
		.lang{
			top:0px; }
	}
	

.cart-icon {
  position: relative;
  display:block;
  width: 25px;
  height: 20px;
  background: url("/image/themes/default/cart-icon.png") 0 0/cover no-repeat;
  border:0px;
  cursor: pointer; }
  /*.cart-icon .num {
    position: absolute;
    top: 1px;
    left: 0;
    padding-left: 38px;
    display: inline-block;
	color:#70033c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px; }*/
	#cart-total{
		position: absolute;
		top: 1px;
		left: 0;
		padding-left: 38px;
		display: inline-block;
		color:#70033c;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.4px; }
	#cart-total i{
		display:none;
	}

.search-container {
  position: relative;
  padding-left: 30px; }
  .search-container .submit {
    position: absolute;
    top: 0;
    left: 30px;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: 0;
    background: url("/image/themes/default/search-icon.png") 0 0 no-repeat; }
  .search-container .search {
    padding: 0 5px 5px 20px;
    width: 0;
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .search-container:hover .search {
    padding-left: 30px;
    margin-top: 6px;
    width: 190px;
    border-color: #8c8383; }

.burger {
  display: none;
  width: 30px;
  cursor: pointer; }
  .burger div {
    margin-bottom: 3px;
    width: 100%;
    height: 3px;
    background-color: #70033c; }
    .burger div:last-child {
      margin-bottom: 0; }

.dropdown-cart {
  position: absolute;
  top: 44px;
  left: -276px;
  z-index: 3;
  padding: 20px 17px 25px;
  -webkit-box-shadow: 1.9px 2.3px 7px 0 #00000059;
          box-shadow: 1.9px 2.3px 7px 0 #00000059;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }
  .dropdown-cart.show {
    opacity: 1;
    visibility: visible; }
  .dropdown-cart .remove {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  .dropdown-cart .row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb; }
    .dropdown-cart .row .img-wrap {
      margin-top: 15px;
      margin-right: 10px;
      width: 89px;
      height: 63px;
      text-align: center; }
      .dropdown-cart .row .img-wrap img {
        display: inline-block;
        max-width: 80px;
        max-height: 55px;
		object-fit: contain }
    .dropdown-cart .row .info {
      width: 187px; }
      .dropdown-cart .row .info .category {
        font-size: 11px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 2.8px;
        color: #ffa800; }
      .dropdown-cart .row .info .title {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: 3.5px;
        color: #70033c; }
      .dropdown-cart .row .info .quantity span {
        font-size: 9px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 16px;
        letter-spacing: 2.3px;
        color: #ffa800; }
        .dropdown-cart .row .info .quantity span:nth-child(2) {
          margin-left: 5px;
          color: #70033c; }
      .dropdown-cart .row .info .cash {
        font-size: 13px;
        font-weight: 900;
        line-height: 18px;
        letter-spacing: 3.3px;
        color: #70033c; }
  .dropdown-cart .bottom {
    padding-top: 10px;
    text-align: center; }
    .dropdown-cart .bottom .total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .dropdown-cart .bottom .total .text {
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 4.5px;
        color: #ffa800; }
      .dropdown-cart .bottom .total .total-cash {
        font-size: 25px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 6.3px;
        color: #70033c; }
    .dropdown-cart .bottom .main-btn {
      margin-top: 28px;
      padding: 19px 40px;
      font-size: 13px;
      letter-spacing: 3.3px; }

@media screen and (max-width: 1860px) {
  header .wrap {
    padding: 34px 60px;
    width: 100%; } }

@media screen and (max-width: 1660px) {
  .search-container:hover .search {
    width: 140px; }
  .menu li {
    margin-right: 20px; } }

@media screen and (max-width: 1500px) {
  header .wrap .logo {
    width: 240px; }
  .side-nav li {
    margin-right: 30px; }
  .side-nav li:after {
    right: -38px; }
  .search-container {
    padding-left: 25px; }
  .search-container .submit {
    left: 25px; }
  .cart-icon .num {
    top: 3px; }
  header .wrap {
    padding: 25px 30px; }
  .dropdown-cart {
    top: 34px; } }

@media screen and (max-width: 1400px) {
  header .wrap .logo {
    width: 200px; }
  .search-container {
    padding-left: 20px; }
  .side-nav li {
    margin-right: 25px; }
  .side-nav li:after {
    right: -32px;
    top: -4px; }
  .search-container .submit {
    left: 20px; }
  .cart-icon {
    width: 21px;
    height: 17px; }
  .search-container .submit {
    width: 16px;
    height: 16px; }
  .search-container {
    font-size: 0; }
  .cart-icon .num {
    margin-left: 30px;
    top: 1px; }
  .side-nav li:after {
    height: 29px; }
  .search-container:hover .search {
    padding-left: 25px; } }

@media screen and (max-width: 1360px) {
  .search-container:hover .search {
    width: 110px; }
  header .wrap .logo {
    width: 180px; } }

@media screen and (max-width: 1260px) {
  .search-container:hover .search {
    width: 110px; }
  header .wrap {
    height: 83px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  header .wrap .logo {
    position: absolute;
    top: 26px;
    left: 30px;
    width: 260px; }
  .burger {
    position: relative;
    margin-left: 27px;
    display: block; }
  .main-nav {
    position: fixed;
    z-index: 11;
    left: -2000px;
    top: 0;
    padding: 60px 30px;
    width: 600px;
    height: 100vh;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .main-nav.mob {
    left: 0; }
  .main-nav li {
    margin-bottom: 15px;
    display: block;
    text-align: center; }
  .main-nav li {
    font-size: 15px;
    margin-right: 0; }
  .side-nav > li:nth-child(2) {
    /*display: none; */}
  .side-nav li:after {
    height: 25px; }
  .side-nav li:after {
    right: -35px; }
  .main-nav li:last-child {
    display: block; }
  .main-nav.mob .search-container {
    width: 200px;
    margin: 0 auto; }
  .main-nav.mob .search-container .search {
    width: 175px;
    border-color: #8c8383; }
  .search-container:hover .search {
    margin-top: 0;
    padding-bottom: 8px; } }

@media screen and (max-width: 767px) {
  header .wrap .logo {
    top: 21px;
    left: 15px;
    width: 170px; }
  header .wrap {
    height: 63px;
    padding: 15px; }
  .cart-icon {
    width: 19px;
    height: 15px; }
  .search-container .submit {
    width: 15px;
    height: 15px; }
  .burger {
    width: 24px;
    margin-left: 20px; }
  .burger div {
    height: 3px;
    margin-bottom: 2px; }
  .cart-icon .num {
    margin-left: 27px;
    top: 0; }
  .main-nav {
    width: 270px; }
  .side-nav{
	margin-bottom:0px; }
  .side-nav li{
	  margin-right:5px;
	  padding:0px; }
  .side-nav li:after {
    right: -30px; }
  #cart-total{
	  padding-left:0px;
  }
  .dropdown-cart {
    top: 24px; } }

/* header END */
/* main-banner START */
.main-banner {
  position: relative;
  font-size: 0; }
  .main-banner img {
    width: 100%;
    height: 747px;
    -o-object-fit: cover;
       object-fit: cover; }
  .main-banner .wrap {
    position: absolute;
    top: 220px;
    left: 200px; }
    .main-banner .wrap .main-title {
      margin-bottom: 59px;
      width: 748px;
      font-size: 70px;
      font-weight: 900;
      line-height: 85px;
      letter-spacing: 17.5px; }
    #content.page .main-banner .wrap .main-title {
		display:none;
	}
  .main-banner .icon-left {
    position: absolute;
    top: 220px;
    right: 40px; }
  .main-banner.video iframe {
    width: 100%;
    height: 744px; }
  .main-banner.slider-wrap {
    width: 100%; }
    .main-banner.slider-wrap .slick-dots {
      position: absolute;
      left: 50%;
      bottom: 51px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-left: 0;
      width: 1520px; }

@media screen and (min-width: 1950px) {
  .main-banner .wrap {
    left: 15%; }
  .main-banner .icon-left {
    right: 15%; } }

@media screen and (max-width: 1860px) {
  .main-banner .wrap {
    left: 140px; } }

@media screen and (max-width: 1760px) {
  .main-banner .wrap {
    top: 160px;
    left: 90px; }
  .main-banner .icon-left {
    top: 160px; } }

@media screen and (max-width: 1700px) {
  .main-banner .wrap .main-title {
    margin-bottom: 50px;
    width: 650px;
    line-height: 70px;
    font-size: 60px;
    letter-spacing: 15.5px; }
  .main-banner img {
    height: 645px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .main-banner.video iframe {
    height: 500px; } }

@media screen and (max-width: 1620px) {
  .main-banner.slider-wrap .slick-dots {
    width: 1200px; } }

@media screen and (max-width: 1300px) {
  .main-banner .wrap {
    top: 120px;
    left: 70px; }
  .main-banner .wrap .main-title {
    margin-bottom: 40px;
    width: 530px;
    line-height: 60px;
    font-size: 50px;
    letter-spacing: 13px; }
  .main-banner .icon-left {
    top: 130px; }
  .main-banner img {
    height: 500px; } }

@media screen and (max-width: 1280px) {
  .main-banner.slider-wrap .slick-dots {
    width: 970px; } }

@media screen and (max-width: 1100px) {
  .main-banner .wrap .main-title {
    margin-bottom: 30px;
    width: 430px;
    line-height: 50px;
    font-size: 40px;
    letter-spacing: 10px; } }

@media screen and (max-width: 1020px) {
  .main-banner.slider-wrap .slick-dots {
    width: 730px; } }

@media screen and (max-width: 992px) {
  .main-banner img {
    height: 450px; } }

@media screen and (max-width: 767px) {
  .main-banner .wrap {
    top: 60px;
    left: 25px; }
  .main-banner .wrap .main-title {
    width: 280px;
    line-height: 30px;
    font-size: 28px;
    letter-spacing: 6px; }
  .main-banner img {
    height: 300px; }
  .main-banner .icon-left {
    top: 180px;
    right: auto;
    left: 250px; }
  .main-banner.video iframe {
    height: 350px; }
  .main-banner.slider-wrap .slick-dots {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 15px; } }

@media screen and (max-width: 440px) {
  .dropdown-cart {
    left: -210px; }
  .dropdown-cart .row .info {
    width: 170px; } }

/* main-banner END */
/* page-description START */
.page-description {
  position: relative;
  padding: 40px 0 69px;
  z-index:100; }
  .page-description .main-title {
    margin-bottom: 40px;
    width: 680px;
    font-size: 52px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 13px; }
  .page-description .text {
    width: 40vw;
    line-height: 35px;
    margin-bottom: 10vh; }
  .page-description .side {
    position: absolute;
    top: -68px;
    right: 0;
    padding: 176px 0 178px 146px;
    width: 878px;
    background: #70033c url("/image/themes/default/mask-main-top.jpg") right bottom/878px 630px no-repeat; }
    .page-description .side ul {
      list-style-type: none; }
      .page-description .side ul li {
        position: relative;
        margin-bottom: 45px;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 3.4px;
        color: #ffffff; }
        .page-description .side ul li:last-child {
          margin-bottom: 0; }
        .page-description .side ul li:before {
          content: '';
          position: absolute;
          left: -24px;
          top: 5px;
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #ffa800; }

@media screen and (min-width: 1930px) {
  .page-description .container {
    position: relative; }
  .page-description .side {
    top: -182px;
    right: -157px; } }

@media screen and (max-width: 1760px) {
  .page-description .side {
    padding-right: 120px;
    width: 800px; } }

@media screen and (max-width: 1620px) {
  .page-description .text {
    width: 530px;
    line-height: 38px; }
  .page-description .main-title {
    width: 580px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 10px; }
  .page-description .side {
    padding: 170px 0 170px 115px;
    top: -40px;
    width: 710px;
    -webkit-background-size: 748px 500px;
            background-size: 748px 500px; }
  .page-description .side ul li {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600; } }

@media screen and (max-width: 1480px) {
  .page-description .side {
    padding: 136px 0 206px 85px;
    width: 630px; } }

@media screen and (max-width: 1280px) {
  .page-description {
    padding: 63px 0; }
  .page-description.about {
    margin-bottom:105px; }
  .page-description .main-title {
    width: 420px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 6px; }
  .page-description .side {
    padding: 150px 40px 150px 60px;
    width: 530px; }
  .page-description .text {
    width: 420px;
    line-height: 33px; }
  .page-description .side ul li {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px; }
  .page-description .side ul li:before {
    top: 9px;
    left: -17px; } }

@media screen and (max-width: 1020px) {
  .page-description .side {
    position: static;
    padding: 60px 20px 100px 60px;
    width: 100%;
    -webkit-background-size: 598px 350px;
            background-size: 598px 350px; }
  .page-description .main-title {
    width: 100%; }
  .page-description .text {
    width: 100%;
    margin-bottom: 40px; }
  .page-description .side ul li {
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .page-description .main-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px; }
  .page-description .text {
    margin-bottom: 35px;
    line-height: 26px; }
  .page-description .side {
    padding: 40px 20px 100px 40px; }
  .page-description .side ul li {
    line-height: 18px; }
  .page-description .side ul li:before {
    top: 5px; } }

/* page-description END */
/* goods-type START */
.goods-type {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .goods-type > img {
	object-fit: contain;
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
    width: 740px;
    height: 340px; }
	.goods-type-wrap .goods-type > img {
		margin-top:230px; }
  .goods-type .wrap {
    margin-top: 200px;
    display: inline-block;
    vertical-align: top;
    width: 677px; }
    .goods-type .wrap > img {
      margin-bottom: 50px; }
    .goods-type .wrap .main-title {
      margin-bottom: 50px;
      width: 440px; }
  .goods-type:nth-child(even) > img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .goods-type:nth-child(even) .wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: right; }
    .goods-type:nth-child(even) .wrap .main-title {
      width: 100%; }

@media screen and (max-width: 1620px) {
  .goods-type {
    padding-bottom: 60px; }
  .goods-type .wrap {
    width: 547px; }
  .goods-type > img {
    margin-top: 170px;
    width: 560px;
    height: 257px; }
  .goods-type .wrap > img {
    margin-bottom: 30px;
    max-width: 180px; }
  .goods-type .wrap {
    margin-top: 160px; }
  .goods-type .wrap .main-title {
    margin-bottom: 35px;
    width: 360px; } }

@media screen and (max-width: 1280px) {
  .goods-type .wrap {
    margin-top: 130px;
    width: 498px; }
  .goods-type > img {
    width: 430px;
    height: 198px; }
  .goods-type .wrap > img {
    max-width: 135px; }
  .goods-type .wrap .main-title {
    width: 290px; }
  .goods-type > img {
    margin-top: 140px; }
  .goods-type {
    padding-bottom: 40px; } }

@media screen and (max-width: 1020px) {
  .goods-type .wrap > img {
    margin-bottom: 20px;
    max-width: 105px; }
  .goods-type .wrap {
    margin-top: 60px;
    width: 330px; }
  .goods-type .wrap .main-title {
    margin-bottom: 25px;
    width: 250px; }
  .goods-type > img {
    margin-top: 40px;
    width: 360px; } }

@media screen and (max-width: 767px) {
  .goods-type {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .goods-type > img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px; }
  .goods-type > .wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-top: 0;
    width: 100%; }
  .goods-type:nth-child(even) .wrap {
    text-align: center; }
  .goods-type .wrap .main-title {
    width: 100%; } }

@media screen and (max-width: 420px) {
  .goods-type > img {
    width: 290px;
    height: 133px; } }

/* goods-type END */
/* goods START */
.goods {
  padding: 80px 0 70px; }
  .goods .type {
    margin-bottom: 80px;
    text-align: center; }
    .goods .type ul {
      list-style-type: none;
      display: inline-block;
      vertical-align: top; }
      .goods .type ul li {
        position: relative;
        margin-right: 62px;
        padding-bottom: 20px;
        display: inline-block;
        vertical-align: top; }
        .goods .type ul li:last-child {
          margin-right: 0; }
        .goods .type ul li.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 45px;
          height: 3px;
          -webkit-border-radius: 1.5px;
                  border-radius: 1.5px;
          background-color: #ffa800; }
        .goods .type ul li a {
          font-size: 16px;
          font-weight: 900;
          color: #70033c;
          letter-spacing: 3.2px; }

.tab {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: none; }
  .tab.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;}

.single-good {
  position: relative;
  margin-right: 0px;/*40*/
  margin-bottom: 40px;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 480px;
  height: 565px;
  height: 585px;
  border: 1px solid #f3f3f3; }
  .single-good:nth-child(3n) {
    margin-right: 0; }
  .single-good .goods-pic {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 380px;
    height: 400px;
    object-fit: contain;
    width: 380px;
    height: 400px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .single-good .goods-pic .img-responsive{
	  position:absolute;
	  top:0px;
	  left:0px;
	  z-index:1;
	  opacity:1;
	  width:100%;
	  height:100%;
	  object-fit:contain;
  }
  .single-good .goods-pic .two-img{
	  position:absolute;
	  top:0px;
	  left:0px;
	  z-index:0;
	  opacity:0;
	  width:100%;
	  height:100%;
	  background:#fff;
	  object-fit:contain;
  }
  .single-good .goods-pic:hover .one-img{
	  z-index:0;
	  opacity:0;
  }
  .single-good .goods-pic:hover .two-img{
	  z-index:1;
	  opacity:1;
  }
  .single-good .wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .single-good .wrap .info .category {
      margin-bottom: 3px;
      line-height: 27px;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: 3.8px;
      color: #ffa800; }
    .single-good .wrap .info .title {
      font-size: 20px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 27px;
      letter-spacing: 5px;
      color: #70033c; }
    .single-good .wrap .price {
      text-align: right; }
      .single-good .wrap .price .cur-price {
        font-size: 20px;
        font-weight: 900;
        line-height: 27px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 5px;
        color: #70033c; }
        .single-good .wrap .price .cur-price ins {
          text-decoration: none;
          line-height: 27px;
          display: block; }
        .single-good .wrap .price .cur-price del {
          margin-bottom: 3px;
          font-size: 15px;
          font-weight: 900;
          line-height: 27px;
          letter-spacing: 3.75px;
          color: #8c8383;
          text-decoration: line-through; }

.stickers {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  width: 400px; }
  .stickers .sticker {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 1.9px 2.3px 7px 0 #00000059;
            box-shadow: 1.9px 2.3px 7px 0 #00000059;
    background-color: #ffa800;
    font-size: 9px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase; }
    .stickers .sticker.new {
      background-color: #70033c; }
    .stickers .sticker.video {
      position: absolute;
      top: 0;
      right: 0;
      margin-right: 0;
      background: #8c8383 url("/image/themes/default/play-icon.png") center center/11px 14px no-repeat; }

@media screen and (max-width: 1620px) {
  .single-good {
    margin: 0 30px 30px 0;
    width: 380px;
    height: 487px; }
  .single-good .goods-pic {
    top: 40px;
    width: 300px;
    height: 300px; }
  .single-good .stickers {
    width: 300px; }
  .single-good .wrap .info .title,
  .single-good .wrap .price .cur-price {
    font-size: 18px;
    letter-spacing: 3px; }
  .single-good .wrap .info .category,
  .single-good .wrap .price .old-price {
    font-size: 14px;
    letter-spacing: 3px; }
  .single-good {
    padding: 40px; }

  }

@media screen and (max-width: 1280px) {
  .single-good {
    margin: 0 40px 40px 0;
    width: 460px;
    height: 570px; }
  .single-good:nth-child(3n) {
    margin-right: 40px; }
  .single-good:nth-child(2n) {
    margin-right: 0; }
  .single-good .goods-pic {
    width: 380px;
    height: 380px; }
  .goods .type ul li {
    margin-right: 40px; }
  .single-good .stickers {
    width: 380px; } }

@media screen and (max-width: 1020px) {
  .single-good {
    width: 345px;
    height: 420px; }
  .single-good .goods-pic {
    width: 250px;
    height: 250px; }
  .goods .type ul li {
    margin-right: 30px; }
  .single-good .stickers {
    width: 265px; }
  .single-good .wrap .info .title, .single-good .wrap .price .cur-price {
    font-size: 16px;
    line-height: 22px;
  }
  .single-good .wrap .price .cur-price del,
  .single-good .wrap .price .cur-price ins {
    line-height: 22px;
  }


     }

@media screen and (max-width: 767px) {
  .tab {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .single-good {
    margin: 0 0 40px;
    padding: 25px;
    height: 430px; }
  .goods .type {
    margin-bottom: 40px; }
  .goods .type ul li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: block; }
  .goods .type ul li:last-child {
    margin-bottom: 0; }
  .single-good .stickers {
    top: 25px;
    left: 25px;
    width: 292px; }
  .single-good:nth-child(3n) {
    margin-right: 0; }
  .single-good .goods-pic {
    top: 25px;
    width: 290px;
    height: 290px;
  }

  }

@media screen and (max-width: 390px) {
  .single-good {
    width: 290px; }
  .single-good .stickers {
    width: 240px; }
  .single-good .wrap .info .title, .single-good .wrap .price .cur-price {
    font-size: 14px;
  }
  .single-good .goods-pic {
    width: 290px;
    height: 240px;
  }
  .single-good {
    height: 380px;
  }
  }

/* goods END */
/* footer START */
.footer {
  padding: 121px 0 111px;
  background-color: #70033c; }
  .footer .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer .mobile.left,
  .footer .mobile.left a,
  .footer .mobile.left .copyright{
    display: none;}
  .footer .left {
    padding: 0 80px;
    width: 534px;
    text-align: center;
    border-right: 1px solid rgba(97, 3, 52, 0.5); }
    .footer .left img {
      width: 374px;
      margin-bottom: 38px; }
    .footer .left .copyright,
    .footer .left a {
      font-size: 13px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #ffffff; }
    .footer .left a {
      margin-top: 11px;
      display: inline-block;
      text-transform: uppercase; }
  .footer .right {
    padding: 0 80px; }
    .footer .right p,
    .footer .right a {
      font-size: 15px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 3.5px;
      color: #ffffff; }
    .footer .right p,
    .footer .right ul {
      margin-bottom: 35px; }
    .footer .right ul:last-child {
      margin-bottom: 0; }
    .footer .right ul li {
      margin-right: 20px;
      display: inline-block; }
      .footer .right ul li:last-child {
        margin-right: 0; }
    .footer .right .icon.vk {
      width: 24px;
      height: 13px;
      background: url("/image/themes/default/vk-icon.png") 0 0/cover no-repeat; }
    .footer .right .icon.fb {
      width: 10px;
      height: 18px;
      background: url("/image/themes/default/facebook-icon.png") 0 0/cover no-repeat; }
    .footer .right .icon.twitter {
      width: 20px;
      height: 16px;
      background: url("/image/themes/default/twitter-icon.png") 0 0/cover no-repeat; }
    .footer .right .social-links a{
        margin-right:15px; }
    .footer .right .social-links .fa{
        font-size:25px; }
     

@media screen and (max-width: 1280px) {
  .footer .left,
  .footer .right {
    padding: 0 30px; }
  .footer .left {
    width: auto; } }

@media screen and (max-width: 1020px) {
  .footer .right ul li {
    display: block; }
  .footer .left img {
    width: 280px; }
  .footer .right ul:last-child li {
    display: inline-block; }
  .footer .left img {
    margin-bottom: 13px; } }

@media screen and (max-width: 767px) {
  .footer .mobile.left,
  .footer .mobile.left a,
  .footer .mobile.left .copyright{
    display: block;}
  .footer {
    padding: 80px 0; }
  .footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .footer .left {
    margin-bottom: 30px;
    border-right: none}
  .footer .left a,
  .footer .left .copyright{
    display: none;
  }
  .footer .mobile.left{
    margin-top: 30px;
  }
  .footer .mobile.left a,
  .footer .mobile.left .copyright{
    display: block;
  }
  .footer .right ul li {
    margin-right: 0; }
  .footer .right ul:last-child li {
    margin-right: 20px; }
  .footer .right ul:last-child li:last-child {
    margin-right: 0; }
  .footer .left, .footer .right {
    padding: 0; } }

@media screen and (max-width: 360px) {
  .footer .right p, .footer .right a {
    font-size: 14px; } }

/* footer END */
/* modal START */
.modal {
  position: fixed;
  z-index: 11;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 583px;
  padding: 76px 76px 60px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 1.9px 2.3px 7px 0 #00000059;
          box-shadow: 1.9px 2.3px 7px 0 #00000059;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .modal.show {
    opacity: 1;
    visibility: visible; }
  .modal .close {
    position: absolute;
    top: -26px;
    right: -29px;
    width: 13px;
    height: 13px;
    background: url("/image/themes/default/close.png") 0 0/cover no-repeat;
    cursor: pointer; }
  .modal .title {
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 6.3px;
    color: #70033c; }
  .modal .sub-title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #70033c; }
  .modal form {
    margin-top: 40px; }
  .modal.success {
    padding: 114px 60px; }

@media screen and (max-width: 1900px) {
  .modal {
    top: 80px;
    padding-bottom: 50px; } }

@media screen and (max-width: 1600px) {
  .modal {
    padding: 50px 76px 30px; } }

@media screen and (max-width: 767px) {
  .modal {
    width: 92%;
    padding: 70px 30px; }
  .modal .close {
    top: 30px;
    right: 30px; }
  .modal .title {
    font-size: 22px; } }

/* modal END */
/* form START */
.form-row {
  margin-bottom: 30px; }
  .form-row label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    color: #70033c; }
  .form-row input,
  .form-row textarea {
    padding: 16px 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #8c8383;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: transparent;
    resize: none; }
  .form-row textarea {
    height: 90px; }
  .form-row .main-btn {
    margin: 0 auto;
    display: block;
    padding: 20px 45px;
    height: auto;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    background-color: #ffa800;
    border: 0; }

@media screen and (max-width: 767px) {
  .form-row .main-btn {
    padding: 20px 10px; } }

/* form END */
/* breadcrumbs START */
.breadcrumbs {
  padding: 18px 0 37px; }
  .breadcrumbs ul {
    list-style-type: none;
    font-size: 0; }
    .breadcrumbs ul li {
      display: inline-block;
      vertical-align: top;
	  margin-left:0px;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #bfbfbf; }
      .breadcrumbs ul li:after {
        content: '/';
        margin: 0 5px; }
      .breadcrumbs ul li:last-child:after {
        display: none; }
      .breadcrumbs ul li a {
        color: #bfbfbf; }

/* breadcrumbs END */
/* info-block START */
.info-block {
  position: relative;
  margin-bottom: 10vh;
  min-height: 630px;
  text-align: right; }
.info-block ul {
  padding-left: 20px;}
  .info-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 42vw;
    height: 630px;
    -o-object-fit: cover;
       object-fit: cover; }
  .info-block .wrap {
    display: inline-block;
    vertical-align: top;
    width: 45vw;
    text-align: left; }
    .info-block .wrap .main-title {
      margin-top: 80px;
      margin-bottom: 50px;
      font-size: calc(18px + 1.14vw); /*FSZ 40*/
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 45px;
      letter-spacing: 13px;
      color: #70033c; }
    .info-block .wrap .text {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 35px;
      letter-spacing: normal;
      color: #70033c; }

@media screen and (min-width: 1930px) {
  .info-block .container {
    position: relative; }
 }

@media screen and (max-width: 1620px) {
  .info-block .wrap .main-title {
    width: 510px;
    margin-bottom: 30px;
    letter-spacing: 10px; }
 }

@media screen and (max-width: 1500px) {
  .info-block img {
    height: 539px; }
  .info-block {
    min-height: 540px; }
  .info-block .wrap .main-title {
    margin-top: 0; } }

@media screen and (max-width: 1280px) {
  .info-block .wrap .main-title {
    width: 400px;
    line-height: 38px;
    letter-spacing: 6px; }
  .info-block .wrap .text {
    line-height: 30px; }
  .info-block {
    margin-bottom: 15vh;
    min-height: 500px; }
  .info-block img {
    height: 500px; } }


@media screen and (max-width: 1020px) {
  .info-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .info-block img {
    position: static;
    width: 100%;
    height: auto; }
  .info-block .wrap {
    width: 100%; }
  .info-block .wrap .main-title {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .info-block{
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 767px) {
  .info-block .wrap .main-title {
    line-height: 28px;
    margin-bottom: 25px; }
  .info-block .wrap .text {
    line-height: 26px; } }

/* info-block END */
/* about-review START */
.about-review {
  padding-bottom: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;}
  .about-review .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about-review .wrap .info {
      width: 633px; }
      .about-review .wrap .info .main-title {
        margin-bottom: 59px; }
      .about-review .wrap .info .text {
        margin-bottom: 56px;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 1.6px;
        color: #8c8383; }

.slider-wrap {
  width: 740px; }
  .slider-wrap .slick-dots {
    list-style-type: none;
    margin-left: 160px; }
    .slider-wrap .slick-dots li {
      display: inline-block;
      vertical-align: top; }
      .slider-wrap .slick-dots li button {
        margin-right: 10px;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-size: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #70033c; }
      .slider-wrap .slick-dots li.slick-active button {
        background-color: #ffa800; }

.single-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px; }
  .single-review .img-wrap {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffa800; }
    .single-review .img-wrap img {
      width: 100%;
      height: 100%; }
  .single-review .review .city {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3.2px;
    color: #ffa800; }
  .single-review .review .name {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #70033c; }
  .single-review .review .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: normal;
    color: #70033c; }
  .single-review .img-thumbnail{
	  border:0px;
  }

@media screen and (max-width: 1620px) {
  .about-review {
    padding-top: 10vh;
  }
  .about-review .wrap .info {
    width: 500px; }
  .slider-wrap {
    width: 650px; }
  .single-review .review .text {
    line-height: 38px; } }

@media screen and (max-width: 1280px) {
  .about-review .wrap .info {
    width: 370px; }
  .slider-wrap {
    width: 540px; }
  .about-review .wrap .info .main-title {
    margin-bottom: 50px; } }

@media screen and (max-width: 1020px) {
  .about-review .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-review .wrap .info {
    width: 100%;
    margin-bottom: 90px; }
  .about-review .wrap .info .main-title {
    margin-bottom: 30px; }
  .about-review .wrap .info .text {
    margin-bottom: 30px; }
  .slider-wrap {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slider-wrap .slick-dots {
    margin-left: 0; } }

/* about-review END */
/* category START */
.category-page {
  padding-bottom: 80px; }
  .category-page .goods-type > img {
    margin-top: 70px; }
  .category-page .goods-type .wrap {
    margin-top: 70px; }

@media screen and (max-width: 767px) {
  .category-page .goods-type .wrap {
    margin-top: 30px; }
  .category-page .goods-type > img {
    margin-top: 0; }
  .category-page {
    padding-bottom: 30px; } }

/* category END */
/* text-block START */
.text-block {
  padding: 40px 0 140px; }
  .text-block .main-title {
    margin-bottom: 50px; }
  .text-block .text {
    line-height: 35px; }

@media screen and (max-width: 1620px) {
  .text-block .main-title {
    margin-bottom: 30px; } }

@media screen and (max-width: 1280px) {
  .text-block .text {
    line-height: 33px; } }

@media screen and (max-width: 767px) {
  .text-block .text {
    line-height: 26px; }
  .text-block .main-title {
    margin-bottom: 25px; } }

/* text-block END */
/* shop START */
.shop {
  padding-top: 20px; }
  .shop .goods-container {
    padding-top: 62px; }

.picker ul {
  list-style-type: none; }
  .picker ul li {
    margin: 0 49px 15px 0;
    padding: 5px 0;
    display: inline-block; }
    .picker ul li:last-child {
      margin-right: 0; }
    .picker ul li a {
      position: relative;
      padding-left: 43px;
      font-size: 16px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 3.2px;
      color: #70033c; }
      .picker ul li a:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 29px;
        height: 29px;
        background: url("/image/themes/default/type-checkmark.png") 0 0/cover no-repeat; }
    .picker ul li.active a:before {
      background-image: url("/image/themes/default/type-checkmark-checked.png"); }

@media screen and (max-width: 1620px) {
  .picker ul li {
    margin-right: 30px; } }

@media screen and (max-width: 1020px) {
  .picker ul li {
    margin-right: 15px; } }

@media screen and (max-width: 767px) {
  .picker ul li {
    display: block;
    margin-right: 0; } }

/* shop END */
/* pagination START */
.pagination-wrap {
  padding: 30px 0 70px; }
  .pagination-wrap .wrap a {
    margin-right: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3.2px;
    color: #70033c; }
	.pagination-wrap .wrap a,
	.pagination-wrap .wrap span{
		padding:0px;
		border:0px;
		background:none;
		background-color:none;
	}
	.pagination-wrap .wrap li:hover a,
	.pagination-wrap .wrap li:hover span,
	.pagination-wrap .wrap a:focus,
	.pagination-wrap .wrap span:focus,
	.pagination-wrap .wrap li.active a,
	.pagination-wrap .wrap li.active span{
		padding:0px;
		border:0px;
		background:none;
		background-color:none;
		color:#ffa800;
	}
    .pagination-wrap .wrap a.prev, .pagination-wrap .wrap a.next {
      display: inline-block;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #ffa800 url("/image/themes/default/arrow-left-white.png") center center/15px 9px no-repeat;
      -webkit-box-shadow: 1.3px 1.5px 4px 0 #0000004c;
              box-shadow: 1.3px 1.5px 4px 0 #0000004c; }
    .pagination-wrap .wrap a.next {
      background-image: url("/image/themes/default/arrow-right-white.png"); }
  .pagination-wrap .wrap span {
    margin-right: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3.2px;
    color: #70033c; }
    .pagination-wrap .wrap span.current {
      color: #ffa800; }

.pagination-wrap .page-numbers {
  list-style-type: none; }
  .pagination-wrap .page-numbers li {
    display: inline-block; }
    .pagination-wrap .page-numbers li a.prev, .woocommerce-pagination .page-numbers li a.next {
      font-size: 0; }

@media screen and (max-width: 767px) {
  .pagination-wrap .wrap .pagination {
    margin-right: 18px; }
  .pagination-wrap .wrap .woocommerce-pagination li a {
    margin-right: 18px; } }

/* pagination END */
/* grey-text START */
.grey-text {
  padding-bottom: 146px;
  line-height: 45px;
  letter-spacing: normal;
  color: #8c8383; }
  .grey-text p {
    margin-bottom: 30px; }
    .grey-text p:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1620px) {
  .grey-text {
    line-height: 38px; }
  .grey-text p {
    margin-bottom: 25px; } }

@media screen and (max-width: 1280px) {
  .grey-text {
    line-height: 32px; }
  .grey-text p {
    margin-bottom: 20px; } }

@media screen and (max-width: 1020px) {
  .grey-text {
    padding-bottom: 80px;
    line-height: 28px; } }

@media screen and (max-width: 767px) {
  .grey-text {
    padding-bottom: 80px; } }

/* grey-text END */
/* reviews-page START */
.reviews-page {
  position: relative;
  min-height:900px;  }
  .reviews-page .review-wrap {
    display: inline-block;
    vertical-align: top;
    width: 860px; }
  .reviews-page .form {
    position: absolute;
    top: 70px;
    right: 0;
    padding: 99px 230px 100px 109px;
    width: 769px;
    background-color: #70033c; }
    .reviews-page .form .title {
      margin-bottom: 49px;
      font-size: 25px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 6.3px;
      color: #ffffff; }
    .reviews-page .form input {
      color: #ffffff; }
	#button-add-image{
		background:transparent;
		border:0px;
		color:#fff;
		font-size:14px;
		font-weight:900; }
	 #button-add-image .fa{
		padding:10px;
		line-height:11px;
		border-radius:50%;
		background:#ffa800;
	 }
	.reviews-page .label-info{
		background-color:transparent !important;
	}
	.btn-group-sm > .btn, .btn-sm{
		border-radius:20px;
	}
	.reviews-page .img-upload{
		background:#ffa800;
		border-color:#ffa800;
	}
	.reviews-page .img-upload:hover{
		opacity:0.8;
	}

@media screen and (min-width: 1930px) {
  .reviews-page .container {
    position: relative; }
  .reviews-page .form {
    right: -200px; } }

@media screen and (max-width: 1820px) {
  .reviews-page .form {
    padding: 99px 160px 100px 109px;
    width: 700px; } }

@media screen and (max-width: 1620px) {
  .reviews-page .form {
    padding: 99px 100px 60px 109px;
    width: 620px; }
  .reviews-page .review-wrap {
    width: 600px; } }

@media screen and (max-width: 1280px) {
  .reviews-page .form {
    position: static;
    width: 100%;
    margin-bottom: 100px; }
  .reviews-page .review-wrap {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .reviews-page .form {
    padding: 60px 15px;
    margin-bottom: 60px; } }

/* reviews-page END */
/* form START */
.input-field {
  padding: 12px 15px;
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: transparent; }

.text-field {
  padding: 16px 15px;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: transparent;
  resize: none; }

.form-label {
  margin-bottom: 14px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.1px;
  color: #ffffff; }

.form-wrap {
  margin-bottom: 30px; }
  .form-wrap .main-btn {
    border: 0;
    padding: 24px 15px;
    width: 280px;
    margin: 0 auto;
    display: block; }
	.form-wrap .main-btn:after{
		display:none;
	}

input[type=file] {
  width: 0;
  height: 0; }
  input[type=file] ~ label {
    position: relative;
    padding: 12px 0 11px 52px; }
    input[type=file] ~ label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-shadow: 1.3px 1.5px 4px 0 #00000033;
              box-shadow: 1.3px 1.5px 4px 0 #00000033;
      background: #ffa800 url("/image/themes/default/plus-icon.png") center center/10px 10px no-repeat; }

@media screen and (max-width: 767px) {
  .form-wrap .main-btn {
    width: 250px; } }

/* form END */
/* preloader START */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background-color: #ffffff; }
.preloader .wrap {
  text-align: center;
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }
.preloader .wrap .mob-logo {
  display: none; }
.preloader .wrap .pre-img {
  width: 100%; }
.preloader .wrap .spinner {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
.preloader .wrap .spinner > div {
  margin-right: 4px;
  width: 4px;
  height: 20px;
  background-color: #70033c;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.preloader .wrap .spinner > div:last-child {
  margin-right: 0; }
.preloader .wrap .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }
.preloader .wrap .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-width: 767px) {
  .preloader .wrap .pre-img {
    display: none; }
  .preloader .wrap .mob-logo {
    display: inline-block; }
  .preloader .wrap .spinner {
    bottom: -40px; } }

/* preloader END */
/* page404 START */
.page404 {
  padding: 128px 0 120px; }
  .page404 .wrap {
    margin: 0 auto;
    width: 950px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .page404 .wrap .img-wrap {
      margin-right: 55px; }
      .page404 .wrap .img-wrap img {
        width: 310px; }
    .page404 .wrap .text img {
      margin-top: 40px;
      margin-bottom: 25px;
      width: 328px; }
    .page404 .wrap .text p {
      font-size: 16px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 1.6px;
      text-align: left;
      color: #8c8383; }

@media screen and (max-width: 1020px) {
  .page404 .wrap {
    width: 100%; }
  .page404 .wrap .text img {
    width: 270px; } }

@media screen and (max-width: 767px) {
  .page404 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .page404 .wrap .img-wrap {
    margin-right: 0; }
  .page404 .wrap .img-wrap img {
    margin-bottom: 40px;
    width: 290px; }
  .page404 .wrap .text img {
    margin: 0 auto 40px;
    display: block; } }

@media screen and (max-width: 460px) {
  .page404 .wrap .img-wrap img {
    width: 270px; } }

/* page404 END */
/* single-good-page START */
.single-good-page .vendor-code {
  padding-bottom: 33px;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  color: #8c8383;
  text-align: right; }

.single-good-page .wrap {
  /*margin-bottom: 80px; */
}
  .single-good-page .wrap .sliders {
    margin-right: 120px;
    display: inline-block;
    vertical-align: top;
    width: 680px; }
    .single-good-page .wrap .sliders .slider-for {
      height: 590px; }
      .single-good-page .wrap .sliders .slider-for .stickers {
        top: 0;
        left: 0;
        width: 680px;
        padding: 0 25px;
        text-align: left; }
        .single-good-page .wrap .sliders .slider-for .stickers .video {
          right: 25px; }
      .single-good-page .wrap .sliders .slider-for .slick-slide {
        text-align: center; }
        .single-good-page .wrap .sliders .slider-for .slick-slide img {
          display: inline-block;
          margin-top: 95px;
          max-width: 515px;
          max-height: 450px;
		  object-fit: contain;
 		  -o-object-fit: contain;
}
.woocommerce-message {
  border: 1px solid #70023c;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  align-items: center;
  margin: 3vh auto;
  white-space: nowrap;
  padding: 1vh 1vw;
}

.woocommerce-message a {
  color: #ffa800;
  font-weight: 500;
}

.woocommerce-message::before {
  display: none;
}
.single-good-page .goods .recomendations {
  margin-top: 10vh;
}
    .single-good-page .wrap .sliders .slider-nav {
      padding-left: 25px; }
      .single-good-page .wrap .sliders .slider-nav .slick-slide {
        cursor: pointer;
        padding: 10px;
        margin-right: 50px; }
        .single-good-page .wrap .sliders .slider-nav .slick-slide.slick-current {
          background-color: #eeeded; }
      .single-good-page .wrap .sliders .slider-nav img {
		object-fit: contain;
        width: 100%;
        max-height: 52px; }
  .single-good-page .wrap .goods-info {
    display: inline-block;
    vertical-align: top;
    width: 715px; }
    .single-good-page .wrap .goods-info .goods-category {
      font-size: 47px;
      font-weight: 900;
      letter-spacing: 11.8px;
      color: #ffa800; }
    .single-good-page .wrap .goods-info .goods-title {
      margin-bottom: 30px;
      font-size: 52px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 53px;
      letter-spacing: 13px;
      color: #70033c; }
    .single-good-page .wrap .goods-info .short-description {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 1.6px;
      color: #8c8383; }
    .single-good-page .wrap .goods-info .short-description p {
        line-height: 40px;
        margin-bottom: 3vh;}
    .single-good-page .wrap .goods-info ul {
      list-style-type: none; }
      .single-good-page .wrap .goods-info ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 900;
        line-height: 20px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1.4px;
        color: #8c8383; }
        .single-good-page .wrap .goods-info ul li:before {
          content: '';
          position: absolute;
          top: 6px;
          left: 0;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          width: 5px;
          height: 5px;
          background-color: #ffa800; }
    .single-good-page .wrap .goods-info .two-columns {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; }
    .single-good-page .wrap .goods-info .price-container {
      margin-top: 14vh; }
      .single-good-page .wrap .goods-info .price-container .old-price {
        font-size: 30px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 7.5px;
        color: #8c8383;
        text-decoration: line-through; }
      .single-good-page .wrap .goods-info .price-container .cur-price {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 10px;
        color: #70033c; }
        .single-good-page .wrap .goods-info .price-container .cur-price del {
          font-size: 30px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 7.5px;
          color: #8c8383;
          text-decoration: line-through; }
        .single-good-page .wrap .goods-info .price-container .cur-price ins {
          font-size: 40px;
          font-weight: 900;
          letter-spacing: 10px;
          color: #70033c;
          text-decoration: none; }
    .single-good-page .wrap .goods-info .row {
      margin-top: 35px; }
      .single-good-page .wrap .goods-info .row .main-btn {
        padding: 20px 50px; }
	.wrap-buy{
		margin-top:35px;
	}

    .single-good-page .wrap .goods-info .change-quantity {
      margin-right: 36px;
      margin-top: 6px;
      display: inline-block;
      vertical-align: top; }
      .single-good-page .wrap .goods-info .change-quantity .minus,
      .single-good-page .wrap .goods-info .change-quantity .plus {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        opacity: 0.6;
        -webkit-box-shadow: 1.3px 1.5px 4px 0 #00000033;
                box-shadow: 1.3px 1.5px 4px 0 #00000033;
        background: #ffa800 url("/image/themes/default/minus-icon.png") center center/10px 4px no-repeat;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer; }
        .single-good-page .wrap .goods-info .change-quantity .minus:hover,
        .single-good-page .wrap .goods-info .change-quantity .plus:hover {
          opacity: 1; }
      .single-good-page .wrap .goods-info .change-quantity .plus {
        background-image: url("/image/themes/default/fat-plus-icon.png");
        -webkit-background-size: 10px 10px;
                background-size: 10px 10px; }
      .single-good-page .wrap .goods-info .change-quantity input {
        border: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        width: 60px;
        height: 53px;
		line-height:53px;
        padding: 0;
        font-size: 20px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 3.2px;
        color: #70033c;
		text-align:center;
		border:1px solid #ffa800;
        background-color: transparent; }
        .single-good-page .wrap .goods-info .change-quantity input::-webkit-inner-spin-button, .single-good-page .wrap .goods-info .change-quantity input::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
    .single-good-page .wrap .goods-info .social {
      text-align: right; }
      .single-good-page .wrap .goods-info .social ul {
        padding-top: 70px;
        list-style-type: none;
        display: inline-block; }
        .single-good-page .wrap .goods-info .social ul li {
          margin-right: 17px;
          padding-left: 0;
          display: inline-block;
          vertical-align: middle; }
          .single-good-page .wrap .goods-info .social ul li:before {
            display: none; }

.single-good-page .goods {
  padding-top: 0;
  text-align: left; }
  .single-good-page .goods .type {
    margin-bottom: 60px;
    text-align: left; }
  .single-good-page .goods .tab {
    line-height: 45px; }

.single-good-page .slider-wrap {
  width: 100%;
  padding-bottom: 150px; }
  .single-good-page .slider-wrap .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .single-good-page .slider-wrap .single-good {
    margin-bottom: 0; }
  .single-good-page .slider-wrap .slick-dots {
    margin: 55px 0 0;
    text-align: center; }

table {
  border-collapse: collapse;
  table-layout: fixed; }
  table tr {
    height: 50px; }
    table tr td {
      padding: 0 20px;
      min-width: 400px;
      overflow: hidden;
      height: 50px;
      font-size: 16px;
      border-bottom: 1px solid #e0dddd; }
      table tr td:first-child {
        border-right: 1px solid #e0dddd; }
      table tr td:nth-child(2) {
        padding: 0 20px 0 30px; }
    table tr:last-child td {
      border-bottom: 0; }

@media screen and (max-width: 1620px) {
  .single-good-page .wrap .sliders {
    margin-right: 80px;
    width: 520px; }
  .single-good-page .wrap .sliders .slider-for .stickers {
    width: 520px; }
  .single-good-page .wrap .sliders .slider-for .slick-slide img {
    max-width: 420px;
    max-height: 380px; }
  .single-good-page .wrap .sliders .slider-for {
    height: 500px; }
  .single-good-page .wrap .sliders .slider-nav .slick-slide {
    margin-right: 30px; }
  .single-good-page .wrap .goods-info {
    width: 594px; }
  .single-good-page .wrap .goods-info .goods-category {
    font-size: 40px;
    letter-spacing: 9px; }
  .single-good-page .wrap .goods-info .goods-title {
    font-size: 44px;
    line-height: 49px;
    letter-spacing: 10px; }
  .single-good-page .wrap .goods-info .short-description {
    margin-bottom: 30px; }
  .single-good-page .goods .tab {
    line-height: 38px; } }

@media screen and (max-width: 1280px) {
  .single-good-page .wrap .sliders {
    margin-right: 54px;
    width: 450px; }
  .single-good-page .wrap .sliders .slider-for .stickers {
    width: 450px; }
  .single-good-page .wrap .sliders .slider-for .slick-slide img {
    max-width: 370px;
    max-height: 330px; }
  .single-good-page .wrap .sliders .slider-for {
    height: 420px; }
  .single-good-page .wrap .sliders .slider-nav .slick-slide {
    margin-right: 20px; }
  .single-good-page .wrap .goods-info {
    width: 450px; }
  .single-good-page .wrap .goods-info .goods-category {
    font-size: 30px;
    letter-spacing: 6px; }
  .single-good-page .wrap .goods-info .goods-title {
    font-size: 34px;
    letter-spacing: 7px;
    line-height: 39px; }
  .single-good-page .wrap .goods-info ul li {
    padding-left: 20px; }
  .single-good-page .wrap .goods-info .price-container .old-price {
    font-size: 24px;
    letter-spacing: 5px; }
  .single-good-page .wrap .goods-info .price-container .cur-price {
    font-size: 34px;
    letter-spacing: 7px; }
  .single-good-page .slider-wrap .slick-slide .single-good:nth-child(3) {
    display: none; }
  .single-good-page .slider-wrap {
    padding-bottom: 80px; } }

@media screen and (max-width: 1020px) {
  .single-good-page .wrap .sliders {
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%; }
  .single-good-page .wrap .sliders .slider-for .stickers {
    width: 100%; }
  .single-good-page .wrap .sliders .slider-nav img {
    max-height: 76px; }
  .single-good-page .wrap .goods-info {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .single-good-page .wrap .goods-info .goods-category {
    font-size: 22px;
    letter-spacing: 3px; }
  .single-good-page .wrap .goods-info .goods-title {
    font-size: 26px;
    letter-spacing: 5px;
    line-height: 30px; }
  .single-good-page .wrap .goods-info .two-columns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }

  .single-good-page .wrap .goods-info .change-quantity {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%; }
    .single-good-page .wrap .goods-info .social  {
      text-align: left;
    }
  .single-good-page .wrap .goods-info .social ul {
    padding-top: 30px;
    columns: 1;
     }
  .single-good-page .wrap {
    margin-bottom: 40px; }
  .single-good-page .goods .type {
    text-align: center; }
  .single-good-page .goods .type {
    margin-bottom: 30px; }
  .single-good-page .goods .tab {
    line-height: 33px; }
  .single-good-page .wrap .sliders .slider-for .stickers {
    padding: 0; }
  .single-good-page .wrap .sliders .slider-for .stickers .video {
    right: 0; }
  .single-good-page .slider-wrap .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .single-good-page .slider-wrap .slick-slide .single-good:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .single-good-page .slider-wrap .slick-slide .single-good {
    margin-bottom: 40px; }
  .single-good-page .slider-wrap {
    margin-top: 60px; }
  .single-good-page .slider-wrap .slick-dots {
    margin-top: 30px; } }

@media screen and (max-width: 470px) {
  .single-good-page .wrap .sliders .slider-for .slick-slide img {
    max-width: 270px;
    max-height: 320px; }
  .single-good-page .wrap .sliders .slider-for {
    height: auto; } }

/* single-good-page END */
/* corporate START */
.small-title {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 6px;
  color: #70033c; }

@media screen and (max-width: 1020px) {
  .small-title {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .small-title {
    margin-bottom: 15px;
    line-height: 30px;
    letter-spacing: 4px; } }

.corporate {
  margin-bottom: 80px; }
  .corporate .page-title {
    margin-bottom: 50px; }
  .corporate .text {
    line-height: 45px; }
    .corporate .text ul {
      padding-left: 20px; }

/* corporate END */
/* partners START */
.partners {
  padding-bottom: 0px /*107px;*/ }
  .partners .page-title {
    margin-bottom: 45px; }
  .partners .partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .partners .partner .img-wrap {
      position: relative;
      margin-right: 100px;
      width: 711px;
      height: 493px;
      text-align: center; }
      .partners .partner .img-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        display: inline-block;
        max-width: 581px;
        max-height: 436px; }
    .partners .partner .info {
      position: relative; }
      .partners .partner .info .wrap {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 711px; }
        .partners .partner .info .wrap .logo {
          max-height:124px;
		  width:auto;
		  margin-bottom: 40px; }
        .partners .partner .info .wrap .title {
          margin-bottom: 15px;
          font-size: 30px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 7.5px;
          color: #70033c; }
        .partners .partner .info .wrap .text {
          line-height: 30px; }

@media screen and (max-width: 1620px) {
  .partners .partner .img-wrap {
    width: 611px;
    height: 440px; }
  .partners .partner .img-wrap img {
    max-width: 481px;
    max-height: 336px; }
  .partners .partner .info .wrap .logo {
    margin-bottom: 15px; }
  .partners .partner .info .wrap .title {
    margin-bottom: 5px; }
  .partners .partner .info .wrap {
    width: 470px; } }

@media screen and (max-width: 1280px) {
  .partners .partner .img-wrap img {
    max-width: 400px;
    max-height: 245px; }
  .partners .partner .img-wrap {
    margin-right: 50px;
    width: 480px;
    height: 300px; }
  .partners .partner .info .wrap .logo {
    max-width: 290px; }
  .partners .partner .info .wrap .title {
    font-size: 25px;
    letter-spacing: 5px; }
  .partners .partner .info .wrap .text {
    line-height: 25px; }
  .partners .partner .info .wrap {
    width: 410px; } }

@media screen and (max-width: 1020px) {
  .partners .partner {
    margin-bottom: 60px;
    display: block; }
  .partners .partner .img-wrap {
    margin-right:0px;
	width:100%; }
  .partners .partner .info .wrap {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%; }
  .partners .partner .info .wrap .title {
    margin-bottom: 15px; }
  .corporate .text {
    line-height: 38px; } }

@media screen and (max-width: 767px) {
  .partners {
    padding-bottom: 60px; }
  .partners .partner .info .wrap .title {
    font-size: 24px;
    letter-spacing: 3px; }
  .corporate p {
    margin-bottom: 15px; }
  .corporate .text {
    line-height: 30px; } }

/* partners END */
/* delivery START */
.delivery .sub-title {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 8.8px;
  color: #70033c; }

.delivery .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .delivery .items .item {
    margin-right: 128px;
    margin-bottom: 90px;
    width: 412px; }
    .delivery .items .item:nth-child(3n) {
      margin-right: 0; }
    .delivery .items .item .img-wrap {
      margin-bottom: 31px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 68px; }
      .delivery .items .item .img-wrap img {
        max-height: 68px; }
    .delivery .items .item .title {
      margin-bottom: 19px;
      font-size: 24px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 6px;
      color: #70033c; }
    .delivery .items .item .time {
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 4.5px;
      color: #ffa800; }
    .delivery .items .item .text {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 26px;
      letter-spacing: normal;
      color: #70033c; }

.delivery.payment {
  padding-top: 15px;
  padding-bottom: 56px; }
  .delivery.payment .items .item {
    width: 370px; }

@media screen and (max-width: 1620px) {
  .delivery .items .item {
    margin-right: 50px;
    margin-bottom: 80px;
    width: 360px; } }

@media screen and (max-width: 1280px) {
  .delivery .items .item {
    margin-right: 70px;
    margin-bottom: 80px;
    width: 440px; }
  .delivery .items .item:nth-child(2n) {
    margin-right: 0; }
  .delivery .items .item:nth-child(3n) {
    margin-right: 50px; }
  .delivery .sub-title {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 6px; } }

@media screen and (max-width: 1020px) {
  .delivery .items .item {
    margin-right: 70px;
    margin-bottom: 80px;
    width: 330px; }
  .delivery .items .item:nth-child(3n) {
    margin-right: 70px; }
  .delivery.payment .items .item {
    width: 330px; }
  .delivery .sub-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px; } }

@media screen and (max-width: 767px) {
  .delivery .items .item {
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%; }
  .delivery .items .item:nth-child(3n) {
    margin-right: 0; }
  .delivery.payment .items .item {
    width: 100%; }
  .delivery .items .item .text {
    line-height: 30px; }
  .delivery .sub-title {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 2px; } }

/* delivery END */
/* contacts START */
.contacts {
  padding-bottom: 150px; }
  .contacts .title {
    margin-bottom: 44px;
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 6.3px;
    color: #70033c; }
  .contacts form {
    display: inline-block;
    vertical-align: top;
    width:100%;
    /*
	max-width: 530px;
	padding-right: 100px;
	border-right: 1px solid #ebebeb;*/ }
    .contacts form label {
      color: #70033c; }
    .contacts form input,
    .contacts form textarea {
      border: 1px solid #8c8383; }
    .contacts form .main-btn {
      padding: 20px 15px;
      width: 210px; }
  .contacts .wrap {
    display: inline-block;
    vertical-align: top;
	width:calc(100% - 640px);
    padding-left: 60px; }
    .contacts .wrap .row {
      margin: 0px 0px 10px; }
    .contacts .wrap ul {
      list-style-type: none; }
      .contacts .wrap ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px; }
        .contacts .wrap ul li:last-child {
          margin-right: 0; }
    .contacts .wrap .name,
    .contacts .wrap li,
    .contacts .wrap a {
      font-size: 20px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 5px;
      color: #70033c; }
	.contacts .wrap li{
		margin-left:0px;
	}
    .contacts .wrap .name {
      font-size: 15px;
      letter-spacing: 3.8px;
      color: #ffa800; }

@media screen and (max-width: 1280px) {
  .contacts form {
    padding-right: 50px;
    }
  .contacts .wrap {
    padding-left: 50px; } }

@media screen and (max-width: 1020px) {
  .contacts {
    padding-bottom: 100px; }
  .contacts form {
    padding-right: 0;
    margin-bottom: 60px;
    border-right: 0;
    width: 100%; }
  .contacts .wrap {
    padding-left: 0; 
	width:100%; } }

@media screen and (max-width: 767px) {
  .contacts {
    padding-bottom: 60px; }
  .contacts .title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px; }
  .contacts .wrap .name, .contacts .wrap li, .contacts .wrap a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px; } }

/* contacts END */
/* cart-page START */
.cart-page table {
  width: 100%;
  text-align: center; }
  .cart-page table tr {
    height: 265px; }
    .cart-page table tr:last-child {
      border-bottom: 1px solid #e0dddd; }
    .cart-page table tr td {
      position: relative;
      padding: 0;
      font-size: 20px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 5px;
      color: #70033c; }
      .cart-page table tr td:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 130px;
        background-color: #e0dddd; }
      .cart-page table tr td:first-child {
        width: 330px;
        border-right: 0; }
        .cart-page table tr td:first-child:after {
          display: none; }
      .cart-page table tr td:nth-child(2) {
        padding-left: 20px;
        width: 330px;
        text-align: left; }
      .cart-page table tr td:nth-child(3) {
        width: 215px; }
      .cart-page table tr td:nth-child(4) {
        width: 260px; }
      .cart-page table tr td:nth-child(4) {
        width: 250px; }
      .cart-page table tr td:last-child:after {
        display: none; }
      .cart-page table tr td .quantit {
        display: inline-block;
        width: 60px;
        height: 50px;
        background-color: #ffffff;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 4.5px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        text-align: center;
        color: #70033c;
        border: 1px solid #ebebeb; }
        .cart-page table tr td .quantit::-webkit-inner-spin-button, .cart-page table tr td .quantit::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .cart-page table tr td .item-pic {
        display: inline-block;
        max-width: 242px;
        max-height: 172px; }
      .cart-page table tr td .category {
        font-size: 15px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 3.8px;
        color: #ffa800; }
      .cart-page table tr td .title {
        font-size: 20px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 5px;
        color: #70033c; }
      .cart-page table tr td .remove {
        cursor: pointer; }

.cart-page .wrap {
  padding: 55px 0 150px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .cart-page .wrap .amount {
    margin-right: 68px; }
    .cart-page .wrap .amount .text {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 4.5px;
      color: #ffa800; }
    .cart-page .wrap .amount .cash {
      font-size: 25px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 6.3px;
      color: #70033c; }

@media screen and (max-width: 1620px) {
  .cart-page table tr td:first-child {
    width: 300px; }
  .cart-page table tr td:nth-child(2) {
    width: 300px; }
  .cart-page table tr td:nth-child(3) {
    width: 170px; }
  .cart-page table tr td:nth-child(4) {
    width: 170px; }
  .cart-page table tr td:nth-child(5) {
    width: 170px; }
  .cart-page table tr td .item-pic {
    max-width: 212px;
    max-height: 152px; }
  .cart-page table tr {
    height: 240px; } }

@media screen and (max-width: 1280px) {
  .cart-page table tr td .item-pic {
    max-width: 192px;
    max-height: 135px; }
  .cart-page table tr td:first-child {
    width: 230px; }
  .cart-page table tr td:nth-child(2) {
    width: 230px; }
  .cart-page table tr td:nth-child(3),
  .cart-page table tr td:nth-child(4),
  .cart-page table tr td:nth-child(5) {
    width: 130px; }
  .cart-page table tr td .title {
    font-size: 18px;
    letter-spacing: 3px; }
  .cart-page table tr td {
    font-size: 18px;
    letter-spacing: 3px; }
  .cart-page table tr td .quantit {
    font-size: 18px;
    letter-spacing: 3px; } }

@media screen and (max-width: 1020px) {
  .cart-page table tr td .item-pic {
    max-width: 152px;
    max-height: 105px; }
  .cart-page table tr td:first-child {
    width: 190px; }
  .cart-page table tr td:nth-child(2) {
    width: 190px; }
  .cart-page table tr td:nth-child(3),
  .cart-page table tr td:nth-child(4),
  .cart-page table tr td:nth-child(5) {
    width: 100px; }
  .cart-page table tr td .category {
    font-size: 14px;
    letter-spacing: 2px; }
  .cart-page table tr td .title {
    font-size: 16px;
    letter-spacing: 2px; }
  .cart-page table tr td {
    font-size: 16px;
    letter-spacing: 2px; }
  .cart-page table tr td .quantit {
    font-size: 16px;
    letter-spacing: 2px; } }

@media screen and (max-width: 767px) {
  .cart-page table tr {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto; }
  .cart-page table tr td {
    padding: 15px 0;
    min-width: 100px;
    height: auto; }
  .cart-page table tr td:first-child,
  .cart-page table tr td:nth-child(2),
  .cart-page table tr td:nth-child(3),
  .cart-page table tr td:nth-child(4),
  .cart-page table tr td:nth-child(5) {
    width: 100%; }
  .cart-page table tr td:nth-child(2) {
    padding-left: 0; }
  .cart-page table tr td .item-pic {
    max-width: 290px;
    max-height: 200px; }
  .cart-page table tr td:first-child {
    height: 220px; }
  .cart-page table tr td:last-child {
    width: 100%; }
  .cart-page .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart-page table tr td:nth-child(2) {
    text-align: center; }
  .cart-page table tr td .category {
    margin-bottom: 5px; }
  .cart-page table tr td:after {
    display: none; }
  .cart-page table tr td {
    border-bottom: 1px solid #e0dddd; }
  .cart-page .wrap {
    padding: 0 0 60px; }
  .cart-page .wrap .amount {
    margin-bottom: 15px; }
  .cart-page table tr td .quantit {
    width: 50px;
    height: 40px; } }

/* cart-page END */
/* checkout START */
.checkout {
  display: block; }
  .checkout form {
    padding-right: 0;
    width: 100%;
    border-right: 0; }
  .checkout .checkout-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 982px;
    border-right: 1px solid #ebebeb; }
  .checkout .column {
    display: inline-block;
    vertical-align: top; }
    .checkout .column .input-field {
      width: 426px;
      margin-right: 30px; }
    .checkout .column .text-field {
      width: 426px;
      height: 164px; }
  .checkout .row {
    margin-top: 30px; }
    .checkout .row p {
      margin-bottom: 24px; }

.radio {
  width: 0;
  height: 0; }
.simplecheckout-block-content .radio{
	width:auto;
	height:auto;
}
  .radio + label {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    color: #70033c;
    cursor: pointer; }
    .radio + label:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      margin-right: 12px;
      margin-top: -3px;
      width: 24px;
      height: 24px;
      background: url("/image/themes/default/radio.png") 0 0/cover no-repeat; }
  .radio:checked + label:before {
    background: url("/image/themes/default/radio-checked.png") 0 0/cover no-repeat; }

.checkout-cart {
  padding: 0 0 0 77px;
  display: inline-block;
  vertical-align: top; }
  .checkout-cart .title {
    margin-bottom: 14px; }
  .checkout-cart .cart-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 454px;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb; }
    .checkout-cart .cart-row.total {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 0; }
      .checkout-cart .cart-row.total .arrow-wrap {
        position: relative; }
        .checkout-cart .cart-row.total .arrow-wrap:before {
          content: '';
          position: absolute;
          top: 30px;
          right: 36px;
          z-index: 2;
          width: 20px;
          height: 12px;
          background: url("/image/themes/default/arrow-right-white.png") 0 0/cover no-repeat; }
      .checkout-cart .cart-row.total .main-btn {
        padding: 23px 67px 23px 47px;
        border: 0;
        width: auto; }
      .checkout-cart .cart-row.total .info-wrap {
        margin-bottom: 108px; }
    .checkout-cart .cart-row .info-wrap .category {
      font-size: 15px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 3.8px;
      color: #ffa800; }
    .checkout-cart .cart-row .info-wrap .name {
      font-size: 20px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 5px;
      color: #70033c; }
    .checkout-cart .cart-row .info-wrap .quantity {
      font-size: 15px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 3.8px;
      color: #ffa800; }
    .checkout-cart .cart-row .info-wrap .total {
      font-size: 18px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 4.5px;
      color: #ffa800; }
    .checkout-cart .cart-row .info-wrap .total-price {
      font-size: 25px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 6.3px;
      color: #70033c; }
    .checkout-cart .cart-row .price-wrap .price {
      font-size: 20px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 5px;
      color: #70033c; }

@media screen and (max-width: 1620px) {
  .checkout .column .input-field,
  .checkout .column .text-field {
    width: 335px; }
  .checkout .checkout-wrapper {
    width: 748px; }
  .checkout-cart {
    padding-left: 40px; }
  .checkout-cart .cart-row {
    width: 406px; } }

@media screen and (max-width: 1280px) {
  .checkout .column .input-field, .checkout .column .text-field {
    margin-right: 0; }
  .checkout .column {
    display: block; }
  .checkout .column .input-field,
  .checkout .column .text-field {
    width: 100%; }
  .checkout .checkout-wrapper {
    padding-right: 30px;
    width: 500px; }
  .checkout-cart {
    padding-left: 23px; }
  .checkout-cart .cart-row {
    width: 431px; } }

@media screen and (max-width: 1020px) {
  .checkout .checkout-wrapper {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 60px;
    width: 100%; }
  .checkout-cart {
    padding-left: 0;
    width: 100%; }
  .checkout-cart .cart-row {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .checkout-cart .cart-row.total .arrow-wrap:before {
    top: 27px; }
  .checkout-cart .cart-row.total .main-btn {
    padding: 23px 53px 23px 33px; }
  .checkout-cart .cart-row.total .arrow-wrap:before {
    right: 29px; } }

/* checkout END */

.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-details {
  display: none;
}

/*.woocommerce table.shop_table tfoot td,*/
.woocommerce table.shop_table td {
  border-top: 0;
}

table tfoot tr td {
  border-bottom: 0;
}

.woocommerce table.shop_table tfoot th:first-child {
  border-right: 1px solid #e0dddd;
}

.reviews-page .form textarea {
  color: #ffffff;
}

#success,
#reviews-thanks {
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width: 1900px) {
  #reviews-thanks {
    padding-bottom: 76px;
  }
}

@media screen and (max-width: 1600px) {
  #reviews-thanks {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 40px 30px 20px;
    top: 30px;
  }
  .modal .title {
    font-size: 18px;
  }
  .modal .form-row {
    margin-bottom: 15px;
  }
  .modal form {
    margin-top: 20px;
  }
  .modal .form-row .main-btn {
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 1;
  }
  div.wpcf7 .ajax-loader {
    display: none;
  }
  #reviews-thanks {
    padding-bottom: 40px;
  }
}

/*thumbnails*/
.thumbnails{
	display:flex;
	flex-wrap:wrap;
}
.thumbnails > div{
	width:100%;
}
.thumbnails .thumbnail{
	border:0px;
}
.thumbnails .image-additional{
	width:20%;
}
.thumbnails .image-additional a{
	display:block;
	width:80px;
	height:80px;
}

/*sort*/
.sort{
	display:flex;
	justify-content:flex-end;
}
.sort .input-group{
	max-width:300px;
	width:100%;
}
@media (min-width: 1200px) and (max-width: 1370px){
   .menu > li a{
    font-size: 13px !important;
    letter-spacing: .1px;
   }
   .menu li {
    margin-right: 15px;
}
}
.seo-text{
  margin-bottom: 90px;
  text-align: justify;
}