.dropdown-menu {
  font-size: 14px;
}
.form-control:focus,
button:focus,
.btn:focus {
  box-shadow: none !important;
}
.form-group {
  /*.dropdown_end*/
}
.form-group .dropdown {
  /*&.bootstrap-select_end*/
}
.form-group .dropdown.bootstrap-select {
  /*.btn_end*/
  /*&.show_end*/
}
.form-group .dropdown.bootstrap-select .btn {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  /*&:after_end*/
}
.form-group .dropdown.bootstrap-select .btn:after {
  position: absolute;
  right: 10px;
  font-size: 15px;
  margin-top: 8px;
}
.form-group .dropdown.bootstrap-select.show {
  /*.btn_end*/
  /*.dropdown-menu_end*/
}
.form-group .dropdown.bootstrap-select.show .btn {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px 5px 0px 0px;
}
.form-group .dropdown.bootstrap-select.show > .dropdown-menu {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px 0px 5px 5px;
  margin-top: -3px;
  min-width: calc(100% + 1px);
}
/*.form-group_end*/
.btn-primary {
  background-color: #e34597;
  border-color: #e34597;
  color: #fff;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #c2156f;
  border-color: #c2156f;
  color: #fff;
}
.link {
  /*&.big-end*/
  /*&.bigest-end*/
}
.link.big {
  line-height: 15px;
  /*i-end*/
}
.link.big i {
  font-size: 20px;
}
.link.bigest {
  line-height: 45px;
  /*i-end*/
}
.link.bigest i {
  font-size: 20px;
}
/*.link*/
.btn {
  border-radius: 5px;
  border: 0px solid #fff;
  box-shadow: none;
  font-size: 14px;
  /*&.link-end*/
  /*&.nowrap-end*/
  /*&.big-end*/
  /*&.bigest-end*/
  /*&.whitee-end*/
  /*&.whitee-end*/
  /*&.primary-end*/
  /*&.primary2-end*/
  /*&.primary2-end*/
  /*&.secondery-end*/
  /*&.danger-end*/
  /*&.light-end*/
  /*&.info-end*/
  /*&.icon-end*/
  /*span-end*/
}
.btn:hover {
  cursor: pointer;
}
.btn.nowrap {
  white-space: nowrap;
}
.btn.big {
  font-size: 18px;
  line-height: 45px;
  font-weight: 800;
  white-space: nowrap;
  /*i-end*/
}
.btn.big i {
  font-size: 25px;
}
.btn.bigest {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 30px;
  /*i-end*/
}
.btn.bigest i {
  font-size: 20px;
}
.btn.alpha {
  background: #d9d9d9;
  color: #fff;
  opacity: 0.5 !important;
}
.btn.alpha:hover {
  opacity: 1;
}
.btn.alpha i {
  color: inherit;
}
.btn.whitee {
  background: #fff;
  opacity: 1;
  color: #333e48;
  -webkit-box-shadow: 1px 1px 2px 0px #333e48;
  -moz-box-shadow: 1px 1px 2px 0px #333e48;
  box-shadow: 1px 1px 2px 0px #333e48;
  /*&:hover-end*/
}
.btn.whitee:hover {
  background: #333e48;
  color: #fff;
}
.btn.light_gry {
  background: #fbfbfb;
  border: 1px solid #ced4da;
  opacity: 1;
  color: #333e48;
  /*&:hover-end*/
}
.btn.light_gry:hover {
  background: #333e48;
  color: #fff;
}
.btn.primary {
  background: #c2156f;
  opacity: 1;
  color: #ffffff;
  /*&:hover-end*/
  /*&.bordered-end*/
}
.btn.primary:hover {
  background: #e34597;
}
.btn.primary.bordered {
  background: none;
  border: 1px solid #c2156f;
  /*i-end*/
}
.btn.primary.bordered:hover {
  background: #c2156f;
  border: 1px solid #c2156f;
  /*i-end*/
}
.btn.primary.bordered:hover i {
  color: #fff;
}
.btn.primary.bordered i {
  font-size: 20px;
  color: #333e48;
}
.btn.primary2 {
  background: #5d646e;
  opacity: 1;
  color: #ffffff;
  /*&:hover-end*/
  /*&.bordered-end*/
}
.btn.primary2:hover {
  background: #1d80db;
}
.btn.primary2.bordered {
  background: none;
  border: 1px solid #5d646e;
  /*i-end*/
}
.btn.primary2.bordered:hover {
  background: #c2156f;
  border: 1px solid #c2156f;
  /*i-end*/
}
.btn.primary2.bordered:hover i {
  color: #fff;
}
.btn.primary2.bordered i {
  font-size: 20px;
  color: #333e48;
}
.btn.primary3 {
  background: #ffb6dc;
  opacity: 1;
  color: #ffffff;
  /*&:hover-end*/
  /*&.bordered-end*/
}
.btn.primary3:hover {
  background: #f4a3cd;
}
.btn.primary3.bordered {
  background: none;
  border: 1px solid #5d646e;
  /*i-end*/
}
.btn.primary3.bordered:hover {
  background: #c2156f;
  border: 1px solid #c2156f;
  /*i-end*/
}
.btn.primary3.bordered:hover i {
  color: #fff;
}
.btn.primary3.bordered i {
  font-size: 20px;
  color: #333e48;
}
.btn.secondery {
  background: #333e48;
  opacity: 1;
  color: #fff;
  /*&.bordered-end*/
  /*&:hover-end*/
}
.btn.secondery.bordered {
  background: none;
  border: 1px solid #333e48;
  color: #333e48;
  /*i-end*/
}
.btn.secondery.bordered.active {
  background: #333e48;
  color: #fff;
}
.btn.secondery.bordered:hover {
  background: #333e48;
  border: 1px solid #333e48;
  color: #fff;
  /*i-end*/
}
.btn.secondery.bordered:hover i {
  color: #fff;
}
.btn.secondery.bordered i {
  font-size: 15px;
  color: #333e48;
}
.btn.secondery:hover {
  background: #333e48;
  opacity: 0.9;
}
.btn.danger {
  background: #e25151;
  opacity: 1;
  color: #ffffff;
  /*&.bordered-end*/
  /*&:hover-end*/
}
.btn.danger.bordered {
  background: none;
  border: 1px solid #e25151;
  /*i-end*/
}
.btn.danger.bordered:hover {
  background: #f36262;
  border: 1px solid #f36262;
  /*i-end*/
}
.btn.danger.bordered:hover i {
  color: #ffffff;
}
.btn.danger.bordered i {
  font-size: 15px;
  color: #333e48;
}
.btn.danger:hover {
  background: #f36262;
  opacity: 0.9;
}
.btn.light {
  text-transform: none !important;
  font-weight: normal !important;
  white-space: nowrap;
}
.btn.info {
  background: #54c4c8;
  opacity: 1;
  color: #ffffff;
  /*&:hover-end*/
}
.btn.info:hover {
  background: #54ced2;
}
.btn.icon {
  background: none;
  opacity: 1;
  padding: 0px;
  color: #333e48;
  padding: 3px 8px;
  border: 1px dashed rgba(0, 0, 0, 0.05);
  /*&:hover-end*/
}
.btn.icon:hover {
  background: #c2156f;
  color: #ffffff;
}
.btn.circle {
  padding-left: 30px;
  padding-right: 30px;
}
.btn span {
  font-weight: bold;
}
.btn.slideshow {
  background-color: #fce449;
  position: relative;
  padding: 10px 20px;
  color: #333e48;
  font-weight: bold;
}
.btn.slideshow:hover {
  background-color: #e7d145;
}
.btn.slideshow:before {
  content: '';
  border: 1px dashed #fff;
  display: block;
  position: absolute;
  border-radius: 5px;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.page_title {
  /*.buttons-end*/
}
.page_title .buttons {
  display: inline;
  /*.btn-end*/
}
.page_title .buttons .btn {
  height: 100%;
  line-height: 28px;
  border-radius: 5px 5px 0px 0px;
}
/*.page_title-end*/
.form-control {
  font-size: 14px;
}
label,
input[type=text],
input[type=password],
input[type=number] {
  min-height: 25px;
  line-height: 25px;
  margin: 0px;
}
label {
  padding: 0.375rem 0px;
  margin: 0px;
}
.custom-radio {
  /*.custom-control-label_end*/
  /*.custom-control-input_end*/
}
.custom-radio .custom-control-label {
  /*&:before_end*/
  /*&:before_end*/
  /*&:hover_end*/
}
.custom-radio .custom-control-label:before {
  top: calc((100% - 1rem) / 2);
}
.custom-radio .custom-control-label:after {
  top: calc((100% - 1rem) / 2);
}
.custom-radio .custom-control-label:hover {
  cursor: pointer;
}
.custom-radio .custom-control-input {
  /* &:checked_end*/
  /*&:focus_end*/
}
.custom-radio .custom-control-input:checked {
  /*.custom-control-label_end*/
}
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  /*&:before_end*/
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #c2156f;
  border-color: #c2156f;
}
.custom-radio .custom-control-input:focus {
  /*.custom-control-label_end*/
}
.custom-radio .custom-control-input:focus ~ .custom-control-label {
  /*&:before_end*/
}
.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none !important;
}
/*.custom-radio_end*/
.custom-checkbox {
  /*.custom-control-label_end*/
  /*.custom-control-input_end*/
}
.custom-checkbox .custom-control-label {
  /*&:before_end*/
  /*&:before_end*/
  /*&:hover_end*/
}
.custom-checkbox .custom-control-label:before {
  top: 0.6rem;
}
.custom-checkbox .custom-control-label:after {
  top: 0.6rem;
}
.custom-checkbox .custom-control-label:hover {
  cursor: pointer;
}
.custom-checkbox .custom-control-input {
  /* &:checked_end*/
  /*&:focus_end*/
}
.custom-checkbox .custom-control-input:checked {
  /*.custom-control-label_end*/
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  /*&:before_end*/
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #c2156f;
  border-color: #c2156f;
}
.custom-checkbox .custom-control-input:focus {
  /*.custom-control-label_end*/
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label {
  /*&:before_end*/
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none !important;
}
/*.custom-checkbox_end*/
.oviModal {
  /*.modal-dialog_end*/
}
.oviModal .modal-dialog {
  /*.modal-content_end*/
}
.oviModal .modal-dialog .modal-content {
  /*.modal-header_end*/
  /*.modal-body_end*/
  /*.modal-footer_end*/
}
.oviModal .modal-dialog .modal-content .modal-footer {
  display: block;
}
/*.oviModal_end*/
/*@media (min-width: 576px)-end*/
@media (min-width: 768px) {
  .nopadding-right {
    padding-right: 0px;
  }
}
/*@media (min-width: 768px)-end*/
@media (min-width: 992px) {
  .nopadding-right,
  .nopadding-cright {
    padding-right: 0px;
  }
}
/*@media (min-width: 992px)-end*/
/*@media (min-width: 1200px)-end*/
/*@media (max-width: 1200px)-end*/
/*@media (max-width: 992px)-end*/
/*@media (max-width: 768px)-end*/
@media (max-width: 576px) {
  #button-payment-method {
    width: 100%;
  }
}
/*@media (max-width: 576px)-end*/
#fb-root .fb_dialog {
  z-index: 300 !important;
}
body {
  font-family: "Baloo 2", "Open Sans" !important;
  font-weight: 400;
  color: #333e48;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
}
body > #container {
  overflow: hidden;
}
a {
  color: #00407b;
  font-family: "Baloo 2", "Open Sans" !important;
  /*&:hover-end*/
}
a:hover {
  color: #4fb1cf;
  text-decoration: none;
}
a:hover span {
  color: #4fb1cf !important;
}
/*a-end*/
ul {
  margin-bottom: 10px;
}
.pchecklist {
  line-height: 35px;
  padding-left: 20px;
}
.pchecklist i {
  font-size: 20px;
}
#top {
  /*top-links-end*/
}
#top #top-links {
  margin-top: 5px;
  position: relative;
  z-index: 1006;
  width: 100%;
  /*label-end*/
}
/*top-end*/
#tab-description h4 {
  font-size: 18px;
}
.container {
  max-width: 1440px;
  min-width: 320px;
  position: relative;
}
.container.full {
  max-width: 100%;
  padding: 0px;
}
.container.full .box_module {
  padding: 20px 15px 0px 15px!important;
}
*:focus {
  outline: none !important;
}
.box_column .column_heading {
  font-size: 16px;
  color: #000000;
  background: #F5F5F5;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid #c2156f;
  padding: 10px;
}
.box_column .column_content {
  border: 1px solid #f5f5f5;
  border-top: 0px solid #e73046;
  padding: 15px;
  overflow: auto;
  margin-bottom: 10px;
  border-radius: 0px 0px 5px 5px;
}
.box_title {
  border-bottom: 1px solid #dddddd;
  color: #333e48;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  /*h3-end*/
}
.box_title h3 {
  font-size: 20px;
  display: inline;
  position: relative;
  line-height: 30px;
}
/*.box_title-end*/
.top_nav_w .is-sticky > div {
  z-index: 1000 !important;
}
#sticky-wrapper {
  height: auto !important;
}
.alert {
  width: 100%;
}
/*.alert-end*/
.breadcrumb_box {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #dddddd;
  margin-bottom: 25px;
  /*.breadcrumb-end*/
}
.breadcrumb_box .breadcrumb_warp {
  overflow: hidden;
  /*.breadcrumb-end*/
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  height: 36px;
  /*.breadcrumb-end*/
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content.fogl .mask-left,
.breadcrumb_box .breadcrumb_warp .breadcrumb_content.foglr .mask-left {
  position: relative;
  height: inherit;
  margin-right: -48px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f5f5);
  min-width: 48px;
  z-index: 2;
  display: block;
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content.fogr .mask-right,
.breadcrumb_box .breadcrumb_warp .breadcrumb_content.foglr .mask-right {
  position: relative;
  height: inherit;
  margin-left: -48px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5);
  min-width: 48px;
  z-index: 2;
  display: block;
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content .breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 20px 8px 0px;
  flex-wrap: nowrap;
  align-items: flex-start;
  box-sizing: content-box;
  height: 56px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  background: #f5f5f5;
  display: flex;
  position: relative;
  /*i-end*/
  /*> li-end*/
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content .breadcrumb i {
  font-size: 15px;
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content .breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  /*&+li-end*/
  /*&:after-end*/
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content .breadcrumb > li + li {
  /*&:before-end*/
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb_box .breadcrumb_warp .breadcrumb_content .breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  right: -5px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.09);
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*.breadcrumb-end*/
.rating {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  /*span-end*/
  /*.rating_action-end*/
}
.rating span {
  height: 15px;
  line-height: 15px;
  position: relative;
  width: 15px;
  /*&.fa-stack-end*/
}
.rating span.fa-stack {
  /*i-end*/
  /*&.active-end*/
}
.rating span.fa-stack i {
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0);
  /*&.fa-star-end*/
  /*&.fa-star-end*/
}
.rating span.fa-stack i.fa-star-o {
  color: #f5f5f5;
}
.rating span.fa-stack i.fa-star {
  color: #fff;
}
.rating span.fa-stack.active {
  /*i-end*/
}
.rating span.fa-stack.active i {
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0);
  /*&.fa-star-end*/
  /*&.fa-star-end*/
}
.rating span.fa-stack.active i.fa-star {
  color: #e4c741;
}
.rating span.fa-stack.active i.fa-star-o {
  color: #e4c741;
}
.rating .rating_action {
  display: inline-block;
  position: relative;
  width: 30px;
  text-align: right;
  /*a-end*/
}
.rating .rating_action a {
  display: block;
  margin-bottom: 12px;
  margin-right: -5px;
  position: relative;
  padding: 6px 15px;
  /*span-end*/
  /*i-end*/
  /*&:hover-end*/
}
.rating .rating_action a span {
  background: #00407b;
  border-radius: 10px;
  bottom: 5px;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 15px;
  left: 5px;
  position: absolute;
  text-align: center;
  width: 15px;
}
.rating .rating_action a i {
  color: #00407b;
}
.rating .rating_action a:hover {
  color: #fff !important;
  /*span-end*/
  /*i-end*/
}
.rating .rating_action a:hover span {
  color: #fff !important;
  background: #4fb1cf;
}
.rating .rating_action a:hover i {
  color: #4fb1cf;
}
/*.rating-end*/
#top {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.2);
  padding: 9px 0px 3px 0;
  min-height: 50px;
  position: relative;
  z-index: 101;
  /*.container-end*/
  /*.links-end*/
}
#top .container {
  padding: 0 20px;
}
#top .links {
  /*> div-end*/
  /*.dropdown-menu-end*/
}
#top .links > div {
  width: 100%;
  /*> div-end*/
}
#top .links > div > div {
  /*> ul-end*/
}
#top .links > div > div > ul {
  list-style: outside none none;
  margin: 0;
  text-align: center;
  /*li-end*/
}
#top .links > div > div > ul > li {
  display: inline-block;
  position: relative;
  min-width: 50px;
  /*i-end*/
  /*a-end*/
  /*span-end*/
  /*& + li-end*/
}
#top .links > div > div > ul > li i {
  margin-right: 3px;
}
#top .links > div > div > ul > li a {
  color: #6a7075;
  font-size: 16px;
  line-height: 24px;
}
#top .links > div > div > ul > li span {
  color: #6a7075;
  padding: 0px 10px;
}
#top .links > div > div > ul > li + li {
  /*&:before-end*/
}
#top .links > div > div > ul > li + li:before {
  background: #efefef;
  content: "";
  width: 1px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
  position: absolute;
  top: -15px;
  left: -13px;
}
#top .links .dropdown-menu {
  transform: none !important;
  top: 32px !important;
  left: auto !important;
  right: 0px;
  border-top: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
  /*li-end*/
}
#top .links .dropdown-menu li {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  /*a-end*/
  /*&:last-child-end*/
}
#top .links .dropdown-menu li a {
  width: 100%;
  display: inline-block;
  padding: 8px 0px;
  font-size: 14px;
  /*&:hover-end*/
}
#top .links .dropdown-menu li a:hover {
  background: #333e48;
  color: #fff;
}
#top .links .dropdown-menu li:last-child {
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 0px solid #dddddd;
}
/*#top-end*/
.top_fulwidth_box {
  overflow: hidden;
  width: 100%;
  position: relative;
  /*.slick-slider-end*/
}
.top_fulwidth_box .slick-slider {
  opacity: 0 !important;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*&.slick-initialized-end*/
}
.top_fulwidth_box .slick-slider.slick-initialized {
  opacity: 1 !important;
}
/*#top-end*/
@media (min-width: 991px) {
  #oviHeader header {
    margin-bottom: 100px;
  }
}
#oviHeader {
  background: #EFBDD7;
}
#oviHeader header {
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #fff;
  /*.support-end*/
  /*header-end*/
}
#oviHeader header #logo {
  height: 160px;
}
#oviHeader header #logo:before {
  content: "";
  displa: block;
  width: 2500px;
  height: 2500px;
  background-image: linear-gradient(to top, #e34597, #e34597);
  border-radius: 50%;
  position: absolute;
  box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23);
  top: -245%;
  left: -1890px;
  z-index: 999;
}
#oviHeader header #logo:after {
  content: "";
  displa: block;
  width: 2500px;
  height: 2500px;
  background-image: linear-gradient(to top, #e34597, #c2156f);
  border-radius: 50%;
  position: absolute;
  box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23) inset;
  -webkit-box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23) inset;
  -moz-box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23) inset;
  top: -250%;
  left: -1900px;
  z-index: 999;
}
#oviHeader header #logo a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1000;
}
#oviHeader header #logo a img {
  width: 100%;
  max-width: 250px;
}
#oviHeader header .h_images img {
  max-height: 225px;
  position: absolute;
  bottom: -20px;
}
#oviHeader header .support {
  text-align: left;
  cursor: pointer;
  padding: 40px 0px;
  position: relative;
}
#oviHeader header .support:before {
  content: "";
  displa: block;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(to top, #5ec3e2, #4fb1cf);
  border-radius: 50%;
  position: absolute;
  box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
  -webkit-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
  bottom: -250px;
  right: 0px;
  z-index: 998;
}
#oviHeader header .support:after {
  content: "";
  displa: block;
  width: 600px;
  height: 500px;
  background-image: linear-gradient(to top, #fce449, #e7d145);
  border-radius: 50%;
  position: absolute;
  box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
  -webkit-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
  top: -450px;
  right: -550px;
  z-index: 999;
}
#oviHeader header .support a {
  border-radius: 5px;
  background: #fce449;
  display: inline-block;
  padding: 15px;
  color: #333e48;
  position: relative;
  white-space: nowrap;
  margin-left: -130px;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  /*.support_icon-end*/
  /*.support_icon-end*/
}
#oviHeader header .support a:before {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  padding: 5px 20px;
}
#oviHeader header .support a .support_icon {
  float: left;
  margin-right: 10px;
}
#oviHeader header .support a .support_icon i {
  font-size: 40px;
  color: #333e48;
}
#oviHeader header .support a .support_contact {
  float: left;
}
#oviHeader header .support a .support_contact span {
  font-size: 25px;
  font-weight: 900;
}
#oviHeader header .support a .support_contact .open_store div {
  display: none;
}
#oviHeader header .support a:hover {
  color: #37434e;
}
#oviHeader header .support a:hover .support_contact span {
  color: #37434e !important;
}
#oviHeader header .support a:hover .support_icon {
  float: left;
  margin-right: 10px;
}
#oviHeader header .support a:hover .support_icon i {
  font-size: 40px;
  color: #37434e;
}
#oviHeader header .header_menu {
  margin-top: 30px;
  padding-right: 20px;
  /*li-end*/
}
#oviHeader header .header_menu li {
  display: inline-block;
  float: right;
  /*a-end*/
}
#oviHeader header .header_menu li a {
  font-size: 16px;
  color: #333e48;
  font-weight: bold;
  /*a-end*/
}
#oviHeader header .header_menu li a:hover {
  color: #4fb1cf;
}
.is-sticky {
  /*.top_nav-end*/
}
.is-sticky .top_nav {
  z-index: 30;
}
/*.is-sticky-end*/
.top_nav_w {
  min-height: 65px;
}
.top_nav_w {
  /*#notify-end*/
}
.top_nav_w #notify {
  position: absolute;
  right: 15px;
  bottom: -10px;
  width: 300px;
  /*.alert-end*/
}
.top_nav_w #notify .alert {
  width: 100%;
  min-height: 55px;
  max-width: 100%;
  right: 0px !important;
  left: 0px !important;
  margin-top: -21px !important;
  border-radius: 5px;
  border: 1px solid #333e48;
  background: #fff;
  padding: 0px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
  /*.col_icon-end*/
  /*.progress-end*/
}
.top_nav_w #notify .alert.alert-success .icon i {
  color: #333e48;
}
.top_nav_w #notify .alert.alert-success .title {
  padding: 0px 5px;
  font-weight: bold;
}
.top_nav_w #notify .alert.alert-success .message {
  padding: 0px 5px;
  font-size: 12px;
  text-align: left;
  display: inline-block;
}
.top_nav_w #notify .alert table {
  width: 100%;
  height: 44px;
}
.top_nav_w #notify .alert table tr {
  height: 44px;
}
.top_nav_w #notify .alert table tr:first-child td {
  border: 0px solid #fff!important;
  text-align: left !important;
}
.top_nav_w #notify .alert table tr td {
  vertical-align: middle;
  color: #333e48;
  text-align: left;
}
.top_nav_w #notify .alert table tr td .message {
  font-weight: bold;
  font-size: 12px;
}
.top_nav_w #notify .alert table tr td:first-child {
  width: 50px;
  text-align: center;
  border-right: 1px dashed #d9d9d9;
}
.top_nav_w #notify .alert table tr td:first-child i {
  font-size: 20px;
}
.top_nav_w #notify .alert table tr td:last-child {
  width: 30px;
  vertical-align: center;
}
.top_nav_w #notify .alert table tr td:last-child .close {
  position: relative !important;
  font-size: 18px;
  line-height: 18px;
  right: auto !important;
  top: auto !important;
  float: none;
}
.top_nav_w #notify .alert table tr td:last-child .close i {
  font-size: 18px;
}
.top_nav_w #notify .alert .progress {
  height: 5px;
  margin-top: 5px;
  background-color: #333e48;
  border-radius: 0px 0px 5px 5px;
  /*.progress-bar-end*/
}
.top_nav_w #notify .alert .progress .progress-bar {
  background-color: #c2156f;
}
.top_nav_w .top_nav {
  width: 100%;
  min-height: 44px;
  background: #e34597;
  padding: 5px;
  border-bottom: 5px solid #333e48;
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 30;
  /* search */
  /*#search-end*/
}
.top_nav_w .top_nav #search {
  position: relative;
  z-index: 1005;
  /*input-lg-end*/
  /*#ajaxsearch_search_results-end*/
  /*&.ajax_search_open-end*/
}
.top_nav_w .top_nav #search .input-lg {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 5px 0 0 5px;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  position: relative;
  z-index: 50;
  font-size: 18px;
}
.top_nav_w .top_nav #search .btn-lg {
  background: #333e48 none repeat scroll 0 0;
  border: 0 solid #333e48;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 14px;
  padding: 15px 35px;
  width: 40px;
}
.top_nav_w .top_nav #search .btn-lg span {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 12px;
}
.top_nav_w .top_nav #search .btn-lg span i {
  color: #fff !important;
  font-size: 24px;
  left: -10px;
  position: absolute;
  top: -3px;
}
.top_nav_w .top_nav #search #ajaxsearch_search_results {
  background: #fff;
  top: 50px;
  left: 0px;
  max-height: 250px;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  border: 2px solid #333e48;
  border-top: 0px solid #fff;
  border-radius: 0px 0px 5px 5px;
  z-index: 51;
  list-style: none;
  padding: 0px 0px;
  /*li-end*/
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li {
  margin: 0px;
  padding: 10px;
  border-bottom: 1px dashed #f5f5f5;
  /*&:hover-end*/
  /*div-end*/
  /*span-end*/
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li:hover {
  background: #f5f5f5;
  /*span-end*/
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li:hover span {
  /*a-end*/
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li:hover span a {
  color: #4fb1cf;
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li div {
  display: table;
  width: 100%;
  height: 50px;
  /*span-end*/
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li div span {
  display: table-cell;
  vertical-align: middle;
  /*a-end*/
  /*img-end*/
  /*&:first-child-end*/
  /*&:last-child-end*/
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li div span a {
  line-height: 15px;
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li div span img {
  width: 50px;
  display: inline-block;
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li div span:first-child {
  border-right: 1px dashed #f5f5f5;
  padding-right: 10px;
  width: 50px;
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li div span:last-child {
  border-right: 1px dashed #f5f5f5;
  padding-left: 10px;
  width: calc(100% - 60px);
}
.top_nav_w .top_nav #search #ajaxsearch_search_results li span {
  clear: both;
}
.top_nav_w .top_nav #search.ajax_search_open {
  /*input-lg-end*/
  /*.btn-lg-end*/
}
.top_nav_w .top_nav #search.ajax_search_open .input-lg {
  border-radius: 5px 0 0 0;
  border: 2px solid #333e48;
  border-bottom: 1px dashed #333e48;
}
.top_nav_w .top_nav #search.ajax_search_open .btn-lg {
  border-radius: 0 5px 0 0;
}
.top_nav_w .top_nav .quick_box .quick_buttons {
  float: left;
  width: 80px;
  height: 50px;
}
.top_nav_w .top_nav .quick_box .quick_buttons a {
  color: #333e48;
  padding: 0px 5px;
  line-height: 50px;
  height: 50px;
}
.top_nav_w .top_nav .quick_box .quick_buttons a i {
  color: #333e48;
  font-size: 25px;
  line-height: 50px;
}
/* content */
#content {
  min-height: 500px;
  /*.page_title-end*/
}
#content .page_title {
  color: #333e48;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  min-height: 50px;
  overflow: hidden;
  display: block;
  /*h1-end*/
}
#content .page_title h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 0;
  padding: 0px 20px 0px 0px;
  position: relative;
  display: inline-flex;
  /*&:after-end*/
  /*&:after-end*/
}
#content .page_title h1:after {
  background: #c2156f;
  height: 5px;
  bottom: 0px;
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
}
#content .page_title h1:before {
  background: #dddddd;
  height: 5px;
  bottom: 0px;
  content: " ";
  display: block;
  position: absolute;
  width: 1200%;
}
/*#content-end*/
/* footer */
footer {
  margin-top: 0px;
  background-color: #fff;
  color: #e2e2e2;
  position: relative;
  z-index: 5;
  /*.bottomBar-end*/
  /*.f_contact_box-end*/
  /*.f_info_box-end*/
  /*.powered-end*/
}
footer .bottomBar {
  background-color: #c2156f;
  border-top: 4px solid #333e48;
  min-height: 70px;
  margin-bottom: 20px;
  box-shadow: 0 -4px 12px -2px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
}
footer .f_contact_box {
  /*.footer-logo-end*/
  /*.guick_phone-end*/
  /*.guick_contact-end*/
}
footer .f_contact_box .footer-logo {
  /*.img-end*/
}
footer .f_contact_box .footer-logo img {
  width: 100%;
  max-width: 250px;
}
footer .f_contact_box .guick_phone {
  padding: 20px;
  /*i-end*/
  /*.p_content-end*/
}
footer .f_contact_box .guick_phone i {
  font-size: 30px;
  color: #c2156f;
  float: left;
  margin-right: 15px;
  line-height: 45px;
}
footer .f_contact_box .guick_phone .p_content {
  /*.heading_phone*/
  /*.phone*/
}
footer .f_contact_box .guick_phone .p_content .heading_phone {
  font-size: 14px;
  color: #333e48;
  width: 100%;
  display: block;
}
footer .f_contact_box .guick_phone .p_content .phone {
  font-size: 18px;
  font-weight: bold;
  color: #333e48;
  width: 100%;
  white-space: nowrap;
}
footer .f_contact_box .guick_contact {
  padding: 20px;
  /*i-end*/
  /*.p_content-end*/
}
footer .f_contact_box .guick_contact i {
  font-size: 30px;
  color: #333e48;
  float: left;
  margin-right: 15px;
  line-height: 45px;
}
footer .f_contact_box .guick_contact i:hover {
  color: #c2156f;
}
footer .f_contact_box .guick_contact .p_content {
  /*.heading*/
  /*.phone*/
}
footer .f_contact_box .guick_contact .p_content .heading {
  font-size: 20px;
  font-weight: bold;
  color: #333e48;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
footer .f_contact_box .guick_contact .p_content .val {
  font-size: 16px;
  font-weight: normal;
  color: #333e48;
  width: 100%;
  white-space: nowrap;
}
footer .f_info_box {
  padding-top: 15px;
  /*ul-end*/
  /*h5-end*/
  /*.foter_img-end*/
}
footer .f_info_box ul {
  /*li-end*/
}
footer .f_info_box ul li {
  padding: 2px 0px;
  /*a-end*/
}
footer .f_info_box ul li a {
  color: #333e48;
  font-size: 16px;
}
footer .f_info_box ul li a:hover {
  color: #e73046;
}
footer .f_info_box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333e48;
}
footer .f_info_box .foter_img {
  text-align: center;
  /*img-end*/
}
footer .f_info_box .foter_img img {
  width: 100%;
  max-width: 400px;
}
footer .powered {
  background-color: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  min-height: 40px;
  line-height: 40px;
  color: #6a7075;
}
.product_grid {
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 30px;
  /*.product-end*/
  /*.slick-arrow-end*/
}
.product_grid .product {
  position: relative;
  margin-right: 0px;
  border-radius: 15px 15px 5px 5px;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin: 10px;
  /*.product_content-end*/
}
.product_grid .product:hover .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
}
.product_grid .product:hover .product_content > .row > div:first-child {
  position: relative;
  overflow: visible;
}
.product_grid .product:hover .product_content > .row > div:last-child {
  position: relative;
}
.product_grid .product .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
}
.product_grid .product .product_content > .row > div:first-child {
  position: relative;
  overflow: visible;
  border-bottom: 1px dashed #dddddd;
}
.product_grid .product .product_content > .row > div:last-child {
  position: relative;
  background: rgba(0, 0, 0, 0.01);
}
.product_grid .product .butons_action_top {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center !important;
}
.product_grid .product .butons_action_top .btn {
  border-radius: 50px;
  margin: 0px 3px;
}
.product_grid .product .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
  /*.image-end*/
  /*.action_table-end*/
  /*.status_sticker-end*/
}
.product_grid .product .product_content > .row > div:first-child {
  padding: 0px 0px;
}
.product_grid .product .product_content > .row > div:first-child a > div {
  position: relative;
  padding: 20px 0px;
}
.product_grid .product .product_content > .row > div:first-child a > div:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.03);
}
.product_grid .product .product_content > .row > div:last-child {
  padding: 20px 15px;
}
.product_grid .product .product_content .image {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  /*a-end*/
  /*img-end*/
}
.product_grid .product .product_content .image a {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.product_grid .product .product_content .image img {
  max-width: 100%;
  display: inline-block;
}
.product_grid .product .product_content .action_table {
  height: 100%;
  width: 100%;
  /*h4-end*/
  /*.caption-end*/
}
.product_grid .product .product_content .action_table tr {
  height: 50%;
}
.product_grid .product .product_content .action_table .caption {
  position: relative;
  /*.manufacturer-end*/
  /*.rating-end*/
  /*h4-end*/
  /*.button-group-end*/
}
.product_grid .product .product_content .action_table .caption .butons_action_top {
  text-align: right;
}
.product_grid .product .product_content .action_table .caption .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  display: block;
  height: 18px;
}
.product_grid .product .product_content .action_table .caption .rating {
  top: 0px;
}
.product_grid .product .product_content .action_table .caption h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  min-height: 75px;
}
.product_grid .product .product_content .action_table .caption h4 a {
  width: 100%;
  display: inline-block;
}
.product_grid .product .product_content .action_table .caption .button-group {
  width: 100%;
  min-height: 82px;
  /*.price_box_t-end*/
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t {
  display: inline-block;
  text-align: center;
  width: 100%;
  min-height: 82px;
  /*.price_box-end*/
}
.price_box .ocme-lowest-historical-price, .price_box_t .ocme-lowest-historical-price{
  width:100%;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  margin-left: -10px;
  /*.pv-end*/
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv {
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  /*.price-end*/
  /*.price_old-end*/
  /*.price_with_tax-end*/
  /*.bold_price-end*/
  /*span-end*/
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price {
  font-size: 12px;
  line-height: 50px;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_old {
  font-size: 12px;
  line-height: 20px;
  color: #ffb7b7;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_old s {
  color: #ffb7b7;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_with_tax {
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbb;
  font-weight: normal;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.bold_price {
  font-weight: bold;
  font-size: 20px;
  color: #333e48;
  white-space: nowrap;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px !important;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price {
  /*.price_old-end*/
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .pv span {
  display: none !important;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .pv.price {
  display: none;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price {
  position: relative;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_general {
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_top {
  font-size: 15px;
  line-height: 10px;
  vertical-align: super;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: calc(100% + 5px);
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_currency {
  font-size: 18px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: calc(100% + 5px);
  opacity: 0.3;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffb7b7;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old b {
  position: relative;
}
.product_grid .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old b:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #333e48;
  transform: rotate(-5deg);
  transform-origin: 20% 40%;
  width: 100%;
  left: 0px;
  height: 1px;
  top: 15px;
  opacity: 0.3;
}
.product_grid .product .product_content .action_table .caption .button-group .butons_action {
  text-align: center;
}
.product_grid .product .product_content .status_sticker {
  text-align: left;
  width: 100%;
  /*.sticker-end*/
}
.product_grid .product .product_content .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.product_grid .product .product_content .status_sticker .sticker:hover {
  opacity: 1;
}
.product_grid .product .product_content .status_sticker .sticker span {
  display: inline !important;
  color: #fff !important;
}
.product_grid .product .product_content .status_sticker .sticker > div {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.product_grid .product .product_content .status_sticker :nth-child(2) {
  margin-left: -3px !important;
}
.product_grid .product .product_content .status_sticker :nth-child(3) {
  margin-left: -3px !important;
}
.product_grid .product .product_content .status_sticker :nth-child(4) {
  margin-left: -3px !important;
}
.product_grid .slick-list {
  padding: 5px !important;
}
.product_grid .slick-arrow {
  width: 45px;
  height: 50px;
  top: 50%;
  background: #5ec3e2;
  bottom: 0px;
  transform: none;
  z-index: 100;
  /*&.slick-prev-end*/
  /*&.slick-prev*/
  /*&:before-end*/
}
.product_grid .slick-arrow.slick-prev {
  left: 0px;
  border-radius: 10px 0px 0px 10px;
  /*&:before-prev-end*/
}
.product_grid .slick-arrow.slick-prev:before {
  content: "\f053";
  color: #fff;
}
.product_grid .slick-arrow.slick-next {
  right: 0px;
  border-radius: 0px 10px 10px 0px;
  /*&:before-next-end*/
}
.product_grid .slick-arrow.slick-next:before {
  content: "\f054";
  color: #fff;
}
.product_grid .slick-arrow:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 100%;
  color: #333e48;
}
.product_grid .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.product_grid.wall {
  padding: 0px !important;
  margin-bottom: 30px;
}
.product_grid.wall .product {
  margin: 0px !important;
  border-radius: 0px;
}
/*.product_grid-end*/
.product_list_options_box {
  margin-bottom: 15px;
  /*>div-end*/
}
.product_list_options_box > div {
  /*.dropdown-end*/
}
.product_list_options_box > div .dropdown {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  display: inline-block;
  width: auto;
  /*&.show*/
  /*dropdown-menu-end*/
  /*dropdown-menu-end*/
}
.product_list_options_box > div .dropdown.show {
  border-radius: 4px 4px 0px 0px;
  border-bottom: 0px solid #fff;
  /*dropdown-menu-end*/
}
.product_list_options_box > div .dropdown.show .dropdown-menu {
  display: inline-block;
  /*li-end*/
}
.product_list_options_box > div .dropdown.show .dropdown-menu li {
  /*a-end*/
}
.product_list_options_box > div .dropdown.show .dropdown-menu li.active {
  /*a-end*/
}
.product_list_options_box > div .dropdown.show .dropdown-menu li.active a {
  background: #4fb1cf;
  color: #fff;
}
.product_list_options_box > div .dropdown.show .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  white-space: nowrap;
  /*&:hover-end*/
  /*i-end*/
}
.product_list_options_box > div .dropdown.show .dropdown-menu li a:hover {
  background: #4fb1cf;
  color: #fff;
}
.product_list_options_box > div .dropdown.show .dropdown-menu li a i {
  padding: 0px 5px 0px 0px;
  color: #333e48;
}
.product_list_options_box > div .dropdown .dropdown-toggle {
  color: #333e48;
}
.product_list_options_box > div .dropdown .dropdown-menu {
  width: calc(100% + 2px);
  min-width: auto;
  transform: translate3d(-1px, 28px, 0px) !important;
  border-radius: 0px 0px 4px 4px;
  border-top: 0px solid #fff;
  padding-top: 0px;
}
/*.product_list_options_box-end*/
.product_list {
  margin-left: 0px;
  margin-right: 0px;
  /*.product-end*/
}
.product_list .product {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px dashed #dddddd;
  /*&:hover-end*/
  /*.product_content-end*/
}
.product_list .product:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
}
.product_list .product:hover:after {
  display: none;
}
.product_list .product .product_content {
  padding: 0px;
  border-radius: 5px;
  /*.image-end*/
  /*.caption-end*/
  /*.caption_action-end*/
}
.product_list .product .product_content .image {
  display: table;
  height: calc(100% + 2px);
  width: 100%;
  position: relative;
  text-align: center;
  border-color: #dddddd;
  border-radius: 5px 0 0 5px;
  border-style: solid;
  border-width: 1px 5px 1px 1px;
  padding: 15px 15px 15px 5px;
  margin: -1px;
  overflow: hidden;
  /*img-end*/
}
.product_list .product .product_content .image:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.03);
}
.product_list .product .product_content .image img {
  max-width: 100%;
}
.product_list .product .product_content .caption {
  height: 100%;
  position: relative;
  padding: 15px 15px 15px 0px;
  /*.manufacturer-end*/
  /*.rating-end*/
  /*h4-end*/
  /*.button-group-end*/
}
.product_list .product .product_content .caption .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  display: inline-block;
  margin-bottom: 10px;
}
.product_list .product .product_content .caption .rating {
  top: 10px;
}
.product_list .product .product_content .caption h4 {
  font-weight: bold;
  font-size: 20px;
}
.product_list .product .product_content .caption .button-group {
  width: 100%;
  /*.price-end*/
}
.product_list .product .product_content .caption .button-group .price {
  float: left;
  display: block-inline;
  /*.price-tax-end*/
}
.product_list .product .product_content .caption .button-group .price .price-tax {
  font-weight: bold;
  color: #333e48;
  font-size: 16px;
  line-height: 35px;
  /*span-tax-end*/
}
.product_list .product .product_content .caption .button-group .price .price-tax span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px;
}
.product_list .product .product_content .caption_action {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 15px;
  display: block;
  text-align: right;
  /*&:after-end*/
  /*.status_sticker-end*/
}
.product_list .product .product_content .caption_action:after {
  border-left: 1px solid #eaeaea;
  display: block;
  content: '';
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product_list .product .product_content .caption_action .status_sticker {
  text-align: left;
  width: 100%;
  margin-left: -13px;
  /*.sticker-end*/
}
.product_list .product .product_content .caption_action .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.product_list .product .product_content .caption_action .status_sticker .sticker:hover {
  opacity: 1;
}
.product_list .product .product_content .caption_action .status_sticker .sticker span {
  display: inline !important;
}
.product_list .product .product_content .caption_action .status_sticker .sticker > div {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.product_list .product .product_content .caption_action .status_sticker :nth-child(2) {
  margin-left: -3px !important;
}
.product_list .product .product_content .caption_action .status_sticker :nth-child(3) {
  margin-left: -3px !important;
}
.product_list .product .product_content .caption_action .status_sticker :nth-child(4) {
  margin-left: -3px !important;
}
.product_list .product .product_content .caption_action .caption_action_content {
  display: table;
  height: calc(100% - 80px);
  width: 100%;
  /*.manufacturer-end*/
  /*.price_box_t-end*/
  /*.price-end*/
  /*.button-group-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  padding-bottom: 10px;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t {
  display: table-row;
  width: 100%;
  text-align: center;
  /*.price_box-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  width: 100%;
  display: table-cell;
  /*.pv-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv {
  font-size: 15px;
  line-height: 35px;
  text-align: right;
  /*.price-end*/
  /*.price_old-end*/
  /*.price_with_tax-end*/
  /*.bold_price-end*/
  /*span-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv.price {
  font-size: 12px;
  line-height: 20px;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv.price_old {
  font-size: 12px;
  line-height: 20px;
  color: #ffb7b7;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv.price_old s {
  color: #ffb7b7;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv.price_with_tax {
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbb;
  font-weight: normal;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv.bold_price {
  font-weight: bold;
  font-size: 20px;
  color: #333e48;
  white-space: nowrap;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t .price_box .pv span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px !important;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box {
  padding-top: 30px;
  /*.price_old-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .pv span {
  display: none !important;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .pv.price {
  display: none;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .index_price {
  position: relative;
  display: inline-block;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .index_price .price_general {
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
  margin-left: -20px;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .index_price .price_top {
  font-size: 15px;
  line-height: 10px;
  vertical-align: super;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: calc(100% + 5px);
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .index_price .price_currency {
  font-size: 18px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: calc(100% + 5px);
  opacity: 0.3;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .price_older {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffb7b7;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .price_older b {
  position: relative;
}
.product_list .product .product_content .caption_action .caption_action_content .price_box_t.easy_price .price_box .price_older b:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #333e48;
  transform: rotate(-5deg);
  transform-origin: 20% 40%;
  width: 100%;
  left: 0px;
  height: 1px;
  top: 15px;
  opacity: 0.3;
}
.product_list .product .product_content .caption_action .caption_action_content .price {
  position: relative;
  /*.btn-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .price .btn {
  width: 100%;
}
.product_list .product .product_content .caption_action .caption_action_content .button-group {
  position: relative;
  bottom: 0px;
  width: 100%;
  display: table-row;
}
.product_list .product .product_content .caption_action .caption_action_content .button-group .buttons {
  display: table-cell;
  vertical-align: bottom;
  /*.button-top-end*/
  /*.btn-end*/
}
.product_list .product .product_content .caption_action .caption_action_content .button-group .buttons .button-top {
  text-align: right;
  bottom: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.product_list .product .product_content .caption_action .caption_action_content .button-group .buttons > .btn {
  width: 100%;
}
/*.product_grid-end*/
.product_according {
  margin-left: 0px;
  margin-right: 0px;
  /*.product-end*/
}
.product_according .product {
  width: 100%;
  border-bottom: 2px solid #dddddd;
  /*.product_content-end*/
}
.product_according .product:last-child {
  border-bottom: 0px solid #dddddd;
}
.product_according .product .product_content {
  padding: 0px;
  /*.image-end*/
  /*.caption-end*/
  /*.caption_action-end*/
  /*.status_sticker-end*/
}
.product_according .product .product_content .image {
  display: table;
  height: calc(100% + 2px);
  width: 100%;
  position: relative;
  text-align: center;
  margin: -1px;
  /*img-end*/
}
.product_according .product .product_content .image img {
  max-width: 100%;
}
.product_according .product .product_content .caption {
  height: 100%;
  position: relative;
  /*.manufacturer-end*/
  /*.rating-end*/
  /*h4-end*/
  /*.button-group-end*/
}
.product_according .product .product_content .caption .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  display: inline-block;
  margin-top: 10px;
}
.product_according .product .product_content .caption .rating {
  top: 10px;
}
.product_according .product .product_content .caption h4 {
  font-weight: bold;
  font-size: 13px;
}
.product_according .product .product_content .caption .button-group {
  width: 100%;
  /*.price-end*/
}
.product_according .product .product_content .caption .button-group .price {
  float: left;
  display: block-inline;
  /*.price-tax-end*/
}
.product_according .product .product_content .caption .button-group .price .price-tax {
  font-weight: bold;
  color: #333e48;
  font-size: 16px;
  line-height: 35px;
  /*span-tax-end*/
}
.product_according .product .product_content .caption .button-group .price .price-tax span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px;
}
.product_according .product .product_content .caption_action {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0px 15px 15px;
  display: table;
  text-align: right;
  /*.manufacturer-end*/
  /*.price_box_t-end*/
  /*.button-top-end*/
  /*.price-end*/
  /*.button-group-end*/
}
.product_according .product .product_content .caption_action .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  padding-bottom: 10px;
}
.product_according .product .product_content .caption_action .price_box_t {
  display: table-row;
  width: 100%;
  /*.price_box-end*/
}
.product_according .product .product_content .caption_action .price_box_t .price_box {
  display: table-cell;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  width: 100%;
  /*.pv-end*/
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv {
  font-size: 15px;
  line-height: 35px;
  text-align: right;
  /*.price-end*/
  /*.price_old-end*/
  /*.price_with_tax-end*/
  /*.bold_price-end*/
  /*span-end*/
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv.price {
  font-size: 12px;
  line-height: 20px;
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv.price_old {
  font-size: 12px;
  line-height: 20px;
  color: #ffb7b7;
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv.price_old s {
  color: #ffb7b7;
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv.price_with_tax {
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbb;
  font-weight: normal;
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv.bold_price {
  font-weight: bold;
  font-size: 20px;
  color: #333e48;
  white-space: nowrap;
}
.product_according .product .product_content .caption_action .price_box_t .price_box .pv span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px !important;
}
.product_according .product .product_content .caption_action .price_box_t.easy_price .price_box .pv span {
  display: none !important;
}
.product_according .product .product_content .caption_action .price_box_t.easy_price .price_box .pv.price {
  display: none;
}
.product_according .product .product_content .caption_action .button-top {
  text-align: right;
  bottom: 15px;
}
.product_according .product .product_content .caption_action .price {
  position: relative;
  /*.btn-end*/
}
.product_according .product .product_content .caption_action .price .btn {
  width: 100%;
}
.product_according .product .product_content .caption_action .button-group {
  position: relative;
  bottom: 0px;
  width: 100%;
  display: table-row;
  /*.btn-end*/
}
.product_according .product .product_content .caption_action .button-group .btn {
  width: 100%;
}
.product_according .product .product_content .status_sticker {
  text-align: left;
  width: 100%;
  /*.sticker-end*/
}
.product_according .product .product_content .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.product_according .product .product_content .status_sticker .sticker:hover {
  opacity: 1;
}
.product_according .product .product_content .status_sticker .sticker span {
  display: inline !important;
}
.product_according .product .product_content .status_sticker .sticker > div {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.product_according .product .product_content .status_sticker :nth-child(2) {
  margin-left: -3px !important;
}
.product_according .product .product_content .status_sticker :nth-child(3) {
  margin-left: -3px !important;
}
.product_according .product .product_content .status_sticker :nth-child(4) {
  margin-left: -3px !important;
}
/*.product_grid-end*/
.pre_cart_related_products h3 {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  font-size: 20px;
  margin: 0 15px;
  padding: 20px;
  text-align: center;
}
.pre_cart_related_products .products_list_pre_cart {
  margin-left: 0px;
  margin-right: 0px;
  /*.product-end*/
  /*.slick-arrow-end*/
}
.pre_cart_related_products .products_list_pre_cart .product {
  position: relative;
  margin-right: 0px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin: 10px;
  /*.product_content-end*/
}
.pre_cart_related_products .products_list_pre_cart .product:hover .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
  /*.image-end*/
  /*.action_table-end*/
  /*.status_sticker-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content > .row > div:first-child {
  padding: 20px 0px;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content > .row > div:last-child {
  padding: 20px 15px;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .image {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  /*a-end*/
  /*img-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .image a {
  height: 100%;
  display: inline;
  vertical-align: middle;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .image img {
  max-width: 150px;
  display: inline-block;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table {
  height: 100%;
  width: 100%;
  /*h4-end*/
  /*.caption-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table tr {
  height: 50%;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption {
  position: relative;
  /*.manufacturer-end*/
  /*.rating-end*/
  /*h4-end*/
  /*.button-group-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .butons_action_top {
  text-align: right;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  display: block;
  height: 18px;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .rating {
  top: 0px;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption h4 {
  font-size: 16px;
  margin-top: 5px;
  min-height: 60px;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group {
  width: 100%;
  /*.price_box_t-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t {
  display: inline-block;
  text-align: center;
  width: 100%;
  /*.price_box-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  margin-left: -10px;
  margin-bottom: 0px;
  /*.pv-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv {
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  /*.price-end*/
  /*.price_old-end*/
  /*.price_with_tax-end*/
  /*.bold_price-end*/
  /*span-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price {
  font-size: 12px;
  line-height: 50px;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_old {
  font-size: 12px;
  line-height: 20px;
  color: #ffb7b7;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_old s {
  color: #ffb7b7;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_with_tax {
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbb;
  font-weight: normal;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.bold_price {
  font-weight: bold;
  font-size: 20px;
  color: #333e48;
  white-space: nowrap;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px !important;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price {
  /*.price_old-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .pv span {
  display: none !important;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .pv.price {
  display: none;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price {
  position: relative;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_general {
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_top {
  font-size: 15px;
  line-height: 10px;
  vertical-align: super;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: calc(100% + 5px);
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_currency {
  font-size: 18px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: calc(100% + 5px);
  opacity: 0.3;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffb7b7;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old b {
  position: relative;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old b:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #333e48;
  transform: rotate(-5deg);
  transform-origin: 20% 40%;
  width: 100%;
  left: 0px;
  height: 1px;
  top: 15px;
  opacity: 0.3;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .action_table .caption .button-group .butons_action {
  text-align: center;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker {
  text-align: left;
  width: 100%;
  /*.sticker-end*/
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker .sticker:hover {
  opacity: 1;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker .sticker span {
  display: inline !important;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker .sticker > div {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker :nth-child(2) {
  margin-left: -3px !important;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker :nth-child(3) {
  margin-left: -3px !important;
}
.pre_cart_related_products .products_list_pre_cart .product .product_content .status_sticker :nth-child(4) {
  margin-left: -3px !important;
}
.pre_cart_related_products .products_list_pre_cart .slick-list {
  padding: 5px !important;
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow {
  width: 45px;
  height: 50px;
  top: 50%;
  background: #5ec3e2;
  bottom: 0px;
  transform: none;
  z-index: 100;
  /*&.slick-prev-end*/
  /*&.slick-prev*/
  /*&:before-end*/
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow.slick-prev {
  left: 0px;
  border-radius: 10px 0px 0px 10px;
  /*&:before-prev-end*/
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow.slick-prev:before {
  content: "\f053";
  color: #fff;
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow.slick-next {
  right: 0px;
  border-radius: 0px 10px 10px 0px;
  /*&:before-next-end*/
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow.slick-next:before {
  content: "\f054";
  color: #fff;
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 100%;
  color: #333e48;
}
.pre_cart_related_products .products_list_pre_cart .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.pre_cart_related_products .products_list_pre_cart.wall {
  padding: 0px !important;
  margin-bottom: 30px;
}
.pre_cart_related_products .products_list_pre_cart.wall .product {
  margin: 0px !important;
  border-radius: 0px;
}
/*.product_grid-end*/
.box_module {
  padding: 20px 0px 0px;
  max-width: 1440px;
  margin: auto;
  /*.box_heading-end*/
}
.box_module.bordered {
  border-bottom: 1px solid #dddddd;
}
.box_module h2 {
  font-weight: bold;
}
.box_module .box_heading {
  color: #333e48;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  min-height: 50px;
  overflow: hidden;
  display: block;
  /*span-end*/
}
.box_module .box_heading span {
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 0;
  padding: 0px 20px 0px 0px;
  position: relative;
  display: inline-flex;
  /*&:after-end*/
  /*&:after-end*/
}
.box_module .box_heading span:after {
  background: #c2156f;
  height: 5px;
  bottom: 0px;
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
}
.box_module .box_heading span:before {
  background: #dddddd;
  height: 5px;
  bottom: 0px;
  content: " ";
  display: block;
  position: absolute;
  width: 1200%;
}
/*.box_module-end*/
/*pagination*/
.pagination_box {
  /*>div-end*/
  /*.total-pages-end*/
}
.pagination_box > div {
  width: 100%;
  margin: 0px;
  /*>div-end*/
  /*.pagination-end*/
}
.pagination_box > div > div {
  padding: 0px;
}
.pagination_box > div .pagination {
  margin: 0px;
  /*li-end*/
}
.pagination_box > div .pagination li {
  border-right: 1px dashed #dddddd;
  /*a-end*/
  /*span-end*/
}
.pagination_box > div .pagination li a {
  padding: 15px;
  min-width: 30px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  /*&:hover-end*/
}
.pagination_box > div .pagination li a:hover {
  border-bottom: 2px solid #4fb1cf;
}
.pagination_box > div .pagination li span {
  padding: 16px;
  min-width: 30px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  background: #4fb1cf;
  color: #fff;
  font-weight: bold;
}
.pagination_box .total-pages {
  padding: 15px;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 16px;
}
/*.pagination_box-end*/
/*pagination*/
/*modal*/
.modal {
  /*.modal-content-end*/
}
.modal .modal-content {
  border: 0px solid #ffffff;
  /*.modal-header-end*/
  /*.modal-body-end*/
  /*.modal-footer-end*/
}
.modal .modal-content .modal-header {
  background: #c2156f;
  /*h5-end*/
}
.modal .modal-content .modal-header h5 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
/*.modal-end*/
/*modal*/
/*product_pre_cart*/
.product_pre_cart .product_content .image img {
  width: 100%;
}
.product_pre_cart .product_content .caption .manufacturer {
  color: #bbbbbb;
  display: block;
  font-size: 11px;
  font-weight: 300;
  height: 18px;
  text-transform: uppercase;
}
.product_pre_cart .product_content .caption h4 {
  color: #00407b;
  font-family: "Baloo 2", "Open Sans" !important;
  font-size: 18px;
  font-weight: bold;
}
.infobox .box {
  background: #c2156f;
  border-radius: 5px;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  margin-bottom: 15px;
}
.infobox .box.bordered > :before {
  content: '';
  display: inline-block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 7px;
}
.infobox .box .box-content {
  position: relative;
}
.infobox .box .box-content .box_image img {
  height: auto;
  max-width: 100%;
}
.infobox .box .box-content .box_text {
  position: absolute;
  left: 20px;
  color: #fff;
  max-width: 50%;
}
.infobox .box .box-content .box_text.top {
  top: 30px;
}
.infobox .box .box-content .box_text.bottom {
  bottom: 30px;
}
.infobox .box .box-content .box_text h4 {
  font-size: 25px;
  font-weight: bold;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.47);
}
@media (min-width: 1200px) {
  .product_grid {
    /*.product-end*/
  }
  .product_grid .product {
    margin-bottom: 20px;
    /*&:nth-child(2n)-end*/
  }
  .product_grid .product:nth-child(4n) {
    /*&:after-end*/
  }
  .product_grid .product:nth-child(4n):after {
    content: none;
  }
  /*product_grid-end*/
}
@media (max-width: 1200px) {
  .product_grid {
    /*.product-end*/
  }
  .product_grid .product {
    margin-bottom: 20px;
    /*&:nth-child(2n)-end*/
  }
  .product_grid .product:nth-child(4n) {
    /*&:after-end*/
  }
  .product_grid .product:nth-child(4n):after {
    content: none;
  }
  /*product_grid-end*/
}
@media (max-width: 992px) {
  header .support a {
    margin-left: -50px;
  }
  .box_module {
    padding: 20px 0px 0px;
    max-width: 1440px;
    margin: auto;
    /*.box_heading-end*/
  }
  .box_module.bordered {
    border-bottom: 1px solid #dddddd;
  }
  .box_module h2 {
    font-weight: bold;
  }
  .box_module .box_heading {
    color: #333e48;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    min-height: 50px;
    overflow: hidden;
    display: block;
    /*span-end*/
  }
  .box_module .box_heading span {
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0px 20px 0px 0px;
    position: relative;
    display: inline-flex;
    /*&:after-end*/
    /*&:after-end*/
  }
  .box_module .box_heading span:after {
    background: #c2156f;
    height: 5px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
  }
  .box_module .box_heading span:before {
    background: #dddddd;
    height: 5px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
    width: 1200%;
  }
  /*.box_module-end*/
  #product-category .description {
    position: relative;
  }
  #product-category .description.foog {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #product-category .description.foog:after {
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to top, #ffffff, #ffffff 100%), linear-gradient(to top, rgba(255, 255, 255, 0.8), #ffffff);
  }
  #product-category .description.foog .read_all {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 150px;
    margin-left: calc((100% - 150px) / 2);
  }
  #product-category .description.hidde-foog {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #product-category .description.hidde-foog .read_all {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 150px;
    margin-left: calc((100% - 150px) / 2);
  }
  .product_list {
    /*.product-end*/
  }
  .product_list .product {
    /*&:hover-end*/
    /*.product_content-end*/
  }
  .product_list .product .product_content {
    /*.image-end*/
    /*.caption-end*/
    /*.caption_action-end*/
  }
  .product_list .product .product_content .image {
    width: calc(100% + 2px);
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 5px 1px;
    /*img-end*/
    /*.status_sticker-end*/
  }
  .product_list .product .product_content .image .status_sticker {
    /*.sticker-end*/
  }
  .product_list .product .product_content .caption {
    padding: 15px;
    /*.manufacturer-end*/
    /*h4-end*/
    /*.button-group-end*/
  }
  .product_list .product .product_content .caption .button-group {
    /*.price-end*/
  }
  .product_list .product .product_content .caption .button-group .price {
    /*.price-tax-end*/
  }
  .product_list .product .product_content .caption .button-group .price .price-tax {
    /*span-tax-end*/
  }
  .product_list .product .product_content .caption_action {
    text-align: center;
    /*&:after-end*/
    /*.manufacturer-end*/
    /*.price_box_t-end*/
    /*.button-top-end*/
    /*.price-end*/
    /*.button-group-end*/
  }
  .product_list .product .product_content .caption_action:after {
    border-top: 1px solid #eaeaea;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
    width: 80%;
    left: auto;
  }
  .product_list .product .product_content .caption_action .price_box_t {
    /*.price_box-end*/
  }
  .product_list .product .product_content .caption_action .price_box_t .price_box {
    /*.pv-end*/
  }
  .product_list .product .product_content .caption_action .price_box_t .price_box .pv {
    text-align: center;
    /*.price-end*/
    /*.price_old-end*/
    /*.price_with_tax-end*/
    /*span-end*/
  }
  .product_list .product .product_content .caption_action .price_box_t .price_box .pv.price_old {
    /*s*/
  }
  .product_list .product .product_content .caption_action .price_box_t.easy_price .price_box .pv span {
    display: none !important;
  }
  .product_list .product .product_content .caption_action .price_box_t.easy_price .price_box .pv.price {
    display: none;
  }
  .product_list .product .product_content .caption_action .button-top {
    text-align: center;
  }
  .product_list .product .product_content .caption_action .price {
    /*.btn-end*/
  }
  .product_list .product .product_content .caption_action .button-group {
    /*.btn-end*/
  }
  /*.product_list-end*/
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .product_grid {
    /*.product-end*/
  }
  .product_grid .product {
    margin-bottom: 20px;
    /*&:nth-child(2n)-end*/
  }
  .product_grid .product:nth-child(2n) {
    /*&:after-end*/
  }
  .product_grid .product:nth-child(2n):after {
    content: none;
  }
  /*product_grid-end*/
}
@media (max-width: 768px) {
  header {
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    /*.support-end*/
  }
  header #logo {
    height: 160px;
  }
  header #logo:after {
    content: "";
    displa: block;
    width: 2500px;
    height: 2500px;
    background-image: linear-gradient(to top, #e34597, #c2156f);
    border-radius: 0px !important;
    position: absolute;
    box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23) inset;
    -webkit-box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23) inset;
    -moz-box-shadow: 10px 2px 21px 0 rgba(0, 0, 0, 0.23) inset;
    top: -250%;
    left: 0px !important;
    z-index: 999;
  }
  header #logo a {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
    text-align: center;
  }
  header #logo a img {
    width: 100%;
    max-width: 250px;
    display: inline-block;
  }
  header .h_images img {
    max-height: 220px;
    position: absolute;
    bottom: -18px;
  }
  header .support {
    text-align: left;
    cursor: pointer;
    padding: 50px 0px;
    position: relative;
  }
  header .support:before {
    content: "";
    displa: block;
    width: 300px;
    height: 300px;
    background-image: linear-gradient(to top, #5ec3e2, #4fb1cf);
    border-radius: 50%;
    position: absolute;
    box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
    -webkit-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
    -moz-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
    bottom: -250px;
    right: 0px;
    z-index: 998;
  }
  header .support:after {
    content: "";
    displa: block;
    width: 600px;
    height: 500px;
    background-image: linear-gradient(to top, #fce449, #e7d145);
    border-radius: 50%;
    position: absolute;
    box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
    -webkit-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
    -moz-box-shadow: 10px 2px 11px 0 rgba(0, 0, 0, 0.13) inset;
    top: -450px;
    right: -550px;
    z-index: 999;
  }
  header .support a {
    border-radius: 5px;
    background: #fce449;
    display: inline-block;
    padding: 15px;
    color: #333e48;
    position: relative;
    white-space: nowrap;
    margin-left: -130px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    /*.support_icon-end*/
    /*.support_icon-end*/
  }
  header .support a:before {
    display: inline-block !important;
    border: 1px dashed rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    padding: 5px 20px;
  }
  header .support a .support_icon {
    float: left;
    margin-right: 10px;
  }
  header .support a .support_icon i {
    font-size: 40px;
    color: #333e48;
  }
  header .support a .support_contact {
    float: left;
  }
  header .support a .support_contact span {
    font-size: 25px;
    font-weight: 900;
  }
  header .support a:hover {
    color: #37434e;
  }
  header .support a:hover .support_contact span {
    color: #37434e !important;
  }
  header .support a:hover .support_icon {
    float: left;
    margin-right: 10px;
  }
  header .support a:hover .support_icon i {
    font-size: 40px;
    color: #37434e;
  }
  header .header_menu {
    display: none;
  }
  .product_grid {
    /*.product-end*/
  }
  .product_grid .product {
    margin-bottom: 20px;
    /*&:nth-child(2n)-end*/
  }
  .product_grid .product:nth-child(2n) {
    /*&:after-end*/
  }
  .product_grid .product:nth-child(2n):after {
    content: none;
  }
  /*product_grid-end*/
  .top_nav .order-1 {
    margin-bottom: 5px;
  }
  #top .container {
    padding: 0px;
    /*top-links-end*/
  }
  #top .container #top-links {
    /*label-end*/
  }
  #top .container #top-links .label {
    display: none;
  }
  /*top-end*/
  .top_nav_w {
    /*#notify-end*/
  }
  .top_nav_w #notify {
    width: calc(100% - 30px);
    /*.alert-end*/
  }
  .top_nav_w #notify .alert {
    width: 100%;
    max-width: 100%;
    right: 0px !important;
    left: 0px !important;
    margin-top: -20px !important;
    border-radius: 5px;
    border: 1px solid #333e48;
    background: #fff;
    /*table-end*/
  }
  .top_nav_w #notify .alert table {
    width: 100%;
    height: 88px;
  }
  .pagination_box {
    /*>div-end*/
    /*.total-pages-end*/
  }
  .pagination_box > div {
    /*>div-end*/
    /*.pagination-end*/
  }
  .pagination_box > div > div {
    text-align: center !important;
    border-bottom: 1px dashed #dddddd;
  }
  .pagination_box > div .pagination {
    display: inline-flex;
    /*li-end*/
  }
  .pagination_box > div .pagination li {
    /*&:first-child-end*/
    /*a-end*/
    /*span-end*/
  }
  .pagination_box > div .pagination li:first-child {
    border-left: 1px dashed #dddddd;
    /*a-end*/
    /*span-end*/
  }
  .pagination_box > div .pagination li a {
    border-radius: 0px !important;
    /*&:hover-end*/
  }
  .pagination_box > div .pagination li a:hover {
    border-radius: 0px !important;
  }
  .pagination_box > div .pagination li span {
    border-radius: 0px !important;
  }
  /*.pagination_box-end*/
  /*pagination*/
}
@media (max-width: 576px) {
  .product_grid {
    /*.product-end*/
  }
  .product_grid .product {
    margin-bottom: 20px;
    /*&:after-end*/
  }
  .product_grid .product:after {
    content: none;
  }
  /*product_grid-end*/
  .quick_cart ul {
    width: 100%;
  }
  footer {
    /*.f_contact_box-end*/
    /*.f_info_box-end*/
    /*.powered-end*/
  }
  footer .f_contact_box {
    text-align: center;
    /*.guick_phone-end*/
    /*.guick_contact-end*/
  }
  footer .f_contact_box .guick_phone {
    /*i-end*/
  }
  footer .f_contact_box .guick_phone i {
    float: none;
    margin: 0px;
  }
  footer .f_contact_box .guick_contact {
    /*.footer_social-end*/
  }
  footer .f_contact_box .guick_contact .footer_social {
    text-align: center;
    /*a-end*/
  }
  footer .f_contact_box .guick_contact .footer_social a {
    display: inline-block;
    /*i-end*/
  }
  footer .f_contact_box .guick_contact .footer_social a i {
    margin: 0px 7px;
  }
  footer .f_info_box {
    text-align: center;
    /*ul-end*/
  }
  footer .f_info_box .ul {
    /*ul-end*/
  }
  footer .f_info_box .ul .li {
    text-align: center;
  }
  footer .powered {
    text-align: center;
  }
  /*footer-end*/
}
/*@media (max-width: 576px)-end*/
