@charset "UTF-8";
@import "webstudiobast.css";
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@media (min-width: 1550px) {
  .container {
    width: 1500px;
  }
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #707070;
  font-size: 15px;
  line-height: 1.428571429;
  width: 100%;
  background: #fff;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #2c2c2c;
  line-height: 1.35;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #525252;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: #004045;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 13px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control {
  font-size: 12px;
}

input[type=text] {
  min-width: 50px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.flip {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

div.required .control-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

#logo img {
  width: 166px;
  height: 130px;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #004045;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #004045;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #004045;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #004045;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #004045;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #004045;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #004045;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #004045;
}

.tooltip-inner {
  background: #004045;
}

.alert {
  text-align: center;
  font-size: 13px;
  margin: 0;
  border-radius: 0;
  border: none;
  position: fixed;
  /* translate: -50% -50%; */
  /* top: 50%; */
  top: 0;
  /* left: 50%; */
  left: 0;
  width: 100vw;
  z-index: 2000;
  padding: 2rem 3rem !important;
  font-size: 18px;
  /* .close {
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 1em;
   	height: 1em;
  } */
}

/* html:has(> .alert) {
	overflow: hidden !important;
} */
/* transition */
a:hover, .banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type=submit]:hover, .button:hover,
.product-layout:hover .action-links,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img {
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type=submit]:hover, .button:hover {
  color: #fff;
  background-color: #004045;
  border-color: #004045;
}

#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type=submit], .button {
  border: 2px solid #004045;
  background: #fff;
  padding: 0px 25px;
  text-transform: capitalize;
  font-size: 15px;
  color: #004045;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#button-voucher,
#button-coupon {
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
  border-radius: 20px;
}

#button-search + h2 {
  display: none;
}

#button-search {
  margin: 15px 0;
}

#modal-agree {
  z-index: 9999;
}

/* owl carousel */
.owl-container {
  margin: 0 -15px;
}

.owl-container .owl-item {
  padding: 0 15px;
}

.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}

.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
  left: 0;
}

.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
  right: 0;
}

.owl-carousel.owl-theme .owl-dots {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.owl-carousel.owl-theme .owl-dot:hover span,
.owl-carousel.owl-theme .owl-dot.active span {
  background: #004045;
  width: 34px;
  border-radius: 25px;
}

.owl-carousel.owl-theme .owl-dot {
  display: inline-block;
  vertical-align: top;
}

.owl-carousel.owl-theme .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #bcbcbc;
  margin: 5px;
  font-size: 0;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  color: #bdbfbe;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.07);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-theme .owl-nav div:before {
  font-family: "Ionicons";
  font-size: 18px;
}

.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: 0px;
}

.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\f3cf";
}

.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: 0px;
}

.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\f3d1";
}

.owl-carousel.owl-theme .owl-nav div:hover {
  background: #004045;
  border-color: #004045;
  color: #fff;
}

/*--------------*/
/* newsletter popup */
.b-close {
  display: block;
}

.newletter-popup {
  background: #fff;
  top: 50% !important;
  position: fixed !important;
  padding: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

#boxes .newletter-title h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

.newletter-popup #dialog {
  padding: 50px 20px;
}

#boxes .box-content label {
  font-weight: 400;
  max-width: 650px;
  font-size: 14px;
}

#boxes #frm_subscribe .required {
  color: #f00;
  padding-right: 5px;
}

#boxes #frm_subscribe a {
  cursor: pointer;
}

#boxes #frm_subscribe #subscribe_pemail {
  background: #EBEBEB none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 65%;
  margin: 20px 0;
  padding-left: 15px;
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-top: -1px;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67D7BB;
}

#popup2 {
  text-align: center;
  background: #333;
  border-radius: 0;
  cursor: pointer;
  float: right;
  padding: 5px 10px;
  color: #fff;
  margin-top: -49px;
  margin-right: -19px;
}

#popup2:hover {
  background: #004045;
}

/* newsllter */
.newsletter-group {
  background: #004045;
  padding: 18px 0;
}

.newletter-subscribe-container .container-inner img.icon-newletter {
  position: absolute;
  bottom: 4px;
  left: -110px;
}

#dialog-normal .newletter-title {
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 73px;
}

#dialog-normal .newletter-title:before {
  content: "\f132";
  font-family: "Ionicons";
  font-size: 64px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#dialog-normal .newletter-title h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

#dialog-normal .newletter-title label {
  color: #fff;
  display: block;
  margin: 0;
  text-transform: uppercase;
}

#dialog-normal .newleter-content {
  position: relative;
  margin: 10px 0;
  margin-left: 30px;
  float: right;
}

#subscribe-normal {
  margin-bottom: 0;
  position: relative;
  width: 650px;
  display: inline-block;
  vertical-align: top;
}

#subscribe_email-normal {
  display: inline-block;
  background: #fff;
  padding: 10px 150px 10px 10px;
  border: 0;
  line-height: 30px;
  height: 54px;
  color: #959595;
  font-size: 12px;
  width: 100%;
  font-weight: 400;
  border-radius: 2px;
  font-style: italic;
}

#subscribe-normal .btn:hover {
  color: #004045;
}

#subscribe-normal .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  text-transform: capitalize;
  line-height: 54px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0 30px;
  background: #292929;
  color: #fff;
  border-radius: 2px;
  border: 0;
}

#notification-normal {
  position: absolute;
  bottom: -15px;
}

#notification-normal div {
  color: #FFF;
}

#notification-normal div.warning {
  color: #fff;
  text-align: center;
}

/* Top */
#top {
  background: #130f28;
}

#top .box-left {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
}

#top .box-left p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding: 12px 0;
}

#top .box-left > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

#top .box-right {
  float: right;
}

#top .box-right > li {
  display: inline-block;
  vertical-align: top;
}

#top .btn-group .text-ex {
  padding: 10px 0;
  margin-right: 9px;
  color: #fff;
  text-transform: capitalize;
  line-height: 25px;
  display: none;
}

#top .btn-group .btn-link {
  text-shadow: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  overflow: hidden;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  padding: 12px 0;
  display: block;
  text-align: left;
  border: 0;
}

#top .box > li {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

#top .box > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#top .box > li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top .box > li:last-child:after {
  display: none;
}

#top .btn-group .dropdown-menu {
  position: absolute;
  left: auto;
  right: -15px;
  padding: 10px 20px;
  text-align: left;
  margin: 0;
  background: white;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

#top .btn-group .dropdown-menu li:last-child {
  border: 0;
}

#top .btn-group .dropdown-menu li > a,
#top .btn-group .dropdown-menu li > button {
  font-size: 14px;
  padding: 6px 0;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  color: #130f28;
}

#top .btn-group .dropdown-menu li > a:hover,
#top .btn-group .dropdown-menu li > button:hover {
  text-decoration: none;
  color: #004045;
}

#top .btn-group .dropdown-menu li a img,
#top .btn-group .dropdown-menu li button img {
  vertical-align: baseline;
  margin-right: 5px;
}

#top .btn-group .dropdown-menu > a:hover,
#top .btn-group .dropdown-menu > button:hover,
#top .btn-group .dropdown-menu .item-selected {
  color: #004045;
  text-decoration: none;
}

.logo-container {
  float: left;
  z-index: 1;
  position: relative;
}

#logo {
  padding: 5px 0;
}

#logo a {
  display: inline-block;
}

.header-inner {
  position: relative;
  z-index: 8;
  background: #004045;
}

.header-inner .container-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}

/* search */
.col-search {
  position: absolute;
  top: 50%;
  padding-left: 298px;
  padding-right: 200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: right;
}

.col-search .box-cart {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#search {
  position: relative;
  width: 100%;
}

#search input {
  padding: 10px 175px 10px 10px;
  height: 50px;
  border-radius: 3px;
  font-size: 15px;
  border: 0;
  z-index: 1;
  font-style: italic;
  background: #fff;
  color: #a7a7a7;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#search .input-group-btn {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
}

#search .input-group-btn button {
  background: #292929;
  border: none !important;
  padding: 0 40px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

#search .input-group-btn button:hover {
  color: #004045;
}

/*====search-by-category=====*/
#search-by-category ::-webkit-input-placeholder {
  color: #a7a7a7;
}

#search-by-category :-moz-placeholder { /* Firefox 18- */
  color: #a7a7a7;
}

#search-by-category ::-moz-placeholder { /* Firefox 19+ */
  color: #a7a7a7;
}

#search-by-category :-ms-input-placeholder {
  color: #a7a7a7;
}

#search-by-category {
  position: relative;
  width: 100%;
  padding-right: 130px;
}

#search-by-category .search-container {
  position: relative;
  width: 100%;
}

#search-by-category .search-container .categories-container {
  position: absolute;
  padding: 13px 0;
  right: 0;
  top: 0;
}

#search-by-category .search-container #text-search {
  padding: 10px 175px 10px 10px;
  height: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 15px;
  border: 1px solid #eaeaea;
  z-index: 1;
  font-style: italic;
  background: #fff;
  color: #a7a7a7;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#search-by-category #sp-btn-search {
  position: absolute;
  right: 0;
  top: 0;
}

#search-by-category .search-container .categories-container .hover-cate p {
  margin: 0;
  color: #525252;
  padding: 0 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
  border-left: 1px solid #999999;
}

#search-by-category .search-container .categories-container .hover-cate p:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#search-by-category .search-container .categories-container .hover-cate p i {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  margin-left: 19px;
}

#search-by-category .search-container .categories-container .hover-cate .cate-items {
  z-index: 9999 !important;
  position: absolute;
  display: none;
  background: #FFF;
  max-height: 300px;
  overflow: auto;
  margin-top: 0px;
  border: 1px solid #ddd !important;
  padding: 5px;
  width: 100%;
  cursor: pointer;
  top: 100%;
  text-align: left;
}

.cate-items li {
  text-transform: capitalize;
  color: #363f4d;
  font-size: 11px;
  list-style: none;
  line-height: 18px;
}

.cate-items li:hover {
  color: #004045;
}

.cate-items li.f1 {
  padding-left: 5px;
}

.cate-items li.f2 {
  padding-left: 15px;
}

#search-by-category .search-ajax {
  position: absolute;
  z-index: 9999 !important;
  background: none repeat scroll 0% 0% #fff;
  left: 0px;
  top: 100%;
  width: 88%;
}

.ajax-result-item .product-info .detail .price-box .old-price {
  text-decoration: line-through;
  color: #acacac;
  font-weight: 400;
}

.ajax-result-item .product-info .detail .price-box p {
  display: inline-block;
}

.ajax-result-item .product-info .detail .price-box {
  font-weight: 700;
  margin: 0 0 10px 0;
}

.ajax-result-item .product-info .detail .product-name {
  margin: 10px 0;
}

#search-by-category .search-ajax li {
  list-style: none;
}

#search-by-category .search-ajax .ajax-result-container {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
  padding: 20px;
  margin: 0;
  color: #646464;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
  display: block;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow: auto;
  padding: 10px;
}

#btn-search-category:hover {
  color: #004045;
}

#btn-search-category {
  background: #292929;
  border: none !important;
  padding: 0 40px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  width: 131px;
}

/*==========================*/
#wishlist-total, #link-compare {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding-right: 8px;
}

#wishlist-total:after, #link-compare:after {
  content: "";
  width: 1px;
  height: 29px;
  background: #026169;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-container {
  padding: 45px 15px 0 0;
  width: 18%;
}

#cart-total,
#link-compare .count,
#wishlist-total .count {
  width: 23px;
  height: 23px;
  background: #e1e1e1;
  color: #525252;
  right: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 23px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 9px;
}

#cart-total {
  margin-left: 5px;
}

#wishlist-total i {
  font-size: 24px;
  color: #2c2c2c;
}

#cart {
  width: auto;
}

#cart .mycart {
  color: #525252;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 15px;
}

#cart .mycart .total-price {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}

#cart > button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: auto;
  position: relative;
}

#cart > button > i, #wishlist-total i, #link-compare i {
  font-size: 32px;
  color: #fff;
  font-style: normal;
  line-height: 39px;
  display: inline-block;
  vertical-align: top;
}

#cart > button:hover > i, #wishlist-total:hover i, #link-compare:hover i {
  color: #949292;
}

#cart .dropdown-menu .text-empty {
  margin: 0;
  padding: 10px 0;
}

#cart .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px #000;
          box-shadow: 0 6px 12px #000;
  width: 250px;
  margin: 0;
  padding: 10px;
  /* top: 35px; */
}

.headerSpace {
  display: none;
}

.top-menu {
  position: relative;
  background: #004045;
  font-family: "Ysabeau", sans-serif;
  border-top: 3px solid #01373c;
}

.content-vermagemenu > h2,
.pt_vmegamenu .parentMenu a {
  font-size: 17px;
  font-family: "Ysabeau", sans-serif;
}

#ma-mobilemenu {
  z-index: 2000;
}

.common-home #pt_custommenu {
  /* text-align: center; */
}

.fix-header {
  border: none;
  background: rgba(0, 64, 69, 0.9);
  box-shadow: 0 0 5px #bdbdbd;
  -moz-box-shadow: 0 0 5px #bdbdbd;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  -o-box-shadow: 0 0 5px #bdbdbd;
  -ms-box-shadow: 0 0 5px #bdbdbd;
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 889;
  margin: 0 auto;
  position: fixed !important;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}

.fix-header #pt_custommenu::after,
.fix-header #pt_custommenu::before {
  display: none;
}

.fix-header .pt_custommenu div.pt_menu .parentMenu a {
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
}

.fix-header #pt_custommenu {
  margin: 0;
}

.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container {
  /* display: none; */
}

.fix-header .vermagemenu-container {
  display: none;
}

body:not(.common-home) .vermagemenu-container .vermagemenu {
  position: static;
  margin-bottom: 50px;
}

body:not(.common-home) .vermagemenu-container {
  width: 100%;
  padding: 0;
}

body:not(.common-home) header:not(.fix-header) .hozmenu-container {
  width: 100%;
}

/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  /* overflow: hidden; */
}

.banner-static .image a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.banner-static .image a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.banner-static .image a img {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .link {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.banner-static .image:hover a .text .text1 {
  -webkit-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}

.banner-static .image:hover a .text .text2 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
}

.banner-static .image:hover a .text .text3 {
  -webkit-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}

.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}

.static-sidebar {
  margin-top: 30px;
  text-align: left;
}

.static-top-bege4 .col {
  float: left;
  width: 25%;
}

.static-top-bege4 .image a:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(38, 215, 247, 0.5);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.static-top-bege4 .image a img {
  width: 100%;
}

.static-top-bege4 .image a .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  opacity: 0;
  z-index: 2;
}

.static-top-bege4 .image a .text span {
  display: block;
}

.static-top-bege4 .image a:hover:before, .static-top-bege4 .image a:hover .text {
  opacity: 1;
}

.static-middle-bege4 {
  margin-top: 60px;
}

.static-info {
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.static-info .container-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #ededed;
}

.static-info .col {
  width: 25%;
  float: left;
  border-left: 1px solid #ededed;
  padding: 60px 15px 57px 15px;
  text-align: center;
}

.static-info .col:last-child {
  border-right: 1px solid #ededed;
}

.static-info .box-info h2 {
  font-family: "Ysabeau", sans-serif;
  font-size: 18px;
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.static-info .box-info p {
  line-height: 24px;
  color: #555;
  margin: 0;
}

.static-info .box-info {
  position: relative;
  padding-top: 72px;
  max-width: 330px;
  margin: auto;
}

.static-info .box-info:hover:before {
  background: #004045;
  color: #fff;
}

.static-info .box-info:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "\f21d";
  font-family: "Ionicons";
  color: #004045;
  font-size: 36px;
  width: 68px;
  height: 68px;
  border: 1px solid #004045;
  border-radius: 100%;
  line-height: 66px;
}

.static-info .box-info2:before {
  content: "\f349";
}

.static-info .box-info3:before {
  content: "\f3a4";
}

.static-info .box-info4:before {
  content: "\f2fc";
}

/* Products */
.owl-item.active .item {
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}

.item .item-inner {
  position: relative;
}

.label_new {
  border: 2px solid #004045;
  line-height: 20px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 700;
  z-index: 4;
  text-transform: uppercase;
  color: #fff;
  background: #004045;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 12px;
}

.label_sale {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  z-index: 4;
}

.label_sale span.text {
  background: #fff;
  color: #e23e57;
  padding-left: 9px;
  padding-right: 8px;
  line-height: 20px;
  float: left;
  border: 2px solid #e23e57;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.label_sale span.count {
  background: #e23e57;
  padding-right: 9px;
  padding-left: 6px;
  line-height: 20px;
  float: left;
  border: 2px solid #e23e57;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.item-inner .images-container {
  position: relative;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.item-inner .images-container .product-image {
  position: relative;
  display: block;
}

.item-inner .images-container img {
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.item-inner .images-container .img-r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.item-inner:hover .images-container .img-r {
  opacity: 1;
  visibility: visible;
}

.item-inner:hover .images-container .quick-view {
  opacity: 1;
}

.item-inner .images-container .quick-view {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  opacity: 0;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item-inner .images-container .quick-view button {
  line-height: 48px;
  height: 48px;
  width: 48px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background-color: #004045;
  opacity: 0.8;
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 0;
  border-radius: 100%;
  text-align: center;
  border: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.item-inner .images-container .quick-view button:hover {
  opacity: 1;
}

.qv-button-container {
  display: block;
}

.item-inner .action-links button {
  float: left;
  margin-right: 5px;
}

.item-inner .action-links button:last-child {
  margin-right: 0;
}

button.btn-wishlist, button.btn-compare {
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: block;
  font-weight: normal;
  font-size: 0;
  padding: 0;
  text-align: center;
  color: #525252;
  border: 0;
  background: transparent;
}

button.btn-wishlist:before, button.btn-compare:before {
  content: "\f387";
  font-family: "Ionicons";
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}

button.btn-compare:before {
  content: "\f4a8";
}

button.btn-wishlist:hover, button.btn-compare:hover {
  color: #004045;
  background: transparent;
}

.item-inner .caption {
  padding: 15px 10px;
  background: transparent;
  text-align: left;
}

.product-name {
  margin-bottom: 11px;
  display: block;
  margin-top: 0;
}

.product-name a {
  color: #002022;
  padding: 0;
  display: block;
  /* text-transform: capitalize; */
  line-height: 1.2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}

.product-name a:hover {
  color: #004045;
}

.ratings {
  display: block;
}

.ratings a {
  margin-left: 8px;
  text-transform: capitalize;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
}

.ratings a:hover {
  color: #004045;
}

.ratings a.review-count:after {
  content: "|";
  margin-left: 8px;
}

.ratings .rating-box {
  display: inline-block;
  vertical-align: top;
}

.rating-box div[class^=rating] {
  background: url("../image/rating0.png") no-repeat;
  font-size: 0;
  height: 12px;
  width: 73px;
}

.rating-box div.rating1 {
  background-image: url("../image/rating1.png");
}

.rating-box div.rating2 {
  background-image: url("../image/rating2.png");
}

.rating-box div.rating3 {
  background-image: url("../image/rating3.png");
}

.rating-box div.rating4 {
  background-image: url("../image/rating4.png");
}

.rating-box div.rating5 {
  background-image: url("../image/rating5.png");
}

.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.price-box .price-tax {
  display: none;
}

.price-box .price {
  color: #004045;
  font-size: 20px;
  font-weight: 600;
}

.price-box p.special-price .price {
  color: #004045;
}

.price-box p.old-price {
  margin-left: 5px;
  padding-top: 3px;
}

.price-box p.old-price .price {
  color: #999999;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
}

.item-inner .caption .price-box {
  display: block;
  margin-top: 3px;
  margin-bottom: 9px;
  text-align: center;
}

.item-inner .caption .price-box label {
  margin: 0;
  font-size: 13px;
  color: #363f4d;
  display: none;
}

.item-inner .caption .manufacture-product {
  display: none;
}

.item-inner .caption .available {
  display: none;
}

/* module-style1 */
.module-style1 .box-style {
  /* padding: 0 15px; */
}

.module-style1 .owl-carousel .owl-stage-outer {
  padding-bottom: 121px;
  margin-bottom: -121px;
  position: relative;
}

.module-style1 .owl-carousel .owl-stage-outer .owl-stage {
  background: #fff;
}

.module-style1.active .owl-carousel .owl-stage-outer {
  z-index: 2;
}

.module-style1 .item-inner {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.module-style1 .item-inner:hover .box-hover {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* .module-style1 .box-hover {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 90%;
	z-index: 5;
	padding-bottom: 22px;
	box-shadow: 0 5px 13px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 5px 13px 2px rgba(0,0,0,0.07);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
} */
.module-style1 .box-hover .button.btn-cart {
  width: 100%;
}

.module-style1 .box-hover .action-links {
  overflow: hidden;
  margin-top: 14px;
}

.module-style1 .box-hover .ratings {
  float: left;
  padding: 8px 0 1px;
}

.module-style1 .box-hover .add-to-links {
  float: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.product-layout .product-thumb .product-name {
  height: 50px;
  overflow: hidden;
  text-align: center;
}

/* thumb-module */
.thumb-module .box-module {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
  border: 1px solid #ededed;
  padding: 0;
  border-left: 0;
}

.thumb-module .col-image {
  float: left;
  width: 23.097%;
}

.thumb-module .col-product {
  float: left;
  width: 76.903%;
}

.thumb-module2 .col-product {
  padding: 20px 20px 15px 20px;
}

.thumb-module3 .box-module {
  padding: 0;
  border: 0;
}

.thumb-module3 .col-product {
  padding: 20px 20px 15px 20px;
  border: 1px solid #ededed;
  border-top: 0;
}

.thumb-module3.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -241px;
  right: 0;
}

.thumb-module3 .banner-static a,
.thumb-module3 .banner-static a img {
  width: 100%;
}

/* module title*/
.module-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 52px;
  border-bottom: 1px solid #ededed;
}

.module-title h2 {
  font-family: "Ysabeau", sans-serif;
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 14px;
}

.module-title h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #004045;
  position: absolute;
  left: 0;
  bottom: -1px;
}

/* module-style2*/
.module-style2 .box-style {
  /* padding: 30px 15px; */
  /* background: #fff; */
}

.module-style2 .product-layout.list-style {
  margin-bottom: 30px;
}

.module-style2 .product-layout.list-style:last-child {
  margin-bottom: 0;
}

.module-style2 .item-inner {
  overflow: hidden;
  clear: both;
}

.module-style2 .item-inner:hover button.btn-cart {
  left: 0;
  right: 0;
  margin: auto;
}

.module-style2 .caption {
  overflow: hidden;
  padding: 14px 0 15px 0px;
  position: relative;
}

.module-style2 .item-inner .caption .price-box {
  margin-bottom: 24px;
}

.module-style2 button.btn-cart {
  border-color: #ebebeb;
  padding: 0;
  width: 100%;
  color: #525252;
  background: #fff;
  font-weight: 400;
  max-width: 155px;
  position: absolute;
  bottom: 0px;
  left: 17px;
  opacity: 0;
  visibility: hidden;
}

.module-style2 button.btn-cart:hover {
  border-color: #004045;
  background: #004045;
  color: #fff;
}

.module-style2 .item-inner:hover button.btn-cart {
  opacity: 1;
  visibility: visible;
}

.module-style2 .item-inner:hover .ratings {
  /* opacity: 0; */
  /* visibility: hidden; */
}

/* module-style3 */
/* module-nav2 */
.module-nav2 .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: 6px;
  top: -62px;
  margin: 0;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 28px;
  height: 28px;
  line-height: 28px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div:before {
  font-size: 24px;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div:hover {
  color: #004045;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev {
  margin-right: 4px;
}

/* slider-group */
/* tabs-category-slider */
.tabs-category-slider.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -77px;
  right: -3px;
}

.tabs-category-slider .tabs-categorys {
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 15px;
  display: none;
}

.tabs-category-slider .tabs-categorys li {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 30px;
  padding: 11px 0;
  float: left;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
  margin-right: 18px;
}

.tabs-category-slider .tabs-categorys li:last-child {
  margin: 0;
}

.tabs-category-slider .tabs-categorys li:hover, .tabs-category-slider .tabs-categorys li.active {
  color: #004045;
}

/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
  display: none;
}

.product-tabs-container-slider .tabs {
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 17px;
}

.product-tabs-container-slider .tabs li {
  font-size: 14px;
  color: #bbbbbb;
  line-height: 26px;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  margin-right: 35px;
}

.product-tabs-container-slider .tabs li:last-child {
  margin: 0;
}

.product-tabs-container-slider .tabs li:hover, .product-tabs-container-slider .tabs li.active {
  color: #333333;
}

/* bestseller-products-slider */
/* related-products */
/* featured-categories-container */
.featured-categories-container .thumbs {
  border: 0;
}

.featured-categories-container .thumbs li {
  float: left;
  text-align: center;
  width: 50%;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0;
}

.featured-categories-container .thumbs li a {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  padding: 37px 5px 22px 5px;
}

.featured-categories-container .thumbs li a:hover, .featured-categories-container .thumbs li.active a {
  background: #004045;
}

.featured-categories-container .thumbs li a:hover .name, .featured-categories-container .thumbs li.active a .name {
  color: #fff;
}

.featured-categories-container .thumbs li a:hover img, .featured-categories-container .thumbs li.active a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.featured-categories-container .thumbs li .name {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 20px;
}

.owl-featured-categories {
  background: #fff;
  position: relative;
}

.owl-featured-categories .col-subcate {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-featured-categories .col {
  padding: 0;
}

.sub-featured-categories .col-image {
  padding-top: 10px;
  text-align: center;
}

.subcate-name {
  font-size: 49px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 0;
}

.subcate-des {
  line-height: 24px;
  color: #525252;
  margin-bottom: 38px;
}

.sub-featured-categories .view-more {
  font-size: 15px;
  color: #292929;
  border: 2px solid #ebebeb;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  padding: 0 43px;
  border-radius: 25px;
  text-transform: capitalize;
}

.sub-featured-categories .view-more:hover {
  background: #004045;
  border-color: #004045;
  color: #fff;
}

.sub-featured-categories .owl-item {
  opacity: 0;
}

.sub-featured-categories .owl-item.active {
  opacity: 1;
}

/* CountDown */
.occountdown_module {
  position: relative;
}

.occountdown_module .module-title {
  margin-bottom: 30px;
}

.occountdown_module.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -72px;
}

.occountdown_module .owl-dots {
  display: none !important;
}

.occountdown_module .item-inner .images-container {
  width: 41.25%;
  float: left;
}

.occountdown_module .item-inner .caption {
  overflow: hidden;
}

.occountdown_module .list-thumb {
  padding-left: 30px;
  width: 58.75%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.occountdown_module .list-thumb li {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 2px;
}

.occountdown_module .list-thumb li.active, .occountdown_module .list-thumb li:hover {
  border-color: #004045;
}

.occountdown_module .list-thumb .owl-container {
  margin: 0 -7.5px;
}

.occountdown_module .list-thumb .owl-container .owl-item {
  padding: 0 7.5px;
  padding-bottom: 1px;
}

.occountdown_module .product-name {
  margin-bottom: 16px;
  margin-top: 25px;
}

.occountdown_module .product-name a {
  font-size: 18px;
  font-weight: 600;
}

.occountdown_module .item-inner .caption .available {
  font-size: 14px;
  color: #363f4d;
  margin-bottom: 0;
  margin-top: 13px;
  display: none;
}

.occountdown_module .item-inner .caption .available span {
  color: #7a7a7a;
  margin-left: 3px;
}

.occountdown_module .item-inner .caption .price-box {
  margin-top: 0;
}

.occountdown_module .item-inner .caption .price-box .price {
  font-size: 24px;
}

.occountdown_module .item-inner .caption .price-box p.old-price {
  padding-top: 3px;
}

.occountdown_module .item-inner .caption .price-box p.old-price .price {
  font-size: 20px;
}

.occountdown_module .product-des {
  line-height: 24px;
  margin-top: 15px;
  display: block;
  margin-bottom: 19px;
}

.occountdown_module .item-inner .caption {
  padding: 0;
  padding-left: 30px;
  width: 58.75%;
  padding-bottom: 170px;
}

.occountdown_module .item:last-child {
  /* padding-bottom: 10px; */
}

.text-hurryup {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 0;
  margin-right: 13px;
  display: none;
}

.text-hurryup strong {
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  color: #3d3d3d;
}

.is-countdown {
  border: 2px solid #004045;
  text-align: center;
  padding: 12.5px 0;
  border-radius: 25px;
  display: block;
  max-width: 370px;
  margin-top: 32px;
}

.countdown-row {
  display: inline-block;
  vertical-align: top;
}

.countdown-row:before {
  content: "\f3b3";
  font-family: "Ionicons";
  font-size: 24px;
  color: #004045;
  float: left;
  line-height: 1;
  margin-right: 20px;
}

.countdown-section {
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #004045;
}

.countdown-section:first-child {
  position: relative;
  padding-left: 20px;
}

.countdown-section:first-child:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #004045;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.countdown-section:last-child:after {
  display: none;
}

.countdown-section:after {
  content: ":";
  margin: 0 6px;
}

/* testimonial */
/* testimonial */
.testimonial-container .block-content .thumb li:hover img,
.testimonial-container .block-content .thumb li.active img {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  border-color: #004045;
}

.testimonial-container .block-content .thumb li img {
  opacity: 0.2;
  border: 3px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.testimonial-container .block-content .thumb li.active .testimonial-author,
.testimonial-container .block-content .thumb li:hover .testimonial-author {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.testimonial-container .block-content .thumb .testimonial-author {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #363f4d;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.testimonial-container .block-content .testimonial-content {
  line-height: 24px;
  text-align: center;
  font-style: italic;
  color: #fff;
  padding: 30px 15px;
  background: #292929;
}

.testimonial-container .block-content .testimonial-images {
  margin-bottom: 18px;
}

.testimonial-container .testimonial-box {
  padding: 0px 30px;
}

.testimonial-container .block-content .testimonial-images img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.testimonial-container .block-content .testimonial-author {
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-top: 27px;
  margin-bottom: 4px;
  color: #fff;
}

.testimonial-container .block-content .testimonial-content a {
  color: #d0d0d0;
  position: relative;
  padding-top: 48px;
  display: block;
}

.testimonial-container .block-content .testimonial-content a:before {
  content: "*";
  font-family: "Prestige Elite Normal";
  font-size: 96px;
  font-weight: 700;
  color: #004045;
  font-style: normal;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
}

.testimonial-container .block-content .thumb {
  margin: auto;
  padding: 0;
  text-align: center;
  max-width: 420px;
}

.testimonial-container .block-content .thumb li {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  position: relative;
  vertical-align: top;
  padding-bottom: 57px;
  padding-top: 10px;
}

.testimonial-container .owl-pagination {
  display: none;
}

.testimonial-container.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -50px;
  right: -8px;
}

/* corporate */
.ma-corporate-about {
  text-align: center;
  background: #fff;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.ma-corporate-about .col {
  float: left;
  width: 20%;
  position: relative;
  padding: 0 15px;
}

.ma-corporate-about .col:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #cbcbcb;
  width: 1px;
  height: 34px;
  margin-top: -17px;
}

.ma-corporate-about .col:last-child:after {
  display: none;
}

.ma-corporate-about .block-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0;
  padding-left: 44px;
  position: relative;
}

.ma-corporate-about .block-wrapper:before {
  content: "\f3b1";
  font-family: "Ionicons";
  font-size: 36px;
  color: #004045;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ma-corporate-about .block-wrapper.wrapper2:before {
  content: "\f2c3";
}

.ma-corporate-about .block-wrapper.wrapper3:before {
  content: "\f27c";
}

.ma-corporate-about .block-wrapper.wrapper4:before {
  content: "\f119";
}

.ma-corporate-about .block-wrapper.wrapper5:before {
  content: "\f458";
}

.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  display: block;
}

.ma-corporate-about .block-wrapper .text-des h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.ma-corporate-about .block-wrapper .text-des p {
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 0;
  font-size: 14px;
}

/* End Corporate */
/* blog */
.menu-recent img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}

.menu-recent .articles-inner {
  border-right: 0 !important;
  clear: both;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.menu-recent .row_items .articles-inner:not(:first-child) {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 20px;
}

.menu-recent .articles-image {
  float: left;
  width: 38%;
}

.menu-recent .aritcles-content {
  overflow: hidden;
  padding-left: 18px;
}

.menu-recent .articles-image a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  position: relative;
  border-radius: 2px;
}

.menu-recent .articles-image a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.articles-name {
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 6px;
  color: #3d3d3d;
}

.articles-date {
  font-size: 13px;
  margin-bottom: 19px;
  text-transform: capitalize;
  font-weight: 400;
  color: #959595;
}

.articles-intro p {
  line-height: 20px;
  font-size: 13px;
  padding: 0;
  font-weight: 400;
  margin: 0;
  display: none;
}

.menu-recent .read-more {
  color: #a4a4a4;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

.menu-recent .read-more:hover {
  color: #004045;
}

/* brand */
/* brand */
.brand-full {
  background: #fff;
  margin-top: 60px;
}

.brand-slider img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
}

.brand-slider img:hover {
  opacity: 1;
}

.brand-slider {
  padding: 56px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: 55px;
  position: relative;
}

/* Social */
.follow {
  float: right;
  padding: 5px 0;
}

ul.link-follow {
  display: inline-block;
  vertical-align: top;
}

ul.link-follow li {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

ul.link-follow li:last-child {
  margin-right: 0;
}

ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 0;
  line-height: 46px;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.link-follow li a:before {
  font-size: 21px;
  line-height: 1;
  vertical-align: middle;
}

ul.link-follow li a span {
  display: none;
}

ul.link-follow li a:hover {
  color: #004045;
  background: #fff;
}

/* footer */
.common-home footer {
  /* margin-top:0; */
}

footer {
  margin-top: 60px;
}

.footer-top {
  background: #fff;
  padding: 55px 0 45px 0;
}

footer .col-footer {
  margin-bottom: 20px;
}

.footer-title {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 23px;
}

.footer-content {
  line-height: 24px;
  color: #555555;
  font-weight: 400;
}

.logo-footer {
  display: block;
  margin-bottom: 23px;
}

.footer-contact {
  color: #292929;
  margin-top: 23px;
}

.footer-contact li {
  margin-bottom: 11px;
}

.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-contact label {
  display: block;
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.footer-payment {
  float: right;
}

.footer-payment label {
  color: #57626f;
  margin-bottom: 10px;
  display: block;
}

footer .list-unstyled.text-content li a:hover {
  color: #004045;
}

footer .list-unstyled.text-content li a {
  color: #555555;
  display: block;
  font-weight: 400;
  padding: 6px 0;
}

footer .list-unstyled.text-content li a:before {
  content: "\f3d3";
  font-family: "Ionicons";
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}

.footer-middle { /* border-top: 1px solid #ededed; */ }

.footer-middle .container-inner {
  /* padding: 52px 0; */
}

.tag-static li a:first-child {
  font-weight: 600;
  color: #292929;
  margin-right: 8px;
}

.tag-static li a:first-child:after, .tag-static li a:last-child:after {
  display: none;
}

.tag-static li a {
  line-height: 28px;
  text-transform: capitalize;
  color: #555;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.tag-static li a:after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
  color: #5b697b;
}

.tag-static li a:hover {
  color: #004045;
}

.tag-static li {
  display: block;
}

.tag-static li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  background: #292929;
}

.footer-bottom .container-inner {
  padding: 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.footer-bottom .footer-copyright {
  float: right;
  color: #cacaca;
  font-size: 14px;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  padding: 5px 0;
}

.footer-bottom .footer-copyright a {
  color: #fff;
}

.footer-bottom .footer-copyright a:hover {
  text-decoration: underline;
}

#back-top i {
  font-size: 18px;
}

#back-top:hover {
  background: #004045;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(35, 47, 62, 0.7);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  color: #fff;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.1);
}

/* breadcrumb */
.common-home .breadcrumbs {
  display: none;
}

.breadcrumbs {
  margin-bottom: 30px;
  background: #fff;
}

.breadcrumb {
  margin: 0;
  background: none;
  padding: 19px 0;
}

.breadcrumb li:before {
  margin: 0 7px;
}

.breadcrumb li a:hover,
.breadcrumb li:last-child a {
  color: #002022;
  font-weight: bold;
}

.breadcrumb li a {
  color: #707070;
}

/* toolbar */
.text-refine {
  margin-top: 0;
}

.category-image {
  margin-bottom: 20px;
}

#compare-total {
  line-height: 28px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 32px;
}

.toolbar-products {
  margin-bottom: 5px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.toolbar-products.toolbar-bottom {
  margin-bottom: 0;
  margin-top: 30px;
}

.toolbar-products .modes {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}

.toolbar-products .toolbar-amount {
  line-height: 28px;
  font-size: 15px;
  padding: 0;
  color: #292929;
  display: inline-block;
  vertical-align: top;
  padding: 11px 0;
}

.modes button {
  padding: 0;
  margin-right: 15px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#grid-view i, #list-view i {
  font-size: 38px;
  color: #292929;
  line-height: 40px;
  display: block;
}

#grid-view.selected i, #list-view.selected i, #grid-view:hover i, #list-view:hover i {
  color: #004045;
}

.toolbar-products .sorter {
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}

.toolbar-products .limiter {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}

.toolbar-products .sorter label, .toolbar-products .limiter label {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  padding: 6px 0;
  margin: 0 15px 0 0;
  color: #292929;
  font-size: 15px;
}

.toolbar-products .sorter select, .toolbar-products .limiter select {
  padding: 0 10px;
  height: 40px;
  min-width: 95px;
  font-size: 15px;
  color: #707070;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  width: auto;
  border: 0;
}

.toolbar-products .pages ul {
  margin: 0;
  border-radius: 0;
}

.toolbar-products .pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.toolbar-products .pages ul li a {
  color: #525252;
  font-size: 15px;
  font-weight: 400;
  padding: 0 4px;
  width: 40px;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #fff;
}

.toolbar-products .pages ul li span {
  color: #fff;
  background: #004045;
  font-size: 15px;
  border: none;
  padding: 0 4px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
}

.toolbar-products .pages ul li.active span, .toolbar-products .pages ul li:hover a {
  color: #fff;
  background: #004045;
}

/* category */
.category-img {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.category-img img {
  border: none;
}

.custom-products {
  border-right: 0;
  border-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
  /* padding: 0 15px; */
}

.title-category h2 {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  background: url(../image/bkg_category.jpg) bottom no-repeat;
  text-align: center;
  padding: 45px 0;
  display: none;
}

.category-name {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-left: 50px;
}

.product-grid .product-des {
  display: none;
}

.product-list .col-image, .product-list .col-des {
  padding: 0;
}

.product-list .caption {
  text-align: left;
  padding: 30px 25px;
}

.product-list .product-name {
  margin-bottom: 14px;
}

.product-list .product-name a {
  font-size: 18px;
  font-weight: 600;
}

.product-list .item-inner .caption .price-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-list .add-to-links {
  display: inline-block;
  vertical-align: top;
}

.product-list .add-to-links button {
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 5px 0;
}

.product-list .add-to-links a em {
  font-style: normal;
}

.product-list .add-to-links button:before {
  margin-right: 10px;
}

.product-list .add-to-links button {
  margin-right: 30px;
}

.product-list .add-to-links button:last-child {
  margin-right: 0;
}

.product-list .product-des {
  line-height: 24px;
  padding: 15px 0;
  margin-top: 0;
}

.product-list .ratings {
  margin-top: 15px;
}

.product-list button.btn-cart {
  min-width: 240px;
  display: block;
  margin-bottom: 10px;
  float: none;
}

/* product detail */
.thumbnails {
  padding: 5px;
}

.thumbnail, .img-thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #ddd;
}

.zoomContainer {
  top: 0px !important;
  left: 15px !important;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
}

.product-quickview .product-info-main .button-cart {
  min-width: auto;
}

.product-quickview .zoomContainer .zoomLens {
  display: none !important;
}

.product-quickview .thumbnails {
  pointer-events: none;
}

.zoomContainer .zoomWindowContainer .zoomWindow {
  margin-left: 15px;
  border-color: #004045 !important;
}

.image-additional-container {
  padding: 0 30px;
}

.image-additional-container .thumbnail {
  margin: 0;
  border: 1px solid #edecec;
}

.image-additional-container .thumbnail:hover, .image-additional-container .thumbnail.active2 {
  border-color: #004045;
}

.owl-style3 .owl-container {
  margin: 0 -5px;
}

.owl-style3 .owl-container .owl-item {
  padding: 0 5px;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div {
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 30px;
  border-radius: 0;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div:hover {
  background: none;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div:hover:before {
  color: #004045;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div:before {
  font-size: 32px;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: -30px !important;
  opacity: 1;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-next {
  right: -30px !important;
  opacity: 1;
}

#product-product .column-main {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 30px;
}

.product-info-main .product-name {
  font-size: 24px;
  font-weight: 600;
  color: #292929;
  /*text-transform: capitalize;*/
  margin: 42px 0 6px 0;
}

.product-info-main .price-box {
  display: block;
  margin-bottom: 20px;
}

.product-info-main .price-box .price {
  font-size: 36px;
}

.product-info-main .price-box p.old-price .price {
  font-size: 30px;
}

.product-info-main .short-des {
  font-size: 15px;
  line-height: 24px;
  padding: 34px 0;
  margin: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
  height: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  text-align: center;
  width: 25px;
  font-size: 15px;
  border-radius: 0px;
  border: none;
  padding: 0;
  color: #525252;
  float: left;
  background: #f6f6f6;
}

#input-quantity2,
#input-quantity {
  width: 92px;
  margin: 0 2px;
  min-width: auto;
}

.product-info-main .form-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

label[for=input-quantity] {
  line-height: 32px;
  padding: 5px 0;
  margin-right: 30px;
  margin-bottom: 0;
  color: #292929;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}

.product-info-main .button-cart {
  margin-top: 30px;
  clear: left;
  display: block;
  min-width: 240px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.product-info-main button.btn-wishlist, .product-info-main button.btn-compare {
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 5px 0;
  float: left;
  margin-right: 30px;
}

.product-info-main button.btn-wishlist:before, .product-info-main button.btn-compare:before {
  margin-right: 10px;
}

#product2.has-option,
#product.has-option {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  padding: 20px;
}

#product + div {
  margin: 20px 0;
}

.quantity-box {
  display: inline-block;
  vertical-align: top;
}

.product-info-main label[for=input-quantity], .product-info-main .quantity-box {
  margin-top: 40px;
}

.product-info-main .box-options {
  padding: 15px 0 33px;
}

.product-info-main ul.list-unstyled li {
  display: block;
  line-height: 24px;
}

.product-info-main ul.list-unstyled li span, .product-info-main ul.list-unstyled li a {
  color: #004045;
}

.product-info-main ul.list-unstyled li a:hover {
  text-decoration: underline;
}

.product-info-detailed {
  margin-top: 60px;
}

.product-info-detailed .nav-tabs {
  margin-bottom: 30px;
  border: 0;
  text-align: center;
}

.product-info-detailed .nav-tabs li {
  margin-bottom: 0;
  position: relative;
  margin-right: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product-info-detailed .nav-tabs li a:after {
  position: absolute;
  content: "";
  width: 70%;
  z-index: 1;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #292929;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-info-detailed .nav-tabs li.active:after, .product-info-detailed .nav-tabs li:hover:after {
  width: 100%;
}

.product-info-detailed .nav-tabs li:last-child {
  margin-right: 0;
}

.product-info-detailed .nav-tabs li a {
  font-size: 24px;
  color: #a9a9a9;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none !important;
  padding: 12px 0;
  background: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.product-info-detailed .nav-tabs li a:hover, .product-info-detailed .nav-tabs li.active a {
  color: #292929;
  background: none;
}

.product-info-detailed .nav-tabs li a:hover:after, .product-info-detailed .nav-tabs li.active a:after {
  opacity: 1;
}

.product-info-detailed .nav-tabs li:not(:first-child):before {
  content: "/";
  color: #a9a9a9;
  font-weight: 400;
  margin-right: 30px;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding: 12px 0;
}

.product-info-detailed .tab-content {
  line-height: 26px;
  padding: 40px;
  background: #fff;
}

#tab-description p {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}

.bootstrap-datetimepicker-widget td span {
  height: 40px !important;
  line-height: 40px !important;
  margin: 0px !important;
}

.alert.alert-success {
  text-align: center;
  font-size: 18px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  white-space: pre;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(100%, 100vw);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  /* .close {
  	font-size: 46px;
   	line-height: 0;
  	color: #000;
   	opacity: 0.6;
  	&:hover {
  		color: #000;
  		opacity: 1;
  	}
  } */
}

.account-login .well {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#map-canvas {
  min-height: 400px;
  margin: 20px 0;
}

.information-contact form .required {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  border: none;
  height: auto;
}

.telheade {
  display: block;
  float: left;
  font-size: 32px;
  color: #ceb442 !important;
  opacity: 1 !important;
}

.telheade:hover {
  color: #ceb442;
}

.mess {
  float: left;
  display: block;
  margin-left: 10px;
  /* margin-top: -3px; */
}

.mess:hover {
  opacity: 0.7;
}

#content {
  min-height: 300px;
}

.btn-quickview i {
  font-size: 21px;
}

#cart .dropdown-menu {
  margin: 0;
  padding: 15px 20px 30px 20px !important;
  width: 350px;
  right: -15px;
  list-style: none none;
  border: 0;
  background: #fff;
  margin-top: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 100%;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

#cart .dropdown-menu:after, #cart .dropdown-menu:before {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

#cart .dropdown-menu:before {
  border: 7px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  right: 26px;
  top: -12px;
  opacity: 0;
}

#cart .dropdown-menu:after {
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 98;
  right: 25px;
  top: -15px;
}

#cart .cart-close {
  top: 20px;
  right: 0;
  font-weight: 400;
}

#cart .cart-empty {
  padding-top: 15px;
}

#cart .dropdown-menu p {
  margin: 0;
}

#cart .dropdown-menu > li:first-child .table > tbody > tr > td {
  border: 0;
}

#cart .dropdown-menu > li:first-child .table > tbody > tr {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  display: block;
}

#cart .table > tbody > tr > td {
  border: none;
  padding: 0;
}

#cart .cart-close button {
  background: none;
  color: #292929;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 21px;
  height: 21px;
  background: #eaeaea;
  border-radius: 100%;
}

#cart .cart-close button:hover {
  background: #004045;
  color: #fff;
}

#cart .cart-quantity {
  color: #bfbfbf;
  line-height: 20px;
  display: block;
  padding: 5px 0;
  font-size: 14px;
}

#cart .cart-price {
  font-weight: 600;
  color: #004045;
  padding-top: 2px;
  font-size: 20px;
  display: block;
}

#cart .cart-name {
  line-height: 18px;
  display: block;
  font-size: 14px;
}

#cart .cart-name:hover {
  color: #004045;
}

#cart p.cart-button a:last-child {
  margin: 0;
  float: right;
  width: 100%;
}

#cart p.cart-button a {
  border: none;
  background: #292929;
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 40px;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-weight: 400;
  float: left;
}

#cart p.cart-button a strong {
  font-weight: 400;
}

#cart p.cart-button a:hover {
  color: #fff;
  background: #004045;
  border-color: #004045;
}

#cart p.cart-button a:hover i {
  color: #fff;
}

#cart p.cart-button a i {
  padding-left: 5px;
  font-size: 10px;
  display: none;
}

#cart .dropdown-menu .info-item {
  padding-left: 10px;
}

#cart .dropdown-menu .has-scroll {
  max-height: 300px;
  overflow: auto;
  padding: 0 20px;
  margin: 0 -20px;
}

/*
 *  STYLE 6
 */
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

#cart .dropdown-menu tr td strong {
  color: #2c2c2c;
  font-weight: 600;
  float: left;
  padding: 2px 0;
  font-size: 18px;
  text-transform: capitalize;
}

#cart .dropdown-menu tr td:last-child {
  color: #004045;
  font-weight: 600;
  font-size: 18px;
}

.videolink {
  background: rgba(206, 180, 66, 0.8509803922);
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}

.videolink i {
  font-size: 20px;
  margin-right: 7px;
}

.inst_review {
  margin-bottom: 150px;
}

.review__list {
  /* display: flex; */
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* .review__column {
    width: 33%;
    padding: 0px 20px;
} */
.inst_review a.inst {
  margin: 50px auto 0;
  display: block;
  width: 200px;
  background: linear-gradient(45deg, #F8504D, #D33D96);
  color: #fff;
  text-align: center;
  padding: 17px;
  font-size: 18px;
  border-radius: 20px;
}

.inst_review a.inst i {
  font-size: 18px;
}

.inst_review .owl-nav {
  font-family: "Ionicons";
}

.inst_review .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

.inst_review .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

.inst_review .owl-prev:before {
  content: "\f3cf";
  font-size: 34px;
  background: #195357;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inst_review .owl-next:before {
  content: "\f3d1";
  font-size: 34px;
  background: #195357;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-vlasne-vyrobnytstvo {
  font-size: 16px;
  line-height: 1.3;
}

/* responsive */
@media (max-width: 1599px) {
  .static-top-bege4 .image a .text {
    font-size: 2vw;
  }
}
@media (max-width: 1199px) {
  .static-top-bege4 .image a .text {
    font-size: 2.7vw;
  }
  .newsletter-group {
    text-align: center;
  }
  .newletter-subscribe-container {
    float: none;
    display: block;
    text-align: center;
  }
  #subscribe-normal {
    width: 400px;
  }
  .follow {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #cart > button > i, #wishlist-total i, #link-compare i {
    font-size: 24px;
  }
  #wishlist-total, #link-compare {
    margin-right: 15px;
    padding-right: 15px;
  }
  #wishlist-total:after, #link-compare:after {
    height: 20px;
  }
  .col-search {
    padding-right: 180px;
    padding-left: 200px;
  }
  .ma-corporate-about .col {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #search-by-category .search-container .categories-container .hover-cate p {
    padding: 0 15px;
    font-size: 13px;
  }
  #search-by-category .search-container .categories-container .hover-cate p i {
    margin-left: 14px;
  }
  #search-by-category .search-container #text-search {
    padding-right: 140px;
  }
}
@media (max-width: 991px) {
  .col-order {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .col-order #content {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    float: none;
  }
  .col-order #column-left {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    float: none;
  }
  #column-left, #column-right {
    margin-top: 30px;
  }
  #top .box-left {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  #top .box-right {
    float: none;
    vertical-align: top;
  }
  #top .box > li:last-child {
    float: right;
  }
  a.social {
    margin-left: 0;
    margin-right: 13px;
  }
  .logo-container {
    float: none;
    display: block;
    text-align: center;
  }
  .col-search {
    position: static;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #logo {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #logo img {
    width: 166px;
    height: 130px;
  }
  .top-search {
    text-align: center;
    width: 306px;
    margin: 0 auto;
    float: none;
  }
  .col-search .box-cart {
    position: static;
    display: block;
    width: 306px;
    margin: 0 auto;
    margin-bottom: 8px;
    max-height: 50px;
    text-align: center;
    /* margin: 8px 0; */
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .static-top-bege4 .col {
    width: 50%;
  }
  #dialog-normal .newleter-content {
    float: none;
    margin-left: 0;
  }
  #subscribe-normal {
    width: 100%;
  }
  .static-info .col {
    width: 50%;
  }
  .static-info .col:nth-child(3) {
    clear: left;
  }
  .static-info .box-info p {
    line-height: 15px;
    color: #555;
    margin: 0;
  }
  .static-info .box-info h2 {
    margin-bottom: 0;
  }
  .static-info .box-info {
    padding-top: 50px;
  }
  .static-info .col:nth-child(1),
  .static-info .col:nth-child(2) {
    border-bottom: 1px solid #ededed;
  }
  .static-info .col:nth-child(2) {
    border-right: 1px solid #ededed;
  }
  footer {
    margin-top: 60px;
  }
  .footer-bottom .footer-payment {
    float: none;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .footer-bottom .footer-copyright {
    float: none;
    display: block;
    text-align: center;
    max-width: none;
    line-height: 1.2;
  }
  #search-by-category .search-container #text-search {
    padding-right: 10px;
  }
  .newletter-popup,
  .b-modal {
    display: none !important;
  }
  .zoomContainer,
  .vermagemenu-container,
  #search-by-category .search-container .categories-container {
    display: none !important;
  }
  .review__list {
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
  }
  .top-menu {
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .toolbar-products .modes {
    float: left;
    margin-right: 20px;
  }
  .toolbar-products .sorter, .toolbar-products .limiter, .toolbar-products .pages {
    float: right;
  }
  .toolbar-products .toolbar-amount {
    float: left;
  }
}
@media (max-width: 767px) {
  .link-compare {
    text-align: center;
  }
  .logo-container {
    float: none;
    display: block;
    text-align: center;
  }
  .module-title {
    padding-right: 0;
  }
  #dialog-normal .newleter-content {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  #subscribe-normal {
    width: 100%;
  }
  .banner-static .image a {
    width: auto;
  }
  .static-middle-bege1 .col {
    width: 100%;
    float: none;
    text-align: center;
  }
  .occountdown_module .item-inner .images-container {
    width: 100%;
    float: none;
  }
  .occountdown_module .item-inner .caption {
    width: 100%;
    float: none;
    padding: 0;
  }
  .occountdown_module .list-thumb {
    width: 100%;
    padding: 0;
    position: static;
    margin-top: 40px;
  }
  .owl-featured-categories .col-subcate {
    padding: 30px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sub-featured-categories .col-image {
    margin-top: 20px;
  }
  .owl-buttons {
    display: none !important;
  }
}
@media (max-width: 567px) {
  .product-info-detailed .nav-tabs li {
    float: none;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .product-info-detailed .nav-tabs li:last-child {
    border-bottom: 0;
  }
  .product-info-detailed .nav-tabs li:not(:first-child):before {
    display: none;
  }
  .static-info .container-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .static-info .col {
    float: none;
    width: 100%;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 30px 15px;
  }
}
@media (max-width: 479px) {
  .static-top-bege4 .image a .text {
    font-size: 6vw;
  }
  #cart p.cart-button a:first-child {
    margin-bottom: 15px;
  }
  #cart p.cart-button a {
    float: none !important;
    display: block;
  }
  #cart .dropdown-menu {
    width: 250px;
    right: -30px;
  }
  #cart .dropdown-menu::before {
    right: 41px;
  }
  #cart .dropdown-menu::after {
    right: 40px;
  }
  #top .setting .btn-group .dropdown-menu {
    right: auto;
    left: 0;
  }
  .static-info .col:last-child {
    border-bottom: 0;
  }
  .static-middle-bege1 .image3, .static-middle-bege1 .image4 {
    float: none;
    width: 100%;
  }
  #search-by-category .search-ajax {
    width: 100%;
  }
  #search-by-category {
    padding-right: 80px;
  }
  #btn-search-category {
    width: 80px;
  }
  .countdown-section {
    font-size: 16px;
  }
  .countdown-row:before {
    font-size: 20px;
    margin-right: 15px;
  }
  .countdown-section:first-child {
    padding-left: 15px;
  }
  .product-list .add-to-links li:last-child, .product-info-main button.btn-compare {
    display: block;
    float: none;
    clear: left;
    margin-left: 0;
  }
  #btn-search-category {
    padding: 0 15px;
  }
  #search-by-category {
    padding-right: 80px;
  }
  .ma-corporate-about .col:after {
    display: none;
  }
}
/*Fix products-grid */
@media (min-width: 1200px) {
  .custom-products .product-grid.category:nth-child(4n+1),
  .custom-products .product-grid.four-items:nth-child(4n+1),
  .custom-products .product-grid.two-items:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .custom-products .product-grid.category:nth-child(3n+1),
  .custom-products .product-grid.four-items:nth-child(4n+1),
  .custom-products .product-grid.two-items:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 481px) {
  .custom-products .product-grid:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .custom-products .product-grid:nth-child(1n+1) {
    clear: left;
  }
  .custom-products .product-grid {
    width: 100%;
  }
}
/*Fix products-no-slider */
@media (min-width: 768px) {
  .six_items:nth-child(6n+1),
  .four_items:nth-child(4n+1),
  .three_items:nth-child(3n+1),
  .two_items:nth-child(2n+1) {
    clear: left;
  }
}
.socials {
  margin-top: 7px;
}

a.social {
  margin-left: 10px;
}

.product-layout.list-style .action-links {
  padding-top: 8px;
  text-align: center;
}

.pt_custommenu div.pt_menu:last-child a {
  padding: 18px 0 18px 24px;
  margin-right: 7px;
}

.btn-primary {
  color: #fff;
  background-color: #004045;
  border-color: #004045;
}

.btn-primary:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #011d1f;
  border-color: #011d1f;
  text-decoration: underline;
}

.inputstyle input[type=file]:focus, .inputstyle input[type=radio]:focus, .inputstyle input[type=checkbox]:focus {
  background: #004045;
}

.inputstyle input[type=checkbox]::-ms-check {
  color: #004045;
  background: #004045;
  padding: 1em;
}

.inputstyle input[type=checkbox] {
  display: none;
}

/* стили для метки */
.inputstyle label {
  color: #000;
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 0;
  vertical-align: middle;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
.inputstyle label:before {
  content: " ";
  color: #000;
  display: inline-block;
  font: 20px/30px Arial;
  margin-right: 15px;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(../image/chek.png) no-repeat;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
.inputstyle input:checked + label:before {
  background: url(../image/cheked.png) no-repeat;
}

/* disabled */
.inputstyle input:disabled + label:before {
  background: #eee;
  color: #aaa;
}

.check {
  background-position: 0 3px;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}

.check.active {
  background-position: 0 -27px;
}

@media (max-width: 991px) {
  #top .box.box-left {
    display: none;
  }
  #top .box > li {
    margin-right: 0;
  }
  .socials {
    display: block;
    float: left;
    width: 45%;
  }
  .telheade {
    font-size: 23px;
    margin-bottom: 15px;
  }
  #top .box > li.bbb {
    padding-right: 42px;
  }
}
i.icon.ion-ios-person {
  font-size: 32px;
}

.header-inner .icon {
  width: 35px;
  float: left;
}

.social.icon {
  width: 35px;
  float: left;
}

.boc_order_btn {
  max-width: 240px;
  border-radius: 25px;
}

#product-product .tweet_iframe_widget {
  width: 85px !important;
}

@media all and (min-width: 992px) {
  .information-information-4 .wrapper, .information-information-6 .wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .information-information-4 .wrapper footer, .information-information-6 .wrapper footer {
    margin-top: auto;
  }
}
.ocfilter-option label input {
  accent-color: #003F44;
}

#ocfilter .btn-danger {
  color: #fff;
  background-color: #ceb442;
  border-color: #ceb442;
}

.simplecheckout label input, .simpleregister label input {
  accent-color: #003F44;
}

#top li.currency .btn-group .dropdown-menu {
  min-width: auto;
}

#top .btn-group .dropdown-menu {
  padding: 0;
}

#top .btn-group .dropdown-menu li:last-child {
  border-bottom: 0;
}

#top .btn-group .dropdown-menu li {
  padding: 5px 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 380px) {
  #top .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .socials {
    float: none;
    width: auto;
    margin: 0;
  }
  #top .box-right > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top .box > li.bbb,
  #top .box > li {
    padding: 0;
  }
  .menu-mobile .btn-navbar:before {
    left: 0;
  }
}
.blockdelivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 15px 20px;
  font-family: "Ysabeau", sans-serif;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 400px;
}

.blockdelivery.collapsed {
  max-height: 187px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blockdelivery__title {
  font-size: 22px;
  margin-bottom: 15px;
}

.blockdelivery .col {
  width: 50%;
}

.blockdelivery .col:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid #ededed;
}

.blockdelivery .col:nth-child(2) {
  padding-left: 15px;
}

.blockdelivery p {
  font-size: 15px;
}

.blockdelivery a.blockdelivery_det {
  font-size: 16px;
}

.blockdelivery_det {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  padding: 7px 0 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.blockdelivery_det:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background: linear-gradient(0deg, white, transparent);
  height: 40px;
  width: 100%;
  display: block;
  position: absolute;
  top: -40px;
}

#ring_sizes_modal .modal-header .close {
  margin-top: -17px;
}

a.ring_sizes {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}

.products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.products-grid:before {
  display: none;
}

.products-grid .module-style1 {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.products-grid .module-style1 .col-image {
  position: relative;
}

.products-grid .module-style1 .col-image .add-to-links {
  position: absolute;
  top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
  right: 9px;
}

.ocf-btn-link[disabled], .ocf-btn-link[disabled]:hover, .ocf-btn-link[disabled]:focus {
  color: #296C3B !important;
}

@media (max-width: 1200px) {
  .products-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .products-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .blockdelivery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 100%;
  }
  .blockdelivery .col:nth-child(1),
  .blockdelivery .col:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
  }
  .module-style2 .caption {
    padding: 13px 0;
  }
  .module-style2 button.btn-cart {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    float: none;
    margin: auto;
  }
  .caption .box-hover {
    text-align: center;
  }
  .module-style2 .item-inner .caption .price-box {
    margin-bottom: 10px;
  }
  .mobilemenu span.ttclose a::after {
    padding: 0px 0 0 40px;
  }
}
.ocf-btn-link {
  color: #333333 !important;
}

#cart .dropdown-menu {
  z-index: 200;
}

#ocf-filter-2-0-1 span.ocf-input-group-addon {
  display: none;
}

#ocf-filter-2-0-1 .ocf-input-group.ocf-slider-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

span.bg_har {
  display: block;
  margin: 10px 0;
  line-height: 1.3;
  background: rgba(0, 64, 69, 0.0392156863);
  padding: 20px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

span.bg_har ul li {
  list-style: disc;
  margin-left: 16px;
}

/* ! Fix product grid cards sizes */
.products-grid .product-thumb {
  height: 100%;
}
.products-grid .product-thumb .item, .products-grid .product-thumb .item-inner, .products-grid .product-thumb .col-des, .products-grid .product-thumb .caption {
  height: 100%;
}
.products-grid .product-thumb .item-inner, .products-grid .product-thumb .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-grid .product-thumb .price-box {
  margin-top: auto;
}

.related-container .owl-stage, .tt_product_module .owl-stage {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}
.related-container .row_items, .related-container .product-layout, .tt_product_module .row_items, .tt_product_module .product-layout {
  height: 100%;
}
.related-container .product-thumb, .tt_product_module .product-thumb {
  height: 100%;
}
.related-container .product-thumb .item, .related-container .product-thumb .item-inner, .related-container .product-thumb .col-des, .related-container .product-thumb .caption, .tt_product_module .product-thumb .item, .tt_product_module .product-thumb .item-inner, .tt_product_module .product-thumb .col-des, .tt_product_module .product-thumb .caption {
  height: 100%;
}
.related-container .product-thumb .item-inner, .related-container .product-thumb .caption, .tt_product_module .product-thumb .item-inner, .tt_product_module .product-thumb .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-container .product-thumb .item-inner .des-info, .related-container .product-thumb .caption .des-info, .tt_product_module .product-thumb .item-inner .des-info, .tt_product_module .product-thumb .caption .des-info {
  height: 100%;
}
.related-container .product-thumb .price-box, .tt_product_module .product-thumb .price-box {
  margin-top: auto;
}
.related-container .product-thumb .item-inner .images-container, .tt_product_module .product-thumb .item-inner .images-container {
  overflow-y: visible;
  overflow-x: clip;
}

/* ! Product add_to_cart new layout */
#product .form-group {
  display: -ms-grid;
  display: grid;
  place-content: start;
  place-items: start;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2rem;
  -ms-grid-rows: auto 1rem auto 1rem auto 1rem auto;
      grid-template-areas: "buy quick video" "wish compare ." "label . ." "quantity . .";
}
@media (width < 1550px) {
  #product .form-group {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}
@media (width < 1200px) {
  #product .form-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "buy quick" "video ." "wish compare" "label ." "quantity .";
  }
}
@media (width < 992px) {
  #product .form-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "buy" "quick" "video" "wish" "compare" "label" "quantity";
  }
}
#product .form-group > * {
  margin: 0;
  padding: 0;
  width: 100%;
}
#product .form-group #button-cart,
#product .form-group .boc_order_btn,
#product .form-group .videolink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  min-width: unset;
  width: 100%;
  max-width: unset;
  height: 100%;
  padding: 12px;
  border-radius: 25px;
  background: #004045;
  color: #fff;
  text-transform: unset;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 4px;
  -webkit-transition: none;
  transition: none;
}
@media (width < 992px) {
  #product .form-group #button-cart,
  #product .form-group .boc_order_btn,
  #product .form-group .videolink {
    padding: 8px;
  }
}
#product .form-group #button-cart:hover, #product .form-group #button-cart:focus,
#product .form-group .boc_order_btn:hover,
#product .form-group .boc_order_btn:focus {
  text-decoration: underline;
}
#product .form-group .videolink:hover span, #product .form-group .videolink:focus span {
  text-decoration: underline;
}
#product .form-group .btn-wishlist,
#product .form-group .btn-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}
@media (width < 992px) {
  #product .form-group .btn-wishlist,
  #product .form-group .btn-compare {
    place-content: start;
  }
}
#product .form-group .btn-wishlist {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: wish;
}
#product .form-group .btn-compare {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: compare;
}
#product .form-group .control-label {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: label;
}
#product .form-group .quantity-box {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: quantity;
}
#product .form-group #button-cart {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: buy;
}
#product .form-group .boc_order_btn {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: quick;
}
#product .form-group .videolink {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: video;
  background: rgba(206, 180, 66, 0.8509803922);
  color: rgb(0, 64, 69);
}

header > .top-menu {
  z-index: 7;
}
header #cart dialog.cart_modal {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 100%;
  right: 0;
  left: unset;
  max-width: none;
  max-height: none;
  width: min(500px, 100vw);
  background: #fff;
  margin: 0;
  padding: 2rem 1rem 1rem 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: none;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}
header #cart dialog.cart_modal[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #cart dialog.cart_modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
header #cart dialog.cart_modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}
@media (width < 992px) {
  header #cart dialog.cart_modal {
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
  }
}
header #cart dialog.cart_modal .has-scroll {
  max-height: min(500px, 60vh);
  overflow-y: auto;
  padding-right: 1rem;
}
header #cart dialog.cart_modal .product-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 4px 3fr 4px auto;
  grid-template-columns: 2fr 3fr auto;
  gap: 4px;
  padding-right: 1rem;
}
header #cart dialog.cart_modal .product-row .info-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 2px 1fr;
  grid-template-rows: auto 1fr;
  gap: 2px 1rem;
  place-items: start;
      grid-template-areas: "name name" "quantity price";
}
header #cart dialog.cart_modal .product-row .info-item .col-pr-name,
header #cart dialog.cart_modal .product-row .info-item .cart-quantity,
header #cart dialog.cart_modal .product-row .info-item .cart-price {
  margin: 0;
  padding: 0;
  place-content: center;
  line-height: 1.4;
  font-size: 18px;
}
header #cart dialog.cart_modal .product-row .info-item .col-pr-name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: name;
  font-size: 14px;
}
header #cart dialog.cart_modal .product-row .info-item .cart-quantity {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: quantity;
  font-weight: 600;
  color: #888;
}
header #cart dialog.cart_modal .product-row .info-item .cart-price {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: price;
}
@media (width < 1200px){
  #product .form-group .btn-wishlist {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #product .form-group .btn-compare {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #product .form-group .control-label {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #product .form-group .quantity-box {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #product .form-group #button-cart {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #product .form-group .boc_order_btn {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #product .form-group .videolink {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  header #cart dialog.cart_modal .product-row .info-item .cart-quantity {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (width < 992px){
  #product .form-group .btn-wishlist {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #product .form-group .btn-compare {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #product .form-group .control-label {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  #product .form-group .quantity-box {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  #product .form-group #button-cart {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #product .form-group .boc_order_btn {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #product .form-group .videolink {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  header #cart dialog.cart_modal .product-row .info-item .cart-quantity {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
header #cart dialog.cart_modal .totals {
  font-size: 18px;
  border-top: 1px solid #ddd;
  padding-top: 8px;
}
header #cart dialog.cart_modal .totals table {
  margin-bottom: 10px;
}
header #cart dialog.cart_modal .totals table tr:first-child {
  display: none;
}

@media (width <= 992px) {
  body:has(dialog.cart_modal[open]) {
    overflow: hidden !important;
  }
}
.simplecheckout-cart img {
  width: 150px;
  height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

header .logo-container #logo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
header .top-menu {
  border-top: unset;
}

header.fix-header #logo img {
  height: 50px;
}
header.fix-header .top-menu {
  border-top: unset;
}
@media (992px < width < 1200px) {
  header.fix-header #logo img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  header.fix-header .header-inner {
    height: 120px;
  }
}
@media (width < 992px) {
  header.fix-header .logo-container {
    display: none;
  }
  header.fix-header .box-cart {
    display: none;
  }
  header.fix-header .header-inner {
    padding-top: 12px;
  }
  header.fix-header .ma-nav-mobile-container {
    margin-bottom: 12px;
  }
}

nav#top:has(+ .fix-header) {
  overflow: hidden;
  height: 0;
}

.form-control:has(+ :is(.text-danger, .js-error)) {
  border: 1px solid #a94442;
}

#boc_form .input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

#boc_form .input-group > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#boc_form .input-group > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#boc_form .input-group > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#boc_form .input-group > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#boc_form .input-group:has(.required)::before {
  position: absolute;
  content: "*";
  color: #b00000;
  font-size: 18px;
  top: 2px;
  left: 4px;
}
#boc_form .input-group .input-group-addon {
  width: 100%;
  height: 100%;
  place-content: center;
}
#boc_form .input-group .js-error {
  grid-column: 1/-1;
}

#boc_order .input-group.has-error input, #boc_order .form-group.has-error textarea {
  background: unset !important;
  color: #a94442 !important;
}

body:has(dialog.dialog_back[open]) {
  overflow: hidden !important;
}

dialog.dialog_back {
  max-width: unset;
  max-height: unset;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  place-items: center;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
dialog.dialog_back * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: none;
  background: transparent;
}
dialog.dialog_back .dialog_container {
  width: min(400px, 100vw);
  min-height: min(500px, 100dvh);
  max-height: 100dvh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background: #eee;
  border-radius: 18px;
  padding: 8px;
  overflow-y: auto;
}
dialog.dialog_back .dialog_container .dialog_content {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  gap: 1rem;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_close {
  position: absolute;
  font-size: 16px;
  width: 1em;
  height: 1em;
  top: 0.5em;
  right: 0.5em;
  color: #000;
  background: #eee;
  border-radius: 50%;
  padding: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_close:hover {
  scale: 1.2;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_close .cross {
  position: relative;
  width: 100%;
  height: 100%;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_close .cross::before, dialog.dialog_back .dialog_container .dialog_content .dialog_close .cross::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_close .cross::before {
  rotate: 45deg;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_close .cross::after {
  rotate: -45deg;
}
dialog.dialog_back .dialog_container .dialog_content .title {
  color: #333;
  text-align: center;
  font-size: 20px;
  padding: 0 3rem;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_product .price {
  font-weight: 600;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_buttons {
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  place-content: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  place-items: center;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_buttons .back {
  background: #eee;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_buttons .checkout {
  background: rgb(0, 64, 69);
  color: rgb(255, 255, 255);
}
dialog.dialog_back .dialog_container .dialog_content .dialog_buttons .back, dialog.dialog_back .dialog_container .dialog_content .dialog_buttons .checkout {
  font-size: 18px;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 1rem 0;
  border-radius: 2rem;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
dialog.dialog_back .dialog_container .dialog_content .dialog_buttons .back:hover, dialog.dialog_back .dialog_container .dialog_content .dialog_buttons .checkout:hover {
  opacity: 1;
}

.simplecheckout input[data-valid=false] {
  border: 1px solid #FF0000;
}

.callback-modal {
  border: none;
  border-radius: 12px;
  padding: 0;
  max-width: 400px;
  width: 90%;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.callback-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.callback-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.callback-form {
  padding: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.callback-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.form-group {
  margin-bottom: 15px;
}

.required-star {
  color: red;
}

.text-danger {
  color: #ff4444;
  font-size: 14px;
  margin-top: 4px;
}

.callback-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.callback-success {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  place-items: center;
  font-size: 16px;
}

.callback-close-btn {
  margin-top: 8px;
  background: #004045;
  border: none;
  color: #fff;
  padding: 4px 2rem;
  border-radius: 2rem;
}

.hidden {
  display: none;
}

.top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
.top-search * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.2;
}

.callback-open {
  float: left;
  background: transparent;
  color: rgb(206, 180, 66);
  border: none;
  border-radius: 2rem;
  padding: 0 1rem;
  margin-left: 8px;
  /* font-size: 18px; */
  font-size: 28px;
  text-decoration: underline;
  margin-bottom: 8px;
}

.col-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tel_time_head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  margin-right: 2rem;
}
.tel_time_head .telheade {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.tel_time_head div {
  color: #fff;
}

.header_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
.header_socials .head_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width < 1550px) {
  .top-search {
    place-items: start;
  }
  .header_socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* @media (< width < 1550px) {

} */
@media (width < 1200px) {
  .top-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-items: start;
    place-content: center;
    height: 100%;
  }
}
@media (width < 992px) {
  .col-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .telheade {
    margin-bottom: 0;
  }
  .top-search {
    place-items: center;
    margin-bottom: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callback-open {
    font-size: 23px;
    text-decoration: none;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-top: 0;
  }
  .callback-open, .tel_time_head {
    margin: 0;
  }
}
#callbackForm:has(.callback-success:not(.hidden)) .form-group, #callbackForm:has(.callback-success:not(.hidden)) .callback-submit {
  display: none;
}

@media (width >= 992px) {
  nav#top .box.box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
.advantages {
  /* display: grid;
   grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); */
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  place-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0 0;
  margin-bottom: 3vh;
}
.advantages .advantage_title {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1;
}
.advantages .advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
  max-width: 450px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}
@media (width <= 992px) {
  .advantages .advantage:nth-child(2n) {
    margin-left: auto;
  }
  .advantages .advantage:nth-child(2n+1) {
    margin-right: auto;
  }
}
.advantages .advantage .fa-star {
  font-size: 38px;
  overflow: unset !important;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  color: #ceb442;
}
.advantages .advantage .adv_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.advantages .advantage .adv_text p {
  margin: 0;
}
.advantages .advantage .adv_text p:first-child {
  font-weight: 600;
  font-size: 16px;
}
.advantages.small .advantage_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.advantages.small .advantage .adv_text {
  place-content: center;
}
.advantages.small .advantage .adv_text p:first-child {
  font-weight: 500;
}

@media (width >= 768px) {
  .mobile_ {
    display: none;
  }
}
@media (width < 768px) {
  .desktop_ {
    display: none;
  }
}
.footer_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4rem 1fr;
  grid-template-columns: auto 1fr;
  place-content: start;
  place-items: start;
  gap: 4rem;
}
.footer_row .footer_col_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  place-items: center;
  color: #cacaca;
}

nav#top .container-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
nav#top .container-inner .box-left p {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
nav#top .container-inner .box-left p:nth-child(2) {
  width: 100%;
  text-align: center;
}