@font-face {font-display: swap;
  font-family: 'M PLUS Rounded 1c';
  src: local('fonts/Rounded Mplus 1c Light'), local('fonts/RoundedMplus1c-Light'), url('fonts/Roundedmplus1clight.woff2') format('woff2'), url('fonts/Roundedmplus1clight.woff') format('woff'), url('fonts/Roundedmplus1clight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {font-display: swap;
  font-family: 'M PLUS Rounded 1c';
  src: local('fonts/Rounded Mplus 1c'), local('fonts/RoundedMplus1c-Regular'), url('fonts/Roundedmplus1c.woff2') format('woff2'), url('fonts/Roundedmplus1c.woff') format('woff'), url('fonts/Roundedmplus1c.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {font-display: swap;
  font-family: 'M PLUS Rounded 1c';
  src: local('fonts/Rounded Mplus 1c Medium'), local('fonts/RoundedMplus1c-Medium'), url('fonts/Roundedmplus1cmedium.woff2') format('woff2'), url('fonts/Roundedmplus1cmedium.woff') format('woff'), url('fonts/Roundedmplus1cmedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {font-display: swap;
  font-family: 'M PLUS Rounded 1c';
  src: local('fonts/Rounded Mplus 1c ExtraBold'), local('fonts/RoundedMplus1c-ExtraBold'), url('fonts/Roundedmplus1cextrabold.woff2') format('woff2'), url('fonts/Roundedmplus1cextrabold.woff') format('woff'), url('fonts/Roundedmplus1cextrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {font-display: swap;
  font-family: 'M PLUS Rounded 1c';
  src: local('fonts/Rounded Mplus 1c Black'), local('fonts/RoundedMplus1c-Black'), url('fonts/Roundedmplus1cblack.woff2') format('woff2'), url('fonts/Roundedmplus1cblack.woff') format('woff'), url('fonts/Roundedmplus1cblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {font-display: swap;
  font-family: 'M PLUS Rounded 1c';
  src: local('fonts/Rounded Mplus 1c Bold'), local('fonts/RoundedMplus1c-Bold'), url('fonts/Roundedmplus1cbold.woff2') format('woff2'), url('fonts/Roundedmplus1cbold.woff') format('woff'), url('fonts/Roundedmplus1cbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


body {
  color: #1E2235;
  font-family: 'M PLUS Rounded 1c';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.485;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:hover {
  cursor: pointer;
}

p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #1E2235;
  font-weight: 400;
}

/* Custom h1 */
.title-bordered {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.484;
  color: #1E2235;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
  padding-bottom: 10px;
  margin: 40px 0;
}

.heading-box-h1::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title-bordered::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #D04687;
  border-radius: 10.5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 1;
  transition: opacity .1s linear;
}

@media (max-width: 991px) {
  p {
    font-size: 16px;
  }

  .title-bordered {
    font-size: 27px;
    margin: 0;
  }
}

/*==================*/
/*      Containers     */
/*==================*/
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-wide {
  width: 100%;
  margin: 0 auto;
  max-width: 1763px;
}

.container-full {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*==================*/
/*      Buttons      */
/*==================*/
/* homepage product-tab button */
.product-thumb .ttcart {
  display: block;
  left: 0;
  bottom: 0;
  max-width: 218px;
  position: relative;
  width: 100%;
  min-height: 43px;
}



.product-thumb .btn-cart {

  /* border: medium none; */
  /* box-shadow: 0 0 0 25px #fff inset;
  -moz-box-shadow: 0 0 0 25px #fff inset;
  -webkit-box-shadow: 0 0 0 25px #fff inset; */
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background-color: #1E2235;
  box-shadow: none;
  border: none;
  border-radius: 21.5px;
  height: 43px;
  width: 100%;
  padding: 0 0 0 18px;
}

.product-details #button-cart.in_cart,
.product-thumb .btn-cart.in_cart {
  background-color: #D04687;
}

.product-details #button-cart.in_cart .wishlist-cart-btn,
.product-thumb .btn-cart.in_cart .wishlist-cart-btn {
  background-color: #EFB5D1;
  border: 1px solid #EFB5D1;
}

#button-cart i,
.product-thumb .btn-cart .fa {
  color: #a5a7ae;
  font-size: 18px;
  margin-right: 0;
}

#button-cart.in_cart i,
.product-thumb .btn-cart.in_cart .fa {
  color: #EFB5D1;
}

.product-thumb .ttcart button.btn-cart span {
  color: #fff;
  font-family: 'M PLUS Rounded 1c';
  font-size: 17px;
  line-height: 1.485;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  width: calc(100% - 59px);
}

.wishlist-cart-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 21.5px;
  width: 43px;
  height: 43px;
  background: #797F99;
  border: 1px solid #797F99;
  transition: all .2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishlist-cart-btn:hover {
  background: #D04687;
  border: 1px solid #D04687;
}

.wishlist-cart-btn.in_cart {
  background-color: #EFB5D1;
  border: 1px solid #EFB5D1;
}

.wishlist-cart-btn .fa.fa-heart {
  font-size: 20px;
  vertical-align: middle;
  color: #1e223599;
  transition: color .2s linear;
}

.wishlist-cart-btn.in_cart .fa.fa-heart {
  color: #FBEBF2;
  transition: color .2s linear;
}

.wishlist-cart-btn:hover .fa.fa-heart {
  color: #571c37;
}

.wishlist-cart-btn.in_cart:hover .fa.fa-heart {
  color: #D04687;
}


.btn-outline {
  padding: 0.57em 1.9em;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.485;
  color: #D04687;
  border: 2px solid #D04687;
  background: none;
  width: fit-content;
  border-radius: 34px;
  font-family: 'M PLUS Rounded 1c';
  transition: color .2s linear, border .2s linear;
}

.btn-outline:focus-visible,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:hover {
  color: #1E2235;
  border: 2px solid #1E2235;
}

.btn-middle {
  font-size: 16px;
}

.btn-large {
  text-transform: uppercase;
  /* width: 324px; */
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-confirm {
  padding: 0.57em 1.9em;
  font-size: 16px;
  line-height: 1.485;
  text-transform: none;
  border: 2px solid #d04687;
  background-color: #D04687;
  color: #fff;
  border-radius: 34px;
  font-weight: 500;
  transition: background-color .1s linear;
}

.btn-confirm:hover {
  color: #fff;
  background-color: #bc407a;
  border: 2px solid #bc407a;
}

.btn-full-size {
  width: 100%;
  height: 52px;
}

.btn-upper {
  font-size: 19px;
  text-transform: uppercase;
  padding: 0.89em 1.47em;
  border: none;
  width: 100%;
}

.btn-upper:hover {
  border: none;
}



/*==================*/
/*      Header      */
/*==================*/

/* Header top */
.header-top {
  background-color: #1A2142;
  height: 52px;
}

@media (min-width: 1200px) {
  .header-top .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}

@media (max-width: 991px) {
  .top-menu {
    display: none;
  }
}



.top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.top-menu li a {
  color: #fff;
  padding: 15px 29px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.52;
  position: relative;
  z-index: 3;

  transition: all 200ms ease-out 0s;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  -ms-transition: all 200ms ease-out 0s;

}



/* .top-menu li a:hover {
 background-color: #D046878F;
 border-radius: 25.5px;
} */

.menu-special-wrapper {
  position: relative;
}



.top-menu li {
  position: relative;
}

/* .menu-special-wrapper::before,
.menu-special-wrapper::after, */
.top-menu li::before,
.top-menu li::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 25.5px;
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

/* .menu-special-wrapper:hover::before,
.menu-special-wrapper:hover::after, */
.top-menu li:hover::before,
.top-menu li:hover::after {
  opacity: 1;
}

/* .menu-special-wrapper:hover::before, */
.top-menu li:hover::before {
  width: calc(100% + 9px);
  background-color: #D046878F;
  left: 50%;
  transform: translateX(-50%);
}

/* .menu-special-wrapper:hover::after, */
.top-menu li:hover::after {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100%);
  background-color: #D04687;
}

.top-menu .childs_1 li::before,
.top-menu .childs_1 li::after {
  display: none;
}


.top-menu-category-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.main-category-list .menu-category ul.dropmenu li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.52;
  color: #fff;
  text-transform: none;
  padding: 15px 29px;
}

.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after {
  color: #fff;
}

.menu-category ul.dropmenu li.TT-Sub-List>.dropdown-menu,
.menu-category ul.dropmenu li.more-menu>.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: none;
}

#menu .nav>li>.top-menu-special-link,
.main-category-list .menu-category ul.dropmenu li .top-menu-special-link,
.top-menu-special-link {
  color: #D04687;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.52;
  text-transform: uppercase;
  transition: color .2s linear;
}

#menu .nav>li>.top-menu-special-link:hover,
.main-category-list .menu-category ul.dropmenu li .top-menu-special-link:hover,
.top-menu-special-link:hover {
  color: #fff;
}

.footer-menu-list .top-menu-special-link:hover {
  color: #D04687;
}

@media (min-width: 992px) {

  .menu-category ul.dropmenu li.TT-Sub-List:hover>.dropdown-menu,
  .main-category-list .menu-category ul>li.more-menu:hover>.dropdown-menu {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
  }

  .top-menu-mob {
    display: none;
  }

  .top-menu li a {
    padding: 15px;

  }

  .main-category-list .menu-category ul.dropmenu li a {
    padding: 15px 12px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-category ul.dropmenu>li.TT-Sub-List:first-child>.dropdown-menu {
    left: -103px;
    right: auto;
  }
}

@media (min-width: 1200px) {

  .top-menu li a {
    padding: 15px 27px;

  }

  .main-category-list .menu-category ul.dropmenu li a {
    padding: 15px 27px;

  }

}


/* Header top end */

.header {
  float: none;
}

.header-container,
.header-container.fixed {
  position: static !important;
  animation: 1s ease 0s normal both 1 running fixedmenu;
  -webkit-animation: 1s ease 0s normal both 1 running fixedmenu;
  -moz-animation: 1s ease 0s normal both 1 running fixedmenu;
  -o-animation: 1s ease 0s normal both 1 running fixedmenu;
  float: none;
  overflow: hidden;
  /* display: flex; */
  flex-wrap: wrap;
  max-width: 1294px;
  width: 100%;
}


.header-content-wrapper {
  padding: 0 25px;
  height: 182px;
  margin: 19px auto 0;
  overflow: visible;
}

/* Header */

.header-top-left {
  flex-basis: 33%;
  display: flex;
  align-items: center;
  text-align: left;
}

@media (max-width: 991px) {
  .header-top-left {
    display: none;
  }
}

/* Header phones */
.header-contact {
  margin-top: 6px;
}

.header-phones {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 6px;
}

.cell-name {
  font-size: 17px;
  font-weight: 400;
  color: #D04687;
  margin-left: 3px;
}

.working-hours {
  font-size: 21px;
  font-weight: 400;
  color: #B1B1B1;
  font-family: 'M PLUS Rounded 1c';
  margin-top: 1px;
}

.header-top-middle {
  display: flex;
  flex-basis: 33%;
  text-align: center;
}

@media (max-width: 600px) {
  .header-top-middle {
    margin-bottom: 0;
  }
}

.header-bottom {
  flex-basis: 100%;
}

.header #logo {
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
}

#logo .img-responsive {
  max-width: 100%;
  max-height: 182px;
  height: auto;
  width: auto;
}

/* Mobile menu button */

.mobile-menu-button {
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  height: 48px;
  letter-spacing: 1.8px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  display: none;
  border: none;
  color: #1E2235;
  font: 500 16px/18px 'Montserrat', Helvetica, sans-serif;
  position: relative;
  cursor: pointer;
  padding: 16px 0;
  margin: 0;
  height: auto;
  text-align: left;

  flex-basis: 2em;
}

@media (max-width: 991px) {
  .mobile-menu-button {
    display: none;
  }

  .mobile-menu-button.menu-handler:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 17px;
    left: 23px;
    top: 0;
    bottom: 0;
    position: static;
    float: left;
    color: #1E2235;
  }
}

/* Center logo vertically */
#logo {
  padding: 0;
}

@media (max-width: 991px) {
  .header #logo {
    top: 78px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    right: auto;
  }
}

#logo {
  height: 50px;
  line-height: 50px;
  padding: 0;
}

#logo>a {
  display: inline-block;
  vertical-align: middle;
}



/* Slider */

.slideshow-panel {
  margin-top: 15px;
  margin-bottom: 30px;
}

.slideshow-panel .swiper-container .swiper-pager div {
  border-radius: 0;
  width: 30px;
  background: none;
  border: none;
}

.slideshow-panel .swiper-pager .swiper-button-prev::before,
.slideshow-panel .swiper-pager .swiper-button-next::before {
  line-height: 65px;
}

.slideshow-panel .swiper-pager .swiper-button-prev:before,
.slideshow-panel .swiper-pager .swiper-button-next:before {
  width: 30px;
  height: 30px;
  left: 0;
  color: #fff;
}

.slideshow-panel .swiper-pager .swiper-button-next:before {
  left: 2px;
}

.slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
  left: 0;
}

.slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
  right: 0;
}

.slideshow-panel .swiper-container .swiper-pager div:hover {
  border-radius: 0;
  background: #c20080;
}

/* Mobile slider */
@media (max-width: 991px) {
  .category-wall-section {
    margin-top: 20px;
  }

  .swiper-slide a {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .slideshow-panel img {
    width: auto;
    max-width: unset;
    height: 233px;
	      max-width: 100%;
    height: auto;
  }

  .TTProduct-Tab .nav.nav-tabs {
    width: 100%;
    margin: 0 0 46px;
  }

}

/* Mobile slider arrows */
@media (max-width: 991px) {
  .slideshow-panel .swiper-container .swiper-pager div {
    height: 65px;
  }
}

/*==================*/
/*     Main menu    */
/*==================*/

.main-category-list.left-main-menu {
  display: block !important;
}

.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown>a {
  font-weight: 400;
}

@media (max-width: 600px) {
  .main-category-list .menu-category ul.dropmenu li.dropdown li.dropdown a {
    width: initial;
  }
}

/* li.TT-Sub-List.dropdown.active {
  position: static;
} */

@media (min-width: 992px) {
  .main-category-list .menu-category .dropmenu {
    position: relative;
    display: flex !important;
    justify-content: space-between;
  }

  li.TT-Sub-List.dropdown {
    position: relative;
  }

  .nav {
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .main-category-list .menu-category .dropmenu {
    flex-wrap: wrap;
  }
}

.menu-category ul.dropmenu li.TT-Sub-List>.dropdown-menu,
.menu-category ul.dropmenu li.more-menu>.dropdown-menu {
  left: -95px;
}

.main-category-list .menu-category li.dropdown:hover .dropdown-inner ul.single-dropdown-menu {
  display: flex !important;
  flex-wrap: wrap;
}

.main-category-list ul li.dropdown .single-dropdown-menu li {
  flex-basis: 33% !important;
  min-height: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown>a.single-dropdown::after,
.main-category-list ul li.more-menu .dropdown-inner>ul.single-dropdown-menu>li.TT-Sub-List>a::after {
  position: static;
  padding: 0 10px;
  content: '';
  display: none;
}

.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown>.dropdown-menu {
  display: none;
}

.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown:hover>.dropdown-menu {
  visibility: hidden;
}

.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown.active>.dropdown-menu {
  display: block;
}

.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown>a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li>a {
  float: left;
}

ul.list-unstyled.childs_2 {
  display: none;
}

.main-category-list .menu-category li.TT-Sub-List .dropdown-inner .mega-dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.mega-dropdown-menu li.dropdown>a:before {
  display: none;
}

.reveal {
  font-size: 18px;
  padding: 0 9px;
  display: inline-block;
}

.reveal-handle {
  font-size: 18px;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.reveal-handle:hover {
  color: #c20080;
}

.dropdown.reveal ul.list-unstyled.childs_2 {
  display: block;
}

.main-category-list .menu-category .dropdown .dropdown-inner .mega-dropdown-menu li.dropdown>a {
  margin: 0;
  display: inline;
}

.mega-dropdown-menu .dropdown.first {
  margin: 10px 0 0;
  vertical-align: middle;
}

.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li {
  margin: 0 0 20px;
}

.childs_1 .dropdown img {
  height: 26px;
  width: 26px;
  margin-right: 15px;
}

.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown>a,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li>a {
  float: none;
  display: inline;
  padding: 0;
  color: #1E2235;
  font-weight: 400;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
  font-size: 16px;
  text-transform: none;
  border-bottom: 1px solid transparent;

}

.main-category-list .menu-category li.TT-Sub-List .dropdown-inner ul.single-dropdown-menu li.dropdown>a:hover,
.main-category-list .menu-category li.more-menu .dropdown-inner ul.single-dropdown-menu li>a:hover {
  color: #c20080;
}

.main-category-list .menu-category .dropmenu li.TT-Sub-List .dropdown-menu .dropdown-inner,
.main-category-list .menu-category .dropmenu li.more-menu .dropdown-menu .dropdown-inner {
  width: unset;
  float: none;
}

/* */
/*Product tabs Homepage*/
/* */
.tt-home .nav-tabs {
  text-align: left;
  width: 100%;
}

.TTProduct-Tab .nav-tabs>li,
.TTProduct-Tab .nav-tabs>li.active {
  margin-right: 94px;
  margin-left: 18px;
}

.TTProduct-Tab .nav-tabs,
.TTProduct-Tab .nav-tabs>li.active {
  position: relative;
}

.TTProduct-Tab .nav-tabs:before {
  content: '';
  width: calc(100% - 87px);
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


.TTProduct-Tab .nav-tabs>li::after {
  content: '';
  width: calc(100% - 50px);
  height: 6px;
  background: #D04687;
  border-radius: 10.5px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .1s linear;
}

.TTProduct-Tab .nav-tabs>li.active::after {
  opacity: 1;
}

.TTProduct-Tab .nav-tabs>li>a .tab-title {
  font-family: 'M PLUS Rounded 1c';
  font-size: 23px;
  font-weight: 400;
  line-height: 1.485;
  color: #0000008A;
  transition: color .2s linear;
  padding: 15px 25px;
}

.TTProduct-Tab .nav-tabs>li>a .tab-special-price {
  color: #D04687;
}


.TTProduct-Tab .nav-tabs>li.active>a .tab-title {
  color: #1E2235;
  font-weight: 500;
}

.TTProduct-Tab .nav-tabs>li:hover>a .tab-title {
  color: #1E2235;
}

.TTProduct-Tab .nav-tabs>li.active:hover>a .tab-title {
  color: #1E2235;
}

.TTProduct-Tab .nav-tabs>li>a::after,
.TTProduct-Tab .nav-tabs>li.active>a::after {
  display: none;
}

@media (min-width: 1200px) {

  .TTProduct-Tab .nav-tabs>li,
  .TTProduct-Tab .nav-tabs>li.active {
    margin-right: 94px;
    margin-left: 18px;
  }
}

@media (max-width: 1199px) {

  .TTProduct-Tab .nav-tabs>li,
  .TTProduct-Tab .nav-tabs>li.active {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .main-tab {
    margin-right: 0;
    margin-left: 0;
  }

  .TTProduct-Tab .nav-tabs>li,
  .TTProduct-Tab .nav-tabs>li.active {
    margin-right: 0;
    margin-left: 0;
    padding: 4px 0;
    margin-bottom: 20px;
  }

  .TTProduct-Tab .nav-tabs>li:last-child {
    margin-bottom: 0;
  }

  .TTProduct-Tab .nav.nav-tabs>li {
    width: 100%;
  }

  .TTProduct-Tab .nav-tabs>li::after {
    width: 6px;
    height: 100%;
    bottom: auto;
    left: 3px;
    top: 0;
  }

  .TTProduct-Tab .nav-tabs:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 3px;
    bottom: auto;
    transform: none;
  }

  .TTProduct-Tab .nav-tabs>li>a .tab-title {
    padding: 0 0 0 24px;
    font-size: 20px;
  }
}

/* Products carousel nav location */
.owl-nav {
  width: auto;
  display: flex;
  justify-content: center;
  /* margin: 20px auto 50px */
}

@media (max-width: 991px) {
  .owl-nav {
    margin: 35px auto 18px;
  }

  .TTProduct-Tab .nav-tabs>li>a .tab-title {
    font-size: 20px;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  border: none;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #fff;
  color: #D04687;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 0px #00000040;
  -moz-box-shadow: 0px 1px 4px 0px #00000040;
  -webkit-box-shadow: 0px 1px 4px 0px #00000040;

  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 991px) {

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
  }
}

.owl-carousel .owl-nav button::after {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #c20080;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
  position: static;
  background: none;
  font-family: FontAwesome;
  font-size: 38px;
  line-height: 18px;
  height: 23px;
  width: 16px;
}

@media (max-width: 991px) {

  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    font-size: 33px;
    line-height: 16px;
    height: 17px;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  padding: 0px !important;
  margin-right: 165px;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  cursor: auto;
  opacity: 0.8;
  color: rgb(208 70 135 / 40%);
}

.owl-carousel .owl-nav button.owl-next.disabled:hover,
.owl-carousel .owl-nav button.owl-prev.disabled:hover {
  background: #fff;
  color: rgb(208 70 135 / 40%);
}


.owl-carousel .owl-nav button.owl-next {
  padding: 0px !important;
  margin-left: 165px
}

.owl-carousel .owl-nav button.owl-prev::before {
  content: '\f104';
}

.owl-carousel .owl-nav button.owl-next::before {
  content: '\f105';
  width: 8px;
}

@media (max-width: 830px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    right: unset;
  }

  .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: 0;
  }
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  margin: 8px 6px;
  background: #C4C4C4;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #D04687;
}

/* Product list buttons */
.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus,
.product-thumb .button-group button:active,
.product-list .product-thumb .button-group .btn-cart:hover,
.product-list .product-thumb .button-group .btn-cart:focus,
.product-list .product-thumb .button-group .btn-cart:active {
  background-color: #c20080;
}

/* Sold product */
.product-thumb.sold {
  opacity: 0.5;
}

/*==================*/
/*   Product item in carousel  */
/*==================*/

.product-layout,
.product-layouts {
  padding: 30px 0 38px;
  position: relative;
}

.owl-stage-outer .product-layout,
.owl-stage-outer .product-layouts {
  padding: 30px 25px 38px;
  position: relative;
}

@media (max-width: 991px) {

  .owl-stage-outer .product-layout,
  .owl-stage-outer .product-layouts {
    padding: 10px 5px;
  }
	
	body .owl-stage-outer{
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}
	
	.product-thumb .ttcart button.btn-cart span{
		font-size: 15px;
	}
}

.product-layout:hover:before,
.product-layouts:hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  right: 0;
  background: #fff;

  border: 1px solid #FFFFFF;
  border-radius: 39px;
  box-shadow: 1px 2px 7px 1px #00000040;
  -moz-box-shadow: 1px 2px 7px 1px #00000040;
  -webkit-box-shadow: 1px 2px 7px 1px #00000040;
  transition: all 0.3s;

  /* transform: translate3d(0, 0, 0) scale(1.2); */

  /* -moz-transform: translate3d(0,0,0) scale(.5);
    -webkit-transform: translate3d(0,0,0) scale(.5);
    transform: translate3d(0,0,0) scale(.5); */
}

.owl-stage-outer {
  margin: 0 -15px;
  padding: 0px 15px;
  box-sizing: content-box;
}

/*==================*/
/*   Product item in carousel end  */
/*==================*/
.product-thumb {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-products .product-layout.product-grid .product-thumb,
.category-products .product-layout.product-list .product-thumb {
  margin-bottom: 0;
}

.product-thumb-title {
  order: 0;
  overflow: hidden;
  line-height: 26.73px;
  max-height: 80.19px;
  min-height: 80.19px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.product-thumb .price {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
  order: 2;
  margin: 11px 0;
}

.product-thumb .price-old,
.product-thumb .price-new {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
}

.product-thumb .price-old {
  color: #ABABAB;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}

.product-thumb .price-old:before {
  content: '';
  width: 95%;
  height: 1px;
  background: #D04687;
  position: absolute;
  bottom: 12px;
  left: 0;
  transform: rotate(336deg);
}


.product-thumb .rating {
  order: 3;
}

.product-thumb .rating a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.583;
  border-bottom: 1px solid #BBBBBB;
  margin-left: 10px;
}



.rating-block {
  display: flex;
  align-items: center;
}

.product-images .rating-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .rating-block {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-images .rating-block {
    display: none;
  }
}

@media (min-width: 1200px) {
.product-thumb .price-old,
.product-thumb .price-new {
  font-size: 19px;
}
}

.rating-block span.fa-stack,
.rating span.fa-stack {
  width: 10px;
  height: 14px;
}


.rating-block .fa-star,
.rating .fa-star {
  color: #D04687;
  font-size: 11px;
}

.product-images .rating-block .fa-star,
.stock-rating-block .rating-block .fa-star,
.stock-rating-block .rating .fa-star {
  font-size: 13px;
}


.stock-rating-block .rating-block span.fa-stack,
.stock-rating-block.rating span.fa-stack {
  height: 17px;
}

.product-images .rating-block span.fa-stack {
  height: 20px;
}


#review span.fa-stack {
  width: 13px;
  height: 13px;
}

#review .fa-star {
  color: #D04687;
  font-size: 13px;
}

.fa-stack-2x {
  position: relative;
}

.rating .fa-star-o,
#review .fa-star-o,
.rating-block .fa-star.off,
.rating .fa-star.off,
#tab-review .fa-star.off {
  color: #d9d9d9;
}



/**/
/*    Category page header    */
/**/
.header-content-title {
  margin-bottom: 0;
}

.header-content-title .parallex {
  padding: 0;
  background-color: #fff;
}

/* @media (max-width: 991px) {
  .page-title-wrapper {
    display: none;
  }
} */


.page-title-wrapper .breadcrub {
  box-shadow: none;
  padding: 10px 30px;
}

/* Footer logo */
#ttcmsfooter {
  padding: 14px;
}

/* Testimonials */
#testimonial {
  margin: 0;
  display: block;
  float: left;
  width: 100%;
}

#testimonial .testimonial-block {
  padding: 39px 0 30px;
}

#testimonial .owl-stage-outer {
  margin: 0;
  padding: 0;
}

#testimonial .tt-testimonial {
  width: 100%;
}

.testimonial-item {
  text-align: left;
  color: #1E2235;
  padding: 30px;
}

#testimonial .testimonial-img img {
  border-radius: unset;
  border: none;
}

.testimonial-product-title {
  font-weight: 700;
  margin: 10px 0 15px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#product-product .testimonial-product-title,
#product-product .testimonial-img {
  display: none;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.testimonial-category {
  color: #666;
  font-size: 12px;
}

#testimonial .tt-testimonial .testimonial-desc::before {
  display: none;
}

.testimonial-desc {
  font-size: 15px;
  text-align: left;
}

.testimonial-author {
  font-weight: 500;
  color: #1E2235;
  text-transform: uppercase;
  font-size: 18px;
}

.testimonial-rating {
  font-size: 13px;
  margin-top: 2px;
}


.testimonial-rating span.fa-stack {
  width: 13px;
  height: 13px;
}

.testimonial-rating .fa-star {
  font-size: 13px;
}

.testimonial-date {
  font-size: 15px;
  color: #B9B9B9;
  margin-top: 20px;
}

/* TT-Product-Tab */
.ttproduct-main {
  margin: 60px 0 55px;
}

/* Category page sort */
.col-md-3.text-right.filter-text {
  width: 108px;
}

.category-filter .filter-sort-by {
  max-width: 290px;
}

/* Main menu */

/* Newsletter */
.Newsletter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #eae9e9;
}

.Newsletter .newletter-subscribe {
  background: none;
  padding: 0 30px;
}

.Newsletter .ttsubbanner-img {
  max-height: 400px;
  overflow: hidden;
}



@media (max-width: 991px) {
  .ttproduct-main {
    margin: 35px 0 55px;
  }

  .product-thumb .price {
    font-size: 19px;
  }

  .owl-carousel .owl-dots {
    bottom: 0;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: auto;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: auto;
  }

  #testimonial {
    margin: 55px 0 30px;
  }

  .testimonial-item {
    padding: 20px 40px;
  }

  #testimonial .testimonial-block {
    padding: 39px 0 0;
  }
}


@media (max-width: 600px) {
  .Newsletter {
    flex-direction: column;
  }

  .Newsletter .newletter-subscribe {
    padding: 60px 30px;
  }
}

/* --------FOOTER--------- */
footer {
  padding-top: 730px;
}

.footer-menu-list {
  list-style: none;
}

/* Light footer */
.footer-container {
  background: #1E2235;
  padding: 100px 0;
}

.footer-title {
  margin-bottom: 20px;
	    margin-top: 40px;
}

.footer-menu-list li,
.footer-column .list-unstyled li {
  margin-bottom: 16px;
}

.footer-menu-list li:last-child,
.footer-column .list-unstyled li:last-child {
  margin-bottom: 0;
}


footer .footer-column h5 {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.485;
  margin: 0 0 34px;
}

footer a {
  color: #fff;
}

.text-white {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
}

.footer-menu-list .top-menu-special-link {
  padding: 0;
  font-size: 18px;
}

.footer-soc-icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

footer .contact-us .contact-address {
  color: #1E2235;
}

footer .contact-us .email-address>a {
  color: #1E2235;
}

footer .contact-us .email-address>a:hover {
  color: #1E2235;
}

footer .contact-us ul li i {
  color: #1E2235;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  width: 16px;
  text-align: center;
  padding: 0;
  float: none;
}

.bottom-footer {
  background: #1E2235;
  color: #9F9F9F;
  font-weight: 500;
}

.bottom-footer .container {
  border-top: none;
  padding: 20px 15px 54px;
}

.powered-text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
}



.logo-dev-mob {
  display: none;
}

.copyright {
  text-align: right;
  padding: 0;
}

.all-rights-reserved {
  font-size: 13px;
  letter-spacing: 1.22px;
}

.footer-bottom>p {
  color: #1E2235;
}

#footer-top #dialog-normal .newletter-title h2 {
  color: #1E2235;
}

.Newsletter .newletter-desc {
  color: #1E2235;
}

#footer-top .Newsletter #subscribe_email {
  color: #1E2235;
}

#footer-top #subscribe_email::-webkit-input-placeholder {
  color: #1E2235;
}

#footer-top #subscribe_email::-moz-placeholder {
  color: #1E2235;
}

#footer-top #subscribe_email:-ms-input-placeholder {
  color: #1E2235;
}

#footer-top #subscribe_email::-ms-input-placeholder {
  color: #1E2235;
}

#footer-top #subscribe_email::placeholder {
  color: #1E2235;
}

.footer-menu {
  display: flex;
  justify-content: flex-start;
}

.footer-advanced {
  display: flex;
  justify-content: center;
}

.footer-extra {
  display: flex;
  justify-content: flex-end;
}

.footer-extra .lang-switch {
  margin: 0 0 28px;
}

.footer-extra .lang-list {
  justify-content: flex-start;
}

.footer-extra .lang-list li {
  margin-left: 0;
  margin-right: 18px;
}


/* Footer discount */
.footer-discount {
  height: 850px;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-discount__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 160px;
  position: relative;
}

.footer-discount__title-box {
  position: relative;
}

.footer-discount__title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.07;
  text-transform: uppercase;
  max-width: 300px;
  text-align: center;
  color: #1E2235;
  margin: 0 0 11px;
}

.footer-discount__img {
  height: 65px;
  width: 65px;
  position: absolute;
  top: 30px;
  left: -30px;
}

.footer-discount__subtitle_small {
  font-size: 24px;
  font-weight: 400;
  color: #D04687;
}

.footer-discount__percent {
  font-size: 88px;
  font-weight: 400;
  font-family: 'Girassol', cursive;
  line-height: 1;
  margin: 10px 0 30px;
}

.discount__percent-symbol {
  font-family: 'Gotu', sans-serif;
}

.footer-discount-email {
  border: none;
  border-bottom: 1px solid #D04687;
  padding-bottom: 8px;
  background: #fff;
  color: #1E2235;
  font-family: 'M PLUS Rounded 1c';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.485;
  width: 100%;
  max-width: 356px;
}

.footer-discount-email::placeholder {
  color: #C4C4C4;
}

.footer-discount-email:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #D04687;
}

.footer-discount-btn {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.subscribe_form {
  width: 100%;
  text-align: center;
  max-width: 324px
}

@media (min-width: 1200px) {
  .footer-menu {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .footer-menu-list .top-menu-special-link {
    padding: 0;
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1201px) {
  footer .footer-column ul li:nth-child(2n+1) {
    float: none;
    width: 100%;
  }

}


@media (max-width: 992px) {
  .footer-container {
    padding: 30px 0 10px;
  }
	
	body #product-product .page-title-wrapper{
		margin-bottom: 0px;
	}

  .footer-container .container {
    padding: 0 0px;
  }
	
	footer .footer-column h5{
		margin-bottom: 20px;
	}

	.footer-menu-list li, .footer-column .list-unstyled li{
		margin-bottom: 8px;
	}
	
  .footer-inner {
    display: flex;
    justify-content: center;
  }

  .footer-common-wrapper {
    display: flex;
    flex-direction: column;
  }

  footer .footer-column {
    margin-bottom: 40px;
  }

  footer .footer-column ul,
  footer .footer-column1 ul {
    padding: 0;
  }

  .footer-title {
    text-align: left;
    padding: 0;
  }

  .footer-column.footer-left-cms {
    display: flex;
    justify-content: flex-start;
  }

  .footer-menu {
    justify-content: flex-start;
  }

  .footer-advanced {
    justify-content: flex-start;
  }

  .footer-extra {
    justify-content: flex-start;
  }

  .footer-extra .lang-switch {
    margin: 6px 0 28px;
  }

  .bottom-footer .container {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 20px;
  }

  footer .footer-column h5.toggle,
  footer .footer-column1 h5.toggle {
    color: #fff;
  }

  .footer-extra-block {
    display: flex;
    flex-direction: column;
  }

  .copyright {
    text-align: center;
    order: 2;
  }


  .footer-bottom {
    float: none;
    width: 100%;
    text-align: center;
    order: 1;
  }

  .block-dev {
    order: 3;
  }

  .dev-info {

    margin-top: 20px
  }

  .logo-dev {
    display: none;
  }

  .logo-dev-mob {
    display: block;
  }

}

@media (min-width: 768px) {
  .footer-discount {
    background: url("/image/catalog/content/footer-top-desk-min.jpg") no-repeat center center;
  }
}

@media (max-width: 767px) {

  footer {
     padding-top: 425px;
}

  .footer-discount {
  background: none;
	 height: auto;

  }

  .footer-discount__info {
    margin-top: 0;
  }


  .footer-discount__img {
    height: 60px;
    width: 60px;
    top: 25px;
    left: -12px;
  }

  .footer-discount-btn .button-apply {
    padding: 0.55em 3.52em;
    width: 100%;
    max-width: 196px;
  }
}



/* Product desc */

.product-desc-title {
  float: left;
  margin: 25px 0 10px;
}

.product-desc {
  float: left;
}

ul.list-unstyled.childs_1.single-dropdown-menu {
  display: flex;
  flex-wrap: wrap;
}

.main-category-list .menu-category .dropdown-inner ul.single-dropdown-menu {
  padding: 30px 45px 10px;
}

.main-category-list .menu-category ul.dropmenu li.more-menu>.dropdown-menu a {
  color: #1E2235;
  font-weight: 700;
  display: inline;
}

.main-category-list .menu-category ul.dropmenu li.more-menu>.dropdown-menu a.TT-Category-List::after {
  display: none;
  content: '';
}

.menu-category>.dropmenu>li>span.reveal-handle {
  display: none;
}

.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
  margin: 4px 0 0;
}

/* Search */

.search {
  display: flex;
  max-width: 291px;
  margin-left: auto;
  margin-top: 24px;
  margin-bottom: 0;
}

.search input {
  width: calc(100% - 48px);
  border: 1px solid #D04687;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-right: none;
  padding: 0px 0 0 31px;
  height: 52px;
  margin-bottom: 0;
}

.search .form-control:hover,
.search .form-control:focus {
  border: 1px solid #D04687 !important;
}

.search input[type="text"].form-control {
  font-size: 20px;
  line-height: 1.475;
  text-transform: lowercase;
  color: #050505;
  font-family: 'M PLUS Rounded 1c';
  letter-spacing: 0;
}

.search input::-webkit-input-placeholder {
  color: #D04687;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.475;
}

.search input::-moz-placeholder {
  color: #D04687;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.475;
}

.search input:-ms-input-placeholder {
  color: #D04687;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.475;
}

.search input::-ms-input-placeholder {
  color: #D04687;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.475;
}

.search input::placeholder {
  color: #D04687;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.475;
}

.header-top-right .list-inline {
  margin-bottom: 0;
  margin-right: -5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
}

.header-top-right .list-inline .ttcart {
  margin: 0 3px 0 7px;
}

.search button.btn.btn-default.btn-lg {
  padding: 13px 15px 13px 15px;
}

.search button.btn.btn-default.btn-lg .fa {
  font-size: 18px;
}

.search button.btn.btn-default.btn-lg:hover {
  background: #fff;
  color: #D04687;
  border: 1px solid #D04687;
  border-left: none;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.search button.btn.btn-default.btn-lg:hover:before {
  content: none;
}


.header-top-right {
  flex-basis: 33%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.header-right-wrapper {
  margin-left: auto;
}



@media (max-width: 991px) {
  .header-top-right {
    position: static;
    height: 266px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-basis: auto;
    margin-top: 15px;
    flex-direction: column;
  }

  .header-right-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
  }

  .btn.btn-navbar.navbar-toggle {
    display: none;
  }

  #logo .img-responsive {
    max-height: 133px;
  }
}

.nav {
  flex-basis: 100%;
}

@media (max-width: 991px) {
  .nav {
    flex-basis: auto;
    margin-left: 15px;
  }
}

ul.list-inline {
  text-align: right;
}

@media (max-width: 360px) {
  .header-top-right {
    margin-top: 5px;
  }

  .header-right-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}



.user-wishlist #wishlist-total {
  background: rgba(0, 0, 0, 0) url(/image/catalog/icons/likehead.png) no-repeat scroll center center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  float: left;
  transition: transform 400ms ease-in-out 0s;
  -webkit-transition: transform 400ms ease-in-out 0s;
  -moz-transition: transform 400ms ease-in-out 0s;
  -o-transition: transform 400ms ease-in-out 0s;
  -ms-transition: transform 400ms ease-in-out 0s;
}


.user-wishlist #wishlist-total:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}


.user-wishlist i {
  display: none;
}

.lang-switch {
  margin: 24px 0 0 0;
}

.lang-list {
  display: flex;
  font-family: 'M PLUS Rounded 1c';
  font-size: 19px;
  font-weight: 500;
  color: #1E2235;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
}

.lang-list li {
  margin-left: 18px;
}

@media (max-width: 991px) {
  .lang-switch {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lang-list li {
    margin-left: 0;
    margin-right: 18px;
  }
}

@media (max-width: 360px) {
  .lang-list li {
    margin-left: 6px;
    margin-right: 6px;
  }

  .nav {
    margin-left: 0;
  }
}


.lang-list li:hover {
  cursor: pointer;
}

.current-lang {
  color: #D04687;
}

/* .search {
  margin: 0 0 0 auto;
} */

@media (max-width: 991px) {
  .search {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Buy buttons */


#button-cart.btn-primary::before {
  background-color: #1E2235;
}

.main-category-list.left-main-menu .dropmenu>li {
  padding: 0;
}

.main-category-list.left-main-menu .dropmenu>li:first-child {
  padding-left: 0;
}

.main-category-list.left-main-menu .dropmenu>li:last-child {
  padding-right: 0;
}

.header-top-left .header-contact p,
.header-top-left .header-contact a {
  color: #1E2235;
}

.header-top-left .header-contact p {
  margin: 0.3em 0;
  font-size: 1.1em;
}

@media (max-width: 600px) {
  .header-top-left .header-contact p {
    text-align: center;
  }
}

/* .menu-category ul.dropmenu li.TT-Sub-List>.dropdown-menu,
.menu-category ul.dropmenu li.more-menu>.dropdown-menu {
  border-bottom: 3px solid #c20080;
} */

li.TT-Sub-List,
li.TT-Sub-List:hover,
li.TT-Sub-List.active {
  background: none;
}

.main-category-list .menu-category ul.dropmenu>li>a::before,
.main-category-list .menu-category ul li.more-menu>span::before {
  background: none;
}

.main-category-list.left-main-menu .menu-category ul li:hover a.TT-Category-List::after,
.main-category-list .menu-category ul li:hover .more-menu:hover::after,
.main-category-list .menu-category>ul.dropmenu>li>a:hover,
.main-category-list .menu-category ul li .more-menu:hover,
.main-category-list .menu-category ul li.more-menu:hover>span,
.main-category-list .menu-category ul li.more-menu:hover>span::after,
.main-category-list .menu-category>ul.dropmenu>li:hover>a {
  color: #fff;
}

/* Arrow below main menu */
.menu-category ul.dropmenu>li.TT-Sub-List>.dropdown-menu::after,
.menu-category ul.dropmenu li.more-menu>.dropdown-menu::after {
  color: #c20080;
  display: none;
}

.btn-default {
  background: #fff;
  color: #D04687;
  border: 1px solid #D04687;
  border-left: none;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

/* Cart in header */
.ttcart #cart #cart-total {
  background: #c20080;
}


.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(208, 70, 135, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: absolute;
  right: 60px;
  top: -15px;
}

.alert-up-center {
  right: 50% !important;
  transform:translateX(50%);
}

#cart .dropdown-menu {
  top: 50px;
  right: auto;
  left: -297px;
  width: 390px;
  padding: 10px 25px 25px 25px;
  background: rgba(208, 70, 135, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 23px;
  border: none;
}

.alert-success {
  width: 390px;
  padding: 10px 25px 25px 25px;
  background: rgba(208, 70, 135, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 23px;
  border: none;
}

.add-cart-motify {
  list-style: none;
}

.header-cart-title {
  font-size: 23px;
  font-weight: 800;
  color: #FFF;
  line-height: 1.485;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 4px;

}

.title-empty {
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
}

#cart .dropdown-menu li.cart-product {
  max-width: 100%;
}


#cart .dropdown-menu li p {
  color: #fff;
  font-weight: 500;
}

#cart .header-cart-toggle .table>tbody>tr>td {
  padding: 10px 0 10px 12px !important;
  border-color: #ffffff;
}

.cart-header-image-block {
  height: 106px;
  width: 106px;
  min-width: 106px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-header-cart {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
  max-height: 100%;
}

.cart-header-row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.alert .close {
  color: #fff;
  opacity: 1;
}

.alert-success-img {
  padding: 10px 0!important;
}

.alert-success-info {
  padding: 10px 0 10px 12px !important;
}

[data-notify="progressbar"] {
  display: none;
}

.fa-check-circle {
  display: none;
}

.cart-header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cart-header-name {
  text-transform: none;
  line-height: 1.12;
  font-family: 'M PLUS Rounded 1c';
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;

  line-height: 19.04px;
  max-height: 57.12px;
  min-height: 57.12px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 12px;
}

.cart-header-name:hover {
  color: #fff;
}

#cart .header-cart-toggle .text-left.name>a:hover {
  color: #1E2235;
}

.cart-header-price {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.485;
  color: #fff;
  margin-top: 16px;
}

.cart-header-qty {
  height: 54px;
  width: 54px;
  font-size: 21px;
  font-weight: 400;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  background: #ff58a68f;
  color: #fff;
}

#cart .header-cart-toggle .btn-danger {
  background: none;
}

.header-cart-remove-icon {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  margin-top: -5px;
}

#cart .header-cart-toggle .text-right>strong {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#cart .header-cart-toggle .text-right.price-total {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c';
}

#cart .header-cart-toggle .table.table-bordered {
  border-top: none;
  border-bottom: none;
}

.cart-header-btn {
  margin-top: 15px;
}

.notify-checkout-link,
.cart-header-btn a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.485;
  padding: 0.5em 1.5em;
  float: left;
}

.notify-checkout-link {
  width: fit-content;
  border: 1px solid #3c763d;
  border-radius: 25px;
  color: #3c763d;
  font-size: 16px;
}


.add-notify {
  text-align: center;
}

.add-notify-title {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 20px;
}

.add-notify-btn-block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.account-link-toggle {
  background: rgba(208, 70, 135, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 23px;
  border: none;
  color: #fff;
  padding: 10px;
}

.account-link-toggle li a {
  color: #fff;
  font-size: 16px;
  transition: color .2s linear;
}

.account-link-toggle li a:hover {
  color: #ebe9e9;
  background: none;
}



@media (max-width: 767px) {
  .alert-success {
    max-width: 320px;
  }

  .table td.alert-success-img {
    width: fit-content;
  }

  #cart .dropdown-menu {
    left: -227px;
  }

  .cart-header-qty {
    display: none;
  }

  .cart-header-image-block {
    height: 86px;
    width: 86px;
    min-width: 86px;
  }

  .cart-header-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.8px;
    line-height: 16.8px;
    max-height: 50.4px;
    min-height: 50.4px;
    margin-top: 0px;
  }

  .cart-header-price {
    font-size: 18px;
    font-weight: 500px;
  }

  #cart .header-cart-toggle .text-right>strong {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  #cart .header-cart-toggle .text-right.price-total {
    font-size: 16px;
    font-weight: 700;
  }

  .cart-header-btn a {
    font-size: 15px;
    font-weight: 500;
  }

  .header-cart-title {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 4px;
  }

  #cart .header-cart-toggle .table>tbody>tr>td.image {
    width: fit-content;
  }

  .cart-header-btn {
    margin-top: 0;
    text-align: center;
  }

}


@media (max-width: 480px) {
  #cart .dropdown-menu {
    left: -218px;
  }

  .alert-success {
    max-width: 310px;
  }
}

@media (max-width: 360px) {
  #cart .dropdown-menu {
    left: -137px;
  }

  .alert-success {
    max-width: 270px;
  }

  .arrow-up {
    right: 140px;
  }
}


.box-heading {
  position: relative;
}

.products-list .box-heading {
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}

.box-heading::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box-heading h3 {
  font-size: 27px;
  font-weight: 400;
  color: #1E2235;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.485;
  transition: color .2s linear;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  margin-bottom: 0;
  width: fit-content;
}

.box-heading h3::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #D04687;
  border-radius: 10.5px;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 1;
  transition: opacity .1s linear;
}

.box-heading.tthometab-title {
  position: relative;
}

@media (max-width: 767px) {

  .products-list .box-heading {
    margin-bottom: 20px;
  }

  .box-heading h3 {
    font-size: 20px;
    padding: 4px 0 4px 24px;
  }

  .box-heading h3::after {
    width: 6px;
    height: 100%;
    bottom: 0;
    left: 0;
    margin: inherit;
  }

  .box-heading::before {
    display: none;
  }
}

.product-thumb .percent,
.product-percent {
  display: none;
}

.product-thumb .sale-icon,
.product-sale-icon {
  opacity: 1;
  background: #D04687;
  width: 69px;
  height: 69px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.485;
  letter-spacing: normal;
  top: 0;
  left: 0;
}


.product-thumb .image .btn-cart:hover {
  background: #c20080;
  box-shadow: none;
}



#footer-top #subscribe .btn {
  background: #c20080;
  right: 2px;
  top: 2px;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #fff;
  border-bottom: 1px solid #D04687;
}

.footer-soc-link:hover,
.footer-soc-link:focus,
.footer-soc-link:active {
  border-bottom: none;
}

.product-thumb .thumb-description .caption {
  padding: 15px 5px 20px;
  display: flex;
  flex-direction: column;
}

.header-top-left .header-contact p.working-hours {
  color: #777;
}

/* On the category page */
/* .category-description {
  display: none;
} */

#content .category-filter {
  margin-top: 0;
  margin-bottom: 4px;
  height: 46px;
  padding: 6px 16px;
  border: 1px solid #DFDFDF;
  border-radius: 23px;
}

.category-filter .filter-grid-list button#list-view {
  display: none;
}

/* Popup gallery */
.pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

/* Equal height columns */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #content .category-filter {
    /* position: absolute;
    top: 450px;
    left: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-search #content .category-filter {
    top: 780px;
  }
}

@media (max-width: 372px) {
  #content .category-filter {
    top: 500px;
  }
}

/*==================*/
/*   Product page   */
/*==================*/
.breadcrumb {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  float: none;
}

.page-title.product+ul.breadcrumb {
  float: none;
}

.page-title-wrapper .breadcrumb>li+li::before {
  content: '';
  margin: 0 12px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='30' height='8' viewBox='0 0 30 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM29.3536 4.35355C29.5488 4.15829 29.5488 3.84171 29.3536 3.64645L26.1716 0.464466C25.9763 0.269204 25.6597 0.269204 25.4645 0.464466C25.2692 0.659728 25.2692 0.976311 25.4645 1.17157L28.2929 4L25.4645 6.82843C25.2692 7.02369 25.2692 7.34027 25.4645 7.53553C25.6597 7.7308 25.9763 7.7308 26.1716 7.53553L29.3536 4.35355ZM1 4.5H29V3.5H1V4.5Z' fill='black' fill-opacity='0.45'/%3E%3C/svg%3E") no-repeat;
  height: 8px;
  width: 30px;
}

.bredcrumb-home {
  width: 18px;
  height: 15px;
  margin-right: 12px;
  margin-bottom: -1px;
  fill: none;
  stroke: #1E2235;
  stroke-opacity: 0.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .breadcrumb {
    display: flex;
    overflow: auto;
    padding: 15px 0;
  }
}

.page-title-wrapper .breadcrumb a:hover .bredcrumb-home {
  stroke-opacity: 1;
}

.product-attr-title {
  float: left;
  width: 100%;
}

.product-attr-list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1em;
}

dt {
  display: inline;
}

dd {
  display: inline;
}

@media (max-width: 480px) {
  .product-images .additional-images-container {
    width: unset;
  }

  .product-images {
    padding: 0;
  }
}

.pagination>li>a::before {
  display: none;
}

.main-category-list .menu-category ul.dropmenu li .dropdown-menu .dropdown-inner ul.list-unstyled a:hover,
.main-category-list .menu-category ul.dropmenu .dropdown-menu .dropdown-inner ul.list-unstyled a:focus,
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul li:hover a,
.main-category-list .menu-category li.dropdown .dropdown-inner ul.single-dropdown-menu li.dropdown:hover>a.single-dropdown::after,
.main-category-list ul li.more-menu .dropdown-inner>ul.single-dropdown-menu>li.TT-Sub-List:hover>a::after {
  color: #1E2235;
  border-bottom: 1px solid #D04687;
}

#button-payment-address.btn-primary:hover,
#button-payment-address.btn-primary:focus,
#button-payment-address.btn-primary:active,
#button-payment-address.btn-primary:active:focus,
#information-contact .btn.btn-primary:hover,
#information-contact .btn.btn-primary:focus,
#information-contact .btn.btn-primary:active,
#account-edit .btn.btn-primary:hover,
#account-edit .btn.btn-primary:focus,
#account-edit .btn.btn-primary.active,
#account-password .btn.btn-primary:hover,
#account-password .btn.btn-primary:focus,
#account-newsletter .btn.btn-primary.active,
#account-newsletter .btn.btn-primary:hover,
#account-newsletter .btn.btn-primary:focus,
#account-address.btn.btn-primary.active,
#account-address .btn.btn-primary:hover,
#account-address .btn.btn-primary:focus,
#account-address .btn.btn-primary.active,
#account-affiliate .btn.btn-primary:hover,
#account-affiliate .btn.btn-primary:focus,
#account-affiliate .btn.btn-primary.active,
#button-shipping-address.btn-primary:hover,
#button-shipping-address.btn-primary:focus,
#button-shipping-address.btn-primary:active,
#button-shipping-address.btn-primary:active:focus,
#button-account.btn.btn-primary:hover,
#button-account.btn.btn-primary:focus,
#button-account.btn.btn-primary.active,
#button-login.btn.btn-primary:focus,
#button-login.btn.btn-primary:hover,
#button-login.btn.btn-primary.active,
#button-shipping-method.btn.btn-primary:hover,
#button-shipping-method.btn.btn-primary:focus,
#button-shipping-method.btn.btn-primary.active,
#button-payment-method.btn.btn-primary:hover,
#button-payment-method.btn.btn-primary:focus,
#button-payment-method.btn.btn-primary.active,
#button-confirm.btn.btn-primary:hover,
#button-confirm.btn.btn-primary:focus,
#button-confirm.btn.btn-primary.active,
#button-coupon.btn.btn-primary:hover,
#button-coupon.btn.btn-primary:focus,
#button-guest.btn.btn-primary:focus,
#button-guest.btn.btn-primary:hover,
#button-guest.btn.btn-primary.active,
#button-coupon.btn.btn-primary.active,
#button-voucher.btn.btn-primary:hover,
#button-voucher.btn.btn-primary:focus,
#button-voucher.btn.btn-primary.active,
#checkout-cart.btn.btn-primary.main:hover,
#checkout-cart.btn.btn-primary.main:focus,
#checkout-cart.btn.btn-primary.main.active,
#button-search:hover,
#button-search:focus,
#button-search.active,
#account-return .btn.btn-primary:hover,
#account-return .btn.btn-primary:focus,
#account-return .btn.btn-primary:active,
#affiliate-login .btn.btn-primary:hover,
#affiliate-login .btn.btn-primary:focus,
#affiliate-login .btn.btn-primary:active,
#affiliate-login .btn.btn-primary:active:focus,
#account-voucher .btn.btn-primary:active,
#account-voucher .btn.btn-primary:hover,
#account-voucher .btn.btn-primary:focus,
#account-voucher .btn.btn-primary:active:focus,
#checkout-checkout #button-register:hover,
#checkout-checkout #button-register:focus,
#checkout-checkout #button-register:active,
#checkout-checkout #button-register:active:focus {
  background: #c20080;
}

/* Category page sidebar filter */
#price-range-value label {
  text-transform: none;
}



/* Modules */
.category-wall-section {
  margin-top: 30px;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .category-wall-section {
    margin-bottom: 35px;
  }
}

.category-wall-title {
  color: #1E2235;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  font-size: 23px;
  line-height: 1.485;
  transition: color .2s linear;
  padding: 15px 25px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  margin-left: 8px;
  margin-bottom: 50px;
}

.category-wall-title::before {
  content: '';
  width: calc(100% - 52px);
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.category-wall-title::after {
  content: '';
  width: 29%;
  height: 6px;
  background: #D04687;
  border-radius: 10.5px;
  position: absolute;
  bottom: -3px;
  left: 20px;
  opacity: 1;
  transition: opacity .1s linear;
}

.category-wall-panel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  border: none;
  padding: 30px 46px;
  margin: 17px 0;
  transition: all .2s linear;
  border-radius: 18px;
  position: relative;
  transition: all .2s linear;
}

.category-wall-panel:before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(138.84deg, rgba(30, 34, 53, 0.06) 4.33%, rgba(208, 70, 135, 0.039) 107.98%);
  transition: opacity .2s linear;
}

.category-wall-panel:hover::before {
  opacity: 1;
}

/* .category-wall-panel:active,
.category-wall-panel:focus,
.category-wall-panel:visited {
  background-color: #D04687;
  border-radius: 18px;
} */

.category-wall-panel-body {
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 2;
}

.category-wall-panel-heading {
  display: flex;
  align-items: center;
  z-index: 2;
}

.category-wall-panel-title {
  font-size: 18px;
  font-weight: 500;
  color: #1E2235;
  text-transform: uppercase;
  text-align: left;
}

/* .category-wall-panel-title:active,
.category-wall-panel:active .category-wall-panel-title {
  color: #fff;
} */

.category-wall-panel-title-link {
  padding: 30px 30px 30px 0;
}

/* .category-wall-panel-title-link:active {
  color: #fff;
} */

.category-wall-panel-body-link {
  margin: 0;
  border: none;
  padding: 0;
  display: block;
  padding-right: 30px
}

.category-wall-panel-body-image {
  height: 65px;
  width: 65px;

}

/* .category-wall-panel:active .category-wall-panel-body-image,
.category-wall-panel-body-image:active {
  -webkit-filter: brightness(3) contrast(2);
  filter: brightness(3) contrast(2);
} */





/* Html blocks */
.banner-bonus {
  background: url(/image/catalog/content/banner-bonus-background-min.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 55px;
  margin-bottom: 55px;
}

.banner-bonus__content {

  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 85px;
  padding-bottom: 50px;
}

.banner-bonus__info {
  display: flex;
  flex-direction: column;
  position: relative;
}

.banner-bonus__info::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -60px;
  background: url(/image/catalog/content/diamant.svg) no-repeat;
  width: 83px;
  height: 65px;
  z-index: 0;
}

.banner-bonus__title {
  font-size: 41px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.098;
  max-width: 449px;
  font-family: 'M PLUS Rounded 1c';
  color: #1E2235;
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 1;
}

.banner-bonus__subtitle_large {
  font-size: 40px;
  line-height: 1.025;
  font-weight: 300;
  letter-spacing: 0.02em;
  max-width: 525px;
  margin-bottom: 13px;
}

.banner-bonus__subtitle_small {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}

.banner-bonus__btn {
  padding: 0.86em 2.71em;
  background: #E5E5E5;
  border-radius: 34px;
  color: #D04687;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.485;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}


@media (max-width: 991px) {
  #category-wall {
    position: relative;
  }


  .category-wall-panel {
    padding: 0;
  }

  .category-wall-panel:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }

  .category-wall-panel:active,
  .category-wall-panel:focus,
  .category-wall-panel:visited {
    background: none;
  }

  .category-wall-panel:visited::before,
  .category-wall-panel:focus::before,
  .category-wall-panel:active::before {
    background-color: #D04687;
    opacity: 1;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }





  .category-wall-panel-title {
    font-size: 14px;
    font-weight: 400;
  }

  .category-wall-panel-body-image {
    height: 40px;
    width: 40px;
  }

  .category-wall-panel-body-link {
    padding-right: 10px;
  }

}

@media (max-width: 991px) {
  .category-wall-title {
    font-size: 20px;
    padding: 15px 5px;
    width: fit-content;
  }

  .category-wall-title::before {
    width: 100%;
  }

  .category-wall-title::after {
    left: 0;
    width: 100%;
  }

}

@media (max-width: 767px) {
  .category-wall-title::after {
    width: 6px;
    height: 100%;
    background: #D04687;
    border-radius: 10.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .1s linear;
  }

  #category-wall:after {
    content: '';
    width: 1px;
    height: calc(100% - 134px);
    background: #D5D5D5;
    position: absolute;
    top: 117px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .category-wall-title {
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    padding: 4px 0 4px 24px;
    margin-bottom: 40px;
  }

  .category-wall-title::before {
    display: none;
  }
}

@media (max-width: 360px) {
  #category-wall:after {
    display: none;
  }

  .category-wall-panel-title {
    font-size: 13px;
  }

  .category-wall-panel-body-image {
    height: 25px;
    width: 25px;
  }
}

/*Баннер вибір ціни*/
.banner-choose-price {
  max-width: 1440px;
  margin: 0 auto;
}

.banner-choose-price__info {
  position: relative;
  height: 1040px;
}

.banner-choose-price {
  background: url(/image/catalog/content/syvenir-cover-174-min.jpg) no-repeat center center;
  background-size: cover;
}

.choose-price-item {
  background: rgba(23, 27, 46, 0.92);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  transition: background-color .3s linear;
}


.choose-price-item:hover,
.choose-price-item:active,
.choose-price-item:focus {
  background-color: #1E2235;
  color: #fff;
}

.choose-price-item:before {
  content: '';
  top: 50%;
  left: 50%;
  background-color: rgba(30, 34, 53, 0.45);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s linear;
}

#circle-3000.choose-price-item {
  height: 244px;
  width: 244px;
  position: absolute;
  left: 353px;
  bottom: 530px;
}

#circle-3000.choose-price-item:before {
  height: 274px;
  width: 274px;
}

.choose-price-item:hover::before {
  opacity: 1;
}

#circle-1000.choose-price-item {
  height: 200px;
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 268px;
}

#circle-1000.choose-price-item:before {
  height: 230px;
  width: 230px;
}

#circle-5000.choose-price-item {
  height: 313px;
  width: 313px;
  position: absolute;
  right: 50px;
  top: 343px
}

#circle-5000.choose-price-item:before {
  height: 343px;
  width: 343px;
}

#circle-more5000.choose-price-item {
  height: 350px;
  width: 350px;
  position: absolute;
  right: 445px;
  bottom: 100px
}

#circle-more5000.choose-price-item:before {
  height: 380px;
  width: 380px;
}

.choose-price-item-header,
.choose-price-item-footer {
  display: flex;
  position: relative;
}


.buy_gift,
.price_till,
.price_value {
  font-weight: 500;
  text-transform: uppercase;
}

.price_value {
  line-height: 1.485;
}

.price_number {
  font-family: 'Girassol', cursive;
  font-weight: 400;
  line-height: 1.194;
}

#circle-3000 .buy_gift {
  font-size: 19px;
  line-height: 1.26;
  max-width: 119px;
}

#circle-1000 .buy_gift {
  font-size: 16px;
  line-height: 1.3125;
  max-width: 98px;
  margin-left: 7px
}

#circle-5000 .buy_gift {
  font-size: 23px;
  line-height: 1.26;
  max-width: 140px;
}

#circle-more5000 .buy_gift {
  font-size: 24px;
  line-height: 1.26;
  max-width: 140px;
}

#circle-3000 .price_till {
  font-size: 28px;
  line-height: 1.485;
  position: absolute;
  right: 0;
  bottom: -8px;
}

#circle-1000 .price_till {
  font-size: 24px;
  line-height: 1.485;
  position: absolute;
  right: 3px;
  bottom: -10px
}

#circle-5000 .price_till {
  font-size: 35px;
  line-height: 1.483;
  position: absolute;
  right: 3px;
  bottom: -5px;
}

#circle-more5000 .price_till {
  font-size: 39px;
  line-height: 1.483;
  position: absolute;
  right: 3px;
  bottom: -5px;
}

#circle-3000 .price_value {
  font-size: 21px;
  position: absolute;
  right: 0;
  bottom: 8px
}

#circle-1000 .price_value {
  font-size: 17px;
  position: absolute;
  right: 0;
  bottom: 7px;
}

#circle-5000 .price_value {
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 7px;
}

#circle-more5000 .price_value {
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 7px;
}

#circle-3000 .price_number {
  font-size: 61px;
  padding-right: 46px;
}

#circle-1000 .price_number {
  font-size: 58px;
  padding-right: 35px;
}

#circle-5000 .price_number {
  font-size: 78px;
  padding-right: 60px;
}

#circle-more5000 .price_number {
  font-size: 80px;
  padding-right: 60px;
}


@media (max-width: 768px) {

  .banner-bonus {
    margin-bottom: 0;
  }

  .banner-bonus__info {
    max-width: 276px;
  }

  .banner-bonus__title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.16;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .banner-bonus__subtitle_large {
    font-size: 29px;
    line-height: 0.85;
  }

  .banner-bonus__subtitle_small {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.14;
  }

  .banner-bonus__btn {
    font-size: 11px;
    line-height: 1.19;
  }

  .banner-bonus__info::before {
    top: -17px;
    left: -39px;
    width: 67px;
    height: 51px;
    z-index: 0;
    background-size: 67px 51px;
  }

  /*Баннер вибір ціни*/
  .banner-choose-price {
    background: url(/image/catalog/content/syvenir-cover-mob-min.jpg) no-repeat center center;
    background-position: right -23px bottom 0;
  }

  .banner-choose-price__info {
    height: 996px;
  }

  #circle-5000.choose-price-item {
    height: 220px;
    width: 220px;
    position: absolute;
    right: 40%;
    bottom: 83px
  }

  #circle-5000.choose-price-item:before {
    height: 240px;
    width: 240px;
  }

  #circle-more5000.choose-price-item {
    height: 260px;
    width: 260px;
    position: absolute;
    right: 50%;
    bottom: 40px;
  }

  #circle-more5000.choose-price-item:before {
    height: 290px;
    width: 290px;
  }

  #circle-3000.choose-price-item {
    height: 190px;
    width: 190px;
    position: absolute;
    right: 10%;
    left: auto;
    bottom: 475px;
  }

  #circle-3000.choose-price-item:before {
    height: 210px;
    width: 210px;
  }

  #circle-1000.choose-price-item {
    height: 144px;
    width: 144px;
    position: absolute;
    left: 20%;
    bottom: 730px
  }

  #circle-1000.choose-price-item:before {
    height: 164px;
    width: 164px;
  }

  #circle-5000 .buy_gift {
    font-size: 14px;
    line-height: 1.19;
    max-width: 100px;
  }

  #circle-more5000 .buy_gift {
    font-size: 15px;
    line-height: 1.19;
    max-width: 100px;
  }

  #circle-3000 .buy_gift {
    font-size: 13px;
    line-height: 1.19;
    max-width: 100px;
  }

  #circle-1000 .buy_gift {
    font-size: 10px;
    line-height: 1.193;
    max-width: 77px;
    margin-left: 7px;
  }

  #circle-5000 .price_till {
    font-size: 23px;
    line-height: 1.193;
    position: absolute;
    right: 3px;
    bottom: -5px;
  }

  #circle-more5000 .price_till {
    font-size: 24px;
    line-height: 1.193;
    position: absolute;
    right: 3px;
    bottom: -5px;
  }

  #circle-3000 .price_till {
    font-size: 20px;
    line-height: 1.193;
    position: absolute;
    right: 0;
    bottom: -8px;
  }

  #circle-1000 .price_till {
    font-size: 14px;
    line-height: 1.192;
    position: absolute;
    right: 3px;
    bottom: 0;
  }

  #circle-5000 .price_number {
    font-size: 57px;
    padding-right: 40px;
  }

  #circle-more5000 .price_number {
    font-size: 58px;
    padding-right: 40px;
  }

  #circle-3000 .price_number {
    font-size: 46px;
    padding-right: 31px
  }

  #circle-1000 .price_number {
    font-size: 40px;
    padding-right: 25px;
  }

  #circle-5000 .price_value {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  #circle-more5000 .price_value {
    font-size: 19px;
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  #circle-3000 .price_value {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  #circle-1000 .price_value {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 7px;
  }
}

@media (max-width: 1200px) {
  #circle-5000.choose-price-item {
    bottom: 346px;
    top: auto;
    right: 36%;
  }

  #circle-more5000.choose-price-item {
    right: 0px;
    bottom: 25px;
  }

  #circle-3000.choose-price-item {
    right: -5px;
    left: auto;
    bottom: 570px;
  }

  #circle-1000.choose-price-item {
    left: 8px;
    bottom: 730px;
  }
}


/*Mobile menu*/
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-top>.container {
    padding-right: 0;
    padding-left: 0;
  }

  .header-content-wrapper {
    padding: 0 25px;
    height: 306px;
    margin: 0;
  }

  .menu-container>.container {
    padding: 0;
  }

  #menu {
    padding: 0;
    margin-bottom: 0;
  }

  .menu-mob-special-wrapper {
    margin: 10px 0 8px;
  }

  #menu .navbar-collapse {
    z-index: 99;
    background: #1A2142;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  #menu .navbar-nav {
    padding: 10px 30px 42px;
  }

  #menu .nav.navbar-nav>li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
  }

  #menu .nav.navbar-nav>li:before,
  #menu .nav.navbar-nav>li:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 25.5px;
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
  }

  #menu .nav.navbar-nav>li:hover::before {
    width: 100%;
    background-color: #D046878F;
    left: 50%;
    transform: translateX(-50%);
  }

  #menu .nav.navbar-nav>li:hover::after {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 13px);
    background-color: #D04687;
  }

  #menu .nav.navbar-nav>li:hover::before,
  #menu .nav.navbar-nav>li:hover::after {
    opacity: 1;
  }

  #menu .navbar-collapse li.dropdown>.dropdown-menu {
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 14px;
  }

  #menu .nav>li.dropdown>a,
  #menu .nav>li.dropdown>span {
    padding-bottom: 9px;
    padding-top: 9px;
    margin: 0;
  }

  #menu .nav>li.dropdown.open>a,
  #menu .nav>li.dropdown.open>span {
    margin-bottom: 0;
  }

  #menu .dropdown-inner {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: flex;
    flex-direction: column;
  }

  #menu ul.nav ul.list-unstyled li {
    padding: 8px 0;
  }

  #menu .dropdown-inner ul {
    padding: 0;
  }

  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a,
  #menu .dropdown-inner a {
    color: #ffffffb3;
  }

  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:hover,
  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:focus,
  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:visited,
  #menu .dropdown-inner li a:hover,
  #menu .dropdown-inner li a:focus,
  #menu .dropdown-inner li a:visited {
    color: #fff;
  }

  #menu div.navbar-header::after,
  #menu .navbar-header i.fa {
    font-size: 30px;
    right: auto;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
  }

  /* #menu .nav > li.dropdown > a,
#menu .nav > li.dropdown > span {
  margin: 0 0 5px;
} */

  #menu .nav>li>a,
  #menu .nav>li>span,
  #menu .more-menu .list-unstyled.childs_1 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.485;
    font-family: 'M PLUS Rounded 1c';
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    padding: 9px 30px;
  }

  #menu .nav>li.dropdown>a::after,
  #menu .nav>li.dropdown:hover>a::after,
  #menu .nav>li.dropdown>span::after,
  #menu .nav>li.dropdown:hover>span::after {
    content: "";
    bottom: auto;
    color: #fff;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    padding: 0 4px;
  }

  #menu .nav>li.dropdown.open>a::after,
  #menu .nav>li.dropdown.open:hover>a::after,
  #menu .nav>li.dropdown.open>span::after,
  #menu .nav>li.dropdown.open:hover>span::after {
    content: "\f106";
  }

  #menu .nav .open>a,
  #menu .nav .open>a:focus,
  #menu .nav .open>a:hover {
    background: transparent;
  }

  #menu .nav>li>a:hover,
  #menu .nav.navbar-nav>li:hover>a,
  #menu li:hover>span,
  #menu .nav>li.dropdown:hover::after,
  #menu .nav>li.dropdown:focus::after,
  #menu .nav>li>a:focus,
  #menu .nav>li>a:active,
  #menu li.more-menu>span:hover,
  #menu li.more-menu>span:focus,
  #menu li.more-menu>span:active {
    color: #fff;
  }

  #menu .nav.navbar-nav>li:hover>a,
  #menu .nav.navbar-nav>li:hover>span {
    color: #fff;
    z-index: 3
  }

  .header-contact-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-contact-mob:before {
    content: '';
    height: 1px;
    width: 200px;
    background: #D04687;
    margin: 30px 0 25px;
  }

  .header-contact-mob .header-phones {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.485;
    color: #fff;
  }

  .header-contact-mob .cell-name {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 7px;
  }

  .header-contact-mob .working-hours {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.485;
    color: #fff;
  }

  .header-contact {
    display: none;
  }
}



/*==================*/
/*    Product page    */
/*==================*/


#product-product .page-title-wrapper {
  margin-bottom: 60px;
}

#product-product #content {
  margin-bottom: 80px;
  position: relative;
}

#product-product #content:before {
  content: '';
  height: 100%;
  width: 1px;
  background: #C4C4C4;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  transform: translateX(-50%);
}

@media (max-width: 991px) {

  #product-product #content {
    margin-top: 5px;
    margin-bottom: 80px;
    position: relative;
  }

  #product-product #content:before {
    display: none;
  }
}

.panel {
  background-color: #fff;
  border: none;
}

.panel-default>.panel-heading {
  background-color: #fff;
}

.product-details {
  padding-left: 30px;
}

.product-status {
  margin-bottom: 34px;
}

.stock-rating-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-code {
  color: #1E2235;
  font-size: 15px;
  margin-top: 2px;
}


.product-status-stock {
  font-size: 17px;
  font-weight: 500;
  color: #797878;
}

.product-total-review {
  color: #1E2235;
  font-size: 15px;
  border-bottom: 1px solid #BBBBBB;
  margin-left: 20px;
}

.prod-extra-info {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.product-details h1.product-name {
  border: none;
  color: #1E2235;
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.28;
  margin: 0;
  padding-bottom: 0;
  max-width: 75%;
}

.product-details .product-price {
  border: none;
  margin: 0 0 50px;
}

.product-details ul.product-price h2 {
  color: #1E2235;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
  margin-top: 0;
}

.product-details .price-new,
.product-details .price-old {
  color: #1E2235;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
  margin-top: 0;
}

.product-details .price-old {
  color: #ABABAB;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  font-size: 25px;
}

.product-details .price-old::before {
  content: '';
  width: 95%;
  height: 1px;
  background: #D04687;
  position: absolute;
  bottom: 12px;
  left: 0;
  transform: rotate(336deg);
}

.prod-acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 15px 0;
}

.prod-acc h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
  color: #1E2235;
}

.prod_desc_plus {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #1E2235;
  stroke-width: 2;
  transition: transform .2s linear;
}

.cat-plus {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.ocf-filter.ocf-dropdown.ocf-open .cat-plus,
.prod-acc .prod_desc_plus {
  transform: rotate(45deg);
}

.ocf-filter.ocf-dropdown .cat-plus,
.prod-acc.collapsed .prod_desc_plus {
  transform: rotate(0deg);
}

.prod-acc.prod-attr {
  border-top: 1px solid #C4C4C4;
}

.card-body {
  padding-bottom: 20px;
  width: calc(100% - 40px);
}

.prod-attribute-list {
  display: block;
  position: relative;
}

.prod-attribute-left {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: -60%;
  overflow: hidden;
  width: 60%;
}

.atr-name {
  display: inline;
  padding-right: 3px;
  color: #1A171B87;
}

.attr-line-dotted {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  margin: 0 -100% 0 0;
  vertical-align: baseline;
  border-bottom: 1px dotted #C4C4C4;
}

.atr-value {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  margin-left: 59%;
  width: 39%;
  padding-left: 3px;
  word-wrap: break-word;
}

.prod-cart {
  max-width: 279px;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-left: 20px;
}

@media (max-width: 991px) {

  .product-status {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .product-status-stock {
    font-weight: 400;
  }

  .product-details h1.product-name {
    max-width: 100%;
  }

  .product-details .product-price {
    margin: 0;
  }

  .product-details ul.product-price h2 {
    font-weight: 500;
  }

  .prod-acc h3 {
    font-size: 24px;
    font-weight: 300;
  }

  .card-body {
    width: 100%;
    font-size: 16px;
  }

  .prod-attribute-list {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-details h1.product-name {
    font-size: 20px;
    max-width: 100%;
  }

  .product-code {
    font-size: 13px;
  }

  .product-details {
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .prod-cart {
    margin-left: 0;
    margin-top: 30px;
  }
}

.product-details #button-cart {
  background-color: #1E2235;
  box-shadow: none;
  border: none;
  border-radius: 27.5px;
  height: 55px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  font-size: 23px;
  line-height: 1.485;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}

#button-cart i,
.product-details .fa.fa-shopping-cart {
  padding-right: 0;
  font-size: 23px;
  vertical-align: middle;
  line-height: 1.485;
  margin-right: 0;
}

#product span {
  margin-bottom: 0;
}

#button-cart span {
  width: calc(100% - 58px) !important;
}

.product-btn-wishlist {
  z-index: 3;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.product-btn-wishlist i {
  font-size: 26px;
}

.product-options .product-quantity {
  display: flex;
  align-items: center;
}

/*Product image block*/
.product-images {
  padding-right: 45px;
}

@media (max-width: 991px) {
  .product-images {
    padding-right: 0px;
  }

  .product-options .product-quantity {
    flex-direction: column;
    align-items: flex-start;
  }

  .prod-cart {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .product-options .product-quantity {
    flex-direction: row;
    align-items: center;
  }

  .prod-cart {
    margin-left: 20px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .product-options .product-quantity {
    flex-direction: column;
  }

  .prod-cart {
    margin-left: 0;
    margin-top: 20px;
  }
}

.product-images .additional-images-container {
  width: 100%;
}

.product-thumb .image {
  min-height: 220px;
}

@media (max-width: 1200px) {
  .product-thumb .image {
    min-height: 275px;
  }
}

@media (max-width: 991px) {
  .product-thumb .image {
    min-height: 270px;
  }
}

@media (max-width: 767px) {
  .product-thumb .image {
    min-height: 372px;
  }
}

@media (max-width: 500px) {
  .product-thumb .image {
    min-height: 340px;
  }
}

@media (max-width: 460px) {
  .product-thumb .image {
    min-height: 300px;
  }
}

@media (max-width: 400px) {
  .product-thumb .image {
    min-height: 215px;
  }
}

@media (max-width: 360px) {
  .product-thumb .image {
    min-height: 200px;
  }
}


.image-additional {
  margin: 15px;
}

.product-images .additional-images-container {
  padding: 0 100px;
}

/* .additional-images .image-additional img {
  max-width: 100%;
  max-height: 120px;
} */

.additional-images .owl-nav button.owl-prev {
  left: -98px;
  right: auto;
}

.additional-images .owl-nav button.owl-next {
  right: -98px;
  left: auto;
}

@media (max-width: 991px) {
  .product-images .additional-images-container {
    padding: 0 64px;
  }

  .additional-images .owl-nav button.owl-prev {
    left: -62px;
  }

  .additional-images .owl-nav button.owl-next {
    right: -62px;
  }
}

@media (max-width: 767px) {
  .product-images .additional-images-container {
    width: 70%;
  }
}



@media (max-width: 480px) {
  .product-images .additional-images-container {
    width: 100%;
  }
}


/* .product-product #review {
  display: none;
} */

/* .product-product #review p {
  text-align: center;
} */

.product-product .nav-tabs {
  display: none;
}

.review-accordion {
  display: block;
  float: left;
}

.card-header-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-accordion-title {
  font-size: 30px;
  font-weight: 500;
  color: #1e2235;
  text-transform: uppercase;
  line-height: 1.483;
  margin-top: 0;
  margin-bottom: 10px;
}

.review-accordion-subtitle {
  font-size: 19px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 30px;
}

#tab-review label.control-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.485;
}

.card-body-review {
  margin-top: 70px;
}

.review-form-title {
  font-family: 'M PLUS Rounded 1c';
  font-size: 30px;
  color: #1e2235;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 700;
}

.card-body-review .form-control {
  border-radius: 5px;
}

#review {
  display: block;
  float: left;
  width: 100%;
}


.reviews-belong-product {
  margin: 39px 15px 30px;
}

.row-rev {
  margin-left: -30px;
  margin-right: -30px;
}

.title-rev {
  margin-bottom: 30px;
}

#review .testimonial-item {
  padding: 30px 15px;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o {
  color: #D04687;
}

.alert-danger {
  border-radius: 5px;
}

.alert-dismissable,
.alert-dismissible {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .btn-outline {
    font-size: 17px;
  }

  .review-accordion-title {
    font-size: 25px;
  }

  .review-accordion-subtitle {
    font-size: 16px;
  }

  .card-header-review {
    text-align: center;
  }

  .product-tabs {
    padding: 0;
  }

  .buttons.clearfix {
    margin: 25px 0 0;
  }

  .center-block {
    float: none !important;
    text-align: center;
  }
}


/*==================*/
/*   CATEGORY PAGE   */
/*==================*/

.page-title-wrapper {
  margin-bottom: 5px;
}

#product-category .content_wrap #content .category-name {
  margin: 0;
  font-size: 27px;
  color: #1E2235;
  text-transform: uppercase;
  line-height: 1.485;
  font-weight: 500;
}

.category-main-info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 19px;
  margin-top: 16px;
}

.category-image img {
  max-height: 42px;
  height: 42px;
  margin-right: 28px;
}

.category-sort-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #0000008A;
  line-height: 1.166;
  transition: color .2s linear;
  padding: 0;
  margin-bottom: 60px;
  margin-top: 15px;
  float: left;
}

.category-sort-by:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.category-sort-by span {
  min-height: 72px;
  display: flex;
  align-items: center;
  position: relative;
}

.category-sort-by a {
  position: relative;
}

.category-sort-by span::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #D04687;
  border-radius: 10.5px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .1s linear;
}


.category-sort-by span.selected {
  font-weight: 500;
  color: #1E2235;
}

.category-sort-by span.selected:after {
  opacity: 1;
}

.category-filter .filter-text {
  padding: 0;
  text-align: left;
}

.filter-sort-by .form-control,
.filter-show .filter-selection .form-control {
  background-color: #fff;
  margin: 0;
  border: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 500;
  color: #B9B9B9;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
  letter-spacing: normal;
  height: fit-content;
  padding: 3px 6px;
  width: 54px;
}

.select-wrapper::after {
  font-size: 15px;
  right: 6px;
  top: 4px;
}

.category-filter .filter-grid-list button {
  margin-top: 4px;
}

.category-filter label {
  font-size: 16px;
  font-weight: 300;
  color: #1E2235;
  line-height: 1.485;
  font-family: 'M PLUS Rounded 1c';
}

.category-filter .filter-show .filter-selection {
  width: 50px;
}

.select-wrapper {
  width: 50px;
}

#product-search .select-wrapper {
  width: 100%;
}

#product-search .form-control {
  border-radius: 5px;
}

.category-pagination {
  border: none;
  margin: 120px 0 60px;
}

.category-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.category-content-bottom {
  float: left;
  margin-bottom: 60px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin: 5px;
}

.pagination>li>a,
.pagination>li>span {
  font-size: 14px;
  padding: 6px;
  transition: all .2s linear;
  color: #D04687;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  background: #D04687;
  border-color: #D04687;
  color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover {
  background: #D04687;
  border-color: #D04687;
  color: #fff;
}

.product-search #content .search-criteria {
  border: none;
}

.subcategory-thumb-list {
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 18px;
  background: linear-gradient(138.84deg, rgba(30, 34, 53, 0.06) 4.33%, rgba(208, 70, 135, 0.039) 107.98%);
    padding: 0px 20px;
    margin-bottom: 10px;
}

.category-listing-title {
    float: none;
    display: inline;
    padding: 0;
    color: #1E2235;
    font-weight: 500;
    line-height: 1.485;
    font-family: 'M PLUS Rounded 1c';
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: color .2s linear;
}

.subcategory-thumb-list:hover .category-listing-title {
    color: #D04687;
}



.subcategory-thumb-list img {
  height: 26px;
  width: 26px;
  margin-right: 15px;
}








@media (max-width: 767px) {
  .page-title-wrapper {
    margin-bottom: 0;
  }

  .page-title-wrapper .breadcrub {
    padding: 10px 0;
}

.subcategory-thumb-list {
  padding: 5px 25px;
}

.category-listing-title {
  font-weight: 400;
}

  .category-sort-by {
    flex-direction: column;
    width: 100%;
    margin-bottom: 120px;
  }

  .category-sort-by span {
    width: 100%;
    min-height: 45px;
    padding: 4px 0;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .category-sort-by:before {
    bottom: auto;
    left: 3px;
    transform: none;
    width: 1px;
    height: 100%;
  }

  .category-sort-by span::after {
    width: 6px;
    height: 100%;
    bottom: auto;
    left: 0;
    top: 0;
    transform: none;
  }

  .category-sort-by a {
    padding: 0 0 0 27px;
  }

  .category-filter .filter-grid-list button {
    margin-top: 0px;
  }
}

@media (max-width: 400px) {
  #product-category .content_wrap #content .category-name {
    font-size: 25px;
  }

  .category-main-info {
    align-items: center;
  }
}

/*==================*/
/*   LEFT COLUMN   */
/*==================*/
#column-left>div,
#column-right>div {
  overflow: visible;
}

@media (min-width: 768px) {

  #column-left .theiaStickySidebar .left-right-inner>div,
  #column-right .theiaStickySidebar .left-right-inner>div {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}


/* OC filter */
.ocf-theme-light .ocf-filter.ocf-slider {
  border-bottom: 1px solid #fff !important;
}

.ocf-value,
.ocf-value:active,
.ocf-value:focus,
.ocf-value:visited,
.ocf-value:hover {
  margin-bottom: 12px !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  color: #000 !important;
}

.ocf-value-input-checkbox::before {
  border-radius: 50% !important;
}

.ocf-value-input {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  margin-right: 13px !important;
  margin-left: 3px !important;
}


.ocf-value-input::before {
  border: #9F9F9F solid 1px !important;
}


.ocf-value:active .ocf-value-input::before {
  box-shadow: 0 0 0 0.2rem #D0468770 !important;
}

.ocf-value:focus:not(:active) .ocf-value-input::before {
  border-color: #D0468770 !important;
}

.ocf-value:not(.ocf-disabled):active .ocf-value-input::before {
  color: #fff;
  background-color: #D04687 !important;
  border-color: transparent !important;
}

.ocf-value.ocf-disabled .ocf-value-input::before,
.ocf-value[disabled] .ocf-value-input::before,
.ocf-value:disabled .ocf-value-input::before {
  background-color: #eceef2;
}


.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before,
.ocf-value.ocf-disabled:active .ocf-value-input-checkbox::before {
  background-color: #d046877c !important;
}

.ocf-selected .ocf-value-input::before {
  background-color: #D04687 !important;
  border-color: #D04687 !important;
}

.ocf-selected .ocf-value-input-checkbox::after {
  background-image: none !important;
  background: #D0468770;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ocf-noUi-connect:before,
.ocf-noUi-handle {
  background-color: #D04687 !important;
}

.ocf-noUi-handle {
  width: 16px !important;
  height: 16px !important;
  top: 1px !important;
  border: none !important;
  box-shadow: none !important;
  right: -9px !important;
}



/* price input */
.ocf-input-group .ocf-form-control {
  text-align: right !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #D04687 !important;
  line-height: 1.485 !important;
  font-family: 'M PLUS Rounded 1c' !important;
  padding: 0;
  border-left: none;
  border-right: none;
  border-top: 1px solid #D04687 !important;
  border-bottom: 1px solid #D04687 !important;
}

.ocf-input-group-addon {
  padding: 5px 0 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #D04687 !important;
  line-height: 1.5 !important;
  background-color: #ffffff !important;
  border: 1px solid #D04687 !important;
  border-left: none !important;
  font-family: 'M PLUS Rounded 1c' !important;
  padding-right: 11px !important;
  padding-left: 1px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.ocf-from,
.ocf-till {
  font-size: 14px !important;
  font-weight: 300 !important;
  border-right: none !important;
  border-left: 1px solid #D04687 !important;
  padding: 6px 0 1px 10px !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ocf-slider-input-item {
  width: 117px !important;
  display: flex !important;
}

.ocf-slider-input-group {
  display: flex !important;
  justify-content: space-between;
}

.ocf-input-group-addon,
.ocf-input-group-btn {
  width: auto !important;
}

.ocf-form-control:focus,
input.ocf-form-control:focus,
textarea.ocf-form-control:focus {
  border-color: #d04687 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ocf-form-control:focus,
input.ocf-form-control:focus,
textarea.ocf-form-control:focus {
  border-color: #d04687 !important;
}

/* end price input */

.ocf-btn-link {
  color: #000 !important;
}

.ocf-scroll-y::-webkit-scrollbar-thumb {
  background-color: #D04687 !important;
}

.ocf-theme-light .ocf-search-btn-static,
.ocf-theme-light .ocf-search-btn-popover,
.ocf-theme-light .ocf-search-btn-static.ocf-disabled,
.ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
  background-color: #d04687 !important;
}

.theme-light .ocf-search-btn-popover:hover {
  background-color: #d04687 !important;
}

@media (min-width: 992px) {
  .ocf-header {
    background: #D04687;
    color: #fff;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.485;
    text-transform: uppercase;
  }

  .ocf-header .ocf-brand {
    display: none;
  }

  .ocf-theme-light .ocf-filter {
    border-bottom: 1px solid #B1B1B1 !important;
  }

  .ocf-theme-light .ocf-filter-header,
  .ocf-theme-light .ocf-module-page-header,
  .ocf-active-label,
  .ocf-filter-name,
  .ocf-active-label:empty+.ocf-filter-name,
  .ocf-open .ocf-active-label+.ocf-filter-name {
    color: #1E2235;
    font-size: 18px !important;
    text-transform: none;
    font-weight: 500 !important;
    line-height: 1.485 !important;

  }

  .ocf-theme-light .ocf-dropdown .ocf-filter-header {
    padding: 8px !important;
    background-color: #ffffff !important;
  }
}

@media (max-width: 991px) {

  /* oc filter */
  .ocf-btn {
    background: #D04687 !important;
    color: #fff !important;
    height: 32px !important;
    width: 100% !important;
    border-radius: 20px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    line-height: 1.485 !important;
    font-weight: 500 !important;
  }

  .ocf-icon.ocf-icon-16.ocf-brand.ocf-sliders {
    display: none !important;
  }

  .ocf-header .ocf-close-mobile {
    background: #fff !important;
    text-align: right !important;
  }

  .cat-plus {
    display: none;
  }

  .ocf-search-btn-static,
  .ocf-search-btn-popover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ocf-btn-mobile-static {
    border-bottom: none !important;
  }
}


/*==================*/
/*   CHECKOUT   */
/*==================*/



.simplecheckout-cart-box {
  display: flex;
  flex-direction: column;
}

.cart-box-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E5E5E594;
  padding: 7px;
  border-radius: 79px;
  margin: 5px 0;
  position: relative;
}

.cart-box-info {
  display: flex;
  flex-direction: column;
}

.cart-box-img {
  width: 91px;
  height: 91px;
  min-width: 91px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-box-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 50%;
}

.cart-mob-wrapper {
  display: flex;
  align-items: center;
}


.cart-box-info {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin-left: 27px;
  margin-right: 57px;

  font-size: 20px;
  font-weight: 400;
  line-height: 1.485;
  color: #1E2235;
}

.box-info-model {
  font-size: 15px;
  font-weight: 300;
}

.box-info-name {
  overflow: hidden;
  max-height: 59.4px;
  min-height: 59.4px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.btn-cart-qnt {
  color: #1E2235;
  background: #fff;
  border-radius: 20.5px !important;
  margin-right: 0 !important;
}

.cart-box-price {
  padding-left: 70px;
  padding-right: 28px;
  font-size: 23px;
  font-weight: 800;
  color: #1E2235;
}

.cart-box-delete svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #1E2235;
  stroke-width: 2px;
}

.btn-remove {
  line-height: 10px;
  margin-right: 11px;
}

.coupon-input-wrapper {
  text-align: left;
  max-width: 370px;
  width: 100%;
}

.inputs-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gift-cert {
  width: 140px;
  position: absolute;
  top: -4px;
  right: -22px;
}

.coupon-input-box {
  position: relative;
  border-bottom: 1px solid #B1B1B1;
  display: flex;
  flex-direction: column;
}

#simplecheckout_cart .form-control.coupon-input {
  min-width: 270px;
  max-width: 275px;
  padding: 10px 0;
  text-align: left;
  letter-spacing: 0;
  background: #fff;
  font-size: 19px;
}


.coupon-title {
  font-size: 19px;
  font-weight: 500;
  color: #D04687;
  text-transform: uppercase;
  line-height: 1.211;
  max-width: 170px;
  margin-bottom: 10px;
}

.coupon-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #B1B1B1;
  float: left;
  margin-top: 20px;
}

.coupon-apply {
  margin-top: 39px;
}

.button-apply {
  background-color: #D04687;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.485;
  padding: 0.55em 3.52em;
  border-radius: 34px;
  width: 100%;
  max-width: 324px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c';
  border: none;
  transition: background-color .2s linear;
}

.button-apply:hover {
  color: #fff;
  background-color: #bc407a;
  border: none;
}

.button-apply:active {
  color: #fff;
}

.customer-title {
  font-size: 27px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Custom radio buttons */
/* .form-horizontal .radio {
  padding-top: 0;
}

.radio {
position: relative;
}

.radio input {
appearance: none;
-webkit-appearance: none;
position: absolute;
}

.radio label {
  padding-left: 40px;
}

.radio label:before {
content: '';
display: block;
height: 25px;
width: 25px;
background-color: #fff;
border: 1px solid #A6A6A6;
border-radius: 50%;

position: absolute;
top: 0;
left: 0;
z-index: 2;
transition: background-color .1s linear, border .1s linear;
}

.radio label:after {
  content: '';
  display: block;
  height: 33px;
  width: 33px;
  background-color: #D0468787;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
  opacity: 0;
}

.radio input:checked + label:before  {

border: 1px solid #A6A6A6;
background-color: #D04687;
}

.radio input:checked + .radio label:after {
  opacity: 1;
  } */



@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 8px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .checkout-simplecheckout #content {
    padding-right: 95px;
    padding-left: 95px;
  }
}

@media (max-width: 991px) {
  .cart-box-row {
    border-radius: 50px;
  }

  .cart-box-img {
    width: 97px;
    height: 178px;
    min-width: 97px;
    border-radius: 79px;
  }

  .cart-box-img img {
    border-radius: 79px;
  }

  .cart-mob-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    align-items: flex-start;
  }

  .cart-box-info {
    order: 1;
    margin: 0;
    font-size: 18px;
  }

  .box-info-model {
    font-size: 12px;
  }

  .box-info-name {
    max-height: 53.46px;
    min-height: 53.46px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .box-info-name a {
    display: block;
  }

  .cart-box-price {
    order: 2;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
  }

  .cart-box-quantity {
    order: 3;
    display: flex;
    margin-top: 10px;
  }

  .btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
  }

  .inputs-coupon {
    flex-direction: column;
  }

  .coupon-title {
    font-size: 13px;
    color: #1E2235;
    margin-bottom: 40px;
  }

  .gift-cert {
    width: auto;
    height: 100px;
    top: -20px;
    right: -22px;
  }

  #simplecheckout_cart .form-control.coupon-input {
    font-size: 14px;
  }

  .coupon-subtitle {
    font-size: 11px;
  }
}

/*==================*/
/*   SUCCESS PAGE   */
/*==================*/

.success-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(241, 241, 241, 0.61);
  backdrop-filter: blur(20px);
  border-radius: 52px;
  padding: 67px 90px;
  max-width: 534px;
  margin: 0 auto;
}

.success-title {
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: 'M PLUS Rounded 1c';
  line-height: 1.22;
  color: #1E2235;
  margin-bottom: 25px;
  margin-top: 0;
}

.success-message {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #D04687;
  text-align: center;
  margin: 0;
}

.success-thank-text {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 1.47;
  margin: 39px 0;
}

.buttons-success {
  display: flex;
  flex-direction: column;
}

.success-account {
  margin-bottom: 17px;
}

@media (min-width: 992px) {
  body.checkout-success #content {
    background: url(/image/catalog/content/succes-page-back.png) no-repeat scroll center center;
    min-height: 843px;
    background-size: cover;
  }
}

@media (max-width: 991px) {

  #common-success .page-title-wrapper {
    margin-bottom: 0;
  }

  body.checkout-success #content {
    background: url(/image/catalog/content/succes-page-back-mobile.png) no-repeat scroll center top;
    background-size: cover;
    min-height: 778px;
  }

  .success-box {
    padding: 65px;
    border-radius: 46px;
    margin-top: 80px;
  }

  .btn-upper {
    font-size: 16px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .buttons-success {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
  }

  .success-account {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 100%;
  }

  .succes-continue {
    max-width: 100%;
  }

  .success-thank-text {
    margin: 30px 0 35px;
  }

  .success-message {
    font-size: 16px;
  }

  .success-title {
    font-size: 24px;
    margin-bottom: 19px;
  }
}

@media (max-width: 600px) {
  .success-box {
    padding: 65px 20px;
  }
}

@media (max-width: 360px) {
  .btn-upper {
    font-size: 13px;
  }

  .btn-full-size {
    font-size: 14px;
    height: fit-content;
  }
}


.product-thumb button.disabled {
  display: none;
}

.product-thumb button.disabled+.wishlist-cart-btn {
  display: none;
}

/*==================*/
/*   INFORMATIONAL PAGES   */
/*==================*/

.information-information-6 .heading-box-h1,
.information-information-6 h1 {
  display: none;
}

.heading-box-h1,
.heading-box {
  position: relative;
  width: 100%;
}

.heading-box-h1:before,
.heading-box:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#information-information h1,
#information-information h2 {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.484;
  color: #1E2235;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
  padding-bottom: 10px;
  margin: 40px 0;
}

#information-information h1::after,
#information-information h2::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #D04687;
  border-radius: 10.5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 1;
  transition: opacity .1s linear;
}

#information-information h3 {
  font-size: 23px;
  color: #1E2235;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.485;
  display: flex;
  align-items: center;
  margin: 40px 0 20px 40px;
}

.circle {
  height: 43px;
  width: 43px;
  min-width: 43px;
  min-height: 43px;
  background: #D04687;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 17px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

#information-information p {
  margin: 0 0 25px 40px;
  font-size: 18px;
  color: #1E2235;
  font-weight: 400;
  line-height: 1.25;
}

#information-information p.red-line {
  color: #d04687;
}



#information-information ul {
  margin-left: 52px;
}

#information-information .breadcrumb {
  margin-left: 0;
}

#information-information ul li {
  margin-left: 20px;
}

.shipping-option {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.shipping-option ul {
  margin-bottom: 0;
}

.shipping-option .right-col {
  padding-left: 60px;
}

.go-shopping-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 90px;
}

.banner-bonus-inf {
  margin-top: 55px;
  margin-bottom: 55px;
  position: relative;
}

.banner-bonus-inf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: url(/image/catalog/content/banner-bonus-background-min.jpg) no-repeat center center;
  background-size: cover;
}






@media (max-width: 767px) {

  #information-information h1,
  #information-information h2 {
    font-size: 27px;
  }

  #information-information h3,
  #information-information p {
    margin-left: 0;
  }

  #information-information h3 {
    font-size: 20px;
  }

  .shipping-option {
    flex-direction: column-reverse;
  }

  .shipping-option .right-col {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }

  .shipping-option .right-col img {
    padding: 10px;
    width: 30%;
    height: auto;
  }

  #information-information ul {
    margin-left: 10px;
  }

  #information-information .shipping-option ul {
    margin-left: 0;
  }

  .circle {
    height: 31px;
    width: 31px;
    min-width: 31px;
    min-height: 31px;
    font-size: 18px;
  }

}

/*==================*/
/*   Certificate section homepage   */
/*==================*/
.serthome {
  margin: 65px 0 30px;
}

.sert-info-box {
  margin-left: 65px;
}

.sert-title {
  font-size: 44px;
  font-weight: 900;
  color: #1A2142;
  line-height: 1.14;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.sert-subtitle {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 800;
  color: #D04687;
  letter-spacing: 0.09em;
  line-height: 1.485;
  margin-bottom: 33px;
}

.sert-image-box img {
  max-width: 100%;
}

.sert-list {
  list-style: none;
}

.sert-list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 22px;
}

.sert-list li .sert-bold {
  font-weight: 800;
  margin-left: 5px;
}

.sert-button-box {
  margin-top: 35px;
}

/* Show more button about us */
.about-store-info {
  margin: 90px 0 70px;
}

.about-title {
  font-weight: 900;
  font-size: 50px;
  color: #1E2235;
  line-height: 1.485;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.about-subtitle {
  font-size: 27px;
  font-weight: 400;
  color: #D04687;
  line-height: 1.485;
  text-align: center;
}

#about-info {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  padding-top: 32px;
  margin-top: 22px;
  border-top: 1px solid #D5D5D5;
}

.moretext {
  display: none;
}

.moreless-button {
  text-align: center;
  cursor: pointer;
  display: block;
  color: #D04687;
  width: fit-content;
  margin: 0 auto;
  background: #E5E5E5;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.485;
  padding: 0.857em 2.72em;
  border-radius: 34px;
  margin-top: 30px;
}

#ttclient-carousel22 .owl-nav,
#ttclient-carousel22 .owl-dots{
	margin-top: -50px;
	position: relative;
	z-index: 99;
}




.category-content-bottom .content {
  overflow: hidden;
  height: 250px; /* Начальная высота контента */
}

.category-content-bottom .show-more-button,
.category-content-bottom .show-less-button {
    cursor: pointer;
    color: #D04687;
    margin-top: 20px;
    border: 1px solid;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 168px;
	font-size: 16px;
}

.category-content-bottom .show-less-button {
  display: none;
}



@media (max-width: 991px) {
  .serthome {
    margin: 30px 0 55px;
  }

  .sert-info-box {
    margin-left: 0;
  }

  .sert-title {
    font-size: 36px;
  }

  .sert-list li {
    font-size: 17px;
  }

  .about-store-info {
    margin: 20px 0 70px;
  }

  .about-title {
    font-weight: 500;
    font-size: 51px;
  }

  .about-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.165;
  }

  .about-store_text .article p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
  }


}