/* Begin Structure */
.header {
  height: 68px;
}
@media (min-width: 992px) {
  .header {
    height: 158px;
  }
}
.header-outer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.main-header {
  position: relative;
  height: 68px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}
.main-header .logo {
  margin: 0 auto;
  padding-top: 15px;
  width: 120px;
}
.main-header .left-block {
  padding-top: 24px;
}
.main-header .left-block .control-nav {
  float: left;
  position: relative;
}
.main-header .left-block .control-nav i {
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-header .left-block .control-nav i:hover {
  color: #d85486;
}
.main-header .left-block .control-nav .icon-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .left-block .control-nav .icon-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 5px;
}
.openMenu .main-header .left-block .control-nav .icon-close {
  opacity: 1;
  visibility: visible;
}
.openMenu .main-header .left-block .control-nav .icon-menu {
  opacity: 0;
  visibility: hidden;
}
.main-header .left-block .head-search {
  position: relative;
  float: left;
}
.openSearch .main-header .left-block .head-search .custom-input {
  opacity: 1;
  visibility: visible;
  width: 250px;
  z-index: 1;
}
.openSearch .main-header .left-block .head-search .icon-close {
  opacity: 1;
  visibility: visible;
}
.openSearch .main-header .left-block .head-search > .icon-search {
  opacity: 0;
  visibility: hidden;
}
.main-header .left-block .head-search > i {
  cursor: pointer;
}
.main-header .left-block .head-search > i:hover {
  color: #d85486;
}
.main-header .left-block .head-search .icon-search {
  font-size: 46px;
}
.main-header .left-block .head-search .icon-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 9px;
  left: 10px;
  font-size: 25px;
  z-index: 2;
}
.main-header .left-block .head-search .custom-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  z-index: -1;
}
.main-header .left-block .head-search .custom-input input {
  border-right: none;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1.143rem;
}
.main-header .left-block .head-phone {
  font-size: 22px;
  font-size: 1.571rem;
}
.main-header .right-block {
  padding-top: 16px;
}
.main-header .right-block .group {
  float: left;
  padding-left: 6px;
}
.main-header .right-block .group > a {
  display: block;
  position: relative;
  text-align: center;
}
.main-header .right-block .group > a .total {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  font-size: 10px;
  font-size: 0.714rem;
}
.main-header .right-block .group .icon-cart {
  font-size: 29px;
}
.main-header .right-block .group .inner {
  opacity: 0;
  /*visibility: hidden;*/
  display: none;
  z-index: 1;
}
.main-header .currency-list {
  position: relative;
  float: left;
  padding: 9px 5px 5px;
}
.main-header .currency-list:hover .current {
  color: #d85486;
}
.main-header .currency-list:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-header .currency-list .current {
  font-size: 12px;
  font-size: 0.857rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-header .currency-list .current i {
  padding-left: 3px;
}
.main-header .currency-list ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-header .currency-list li {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.main-header .currency-list li:hover {
  background-color: #e9dddf;
}
.main-header .currency-list li.active {
  background-color: #e9dddf;
}
@media (max-width: 991px) {
  .openSearch .main-header .left-block .head-search {
    position: static;
  }
  .openSearch .main-header .left-block .head-search .icon-close {
    top: 9px;
    left: 10px;
    padding: 13px;
  }
  .openSearch .main-header .left-block .head-search .custom-input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 8px 10px;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .openSearch .main-header .left-block .head-search .custom-input button {
    height: 52px;
    padding: 0 15px;
  }
  .openSearch .main-header .left-block .head-search .custom-input button .icon-next {
    font-size: 24px;
  }
  .openSearch .main-header .left-block .head-search .custom-input button .icon-next:before {
    content: "\e809";
  }
  .openSearch .main-header .left-block .head-search .custom-input input {
    height: 52px;
    padding-left: 50px;
    font-size: 13px;
    font-size: 0.929rem;
  }
  .main-header .left-block .head-search {
    top: -5px;
    padding-left: 15px;
  }
  .main-header .left-block .head-search .icon-search {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .main-header {
    padding: 0 30px;
    height: 111px;
  }
  .main-header .logo {
    width: 277px;
  }
  .main-header .left-block {
    padding-top: 39px;
  }
  .main-header .left-block .control-nav {
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .main-header .left-block .control-nav i {
    font-size: 35px;
  }
  .scrolled .main-header .left-block .control-nav {
    width: 85px;
    opacity: 1;
    visibility: visible;
  }
  .main-header .left-block .head-search {
    top: -5px;
  }
  .main-header .left-block .head-phone {
    margin-top: 9px;
    margin-left: 28px;
  }
  .main-header .right-block {
    padding-top: 25px;
  }
  .main-header .right-block .group {
    padding-left: 33px;
  }
    .main-header .right-block .group:hover .inner,
    .main-header .right-block .group.hover .inner {
        opacity: 1;
        /*visibility: hidden;*/
        display: block;
    }
  .main-header .right-block .group:hover > a,
  .main-header .right-block .group.hover > a {
    color: #d85486;
  }
  .main-header .right-block .group:hover > a:before,
  .main-header .right-block .group.hover > a:before {
    content: "";
    position: absolute;
    top: 90%;
    right: -25px;
    width: 140px;
    height: 50px;
    -webkit-border-radius: 80% 80% 0 0;
    border-radius: 80% 80% 0 0;
  }
  .main-header .right-block .group .icon-account {
    font-size: 51px;
    padding-top: 3px;
  }
  .main-header .right-block .group .icon-wishlist {
    font-size: 44px;
    padding-top: 7px;
  }
  .main-header .right-block .group .icon-cart {
    font-size: 54px;
  }
  .main-header .right-block .group > a .total {
    top: 24px;
    font-size: 18px;
    font-size: 1.286rem;
  }
    .main-header .right-block .group > a .wishlist-total {
        top: 20px;
    }
  .main-header .right-block .group .inner {
    position: absolute;
    top: 100%;
    right: 0;
  }
  .main-header .currency-list {
    padding-top: 22px;
    padding: 22px 12px 5px 12px;
  }
  .main-header .currency-list .current {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .main-header .currency-list li {
    padding: 10px 25px;
    font-size: 14px;
    font-size: 1rem;
  }
  .main-header .bag-content {
    width: 390px;
    background-color: #fff;
    padding-top: 20px;
    border: 1px solid #ddd;
  }
  .main-header .bag-content .fill-me-up {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 20px 20px;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.429rem;
    margin-bottom: 20px;
  }
  .main-header .bag-content .mini-cart-totals {
    padding: 0 20px 20px;
  }
  .main-header .bag-content .mini-cart-totals .total-item {
    float: left;
  }
  .main-header .bag-content .mini-cart-totals .cart-subtotal {
    float: right;
    text-align: right;
  }
  .main-header .bag-content .mini-cart-totals .subtotal {
    display: block;
    font-size: 18px;
    font-size: 1.286rem;
  }
  .main-header .bag-content .btn-tertiary {
    margin-bottom: 20px;
  }
  .main-header .bag-content .mini-cart-outer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .main-header .bag-content .mini-cart-products {
    max-height: 263px;
    overflow: auto;
    padding: 0 15px;
  }
  .main-header .bag-content .mini-cart-products::-webkit-scrollbar {
    width: 0;
  }
  .main-header .bag-content .mini-cart-products::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .main-header .bag-content .mini-cart-products::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .main-header .bag-content .view-cart {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    font-weight: 600;
  }
}
.mini-item {
  border-top: 1px solid #ddd;
  padding: 16px 0;
}
.mini-item:first-child {
  border-top: none;
}
.mini-item .thumb {
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 18px;
}
.mini-item .thumb img {
  max-height: 100%;
}
.mini-item .content {
  position: relative;
  overflow: hidden;
}
.mini-item .content .control-item {
  position: absolute;
  top: 0;
  right: 0;
}
.mini-item .content .control-item a {
  float: left;
  font-size: 15px;
}
.mini-item .content .control-item a + a {
  padding-left: 12px;
}
.mini-item .content .name {
  padding-right: 45px;
  margin-top: -5px;
  font-size: 14px;
  font-size: 1rem;
}
.mini-item .content .type {
  display: block;
  padding-top: 4px;
}
.mini-item .content .info {
  padding-top: 10px;
}
.mini-item .content .info .price {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
}
.mini-item .content .info .price .new-price {
  font-size: 14px;
  font-size: 1rem;
}
.mini-item .content .info .price .old-price {
  font-weight: normal;
}
.mini-item .content .info input {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 5px 5px 4px;
  text-align: center;
}
@media (max-width: 991px) {
  .navigation {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 68px);
    overflow: auto;
  }
  .openMenu .navigation {
    display: block;
  }
  .navigation .menu {
    margin: 0 -20px;
    position: relative;
  }
  .navigation .menu > li {
    padding: 0 20px;
    background-color: #d85486;
  }
  .navigation .menu > li.active .icon-angle-down:before {
    content: "\f106";
  }
  .navigation .menu > li.mb-link {
    background-color: #fff;
    color: #292526;
    padding-left: 30px;
  }
  .navigation .menu > li.mb-link + .mb-link a {
    border-top-color: #ccc;
  }
  .navigation .menu > li.mb-link a {
    color: inherit;
    padding-left: 30px;
  }
  .navigation .menu > li.mb-link i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
  }
  .navigation .menu > li.phone a {
    font-size: 22px;
    font-size: 1.571rem;
    text-align: center;
    font-weight: normal;
  }
  .navigation .menu > li:first-child > a {
    border-top: none;
  }
  .navigation .menu > li > a {
    position: relative;
    display: block;
    padding: 15px;
    font-weight: 600;
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.385em;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navigation .menu > li .icon-angle-down {
    padding: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
  }
  .navigation .menu .sub-nav a {
    display: block;
    padding: 15px 0 15px 26px;
    color: #fff;
    font-size: 13px;
    font-size: 0.929rem;
  }
}
@media (max-width: 767px) {
  .navigation .menu {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .navigation {
    border-bottom: 1px solid #ddd;
    height: 47px;
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
    -ms-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
    transition: height 0.25s ease;
  }
  .scrolled .navigation {
    height: 0;
    overflow: hidden;
    border-bottom-width: 0;
  }
  .openMenu .navigation {
    height: 47px;
    overflow: visible;
    border-bottom-width: 1px;
  }
  .navigation .icon-angle-down {
    padding-left: 10px;
  }
  .navigation .icon-angle-down:before {
    content: "\f0d7";
  }
  .navigation .menu {
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .navigation .menu > li {
    position: relative;
    height: 47px;
    line-height: 47px;
  }
  .navigation .menu > li:hover > a,
  .navigation .menu > li.hover > a {
    background-color: #dc6592;
    color: #fff;
  }
  .navigation .menu > li:hover .menu-group,
  .navigation .menu > li.hover .menu-group {
    display: block;
  }
  .navigation .menu > li > a {
    display: block;
    height: 100%;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.071rem;
    color: #333;
  }
  .navigation .menu > li.sub-full {
    position: static;
  }
  .navigation .menu .menu-group {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: calc(100vh - 158px);
    border: 1px solid #ddd;
    border-top: 2px solid #dc6592;
    overflow: auto;
  }
  .navigation .menu .menu-group::-webkit-scrollbar {
    width: 0;
  }
  .navigation .menu .menu-group::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .navigation .menu .menu-group::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .navigation .menu .menu-group .inner {
    background-color: #fff;
    padding: 25px 0;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation .menu .sub-nav {
    width: calc(1138px / 5);
    border-left: 1px dotted #ddd;
  }
  .navigation .menu .sub-nav:first-child {
    border-left: none;
  }
  .navigation .menu .sub-nav a {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571em;
    padding: 10px 20px;
    color: #292526;
  }
  .navigation .menu .sub-nav a:hover {
    background-color: #e9dddf;
  }
  .navigation [data-content] {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .navigation .menu > li > a {
    font-size: 18px;
    font-size: 1.286rem;
    padding: 0 10px;
  }
}
main {
  margin: 10px 0 16px 0;
}
.mail-box {
  display: inline-block;
  background-color: #fff;
}
.mail-box input {
  padding: 0 10px 0 25px;
  border: none;
  font-size: 14px;
  font-size: 1rem;
}
.mail-box input:-moz-placeholder {
  color: #999;
}
.mail-box input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.mail-box input:-ms-input-placeholder {
  color: #999 !important;
}
.mail-box input::-webkit-input-placeholder {
  color: #999;
}
.mail-box button {
  padding: 0 12px;
  border: none;
}
@media (min-width: 1200px) {
  .mail-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer {
  position: relative;
  color: #231f20;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
  clear: both;
}
.footer h4 {
  font-size: 13px;
  font-size: 0.929rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .celebrating-logo {
  text-align: center;
}
.footer .celebrating-logo a {
  display: inline-block;
  max-width: 144px;
}
.footer-top {
  position: relative;
  padding: 20px 10px;
  background-color: #e9dddf;
}
.footer-top:before,
.footer-top:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 11px;
  background-repeat: repeat-x;
  display: block;
}
.footer-top:before {
  top: -10px;
  background-image: url("../images/bg-footer-top.png");
}
.footer-top:after {
  bottom: -10px;
  background-image: url("../images/bg-footer-bottom.png");
}
@media (min-width: 768px) {
  .footer-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .footer h4 {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1rem;
  }
  .footer .celebrating-logo a {
    max-width: 214px;
  }
  .contacts {
    text-align: left;
  }
  .contacts ul a:hover {
    text-decoration: underline;
  }
  .footer-top {
    padding: 35px 30px;
  }
}
.social-footer {
  margin: 0 0 20px -5px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.social-footer li {
  margin: 0 5px 10px;
}
.social-footer a {
  display: block;
}
.social-footer a:hover i {
  color: #d85486;
}
.social-footer a i {
  font-size: 40px;
  color: #231f20;
}
@media (min-width: 544px) {
  .social-footer {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .social-footer a i {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .social-footer {
    margin-left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .social-footer li {
    margin-left: 0;
    margin-right: 0;
  }
  .social-footer a i {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .social-footer a i {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .social-footer a i {
    font-size: 42px;
  }
}
@media (min-width: 544px) {
  .row-ft {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.contacts {
  text-align: center;
}
.contacts ul li {
  margin-bottom: 20px;
}
.contacts ul a {
  color: #2f2a2b;
  white-space: nowrap;
}
.contacts ul a:hover {
  color: #d85486;
}
.contacts ul a i {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.menu-ft {
  text-align: center;
}
.menu-ft .col-ft {
  margin-bottom: 30px;
}
.menu-ft .col-ft .nav a {
  display: inline-block;
  padding: 3px 0;
  color: #2f2a2b;
  font-size: 13px;
  font-size: 0.929rem;
}
.menu-ft .col-ft .nav a:hover {
  color: #d85486;
}
.col-subscribe {
  text-align: center;
}
.col-subscribe p {
  font-size: 11px;
  font-size: 0.786rem;
}
.col-subscribe h4,
.col-subscribe p,
.col-subscribe .mail-box {
  margin-bottom: 20px;
}
.col-subscribe .fieldset {
  padding-top: 0;
}
@media (min-width: 544px) {
  .contacts {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: left;
    max-width: 40%;
  }
  .menu-ft {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    text-align: left;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #999;
  }
  .menu-ft .col-ft {
    padding: 0 10px;
    width: calc(100% / 3);
  }
  .col-subscribe {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 60%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .contacts {
    width: 20%;
    text-align: left;
  }
  .menu-ft {
    width: 60%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .col-subscribe {
    width: 20%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .menu-ft .col-ft .nav a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-ft .col-ft .nav a:hover {
    text-decoration: underline;
  }
  .col-subscribe {
    text-align: left;
  }
  .col-subscribe p {
    font-size: 13px;
    font-size: 0.929rem;
  }
  .col-subscribe p span {
    display: block;
  }
}
.logo-queenbee-footer {
  display: inline-block;
  max-width: 120px;
  margin-bottom: 15px;
}
.copyRight {
  text-align: center;
}
.copyRight p {
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.6;
}
.copyRight span {
  display: block;
}
.footer-bottom nav {
  margin-top: 4px;
  text-align: center;
  font-size: 0;
}
.footer-bottom nav a {
  display: inline-block;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  font-size: 0.929rem;
  color: #231f20;
}
.footer-bottom nav a:hover {
  color: #d85486;
}
.footer-bottom nav a + a {
  border-left: 1px solid #231f20;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 57px;
    height: 45px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .back-to-top {
        bottom: 70px;
    }
}

@media (min-width: 1200px) {
  .logo-queenbee-footer {
    max-width: 188px;
    margin-top: 15px;
  }
  .copyRight span {
    display: inline-block;
  }
  .footer-bottom nav a:hover {
    text-decoration: underline;
  }
}
.footer-bottom {
  padding: 35px 10px;
  background-color: #fff;
}
.footer-bottom .list-payment {
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
}
.footer-bottom .list-payment li {
  display: inline-block;
  margin: 0 5px;
}
.footer-bottom .list-payment a {
  display: table;
  width: 100%;
}
.footer-bottom .list-payment a span {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}
.footer-bottom .list-payment a img {
  max-height: 35px;
}
.inner-afterpay {
  margin-bottom: 35px;
  text-align: center;
}
.inner-afterpay .logo-afterpay {
  position: relative;
  display: inline-block;
}
.inner-afterpay .afterpay-flogo {
  display: block;
  max-width: 200px;
}
.inner-afterpay p {
  font-size: 11px;
  font-size: 0.786rem;
  text-transform: uppercase;
}
.flower-small {
  position: absolute;
  top: 0;
  left: -40px;
  width: 32px;
}
@media (min-width: 992px) {
  .flower-small {
    top: -120px;
    left: -90px;
    width: 61px;
  }
}
@media (min-width: 1200px) {
  .inner-afterpay {
    margin-bottom: 20px;
  }
  .inner-afterpay a {
    max-width: 256px;
  }
  .inner-afterpay .flower-small {
    top: -120px;
    left: -90px;
    width: 61px;
  }
  .inner-afterpay p {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
/* End Structure */
/* Block */

.promo-top-mobile {
    display: block;
}
.promo-top-desktop {
    display: none;
}

.promo-top {
  position: relative;
  padding: 8px 10px;
  margin: 10px 0px 10px 0px;
  /*background-color: #e9dddf;*/
  text-align: center;
  /*text-transform: uppercase;*/
}
.promo-top p,
.promo-top * {
  position: relative;
  /*font-size: 9px;*/
  /*font-size: 0.9rem;*/
  z-index: 1;
  margin-bottom: 0;
}
/*.promo-top:before,
.promo-top:after {
  position: absolute;
  top: 0;
  content: "";
  width: 106px;
  height: 100%;
  background-repeat: repeat-y;
  display: block;
}
.promo-top:before {
  left: 0;
  background-image: url("../images/promo-left.png");
}
.promo-top:after {
  right: 0;
  background-image: url("../images/promo-right.png");
}*/

@media (min-width: 992px) {
    .promo-top-mobile {
        display: none;
    }

    .promo-top-desktop {
        display: block;
    }

  .promo-top {
    margin: 10px 0px 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .promo-top p,
  .promo-top * {
    /*font-size: 20px;
    font-size: 1.429rem;*/
  }
}
.hexa-slider {
  text-align: center;
  margin-bottom: 15px;
}
.hexa-slider .flower {
  display: none;
}
.hexa-slider .slick .black-state .desc {
  color: #231f20;
}
@media (min-width: 992px) {
  .hexa-slider {
    position: relative;
    overflow: visible;
    height: 1200px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: -4%;
    margin-bottom: -30%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
  }
  .hexa-slider .flower {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .hexa-slider .flower:nth-child(1) {
    top: 3%;
    left: -17%;
  }
  .hexa-slider .flower:nth-child(2) {
    left: -11%;
    bottom: 15%;
  }
  .hexa-slider .flower:nth-child(3) {
    bottom: 1%;
    right: -16%;
  }
  .hexa-slider .flower:nth-child(4) {
    top: 20%;
    right: -9%;
  }
  .hexa-slider .slick {
    width: 1140px;
    height: 1200px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    position: absolute;
    right: -9999px;
  }
  .hexa-slider .slick .item {
    position: absolute;
    width: 420px;
    height: 364px;
  }
  .hexa-slider .slick .item:nth-child(1) {
    top: 0;
    left: 50%;
    margin-left: -210px;
  }
  .hexa-slider .slick .item:nth-child(2) {
    top: 212px;
    left: 0;
  }
  .hexa-slider .slick .item:nth-child(3) {
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -182px;
  }
  .hexa-slider .slick .item:nth-child(4) {
    top: 212px;
    right: 0;
  }
  .hexa-slider .slick .item:nth-child(5) {
    top: 625px;
    left: 0;
  }
  .hexa-slider .slick .item:nth-child(6) {
    left: 50%;
    margin-left: -210px;
    bottom: 0;
  }
  .hexa-slider .slick .item:nth-child(7) {
    top: 625px;
    right: 0;
  }


    .hexa-slider-all-categories {
        height: 2000px;
        margin-top: 20px;
        /*margin-bottom: 0;*/
    }

    .hexa-slider-all-categories .slick {
        height: 2000px;
    }

        .hexa-slider-all-categories .slick .item:nth-child(1) {
            top: 0;
            left: 50%;
            margin-left: -210px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(2) {
            top: 212px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(3) {
            top: 612px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(4) {
            top: 212px;
            right: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(5) {
            top: 625px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(6) {
            top: 1012px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
            bottom:initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(7) {
            top: 625px;
            right: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(8) {
            top: 1025px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(9) {
            top: 1412px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(10) {
            top: 1025px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(11) {
            top: 1425px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(12) {
            top: 1812px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(13) {
            top: 1425px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(14) {
            top: 1825px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(15) {
            top: 2212px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(16) {
            top: 1825px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(17) {
            top: 2225px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(18) {
            top: 2612px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(19) {
            top: 2225px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(20) {
            top: 2625px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(21) {
            top: 2625px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(22) {
            top: 3012px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .flower:nth-child(1) {
            top: 0;
            left: -20%;
        }

        .hexa-slider-all-categories .flower:nth-child(2) {
            left: -11%;
            bottom: 15%;
        }

        .hexa-slider-all-categories .flower:nth-child(3) {
            bottom: -25%;
            right: -16%;
        }

        .hexa-slider-all-categories .flower:nth-child(4) {
            top: 25%;
            right: -9%;
        }
}

@media (min-width: 1200px) {
  .hexa-slider {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 50px 0;
  }
  .hexa-slider .flower {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .hexa-slider .flower:nth-child(1) {
    top: 3%;
    left: -8%;
  }
  .hexa-slider .flower:nth-child(2) {
    left: -3%;
    bottom: 18%;
  }
  .hexa-slider .flower:nth-child(3) {
    bottom: 4%;
    right: -7%;
  }
  .hexa-slider .flower:nth-child(4) {
    top: 20%;
    right: -2%;
  }

    .hexa-slider-all-categories {
        height: 2400px;
    }

        .hexa-slider-all-categories .slick {
            height: 2400px;
        }

    .hexa-slider-all-categories .flower:nth-child(1) {
        top: 0;
        left: -8%;
    }

    .hexa-slider-all-categories .flower:nth-child(2) {
        left: 0;
        bottom: 22%;
    }

    .hexa-slider-all-categories .flower:nth-child(3) {
        bottom: 9%;
        right: -10%;
    }

    .hexa-slider-all-categories .flower:nth-child(4) {
        top: 20%;
        right: 0;
    }

}

.module-block {
  padding: 20px 0;
  text-align: center;
}
.module-block .heading {
  margin-bottom: 10px;
}
.module-block .heading h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.286rem;
}
.module-block .heading p {
  font-size: 14px;
  font-size: 1rem;
}
.module-block .shop-all > span span {
  padding: 0 10px;
}
.brand-slider {
  margin-bottom: 20px;
}
.brand-slider .item {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .brand-block a.button.btn-primary {
    height: 32px;
  }
  .brand-block a.button.btn-primary:before,
  .brand-block a.button.btn-primary:after {
    width: 19px;
  }
  .brand-block a.button.btn-primary > span:before,
  .brand-block a.button.btn-primary > span:after {
    width: 19px;
  }
  .brand-block a.button.btn-primary > span span {
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    font-size: 12px;
    font-size: 0.857rem;
  }
  .brand-block a.button.btn-primary > span span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 8px solid #d85486;
    left: -8px;
  }
  .brand-block a.button.btn-primary > span span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #d85486;
    right: -8px;
  }
}
@media (min-width: 992px) {
  .module-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-block .heading {
    margin-bottom: 30px;
  }
  .module-block .heading h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 2.143rem;
  }
  .brand-slider {
    margin-bottom: 30px;
  }
  .brand-block {
    padding-bottom: 58px;
  }
}
.store-block {
  padding: 30px 0;
}
.store-block h1 {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-size: 1.286rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.store-block h1 .flower-small-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.store-block h1 .flower-small-01 img {
  max-width: 28px;
}
.store-block p {
  margin-bottom: 10px;
}
.store-block .desc {
  margin-bottom: 30px;
}
.store-block .list {
  margin: 0 auto 30px;
  max-width: 280px;
  font-size: 0;
}
.store-block .list a {
  display: table;
  width: 100%;
  color: #292526;
}
.store-block .list a:hover {
  color: #d85486;
}
.store-block .list a .cell {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}
.store-block .list a .cell + .cell {
  width: auto;
  text-align: left;
}
.store-block .list a .text {
  display: inline-block;
  padding-left: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-size: 1.143rem;
}
.store-block .list a .text > span {
  display: block;
  font-size: 11px;
  font-size: 0.786rem;
  text-transform: none;
}
.store-block .list a i {
  font-size: 43px;
  font-size: 3.071rem;
}
@media (min-width: 768px) {
  .store-block .desc {
    text-align: center;
  }
  .store-block h1 {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list {
    max-width: 100%;
  }
  .store-block .list li {
    display: inline-block;
    width: 33.33%;
  }
  .store-block .list li:nth-child(2) {
    padding-left: 3%;
  }
}
@media (min-width: 992px) {
  .store-block h1 {
    padding-left: 130px;
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 2.857rem;
    line-height: 1;
  }
  .store-block h1 .flower-small-01 {
    top: -31px;
    left: 66px;
  }
  .store-block h1 .flower-small-01 img {
    max-width: 52px;
  }
  .store-block .desc {
    text-align: center;
  }
  .store-block p {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.8;
  }
  .store-block .list a {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text > span {
    font-size: 14px;
    font-size: 1rem;
  }
  .store-block .list a i {
    font-size: 70px;
    font-size: 5rem;
  }
  .store-block .list a .icon-shipping {
    font-size: 60px;
    font-size: 4.286rem;
  }
}
@media (min-width: 1000px) {
  .store-block {
    padding-bottom: 60px;
  }
  .store-block .list a {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text > span {
    font-size: 14px;
    font-size: 1rem;
  }
  .store-block .list a i {
    font-size: 70px;
    font-size: 5rem;
  }
  .store-block .list a .icon-shipping {
    font-size: 60px;
    font-size: 4.286rem;
  }
}
.instagram-block {
  position: relative;
}
.instagram-block .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.instagram-block .wrap {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.instagram-block .wrap .vertical {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.instagram-block .wrap h2,
.instagram-block .wrap a {
  color: #fff;
  background-color: #231f20;
}
.instagram-block .wrap h2 {
  padding: 20px 5px 15px;
  margin-bottom: 5px;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.286rem;
}
.instagram-block .wrap a {
  padding: 3px 4px;
  font-size: 13px;
  font-size: 0.929rem;
}
.instagram-block .wrap a:hover {
  color: #d85486;
}
.instagram-block .content {
  max-width: 440px;
  margin: 0 auto;
}
.list-instagram {
  margin-left: -1px;
  margin-right: -1px;
  font-size: 0;
}
.list-instagram:before,
.list-instagram:after {
  display: table;
  content: "";
  clear: both;
}
.list-instagram li {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  padding: 1px;
}
.list-instagram li .item img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .list-instagram li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .instagram-block {
    margin-bottom: 30px;
  }
  .instagram-block .wrap h2 {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 30px;
    font-size: 2.143rem;
  }
  .instagram-block .wrap p {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .list-instagram li {
    width: 16.66%;
  }
  .list-instagram li:nth-child(6n+7) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .list-instagram li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .list-instagram li {
    width: 50%;
  }
}
.join-our {
  position: relative;
  padding: 25px 18px 18px;
  margin: 30px 0;
  width: 100%;
  max-height: 144px;
  background-color: #e9dddf;
  text-align: center;
}
.join-our:before,
.join-our:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 30px;
  background-repeat: repeat-y;
  display: block;
}
.join-our:before {
  left: 0;
  background-image: url("../images/bg-join-left-mb.jpg");
}
.join-our:after {
  right: 0;
  background-image: url("../images/bg-join-right-mb.jpg");
}
.join-our .head {
  position: relative;
}
.join-our .title {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.286rem;
  color: #292526;
}
.join-our p {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.786rem;
  color: #292526;
}
.join-our .flower-small {
  position: absolute;
  top: -46px;
  left: -40px;
  width: 42px;
}
.join-our .fieldset {
  padding-top: 0;
}
.join-our .mail-box {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .join-our .fieldset {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .join-our {
    display: table;
    padding: 0 80px 0 60px;
    width: 100%;
    margin: 50px auto;
    max-width: 980px;
    height: 110px;
  }
  .join-our:before,
  .join-our:after {
    width: 90px;
  }
  .join-our:before {
    background-image: url("../images/bg-join-left.jpg");
  }
  .join-our:after {
    background-image: url("../images/bg-join-right.jpg");
  }
  .join-our .queenbee,
  .join-our .head,
  .join-our .subscribe {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    z-index: 1;
  }
  .join-our .head {
    padding-top: 18px;
  }
  .join-our .queenbee {
    width: 72px;
  }
  .join-our .queenbee img {
    display: block;
  }
  .join-our .title {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .join-our p {
    font-size: 14px;
    font-size: 1rem;
  }
  .join-our .flower-small {
    width: 52px;
    top: -56px;
  }
  .join-our .mail-box {
    max-width: 340px;
  }
}
.shopby-product-list .heading {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.shopby-product-list .heading .flower-small {
  left: 0;
  top: 0;
}
.shopby-product-list .heading h1 {
  margin-bottom: 15px;
}
.shopby-product-list .heading p {
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
}
.shopby-product-list.filter-active .filter > span span .icon-filter {
  display: none;
}
.shopby-product-list.filter-active .filter > span span .icon-cancel {
  display: inline-block;
}
.shopby-product-list.filter-active .block-filter {
  display: block;
}
.category-alt {
  margin-bottom: 30px;
}
.category-alt:before,
.category-alt:after {
  display: table;
  content: "";
  clear: both;
}
.category-alt .inner {
  margin-bottom: 20px;
}
.category-alt .inner:before,
.category-alt .inner:after {
  display: table;
  content: "";
  clear: both;
}
.category-alt .selected.custom-select span {
  border-color: #ccc;
}
.category-alt .filter {
  margin-left: 10px;
  height: 32px;
}
.category-alt .filter > span span {
  padding-left: 12px;
  padding-right: 12px;
}
.category-alt .filter > span span i {
  margin-right: 5px;
  margin-left: 0;
}
.category-alt .filter > span span .icon-cancel {
  display: none;
}
.category-alt .filter-products {
  float: right;
  line-height: 30px;
}
.category-alt .sorting {
  margin-bottom: 20px;
}
.block-filter {
  display: none;
  margin-bottom: 20px;
}
.block-filter .filter-by-text {
  position: relative;
  margin-bottom: 20px;
}
.block-filter .filter-by-text .icon-close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
}
.block-filter.active {
  display: block;
}
.filter-choices {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 13px;
  font-size: 0.929rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #292526;
  cursor: pointer;
}
.filter-choices i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
.filter-choices .icon-caret-up {
  display: none;
}
.filter-list {
  padding: 10px 0;
}
.filter-list li {
  margin-bottom: 8px;
}
.filter-list li:before,
.filter-list li:after {
  display: table;
  content: "";
  clear: both;
}
.filter-choices.active .icon-caret-up {
  display: block;
}
.filter-choices.active .icon-caret-down {
  display: none;
}
.product-item {
  display: block;
  /*min-height: 380px;
  overflow:hidden;*/
}

/*@media (min-width: 544px) {
    .product-item {
        min-height: 480px;
    }

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .product-item {
        min-height: 430px;
    }
}
@media (min-width: 1200px) {

}*/

@media (max-width: 991px) {
    .listing-products .item:nth-child(2n+1) {
        clear:left;
    }
}

.product-item .img-tmb {
  position: relative;
  margin-bottom: 12px;
}
.product-item .img-tmb:hover .shop-now {
  display: block;
}
.product-item .img-tmb .product-image {
  position: relative;
  display: block;
  padding: 10px;
  background: url('../images/bg-item-product.png?v1') no-repeat;
  background-size: contain;
  background-position: center;
}
.product-item .img-tmb .product-image:hover .img-cate {
  opacity: 0;
}
.product-item .img-tmb .product-image:hover .img-cate-hover {
  opacity: 1;
}
.product-item .img-tmb img {
  display: block;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-item .img-tmb .img-cate-hover {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-item .shop-now,
.product-item .sale,
.product-item .productBags, 
.product-wrapper .thumb-slider .productBags, .product-wrapper .thumb-slider .sale  {
  position: absolute;
  z-index: 1;
}

.product-wrapper .thumb-slider .slick-slide {
    position: relative;
}

.product-item .shop-now {
  display: none;
  width: 51px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-item .sale, .product-wrapper .thumb-slider .sale {
  padding: 0 5px;
  height: 26px;
  bottom: 25px;
  right: 0;
  background-color: #de8aaa;
  font-size: 11px;
  font-size: 0.786rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 26px;
}
.product-item .sale:before, .product-wrapper .thumb-slider .sale:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 13px 0;
  border-color: transparent #de8aaa transparent transparent;
}
.product-item .productBags, .product-wrapper .thumb-slider .productBags {
  display: table;
  top: 15px;
  left: 12px;
  width: 45px;
  height: 45px;
  background-color: #e9dddf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  font-size: 0.714rem;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}
.product-item .productBags span, .product-wrapper .thumb-slider .productBags span {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

    .product-item .productBags.arrivingSoon, .product-wrapper .thumb-slider .productBags.arrivingSoon {
        top: auto;
        right: auto;
        bottom: 10px;
        left: 10px;
        background-color: #999;
        color: #fff;
    }

    .product-item .productBags.newArrival, .product-wrapper .thumb-slider .productBags.newArrival {
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto;
    }

    .product-item .productBags.bestSeller, .product-wrapper .thumb-slider .productBags.bestSeller {
        top: 10px;
        right: auto;
        bottom: auto;
        left: 10px;
    }

.product-item h2 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.product-item h2 a {
  display: block;
  margin-bottom: 10px;
  color: #292526;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.product-item h2 a:hover {
  color: #d85486;
}
.product-item p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1rem;
  color: #999;
}
.product-item .price {
  margin-bottom: 10px;
}
.reviews {
  font-size: 13px;
  font-size: 0.929rem;
  min-height: 18px;
}
.reviews .stars:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 14px;
  color: #d85486;
}

    /*
    Empty Star: e81f
    Half Star: e9d8
    Full Star: e81a
*/

    .reviews .stars.stars-0:before {
        content: " ";
    }

    .reviews .stars.stars-05:before {
        content: "\e9d8";
    }

    .reviews .stars.stars-1:before {
        content: "\e81a";
    }

    .reviews .stars.stars-15:before {
        content: "\e81a\e9d8";
    }

    .reviews .stars.stars-2:before {
        content: "\e81a\e81a";
    }

    .reviews .stars.stars-25:before {
        content: "\e81a\e81a\e9d8";
    }

    .reviews .stars.stars-3:before {
        content: "\e81a\e81a\e81a";
    }

    .reviews .stars.stars-35:before {
        content: "\e81a\e81a\e81a\e9d8";
    }

    .reviews .stars.stars-4:before {
        content: "\e81a\e81a\e81a\e81a";
    }

    .reviews .stars.stars-45:before {
        content: "\e81a\e81a\e81a\e81a\e9d8";
    }

    .reviews .stars.stars-5:before {
        content: "\e81a\e81a\e81a\e81a\e81a";
    }

@media (min-width: 768px) and (max-width: 992px) {
  .product-item .img-tmb .product-image {
    padding: 15px;
  }
  .product-item .img-tmb .product-image .img-cate-hover {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
.listing-products .inner {
  margin-left: -5px;
  margin-right: -5px;
}
.listing-products .item {
  float: left;
  padding: 0 5px;
  margin-bottom: 20px;
  width: 50%;
}
@media (min-width: 992px) {
  .shopby-product-list .wrap-inner:before,
  .shopby-product-list .wrap-inner:after {
    display: table;
    content: "";
    clear: both;
  }
  .shopby-product-list .heading {
    float: left;
    padding-left: 60px;
    padding-top: 40px;
  }
  .shopby-product-list.filter-active .block-filter + .listing-products .item {
      clear: inherit;
    width: 25%;
  }
  .shopby-product-list.filter-active .block-filter + .listing-products .item:nth-child(4n+5) {
    clear: left;
  }
  /*.shopby-product-list.filter-active .block-filter + .listing-products .item:nth-child(5n+6) {
    clear: inherit;
  }*/
  .category-alt {
    float: right;
    margin: 0;
    width: 210px;
  }
  .block-filter {
    float: left;
    width: 220px;
    margin: 10px 20px 0 0;
  }
  .listing-products {
    position: relative;
    overflow: hidden;
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
  }
  .listing-products .inner {
    margin-left: -7px;
    margin-right: -7px;
  }
  .listing-products .item {
    width: 20%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 35px;
  }
  .listing-products .item:nth-child(5n+6) {
    clear: left;
  }
}
.faq-block {
    padding-bottom: 20px;
    line-height: 1.571em;
}
.faq-block .head {
  margin-bottom: 20px;
}
.faq-block .head h2, .faq-block h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 2.143rem;
}
.faq-block h3 {
  margin-bottom: 5px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.faq-block p,
.faq-block h4 {
  line-height: 1.571em;
}
.faqs li {
  padding: 12px 0;
}
.faqs li:first-child {
  padding-top: 0;
}
.faqs li + li {
  border-top: 1px dashed #ccc;
}
.faqs li h4,
.faqs li p {
  position: relative;
}
.faqs li h4:before,
.faqs li p:before {
  float: left;
  margin-right: 10px;
  color: #d85486;
  font-size: 14px;
  font-size: 1rem;
}
.faqs li h4:before {
  content: "Q";
}
.faqs li p:before {
  content: "A";
}
@media (min-width: 992px) {
  .faq-block {
    padding-bottom: 30px;
  }
  .faq-block .head {
    margin-bottom: 30px;
  }
  .faq-block .head h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.two-box-slider {
  margin-bottom: 15px;
}
.two-box-slider .item {
  position: relative;
/*  width: 100vw;*/
}
.two-box-slider .item:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url('../images/box-border.png') no-repeat center center / contain;
}
.two-box-slider .content {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  text-align: center;
}
.two-box-slider .white-state .title {
  color: #fff;
}
.two-box-slider .title {
  font-size: 24px;
  font-size: 1.714rem;
}
@media (max-width: 767px) {
  .two-box-slider a.button.btn-primary {
    height: 32px;
  }
  .two-box-slider a.button.btn-primary:before,
  .two-box-slider a.button.btn-primary:after {
    width: 19px;
  }
  .two-box-slider a.button.btn-primary > span:before,
  .two-box-slider a.button.btn-primary > span:after {
    width: 19px;
  }
  .two-box-slider a.button.btn-primary > span span {
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    font-size: 12px;
    font-size: 0.857rem;
  }
  .two-box-slider a.button.btn-primary > span span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 8px solid #d85486;
    left: -8px;
  }
  .two-box-slider a.button.btn-primary > span span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #d85486;
    right: -8px;
  }
}
@media (min-width: 544px) {
  .two-box-slider {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .two-box-slider .item {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .two-box-slider {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .two-box-slider .item {
    padding: 0 20px;
  }
  .two-box-slider .title {
    font-size: 40px;
    font-size: 2.857rem;
  }
}
@media (min-width: 992px) {
  .two-box-slider {
    margin-bottom: 80px;
  }
  .two-box-slider .item {
    padding: 0 20px;
  }
  .two-box-slider .item:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
.three-box-slider {
  margin-bottom: 15px;
  width: auto;
}
.three-box-slider .imageitem {
  position: relative;
}
.three-box-slider .imageitem:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url(../images/three-box-border.png) no-repeat center center / contain;
}
.three-box-slider .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.three-box-slider .content:hover {
  color: #d85486;
}
.three-box-slider .content .title {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.714rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.three-box-slider .content .sub-title {
  font-size: 18px;
  font-size: 1.286rem;
}

    .three-box-slider .content-bottom {
        margin-top: 10px;
        font-size: initial;
    }

@media (min-width: 544px) {
  .three-box-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .three-box-slider .item {
    width: calc(100% / 3);
/*    padding: 0 10px;*/
  }
    .three-box-slider .imageitem {
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
  .three-box-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .three-box-slider .item {
    /*padding: 0 15px;*/
  }
    .three-box-slider .imageitem {
        padding: 0 15px;
    }
  .three-box-slider .imageitem:before {
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
  }
  .three-box-slider .content {
    padding: 0 40px;
  }
  .three-box-slider .content .title {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .three-box-slider .content .sub-title {
    font-size: 26px;
    font-size: 1.857rem;
  }
}
.single-slider .item {
  position: relative;
}
.single-slider .item a {
  display: block;
}
.single-slider .item a:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url(../images/banner-border.png) no-repeat center center / 100% 100%;
}
.single-slider .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-slider .content {
  padding-left: 45%;
  color: #292526;
  text-align: center;
}
.single-slider .content .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
}
.single-slider .content .button {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  margin-bottom: -60%;
}
@media (min-width: 768px) {
  .single-slider .content .title {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .single-slider .content .button {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .single-slider {
    margin-bottom: 65px;
  }
  .single-slider .item:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .single-slider .content .title {
    font-size: 40px;
    font-size: 2.857rem;
  }
}
@media (min-width: 768px) {
  .slider-wrap .flower {
    position: absolute;
  }
  .slider-wrap .flower.flower-1 {
    top: 22%;
    left: -3%;
    z-index: 1;
  }
  .slider-wrap .flower.flower-2 {
    bottom: -12%;
    right: -2%;
  }
}
@media (min-width: 992px) {
  .slider-wrap .flower {
    position: absolute;
  }
  .slider-wrap .flower.flower-1 {
    left: -8%;
    z-index: 1;
  }
  .slider-wrap .flower.flower-2 {
    right: -3%;
  }
}
.heading-description {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.heading-description .flower,
.heading-description .inner {
  display: table-cell;
  vertical-align: middle;
}
.heading-description .flower {
  width: 35px;
  vertical-align: top;
}
.heading-description .inner {
  padding-left: 10px;
}
.heading-description h1 {
  padding-top: 5px;
}
.heading-description p {
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .heading-description {
    margin-bottom: 20px;
  }
  .heading-description .flower {
    width: 66px;
    vertical-align: middle;
  }
  .heading-description p {
    margin-top: 15px;
  }
}
@media (min-width: 991px) {
  .heading-description {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.module-01 {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.module-01.no-border {
  border-bottom: none;
}
.module-01 .heading {
  margin-bottom: 30px;
}
.module-01 .heading h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.286rem;
}
.module-01 .heading p {
  color: #999;
}
@media (min-width: 768px) {

    .module-01 {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .carousel-cat div.module-01:first-child {
        padding-top: 15px;
    }

  .module-01 .heading {
    margin-bottom: 30px;
  }
  .module-01 .heading h2 {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.gift-wrap .breadcrumbs {
  margin-bottom: 25px;
}
.gift-wrap .thumb {
  padding: 0 20px 30px;
}
.gift-wrap .left-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gift-wrap {
    padding-bottom: 30px;
  }
}
.right-block h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.714rem;
  font-weight: 300;
}
.right-block > a {
  color: #d85486;
}
.right-block > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .right-block .editor p,
  .right-block .editor * {
    line-height: 1.8em;
  }
}
.voucher-box {
  position: relative;
  padding: 20px 20px 2px 55px;
  margin-bottom: 20px;
  background: #fff url('../images/voucher-box.png') no-repeat 0 0 / 100% 100%;
}
.voucher-box > i {
  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 27px;
  color: #d85486;
}
.voucher-box > i.icon-email {
  font-size: 20px;
}
.voucher-box .editor ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.voucher-box .editor ul li:before {
  float: left;
  margin: 8px 5px 0 0;
  position: static;
  display: block;
  background-color: #d85486;
}
.warning-box {
  background-color: #eee;
  position: relative;
  padding: 12px 20px 12px 60px;
}
.warning-box .icon-warning {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
  color: #999;
}
.warning-box em {
  line-height: 1.571em;
}
.gift-form {
  padding-top: 30px;
}
.gift-form .note-text {
  padding-bottom: 10px;
  text-align: center;
}
.gift-form .note-text h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
}
.gift-form .note-text span {
  display: block;
  color: #999;
  font-size: 10px;
  font-size: 0.714rem;
}
.gift-form .note-text .icon-arrow-down {
  display: none;
  position: absolute;
  top: 11px;
  left: -25px;
  font-size: 20px;
  color: #d85486;
}
.gift-form textarea {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 110px;
}
.gift-form .selected.custom-select span {
  border-color: #ccc;
}
@media (min-width: 544px) {
  .gift-form .note-text .icon-arrow-down {
    display: block;
  }
}
@media (min-width: 768px) {
  .gift-form {
    padding-bottom: 10px;
  }
  .gift-form .note-text h3 {
    font-size: 20px;
    font-size: 1.429rem;
  }
  .gift-form .note-text span {
    font-size: 14px;
    font-size: 1rem;
  }
  .gift-form .note-text .icon-arrow-down {
    top: 25px;
    font-size: 25px;
  }
}
.pink-module {
  padding: 10px 15px 15px;
  background-color: #e9dddf;
}
.pink-module label {
  margin-bottom: 8px;
  font-weight: 700;
}
.pink-module label span {
  color: #d85486;
}
@media (min-width: 768px) {
  .pink-module {
    padding: 10px 30px 40px;
  }
}
.alpha-list {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.alpha-list a {
  display: inline-block;
  padding: 5px 10px;
  color: #ccc;
  font-size: 19px;
  font-size: 1.357rem;
}
.alpha-list a.jsHasEvent {
  color: #292526;
}
@media (min-width: 768px) {
  .alpha-list li:first-child a {
    padding-left: 0;
  }
  .alpha-list li:last-child a {
    padding-right: 0;
  }
  .alpha-list a {
    font-size: 30px;
    font-size: 2.143rem;
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .alpha-list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.brands-section {
  padding: 25px 0;
}
.brands-section + .brands-section {
  border-top: 1px dashed #ddd;
}
.brands-section .charactor {
  width: calc(100% / 7);
  float: left;
  font-size: 24px;
  font-size: 1.714rem;
  padding-top: 24px;
  color: #ccc;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
}
.brands-section .brand-items {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-top: -10px;
}
.brands-section .brand-items li {
  width: 50%;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
}
.brands-section .brand-items a {
  display: block;
}
.brands-section .brand-items img {
  display: block;
}
@media (min-width: 544px) {
  .brands-section .charactor {
    padding-top: 31px;
  }
  .brands-section .brand-items li {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .brands-section {
    padding: 21px 0;
    min-height: 124px;
  }
  .brands-section .charactor {
    padding-top: 31px;
    font-size: 24px;
    font-size: 1.714rem;
  }
  .brands-section .brand-items li {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .brands-section .brand-items li {
    width: 20%;
  }
}
.flag {
  height: 30px;
  line-height: 30px;
  background: url("../images/bgd-flag.png") no-repeat 0 0 / auto 100%;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: -5px;
  z-index: 1;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .flag {
    padding: 0 20px;
    font-size: 20px;
    font-size: 1.429rem;
    height: 38px;
    line-height: 38px;
  }
}
.product-wrapper {
  margin-bottom: 70px;
}
.product-wrapper .sharing-toolbox {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  margin-bottom: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .product-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-wrapper .sharing-toolbox {
    padding-left: 90px;
    top: 100%;
    bottom: auto;
    margin-top: 17px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .product-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sharing-toolbox .box {
  display: inline-block;
  vertical-align: middle;
}
.gallery-block {
  position: relative;
  margin: 40px 0 30px;
}
.thumb-slider img {
  width: 100%;
}
@media (max-width: 767px) and (orientation: landscape) {
  .thumb-slider {
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .slider-nav {
    height: 0 !important;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .gallery-block {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .vertical-slider {
    float: left;
    width: 80px;
    margin-top: -5px;
  }
  .vertical-slider .item {
    padding: 5px 0;
  }
  .vertical-slider .item img {
    border: 2px solid #999;
  }
  .vertical-slider .item.slick-current img {
    border-color: #333;
  }
  .thumb-slider {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gallery-block {
    padding: 0 20px;
  }
  .thumb-slider {
    float: right;
    width: calc(100% - 90px);
  }
  .thumb-slider .slick-arrow {
    display: none !important;
  }
}
.items-inline {
  font-size: 0;
  text-align: left;
}
.items-inline li {
  display: inline-block;
  margin-right: 10px;
}
.items-inline li + li {
  margin-left: 10px;
}
.items-inline li .icon-pregnancy,
.items-inline li .icon-pregnancy-1,
.items-inline li .icon-pregnancy-2 {
  font-size: 54px;
}
.items-inline li .icon-pregnancy-2 {
  font-size: 60px;
}
@media (min-width: 768px) {
  .items-inline li + li {
    margin-left: 35px;
  }
  .items-inline li .icon-pregnancy,
  .items-inline li .icon-pregnancy-1,
  .items-inline li .icon-pregnancy-2 {
    font-size: 65px;
  }
  .items-inline li .icon-pregnancy-2 {
    font-size: 70px;
  }
}
.main-info {
  padding-bottom: 10px;
  position: relative;
}
.main-info .brand-name {
  margin-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.429rem;
  color: #636363;
}
.main-info .product-name {
  margin-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.571rem;
}
.main-info .text-flag {
  display: block;
  margin-top:  12px;
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
  position: absolute;
  top: 0;
  right: 20px;
}
.item-alt {
  padding: 10px 0;
}
.item-alt .items-inline {
  float: left;
}
.item-alt .review-box {
  float: right;
  padding-top: 25px;
  text-align: right;
}
.item-alt .review-box .read-review {
  font-size: 14px;
  font-size: 1rem;
  text-decoration: underline;
}
  .item-alt .review-box .rating {
    display: block;
    padding-bottom: 10px;
  }

@media (min-width: 768px) {
  .main-info {
    float: right;
    width: 50%;
    padding: 0 10px;
  }
  .main-info .brand-name {
    font-size: 28px;
    font-size: 2rem;
  }
  .main-info .product-name {
    font-size: 26px;
    font-size: 1.857rem;
  }
  .main-info .text-flag {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.929rem;
  }
  .item-alt .review-box {
    padding-top: 14px;
  }

  .item-alt .review-box .read-review {
    text-decoration: underline;
  }
  .item-alt .review-box .read-review:hover {
    text-decoration: none;
  }
  .main-info .clearfix {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .main-info {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .details {
    float: right;
    clear: right;
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .details {
    padding: 0 20px;
  }
}
.price-area .price {
  margin-bottom: 20px;
}
.price-area .price .new-price {
  font-size: 24px;
  font-size: 1.714rem;
}
.price-area .price .old-price {
  margin-left: 35px;
}
@media (min-width: 768px) {
  .price-area .price {
    margin-bottom: 8px;
  }
}
.afterpay {
  margin-bottom: 10px;
}
.afterpay span,
.afterpay img {
  display: inline-block;
  vertical-align: middle;
}
.afterpay img {
  margin: 0 5px;
}
.afterpay .more-info {
  display: inline-block;
  margin: 10px 0;
}
.afterpay .more-info i {
  margin-left: 5px;
  color: #d85486;
  vertical-align: middle;
}
@media (min-width: 544px) {
  .afterpay .more-info {
    display: inline-block;
    vertical-align: middle;
  }
  .afterpay img {
    margin: 0 5px;
  }
}
.add-to-bag-area {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .add-to-bag-area {
    margin-bottom: 25px;
  }
}
.pink-box {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #e9dddf;
}
.pink-box .form-group {
  float: left;
  position: relative;
  width: 50%;
  padding-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
}

.pink-box .form-group-option {
  width: 65%;
}

.pink-box .form-group label {
  position: absolute;
  left: 0;
  top: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.pink-box .right-wrap {
  float: right;
}
.pink-box .note-text {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.pink-box .note-text i {
  position: relative;
  bottom: -20px;
  font-size: 24px;
  color: #d85486;
}
.pink-box .note-text span {
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.857rem;
}
.pink-box .size-chart {
  /*width: 95px;*/
  display: block;
  opacity: 0.7;

  font-size: 16px;
  /*color: rgb(206, 15, 108);*/
  color: #000;
  margin-top: 12px;
  text-decoration: underline;
}
.pink-box .size-chart:hover {
  opacity: 1;
}
.pink-box .size-chart img {
  display: block;
}
.pink-box .product-code {
  line-height: 1.2;
}
.pink-box .product-code span {
  white-space: nowrap;
  color: #777;
}
.pink-box .notice {
  display: block;
  line-height: 1.2;
}
.pink-box .notice.in-stock {
  color: #19b486;
}
.pink-box .notice.out-stock {
  color: red;
}
.pink-box .notice.more-soon {
  color: green;
}
.pink-box .custom-number {
  width: 90px;
}
.pink-box .custom-number input {
  text-align: center;
}
.pink-box .add-wishlist {
  padding-top: 13px;
  /*text-align: center;*/
}
.pink-box .add-wishlist a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .pink-box {
    margin-bottom: 25px;
  }
  .pink-box .note-text {
    text-align: right;
    padding-left: 0;
  }
  .pink-box .note-text span {
    font-size: 16px;
    font-size: 1.143rem;
  }
}
@media (min-width: 992px) {
  .pink-box .form-group {
    padding-left: 86px;
    width: 315px;
    margin-right: 60px;
  }

    .pink-box .right-wrap {
        float: left;
    }
}
@media (min-width: 1200px) {
  .pink-box .note-text {
    padding-right: 20px;
  }
}
.product-intro .tab-container {
  border-bottom: 1px solid #ccc;
}
.product-intro .tab-control {
  position: relative;
  display: block;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
}
.product-intro .tab-control:hover {
  color: #292526;
}
.product-intro .tab-control:before {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 68px;
  height: 3px;
  content: "";
  background: url("../images/line.svg") no-repeat 0 0;
}
.product-intro .tab-control i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 0.4;
  color: #999;
}
.product-intro .tab-control.active {
  color: #292526;
}
.product-intro .tab-control.active:before {
  display: block;
}
.product-intro .tab-control.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #292526;
}
@media (max-width: 767px) {
  .product-intro .tab-control {
    padding: 18px 0 16px;
    border-top: 1px solid #ccc;
  }
  .product-intro .tab-control.active {
    border-bottom: none;
  }
}
.product-intro .editor h4 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 16px;
  text-transform: uppercase;
}
.product-intro .editor h4:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d85486;
}
@media (min-width: 768px) {
  .product-intro .tablist {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .product-intro .tablist li a {
    position: relative;
  }
  .product-intro .tablist li a:before {
    bottom: 2px;
  }
  .product-intro .tablist li.active a {
    color: #292526;
  }
  .product-intro .tablist li.active a:before {
    display: block;
  }
  .product-intro .tab-container {
    padding-top: 15px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .product-intro .tablist li a {
    font-size: 20px;
    font-size: 1.429rem;
  }
  .product-intro .tablist li a:before {
    bottom: 4px;
    width: 99px;
  }
}
.rating .stars:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 14px;
  color: #d85486;
}

/*
    Empty Star: e81f
    Half Star: e9d8
    Full Star: e81a
*/

.rating .stars.stars-05:before {
    content: "\e9d8\e81f\e81f\e81f\e81f";
}

.rating .stars.stars-1:before {
    content: "\e81a\e81f\e81f\e81f\e81f";
}

.rating .stars.stars-15:before {
    content: "\e81a\e9d8\e81f\e81f\e81f";
}

.rating .stars.stars-2:before {
    content: "\e81a\e81a\e81f\e81f\e81f";
}

.rating .stars.stars-25:before {
    content: "\e81a\e81a\e9d8\e81f\e81f";
}

.rating .stars.stars-3:before {
    content: "\e81a\e81a\e81a\e81f\e81f";
}

.rating .stars.stars-35:before {
    content: "\e81a\e81a\e81a\e9d8\e81f";
}

.rating .stars.stars-4:before {
    content: "\e81a\e81a\e81a\e81a\e81f";
}

.rating .stars.stars-45:before {
    content: "\e81a\e81a\e81a\e81a\e9d8";
}

.rating .stars.stars-5:before {
    content: "\e81a\e81a\e81a\e81a\e81a";
}

.module-02 .heading {
  position: relative;
  padding: 12px 20px 5px;
  margin-bottom: 20px;
  background-color: #e9dddf;
}
.module-02 .heading:before,
.module-02 .heading:after {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 100%;
  background-repeat: repeat-y;
  display: block;
}
.module-02 .heading:before {
  left: 0;
  background-image: url("../images/bg-left.jpg");
}
.module-02 .heading:after {
  right: 0;
  background-image: url("../images/bg-right.jpg");
}
.module-02 h2 {
  position: relative;
  font-size: 20px;
  font-size: 1.429rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .module-02 .heading {
    padding: 19px 40px 10px;
  }
  .module-02 h2 {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.related-produtcs-block {
  margin-bottom: 50px;
}
.reviews-block {
  margin-bottom: 20px;
}
.reviews-block .heading {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .reviews-block {
    margin-bottom: 40px;
  }
}
.total-reviews {
  margin-bottom: 30px;
  font-weight: 700;
}
.total-reviews .rating {
  margin: 0 15px 0 10px;
}
.total-reviews .rating .stars {
  margin: 0 1px;
}
.total-reviews .rating .stars:before {
  font-size: 18px;
}
.list-reviews {
  border-top: 1px solid #ccc;
}
.list-reviews li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .list-reviews {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.group-reviews {
  margin-bottom: 10px;
}
.group-reviews span {
  position: relative;
  color: #999;
}
.group-reviews span + span {
  margin-left: 18px;
}
.fancybox-slide > * {
  margin: 20px 0;
}
.popup {
  overflow: visible;
  padding: 10px;
}
@media (min-width: 544px) {
  .popup {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .popup {
    max-width: 950px;
  }
}
.fancybox-close-small {
  top: -22px;
  right: -22px;
  font-size: 0;
  color: transparent;
  text-shadow: none;
  border: none;
  background: url('../images/close.svg') no-repeat 0 0 / 100% 100%;
}
.fancybox-close-small:after {
  color: #fff;
  background-color: transparent;
  top: 7px;
  right: 6px;
}
.fancybox-close-small:hover:after {
  color: #fff;
  background-color: transparent;
}
.fancybox-show-nav .fancybox-arrow:hover {
  opacity: 1;
}
.fancybox-arrow--left {
  left: 30px;
}
.fancybox-arrow--right {
  right: 30px;
}
.fancybox-arrow {
  background: url('../images/next-gray.png') no-repeat 0 0 / 100% auto;
  font-size: 0;
  color: transparent;
  text-shadow: none;
  border: none;
  width: 45px;
  height: 32px;
  margin: 0;
}
.fancybox-arrow:after {
  content: none;
}
@media (max-width: 991px) {
  .fancybox-close-small {
    top: 0;
    right: 0;
  }
  .fancybox-arrow--left {
    left: 10px;
  }
  .fancybox-arrow--right {
    right: 10px;
  }
}
.category-list {
  padding: 20px 0;
}
.category-list h4 {
  margin-bottom: 20px;
}
.category-list h4 a:hover {
  text-decoration: underline;
}
.list-01 {
  text-align: center;
}
.list-01 .thumb {
  display: block;
  padding: 15px;
  background: #fff url('../images/box-media.png') no-repeat 0 0 / 100% 100%;
}
.list-01 img {
  width: 100%;
}
.list-01 .view-full-size {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.929rem;
}
.list-01 .view-full-size i {
  margin-left: 10px;
  font-size: 15px;
}
@media (min-width: 544px) {
  .list-01 {
    margin-left: -10px;
    margin-right: -10px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-01 li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .list-01 li {
    width: calc(100% / 3);
  }
}
.celebrities-list {
  padding: 20px 0;
}
.celebrities-list .list-01 .thumb {
  padding: 25px;
  background-image: url('../images/celebrating-box.png');
}
.about-wrap .heading-description {
  margin-bottom: 20px;
}
.about-info .thumb {
  margin-bottom: 20px;
}
.about-info .thumb img {
  width: 100%;
}
.about-info .editor h2 {
  margin-bottom: 5px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.about-info .editor h2 a {
  color: #292526;
}
.about-info .editor h2 a:hover {
  color: #d85486;
  text-decoration: none;
}
@media (min-width: 544px) {
  .about-info {
    padding-bottom: 30px;
  }
  .about-info .thumb {
    float: left;
    width: 200px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .about-info .thumb {
    width: 250px;
  }
  .about-info .content {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .about-info .thumb {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .about-list-block .heading {
    margin-bottom: 0;
  }
  .about-list-block h2 {
    font-size: 21px;
    font-size: 1.5rem;
  }
}
.about-list li {
  margin-bottom: 40px;
}
.about-list li:before,
.about-list li:after {
  display: table;
  content: "";
  clear: both;
}
.about-list h3,
.about-list p {
  margin-bottom: 5px;
}
.about-list .thumb {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.about-list .thumb img {
  display: block;
}
.about-list .thumb:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  background: url('../images/hexa-border-about.png') no-repeat center center / 100% auto;
}
.about-list .read-now {
  font-size: 13px;
  font-size: 0.929rem;
}
.about-list .read-now i {
  margin-left: 10px;
  vertical-align: middle;
}
@media (min-width: 544px) {
  .about-list li {
    float: left;
    margin: 25px 0;
    width: 50%;
  }
  .about-list li:nth-child(2n+3) {
    clear: left;
  }
  .about-list li:nth-child(2n-1) {
    padding-right: 15px;
  }
  .about-list li:nth-child(2n+2) {
    padding-left: 15px;
  }
  .about-list .read-now {
    display: inline-block;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .about-list .item {
    display: table;
    width: 100%;
  }
  .about-list .thumb,
  .about-list .content {
    display: table-cell;
    vertical-align: middle;
  }
  .about-list .thumb {
    width: 200px;
    margin-bottom: 0;
  }
  .about-list .content {
    padding-left: 20px;
  }
  .about-list h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-list li {
    text-align: center;
  }
  .about-list .content {
    font-size: 13px;
    font-size: 0.929rem;
    text-align: left;
  }
}
.testimonials-wrap .heading-description {
  margin-bottom: 20px;
}
.testimonials-list:before,
.testimonials-list:after {
  display: table;
  content: "";
  clear: both;
}
.testimonials-list li {
  margin-bottom: 30px;
}
.testimonials-list li:before,
.testimonials-list li:after {
  display: table;
  content: "";
  clear: both;
}
.testimonials-list h2 {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.testimonials-list .thumb {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff url('../images/hexa-border-testimonials.png') no-repeat 0 0 / 100% 100%;
}
.testimonials-list .thumb img {
  display: block;
  width: 100%;
}
.testimonials-list .content > a {
  font-weight: 700;
}
.testimonials-list .group-reviews {
  margin-bottom: 10px;
}
.testimonials-list .group-reviews span + span {
  margin-left: 0;
  margin-right: 18px;
}
.testimonials-list .group-reviews .rating {
  display: block;
  margin-bottom: 10px;
}
.testimonials-list p {
  margin-bottom: 10px;
}
.testimonials-list p a {
  margin-left: 4px;
  color: #d85486;
}
.testimonials-list p a:hover {
  text-decoration: underline;
}
@media (min-width: 544px) {
  .testimonials-list li {
    float: left;
    margin: 20px 0;
    width: 48%;
  }
  .testimonials-list li:nth-child(2n+2) {
    float: right;
  }
  .testimonials-list li:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .testimonials-list .thumb {
    float: left;
    margin: 0 15px 0 0;
    width: 175px;
  }
  .testimonials-list .content {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .testimonials-list {
    text-align: center;
  }
  .testimonials-list .content {
    text-align: left;
  }
}
.read-now i {
  margin-left: 10px;
  font-size: 15px;
  color: #9d9d9d;
  vertical-align: middle;
}
.read-now:hover i {
  color: #d85486;
}
@media (min-width: 992px) {
  .read-now i {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blog-wrap .primary {
    float: left;
    width: calc(100% - 260px);
  }
  .blog-wrap .sidebar {
    float: right;
    width: 220px;
  }
}
.blog-item {
  padding: 25px 0;
  border-top: 1px solid #ccc;
}
.blog-item:first-child {
  padding-top: 0;
  border-top: none;
}
.blog-item .thumb {
  text-align: center;
}
.blog-item .content {
  padding-top: 12px;
}
.blog-item h2 {
  padding-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571em;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-item .meta-item-blog {
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 0.857rem;
  color: #999;
  line-height: 1.833em;
}
.blog-item .meta-item-blog a,
.blog-item .meta-item-blog span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.blog-item .meta-item-blog a:hover {
  color: #d85486;
}
.blog-item .desc {
  padding-bottom: 15px;
  font-size: 13px;
  font-size: 0.929rem;
  color: #333;
  line-height: 1.538em;
}
.blog-item .read-now-wrap {
  padding-bottom: 15px;
}
.blog-item .read-now-wrap .read-now {
  font-size: 13px;
  font-size: 0.929rem;
}
@media (min-width: 544px) {
  .blog-item .thumb {
    float: left;
    width: 240px;
  }
  .blog-item .content {
    overflow: hidden;
    padding-top: 0;
    padding-left: 23px;
  }
}
.blog-detail .heading {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.167em;
}
.blog-detail .meta-blog {
  color: #999;
  font-size: 12px;
  font-size: 0.857rem;
  margin-bottom: 15px;
  line-height: 1.833em;
}
.blog-detail .meta-blog a {
  color: inherit;
}
.blog-detail .meta-blog a:hover {
  color: #d85486;
}
.blog-detail .sharing-toolbox {
  margin-bottom: 15px;
}
.blog-detail .editor {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .blog-detail .heading {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.sidebar .group {
  padding-bottom: 20px;
}
.sidebar h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571em;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar .editor li:before {
  background-color: #d85486;
}
.sidebar .editor li a {
  color: inherit;
}
.sidebar .editor li a:hover {
  color: #d85486;
  text-decoration: none;
}
.slide-blog {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.slide-blog .thumb {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.slide-blog .thumb img {
  width: 100%;
}
.slide-blog .content {
  text-align: left;
}
.slide-blog h2 {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.slide-blog .desc {
  margin-bottom: 15px;
}
.slide-blog p {
  margin-bottom: 10px;
}
@media (min-width: 544px) {
  .slide-blog .thumb {
    float: left;
    margin-right: 20px;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .slide-blog .thumb {
    margin-bottom: 0;
    width: 250px;
  }
  .slide-blog .content {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .slide-blog {
    padding-bottom: 35px;
  }
  .slide-blog .thumb {
    width: 330px;
  }
  .slide-blog * {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .slide-blog * {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.blog-list:before,
.blog-list:after {
  display: table;
  content: "";
  clear: both;
}
.blog-list li {
  margin-bottom: 20px;
}
.blog-list .item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff url('../images/box-border-blog.png') no-repeat 0 0 / 100% 100%;
}
.blog-list .thumb {
  display: block;
  margin-bottom: 10px;
}
.blog-list .thumb img {
  width: 100%;
}
.blog-list h2 {
  font-size: 20px;
  font-size: 1.429rem;
}
.blog-list h2 a {
  font-size: inherit;
}
.blog-list h3 {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.blog-list p {
  margin-bottom: 15px;
}
.blog-list .read-now {
  float: right;
}
@media (min-width: 544px) {
  .blog-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog-list li {
    float: left;
    padding: 0 5px;
    width: 50%;
  }
  .blog-list li:nth-child(2n+3) {
    clear: left;
  }
  .blog-list .item {
    padding-bottom: 30px;
  }
  .blog-list .read-now {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog-list {
    margin: 0 -10px 0;
  }
  .blog-list li {
    width: 33.33%;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-list li:nth-child(2n+3) {
    clear: inherit;
  }
  .blog-list li:nth-child(3n+4) {
    clear: left;
  }
  .blog-list .item {
    padding-bottom: 40px;
  }
  .blog-list h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.714rem;
  }
  .blog-list * {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .blog-list h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.286rem;
  }
  .blog-list * {
    font-size: 12px;
    font-size: 0.857rem;
  }
}
.inner-content {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .inner-content {
    padding-bottom: 30px;
  }
  .inner-content .img {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .inner-content p,
  .inner-content * {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.section-content {
  padding-bottom: 20px;
}
.section-content .inner:before,
.section-content .inner:after {
  display: table;
  content: "";
  clear: both;
}
.section-content .col-left {
  margin-bottom: 20px;
}
.section-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.8em;
}
.section-content ul li:before {
  content: "\e81c";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  font-family: "icomoon";
  font-size: 11px;
  color: #d85486;
}
@media (min-width: 768px) {
  .section-content .col {
    width: 50%;
    float: left;
  }
  .section-content .col-right {
    padding: 30px 0 0 20px;
  }
}
@media (min-width: 992px) {
  .section-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 1.714rem;
  }
}
@media (max-width: 991px) {
  .section-content h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.4;
  }
  .section-content ul li {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.join-out-box {
  max-width: 380px;
  padding: 15px 10px;
  background-color: #e9dddf;
  border: 1px solid #ccc;
  text-align: center;
}
.join-out-box h4 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 991px) {
  .join-out-box h4 {
    font-size: 12px;
    font-size: 0.857rem;
  }
}
@media (max-width: 767px) {
  .join-out-box {
    margin: 0 auto;
  }
}
.affiliate-list .col-left {
  margin-bottom: 10px;
}
.affiliate-list img {
  display: block;
  width: 100%;
}
.affiliate-list .item {
  margin-bottom: 10px;
}
@media (min-width: 544px) {
  .affiliate-list .col-left {
    float: left;
    width: 21.7%;
    margin-bottom: 0;
  }
  .affiliate-list .col-right {
    float: left;
    width: 78.3%;
    padding-left: 5px;
    margin-right: -5px;
  }
  .affiliate-list .col-right:before,
  .affiliate-list .col-right:after {
    display: table;
    content: "";
    clear: both;
  }
  .affiliate-list .col-right .item {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .affiliate-list {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .affiliate-list .col-left {
    width: 21.5%;
  }
  .affiliate-list .col-right {
    margin-right: -10px;
    padding-left: 10px;
    width: 78.5%;
  }
  .affiliate-list .col-right .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .affiliate-list .col-right .item:nth-child(2n+3) {
    clear: left;
  }
}
/* End Block */
/* Begin Text Editor */
.editor {
  line-height: 1.5em;
  color: #292526;
}
.editor * {
  line-height: inherit;
  color: inherit;
}
.editor h2,
.editor h3 {
  margin: 1em 0;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.editor h2 {
  font-size: 20px;
  font-size: 1.429rem;
}
.editor h3 {
  font-size: 18px;
  font-size: 1.286rem;
}
.editor p,
.editor address {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.editor a {
  color: #d85486;
}
.editor a:hover {
  text-decoration: underline;
}
.editor img {
  margin-bottom: 5px;
}
.editor ul,
.editor ol {
  margin-bottom: 0.5em;
}
.editor ul:before,
.editor ol:before,
.editor ul:after,
.editor ol:after {
  display: table;
  content: "";
  clear: both;
}
.editor ul li,
.editor ol li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.editor ul li {
  position: relative;
  text-indent: 16px;
}
.editor ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #292526;
}
.editor ol {
  padding: 0 1em;
}
.editor ol li {
  list-style-type: decimal;
}
.editor table {
  table-layout: fixed;
  margin: 1.5em 0;
}
.editor table tr:nth-child(odd) td {
  background-color: #eee;
}
.editor table tr:first-child td {
  font-weight: 700;
  background-color: #ddd;
}
.blog-wrap .editor table tr:nth-child(odd) td {
    background-color: initial;
}

.blog-wrap .editor table tr:first-child td {
    font-weight: initial;
    background-color: initial;
}
.editor table td {
  padding: 6px 10px;
}
.editor table td[data-prev],
.editor table td[data-next],
.editor table td.empty {
  display: none;
}
@media (max-width: 767px) {
  .editor table[data-table] td {
    display: none;
    text-align: center;
  }
  .editor table[data-table] td.active {
    display: table-cell;
  }
  .editor table[data-table] td.head-title {
    display: table-cell;
    text-align: left;
  }
  .editor table[data-table] td.empty {
    display: table-cell;
  }
  .editor table[data-table] [data-prev],
  .editor table[data-table] [data-next] {
    display: table-cell;
    cursor: pointer;
  }
  .editor table[data-table] [data-prev].disabled a,
  .editor table[data-table] [data-next].disabled a {
    color: #c6bcbe;
  }
  .editor table[data-table] [data-prev] a,
  .editor table[data-table] [data-next] a {
    color: #d85486;
    font-size: 20px;
    text-decoration: none;
  }
}
@media (min-width: 544px) {
  .editor table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .editor h2 {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .editor h3 {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
/* End Text Editor */


/** STYLING BY TU **/
@-webkit-keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
@-moz-keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
@-o-keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
.cart .shopping-cart-block {
   padding-top: 10px;
   padding-bottom: 25px;
}
.cart .shopping-cart-block .cart-info .fieldset {
   padding: 0px 0px 5px 0px;
}
.cart .shopping-cart-block table {
   table-layout: fixed;
   border-collapse: initial;
   background-color: #ffffff;
}
.cart .shopping-cart-block .cart-info tbody tr td {
   padding: 10px 0px;
   vertical-align: top;
   border-bottom: 1px solid #dddddd;
}
.cart .shopping-cart-block .cart-info tbody tr:first-child {
   border-bottom: none;
}
.cart .shopping-cart-block .cart-info tbody tr:first-child td {
   padding: 10px 8px;
   background-color: #e9dddf;
   font-weight: 600;
   border-bottom: none;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-image {
   float: left;
   max-width: 58px;
   border: 1px solid #dddddd;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info {
   overflow: hidden;
   padding-left: 10px;
   padding-right: 10px;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info .btn-delete i {
 color: #c52525;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info .actions {
 color: #999;
 padding: 2px 0;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info .actions .text {
 padding-left: 4px;
 text-transform: uppercase;
}
.cart .shopping-cart-block .cart-info td.col-qty {
   width: 60px;
}
.cart .shopping-cart-block .cart-info td.col-qty {
 text-align: center;
}
.cart .shopping-cart-block .cart-info td.col-qty .fieldset .linkButton {
   display: inline-block;
   vertical-align: middle;
   width: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 18px;
   background-color: #999999;
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   border-radius: 1px;
}
.cart .shopping-cart-block .cart-info td.col-qty .fieldset input {
   width: 30px;
   line-height: 28px;
   height: auto;
   margin: 5px 0px;
   padding: 0px 5px;
   text-align: center;
   border-radius: 3px;
}
.cart .shopping-cart-block .cart-info td.col-qty .actions {
 margin: 5px 0;
 display: none;
}
@media screen and (min-width: 768px) {
 .cart .shopping-cart-block .cart-info td.col-qty .actions {
  display: block;
}
}
.cart .shopping-cart-block .cart-info td.col-qty .actions .btn-delete {
   font-size: 14px;
   color: #c52525;
}
.cart .shopping-cart-block .cart-info td.col-qty .actions .linkButton .text {
 padding-left: 4px;
 text-transform: uppercase;
 color: #999;
 font-size: 13px;
}

.cart .shopping-cart-block .cart-info td.col-qty .custom-select {
    width: 100%;
}

.cart .shopping-cart-block .cart-info .mobile-info .actions .linkButton .text {
    padding-left: 4px;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

.cart .shopping-cart-block .cart-info .mobile-info .actions {
    padding-bottom: 5px !important;
}

.cart .shopping-cart-block .cart-info .col-item .item .product-info .product-name, .cart .shopping-cart-block .cart-info .col-item .item .product-info > div {
    line-height: 1.25em;
}
.cart .shopping-cart-block .cart-info td .price {
   margin-top: 10px;
   font-size: 14px;
}
.cart .shopping-cart-block .cart-info td .new-price {
   font-size: 16px;
}
.cart .shopping-cart-block .cart-info td .old-price {
   font-size: 14px;
   margin-left: 0px;
   display: block;
   margin-top: 5px;
}
.cart .shopping-cart-block .subtotal-info .afterpay .more-info {
   margin: 0px;
   margin-top: 5px;
}
.cart .shopping-cart-block .cart-info td.col-price, .cart .shopping-cart-block table td.col-sub {
   display: none;
}
.cart .shopping-cart-block table tbody td.col-sub {
   text-align: right!important;
   padding-right: 20px!important;
}
.cart .shopping-cart-block .subtotal-info {
   margin: 10px 0px;
}
.cart .shopping-cart-block .subtotal-info tr td {
   text-align: right;
   padding: 10px 0px;
}
.cart .shopping-cart-block .subtotal-info tr:first-child td {
   font-weight: 600;
}
.cart .shopping-cart-block .subtotal-info tr:first-child td:first-child {
   width: 70%;
}
.cart .shopping-cart-block .actions-bar {

}
.cart .shopping-cart-block .actions-bar .action-left .btn-primary,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary {
   width: calc(100% - 34px);
}
.cart .shopping-cart-block .actions-bar .action-right {
   text-align: right;
  
}

    .cart .shopping-cart-block .actions-bar .action-left {
        margin-top: 15px;
    }

.cart .shopping-cart-block .actions-bar .action-right .btn-primary {
   border-color: #19b486;
}
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span:after,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span:before,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary:after, 
.cart .shopping-cart-block .actions-bar .action-right .btn-primary:before,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span span {
   background-color: #19b486;
}
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span span:after {
   border-left-color: #19b486;
}
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span span:before {
   border-right-color: #19b486;
}
.cart .shopping-cart-block .payment-trust {
   margin-top: 15px;
}
.cart .shopping-cart-block .payment-trust ul {
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
}
.cart .shopping-cart-block .payment-trust ul li {
   display: inline-block;
   vertical-align: middle;
   width: 33.33%;
   text-align: center;
   margin-bottom: 10px;
}
/* CHECKOUT PAGE */
.pt-checkout .step-process {

}
.pt-checkout .step-process ul li {
   position: relative;
   float: left;
   width: 33.33%;
}
.pt-checkout .step-process ul li a, .pt-checkout .step-process ul li span.step {
   font-size: 26px;
   font-family: 'Javacom';
   line-height: 1.42em; 
   margin-bottom: 10px;
   display: none;
   text-align: center;
}
.pt-checkout .step-process .hexagon {
   position: relative;
   width: 29px; 
   height: 16.74px;
   background-color: #eeeeee;
   margin: 8.37px 0;
   margin: 0px auto;
   z-index: 5;
}
.pt-checkout .step-process .hexagon .text {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   text-align: center;
   color: #292526;
   line-height: 16px;
}
.pt-checkout .step-process ul li.active .hexagon .text {
   color: #ffffff;
}
.pt-checkout .step-process ul li.active .hexagon {
   background-color: #d85486;
}
.pt-checkout .step-process ul li.active-old a, .pt-checkout .step-process ul li.active-old span.step {
  color: #aaa;
}
.pt-checkout .step-process .hexagon:before,
.pt-checkout .step-process .hexagon:after {
   content: "";
   position: absolute;
   width: 0;
   border-left: 14.5px solid transparent;
   border-right: 14.5px solid transparent;
}
.pt-checkout .step-process .hexagon:before {
   bottom: 100%;
   border-bottom: 8.37px solid #eeeeee;
}

.pt-checkout .step-process .hexagon:after {
   top: 100%;
   width: 0;
   border-top: 8.37px solid #eeeeee;
}
.pt-checkout .step-process ul li.active .hexagon:before {
   border-bottom-color: #d85486;
}
.pt-checkout .step-process ul li.active .hexagon:after {
   border-top-color: #d85486;
}
.pt-checkout .step-process .processing-bar {
   z-index: 2;
   position: absolute;
   top: 50%;
   height: 2px;
   width: 100%;
   left: -50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: #eeeeee;
}
.pt-checkout .step-process ul li.active .processing-bar {
   background-color: #d85486;
}
.pt-checkout .main-header .right-block {
   padding-top: 14px;
}
.pt-checkout .have-question {
   font-size: 12px;
   color: #292526;
   line-height: 1.35em;
   text-align: center;
}
.pt-checkout .have-question:hover {
  color: #d85486;
}
.pt-checkout .have-question .phone-number {
  display: block;
  font-size: 18px;
  margin-top: 7px;
}
.pt-checkout .checkout-container {
   padding-bottom: 30px;
}
.pt-checkout .checkout-container .column-03 {
   margin-top: 25px;
}
.pt-checkout .checkout-container .column .top-title {
   padding: 15px 10px 10px 10px;
   line-height: 1.45em;
   font-size: 18px;
   position: relative;
}
.pt-checkout .checkout-container .column .top-title .number {
   font-family: 'Lato';
   font-size: 14px;
   line-height: 1em;
   padding: 5px 8px;
   border-radius: 100%;
   display: inline-block;
   vertical-align: middle;
   background-color: #d85486;
   color: #ffffff;
   margin-right: 10px;
}
.pt-checkout .checkout-container .wrap-column {
  height: 100%;
}
.pt-checkout .checkout-container .gray-color .wrap-column {
   background-color: #eeeeee;
}
.pt-checkout .checkout-container .pink-color .wrap-column {
   background-color: #e9dddf;
}
.pt-checkout .checkout-container .column .element-content {
   padding: 10px 10px 20px;
}
.pt-checkout .checkout-container .column .element-content p {
   margin-bottom: 5px;
}
.pt-checkout .checkout-container .fieldset label, .login-page form .fieldset label {
   font-weight: 600;
}
.pt-checkout .checkout-container .fieldset label i, .login-page form .fieldset label i {
   color: #d85486;
}
.pt-checkout .checkout-container .element-content.order-review {
   padding: 0px!important;
}
.pt-checkout .checkout-container .order-review  table {
   border-collapse: initial;
   background-color: #ffffff;
}
.pt-checkout .checkout-container .order-review  table tr td {
   padding: 10px;
}
.pt-checkout .checkout-container .order-review  table tbody tr td {
   border-bottom: 1px solid #dddddd;
   font-size: 14px;
   vertical-align: top;
}
.pt-checkout .checkout-container .order-review  table tbody tr td.col-item {
   padding-left: 0px!important;
}
.pt-checkout .checkout-container .order-review  table tbody tr:first-child td {
   font-size: 14px;
}
.pt-checkout .checkout-container .order-review  table tbody tr:first-child td,
.pt-checkout .checkout-container .order-review  table tfoot tr td {
   padding-top: 15px;
   padding-bottom: 15px;
}
.pt-checkout .checkout-container .order-review  table .font-bold {
   font-weight: 600;
}
.pt-checkout .checkout-container .order-review  table .col-item .product-image {
   float: left;
   max-width: 58px;
   border: 1px solid #dddddd;
}
.pt-checkout .checkout-container .order-review  table .col-item .product-info {
   overflow: hidden;
   padding-left: 10px;
}
    .pt-checkout .checkout-container .order-review table .col-item .product-info a, .pt-checkout .checkout-container .order-review table .col-item .product-info > div {
        line-height: 1.35em;
        font-size: 12px;
    }
.pt-checkout .checkout-container .payment-trust {
   margin-top: 25px;
}
.pt-checkout .checkout-container .payment-trust ul {
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
   text-align: center;
}
.pt-checkout .checkout-container .payment-trust ul li {
   display: inline-block;
   vertical-align: middle;
   width: 33.33%;
   text-align: center;
   margin-bottom: 10px;
}
.pt-checkout .checkout-container .custom-select .icon-caret-down {
   color: #5d5d5d;
   font-size: 16px;
}
.pt-checkout .checkout-container .use-shipping-address {
   padding: 10px 5px;
   background-color: #eeeeee; 
   margin-top: 15px;
}
.pt-checkout .checkout-container input + input {
   margin-top: 5px;
}
.pt-checkout .checkout-container .checkbox input,
.pt-checkout .checkout-container .checkbox i,
.pt-checkout .checkout-container .radio input,
.pt-checkout .checkout-container .radio i {
   width: 18px;
   height: 18px;
}
.pt-checkout .checkout-container .radio i,
.pt-checkout .checkout-container .checkbox i {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.pt-checkout .checkout-container .checkbox label,
.pt-checkout .checkout-container .radio label {
   padding-left: 30px;
}
.pt-checkout .checkout-container .checkbox i:before,
.pt-checkout .checkout-container .radio i:before {
   font-size: 10px;
   top: -2px;
}
.pt-checkout .checkout-container .checkbox.circle i:before,
.pt-checkout .checkout-container .radio.circle i:before {
   width: 8px;
   height: 8px;
   background-color: #d85486;
   border-radius: 100%;
   content: '';
   display: block;
   top: 5px;
   left: 5px;
}
.pt-checkout .checkout-container .checkbox i:after {
   font-size: 14px;
}
.pt-checkout .checkout-container .shipping-method .fieldset {
   padding-top: 10px;
}
.pt-checkout .checkout-container .payment .element-content {
   margin-top: 10px;
}
.pt-checkout .checkout-container .payment .fieldset {
   padding-top: 2px;
}
.pt-checkout .checkout-container .payment .content-panel {
   display: none;
}
.pt-checkout .checkout-container .payment .expand-content-panel {
   margin-top: 20px;
}
.pt-checkout .checkout-container .payment .paypal-content p img {
   width: 44px;
   float: left;
}
.pt-checkout .checkout-container .payment .expand-content-panel a {
   color: #d85486;
}
.pt-checkout .checkout-container .payment .expand-content-panel p {
   margin-bottom: 20px;
   color: #292526;
}
.pt-checkout .checkout-container .payment .expand-content-panel .afterpay-icon img {
   max-width: 114px;
}
.pt-checkout .checkout-container .payment .afterpay-content img {
   margin-bottom: 5px;
}
.pt-checkout .checkout-container .payment .paypal-content p span {
   line-height: 1.42em;
   overflow: hidden;
   padding-left: 10px;
   display: block;
}
.pt-checkout.checkout-page .checkout-container .element-content {
   padding-bottom: 0px!important;
   padding-top: 0px!important;
   margin-bottom: 15px;
}
.pt-checkout.checkout-page .checkout-container table tfoot tr:last-child td {
   border-top: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
}
.pt-checkout .checkout-container .actions-bar {
   margin-top: 20px;
}
.pt-checkout .checkout-container .actions-bar .term-condition {
   margin-top: 20px;
}
.pt-checkout .checkout-container .actions-bar .term-condition a {
   color: #d85486;
}
.pt-checkout .checkout-container .promotion-code {
   margin-bottom: 20px;
}
.pt-checkout .checkout-container .promo-box {
   display: none;
}
.pt-checkout .checkout-container .promo-box.active {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s;
}
.pt-checkout .checkout-container .promo-box .wrap-box {
   padding: 10px 0px;
}
.pt-checkout .checkout-container .promo-box input {
   margin-bottom: 15px;
}
.pt-checkout .checkout-container .shipping-detail {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s;
}
.pt-checkout .checkout-container .shipping-detail.active {
   display: none;
}
/* STATIC PAGE */
.static-page {
   padding-bottom: 30px;
}
.static-page .sidebar {
   background-color: #eeeeee;
   // padding: 20px 0px 15px;
}
.static-page .sidebar h3 {
   font-size: 20px;
   font-family: "Javacom";
   color: #292526;
   line-height: 1.15em;
   text-transform: none;
   padding: 20px 15px 15px;
   border: none;
   font-weight: 300;
   margin-bottom: 0px;
   position: relative;
}
.static-page .sidebar h3 i {
   position: absolute;
   right: 15px;
   font-size: 25px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.static-page .sidebar h3 .icon-plus {
   display: none;
}
.static-page .sidebar.close h3 .icon-minus {
   display: none;
}
.static-page .sidebar.close h3 .icon-plus {
   display: block;
}
.static-page .sidebar ul {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s
}
.static-page .sidebar.close ul {
   display: none;
}
.static-page .sidebar ul {
   padding-bottom: 20px;
}
.static-page .sidebar ul li {
   padding: 7px 15px;
}
.static-page .sidebar ul li.active {
   background-color: #e9dddf;
}
.static-page .sidebar ul li:last-of-type {
   margin-bottom: 0px;
}
.static-page .sidebar ul li a {
   color: #292526;
}
.static-page .sidebar + .primary {
   margin-top: 30px;
}
.static-page h4 {
   font-size: 16px;
   font-weight: 700;
   padding-bottom: 15px;
   color: #111111;
   text-transform: uppercase;
   line-height: 1.35em;
}
.static-page h5 {
   font-weight: 700;
   padding-bottom: 15px;
   line-height: 1.35em;
   color: #111111;
   text-transform: uppercase;
}
.static-page h5.pink-color {
   color: #d85486;
}
.static-page .border {
   width: 100%;
   height: 1px;
   background-color: #dddddd;
   display: block;
   margin: 5px 0px;
}
.static-page .border + h5 {
   padding-top: 15px;
}
.static-page p {
   padding-bottom: 10px;
   margin-bottom: 0px;
}
.static-page p:last-of-type {
   margin-bottom: 0px;
   /*padding-bottom: 0px;*/
}
.static-page p b {
   font-weight: 600;
}
.static-page p a {
   color: #d85486;
}
.static-page p i {
   color: #999999;
   font-size: 12px;
}
/*.static-page p img {
   float: left;
   margin-right: 10px;
   margin-top: -5px;
   max-width: 80px;
}*/
/*.static-page table {
   margin: 30px 0px;
}
.static-page table tr {

}
.static-page table tr:first-child td {
   background-color: #cccccc;
   width: 100%;
   font-weight: 700;
}
.static-page table tr:nth-child(odd) {
   background-color: #eeeeee;
}
.static-page table tr td {
   width: 25%;
   font-size: 12px;
   line-height: 1.35em;
   vertical-align: middle;
   padding: 10px;
}*/
.static-page .list-social {
   margin: 0px -5px;
}
.static-page .list-social li {
   float: left;
}
.static-page .list-social a {
   margin: 0px 5px 5px;
   display: block;
}
.static-page .list-social a i {
   font-size: 40px;
}
.list-contacts {
   margin-top: 25px;
}
.list-contacts > ul > li {
   margin-bottom: 15px;
}
.list-contacts > ul > li:last-of-type {
   margin-bottom: 0px;
}
.list-contacts > ul > li label {
   font-weight: bold;
   text-transform: uppercase;
}
.list-contacts > ul > li label i {
   margin-right: 10px;
}
.list-contacts > ul > li .content {
   padding-left: 24px;
   display: block;
}
.list-contacts > ul > li:last-of-type .content {
   padding-left: 0px;
}
.contact-page .note-text {
   margin-top: 25px;
   position: relative;
   text-align: center;
}
.contact-page .note-text h3 {
   line-height: 1.35em;
}
.contact-page .note-text h3 span {
   font-size: 14px;
   display: block;
   font-family: 'Lato';
   color: #999999;
}
.contact-page .note-text .icon-arrow-down {
 display: none;
 position: absolute;
 top: 25px;
 left: -40px;
 font-size: 25px;
 color: #d85486;
}
.contact-page .form-contact .action-bar {
   margin-top: 15px;
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
}
.contact-page .form-contact .action-bar .btn-submit {
   margin-top: 20px;
}
.contact-page .form-contact form {
   margin-top: 5px;
   background-color: #e9dddf;
   padding: 15px;
}
.contact-page .form-contact form label.label {
   padding-bottom: 10px;
   font-weight: 600;
}
.contact-page .form-contact form label.label .require-field {
   color: #d85486;
}
.contact-page .form-contact .fieldset:first-child {
   padding-top: 0px;
}
.contact-page .form-contact form textarea {
   height: 80px;
}
.list-questions {
   margin-top: 25px;
}
.list-questions ul > li {
   margin-bottom: 5px;
}
.list-questions ul > li:last-of-type {
   margin-bottom: 0px;
}
.list-questions ul > li .question-title, .list-questions ul > li .wrap-content {
   display: block;
   padding: 10px 15px;
   color: #111111;
}
/*.list-questions ul > li .question-content {
   display: none;
}*/
.list-questions ul > li.active .question-content {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s
}
.list-questions ul > li p {
   color: #111111;
}
.list-questions ul > li .question-title {
   background-color: #eeeeee;
}
.list-questions ul > li.active .question-title  {
   background-color: #e9dddf;
}
.looking-for {
   margin-top: 30px;
}
.looking-for h4 {
   font-size: 14px;
}
.looking-for .button.btn-primary {
   display: block;
   margin: 0px 12px;
   cursor: pointer;
}
.looking-for .button.btn-primary.btn-gray {
   margin-bottom: 10px;
   border-top-color: #eeeeee;
   border-bottom-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray > span span:before {
   border-right-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray:hover > span span:before {
   border-right-color: #d3d3d3;
}
.looking-for .button.btn-primary.btn-gray > span span:after {
   border-left-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray:hover > span span:after {
   border-left-color: #d3d3d3;
}
.looking-for .button.btn-primary.btn-gray:before,
.looking-for .button.btn-primary.btn-gray:after,
.looking-for .button.btn-primary.btn-gray > span:after,
.looking-for .button.btn-primary.btn-gray > span:before,
.looking-for .button.btn-primary.btn-gray > span span {
   background-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray:hover > span span {
   background-color: #d3d3d3;
}
.looking-for .button.btn-primary.btn-gray > span span {
   color: #292526;
   padding: 0px 5px;
}
.looking-for .button.btn-primary > span span i {
   margin-right: 5px;
}
.looking-for .list-social {
   margin-top: 15px;
}
.delivery-page .trading-hours h5 {
   padding-bottom: 0px;
}
.notice-event {
   padding: 15px 30px;
   background-color: #e9dddf;
   margin-bottom: 20px;
}
.notice-event .event-title {
   font-family: 'Lato';
   font-weight: 700;
   font-size: 20px;
   line-height: 1.25em;
   margin-bottom: 25px;
}
.guide-boxes {
   padding-top: 20px;
}
.guide-boxes ul {
   margin: 0px -10px;
}
.guide-boxes ul li {
   margin-bottom: 20px;
}
.guide-boxes ul li .box-item {
   text-align: center;
   margin: 0px 10px;
   background: url(../images/guide-box.png) no-repeat 0 0 / 100% 100%;
}
.guide-boxes ul li .wrap-item {

}
.guide-boxes li a {
   display: block;
   padding: 30px 15px;
   font-size: 16px;
   font-weight: 700;
}
.guide-boxes li a i {
   display: block;
   margin-bottom: 3px;
   font-size: 24px;
}
.static-page .list-questions h4 {
   font-size: 16px;
}

/** LOGIN **/
.login-content {
   padding-bottom: 40px;
}
.login-content .wrap-column {
   padding: 15px;
   background-color: #eeeeee;
}
.login-content .wrap-column h3 {
   margin-bottom: 5px;
   line-height: 1.35em;
}
.login-content form .fieldset {
   padding-top: 12px;
}
.login-content .right-content {
   margin-top: 30px;
}
.login-content .right-content .col-xl-6 + .col-xl-6 {
   margin-top: 12px;
}
.login-content .action-bar {
   padding-top: 18px;
}
.login-content .action-bar .btn-primary {
   width: calc(100% - 34px);
}
.login-content .action-bar .forgot-password {
   display: block;
   margin-top: 10px;
}
.login-content .payment-trust {
   margin-top: 25px;
}
.login-content .payment-trust ul {
   font-size: 0px;
   letter-spacing: 0px;
   word-spacing: 0px;
}
.login-content .payment-trust ul li {
   display: inline-block;
   width: 25%;
   text-align: center;
   margin-bottom: 10px;
   vertical-align: middle;
}
.login-content .right-content p {
   margin: 0px;
   padding: 5px 0px;
}
.login-content .right-content form .btn-primary {
   margin-top: 20px;
   margin-bottom: 20px;
}
/** WISH LIST **/
.wishlist-page {

}
.wishlist-page .shopby-product-list .heading {
   margin-bottom: 30px;
   padding-top: 20px;
}
.wishlist-page .category-alt a {
   width: calc(100% - 34px);
}
.wishlist-page .category-alt a + a {
   margin-top: 15px;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary > span span,
.wishlist-page .category-alt .btn-brown.button.btn-primary:before,
.wishlist-page .category-alt .btn-brown.button.btn-primary:after,
.wishlist-page .category-alt .btn-brown.button.btn-primary > span:before,
.wishlist-page .category-alt .btn-brown.button.btn-primary > span:after
 {
   background-color: #cccccc;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary {
   border-bottom-color: #cccccc;
   border-top-color: #cccccc;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary > span span:before {
   border-right-color: #cccccc;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary > span span:after {
   border-left-color: #cccccc;
}
.services-default-content .heading-description p {
   padding: 0px;
   margin: 0px;
   margin-top: 10px;
}
.services-default-content .heading-description .flower {
   width: 52px;
}
.services-default-content .services-action {
   text-align: center;
   margin-top: 20px;
}
.services-default-content .services-action h2 {
   font-size: 22px;
   line-height: 1.35em;
}
.services-default-content .services-action h5 {
   font-weight: 700;
   font-size: 12px;
   text-transform: uppercase;
   line-height: 1.35em;
   padding: 0px;
   margin-top: 8px;
}
.services-default-content .services-action .wrap-col {
   padding: 10px;
   background-color: #f1eeec;
}
.services-default-content .services-action .wrap-background {
   background: url(../images/border-box-services.png) no-repeat 0 0 / 100% 100%;
   padding: 15px;
}
.services-default-content .services-action .button {
   margin-top: 30px;
}
.services-default-content .services-action img {
   margin-top: 35px;
   margin-bottom: 15px;
}
.services-default-content .services-action p {
   text-align: left;
}
.services-default-content .services-action .col-right {
   margin-top: 30px;
}
.services-action .col-right .reviews {
   letter-spacing: 3px;
}
.services-action .col-right .reviews span:before {
   font-size: 25px;
}
.services-action .col-right .list-review ul {
   margin-bottom: 15px;
   margin-top: 25px;
}
.services-action .col-right .list-review ul li {
   margin-bottom: 6px;
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
}
.services-action .col-right .list-review ul li p {
   position: relative;
   padding-left: 5px;
   text-align: left;
   line-height: 1.15em;
   display: inline-block;
   width: calc(100% - 30px);
   font-size: 14px;
   vertical-align: middle;
}
.services-action .col-right .list-review .wrap-hexagon {
   display: inline-block;
   width: 30px;
   vertical-align: middle;
}
.services-action .col-right .list-review .hexagon {
   position: relative;
   width: 29px; 
   height: 16.74px;
   background-color: transparent;
   margin: 8.37px 0;
   z-index: 5;
   margin-right: 10px;
   border-left: solid 2px #bcb8b7;
   border-right: solid 2px #bcb8b7;
   display: block;
}
.services-action .col-right .list-review .hexagon .text {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   text-align: center;
   color: #292526;
   line-height: 18px;
   font-size: 14px;
   font-weight: 700;
}
.services-action .col-right .list-review .hexagon:before,
.services-action .col-right .list-review .hexagon:after {
   content: "";
   position: absolute;
   z-index: 1;
  width: 20.51px;
  height: 20.51px;
   -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.2470px;
}
.services-action .col-right .list-review .hexagon:before {
   top: -10.2530px;
  border-top: solid 2.8284px #bcb8b7;
  border-right: solid 2.8284px #bcb8b7;
}

.services-action .col-right .list-review .hexagon:after {
   bottom: -10.2530px;
  border-bottom: solid 2.8284px #bcb8b7;
  border-left: solid 2.8284px #bcb8b7;
}
.services-action .col-right .note-text {
   font-size: 12px;
   color: #777777;
   line-height: 1.35em;
}
@media (max-width: 991px) {
   .pt-checkout .checkout-container .summary-order .top-title .icon {
      position: absolute;
      right: 10px;
      font-size: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #d85486;
   }
   .pt-checkout .checkout-container .summary-order .top-title .icon.icon-plus {
      display: none;
   }
   .pt-checkout .checkout-container .summary-order .element-content table {
      -webkit-animation: fadein 0.35s; 
      -moz-animation: fadein 0.35s;
      -o-animation: fadein 0.35s; 
      animation: fadein 0.35s
   }
   .pt-checkout .checkout-container .summary-order.active-collapse .element-content table {
      display: none;
   }
   .pt-checkout .checkout-container .summary-order.active-collapse .top-title .icon {
      display: none;
   }
   .pt-checkout .checkout-container .summary-order.active-collapse .top-title .icon.icon-plus {
      display: block;
   }
}
@media (max-width: 543px) {
   .contact-page .form-contact .col-sm-6 + .col-sm-6 {
      padding-top: 20px;
   }
   .pt-checkout .checkout-container .row .col-sm-6 + .col-sm-6 {
      margin-top: 20px;
   }
   .contact-page .heading-description h1 {
      font-size: 22px;
   }
}
@media (min-width: 768px) {
   .cart .shopping-cart-block {
      padding-bottom: 50px;
   }
   .cart .shopping-cart-block .cart-info tbody tr:first-child td {
      padding: 17px 15px;
   }
   .cart .shopping-cart-block .cart-info td.col-price, .cart .shopping-cart-block table td.col-sub {
      display: table-cell;
   }
   .cart .shopping-cart-block .cart-info tbody tr td {
      padding: 13px 0px;
   }
   .cart .shopping-cart-block .cart-info td.col-item {
      width: 50%;
   }
   .cart .shopping-cart-block .cart-info .col-item .item .product-image {
      max-width: 128px;
   }
   .cart .shopping-cart-block .cart-info td .price {
      margin-top: 5px;
   }
   .cart .shopping-cart-block .cart-info td.col-qty {
      width: auto;
   }

    .cart .shopping-cart-block .cart-info td.col-qty .custom-select {
        width: 80px;
    }

   .cart .shopping-cart-block .cart-info td.col-qty .fieldset input {
      margin: 0px 2px;
      width: 45px;
   }
   .cart .shopping-cart-block .subtotal-info tr td {
      padding-right: 20px;
   }
   .cart .shopping-cart-block .subtotal-info tr:first-child td:first-child {
      width: 85%;
   }
   .cart .shopping-cart-block .subtotal-info {
      margin-bottom: 20px;
   }
    .cart .shopping-cart-block .actions-bar .action-left {
        float: left;
        margin-top: 0px;
    }
   .cart .shopping-cart-block .actions-bar .action-right {
      float: right;
      
   } 
   .cart .shopping-cart-block .actions-bar .action-right .btn-primary {
      margin-left: 40px;
   }
   .cart .shopping-cart-block .actions-bar .action-left .btn-primary,
   .cart .shopping-cart-block .actions-bar .action-right .btn-primary {
      width: 212px;
   }
   .cart .shopping-cart-block .payment-trust {
      margin-top: 40px;
      width: 410px;
      float: right;
   }
   /* CHECKOUT PAGE */
   .pt-checkout .checkout-container .column .top-title {
      padding: 20px 20px 15px 20px;
      font-size: 22px;
   }
   .pt-checkout .checkout-container .column .element-content {
      padding: 10px 20px 25px;
   }
   .pt-checkout .checkout-container .order-review  table tr td {
      padding: 15px;
   }
   .pt-checkout .checkout-container .order-review  table tbody tr:first-child td {
      padding-top: 20px;
      padding-bottom: 20px;
   }
   .pt-checkout .checkout-container .order-review  table tbody tr:first-child td.col-item {
      padding-left: 25px!important;
   }
   .pt-checkout .checkout-container .order-review  table .col-item .product-info a {
      font-size: 14px;
   }
   /* STATICPAGE*/
   .list-contacts > ul > li label {
      float: left;
      width: 140px;
   }
   .list-contacts > ul > li .content, .list-contacts > ul > li:last-of-type .content  {
      overflow: hidden;
      padding-left: 25px;
   }
   .list-contacts > ul > li:last-of-type label {
      height: 1px;
   }
   .contact-page .note-text {
      text-align: left;
      margin-left: 100px;
   }
   .contact-page .note-text .icon-arrow-down {
      display: block;
   }
   .contact-page .note-text h3 {
      font-size: 20px;
   }
   .contact-page .list-contacts {
      background: #fff url(../images/voucher-box.png) no-repeat 0 0 / 100% 100%;
      padding: 22px;
   }
   .contact-page .form-contact .action-bar .google-capcha, .contact-page .form-contact .action-bar .btn-submit {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
   }
   .contact-page .form-contact .action-bar .btn-submit {
      text-align: right;
      margin-top: 0px;
   }
   .contact-page .form-contact form {
      padding: 30px;
   }
   .contact-page .form-contact form .row {
      margin: 0px -10px;
   }
   .contact-page .form-contact form .col-sm-6 {
      padding: 0px 10px;
   }
   .contact-page .form-contact form textarea {
      height: 110px;
   }
   .static-page h4 {
      font-size: 20px;
   }
   .static-page table tr td {
      font-size: 14px;
   }
    .static-page p img {
        /*max-width: 100px;*/
        max-width: 100%;
    }
   .looking-for .button.btn-primary {
      display: inline-block;
   }
   .looking-for .button.btn-primary.btn-gray {
      margin-right: 40px;
   }
   .guide-boxes ul li {
      float: left;
      width: 50%;
   }
   .notice-event {
      font-size: 0px;
      word-spacing: 0px;
      letter-spacing: 0px;
   }
   .notice-event .event-title {
      display: inline-block;
      width: 240px;
      vertical-align: middle;
      margin-bottom: 0px;
   }
   .notice-event .event-desc {
      padding-left: 20px;
      display: inline-block;
      width: calc(100% - 240px);
      vertical-align: middle;
   }
   .notice-event .event-desc p {
      font-size: 14px;
   }
   /** LOGIN PAGE **/
   .login-page .login-content .wrap-content {
      margin: 0px -10px;
   }
   .login-page .login-content .column-content {
      float: left;
      width: 50%;
   }
   .login-page .login-content .column-content .wrap-column {
      margin: 0px 10px;
   }
   .login-page .login-content .column-content {
      margin-top: 0px;
   }
   .login-content .payment-trust ul {
      padding: 0px 40px;
   }
   .login-content .payment-trust ul li {
      margin-bottom: 0px;
   }
   /** WISHLIST **/
   .wishlist-page .category-alt a {
      width: auto;
   }
   .wishlist-page .category-alt a + a {
      margin-top: 0px;
      margin-left: 30px;
   }
   .services-default-content .services-action p {
      text-align: center;
   }
   .services-default-content .services-action h2 {
      font-size: 30px;
   }
   .services-default-content .services-action h5 {
      font-size: 16px;
   }
   .services-default-content .services-action .col-right {
      margin-top: 0px;
   }
   .services-default-content .services-action .wrap-col {
      padding: 20px;
   }
   .services-default-content .services-action .wrap-background {
      padding: 25px 25px 20px 25px;
   }
}
.pt-checkout .header .header-outer {
  position: absolute;
}
.pt-checkout .store-block {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .pt-checkout .header {
   height: 111px;
}
.pt-checkout .main-header .right-block {
   padding-top: 32px;
}
.pt-checkout .have-question {
 font-size: 14px;
}
.pt-checkout .have-question .phone-number {
   display: block;
   font-size: 22px;
}
.pt-checkout .checkout-container .summary-order .top-title .icon {
   display: none;
}
.pt-checkout .step-process ul li a, .pt-checkout .step-process ul li span.step {
   display: block;
}
.pt-checkout .step-process .hexagon .text {
   display: none;
}
.pt-checkout .step-process ul li .processing-bar {
   top: 100%;
   margin-top: -8px;
}
/* STATICPAGE*/
.static-page .sidebar {
   float: right;
   width: 270px;
   // padding-top: 30px;
   // padding-bottom: 20px;
}
.static-page .sidebar h4 {
   font-size: 24px;
}
.static-page .primary {
   margin-top: 0px;
}
.static-page .sidebar + .primary {
   float: left;
   width: calc(100% - 270px);
   padding-right: 25px;
   margin-top: 0px;
}
.looking-for {
   margin-top: 55px;
}
.looking-for h4 {
   font-size: 20px;
}
.guide-boxes ul li {
   width: 25%;
}
.custom-services-page .notice-event .event-desc {
   padding-left: 40px;
}
.static-page .sidebar h3 i {
   display: none!important;
}
}
@media (min-width: 1024px) {
   .cart .store-block {
       padding-top: 0;
       padding-bottom: 30px;
    }
    .pt-checkout .store-block {
      padding-bottom: 20px;
   }
   .pt-checkout .checkout-container .wrap-checkout {
           display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
      display: flex;
      flex-wrap: nowrap;
      margin: 0px -15px;
   }
   .pt-checkout .checkout-container .column .top-title {
      font-size: 18px;
   }
   .pt-checkout .checkout-container .column-03 {
      width: 33.33%;
      margin-top: 20px;
   }
   .pt-checkout .checkout-container .wrap-column {
    margin: 0px 15px;
   }
   .pt-checkout.checkout-landing .checkout-container .payment-trust {
      width: 30%;
      float: right;
      margin-top: 20px;
   }
   .pt-checkout .checkout-container .row {
      margin: 0px -5px;
   }
   .pt-checkout .checkout-container .row .col-sm-6 {
      padding: 0px 5px;
   }
   .pt-checkout .checkout-container .row .col-sm-6 + .col-sm-6 {
      margin-top: 0px;
   }
   .login-page .login-content .column-content .wrap-column {
      margin: 0px -20px;
   }
   .login-page .login-content .column-content .wrap-column {
      margin: 0px 20px;
      padding: 25px;
   }
   .login-content .payment-trust ul {
      padding: 0px 80px;
   }
   .login-content .action-bar {
      font-size: 0px;
      word-spacing: 0px;
      letter-spacing: 0px;
   }
   .login-content .action-bar .btn-primary {
      width: calc(60% - 34px);
   }
   .login-content .action-bar .forgot-password {
      display: inline-block;
      width: 40%;
      text-align: right;
      font-size: 14px;
   }
   .wishlist-page .shopby-product-list .heading {
      padding-top: 30px;
   }
   .wishlist-page .category-alt {
      margin-top: 25px;
      width: auto;
   }
   .shopby-product-list .heading .flower-small {
      max-width: 52px;
   }
   .services-action .wrap-action {
      margin: 0px -20px;
   }
   .services-action .column-content {
      float: left;
      width: 50%;
   }
   .services-action .column-content .wrap-col {
      margin: 0px 20px;
   }
}
@media (min-width: 1140px) {
   .login-content .right-content .col-xl-6 + .col-xl-6 {
      margin-top: 0px;
   }
   .login-content .right-content form fieldset + fieldset {
      margin-top: 30px;
   }
   .pt-checkout .checkout-container .column .top-title {
      font-size: 22px;
   }
   .contact-page .list-contacts {
      padding-left: 110px;
      padding-right: 110px;
   }
}

.listing-products .buttons {
  text-align: center;
  margin: 20px 0;
  /*display: none;*/
}
.listing-products .loader {
  background-image: url('../images/loading.svg');
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
  margin: 10px auto;
  display: none;
}
.vertical-slider .slick-arrow + .slick-list {
  margin: 50px 0 !important;
}
.vertical-slider .slick-arrow {
  width: 23px;
  height: 16px;
  transform: rotate(90deg);
  margin-left: -10px;
}
.vertical-slider .slick-prev {
  margin-top: 16px;
}
.vertical-slider .slick-next {
  margin-bottom: 16px;
}
#checkoutConfirmation {
  padding-top: 20px;
}
#checkoutConfirmation h3 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 6px;
  background: #e9dddf;
  margin-bottom: 1em;

  text-transform:uppercase;
  font-size: 1rem

}

#checkoutConfirmation .row,
#checkoutConfirmation .row.buttons > div {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #checkoutConfirmation {
    padding-top: 40px;
  }
    #checkoutConfirmation h3 {
        padding: 12px;
        font-size: 1.2rem
    }
  #checkoutConfirmation .row,
  #checkoutConfirmation .row.buttons > div {
    margin-bottom: 20px;
  }
}
.table-data td,
.table-data th {
  padding: 6px 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.table-data .col-img {
  width: 45px;
}
.table-data .col-info {
  padding-left: 6px;
}
.table-data .col-price,
.table-data .col-subtotal {
  width: 60px;
}
.table-data .col-qty {
  width: 40px;
}
.table-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.vertical-slider .overlay {
  top: 7px;
  bottom: 7px;
  left: 2px;
  right: 2px;
  background: rgba(0,0,0,0.25);
  color: #fff;
  padding: 0 5px;
}
.thumb-slider .item .overlay {
  background: rgba(0,0,0,0.25);
  color: #fff;
  padding: 0 5px;
}
.vertical-slider .overlay i,
.thumb-slider .overlay i {
  color: #444;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 14px;
}
.thumb-slider .overlay i {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 2em;
}
.vertical-slider .overlay .text,
.thumb-slider .overlay .text {
  display: block;
  text-align: center;
  margin-top: 4px;
}
.thumb-slider .overlay .text {
  font-size: 3em;
}
.btn-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumb-slider video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.product-intro .descEditor h2 {
    color: rgb(184, 71, 114);
    font-size: 18px;
    margin: 5px 0 0 0;
}

    .product-intro .descEditor h3 {
        color: rgb(184, 71, 114);
        font-size: 18px;
        margin: 0px;
        display: inline-block;
    }


#sizeChart .icon-angle-left, #sizeChart .icon-angle-right {
    padding: 10px 10px;
}

.otherColours {
    margin-bottom: 10px;
}

.otherColours i {
    margin-left: 5px;
    color: #d85486;
    vertical-align: middle;
}