/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .title_block {
  color: #000000;
  margin: 1.875rem 0 2.5rem;
  font-size: 48px;
  padding-bottom: 0.9375rem;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 400; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 17px; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #ececec; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #ececec;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #ececec #ececec #ececec; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #ececec; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ececec;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #ececec #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ececec transparent #ececec #ececec;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ececec; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ececec;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ececec; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ececec #ececec #ececec transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #a4677b; }
    .widget-tabs li.active a {
      color: #a4677b; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #a4677b;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    @media (max-width: 991px) and (min-width: 768px) {
      .ApTabs .tab-content > .tab-pane {
        border: none; } }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -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;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #a4677b; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #ececec; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -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;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #ececec;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #a4677b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  position: relative;
  text-align: center; }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block .owl-item img:hover {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
  .ApColumn .manufacturers_block .owl-theme .owl-buttons {
    position: inherit;
    top: inherit;
    right: inherit; }
    .ApColumn .manufacturers_block .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 50%;
      visibility: hidden;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
        left: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
          right: 30px;
          left: auto; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
        right: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
          left: 30px;
          right: auto; }
  .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div {
    visibility: visible;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
      left: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
        right: 15px;
        left: auto; }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
      right: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }
  @media (max-width: 767px) {
    .ApColumn .manufacturers_block {
      padding: 15px 0; } }

/*
  Widget Category Image
*/
.widget-category_image {
  padding-bottom: 15px; }
  .widget-category_image .cover-img {
    margin-bottom: 20px;
    display: block;
    overflow: hidden; }
    .widget-category_image .cover-img img {
      -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;
      transition: all 0.5s ease-in-out;
      max-width: 100%;
      height: auto; }
      .widget-category_image .cover-img img:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  .widget-category_image .cate_content:hover label {
    color: #3276b1;
    cursor: pointer; }
  .widget-category_image ul li a {
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .title_block {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px; }
  .latest-blogs .right-block {
    text-align: center;
    display: inline-block; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    @media (max-width: 575px) {
      .latest-blogs .blog-image-container {
        float: inherit; } }
  .latest-blogs .blog-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: -10px; }
    .latest-blogs .blog-title a {
      color: #333743;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      display: inline-block; }
      .latest-blogs .blog-title a:hover {
        color: #a4677b; }
      @media (max-width: 1199px) {
        .latest-blogs .blog-title a {
          font-size: 27px; } }
      @media (max-width: 991px) {
        .latest-blogs .blog-title a {
          font-size: 25px; } }
      @media (max-width: 767px) {
        .latest-blogs .blog-title a {
          font-size: 20px; } }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    line-height: 25px;
    color: #9297a3;
    font-size: 16px;
    font-weight: 300; }
  .latest-blogs .blog-meta {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 12px; }
    .latest-blogs .blog-meta .date span {
      display: block;
      border-top: 1px solid #e2e2e2;
      margin-top: 15px;
      padding-top: 15px; }
    .latest-blogs .blog-meta .inside-blog-meta {
      font-size: 13px;
      font-weight: 400;
      padding-bottom: 20px;
      margin-bottom: 10px;
      color: #07070a; }
      .latest-blogs .blog-meta .inside-blog-meta .icon-author {
        color: #b0b0b0; }
      .latest-blogs .blog-meta .inside-blog-meta time {
        margin-right: 25px; }
        .rtl .latest-blogs .blog-meta .inside-blog-meta time {
          margin-left: 25px;
          margin-right: inherit; }
    .latest-blogs .blog-meta .nbcomment, .latest-blogs .blog-meta .hits {
      margin-right: 20px; }
      .rtl .latest-blogs .blog-meta .nbcomment, .rtl .latest-blogs .blog-meta .hits {
        margin-left: 20px;
        margin-right: inherit; }
      .latest-blogs .blog-meta .nbcomment i, .latest-blogs .blog-meta .hits i {
        margin-right: 5px; }
        .rtl .latest-blogs .blog-meta .nbcomment i, .rtl .latest-blogs .blog-meta .hits i {
          margin-left: 5px;
          margin-right: inherit; }
    .latest-blogs .blog-meta .cat a {
      color: #a4677b;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700; }
  .latest-blogs .created {
    padding-right: 25px;
    color: #b0b0b0;
    font-size: 12px; }
    .rtl .latest-blogs .created {
      padding-left: 25px;
      padding-right: inherit; }
  .latest-blogs .nbcomment i {
    color: #a4677b; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0 5px; }
  .instagram-block .owl-item .block-carousel-container {
    padding: 5px 0; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: auto;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }
.instagram-block #instafeed a {
  position: relative;
  display: block;
  overflow: hidden; }
  .instagram-block #instafeed a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    width: 50%;
    height: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .instagram-block #instafeed a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    color: #FFFFFF;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    line-height: normal;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block #instafeed a:hover:before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    zoom: 1;
    background-color: transparent\9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .instagram-block #instafeed a:hover:after {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

#instafeed {
  margin: -0.3125rem; }

.ins {
  padding-top: 50px; }
  .ins .title_block {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 100px 0;
    margin: 0; }
    @media (max-width: 1199px) {
      .ins .title_block {
        font-size: 30px;
        padding: 50px 0; } }

.video-box {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .video-box {
      padding-bottom: 30px; } }

.image-video {
  position: relative; }
  .image-video .image_description {
    position: absolute;
    top: 25%;
    right: 19%;
    z-index: 9;
    margin: auto; }
    .rtl .image-video .image_description {
      left: 19%;
      right: auto; }
    @media (max-width: 1199px) {
      .image-video .image_description {
        top: 10%;
        padding-left: 20px; }
        .rtl .image-video .image_description {
          padding-right: 20px;
          padding-left: inherit; } }
    @media (max-width: 1199px) {
      .image-video .image_description {
        right: 5%; }
        .rtl .image-video .image_description {
          left: 5%;
          right: auto; } }
    @media (max-width: 767px) {
      .image-video .image_description {
        position: static; } }
    @media (max-width: 575px) {
      .image-video .image_description {
        padding-top: 20px; } }

.btn-primary {
  padding: 10px 15px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  background: #252525;
  color: #FFF; }
  .btn-primary:hover {
    background: #a4677b; }

.userinfo-selector a {
  color: #929292; }

.userinfo-selector.popup-over .popup-title {
  padding: 15px 0 15px 0; }
  .rtl .userinfo-selector.popup-over .popup-title {
    padding: 15px 0 15px 0; }
  .userinfo-selector.popup-over .popup-title:hover {
    color: #a4677b; }

.popup-over {
  float: right; }
  .rtl .popup-over {
    float: left; }
  .popup-over.language-selector-wrapper .popup-content, .popup-over.currency-selector .popup-content {
    right: inherit;
    left: 0;
    position: absolute; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      left: inherit;
      right: auto; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      right: 0;
      left: auto; }
    @media (max-width: 991px) {
      .popup-over.language-selector-wrapper .popup-content, .popup-over.currency-selector .popup-content {
        left: -45px;
        min-width: 130px; }
        .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
          right: -45px;
          left: auto; } }
  .popup-over.language-selector-wrapper {
    min-width: 120px; }

@media (max-width: 991px) {
  .leo-megamenu:before {
    height: 0; } }
.leo-megamenu .navbar-toggler {
  color: #fff; }

#search_widget {
  margin: 0 10px;
  padding: 0; }
  #search_widget .popup-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    #search_widget .popup-content input.ui-autocomplete-input {
      border: 1px solid #ededed;
      border-radius: 30px; }
  #search_widget #click_show_search {
    padding: 0; }
    #search_widget #click_show_search i {
      font-size: 17px;
      color: #2a2a2a;
      line-height: 48px; }

@media (max-width: 575px) {
  .leo-megamenu.disable-canvas .leo-top-menu {
    z-index: 999; } }

.latest-blogs .blog-image-container .blog_img_link img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.latest-blogs .blog-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

@media (min-width: 576px) {
  .nopadding_left {
    padding-left: 0;
    padding-right: 10px; }
    .rtl .nopadding_left {
      padding-right: 0;
      padding-left: inherit; }
    .rtl .nopadding_left {
      padding-left: 10px;
      padding-right: inherit; } }

@media (min-width: 576px) {
  .nopadding_right {
    padding-right: 0;
    padding-left: 10px; }
    .rtl .nopadding_right {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .nopadding_right {
      padding-right: 10px;
      padding-left: inherit; } }

.block-carousel-container {
  text-align: center; }
  .block-carousel-container .happy-description {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px; }
    @media (max-width: 767px) {
      .block-carousel-container .happy-description {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .block-carousel-container .happy-description {
        font-size: 15px; } }
  @media (min-width: 992px) {
    .block-carousel-container {
      max-width: 800px;
      margin: auto; } }

.block-carousel-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .block-carousel-image-container img {
    height: auto;
    margin: auto; }
  .block-carousel-image-container .descript {
    color: #626262;
    font-size: 18px;
    line-height: 40px;
    padding-top: 20px; }
    @media (max-width: 575px) {
      .block-carousel-image-container .descript {
        line-height: 30px; } }
    .block-carousel-image-container .descript h3 {
      padding-top: 20px;
      font-size: 22px; }
    @media (max-width: 991px) {
      .block-carousel-image-container .descript {
        font-size: 19px; } }
    @media (max-width: 767px) {
      .block-carousel-image-container .descript {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .block-carousel-image-container .descript {
        font-size: 17px; } }
    @media (max-width: 480px) {
      .block-carousel-image-container .descript {
        font-size: 15px; } }
    .block-carousel-image-container .descript i {
      color: #a4677b;
      font-size: 60px;
      padding-bottom: 20px; }
    .block-carousel-image-container .descript p {
      font-size: 18px;
      color: #fff;
      line-height: 30px;
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        .block-carousel-image-container .descript p {
          font-size: 14px;
          padding: 0 15px; } }
    .block-carousel-image-container .descript span {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px; }
  .block-carousel-image-container .title {
    font-size: 18px;
    color: #a4677b;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 25px 0;
    margin: 0;
    font-family: "Jost", sans-serif; }
    .block-carousel-image-container .title span {
      color: #000; }
  .block-carousel-image-container .sub-title {
    color: #000;
    font-weight: 400;
    font-size: 48px;
    padding-top: 15px; }

#module-leofeature-productscompare .thumbnail-container .leo-dropdown-attr {
  top: 100%;
  bottom: 0; }

.other-product .ApColumn > .title_block {
  font-size: 30px;
  text-align: center;
  letter-spacing: 6px;
  margin: 0;
  padding: 80px 0 20px 0;
  text-transform: uppercase; }

.dropdown-menu-inner .wr-bnmenu img {
  width: 100%; }

#my-account .page-footer {
  padding-bottom: 50px; }
  #my-account .page-footer > div a {
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #000; }

.leo-compare-review-dropdown .dropdown-menu .dropdown-item {
  white-space: inherit; }

.page-customer-account #main .page-header {
  text-align: center; }

.keep-header .header-top {
  background-color: #fff; }

@media (max-width: 767px) {
  .tabs-accordion-container.accordion-xs .accordion-link {
    font-size: 17px;
    font-weight: 500; } }

.box1-h1 {
  position: relative; }
  @media (min-width: 1200px) {
    .box1-h1 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      height: 34px; } }
  @media (max-width: 1500px) and (min-width: 1200px) {
    .box1-h1 {
      padding-left: 20px; }
      .rtl .box1-h1 {
        padding-right: 20px;
        padding-left: inherit; } }
  @media (max-width: 1199px) {
    .box1-h1 {
      padding: 10px 0; } }
  @media (max-width: 575px) {
    .box1-h1 {
      display: none; } }
  .box1-h1 .left {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (max-width: 1199px) {
      .box1-h1 .left {
        padding-top: 10px; } }
    @media (max-width: 991px) {
      .box1-h1 .left {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        padding-top: 10px; } }
    @media (max-width: 991px) {
      .box1-h1 .left .userinfo-selector {
        float: left; } }
    .box1-h1 .left .userinfo-selector ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      margin-right: 35px;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .rtl .box1-h1 .left .userinfo-selector ul {
        margin-left: 35px;
        margin-right: inherit; }
      @media (max-width: 1199px) {
        .box1-h1 .left .userinfo-selector ul {
          margin-right: 20px; }
          .rtl .box1-h1 .left .userinfo-selector ul {
            margin-left: 20px;
            margin-right: inherit; } }
      .box1-h1 .left .userinfo-selector ul a:hover {
        color: #a4677b; }
    .box1-h1 .left .userinfo-selector a.signin:after {
      content: "/"; }
    @media (min-width: 481px) {
      .box1-h1 .left .ApQuicklogin {
        display: none; } }
    .box1-h1 .left .ApHtml p {
      color: #999999;
      font-size: 14px;
      float: left;
      padding-right: 35px;
      margin-bottom: 0; }
      .rtl .box1-h1 .left .ApHtml p {
        padding-left: 35px;
        padding-right: inherit; }
      @media (max-width: 1199px) {
        .box1-h1 .left .ApHtml p {
          padding-right: 20px; }
          .rtl .box1-h1 .left .ApHtml p {
            padding-left: 20px;
            padding-right: inherit; } }
      .box1-h1 .left .ApHtml p i {
        color: #a4677b;
        margin-right: 8px;
        font-size: 14px; }
        .rtl .box1-h1 .left .ApHtml p i {
          margin-left: 8px;
          margin-right: inherit; }
    .box1-h1 .left .ApHtml h3 {
      color: #999999;
      font-size: 14px;
      float: left;
      margin-bottom: 0;
      padding-right: 35px; }
      .rtl .box1-h1 .left .ApHtml h3 {
        padding-left: 35px;
        padding-right: inherit; }
    .box1-h1 .left .language-selector-wrapper {
      float: left; }
      .box1-h1 .left .language-selector-wrapper a.popup-title {
        margin: 0; }
        .box1-h1 .left .language-selector-wrapper a.popup-title img {
          width: 22px;
          height: 15px; }
        .box1-h1 .left .language-selector-wrapper a.popup-title i {
          color: #a4677b;
          font-weight: 700; }
          .box1-h1 .left .language-selector-wrapper a.popup-title i:before {
            content: "\f0d7"; }
      .box1-h1 .left .language-selector-wrapper .popup-content img {
        margin-top: -4px; }
  @media (max-width: 991px) {
    .box1-h1 .right {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (max-width: 1199px) {
    .box1-h1 .right > .ApBlockLink {
      float: left;
      padding-top: 10px; }
      .rtl .box1-h1 .right > .ApBlockLink {
        float: right; } }
  .box1-h1 .right ul {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .box1-h1 .right ul {
        float: right; }
        .rtl .box1-h1 .right ul {
          float: left; } }
    .box1-h1 .right ul li {
      float: left; }
      .box1-h1 .right ul li a {
        color: #999999;
        font-size: 14px;
        padding-right: 24px; }
        .rtl .box1-h1 .right ul li a {
          padding-left: 24px;
          padding-right: inherit; }
        .box1-h1 .right ul li a:hover {
          color: #a4677b; }

.box2-h1 {
  padding: 38px 0;
  position: relative; }
  @media (min-width: 768px) {
    .box2-h1 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 767px) {
    .box2-h1 {
      padding: 15px 0; } }
  @media (min-width: 992px) {
    .box2-h1:after {
      content: "";
      position: absolute;
      top: 0;
      height: 1px;
      width: 100%;
      background: #464646;
      padding: 0 1000px;
      box-sizing: content-box;
      margin-left: -1000px; }
      .rtl .box2-h1:after {
        margin-right: -1000px;
        margin-left: inherit; } }
  @media (max-width: 991px) {
    .box2-h1 #leo_search_block_top {
      border: 0;
      margin: 0;
      position: absolute;
      right: 155px;
      top: 42px;
      background: transparent; }
      .rtl .box2-h1 #leo_search_block_top {
        left: 155px;
        right: auto; }
      .box2-h1 #leo_search_block_top .title_block {
        margin: 0;
        padding: 0;
        display: block;
        font-size: 0;
        z-index: 9999; }
        .box2-h1 #leo_search_block_top .title_block:before {
          content: "\f002";
          font-family: "Font Awesome 5 Pro";
          font-weight: 300;
          font-size: 22px;
          color: #fff; }
      .box2-h1 #leo_search_block_top .list-cate-wrapper {
        display: none; }
      .box2-h1 #leo_search_block_top form {
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        max-width: 285px;
        border: 1px solid #000;
        position: absolute;
        width: 100%;
        top: 100%;
        transform: translateY(20px);
        transition: all 0.3s;
        width: 300px;
        right: auto;
        left: -130px;
        background: #fff;
        z-index: 9; }
        .rtl .box2-h1 #leo_search_block_top form {
          left: auto;
          right: auto; }
        .rtl .box2-h1 #leo_search_block_top form {
          right: -130px;
          left: auto; }
        .box2-h1 #leo_search_block_top form button {
          background: #000; }
        .box2-h1 #leo_search_block_top form .form-control {
          height: 45px;
          font-size: 14px;
          padding: 0 0px 0 10px; }
          .rtl .box2-h1 #leo_search_block_top form .form-control {
            padding: 0 10px 0 0px; }
      .box2-h1 #leo_search_block_top.show form {
        opacity: 1;
        visibility: visible;
        transform: translateY(10px); } }
  .box2-h1 #leo_search_block_top .header-bottom {
    position: relative;
    padding-bottom: 15px; }
    .box2-h1 #leo_search_block_top .header-bottom .center {
      position: static; }
  @media (max-width: 767px) {
    .box2-h1 #leo_search_block_top {
      top: auto;
      bottom: 15px; } }
  @media (max-width: 575px) {
    .box2-h1 #leo_search_block_top {
      right: 195px; }
      .rtl .box2-h1 #leo_search_block_top {
        left: 195px;
        right: auto; }
      .box2-h1 #leo_search_block_top form {
        left: -82px; }
        .rtl .box2-h1 #leo_search_block_top form {
          right: -82px;
          left: auto; } }
  @media (max-width: 767px) {
    .box2-h1 .left .logo-header {
      text-align: center;
      padding: 20px 0; } }
  @media (max-width: 575px) {
    .box2-h1 .left .logo-header {
      padding: 10px 0 30px 0; } }
  @media (max-width: 991px) {
    .box2-h1 .center {
      position: static; } }
  @media (min-width: 1200px) {
    .box2-h1 .right {
      padding-right: 30px; }
      .rtl .box2-h1 .right {
        padding-left: 30px;
        padding-right: inherit; } }
  .box2-h1 .right .header-button-add {
    padding-right: 35px; }
    .rtl .box2-h1 .right .header-button-add {
      padding-left: 35px;
      padding-right: inherit; }
    @media (max-width: 1199px) {
      .box2-h1 .right .header-button-add {
        padding-right: 0; }
        .rtl .box2-h1 .right .header-button-add {
          padding-left: 0;
          padding-right: inherit; } }
  .box2-h1 .right .ap-btn-wishlist .my-h1 {
    font-size: 18px;
    color: #999999; }
    @media (max-width: 1199px) {
      .box2-h1 .right .ap-btn-wishlist .my-h1 {
        display: none; } }
  @media (min-width: 576px) {
    .box2-h1 .right .leo_block_top {
      display: none; } }
  .box2-h1 .right .leo_block_top.popup-over.leo_block_top i:before {
    content: "\f007"; }

.box3-h1 {
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h1 > .right {
      padding-left: 50px; }
      .rtl .box3-h1 > .right {
        padding-right: 50px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box3-h1 > .right {
      position: static; } }
  @media (max-width: 991px) {
    .box3-h1 > .right .leo-megamenu .navbar-toggler {
      position: absolute;
      top: 10px; } }
  @media (max-width: 767px) {
    .box3-h1 > .right .leo-megamenu .navbar-toggler {
      top: -45px; } }

@media (min-width: 1200px) {
  .box4-h1 {
    margin: 0; } }
@media (min-width: 1200px) {
  .box4-h1 .left {
    width: calc(50% + 10px); } }
@media (min-width: 768px) {
  .box4-h1 .left {
    padding: 0; } }
@media (min-width: 1200px) {
  .box4-h1 .right {
    width: calc(25% - 5px); } }
@media (min-width: 481px) {
  .box4-h1 .right {
    padding: 0; } }
.box4-h1 .right .ApImage {
  position: relative; }
.box4-h1 .right .image_description {
  position: absolute;
  top: 30px;
  left: 23px; }
  .rtl .box4-h1 .right .image_description {
    right: 23px;
    left: auto; }
  .box4-h1 .right .image_description h3 {
    font-weight: 600;
    font-size: 18px; }
  .box4-h1 .right .image_description p {
    font-size: 14px;
    color: #3e4c44; }

.box5-h1 {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .box5-h1:before {
      border-top: 1px solid #e1e1e1;
      content: "";
      position: absolute;
      display: inline-block;
      top: 0;
      height: 1px;
      width: calc(100% - 20px);
      left: 10px; }
      .rtl .box5-h1:before {
        right: 10px;
        left: auto; } }

.box6-h1 {
  margin: 0; }
  @media (min-width: 768px) {
    .box6-h1 {
      border: 1px solid #e1e1e1; } }
  .box6-h1 .ApColumn {
    padding: 20px 0 50px 0; }
  .box6-h1 .title-ap-group {
    font-weight: 700;
    font-size: 24px;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    position: relative; }
    .rtl .box6-h1 .title-ap-group {
      padding: 33px 50px 20px 0; }
    @media (min-width: 1200px) {
      .box6-h1 .title-ap-group:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 2px;
        left: 0;
        background: #e1e1e1; } }
  .box6-h1 .tabs-top .block_content {
    position: relative; }
    @media (min-width: 992px) {
      .box6-h1 .tabs-top .block_content .nav-tabs {
        float: right;
        position: absolute;
        top: -60px;
        right: 0; }
        .rtl .box6-h1 .tabs-top .block_content .nav-tabs {
          left: 0;
          right: auto; } }
    .box6-h1 .tabs-top .block_content .nav-tabs li a {
      font-size: 14px;
      font-weight: 400;
      color: #a0a0a0;
      text-transform: capitalize;
      border: none;
      padding: 0 20px; }
      @media (max-width: 767px) {
        .box6-h1 .tabs-top .block_content .nav-tabs li a {
          padding: 0 9px; } }
      .box6-h1 .tabs-top .block_content .nav-tabs li a.active {
        color: #000;
        font-weight: 600; }
      .box6-h1 .tabs-top .block_content .nav-tabs li a:hover {
        color: #a4677b; }
  @media (max-width: 575px) {
    .box6-h1 .tabs-dropdown-menu {
      margin-left: 50px; }
      .rtl .box6-h1 .tabs-dropdown-menu {
        margin-right: 50px;
        margin-left: inherit; } }
  .box6-h1 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 992px) {
      .box6-h1 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box6-h1 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box6-h1 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box6-h1 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  .box6-h1 .leo-plist-style .thumbnail-container {
    padding: 0 20px;
    margin-bottom: 0; }
    .box6-h1 .leo-plist-style .thumbnail-container .product-meta .product-price-and-shipping {
      color: #f53f52;
      font-weight: 600;
      font-size: 14px; }
      .box6-h1 .leo-plist-style .thumbnail-container .product-meta .product-price-and-shipping .regular-price {
        color: #999999;
        font-size: 12px;
        font-weight: 400; }
    @media (max-width: 767px) {
      .box6-h1 .leo-plist-style .thumbnail-container .product-meta {
        padding-bottom: 40px; } }
    .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li {
      float: left;
      font-size: 14px;
      color: #3983de;
      position: relative;
      padding-right: 13px; }
      .rtl .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li {
        padding-left: 13px;
        padding-right: inherit; }
      .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li b {
        font-weight: 400; }
      .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li span {
        display: none; }
      .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li:after {
        content: ":";
        position: absolute;
        right: 6px; }
        .rtl .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li:after {
          left: 6px;
          right: auto; }
      .box6-h1 .leo-plist-style .thumbnail-container .leo-more-cdown ul li:last-child:after {
        content: ""; }

.box7-h1 {
  padding-top: 20px; }
  .box7-h1 .ApImage {
    position: relative; }
  @media (max-width: 767px) {
    .box7-h1 .left {
      padding-bottom: 20px; } }
  @media (min-width: 481px) {
    .box7-h1 .left .image_description {
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      right: 50px;
      text-align: center; }
      .rtl .box7-h1 .left .image_description {
        left: 50px;
        right: auto; } }
  @media (max-width: 480px) {
    .box7-h1 .left .image_description {
      padding-top: 15px; } }
  .box7-h1 .left .image_description h4 {
    font-size: 24px;
    color: #999;
    font-weight: 400; }
    @media (max-width: 991px) {
      .box7-h1 .left .image_description h4 {
        font-size: 18px; } }
  .box7-h1 .left .image_description h3 {
    color: #288a2d;
    font-weight: 600;
    font-size: 40px; }
    @media (max-width: 1199px) {
      .box7-h1 .left .image_description h3 {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .box7-h1 .left .image_description h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .box7-h1 .left .image_description h3 {
        font-size: 26px; } }
  .box7-h1 .left .image_description p {
    font-size: 14px;
    color: #666; }
  @media (min-width: 481px) {
    .box7-h1 .right .image_description {
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      right: 50px;
      text-align: center; }
      .rtl .box7-h1 .right .image_description {
        left: 50px;
        right: auto; } }
  @media (max-width: 480px) {
    .box7-h1 .right .image_description {
      padding-top: 15px; } }
  .box7-h1 .right .image_description h4 {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    text-decoration: underline; }
  .box7-h1 .right .image_description h3 {
    color: #fff;
    font-weight: 600;
    font-size: 37px;
    margin: 15px 0; }
    @media (max-width: 991px) {
      .box7-h1 .right .image_description h3 {
        margin: 10px 0;
        font-size: 28px; } }
    @media (max-width: 480px) {
      .box7-h1 .right .image_description h3 {
        color: #000;
        font-size: 25px; } }
  .box7-h1 .right .image_description p {
    font-size: 22px;
    color: #999;
    font-weight: 400; }
    @media (max-width: 991px) {
      .box7-h1 .right .image_description p {
        font-size: 18px; } }
    .box7-h1 .right .image_description p span {
      color: #ffba00;
      font-size: 22px; }
      @media (max-width: 991px) {
        .box7-h1 .right .image_description p span {
          font-size: 18px; } }

.box8-h1 {
  border: 1px solid #e1e1e1;
  margin: 20px 0 0 0; }
  .box8-h1 .thumbnail-container {
    margin: 0; }
    .box8-h1 .thumbnail-container .leo-more-cdown {
      display: none; }
  .box8-h1 .ApColumn {
    padding: 20px 0; }
    @media (min-width: 1200px) {
      .box8-h1 .ApColumn {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .box8-h1 .title-ap-group {
    font-weight: 700;
    font-size: 24px;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    position: relative; }
    .rtl .box8-h1 .title-ap-group {
      padding: 33px 50px 20px 0; }
    @media (max-width: 480px) {
      .box8-h1 .title-ap-group {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box8-h1 .title-ap-group {
          padding: 33px 20px 20px 0; } }
    @media (min-width: 1200px) {
      .box8-h1 .title-ap-group:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 2px;
        left: 0;
        background: #e1e1e1; }
        .rtl .box8-h1 .title-ap-group:before {
          right: 0;
          left: auto; } }
  @media (min-width: 1200px) {
    .box8-h1 .ApBlockLink {
      width: 21%;
      padding-left: 50px; }
      .rtl .box8-h1 .ApBlockLink {
        padding-right: 50px;
        padding-left: inherit; } }
  @media (max-width: 1199px) {
    .box8-h1 .ApBlockLink {
      padding-left: 20px;
      width: 100%; }
      .rtl .box8-h1 .ApBlockLink {
        padding-right: 20px;
        padding-left: inherit; } }
  .box8-h1 .ApBlockLink > .title_block {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 0; }
  .box8-h1 .ApBlockLink ul li {
    margin: 13px 0; }
    .box8-h1 .ApBlockLink ul li a {
      color: #999999;
      font-weight: 400;
      font-size: 14px; }
      .box8-h1 .ApBlockLink ul li a:hover {
        color: #a4677b; }
  .box8-h1 .block {
    float: left; }
  .box8-h1 .bottom1 {
    position: relative;
    margin: 0px 13px; }
    @media (max-width: 1199px) {
      .box8-h1 .bottom1 {
        width: 49%; } }
    @media (max-width: 767px) {
      .box8-h1 .bottom1 {
        width: 100%;
        margin: 0;
        padding: 0 13px; } }
    @media (min-width: 1200px) {
      .box8-h1 .bottom1:before {
        content: "";
        position: absolute;
        width: 1px;
        left: -25px;
        height: 111%;
        top: -20px;
        background: #e1e1e1; } }
    .box8-h1 .bottom1 .image_description {
      position: absolute;
      top: 45px;
      left: 45px; }
      .rtl .box8-h1 .bottom1 .image_description {
        right: 45px;
        left: auto; }
      @media (max-width: 480px) {
        .box8-h1 .bottom1 .image_description {
          top: 25px; } }
    .box8-h1 .bottom1 h5 {
      color: #000;
      font-weight: 400;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 18px; }
    .box8-h1 .bottom1 h4 {
      background: #f93448;
      color: #fff;
      font-size: 48px;
      text-transform: uppercase;
      margin-bottom: 0;
      display: inline-block; }
      @media (max-width: 480px) {
        .box8-h1 .bottom1 h4 {
          font-size: 27px; } }
    .box8-h1 .bottom1 h3 {
      background: #f93448;
      color: #fff;
      font-size: 36px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .box8-h1 .bottom1 h3 {
          font-size: 32px;
          margin-bottom: 10px; } }
    .box8-h1 .bottom1 p {
      color: #333;
      font-weight: 400;
      font-size: 14px; }
  .box8-h1 .bottom2 {
    position: relative;
    margin: 0px 13px; }
    @media (max-width: 1199px) {
      .box8-h1 .bottom2 {
        width: 20%; } }
    @media (max-width: 767px) {
      .box8-h1 .bottom2 {
        width: 50%;
        padding-top: 20px;
        margin: 0;
        padding: 20px 13px 0 13px; } }
    @media (max-width: 480px) {
      .box8-h1 .bottom2 {
        width: 100%; } }
    .box8-h1 .bottom2 .image_description {
      position: absolute;
      top: 32px;
      left: 23px; }
      .rtl .box8-h1 .bottom2 .image_description {
        right: 23px;
        left: auto; }
    .box8-h1 .bottom2 h5 {
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 10px; }
    .box8-h1 .bottom2 h4 {
      color: #000;
      font-size: 24px;
      margin-bottom: 20px;
      display: inline-block; }
      .box8-h1 .bottom2 h4 span {
        text-transform: uppercase; }
    .box8-h1 .bottom2 p {
      color: #333;
      font-weight: 400;
      font-size: 14px; }
  .box8-h1 .bottom3 h5 {
    color: #ff6969; }
  .box8-h1 .bottom4 {
    position: relative;
    margin: 0 20px; }
    @media (max-width: 1199px) {
      .box8-h1 .bottom4 {
        width: 38%;
        margin: 0;
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .box8-h1 .bottom4 {
        width: 50%; } }
    @media (max-width: 480px) {
      .box8-h1 .bottom4 {
        width: 100%; } }
    @media (min-width: 1200px) {
      .box8-h1 .bottom4:before {
        content: "";
        position: absolute;
        width: 1px;
        left: -25px;
        height: 110%;
        top: -20px;
        background: #e1e1e1; } }
    @media (min-width: 1200px) {
      .box8-h1 .bottom4:after {
        content: "";
        position: absolute;
        width: 1px;
        right: -25px;
        height: 110%;
        top: -20px;
        background: #e1e1e1; } }
    .box8-h1 .bottom4 h5 {
      color: #333;
      font-weight: 600;
      font-size: 18px; }
    .box8-h1 .bottom4 h6 {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      background: #f8c359;
      display: inline-block;
      padding: 3px 5px;
      margin-bottom: 10px; }
    .box8-h1 .bottom4 p {
      color: #333;
      font-weight: 400;
      font-size: 14px; }
    .box8-h1 .bottom4 .image_description {
      position: absolute;
      top: 30px;
      left: 23px; }
      .rtl .box8-h1 .bottom4 .image_description {
        right: 23px;
        left: auto; }
      @media (max-width: 1199px) {
        .box8-h1 .bottom4 .image_description {
          left: 30px; }
          .rtl .box8-h1 .bottom4 .image_description {
            right: 30px;
            left: auto; } }
  .box8-h1 .bottom5.ApProductCarousel {
    width: 58%; }
    @media (max-width: 1199px) {
      .box8-h1 .bottom5.ApProductCarousel {
        width: 62%; } }
    @media (max-width: 767px) {
      .box8-h1 .bottom5.ApProductCarousel {
        width: 50%; } }
    @media (max-width: 480px) {
      .box8-h1 .bottom5.ApProductCarousel {
        width: 100%; } }
  .box8-h1 .bottom5 .owl-row {
    margin: 0; }
  .box8-h1 .bottom5 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 992px) {
      .box8-h1 .bottom5 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box8-h1 .bottom5 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box8-h1 .bottom5 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box8-h1 .bottom5 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  .box8-h1 .bottom5 .owl-carousel .thumbnail-container {
    padding: 0 20px; }
  @media (min-width: 992px) {
    .box8-h1 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box8-h1 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box8-h1 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box8-h1 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 35px; }
      .rtl .box8-h1 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box8-h1 .owl-theme .owl-buttons .owl-prev {
        left: 35px;
        right: auto; }
    .box8-h1 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 0px; }
      .rtl .box8-h1 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box8-h1 .owl-theme .owl-buttons .owl-next {
        left: 0px;
        right: auto; }
    .box8-h1 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 0px; }
      .rtl .box8-h1 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box8-h1 .owl-theme:hover .owl-buttons .owl-next {
        left: 0px;
        right: auto; }
    .box8-h1 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 35px; }
      .rtl .box8-h1 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box8-h1 .owl-theme:hover .owl-buttons .owl-prev {
        left: 35px;
        right: auto; } }

.box9-h1 {
  margin: 20px 0 0 0; }
  @media (max-width: 1199px) {
    .box9-h1 {
      padding: 0 10px; } }
  .box9-h1 .ApColumn {
    border: 1px solid #e1e1e1; }
    @media (min-width: 1200px) {
      .box9-h1 .ApColumn {
        padding: 0;
        width: calc(50% - 10px); } }
  .box9-h1 .title-ap-column {
    font-weight: 700;
    font-size: 24px;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    text-align: left; }
    .rtl .box9-h1 .title-ap-column {
      padding: 33px 50px 20px 0; }
    .rtl .box9-h1 .title-ap-column {
      text-align: right; }
    @media (max-width: 480px) {
      .box9-h1 .title-ap-column {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box9-h1 .title-ap-column {
          padding: 33px 20px 20px 0; } }
    @media (min-width: 1200px) {
      .box9-h1 .title-ap-column:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 2px;
        background: #e1e1e1; } }
  @media (min-width: 768px) {
    .box9-h1 img {
      width: auto !important; } }
  @media (min-width: 1200px) {
    .box9-h1 .left {
      margin-right: 10px; }
      .rtl .box9-h1 .left {
        margin-left: 10px;
        margin-right: inherit; } }
  @media (max-width: 1199px) {
    .box9-h1 .left {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .box9-h1 .left {
      text-align: center; } }
  .box9-h1 .left .bottom1 {
    position: relative;
    margin: 20px 25px; }
    @media (min-width: 768px) {
      .box9-h1 .left .bottom1 {
        float: left; } }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .left .bottom1 {
        width: 50%; } }
    @media (max-width: 575px) {
      .box9-h1 .left .bottom1 {
        margin: 10px 0; } }
    .box9-h1 .left .bottom1 .image_description {
      position: absolute;
      top: 30px;
      left: 35px;
      text-align: left; }
      .rtl .box9-h1 .left .bottom1 .image_description {
        right: 35px;
        left: auto; }
      .rtl .box9-h1 .left .bottom1 .image_description {
        text-align: right; }
      .box9-h1 .left .bottom1 .image_description h4 {
        font-weight: 400;
        font-size: 18px;
        color: #000; }
      .box9-h1 .left .bottom1 .image_description h3 {
        color: #f93448;
        font-weight: 600;
        font-size: 36px; }
      .box9-h1 .left .bottom1 .image_description p {
        color: #666;
        font-weight: 400;
        font-size: 14px; }
  .box9-h1 .left .bottom2 {
    position: relative;
    display: inline-block; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box9-h1 .left .bottom2 {
        display: block; } }
    @media (max-width: 767px) {
      .box9-h1 .left .bottom2 {
        padding: 0 10px;
        margin-bottom: 20px; } }
    .box9-h1 .left .bottom2 .image_description {
      position: absolute;
      top: 30px;
      left: 23px;
      text-align: left; }
      .rtl .box9-h1 .left .bottom2 .image_description {
        right: 23px;
        left: auto; }
      .rtl .box9-h1 .left .bottom2 .image_description {
        text-align: right; }
      .box9-h1 .left .bottom2 .image_description h4 {
        font-weight: 600;
        font-size: 18px;
        color: #000; }
      .box9-h1 .left .bottom2 .image_description p {
        color: #666;
        font-weight: 400;
        font-size: 14px; }
  @media (min-width: 768px) {
    .box9-h1 .left .bottom3 {
      margin: 20px 0 25px 0; } }
  .box9-h1 .left .bottom4 {
    position: relative;
    float: left;
    margin: 20px 25px; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .left .bottom4 {
        margin: 0;
        width: 55%;
        padding: 20px 15px; } }
    @media (max-width: 767px) {
      .box9-h1 .left .bottom4 {
        text-align: left;
        margin: 0;
        float: none;
        padding: 10px 0; } }
    .box9-h1 .left .bottom4 .image_description {
      position: absolute;
      top: 30px;
      left: 35px;
      text-align: left; }
      .rtl .box9-h1 .left .bottom4 .image_description {
        right: 35px;
        left: auto; }
      .box9-h1 .left .bottom4 .image_description h4 {
        font-weight: 600;
        font-size: 18px;
        color: #000; }
        .box9-h1 .left .bottom4 .image_description h4 span {
          font-size: 18px;
          color: #919293;
          font-weight: 400; }
      .box9-h1 .left .bottom4 .image_description h3 {
        color: #ffa200;
        font-weight: 400;
        font-size: 36px; }
      .box9-h1 .left .bottom4 .image_description p {
        color: #666;
        font-weight: 400;
        font-size: 14px;
        text-decoration: line-through;
        margin-top: 17px; }
  .box9-h1 .left .bottom5 {
    position: relative;
    float: left;
    margin: 20px 0px; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .left .bottom5 {
        margin: 0;
        width: 45%;
        padding: 20px 15px; } }
    @media (max-width: 767px) {
      .box9-h1 .left .bottom5 {
        float: none;
        margin: 0;
        display: inline-block;
        padding: 10px; } }
    .box9-h1 .left .bottom5 .image_description {
      position: absolute;
      top: 30px;
      left: 24px;
      text-align: left; }
      .rtl .box9-h1 .left .bottom5 .image_description {
        right: 24px;
        left: auto; }
      .box9-h1 .left .bottom5 .image_description h4 {
        font-weight: 400;
        font-size: 18px;
        color: #333; }
      .box9-h1 .left .bottom5 .image_description h3 {
        color: #cd5199;
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase; }
      .box9-h1 .left .bottom5 .image_description p {
        color: #666;
        font-weight: 400;
        font-size: 14px;
        text-decoration: line-through;
        margin-top: 17px; }
  @media (min-width: 1200px) {
    .box9-h1 .right {
      margin-left: 10px; }
      .rtl .box9-h1 .right {
        margin-right: 10px;
        margin-left: inherit; } }
  @media (max-width: 1199px) {
    .box9-h1 .right {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .box9-h1 .right {
      text-align: center; } }
  .box9-h1 .right .bottom1 {
    position: relative;
    margin: 20px 25px; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .right .bottom1 {
        width: 55%;
        margin: 0;
        padding: 20px 15px; } }
    @media (min-width: 768px) {
      .box9-h1 .right .bottom1 {
        float: left; } }
    @media (max-width: 767px) {
      .box9-h1 .right .bottom1 {
        margin: 0;
        padding: 10px 0; } }
    .box9-h1 .right .bottom1 .image_description {
      position: absolute;
      bottom: 50px;
      left: 40px; }
      .rtl .box9-h1 .right .bottom1 .image_description {
        right: 40px;
        left: auto; }
      @media (max-width: 480px) {
        .box9-h1 .right .bottom1 .image_description {
          bottom: 0px;
          left: 25px; }
          .rtl .box9-h1 .right .bottom1 .image_description {
            right: 25px;
            left: auto; } }
      .box9-h1 .right .bottom1 .image_description h4 {
        font-weight: 400;
        font-size: 14px;
        color: #333;
        text-transform: uppercase; }
      .box9-h1 .right .bottom1 .image_description h3 {
        color: #de6064;
        font-weight: 400;
        font-size: 60px; }
        @media (max-width: 480px) {
          .box9-h1 .right .bottom1 .image_description h3 {
            font-size: 40px; } }
        .box9-h1 .right .bottom1 .image_description h3 span {
          font-size: 25px;
          color: #fff;
          background: #de6064;
          display: inline-block;
          padding: 0 4px; }
      .box9-h1 .right .bottom1 .image_description p {
        color: #938a8c;
        font-weight: 400;
        font-size: 18px; }
  .box9-h1 .right .bottom2 {
    position: relative;
    float: left;
    margin: 20px 25px 0 0; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .right .bottom2 {
        width: 45%;
        margin: 0;
        padding: 20px 15px; } }
    @media (max-width: 767px) {
      .box9-h1 .right .bottom2 {
        display: none; } }
    .box9-h1 .right .bottom2 .image_description {
      position: absolute;
      top: 30px;
      left: 25px; }
      .rtl .box9-h1 .right .bottom2 .image_description {
        right: 25px;
        left: auto; }
      .box9-h1 .right .bottom2 .image_description h4 {
        font-weight: 400;
        font-size: 18px;
        color: #333; }
      .box9-h1 .right .bottom2 .image_description h3 {
        color: #778170;
        font-weight: 400;
        font-size: 36px; }
        .box9-h1 .right .bottom2 .image_description h3 span {
          font-size: 25px;
          color: #fff;
          background: #de6064;
          display: inline-block;
          padding: 0 4px; }
      .box9-h1 .right .bottom2 .image_description p {
        color: #938a8c;
        font-weight: 400;
        font-size: 14px; }
  .box9-h1 .right .bottom3 {
    position: relative;
    margin: 20px 25px; }
    @media (min-width: 768px) {
      .box9-h1 .right .bottom3 {
        float: left; } }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .right .bottom3 {
        width: 55%;
        margin: 0;
        padding: 20px 15px; } }
    @media (max-width: 767px) {
      .box9-h1 .right .bottom3 {
        padding: 10px 0;
        margin: 0; } }
    .box9-h1 .right .bottom3 .image_description {
      position: absolute;
      top: 30px;
      left: 35px;
      text-align: left; }
      .rtl .box9-h1 .right .bottom3 .image_description {
        right: 35px;
        left: auto; }
      .box9-h1 .right .bottom3 .image_description h4 {
        font-weight: 400;
        font-size: 14px;
        color: #999;
        text-transform: uppercase; }
      .box9-h1 .right .bottom3 .image_description h3 {
        color: #2fa7ed;
        font-weight: 400;
        font-size: 36px; }
      .box9-h1 .right .bottom3 .image_description p {
        color: #333;
        font-weight: 400;
        font-size: 24px;
        text-transform: uppercase; }
  .box9-h1 .right .bottom4 {
    position: relative;
    float: left;
    margin: 20px 25px 0 0; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .right .bottom4 {
        width: 45%;
        padding: 20px 15px;
        margin: 0;
        display: inline-block; } }
    @media (max-width: 767px) {
      .box9-h1 .right .bottom4 {
        padding: 10px 15px;
        margin: 0; } }
    @media (max-width: 575px) {
      .box9-h1 .right .bottom4 {
        float: none; } }
    .box9-h1 .right .bottom4 .image_description {
      position: absolute;
      top: 33px;
      left: 24px;
      text-align: left; }
      .rtl .box9-h1 .right .bottom4 .image_description {
        right: 24px;
        left: auto; }
      .box9-h1 .right .bottom4 .image_description h4 {
        font-weight: 600;
        font-size: 18px;
        color: #333; }
      .box9-h1 .right .bottom4 .image_description p {
        color: #666;
        font-weight: 400;
        font-size: 14px; }
  .box9-h1 .right .bottom5 {
    position: relative;
    float: left;
    margin: 25px 25px 0 0; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .box9-h1 .right .bottom5 {
        width: 45%;
        margin: 0;
        padding: 0px 15px; } }
    @media (max-width: 767px) {
      .box9-h1 .right .bottom5 {
        padding: 10px 15px;
        margin: 0; } }
    @media (max-width: 575px) {
      .box9-h1 .right .bottom5 {
        float: none; } }
    .box9-h1 .right .bottom5 .image_description {
      position: absolute;
      top: 33px;
      left: 24px;
      text-align: left; }
      .rtl .box9-h1 .right .bottom5 .image_description {
        right: 24px;
        left: auto; }
      .box9-h1 .right .bottom5 .image_description h4 {
        font-weight: 600;
        font-size: 18px;
        color: #333; }
      .box9-h1 .right .bottom5 .image_description p {
        color: #666;
        font-weight: 400;
        font-size: 14px; }

.box10-h1 {
  border: 1px solid #e1e1e1;
  margin: 20px 0 0 0; }
  .box10-h1 .ApColumn {
    padding: 0; }
  .box10-h1 .block_content > .title_block {
    font-weight: 700;
    font-size: 24px;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    position: relative;
    margin-top: 0; }
    .rtl .box10-h1 .block_content > .title_block {
      padding: 33px 50px 20px 0; }
    @media (max-width: 480px) {
      .box10-h1 .block_content > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; } }
    @media (min-width: 1200px) {
      .box10-h1 .block_content > .title_block:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 2px;
        background: #e1e1e1; } }
  .box10-h1 .block-carousel-image-container {
    padding: 35px 0; }
    .box10-h1 .block-carousel-image-container .descript {
      display: none; }
  @media (min-width: 992px) {
    .box10-h1 .owl-theme .owl-buttons div {
      top: -50px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box10-h1 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box10-h1 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box10-h1 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-prev {
        left: 70px;
        right: auto; }
    .box10-h1 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box10-h1 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box10-h1 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-prev {
        left: 70px;
        right: auto; } }

.box11-h1 {
  padding: 60px 0;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .box11-h1 {
      padding: 35px 0; } }
  @media (max-width: 991px) {
    .box11-h1 .ApColumn {
      padding-bottom: 20px; } }
  .box11-h1 .block_content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 25px; }
    .rtl .box11-h1 .block_content h3 {
      padding-right: 25px;
      padding-left: inherit; }
  .box11-h1 .block_content p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .box11-h1 .block_content p {
        max-width: 233px; } }
    .box11-h1 .block_content p span {
      color: #a4677b;
      text-decoration: underline; }
  .box11-h1 .bottom1 h3, .box11-h1 .bottom2 h3, .box11-h1 .bottom3 h3, .box11-h1 .bottom4 h3, .box11-h1 .bottom5 h3 {
    position: relative; }
    .box11-h1 .bottom1 h3:before, .box11-h1 .bottom2 h3:before, .box11-h1 .bottom3 h3:before, .box11-h1 .bottom4 h3:before, .box11-h1 .bottom5 h3:before {
      position: absolute;
      left: 0;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      color: #a4677b; }
      .rtl .box11-h1 .bottom1 h3:before, .rtl .box11-h1 .bottom2 h3:before, .rtl .box11-h1 .bottom3 h3:before, .rtl .box11-h1 .bottom4 h3:before, .rtl .box11-h1 .bottom5 h3:before {
        right: 0;
        left: auto; }
  .box11-h1 .bottom1 h3:before {
    content: "\f0d6"; }
  .box11-h1 .bottom2 h3:before {
    content: "\f0d1"; }
  .box11-h1 .bottom3 h3:before {
    content: "\f2f7"; }
  .box11-h1 .bottom4 h3:before {
    content: "\f82d"; }
  .box11-h1 .bottom5 h3:before {
    content: "\f3cf"; }

.box12-h1 {
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .box12-h1 {
      padding-bottom: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box12-h1 .title-ap-column {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 0; }
  .box12-h1 .ApBlockLink > .title_block {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0; }
  .box12-h1 .ApBlockLink ul li {
    margin-bottom: 0; }
    .box12-h1 .ApBlockLink ul li a {
      color: #999;
      font-size: 14px;
      color: #999;
      margin-bottom: 0;
      line-height: 24px;
      font-weight: 400; }
      .box12-h1 .ApBlockLink ul li a:hover {
        color: #a4677b; }
  .box12-h1 .block_newsletter.block .title_block {
    display: none; }

.box13-h1 {
  padding: 40px 0 60px 0; }
  @media (min-width: 1200px) {
    .box13-h1:after {
      position: absolute;
      content: "";
      border-top: 1px solid #454545;
      top: 0;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box; } }
  @media (min-width: 768px) {
    .box13-h1 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .box13-h1 .left p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400; }
    .box13-h1 .left p .i-t {
      color: #a4677b; }
  @media (min-width: 768px) {
    .box13-h1 .right {
      text-align: right; }
      .rtl .box13-h1 .right {
        text-align: left; } }

@media (min-width: 1200px) {
  .box1-h2 .left {
    padding-top: 512px; } }
@media (max-width: 1199px) {
  .box1-h2 .left {
    display: none; } }
.box1-h2 .left .blog1-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px 20px 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box1-h2 .left .blog1-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box1-h2 .left .blog1-h2 > .title_block {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
  .box1-h2 .left .blog1-h2.latest-blogs .blog-title a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    line-height: 20px; }
  .box1-h2 .left .blog1-h2.latest-blogs .blog-readmore {
    display: none; }
  .box1-h2 .left .blog1-h2.latest-blogs .blog-container {
    border-top: 1px solid #e1e1e1;
    padding: 20px 10px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .box1-h2 .left .blog1-h2.latest-blogs .blog-container:first-child {
      display: inline-block;
      margin-bottom: 23px; }
      .box1-h2 .left .blog1-h2.latest-blogs .blog-container:first-child .left-block {
        width: 100%; }
      .box1-h2 .left .blog1-h2.latest-blogs .blog-container:first-child .right-block {
        width: 100%;
        margin-left: 0px;
        text-align: left; }
        .rtl .box1-h2 .left .blog1-h2.latest-blogs .blog-container:first-child .right-block {
          margin-right: 0px;
          margin-left: inherit; }
  .box1-h2 .left .blog1-h2.latest-blogs .left-block {
    display: inline-block;
    width: 40%; }
  .box1-h2 .left .blog1-h2.latest-blogs .right-block {
    width: 60%;
    margin-left: 15px; }
    .rtl .box1-h2 .left .blog1-h2.latest-blogs .right-block {
      margin-right: 15px;
      margin-left: inherit; }
    .box1-h2 .left .blog1-h2.latest-blogs .right-block .date {
      color: #999999;
      font-size: 12px; }
  .box1-h2 .left .blog1-h2.latest-blogs .created {
    display: none; }
  .box1-h2 .left .blog1-h2.latest-blogs .blog-meta {
    display: inline-block;
    padding-bottom: 0;
    text-align: left; }
  .box1-h2 .left .blog1-h2.latest-blogs .box-inside-blog-meta {
    text-align: left; }
.box1-h2 .left .img6-h2 {
  position: relative; }
  .box1-h2 .left .img6-h2 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    left: 0;
    z-index: 9; }
    .box1-h2 .left .img6-h2 .image_description h5 {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 13px; }
    .box1-h2 .left .img6-h2 .image_description h3 {
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 0; }
    .box1-h2 .left .img6-h2 .image_description h4 {
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      font-weight: 400;
      max-width: 176px;
      margin: auto;
      padding: 15px 0 25px 0;
      line-height: 24px; }
    .box1-h2 .left .img6-h2 .image_description a {
      color: #000;
      background: #fff;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 15px;
      display: inline-block; }
      .box1-h2 .left .img6-h2 .image_description a:hover {
        background: #33a457; }
    .box1-h2 .left .img6-h2 .image_description p {
      margin-bottom: 0; }
.box1-h2 .left .img7-h2 {
  position: relative;
  padding-top: 20px; }
  .box1-h2 .left .img7-h2 .image_description {
    position: absolute;
    top: 10%;
    text-align: center;
    right: 0;
    left: 0; }
    .box1-h2 .left .img7-h2 .image_description h5 {
      color: #cecff4;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 13px; }
    .box1-h2 .left .img7-h2 .image_description h3 {
      color: #fff;
      font-weight: 400;
      font-size: 52px;
      margin-bottom: 0;
      text-transform: uppercase; }
      .box1-h2 .left .img7-h2 .image_description h3 span {
        font-size: 52px;
        color: #d3d3f3;
        text-transform: capitalize;
        font-weight: 400; }
    .box1-h2 .left .img7-h2 .image_description a {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 5px 15px;
      display: inline-block;
      text-decoration: underline; }
      @media (min-width: 1200px) {
        .box1-h2 .left .img7-h2 .image_description a {
          padding-top: 370px; } }
      .box1-h2 .left .img7-h2 .image_description a:hover {
        color: #33a457; }
    .box1-h2 .left .img7-h2 .image_description p {
      margin-bottom: 0; }
.box1-h2 .left .product2-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box1-h2 .left .product2-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box1-h2 .left .product2-h2 > .title_block {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
    .rtl .box1-h2 .left .product2-h2 > .title_block {
      padding: 35px 30px 20px 0; }
.box1-h2 .right {
  padding-top: 20px; }
  .box1-h2 .right .img1-h2, .box1-h2 .right .img2-h2, .box1-h2 .right .img3-h2, .box1-h2 .right .img4-h2 {
    position: relative; }
    @media (max-width: 1600px) and (min-width: 768px) {
      .box1-h2 .right .img1-h2, .box1-h2 .right .img2-h2, .box1-h2 .right .img3-h2, .box1-h2 .right .img4-h2 {
        width: 50%; } }
    @media (min-width: 768px) {
      .box1-h2 .right .img1-h2, .box1-h2 .right .img2-h2, .box1-h2 .right .img3-h2, .box1-h2 .right .img4-h2 {
        float: left; } }
    .box1-h2 .right .img1-h2 .image_description, .box1-h2 .right .img2-h2 .image_description, .box1-h2 .right .img3-h2 .image_description, .box1-h2 .right .img4-h2 .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 70px; }
      .rtl .box1-h2 .right .img1-h2 .image_description, .rtl .box1-h2 .right .img2-h2 .image_description, .rtl .box1-h2 .right .img3-h2 .image_description, .rtl .box1-h2 .right .img4-h2 .image_description {
        left: 70px;
        right: auto; }
      @media (max-width: 991px) {
        .box1-h2 .right .img1-h2 .image_description, .box1-h2 .right .img2-h2 .image_description, .box1-h2 .right .img3-h2 .image_description, .box1-h2 .right .img4-h2 .image_description {
          right: 35px; }
          .rtl .box1-h2 .right .img1-h2 .image_description, .rtl .box1-h2 .right .img2-h2 .image_description, .rtl .box1-h2 .right .img3-h2 .image_description, .rtl .box1-h2 .right .img4-h2 .image_description {
            left: 35px;
            right: auto; } }
  .box1-h2 .right .img1-h2 {
    padding: 20px 20px 20px 0; }
    @media (max-width: 1600px) and (min-width: 768px) {
      .box1-h2 .right .img1-h2 {
        padding: 20px 10px 20px 0; } }
    @media (max-width: 767px) {
      .box1-h2 .right .img1-h2 {
        padding: 20px 0 0 0; } }
    .box1-h2 .right .img1-h2 .image_description h5 {
      font-size: 18px;
      color: #afaead;
      font-weight: 400; }
    .box1-h2 .right .img1-h2 .image_description h4 {
      font-size: 36px;
      color: #3b5999;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .box1-h2 .right .img1-h2 .image_description h4 {
          font-size: 30px; } }
    .box1-h2 .right .img1-h2 .image_description h3 {
      text-transform: uppercase;
      color: #333333;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .box1-h2 .right .img1-h2 .image_description h3 {
          font-size: 25px;
          margin-bottom: 0px; } }
    .box1-h2 .right .img1-h2 .image_description a {
      border-bottom: 1px solid #000; }
      .box1-h2 .right .img1-h2 .image_description a:hover {
        color: #33a457;
        border-bottom: 1px solid #33a457; }
  .box1-h2 .right .img2-h2 {
    padding: 20px 0 20px 0; }
    @media (max-width: 1600px) and (min-width: 768px) {
      .box1-h2 .right .img2-h2 {
        padding: 20px 0 20px 10px; } }
    .box1-h2 .right .img2-h2 .image_description h5 {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
    .box1-h2 .right .img2-h2 .image_description h4 {
      font-size: 36px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 30px; }
    .box1-h2 .right .img2-h2 .image_description a {
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 14px; }
      .box1-h2 .right .img2-h2 .image_description a:hover {
        color: #33a457;
        border-bottom: 1px solid #33a457; }
  .box1-h2 .right .img3-h2 {
    padding: 0 20px 20px 0; }
    @media (max-width: 1600px) and (min-width: 768px) {
      .box1-h2 .right .img3-h2 {
        padding: 0 10px 20px 0; } }
    @media (max-width: 767px) {
      .box1-h2 .right .img3-h2 {
        padding: 0 0 20px 0; } }
    .box1-h2 .right .img3-h2 .image_description h5 {
      font-size: 16px;
      color: #999999;
      font-weight: 400;
      text-decoration: underline; }
    .box1-h2 .right .img3-h2 .image_description h4 {
      font-size: 37px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 25px; }
    .box1-h2 .right .img3-h2 .image_description a {
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 14px; }
    .box1-h2 .right .img3-h2 .image_description h3 {
      font-weight: 400;
      font-size: 22px;
      color: #9a9a9b; }
      .box1-h2 .right .img3-h2 .image_description h3 span {
        color: #ffba00;
        font-size: 22px; }
  .box1-h2 .right .img4-h2 {
    padding: 0px 0px 20px 0; }
    .rtl .box1-h2 .right .img4-h2 {
      padding: 0px 0 20px 0px; }
    @media (max-width: 1600px) and (min-width: 768px) {
      .box1-h2 .right .img4-h2 {
        padding: 0px 0px 20px 10px; }
        .rtl .box1-h2 .right .img4-h2 {
          padding: 0px 10px 20px 0px; } }
    .box1-h2 .right .img4-h2 .image_description {
      right: 45px; }
      .rtl .box1-h2 .right .img4-h2 .image_description {
        left: 45px;
        right: auto; }
      .box1-h2 .right .img4-h2 .image_description h5 {
        font-size: 18px;
        color: #a8a7a8;
        font-weight: 400; }
      .box1-h2 .right .img4-h2 .image_description h4 {
        font-size: 30px;
        color: #288a2d;
        font-weight: 600; }
      .box1-h2 .right .img4-h2 .image_description h3 {
        font-weight: 400;
        font-size: 14px;
        color: #505050; }
  .box1-h2 .right .product1-h2 {
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%; }
    .box1-h2 .right .product1-h2 > .title_block {
      font-weight: 700;
      font-size: 24px;
      color: #333;
      padding: 33px 0 20px 50px;
      border-bottom: 1px solid #e1e1e1;
      margin: 0; }
      .rtl .box1-h2 .right .product1-h2 > .title_block {
        padding: 33px 50px 20px 0; }
      @media (max-width: 480px) {
        .box1-h2 .right .product1-h2 > .title_block {
          padding: 33px 0 20px 20px;
          font-size: 21px; }
          .rtl .box1-h2 .right .product1-h2 > .title_block {
            padding: 33px 20px 20px 0; } }
      .box1-h2 .right .product1-h2 > .title_block:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 2px;
        left: 0;
        background: #e1e1e1; }
    @media (min-width: 992px) {
      .box1-h2 .right .product1-h2 .block_content {
        padding: 20px 0 40px 0; } }
    @media (max-width: 991px) {
      .box1-h2 .right .product1-h2 .block_content {
        padding-bottom: 20px; } }
    .box1-h2 .right .product1-h2 .thumbnail-container {
      padding: 0px 30px;
      margin: 0; }
      .box1-h2 .right .product1-h2 .thumbnail-container div.star.star_on:before, .box1-h2 .right .product1-h2 .thumbnail-container div.star.star_hover:before {
        color: #ffce61; }
    .box1-h2 .right .product1-h2 .owl-carousel .owl-item {
      padding: 0; }
      @media (min-width: 992px) {
        .box1-h2 .right .product1-h2 .owl-carousel .owl-item {
          border-right: 1px solid #e1e1e1; }
          .rtl .box1-h2 .right .product1-h2 .owl-carousel .owl-item {
            border-left: 1px solid #e1e1e1;
            border-right: inherit; } }
      .box1-h2 .right .product1-h2 .owl-carousel .owl-item.last {
        border-right: 1px solid transparent; }
        .rtl .box1-h2 .right .product1-h2 .owl-carousel .owl-item.last {
          border-left: 1px solid transparent;
          border-right: inherit; }
    @media (min-width: 992px) {
      .box1-h2 .right .product1-h2 .owl-theme .owl-buttons div {
        top: -70px;
        width: 40px;
        height: 40px;
        background: #fff;
        opacity: 1;
        box-shadow: none;
        transform: none; }
        .box1-h2 .right .product1-h2 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box1-h2 .right .product1-h2 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box1-h2 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 70px; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
          left: 70px;
          right: auto; }
      .box1-h2 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 35px; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
          left: 35px;
          right: auto; }
      .box1-h2 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 35px; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
          left: 35px;
          right: auto; }
      .box1-h2 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 70px; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
          left: 70px;
          right: auto; } }
  .box1-h2 .right .img5-h2 {
    position: relative;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .box1-h2 .right .img5-h2 .image_description {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 145px; }
        .rtl .box1-h2 .right .img5-h2 .image_description {
          left: 145px;
          right: auto; } }
    @media (max-width: 767px) {
      .box1-h2 .right .img5-h2 .image_description {
        padding-top: 20px; } }
    .box1-h2 .right .img5-h2 .image_description h5 {
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      border-bottom: 2px solid #c4cbd3;
      display: inline-block; }
      @media (max-width: 767px) {
        .box1-h2 .right .img5-h2 .image_description h5 {
          color: #000; } }
    .box1-h2 .right .img5-h2 .image_description h4 {
      color: #fff;
      font-weight: 400;
      font-size: 52px; }
      @media (max-width: 1199px) {
        .box1-h2 .right .img5-h2 .image_description h4 {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .box1-h2 .right .img5-h2 .image_description h4 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .box1-h2 .right .img5-h2 .image_description h4 {
          font-size: 23px;
          color: #000; } }
    .box1-h2 .right .img5-h2 .image_description h3 {
      color: #fff;
      font-weight: 400;
      font-size: 36px; }
      .box1-h2 .right .img5-h2 .image_description h3 span {
        font-weight: 600; }
      @media (max-width: 1199px) {
        .box1-h2 .right .img5-h2 .image_description h3 {
          font-size: 34px; } }
      @media (max-width: 991px) {
        .box1-h2 .right .img5-h2 .image_description h3 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .box1-h2 .right .img5-h2 .image_description h3 {
          font-size: 18px;
          color: #000; } }
  .box1-h2 .right .block1-h2 {
    border: 1px solid #e1e1e1;
    margin-top: 20px; }
    .box1-h2 .right .block1-h2 .block-carousel-image-container .descript {
      display: none; }
    .box1-h2 .right .block1-h2 .block_content > .title_block {
      font-weight: 700;
      font-size: 24px;
      padding: 33px 0 20px 50px;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 0;
      position: relative;
      margin-top: 0; }
      .rtl .box1-h2 .right .block1-h2 .block_content > .title_block {
        padding: 33px 50px 20px 0; }
      @media (max-width: 480px) {
        .box1-h2 .right .block1-h2 .block_content > .title_block {
          padding: 33px 0 20px 20px;
          font-size: 21px; }
          .rtl .box1-h2 .right .block1-h2 .block_content > .title_block {
            padding: 33px 20px 20px 0; } }
      @media (min-width: 1200px) {
        .box1-h2 .right .block1-h2 .block_content > .title_block:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          top: 2px;
          background: #e1e1e1; } }
    @media (min-width: 1200px) {
      .box1-h2 .right .block1-h2 .block_content .owl-carousel {
        padding: 18px 0; } }
    @media (min-width: 992px) {
      .box1-h2 .right .block1-h2 .owl-theme .owl-buttons div {
        top: -50px;
        width: 40px;
        height: 40px;
        background: #fff;
        opacity: 1;
        box-shadow: none;
        transform: none; }
        .box1-h2 .right .block1-h2 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box1-h2 .right .block1-h2 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box1-h2 .right .block1-h2 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 70px; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme .owl-buttons .owl-prev {
          left: 70px;
          right: auto; }
      .box1-h2 .right .block1-h2 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 35px; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme .owl-buttons .owl-next {
          left: 35px;
          right: auto; }
      .box1-h2 .right .block1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 35px; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme:hover .owl-buttons .owl-next {
          left: 35px;
          right: auto; }
      .box1-h2 .right .block1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 70px; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box1-h2 .right .block1-h2 .owl-theme:hover .owl-buttons .owl-prev {
          left: 70px;
          right: auto; } }

.box3-h3 {
  border: 1px solid #e1e1e1;
  margin: 20px 0;
  position: relative;
  padding: 40px 0; }
  @media (min-width: 1200px) {
    .box3-h3:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; } }
  .box3-h3 .ApColumn {
    position: relative;
    padding: 40px 0 0 30px; }
    .rtl .box3-h3 .ApColumn {
      padding: 40px 30px 0 0; }
    @media (min-width: 1200px) {
      .box3-h3 .ApColumn {
        height: 230px; } }
    .box3-h3 .ApColumn:after {
      position: absolute;
      content: "";
      width: 1px;
      background: #e1e1e1;
      height: 100%;
      top: 0;
      right: 0; }
      .rtl .box3-h3 .ApColumn:after {
        left: 0;
        right: auto; }
    @media (min-width: 1200px) {
      .box3-h3 .ApColumn:nth-of-type(-n+4) {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 20px;
        padding-top: 0; }
      .box3-h3 .ApColumn:nth-child(4n):after {
        display: none; } }
    @media (max-width: 1199px) {
      .box3-h3 .ApColumn .ApImage {
        height: 100%; }
        .box3-h3 .ApColumn .ApImage .image_description {
          height: 100%;
          display: flex;
          flex-direction: column; }
          .box3-h3 .ApColumn .ApImage .image_description > p {
            margin-top: auto; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box3-h3 .ApColumn {
        height: 300px;
        width: 33.33333%; }
        .box3-h3 .ApColumn:nth-child(3n):after {
          display: none; }
        .box3-h3 .ApColumn:nth-of-type(-n+6) {
          border-bottom: 1px solid #e1e1e1;
          padding-bottom: 20px; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .box3-h3 .ApColumn {
        height: 300px;
        width: 50%; }
        .box3-h3 .ApColumn:nth-child(2n):after {
          display: none; }
        .box3-h3 .ApColumn:nth-of-type(-n+6) {
          border-bottom: 1px solid #e1e1e1;
          padding-bottom: 20px; } }
    @media (max-width: 575px) {
      .box3-h3 .ApColumn {
        height: auto;
        width: 100%; }
        .box3-h3 .ApColumn:after {
          display: none; }
        .box3-h3 .ApColumn:nth-of-type(-n+7) {
          border-bottom: 1px solid #e1e1e1;
          padding-bottom: 20px; } }
  .box3-h3 img {
    float: right;
    padding-top: 40px; }
  .box3-h3 .image_description h3 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .box3-h3 .image_description li {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 23px; }
  .box3-h3 .image_description a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: underline; }
    .box3-h3 .image_description a:hover {
      color: #7c9d3b;
      letter-spacing: 0.5px;
      transition: all .4s; }

.box4-h3 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .box4-h3 .ApColumn {
      padding-bottom: 20px; } }
  .box4-h3 .left .ApImage {
    position: relative; }
  .box4-h3 .left .image_description {
    position: absolute;
    right: 40px;
    transform: translateY(-50%);
    top: 50%;
    text-align: right; }
    .rtl .box4-h3 .left .image_description {
      left: 40px;
      right: auto; }
    .box4-h3 .left .image_description h4 {
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      font-weight: 400; }
    .box4-h3 .left .image_description h3 {
      font-weight: 600;
      font-size: 36px;
      color: #fff; }
      @media (max-width: 991px) {
        .box4-h3 .left .image_description h3 {
          font-size: 25px; } }
    .box4-h3 .left .image_description h5 {
      font-size: 18px;
      color: #fff;
      font-weight: 400; }
  .box4-h3 .center .ApImage {
    position: relative; }
  .box4-h3 .center .image_description {
    position: absolute;
    left: 55px;
    transform: translateY(-50%);
    top: 50%; }
    .rtl .box4-h3 .center .image_description {
      right: 55px;
      left: auto; }
    @media (max-width: 991px) {
      .box4-h3 .center .image_description {
        left: 30px; }
        .rtl .box4-h3 .center .image_description {
          right: 30px;
          left: auto; } }
    .box4-h3 .center .image_description h4 {
      font-size: 36px;
      color: #fff;
      font-weight: 400; }
      @media (max-width: 991px) {
        .box4-h3 .center .image_description h4 {
          font-size: 25px; } }
    .box4-h3 .center .image_description h3 {
      font-size: 24px;
      color: #fff; }
      @media (max-width: 991px) {
        .box4-h3 .center .image_description h3 {
          font-size: 20px; } }
    .box4-h3 .center .image_description h5 {
      font-size: 14px;
      color: #fff;
      font-weight: 400; }
    @media (min-width: 1200px) {
      .box4-h3 .center .image_description p {
        padding-top: 60px; } }
    .box4-h3 .center .image_description a {
      color: #dc58b0;
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline; }
      .box4-h3 .center .image_description a:hover {
        color: #7c9d3b; }
    .box4-h3 .center .image_description i {
      margin-left: 5px; }
      .rtl .box4-h3 .center .image_description i {
        margin-right: 5px;
        margin-left: inherit; }
  .box4-h3 .right .ApImage {
    position: relative; }
  .box4-h3 .right .image_description {
    position: absolute;
    right: 40px;
    transform: translateY(-50%);
    top: 50%;
    text-align: right; }
    .rtl .box4-h3 .right .image_description {
      left: 40px;
      right: auto; }
    .box4-h3 .right .image_description h4 {
      font-size: 24px;
      font-weight: 400;
      color: #def4ff; }
      .box4-h3 .right .image_description h4 span {
        color: #fff;
        font-size: 30px; }
    .box4-h3 .right .image_description h3 {
      font-size: 36px;
      color: #fff;
      font-weight: 400; }
      .box4-h3 .right .image_description h3 span {
        color: #def4ff; }
      @media (max-width: 991px) {
        .box4-h3 .right .image_description h3 {
          font-size: 25px; } }
    .box4-h3 .right .image_description h5 {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
      .box4-h3 .right .image_description h5 s
      span {
        color: #def4ff; }
    .box4-h3 .right .image_description h6 {
      text-transform: uppercase;
      color: #def4ff;
      font-size: 14px;
      font-weight: 400; }

.box5-h3 {
  margin: 20px 0 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .box5-h3 {
      border: 1px solid #e1e1e1; } }
  @media (min-width: 1200px) {
    .box5-h3:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; } }
  .box5-h3 .ApColumn {
    padding: 0; }
  @media (min-width: 1200px) {
    .box5-h3 .thumbnail-container {
      padding: 20px; } }
  .box5-h3 .products_block .block_content {
    padding: 20px 0 40px 0; }
  .box5-h3 .owl-row {
    margin: 0; }
  .box5-h3 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 576px) {
      .box5-h3 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box5-h3 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box5-h3 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box5-h3 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  .box5-h3 .owl-carousel .thumbnail-container {
    padding: 0 30px; }
    @media (max-width: 767px) {
      .box5-h3 .owl-carousel .thumbnail-container {
        padding: 0 15px; } }
  .box5-h3 .tabs-top .block_content {
    position: relative; }
    .box5-h3 .tabs-top .block_content .nav-tabs {
      padding: 33px 0 20px 20px;
      border-bottom: 1px solid #e1e1e1; }
      .box5-h3 .tabs-top .block_content .nav-tabs li {
        margin: 0 20px; }
        .box5-h3 .tabs-top .block_content .nav-tabs li a {
          font-size: 24px;
          font-weight: 700;
          color: #000;
          text-transform: capitalize;
          border: none;
          padding: 0 20px;
          border-radius: 0;
          padding: 5px 6px; }
          @media (max-width: 767px) {
            .box5-h3 .tabs-top .block_content .nav-tabs li a {
              padding: 0 9px; } }
          .box5-h3 .tabs-top .block_content .nav-tabs li a.active {
            color: #fff;
            background: #f53f52; }
          .box5-h3 .tabs-top .block_content .nav-tabs li a:hover {
            color: #a4677b; }
  @media (min-width: 992px) {
    .box5-h3 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box5-h3 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box5-h3 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box5-h3 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box5-h3 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box5-h3 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box5-h3 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box5-h3 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box5-h3 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box5-h3 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box5-h3 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box5-h3 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box5-h3 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box5-h3 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box5-h3 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }

.box6-h3 {
  padding-top: 20px; }
  .box6-h3 .ApImage {
    position: relative; }
  @media (min-width: 768px) {
    .box6-h3 .image_description {
      position: absolute;
      right: 275px;
      transform: translateY(-50%);
      top: 50%; }
      .rtl .box6-h3 .image_description {
        left: 275px;
        right: auto; } }
  @media (max-width: 767px) {
    .box6-h3 .image_description {
      padding-top: 20px; } }
  .box6-h3 .image_description h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block; }
    @media (max-width: 767px) {
      .box6-h3 .image_description h4 {
        color: #000; } }
  .box6-h3 .image_description h3 {
    color: #fff;
    font-weight: 600;
    font-size: 52px; }
    .box6-h3 .image_description h3 span {
      font-weight: 400; }
    @media (max-width: 1199px) {
      .box6-h3 .image_description h3 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .box6-h3 .image_description h3 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .box6-h3 .image_description h3 {
        font-size: 25px;
        color: #000; } }
  .box6-h3 .image_description h5 {
    font-weight: 400;
    font-size: 36px;
    color: #fff; }
    .box6-h3 .image_description h5 span {
      font-weight: 600; }
    @media (max-width: 767px) {
      .box6-h3 .image_description h5 {
        color: #000;
        font-size: 22px; } }

.box1-h4 {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .box1-h4 .center {
      padding-top: 20px; } }
  .box1-h4 .center .ApImage {
    position: relative; }
  .box1-h4 .center .image_description {
    position: absolute;
    text-align: center;
    top: 15%;
    left: 0;
    right: 0; }
    .box1-h4 .center .image_description h4 {
      font-weight: 400;
      font-size: 18px;
      color: #d6deff; }
    .box1-h4 .center .image_description h3 {
      font-size: 36px;
      font-weight: 400;
      color: #fff; }
    .box1-h4 .center .image_description a {
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      text-decoration: revert; }
      .box1-h4 .center .image_description a:hover {
        color: #f2c118; }
    @media (min-width: 1200px) {
      .box1-h4 .center .image_description p {
        padding-top: 340px; } }
  @media (max-width: 991px) {
    .box1-h4 .right {
      padding-top: 20px; } }
  .box1-h4 .right .top {
    position: relative;
    padding-bottom: 20px; }
    .box1-h4 .right .top .image_description {
      position: absolute;
      text-align: center;
      top: 11%;
      left: 0;
      right: 0; }
      .box1-h4 .right .top .image_description h4 {
        font-size: 18px;
        color: #afaead;
        font-weight: 400; }
      .box1-h4 .right .top .image_description h3 {
        font-size: 30px;
        color: #900300;
        font-weight: 400; }
      .box1-h4 .right .top .image_description a {
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        text-decoration: revert; }
        .box1-h4 .right .top .image_description a:hover {
          color: #f2c118; }
  .box1-h4 .right .bottom {
    position: relative; }
    .box1-h4 .right .bottom .image_description {
      position: absolute;
      left: 40px;
      top: 20%; }
      .rtl .box1-h4 .right .bottom .image_description {
        right: 40px;
        left: auto; }
      .box1-h4 .right .bottom .image_description h4 {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase; }
      .box1-h4 .right .bottom .image_description h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px; }
      .box1-h4 .right .bottom .image_description a {
        color: #333333;
        font-weight: 600;
        font-size: 12px;
        background: #fff;
        padding: 5px 11px;
        display: inline-block; }
        .box1-h4 .right .bottom .image_description a:hover {
          color: #f2c118; }

.box2-h4 .left .tap1-h4 {
  margin: 20px 0 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .box2-h4 .left .tap1-h4 {
      border: 1px solid #e1e1e1; } }
  @media (min-width: 1200px) {
    .box2-h4 .left .tap1-h4:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; } }
  .box2-h4 .left .tap1-h4 .thumbnail-container .product-meta .product-price-and-shipping {
    color: #f53f52; }
  .box2-h4 .left .tap1-h4.tabs-top .block_content {
    position: relative; }
    .box2-h4 .left .tap1-h4.tabs-top .block_content .nav-tabs {
      padding: 30px 0 20px 20px;
      border-bottom: 1px solid #e1e1e1; }
      .box2-h4 .left .tap1-h4.tabs-top .block_content .nav-tabs li {
        margin: 0 20px; }
        .box2-h4 .left .tap1-h4.tabs-top .block_content .nav-tabs li a {
          font-size: 24px;
          font-weight: 700;
          color: #000;
          text-transform: capitalize;
          border: none;
          padding: 0 20px;
          border-radius: 0;
          padding: 5px 6px; }
          @media (max-width: 767px) {
            .box2-h4 .left .tap1-h4.tabs-top .block_content .nav-tabs li a {
              padding: 0 9px; } }
          .box2-h4 .left .tap1-h4.tabs-top .block_content .nav-tabs li a.active {
            color: #fff;
            background: #f53f52; }
          .box2-h4 .left .tap1-h4.tabs-top .block_content .nav-tabs li a:hover {
            color: #a4677b; }
  .box2-h4 .left .tap1-h4 .products_block .block_content {
    padding: 20px 0 30px 0; }
  .box2-h4 .left .tap1-h4 .owl-row {
    margin: 0; }
  .box2-h4 .left .tap1-h4 .owl-carousel .owl-item {
    padding: 0 30px; }
    @media (min-width: 992px) {
      .box2-h4 .left .tap1-h4 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box2-h4 .left .tap1-h4 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box2-h4 .left .tap1-h4 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box2-h4 .left .tap1-h4 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  @media (min-width: 992px) {
    .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons div {
      top: -65px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons .owl-prev {
        left: 70px;
        right: auto; }
    .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h4 .left .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h4 .left .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
        left: 70px;
        right: auto; } }
.box2-h4 .left .img1-h4 {
  position: relative;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .box2-h4 .left .img1-h4 .image_description {
      position: absolute;
      text-align: center;
      right: 100px;
      top: 28%; }
      .rtl .box2-h4 .left .img1-h4 .image_description {
        left: 100px;
        right: auto; } }
  @media (max-width: 767px) {
    .box2-h4 .left .img1-h4 .image_description {
      padding-top: 20px; } }
  .box2-h4 .left .img1-h4 .image_description h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .box2-h4 .left .img1-h4 .image_description h4 {
        color: #000; } }
  .box2-h4 .left .img1-h4 .image_description h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 400; }
    .box2-h4 .left .img1-h4 .image_description h3 span {
      position: absolute;
      font-size: 30px; }
    @media (max-width: 767px) {
      .box2-h4 .left .img1-h4 .image_description h3 {
        color: #000;
        font-size: 30px; } }
  .box2-h4 .left .img1-h4 .image_description h5 {
    font-size: 14px;
    color: #fff;
    max-width: 350px;
    font-weight: 400;
    margin: auto;
    line-height: 25px;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .box2-h4 .left .img1-h4 .image_description h5 {
        color: #000;
        margin: 0; } }
  .box2-h4 .left .img1-h4 .image_description a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: revert; }
    .box2-h4 .left .img1-h4 .image_description a:hover {
      color: #f2c118; }
    @media (max-width: 767px) {
      .box2-h4 .left .img1-h4 .image_description a {
        padding: 0; } }
.box2-h4 .left .product1-h2 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box2-h4 .left .product1-h2 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box2-h4 .left .product1-h2 > .title_block {
      padding: 30px 50px 20px 0; }
    @media (max-width: 480px) {
      .box2-h4 .left .product1-h2 > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box2-h4 .left .product1-h2 > .title_block {
          padding: 33px 20px 20px 0; } }
    .box2-h4 .left .product1-h2 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box2-h4 .left .product1-h2 .block_content {
      padding: 20px 0 40px 0; } }
  .box2-h4 .left .product1-h2 .thumbnail-container {
    padding: 0px 30px;
    margin: 0; }
    .box2-h4 .left .product1-h2 .thumbnail-container div.star.star_on:before, .box2-h4 .left .product1-h2 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
  .box2-h4 .left .product1-h2 .owl-carousel .owl-item.active:nth-child(2n) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1; }
  .box2-h4 .left .product1-h2 .owl-carousel .owl-item.active.last:nth-child(2n) {
    border-right: none; }
    [dir="rtl"] .box2-h4 .left .product1-h2 .owl-carousel .owl-item.active.last:nth-child(2n) {
      border-right: 1px solid #e1e1e1;
      border-left: none; }
  @media (min-width: 992px) {
    .box2-h4 .left .product1-h2 .owl-theme .owl-buttons div {
      top: -65px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box2-h4 .left .product1-h2 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box2-h4 .left .product1-h2 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box2-h4 .left .product1-h2 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme .owl-buttons .owl-prev {
        left: 70px;
        right: auto; }
    .box2-h4 .left .product1-h2 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h4 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h4 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: 70px;
        right: auto; } }
.box2-h4 .left .img2-h4 {
  position: relative;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .box2-h4 .left .img2-h4 .image_description {
      position: absolute;
      right: 200px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box2-h4 .left .img2-h4 .image_description {
        left: 200px;
        right: auto; } }
  @media (max-width: 767px) {
    .box2-h4 .left .img2-h4 .image_description {
      padding-top: 20px; } }
  .box2-h4 .left .img2-h4 .image_description h4 {
    color: #9a9a9b;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #9a9a9b;
    display: inline-block;
    margin-bottom: 10px; }
  .box2-h4 .left .img2-h4 .image_description h3 {
    color: #fff;
    font-size: 52px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .box2-h4 .left .img2-h4 .image_description h3 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .box2-h4 .left .img2-h4 .image_description h3 {
        color: #000;
        font-size: 26px; } }
  .box2-h4 .left .img2-h4 .image_description h5 {
    font-size: 22px;
    color: #9a9a9b;
    font-weight: 400; }
    .box2-h4 .left .img2-h4 .image_description h5 span {
      color: #ffba00; }
.box2-h4 .left .manufacturers_block {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .box2-h4 .left .manufacturers_block:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box2-h4 .left .manufacturers_block > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    text-align: left; }
    .rtl .box2-h4 .left .manufacturers_block > .title_block {
      padding: 33px 50px 20px 0; }
    .rtl .box2-h4 .left .manufacturers_block > .title_block {
      text-align: right; }
    @media (max-width: 480px) {
      .box2-h4 .left .manufacturers_block > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box2-h4 .left .manufacturers_block > .title_block {
          padding: 33px 20px 20px 0; } }
  .box2-h4 .left .manufacturers_block .left-block {
    padding: 15px 0; }
  .box2-h4 .left .manufacturers_block .block_content {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons div {
      top: -50px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons .owl-prev {
        left: 70px;
        right: auto; }
    .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h4 .left .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h4 .left .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h4 .left .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
        left: 70px;
        right: auto; } }
@media (max-width: 1199px) {
  .box2-h4 .right {
    display: none; } }
.box2-h4 .right .product2-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box2-h4 .right .product2-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box2-h4 .right .product2-h2 > .title_block {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
    .rtl .box2-h4 .right .product2-h2 > .title_block {
      padding: 35px 30px 20px 0; }
  .box2-h4 .right .product2-h2 .thumbnail-container {
    padding: 14px 0; }
    .box2-h4 .right .product2-h2 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
      color: #f2c118; }
.box2-h4 .right .blog1-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px 20px 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box2-h4 .right .blog1-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box2-h4 .right .blog1-h2 > .title_block {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
  .box2-h4 .right .blog1-h2.latest-blogs .blog-title a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    line-height: 20px; }
  .box2-h4 .right .blog1-h2.latest-blogs .blog-readmore {
    display: none; }
  .box2-h4 .right .blog1-h2.latest-blogs .blog-container {
    border-top: 1px solid #e1e1e1;
    padding: 20px 10px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .box2-h4 .right .blog1-h2.latest-blogs .blog-container:first-child {
      display: inline-block;
      margin-bottom: 23px; }
      .box2-h4 .right .blog1-h2.latest-blogs .blog-container:first-child .left-block {
        width: 100%; }
      .box2-h4 .right .blog1-h2.latest-blogs .blog-container:first-child .right-block {
        width: 100%;
        margin-left: 0px;
        text-align: left; }
        .rtl .box2-h4 .right .blog1-h2.latest-blogs .blog-container:first-child .right-block {
          margin-right: 0px;
          margin-left: inherit; }
  .box2-h4 .right .blog1-h2.latest-blogs .left-block {
    display: inline-block;
    width: 40%; }
  .box2-h4 .right .blog1-h2.latest-blogs .right-block {
    width: 60%;
    margin-left: 15px; }
    .rtl .box2-h4 .right .blog1-h2.latest-blogs .right-block {
      margin-right: 15px;
      margin-left: inherit; }
    .box2-h4 .right .blog1-h2.latest-blogs .right-block .date {
      color: #999999;
      font-size: 12px; }
  .box2-h4 .right .blog1-h2.latest-blogs .created {
    display: none; }
  .box2-h4 .right .blog1-h2.latest-blogs .blog-meta {
    display: inline-block;
    padding-bottom: 0;
    text-align: left; }
  .box2-h4 .right .blog1-h2.latest-blogs .box-inside-blog-meta {
    text-align: left; }

.box1-h5 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .box1-h5 .left {
      padding-bottom: 20px; } }
  .box1-h5 .left .ApImage {
    position: relative; }
  @media (min-width: 576px) {
    .box1-h5 .left .image_description {
      position: absolute;
      text-align: center;
      right: 115px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box1-h5 .left .image_description {
        left: 115px;
        right: auto; } }
  @media (max-width: 575px) {
    .box1-h5 .left .image_description {
      padding-top: 20px; } }
  .box1-h5 .left .image_description h4 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #666666;
    display: inline-block; }
  .box1-h5 .left .image_description h3 {
    color: #000;
    font-weight: 400;
    font-size: 37px; }
    @media (max-width: 1199px) {
      .box1-h5 .left .image_description h3 {
        font-size: 28px; } }
  .box1-h5 .left .image_description h5 {
    color: #895443;
    font-size: 22px;
    font-weight: 400; }
  .box1-h5 .right .ApImage {
    position: relative; }
  @media (min-width: 576px) {
    .box1-h5 .right .image_description {
      position: absolute;
      text-align: right;
      right: 90px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box1-h5 .right .image_description {
        text-align: left; }
      .rtl .box1-h5 .right .image_description {
        left: 90px;
        right: auto; } }
  @media (max-width: 575px) {
    .box1-h5 .right .image_description {
      padding-top: 20px; } }
  .box1-h5 .right .image_description h4 {
    font-weight: 400;
    font-size: 26px;
    color: #a8a7a8; }
    @media (max-width: 1199px) {
      .box1-h5 .right .image_description h4 {
        font-size: 25px; } }
  .box1-h5 .right .image_description h3 {
    color: #88bfae;
    font-weight: 400;
    font-size: 40px; }
    @media (max-width: 1199px) {
      .box1-h5 .right .image_description h3 {
        font-size: 28px; } }
  .box1-h5 .right .image_description h5 {
    color: #000;
    font-size: 14px;
    font-weight: 400; }

.box2-h5 .left .product1-h8 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box2-h5 .left .product1-h8 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box2-h5 .left .product1-h8 > .title_block {
      padding: 30px 50px 20px 0; }
    @media (max-width: 480px) {
      .box2-h5 .left .product1-h8 > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box2-h5 .left .product1-h8 > .title_block {
          padding: 33px 20px 20px 0; } }
    .box2-h5 .left .product1-h8 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box2-h5 .left .product1-h8 .block_content {
      padding: 20px 0 40px 0; } }
  .box2-h5 .left .product1-h8 .product-miniature:first-child .thumbnail-container {
    border-top: 1px solid transparent; }
  .box2-h5 .left .product1-h8 .thumbnail-container {
    padding: 15px 30px;
    margin: 0; }
    .box2-h5 .left .product1-h8 .thumbnail-container div.star.star_on:before, .box2-h5 .left .product1-h8 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
    .box2-h5 .left .product1-h8 .thumbnail-container .product-title a {
      font-weight: 400; }
    .box2-h5 .left .product1-h8 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
      color: #c4af94;
      font-weight: 600; }
    .box2-h5 .left .product1-h8 .thumbnail-container .product-meta .product-title {
      height: 40px; }
  .box2-h5 .left .product1-h8 .owl-row {
    margin: 0; }
  .box2-h5 .left .product1-h8 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 576px) {
      .box2-h5 .left .product1-h8 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box2-h5 .left .product1-h8 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box2-h5 .left .product1-h8 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box2-h5 .left .product1-h8 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  @media (min-width: 992px) {
    .box2-h5 .left .product1-h8 .owl-theme .owl-buttons div {
      top: -65px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box2-h5 .left .product1-h8 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box2-h5 .left .product1-h8 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box2-h5 .left .product1-h8 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme .owl-buttons .owl-prev {
        left: 70px;
        right: auto; }
    .box2-h5 .left .product1-h8 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h5 .left .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h5 .left .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
        left: 70px;
        right: auto; } }
.box2-h5 .left .img1-h5 {
  margin-top: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .box2-h5 .left .img1-h5 .image_description {
      position: absolute;
      text-align: center;
      right: 100px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box2-h5 .left .img1-h5 .image_description {
        left: 100px;
        right: auto; } }
  @media (max-width: 767px) {
    .box2-h5 .left .img1-h5 .image_description {
      padding-top: 20px; } }
  .box2-h5 .left .img1-h5 .image_description h4 {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 2px; }
  .box2-h5 .left .img1-h5 .image_description h3 {
    color: #000;
    font-weight: 400;
    font-size: 48px; }
    @media (max-width: 991px) {
      .box2-h5 .left .img1-h5 .image_description h3 {
        font-size: 35px; } }
  .box2-h5 .left .img1-h5 .image_description h5 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    max-width: 335px;
    margin: auto;
    padding-bottom: 20px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .box2-h5 .left .img1-h5 .image_description h5 {
        margin: inherit; } }
  .box2-h5 .left .img1-h5 .image_description a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: revert; }
    @media (max-width: 767px) {
      .box2-h5 .left .img1-h5 .image_description a {
        padding: 0px; } }
    .box2-h5 .left .img1-h5 .image_description a:hover {
      color: #c4af94; }
  .box2-h5 .left .img1-h5 .image_description i {
    margin-left: 5px; }
    .rtl .box2-h5 .left .img1-h5 .image_description i {
      margin-right: 5px;
      margin-left: inherit; }
.box2-h5 .left .img2-h5 {
  margin-top: 20px;
  position: relative; }
  @media (min-width: 576px) {
    .box2-h5 .left .img2-h5 .image_description {
      position: absolute;
      right: 200px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box2-h5 .left .img2-h5 .image_description {
        left: 200px;
        right: auto; } }
  @media (max-width: 575px) {
    .box2-h5 .left .img2-h5 .image_description {
      padding-top: 20px; } }
  .box2-h5 .left .img2-h5 .image_description h4 {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    display: inline-block;
    border-bottom: 1px solid #666; }
  .box2-h5 .left .img2-h5 .image_description h3 {
    color: #5a4031;
    font-weight: 400;
    font-size: 52px; }
    @media (max-width: 991px) {
      .box2-h5 .left .img2-h5 .image_description h3 {
        font-size: 35px; } }
  .box2-h5 .left .img2-h5 .image_description h5 {
    color: #9a9a9b;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px; }
    .box2-h5 .left .img2-h5 .image_description h5 span {
      color: #c46c05; }
.box2-h5 .left .product1-h2 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box2-h5 .left .product1-h2 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box2-h5 .left .product1-h2 > .title_block {
      padding: 30px 50px 20px 0; }
    .box2-h5 .left .product1-h2 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box2-h5 .left .product1-h2 .block_content {
      padding: 20px 0 45px 0; } }
  .box2-h5 .left .product1-h2 .thumbnail-container {
    padding: 0px 30px;
    margin: 0; }
    .box2-h5 .left .product1-h2 .thumbnail-container div.star.star_on:before, .box2-h5 .left .product1-h2 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
    .box2-h5 .left .product1-h2 .thumbnail-container .product-meta .product-price-and-shipping {
      color: #c4af94; }
  .box2-h5 .left .product1-h2 .owl-carousel .owl-item.active:nth-child(2n) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1; }
  .box2-h5 .left .product1-h2 .owl-carousel .owl-item.active.last:nth-child(2n) {
    border-right: none; }
    [dir="rtl"] .box2-h5 .left .product1-h2 .owl-carousel .owl-item.active.last:nth-child(2n) {
      border-right: 1px solid #e1e1e1;
      border-left: none; }
  @media (min-width: 992px) {
    .box2-h5 .left .product1-h2 .owl-theme .owl-buttons div {
      top: -65px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box2-h5 .left .product1-h2 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box2-h5 .left .product1-h2 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box2-h5 .left .product1-h2 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme .owl-buttons .owl-prev {
        left: 70px;
        right: auto; }
    .box2-h5 .left .product1-h2 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h5 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 35px; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: 35px;
        right: auto; }
    .box2-h5 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 70px; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box2-h5 .left .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: 70px;
        right: auto; } }
.box2-h5 .right {
  padding-top: 20px; }
  @media (max-width: 1199px) {
    .box2-h5 .right {
      display: none; } }
  .box2-h5 .right .product1-h5 {
    border: 2px solid #f53f52; }
    .box2-h5 .right .product1-h5 > .title_block {
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      background: #f53f52;
      margin: 0;
      padding: 20px 35px; }
    .box2-h5 .right .product1-h5 .thumbnail-container {
      padding: 20px 30px 20px 30px; }
      .box2-h5 .right .product1-h5 .thumbnail-container .wr-price-reviews {
        padding-bottom: 20px; }
      .box2-h5 .right .product1-h5 .thumbnail-container .product-meta .product-price-and-shipping {
        color: #f53f52; }
    @media (min-width: 992px) {
      .box2-h5 .right .product1-h5 .owl-theme .owl-buttons div {
        top: -50px;
        width: 40px;
        height: 40px;
        background: transparent;
        opacity: 1;
        box-shadow: none;
        transform: none;
        visibility: inherit; }
        .box2-h5 .right .product1-h5 .owl-theme .owl-buttons div:before {
          color: #a2a1a1;
          font-size: 23px;
          font-weight: 700; }
        .box2-h5 .right .product1-h5 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box2-h5 .right .product1-h5 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 70px; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme .owl-buttons .owl-prev {
          left: 70px;
          right: auto; }
      .box2-h5 .right .product1-h5 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 35px; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme .owl-buttons .owl-next {
          left: 35px;
          right: auto; }
      .box2-h5 .right .product1-h5 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 35px; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme:hover .owl-buttons .owl-next {
          left: 35px;
          right: auto; }
      .box2-h5 .right .product1-h5 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 70px; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product1-h5 .owl-theme:hover .owl-buttons .owl-prev {
          left: 70px;
          right: auto; } }
  .box2-h5 .right .img3-h5 {
    margin-top: 20px;
    position: relative; }
    .box2-h5 .right .img3-h5 .image_description {
      position: absolute;
      left: 40px;
      bottom: 10%; }
      .rtl .box2-h5 .right .img3-h5 .image_description {
        right: 40px;
        left: auto; }
      .box2-h5 .right .img3-h5 .image_description h4 {
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase; }
      .box2-h5 .right .img3-h5 .image_description h3 {
        color: #eaa623;
        font-weight: 400;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .box2-h5 .right .img3-h5 .image_description a {
        font-weight: 600;
        font-size: 12px;
        color: #333333;
        background: #fff;
        padding: 5px 10px; }
        .box2-h5 .right .img3-h5 .image_description a:hover {
          color: #c4af94; }
  .box2-h5 .right .img4-h5 {
    margin-top: 20px;
    position: relative; }
    .box2-h5 .right .img4-h5 .image_description {
      position: absolute;
      right: 50px;
      top: 40px;
      text-align: right; }
      .rtl .box2-h5 .right .img4-h5 .image_description {
        left: 50px;
        right: auto; }
      .rtl .box2-h5 .right .img4-h5 .image_description {
        text-align: left; }
      .box2-h5 .right .img4-h5 .image_description h4 {
        font-weight: 400;
        font-size: 18px;
        color: #afaead; }
      .box2-h5 .right .img4-h5 .image_description h3 {
        color: #3b5999;
        font-weight: 400;
        font-size: 46px;
        margin-bottom: 15px; }
      .box2-h5 .right .img4-h5 .image_description a {
        font-weight: 600;
        font-size: 14px;
        color: #000;
        display: inline-block;
        text-decoration: revert; }
        .box2-h5 .right .img4-h5 .image_description a:hover {
          color: #c4af94; }
  .box2-h5 .right .product2-h2 {
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 0 23px;
    position: relative; }
    @media (min-width: 1200px) {
      .box2-h5 .right .product2-h2:after {
        position: absolute;
        content: "";
        border-top: 1px solid #e1e1e1;
        top: 2px;
        width: 100%;
        overflow: hidden;
        box-sizing: content-box;
        left: 0; } }
    .box2-h5 .right .product2-h2 > .title_block {
      color: #333;
      font-weight: 600;
      font-size: 20px;
      position: relative;
      padding: 35px 0 20px 30px;
      margin: 0; }
      .rtl .box2-h5 .right .product2-h2 > .title_block {
        padding: 35px 30px 20px 0; }
    .box2-h5 .right .product2-h2 .thumbnail-container {
      padding: 16px 0; }
    @media (min-width: 992px) {
      .box2-h5 .right .product2-h2 .owl-theme .owl-buttons div {
        top: -50px;
        width: 40px;
        height: 40px;
        background: #fff;
        opacity: 1;
        box-shadow: none;
        transform: none;
        visibility: inherit; }
        .box2-h5 .right .product2-h2 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box2-h5 .right .product2-h2 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box2-h5 .right .product2-h2 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme .owl-buttons .owl-prev {
          left: 35px;
          right: auto; }
      .box2-h5 .right .product2-h2 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h5 .right .product2-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme:hover .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h5 .right .product2-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h5 .right .product2-h2 .owl-theme:hover .owl-buttons .owl-prev {
          left: 35px;
          right: auto; } }

.box1-h6 {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .box1-h6 .right {
      padding-top: 20px; } }
  .box1-h6 .right .img1-h6 {
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box1-h6 .right .img1-h6 {
        width: 50%;
        float: left;
        padding-right: 10px; }
        .rtl .box1-h6 .right .img1-h6 {
          padding-left: 10px;
          padding-right: inherit; } }
    .box1-h6 .right .img1-h6 .image_description {
      position: absolute;
      left: 45px;
      bottom: 45px; }
      .rtl .box1-h6 .right .img1-h6 .image_description {
        right: 45px;
        left: auto; }
      .box1-h6 .right .img1-h6 .image_description h4 {
        font-weight: 400;
        font-size: 12px;
        color: #f59661;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .box1-h6 .right .img1-h6 .image_description h3 {
        color: #fff;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .box1-h6 .right .img1-h6 .image_description a {
        font-weight: 600;
        font-size: 12px;
        color: #333333;
        background: #fff;
        padding: 5px 10px; }
        .box1-h6 .right .img1-h6 .image_description a:hover {
          color: #035ac9; }
  .box1-h6 .right .img2-h6 {
    position: relative; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box1-h6 .right .img2-h6 {
        width: 50%;
        float: left;
        padding-left: 10px; }
        .rtl .box1-h6 .right .img2-h6 {
          padding-right: 10px;
          padding-left: inherit; } }
    .box1-h6 .right .img2-h6 .image_description {
      position: absolute;
      right: 45px;
      top: 35px;
      text-align: right; }
      .rtl .box1-h6 .right .img2-h6 .image_description {
        left: 45px;
        right: auto; }
      .box1-h6 .right .img2-h6 .image_description h4 {
        font-weight: 400;
        font-size: 12px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .box1-h6 .right .img2-h6 .image_description h3 {
        color: #000;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .box1-h6 .right .img2-h6 .image_description h5 {
        text-transform: uppercase;
        font-weight: 400;
        color: #66b301;
        font-size: 24px; }
      .box1-h6 .right .img2-h6 .image_description a {
        font-weight: 600;
        font-size: 14px;
        color: #000;
        display: inline-block;
        text-decoration: revert; }
        .box1-h6 .right .img2-h6 .image_description a:hover {
          color: #035ac9; }

.box2-h6 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .box2-h6 .left {
      padding-bottom: 20px; } }
  .box2-h6 .left .ApImage {
    position: relative; }
    @media (min-width: 576px) {
      .box2-h6 .left .ApImage .image_description {
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%); }
        .rtl .box2-h6 .left .ApImage .image_description {
          right: 60px;
          left: auto; } }
    @media (max-width: 575px) {
      .box2-h6 .left .ApImage .image_description {
        padding-top: 20px; } }
    .box2-h6 .left .ApImage .image_description p {
      color: #999999;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 15px;
      display: inline-block;
      border-bottom: 1px solid #999; }
    .box2-h6 .left .ApImage .image_description h3 {
      font-weight: 400;
      color: #000;
      font-size: 37px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .box2-h6 .left .ApImage .image_description h3 {
          font-size: 23px; } }
  .box2-h6 .right .ApImage {
    position: relative; }
    @media (min-width: 576px) {
      .box2-h6 .right .ApImage .image_description {
        position: absolute;
        right: 75px;
        top: 50%;
        transform: translateY(-50%);
        text-align: right; }
        .rtl .box2-h6 .right .ApImage .image_description {
          left: 75px;
          right: auto; } }
    @media (max-width: 575px) {
      .box2-h6 .right .ApImage .image_description {
        padding-top: 20px; } }
    .box2-h6 .right .ApImage .image_description p {
      color: #000;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 15px;
      display: inline-block;
      border-bottom: 1px solid #000; }
    .box2-h6 .right .ApImage .image_description h3 {
      font-weight: 400;
      color: #000;
      font-size: 37px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .box2-h6 .right .ApImage .image_description h3 {
          font-size: 23px; } }

@media (max-width: 1199px) {
  .box3-h6 .left {
    display: none; } }
.box3-h6 .left .product2-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h6 .left .product2-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box3-h6 .left .product2-h2 > .title_block {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
    .rtl .box3-h6 .left .product2-h2 > .title_block {
      padding: 35px 30px 20px 0; }
  .box3-h6 .left .product2-h2 .leo-plist-style-11 .thumbnail-container {
    padding: 14px 0; }
    .box3-h6 .left .product2-h2 .leo-plist-style-11 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
      color: #f53f52;
      font-weight: 600; }
  .box3-h6 .left .product2-h2.top .leo-plist-style-11 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
    color: #035ac9; }
.box3-h6 .left .blog1-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px 20px 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h6 .left .blog1-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box3-h6 .left .blog1-h2 > .title_block {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
  .box3-h6 .left .blog1-h2.latest-blogs .blog-title a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    line-height: 20px; }
  .box3-h6 .left .blog1-h2.latest-blogs .blog-readmore {
    display: none; }
  .box3-h6 .left .blog1-h2.latest-blogs .blog-container {
    border-top: 1px solid #e1e1e1;
    padding: 20px 10px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .box3-h6 .left .blog1-h2.latest-blogs .left-block {
    display: inline-block;
    width: 35%; }
  .box3-h6 .left .blog1-h2.latest-blogs .right-block {
    width: 65%;
    margin-left: 15px; }
    .rtl .box3-h6 .left .blog1-h2.latest-blogs .right-block {
      margin-right: 15px;
      margin-left: inherit; }
    .box3-h6 .left .blog1-h2.latest-blogs .right-block .date {
      color: #999999;
      font-size: 12px; }
  .box3-h6 .left .blog1-h2.latest-blogs .created {
    display: none; }
  .box3-h6 .left .blog1-h2.latest-blogs .blog-meta {
    display: inline-block;
    padding-bottom: 0;
    text-align: left; }
  .box3-h6 .left .blog1-h2.latest-blogs .box-inside-blog-meta {
    text-align: left; }
.box3-h6 .right .product1-h8 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box3-h6 .right .product1-h8 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box3-h6 .right .product1-h8 > .title_block {
      padding: 30px 50px 20px 0; }
    @media (max-width: 480px) {
      .box3-h6 .right .product1-h8 > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box3-h6 .right .product1-h8 > .title_block {
          padding: 33px 20px 20px 0; } }
    .box3-h6 .right .product1-h8 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box3-h6 .right .product1-h8 .block_content {
      padding: 20px 0 40px 0; } }
  .box3-h6 .right .product1-h8 .product-miniature:first-child .thumbnail-container {
    border-top: 1px solid transparent; }
  .box3-h6 .right .product1-h8 .thumbnail-container {
    padding: 15px 30px;
    margin: 0; }
    .box3-h6 .right .product1-h8 .thumbnail-container div.star.star_on:before, .box3-h6 .right .product1-h8 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
    .box3-h6 .right .product1-h8 .thumbnail-container .product-title {
      height: 40px; }
      .box3-h6 .right .product1-h8 .thumbnail-container .product-title a {
        font-weight: 400; }
    .box3-h6 .right .product1-h8 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
      color: #035ac9;
      font-weight: 600; }
  .box3-h6 .right .product1-h8 .owl-row {
    margin: 0; }
  .box3-h6 .right .product1-h8 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 576px) {
      .box3-h6 .right .product1-h8 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box3-h6 .right .product1-h8 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box3-h6 .right .product1-h8 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box3-h6 .right .product1-h8 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  @media (min-width: 992px) {
    .box3-h6 .right .product1-h8 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box3-h6 .right .product1-h8 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h6 .right .product1-h8 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h6 .right .product1-h8 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h6 .right .product1-h8 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }
.box3-h6 .right .tap1-h4 {
  margin: 20px 0 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .box3-h6 .right .tap1-h4 {
      border: 1px solid #e1e1e1; } }
  @media (min-width: 1200px) {
    .box3-h6 .right .tap1-h4:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; } }
  .box3-h6 .right .tap1-h4.tabs-top .block_content {
    position: relative; }
    .box3-h6 .right .tap1-h4.tabs-top .block_content .nav-tabs {
      padding: 30px 0 20px 20px;
      border-bottom: 1px solid #e1e1e1; }
      .box3-h6 .right .tap1-h4.tabs-top .block_content .nav-tabs li {
        margin: 0 20px; }
        .box3-h6 .right .tap1-h4.tabs-top .block_content .nav-tabs li a {
          font-size: 24px;
          font-weight: 700;
          color: #000;
          text-transform: capitalize;
          border: none;
          padding: 0 20px;
          border-radius: 0;
          padding: 5px 6px; }
          @media (max-width: 767px) {
            .box3-h6 .right .tap1-h4.tabs-top .block_content .nav-tabs li a {
              padding: 0 9px; } }
          .box3-h6 .right .tap1-h4.tabs-top .block_content .nav-tabs li a.active {
            color: #fff;
            background: #f53f52; }
          .box3-h6 .right .tap1-h4.tabs-top .block_content .nav-tabs li a:hover {
            color: #a4677b; }
  .box3-h6 .right .tap1-h4 .owl-row {
    margin: 0; }
  .box3-h6 .right .tap1-h4 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 576px) {
      .box3-h6 .right .tap1-h4 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box3-h6 .right .tap1-h4 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box3-h6 .right .tap1-h4 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box3-h6 .right .tap1-h4 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  .box3-h6 .right .tap1-h4 .thumbnail-container {
    padding: 0px 30px;
    margin: 0; }
    .box3-h6 .right .tap1-h4 .thumbnail-container .product-meta .product-price-and-shipping {
      color: #f53f52; }
  .box3-h6 .right .tap1-h4 .products_block > .block_content {
    padding: 20px 0 40px 0; }
  @media (min-width: 992px) {
    .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }
.box3-h6 .right .img3-h6 {
  position: relative;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .box3-h6 .right .img3-h6 .image_description {
      position: absolute;
      left: 120px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box3-h6 .right .img3-h6 .image_description {
        right: 120px;
        left: auto; } }
  @media (max-width: 767px) {
    .box3-h6 .right .img3-h6 .image_description {
      padding-top: 20px; } }
  .box3-h6 .right .img3-h6 .image_description h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media (max-width: 767px) {
      .box3-h6 .right .img3-h6 .image_description h4 {
        color: #000; } }
  .box3-h6 .right .img3-h6 .image_description h3 {
    font-weight: 400;
    color: #ff5e00;
    font-size: 48px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .box3-h6 .right .img3-h6 .image_description h3 {
        font-size: 25px; } }
  .box3-h6 .right .img3-h6 .image_description h5 {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 30px 0;
    font-weight: 400; }
    .box3-h6 .right .img3-h6 .image_description h5 span {
      font-weight: 600; }
    @media (max-width: 767px) {
      .box3-h6 .right .img3-h6 .image_description h5 {
        color: #000; } }
  .box3-h6 .right .img3-h6 .image_description a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-decoration: revert; }
    .box3-h6 .right .img3-h6 .image_description a:hover {
      color: #035ac9; }
    .box3-h6 .right .img3-h6 .image_description a i {
      margin-left: 5px; }
      .rtl .box3-h6 .right .img3-h6 .image_description a i {
        margin-right: 5px;
        margin-left: inherit; }
    @media (max-width: 767px) {
      .box3-h6 .right .img3-h6 .image_description a {
        color: #000; } }
.box3-h6 .right .product1-h2 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box3-h6 .right .product1-h2 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box3-h6 .right .product1-h2 > .title_block {
      padding: 30px 50px 20px 0; }
    @media (max-width: 480px) {
      .box3-h6 .right .product1-h2 > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box3-h6 .right .product1-h2 > .title_block {
          padding: 33px 20px 20px 0; } }
    .box3-h6 .right .product1-h2 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box3-h6 .right .product1-h2 .block_content {
      padding: 20px 0 40px 0; } }
  .box3-h6 .right .product1-h2 .thumbnail-container {
    padding: 0px 30px;
    margin: 0; }
    .box3-h6 .right .product1-h2 .thumbnail-container div.star.star_on:before, .box3-h6 .right .product1-h2 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
    .box3-h6 .right .product1-h2 .thumbnail-container .product-meta .product-price-and-shipping {
      color: #035ac9; }
  .box3-h6 .right .product1-h2 .owl-carousel .owl-item.active:nth-child(2n) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1; }
  .box3-h6 .right .product1-h2 .owl-carousel .owl-item.active.last:nth-child(2n) {
    border-right: none; }
    [dir="rtl"] .box3-h6 .right .product1-h2 .owl-carousel .owl-item.active.last:nth-child(2n) {
      border-right: 1px solid #e1e1e1;
      border-left: none; }
  @media (min-width: 992px) {
    .box3-h6 .right .product1-h2 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none; }
      .box3-h6 .right .product1-h2 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h6 .right .product1-h2 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h6 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h6 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }
.box3-h6 .right .img4-h6 {
  position: relative;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .box3-h6 .right .img4-h6 .image_description {
      position: absolute;
      left: 120px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box3-h6 .right .img4-h6 .image_description {
        right: 120px;
        left: auto; } }
  @media (max-width: 767px) {
    .box3-h6 .right .img4-h6 .image_description {
      padding-top: 20px; } }
  .box3-h6 .right .img4-h6 .image_description h4 {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #999;
    display: inline-block; }
  .box3-h6 .right .img4-h6 .image_description h3 {
    font-weight: 400;
    color: #000;
    font-size: 52px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .box3-h6 .right .img4-h6 .image_description h3 {
        font-size: 32px; } }
    @media (max-width: 575px) {
      .box3-h6 .right .img4-h6 .image_description h3 {
        font-size: 23px; } }
  .box3-h6 .right .img4-h6 .image_description h5 {
    font-size: 22px;
    color: #000;
    font-weight: 400; }
    .box3-h6 .right .img4-h6 .image_description h5 span {
      font-weight: 600;
      color: #0fe028; }
.box3-h6 .right .manufacturers_block {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h6 .right .manufacturers_block:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box3-h6 .right .manufacturers_block > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    text-align: left; }
    .rtl .box3-h6 .right .manufacturers_block > .title_block {
      padding: 33px 50px 20px 0; }
    .rtl .box3-h6 .right .manufacturers_block > .title_block {
      text-align: right; }
    @media (max-width: 480px) {
      .box3-h6 .right .manufacturers_block > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box3-h6 .right .manufacturers_block > .title_block {
          padding: 33px 20px 20px 0; } }
  .box3-h6 .right .manufacturers_block .left-block {
    padding: 15px 0; }
  .box3-h6 .right .manufacturers_block .block_content {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons div {
      top: -50px;
      width: 40px;
      height: 40px;
      background: #fff;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h6 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h6 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }

@media (min-width: 992px) {
  .box1-h7 {
    margin: 0; } }
@media (min-width: 992px) {
  .box1-h7 .left {
    padding: 0; } }
@media (min-width: 992px) {
  .box1-h7 .center, .box1-h7 .right {
    padding: 0; } }
.box1-h7 .center .ApBlockLink, .box1-h7 .right .ApBlockLink {
  padding: 0 15px; }
  .box1-h7 .center .ApBlockLink .title_block, .box1-h7 .right .ApBlockLink .title_block {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0 20px 0;
    margin: 0; }
  .box1-h7 .center .ApBlockLink ul, .box1-h7 .right .ApBlockLink ul {
    margin-bottom: 0;
    padding-bottom: 26px; }
    .box1-h7 .center .ApBlockLink ul li a, .box1-h7 .right .ApBlockLink ul li a {
      color: #999999;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px; }
      .box1-h7 .center .ApBlockLink ul li a:hover, .box1-h7 .right .ApBlockLink ul li a:hover {
        color: #e963a4; }
.box1-h7 .center .ApBlockLink:nth-child(2n-1) {
  background: #f6f6f6; }
@media (min-width: 1501px) {
  .box1-h7 .right {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .rtl .box1-h7 .right {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; } }
.box1-h7 .right .ApBlockLink:nth-child(2n) {
  background: #f6f6f6; }

.box2-h7 {
  padding-top: 20px; }
  .box2-h7 .left .product1-h7 {
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%; }
    .box2-h7 .left .product1-h7 > .title_block {
      font-weight: 700;
      font-size: 24px;
      color: #333;
      padding: 33px 0 20px 50px;
      border-bottom: 1px solid #e1e1e1;
      margin: 0; }
      .rtl .box2-h7 .left .product1-h7 > .title_block {
        padding: 33px 50px 20px 0; }
      @media (max-width: 480px) {
        .box2-h7 .left .product1-h7 > .title_block {
          padding: 33px 0 20px 20px;
          font-size: 21px; }
          .rtl .box2-h7 .left .product1-h7 > .title_block {
            padding: 33px 20px 20px 0; } }
      .box2-h7 .left .product1-h7 > .title_block:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 2px;
        left: 0;
        background: #e1e1e1; }
    .box2-h7 .left .product1-h7 .block_content {
      padding: 20px 30px 20px 30px; }
    .box2-h7 .left .product1-h7 .thumbnail-container {
      margin: 0;
      padding: 0 15px 20px 15px; }
      .box2-h7 .left .product1-h7 .thumbnail-container .product-meta .product-price-and-shipping {
        color: #e963a4; }
      .box2-h7 .left .product1-h7 .thumbnail-container .product-meta .product-title {
        height: 40px; }
    .box2-h7 .left .product1-h7 .owl-row {
      margin: 0; }
    .box2-h7 .left .product1-h7 .owl-carousel .owl-item {
      padding: 0; }
      @media (min-width: 481px) {
        .box2-h7 .left .product1-h7 .owl-carousel .owl-item {
          border-right: 1px solid #e1e1e1; }
          .rtl .box2-h7 .left .product1-h7 .owl-carousel .owl-item {
            border-left: 1px solid #e1e1e1;
            border-right: inherit; } }
      .box2-h7 .left .product1-h7 .owl-carousel .owl-item.last {
        border-right: 1px solid transparent; }
        .rtl .box2-h7 .left .product1-h7 .owl-carousel .owl-item.last {
          border-left: 1px solid transparent;
          border-right: inherit; }
      .box2-h7 .left .product1-h7 .owl-carousel .owl-item .item > .product-miniature:first-child .thumbnail-container:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0px;
        right: 0;
        border-bottom: 1px #e1e1e1 solid;
        transition: all 0.4s ease 0s; }
      .box2-h7 .left .product1-h7 .owl-carousel .owl-item .item > .product-miniature:last-child .thumbnail-container {
        padding: 15px 15px 0 15px; }
    @media (min-width: 992px) {
      .box2-h7 .left .product1-h7 .owl-theme .owl-buttons div {
        top: -80px;
        width: 40px;
        height: 40px;
        background: transparent;
        opacity: 1;
        box-shadow: none;
        transform: none;
        visibility: inherit; }
        .box2-h7 .left .product1-h7 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box2-h7 .left .product1-h7 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box2-h7 .left .product1-h7 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme .owl-buttons .owl-prev {
          left: 35px;
          right: auto; }
      .box2-h7 .left .product1-h7 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .left .product1-h7 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme:hover .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .left .product1-h7 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product1-h7 .owl-theme:hover .owl-buttons .owl-prev {
          left: 35px;
          right: auto; } }
  .box2-h7 .left .product2-h7 {
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%; }
    .box2-h7 .left .product2-h7 > .title_block {
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      padding: 33px 0 20px 50px;
      border-bottom: 1px solid #e1e1e1;
      margin: 0;
      background: #f53f52; }
      .rtl .box2-h7 .left .product2-h7 > .title_block {
        padding: 33px 50px 20px 0; }
      @media (max-width: 480px) {
        .box2-h7 .left .product2-h7 > .title_block {
          padding: 33px 0 20px 20px;
          font-size: 21px; }
          .rtl .box2-h7 .left .product2-h7 > .title_block {
            padding: 33px 20px 20px 0; } }
      .box2-h7 .left .product2-h7 > .title_block:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 2px;
        left: 0;
        background: #e1e1e1; }
    .box2-h7 .left .product2-h7 .block_content {
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
      .box2-h7 .left .product2-h7 .block_content .owl-row {
        margin: 0; }
    .box2-h7 .left .product2-h7 .thumbnail-container {
      margin: 0;
      padding: 0 15px; }
      .box2-h7 .left .product2-h7 .thumbnail-container .product-meta {
        padding: 0; }
    .box2-h7 .left .product2-h7 .owl-row {
      margin: 0; }
    .box2-h7 .left .product2-h7 .owl-carousel .owl-item {
      padding: 0; }
      @media (min-width: 576px) {
        .box2-h7 .left .product2-h7 .owl-carousel .owl-item {
          border-right: 1px solid #e1e1e1; }
          .rtl .box2-h7 .left .product2-h7 .owl-carousel .owl-item {
            border-left: 1px solid #e1e1e1;
            border-right: inherit; } }
      .box2-h7 .left .product2-h7 .owl-carousel .owl-item.last {
        border-right: 1px solid transparent; }
        .rtl .box2-h7 .left .product2-h7 .owl-carousel .owl-item.last {
          border-left: 1px solid transparent;
          border-right: inherit; }
    @media (min-width: 992px) {
      .box2-h7 .left .product2-h7 .owl-theme .owl-buttons div {
        top: -70px;
        width: 40px;
        height: 40px;
        background: transparent;
        opacity: 1;
        box-shadow: none;
        transform: none;
        visibility: inherit; }
        .box2-h7 .left .product2-h7 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box2-h7 .left .product2-h7 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box2-h7 .left .product2-h7 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme .owl-buttons .owl-prev {
          left: 35px;
          right: auto; }
      .box2-h7 .left .product2-h7 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .left .product2-h7 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme:hover .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .left .product2-h7 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product2-h7 .owl-theme:hover .owl-buttons .owl-prev {
          left: 35px;
          right: auto; } }
  .box2-h7 .left .product3-h7 {
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%; }
    .box2-h7 .left .product3-h7 > .title_block {
      font-weight: 700;
      font-size: 24px;
      color: #333;
      padding: 33px 0 20px 50px;
      border-bottom: 1px solid #e1e1e1;
      margin: 0; }
      .rtl .box2-h7 .left .product3-h7 > .title_block {
        padding: 33px 50px 20px 0; }
      @media (max-width: 480px) {
        .box2-h7 .left .product3-h7 > .title_block {
          padding: 33px 0 20px 20px;
          font-size: 21px; }
          .rtl .box2-h7 .left .product3-h7 > .title_block {
            padding: 33px 20px 20px 0; } }
      .box2-h7 .left .product3-h7 > .title_block:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 2px;
        left: 0;
        background: #e1e1e1; }
    @media (min-width: 576px) {
      .box2-h7 .left .product3-h7 .owl-item.first {
        border-right: 1px solid #e1e1e1; }
        .rtl .box2-h7 .left .product3-h7 .owl-item.first {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box2-h7 .left .product3-h7 .block_content {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 575px) {
        .box2-h7 .left .product3-h7 .block_content {
          padding-bottom: 0px; } }
    .box2-h7 .left .product3-h7 .owl-row {
      margin: 0; }
    .box2-h7 .left .product3-h7 .thumbnail-container {
      padding: 15px 15px 0 15px; }
      .box2-h7 .left .product3-h7 .thumbnail-container .product-meta {
        padding-left: 15px; }
        .rtl .box2-h7 .left .product3-h7 .thumbnail-container .product-meta {
          padding-right: 15px;
          padding-left: inherit; }
        .box2-h7 .left .product3-h7 .thumbnail-container .product-meta .product-price-and-shipping {
          font-size: 14px;
          font-weight: 600;
          color: #e963a4; }
    .box2-h7 .left .product3-h7 .owl-carousel .owl-item {
      padding: 0; }
      @media (min-width: 576px) {
        .box2-h7 .left .product3-h7 .owl-carousel .owl-item .item > .product-miniature:first-child .thumbnail-container:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          bottom: 0;
          left: 0px;
          right: 0;
          border-bottom: 1px #e1e1e1 solid;
          transition: all 0.4s ease 0s;
          z-index: 9; } }
      @media (min-width: 768px) {
        .box2-h7 .left .product3-h7 .owl-carousel .owl-item.last .product-flags {
          left: 20px; }
          .rtl .box2-h7 .left .product3-h7 .owl-carousel .owl-item.last .product-flags {
            right: 20px;
            left: auto; } }
    @media (min-width: 992px) {
      .box2-h7 .left .product3-h7 .owl-theme .owl-buttons div {
        top: -80px;
        width: 40px;
        height: 40px;
        background: transparent;
        opacity: 1;
        box-shadow: none;
        transform: none;
        visibility: inherit; }
        .box2-h7 .left .product3-h7 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box2-h7 .left .product3-h7 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box2-h7 .left .product3-h7 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme .owl-buttons .owl-prev {
          left: 35px;
          right: auto; }
      .box2-h7 .left .product3-h7 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .left .product3-h7 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme:hover .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .left .product3-h7 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .left .product3-h7 .owl-theme:hover .owl-buttons .owl-prev {
          left: 35px;
          right: auto; } }
  .box2-h7 .left .countdow1-h7 {
    position: absolute;
    top: 40px;
    left: 200px;
    width: max-content; }
    .rtl .box2-h7 .left .countdow1-h7 {
      right: 200px;
      left: auto; }
    @media (max-width: 575px) {
      .box2-h7 .left .countdow1-h7 {
        left: 150px; }
        .rtl .box2-h7 .left .countdow1-h7 {
          right: 150px;
          left: auto; } }
    .box2-h7 .left .countdow1-h7 ul li {
      float: left;
      color: #fff;
      font-size: 18px;
      position: relative;
      padding-right: 13px; }
      .rtl .box2-h7 .left .countdow1-h7 ul li {
        padding-left: 13px;
        padding-right: inherit; }
      .box2-h7 .left .countdow1-h7 ul li b {
        font-weight: 400; }
      .box2-h7 .left .countdow1-h7 ul li span {
        display: none; }
      .box2-h7 .left .countdow1-h7 ul li:after {
        content: ":";
        position: absolute;
        right: 6px; }
        .rtl .box2-h7 .left .countdow1-h7 ul li:after {
          left: 6px;
          right: auto; }
      .box2-h7 .left .countdow1-h7 ul li:last-child:after {
        content: ""; }
  @media (max-width: 1199px) {
    .box2-h7 .right {
      display: none; } }
  .box2-h7 .right .top {
    position: relative;
    padding-bottom: 20px; }
    .box2-h7 .right .top .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      right: 40px; }
      .rtl .box2-h7 .right .top .image_description {
        text-align: left; }
      .rtl .box2-h7 .right .top .image_description {
        left: 40px;
        right: auto; }
      .box2-h7 .right .top .image_description h3 {
        font-size: 36px;
        color: #f9b524;
        font-weight: 400; }
      .box2-h7 .right .top .image_description h4 {
        font-size: 14px;
        color: #505050;
        padding-bottom: 20px;
        font-weight: 400; }
      .box2-h7 .right .top .image_description a {
        color: #000;
        font-weight: 600;
        font-size: 14px;
        border-bottom: 1px solid #000; }
        .box2-h7 .right .top .image_description a:hover {
          letter-spacing: 2px; }
  .box2-h7 .right .center1 {
    position: relative;
    padding-bottom: 20px; }
    .box2-h7 .right .center1 .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      right: 40px; }
      .rtl .box2-h7 .right .center1 .image_description {
        text-align: left; }
      .rtl .box2-h7 .right .center1 .image_description {
        left: 40px;
        right: auto; }
      .box2-h7 .right .center1 .image_description h3 {
        font-size: 16px;
        color: #6a6a6a;
        border-bottom: 2px solid #6a6a6a;
        display: inline-block; }
      .box2-h7 .right .center1 .image_description h4 {
        font-size: 37px;
        color: #fff;
        padding-bottom: 20px;
        font-weight: 400; }
      .box2-h7 .right .center1 .image_description h5 {
        font-size: 22px;
        color: #9a9a9b;
        font-weight: 400; }
        .box2-h7 .right .center1 .image_description h5 span {
          color: #ffba00; }
  .box2-h7 .right .center2 {
    position: relative;
    padding-bottom: 20px; }
    .box2-h7 .right .center2 .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      right: 40px; }
      .rtl .box2-h7 .right .center2 .image_description {
        text-align: left; }
      .rtl .box2-h7 .right .center2 .image_description {
        left: 40px;
        right: auto; }
      .box2-h7 .right .center2 .image_description h3 {
        font-size: 18px;
        color: #afaead;
        font-weight: 400; }
      .box2-h7 .right .center2 .image_description h4 {
        font-size: 30px;
        color: #d97b7b;
        text-transform: uppercase;
        font-weight: 400; }
      .box2-h7 .right .center2 .image_description h5 {
        font-size: 30px;
        color: #333333;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-weight: 400; }
      .box2-h7 .right .center2 .image_description a {
        color: #000;
        font-weight: 600;
        font-size: 14px;
        border-bottom: 1px solid #000; }
        .box2-h7 .right .center2 .image_description a:hover {
          letter-spacing: 2px; }
  .box2-h7 .right .bottom {
    position: relative; }
    .box2-h7 .right .bottom .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      right: 40px; }
      .rtl .box2-h7 .right .bottom .image_description {
        text-align: left; }
      .rtl .box2-h7 .right .bottom .image_description {
        left: 40px;
        right: auto; }
      .box2-h7 .right .bottom .image_description h3 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .box2-h7 .right .bottom .image_description h4 {
        font-size: 30px;
        color: #fff;
        font-weight: 400; }
        .box2-h7 .right .bottom .image_description h4 span {
          font-weight: 600; }
      .box2-h7 .right .bottom .image_description h5 {
        font-size: 14px;
        color: #fff;
        padding-bottom: 20px;
        font-weight: 400;
        max-width: 220px;
        line-height: 20px; }
      .box2-h7 .right .bottom .image_description a {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border-bottom: 1px solid #fff; }
        .box2-h7 .right .bottom .image_description a:hover {
          letter-spacing: 2px; }
  .box2-h7 .right .blog1-h2 {
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 7px 23px 37px 23px;
    position: relative; }
    @media (min-width: 1200px) {
      .box2-h7 .right .blog1-h2:after {
        position: absolute;
        content: "";
        border-top: 1px solid #e1e1e1;
        top: 2px;
        width: 100%;
        overflow: hidden;
        box-sizing: content-box;
        left: 0; } }
    .box2-h7 .right .blog1-h2 > .title_block {
      color: #333;
      font-weight: 600;
      font-size: 20px;
      position: relative;
      padding: 35px 0 20px 30px;
      margin: 0; }
    .box2-h7 .right .blog1-h2.latest-blogs .blog-title a {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      text-transform: none;
      line-height: 20px; }
      @media (min-width: 992px) {
        .box2-h7 .right .blog1-h2.latest-blogs .blog-title a {
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box; } }
    .box2-h7 .right .blog1-h2.latest-blogs .blog-readmore {
      display: none; }
    .box2-h7 .right .blog1-h2.latest-blogs .blog-container {
      border-top: 1px solid #e1e1e1;
      padding: 20px 10px 0 10px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .box2-h7 .right .blog1-h2.latest-blogs .blog-desc {
      font-size: 14px;
      color: #999;
      text-align: left;
      font-weight: 400; }
      .rtl .box2-h7 .right .blog1-h2.latest-blogs .blog-desc {
        text-align: right; }
      @media (min-width: 992px) {
        .box2-h7 .right .blog1-h2.latest-blogs .blog-desc {
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box; } }
    .box2-h7 .right .blog1-h2.latest-blogs .left-block {
      display: inline-block;
      width: 50%; }
    .box2-h7 .right .blog1-h2.latest-blogs .right-block {
      width: 50%;
      margin-left: 15px; }
      .rtl .box2-h7 .right .blog1-h2.latest-blogs .right-block {
        margin-right: 15px;
        margin-left: inherit; }
      .box2-h7 .right .blog1-h2.latest-blogs .right-block .date {
        color: #999999;
        font-size: 12px; }
    .box2-h7 .right .blog1-h2.latest-blogs .created {
      display: none; }
    .box2-h7 .right .blog1-h2.latest-blogs .blog-meta {
      display: inline-block;
      padding-bottom: 0;
      text-align: left; }
    .box2-h7 .right .blog1-h2.latest-blogs .box-inside-blog-meta {
      text-align: left; }
    @media (min-width: 992px) {
      .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons div {
        top: -50px;
        width: 40px;
        height: 40px;
        background: transparent;
        opacity: 1;
        box-shadow: none;
        transform: none;
        visibility: inherit; }
        .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700; }
        .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons div:hover:before {
          color: #000; }
      .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons .owl-prev {
          left: 35px;
          right: auto; }
      .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .right .blog1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: 0px; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme:hover .owl-buttons .owl-next {
          left: 0px;
          right: auto; }
      .box2-h7 .right .blog1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: auto;
        right: 35px; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme:hover .owl-buttons .owl-prev {
          right: auto;
          left: auto; }
        .rtl .box2-h7 .right .blog1-h2 .owl-theme:hover .owl-buttons .owl-prev {
          left: 35px;
          right: auto; } }

.box2-h8 {
  padding-top: 20px; }
  @media (max-width: 1199px) {
    .box2-h8 .left {
      display: none; } }
  @media (max-width: 767px) {
    .box2-h8 .right {
      padding-top: 20px; } }
  .box2-h8 .right .top {
    padding-bottom: 20px;
    position: relative; }
    .box2-h8 .right .top .image_description {
      position: absolute;
      text-align: center;
      right: 0;
      left: 0;
      top: 10%; }
      .box2-h8 .right .top .image_description h4 {
        color: #666;
        font-weight: 400;
        font-size: 14px; }
      .box2-h8 .right .top .image_description h3 {
        font-size: 30px;
        font-weight: 400;
        color: #227e8f;
        margin: 13px 0; }
      .box2-h8 .right .top .image_description a {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        display: inline-block;
        text-decoration: revert; }
        .box2-h8 .right .top .image_description a:hover {
          color: #f53f52; }
  .box2-h8 .right .bottom {
    padding-bottom: 20px;
    position: relative; }
    .box2-h8 .right .bottom .image_description {
      position: absolute;
      text-align: left;
      left: 10%;
      top: 18%; }
      .rtl .box2-h8 .right .bottom .image_description {
        text-align: right; }
      .rtl .box2-h8 .right .bottom .image_description {
        right: 10%;
        left: auto; }
      .box2-h8 .right .bottom .image_description h4 {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase; }
      .box2-h8 .right .bottom .image_description h3 {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px; }
      .box2-h8 .right .bottom .image_description a {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        background: #fff;
        padding: 3px 7px; }
        .box2-h8 .right .bottom .image_description a:hover {
          color: #f53f52; }

@media (min-width: 1200px) {
  .box3-h8 .left {
    margin-top: -110px; } }
@media (max-width: 1199px) {
  .box3-h8 .left {
    display: none; } }
.box3-h8 .left .product2-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h8 .left .product2-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box3-h8 .left .product2-h2.top .leo-plist-style-11 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
    color: #035ac9; }
  .box3-h8 .left .product2-h2 > .title_block {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
    .rtl .box3-h8 .left .product2-h2 > .title_block {
      padding: 35px 30px 20px 0; }
  .box3-h8 .left .product2-h2 .leo-plist-style-11 .thumbnail-container {
    padding: 23.5px 0 10px 0; }
    .box3-h8 .left .product2-h2 .leo-plist-style-11 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
      color: #f53f52;
      font-weight: 600; }
.box3-h8 .left .blog1-h2 {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 23px 20px 23px;
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h8 .left .blog1-h2:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box3-h8 .left .blog1-h2 > .title_block {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 35px 0 20px 30px;
    margin: 0; }
  .box3-h8 .left .blog1-h2.latest-blogs .blog-title a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    line-height: 20px; }
  .box3-h8 .left .blog1-h2.latest-blogs .blog-readmore {
    display: none; }
  .box3-h8 .left .blog1-h2.latest-blogs .blog-container {
    border-top: 1px solid #e1e1e1;
    padding: 20px 10px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .box3-h8 .left .blog1-h2.latest-blogs .left-block {
    display: inline-block;
    width: 31%; }
  .box3-h8 .left .blog1-h2.latest-blogs .right-block {
    width: 69%;
    margin-left: 15px; }
    .rtl .box3-h8 .left .blog1-h2.latest-blogs .right-block {
      margin-right: 15px;
      margin-left: inherit; }
    .box3-h8 .left .blog1-h2.latest-blogs .right-block .date {
      color: #999999;
      font-size: 12px; }
  .box3-h8 .left .blog1-h2.latest-blogs .created {
    display: none; }
  .box3-h8 .left .blog1-h2.latest-blogs .blog-meta {
    display: inline-block;
    padding-bottom: 0;
    text-align: left; }
  .box3-h8 .left .blog1-h2.latest-blogs .box-inside-blog-meta {
    text-align: left; }
@media (min-width: 768px) {
  .box3-h8 .right .img1-h8, .box3-h8 .right .img2-h8 {
    width: 50%;
    float: left;
    display: inline-block; } }
.box3-h8 .right .img1-h8 {
  position: relative; }
  @media (min-width: 768px) {
    .box3-h8 .right .img1-h8 {
      padding-right: 10px; }
      .rtl .box3-h8 .right .img1-h8 {
        padding-left: 10px;
        padding-right: inherit; } }
  .box3-h8 .right .img1-h8 .image_description {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 50px; }
    .rtl .box3-h8 .right .img1-h8 .image_description {
      left: 50px;
      right: auto; }
    .box3-h8 .right .img1-h8 .image_description h4 {
      color: #333;
      font-weight: 400;
      font-size: 24px; }
    .box3-h8 .right .img1-h8 .image_description h3 {
      font-size: 46px;
      color: #333;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: 400; }
      @media (max-width: 991px) {
        .box3-h8 .right .img1-h8 .image_description h3 {
          font-size: 30px; } }
    .box3-h8 .right .img1-h8 .image_description a {
      font-size: 14px;
      color: #333;
      font-weight: 600;
      display: inline-block;
      text-decoration: revert; }
      .box3-h8 .right .img1-h8 .image_description a:hover {
        color: #f53f52; }
.box3-h8 .right .img2-h8 {
  position: relative; }
  @media (min-width: 768px) {
    .box3-h8 .right .img2-h8 {
      padding-left: 10px; }
      .rtl .box3-h8 .right .img2-h8 {
        padding-right: 10px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box3-h8 .right .img2-h8 {
      padding-top: 20px; } }
  .box3-h8 .right .img2-h8 .image_description {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 50px; }
    .rtl .box3-h8 .right .img2-h8 .image_description {
      left: 50px;
      right: auto; }
    .box3-h8 .right .img2-h8 .image_description h4 {
      color: #333;
      font-weight: 400;
      font-size: 24px; }
    .box3-h8 .right .img2-h8 .image_description h3 {
      font-size: 46px;
      color: #333;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: 400; }
      @media (max-width: 991px) {
        .box3-h8 .right .img2-h8 .image_description h3 {
          font-size: 30px; } }
    .box3-h8 .right .img2-h8 .image_description a {
      font-size: 14px;
      color: #333;
      font-weight: 600;
      display: inline-block;
      text-decoration: revert; }
      .box3-h8 .right .img2-h8 .image_description a:hover {
        color: #f53f52; }
.box3-h8 .right .tap1-h4 {
  margin: 20px 0 0 0;
  position: relative;
  padding-top: 20px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .box3-h8 .right .tap1-h4 {
      border: 1px solid #e1e1e1; } }
  @media (min-width: 1200px) {
    .box3-h8 .right .tap1-h4:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; } }
  .box3-h8 .right .tap1-h4.tabs-top > .block_content {
    position: relative; }
    .box3-h8 .right .tap1-h4.tabs-top > .block_content .nav-tabs {
      padding: 30px 0 20px 20px;
      border-bottom: 1px solid #e1e1e1; }
      .box3-h8 .right .tap1-h4.tabs-top > .block_content .nav-tabs li {
        margin: 0 20px; }
        .box3-h8 .right .tap1-h4.tabs-top > .block_content .nav-tabs li a {
          font-size: 24px;
          font-weight: 700;
          color: #000;
          text-transform: capitalize;
          border: none;
          padding: 0 20px;
          border-radius: 0;
          padding: 5px 6px; }
          @media (max-width: 767px) {
            .box3-h8 .right .tap1-h4.tabs-top > .block_content .nav-tabs li a {
              padding: 0 9px; } }
          .box3-h8 .right .tap1-h4.tabs-top > .block_content .nav-tabs li a.active {
            color: #fff;
            background: #f53f52; }
          .box3-h8 .right .tap1-h4.tabs-top > .block_content .nav-tabs li a:hover {
            color: #a4677b; }
  .box3-h8 .right .tap1-h4 .products_block .block_content {
    padding: 20px 0 50px 0; }
  .box3-h8 .right .tap1-h4 .thumbnail-container {
    margin: 0;
    padding: 0 30px; }
    .box3-h8 .right .tap1-h4 .thumbnail-container .product-meta .product-price-and-shipping {
      color: #f53f52; }
  .box3-h8 .right .tap1-h4 .owl-row {
    margin: 0; }
  .box3-h8 .right .tap1-h4 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 992px) {
      .box3-h8 .right .tap1-h4 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box3-h8 .right .tap1-h4 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box3-h8 .right .tap1-h4 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box3-h8 .right .tap1-h4 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  @media (min-width: 992px) {
    .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: transparent;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .tap1-h4 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }
.box3-h8 .right .img3-h8 {
  position: relative;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .box3-h8 .right .img3-h8 .image_description {
      position: absolute;
      text-align: center;
      top: 54%;
      transform: translateY(-50%);
      right: 95px; }
      .rtl .box3-h8 .right .img3-h8 .image_description {
        left: 95px;
        right: auto; } }
  @media (max-width: 767px) {
    .box3-h8 .right .img3-h8 .image_description {
      padding-top: 20px; } }
  .box3-h8 .right .img3-h8 .image_description h4 {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0; }
  .box3-h8 .right .img3-h8 .image_description h3 {
    font-size: 48px;
    color: #035ac9;
    font-weight: 400; }
    @media (max-width: 991px) {
      .box3-h8 .right .img3-h8 .image_description h3 {
        font-size: 30px; } }
  .box3-h8 .right .img3-h8 .image_description h5 {
    color: #787881;
    font-weight: 400;
    font-size: 14px;
    max-width: 333px;
    margin: auto;
    line-height: 20px;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .box3-h8 .right .img3-h8 .image_description h5 {
        margin: 0; } }
  .box3-h8 .right .img3-h8 .image_description a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #f53f52;
    padding: 3px 19px; }
    .box3-h8 .right .img3-h8 .image_description a i {
      margin-left: 5px; }
      .rtl .box3-h8 .right .img3-h8 .image_description a i {
        margin-right: 5px;
        margin-left: inherit; }
    .box3-h8 .right .img3-h8 .image_description a:hover {
      color: #000; }
.box3-h8 .right .product1-h8 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box3-h8 .right .product1-h8 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box3-h8 .right .product1-h8 > .title_block {
      padding: 30px 50px 20px 0; }
    @media (max-width: 480px) {
      .box3-h8 .right .product1-h8 > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box3-h8 .right .product1-h8 > .title_block {
          padding: 33px 20px 20px 0; } }
    .box3-h8 .right .product1-h8 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box3-h8 .right .product1-h8 .block_content {
      padding: 20px 0 40px 0; } }
  .box3-h8 .right .product1-h8 .product-miniature:first-child .thumbnail-container {
    border-top: 1px solid transparent; }
  .box3-h8 .right .product1-h8 .thumbnail-container {
    padding: 15px 30px;
    margin: 0; }
    .box3-h8 .right .product1-h8 .thumbnail-container div.star.star_on:before, .box3-h8 .right .product1-h8 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
    .box3-h8 .right .product1-h8 .thumbnail-container .product-title a {
      font-weight: 400; }
    .box3-h8 .right .product1-h8 .thumbnail-container .product-meta .wr-price-reviews .product-price-and-shipping {
      color: #f53f52;
      font-weight: 600; }
    .box3-h8 .right .product1-h8 .thumbnail-container .product-meta .product-title {
      height: 40px; }
  .box3-h8 .right .product1-h8 .owl-row {
    margin: 0; }
  .box3-h8 .right .product1-h8 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 576px) {
      .box3-h8 .right .product1-h8 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box3-h8 .right .product1-h8 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box3-h8 .right .product1-h8 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box3-h8 .right .product1-h8 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  @media (min-width: 992px) {
    .box3-h8 .right .product1-h8 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: transparent;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box3-h8 .right .product1-h8 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h8 .right .product1-h8 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h8 .right .product1-h8 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h8 .right .product1-h8 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h8 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }
.box3-h8 .right .product1-h2 {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .box3-h8 .right .product1-h2 > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 30px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
    .rtl .box3-h8 .right .product1-h2 > .title_block {
      padding: 30px 50px 20px 0; }
    @media (max-width: 480px) {
      .box3-h8 .right .product1-h2 > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box3-h8 .right .product1-h2 > .title_block {
          padding: 33px 20px 20px 0; } }
    .box3-h8 .right .product1-h2 > .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 2px;
      left: 0;
      background: #e1e1e1; }
  @media (min-width: 992px) {
    .box3-h8 .right .product1-h2 .block_content {
      padding: 20px 0 40px 0; } }
  .box3-h8 .right .product1-h2 .thumbnail-container {
    padding: 0px 30px;
    margin: 0; }
    .box3-h8 .right .product1-h2 .thumbnail-container div.star.star_on:before, .box3-h8 .right .product1-h2 .thumbnail-container div.star.star_hover:before {
      color: #ffce61; }
  .box3-h8 .right .product1-h2 .owl-carousel .owl-item {
    padding: 0; }
    @media (min-width: 992px) {
      .box3-h8 .right .product1-h2 .owl-carousel .owl-item {
        border-right: 1px solid #e1e1e1; }
        .rtl .box3-h8 .right .product1-h2 .owl-carousel .owl-item {
          border-left: 1px solid #e1e1e1;
          border-right: inherit; } }
    .box3-h8 .right .product1-h2 .owl-carousel .owl-item.last {
      border-right: 1px solid transparent; }
      .rtl .box3-h8 .right .product1-h2 .owl-carousel .owl-item.last {
        border-left: 1px solid transparent;
        border-right: inherit; }
  @media (min-width: 992px) {
    .box3-h8 .right .product1-h2 .owl-theme .owl-buttons div {
      top: -70px;
      width: 40px;
      height: 40px;
      background: transparent;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box3-h8 .right .product1-h2 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h8 .right .product1-h2 .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h8 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h8 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .product1-h2 .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }
.box3-h8 .right .manufacturers_block {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .box3-h8 .right .manufacturers_block:after {
      position: absolute;
      content: "";
      border-top: 1px solid #e1e1e1;
      top: 2px;
      width: 100%;
      overflow: hidden;
      box-sizing: content-box;
      left: 0; } }
  .box3-h8 .right .manufacturers_block > .title_block {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 33px 0 20px 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    text-align: left; }
    .rtl .box3-h8 .right .manufacturers_block > .title_block {
      padding: 33px 50px 20px 0; }
    .rtl .box3-h8 .right .manufacturers_block > .title_block {
      text-align: right; }
    @media (max-width: 480px) {
      .box3-h8 .right .manufacturers_block > .title_block {
        padding: 33px 0 20px 20px;
        font-size: 21px; }
        .rtl .box3-h8 .right .manufacturers_block > .title_block {
          padding: 33px 20px 20px 0; } }
  .box3-h8 .right .manufacturers_block .left-block {
    padding: 15px 0; }
  .box3-h8 .right .manufacturers_block .block_content {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons div {
      top: -50px;
      width: 40px;
      height: 40px;
      background: transparent;
      opacity: 1;
      box-shadow: none;
      transform: none;
      visibility: inherit; }
      .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons div:hover:before {
        color: #000; }
    .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons .owl-prev {
        left: 60px;
        right: auto; }
    .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 25px; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-next {
        left: 25px;
        right: auto; }
    .box3-h8 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 60px; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box3-h8 .right .manufacturers_block .owl-theme:hover .owl-buttons .owl-prev {
        left: 60px;
        right: auto; } }

/*# sourceMappingURL=styles.css.map */
