/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/*mixin custom */
/*default search */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
#index #content-wrapper .ApRow .block {
  margin-bottom: 30px; }
.ApRow .title_block {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Conv_CodecPro-ExtraBold";
  letter-spacing: -1px;
  padding-left: 30px; }
  .rtl .ApRow .title_block {
    padding-right: 30px;
    padding-left: inherit; }
  .small-title .ApRow .title_block {
    font-size: 40px;
    font-family: "Conv_CodecPro-Bold";
    font-weight: 500; }
  #index #content-wrapper .ApRow .title_block {
    margin: 0 0 20px; }
  #index #content-wrapper .title-left .ApRow .title_block {
    text-align: left;
    text-transform: inherit; }
.ApRow .sub-title-widget {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "Conv_CodecPro-Bold"; }

.title-center.ApRow .title_block {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  font-family: "Conv_CodecPro-ExtraBold"; }
  @media (max-width: 575px) {
    .title-center.ApRow .title_block {
      font-size: 24px; } }

.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;
    background-size: cover; }
    .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; }
@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 {
    color: green; }
    .alert.alert-success:before {
      content: "\f00c"; }
    .alert.alert-success ul {
      margin-bottom: 0px; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #E56D6D; }
    .alert.alert-warning:before {
      content: "\f071"; }
    .alert.alert-warning ul {
      margin-bottom: 0px; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
    .alert.alert-info ul {
      margin-bottom: 0px; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #E56D6D; }
    .alert.alert-danger:before {
      content: "\f00d"; }
    .alert.alert-danger ul {
      margin-bottom: 0px; }

/* 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 #E6E6E6; }
  .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: #E6E6E6;
        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 #E6E6E6 #E6E6E6 #E6E6E6; }

.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 #E6E6E6; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #E6E6E6;
    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 #E6E6E6 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a,
  .tabs-left .nav-tabs .active > a:hover,
  .tabs-left .nav-tabs .active > a:focus {
    border-color: #E6E6E6 transparent #E6E6E6 #E6E6E6;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #E6E6E6; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #E6E6E6;
    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 #E6E6E6; }
  .tabs-right .nav-tabs .active > a,
  .tabs-right .nav-tabs .active a:hover,
  .tabs-right .nav-tabs .active a:focus {
    border-color: #E6E6E6 #E6E6E6 #E6E6E6 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #444444; }
  .widget-tabs li.active {
    border: 1px solid #E57C41; }
    .widget-tabs li.active a {
      color: #E57C41; }

.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: #E57C41;
    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 #E6E6E6;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent; }
  .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); }

/**
* 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 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .box-show-more a {
    clear: both;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #000000; }
    .box-show-more a:hover {
      color: #E57C41;
      border: 1px solid #E57C41; }
      .box-show-more a:hover::after {
        color: #E57C41;
        padding-left: 15px;
        transition: all 0.3s ease-in; }
        .rtl .box-show-more a:hover::after {
          padding-right: 15px;
          padding-left: inherit; }
    .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 a::after {
      content: '\279C';
      padding-left: 5px;
      transition: all 0.3s ease-in; }
      .rtl .box-show-more a::after {
        padding-right: 5px;
        padding-left: inherit; }
  .box-show-more.open a {
    display: block;
    background-color: transparent; }

/**
* 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 #E6E6E6; }
  .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 #E6E6E6;
  -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 #E57C41;
    -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
*/
/**
* Slide home1
*/
.button-slide {
  padding: 20px 30px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Conv_CodecPro-Bold";
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  text-transform: none !important; }
  .button-slide::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button-slide::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button-slide::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button-slide:hover {
    background-color: #E57C41;
    color: #FFFFFF; }
    .button-slide:hover::before {
      color: #FFFFFF;
      transition: all 0.3s ease-in; }

.button1-slide {
  padding: 20px 30px;
  background-color: #E57C41;
  color: #FFFFFF;
  font-family: "Conv_CodecPro-Bold";
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  text-transform: none !important; }
  .button1-slide::before {
    content: '\f178';
    font-size: 15px;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button1-slide::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button1-slide::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button1-slide:hover {
    background-color: #999999; }
    .button1-slide:hover .caption-contain {
      color: #FFFFFF; }
    .button1-slide:hover::before {
      color: #FFFFFF;
      transition: all 0.3s ease-in; }

/**
* End slide home1
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  transition: all .4s; }
  .manufacturers_block img:hover {
    opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50); }

/*
  Widget Category Image
*/
.widget-category_image {
  background-color: #FFFFFF;
  border-radius: 4px; }
  @media (max-width: 768px) {
    .category-block-h2 .widget-category_image {
      margin-bottom: 70px !important; } }
  .widget-category_image li {
    position: relative; }
    .widget-category_image li a {
      display: block; }
  .widget-category_image .cate_content {
    border: 1px solid #E6E6E6;
    display: block;
    border-radius: 4px; }
    .widget-category_image .cate_content:hover label {
      color: #3276b1;
      cursor: pointer; }
    .widget-category_image .cate_content img {
      width: 100%; }
  .widget-category_image .view_all {
    display: none; }
  .widget-category_image ul {
    margin-bottom: 0; }
  .widget-category_image .cover-img {
    display: block;
    text-align: center; }
  .widget-category_image .wr-text {
    color: #999999;
    text-align: center;
    padding: 20px 10px 25px;
    display: block; }
    .position-left .widget-category_image .wr-text {
      min-width: 200px;
      width: auto;
      bottom: 50px;
      left: 50px;
      right: auto; }
    .widget-category_image .wr-text .cate-name {
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      color: #000000;
      font-family: "Conv_CodecPro-Bold"; }
      @media (max-width: 991px) and (min-width: 768px) {
        .widget-category_image .wr-text .cate-name {
          font-size: 14px; } }
    .widget-category_image .wr-text .leo-qty {
      display: block;
      width: 100%;
      color: #999999;
      background-color: #FFFFFF; }
  .widget-category_image:hover .wr-text .cate-name {
    color: #E57C41; }

.category-block-h2 {
  margin-bottom: 40px; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0; }
  .latest-blogs .blog-container {
    position: relative; }
  .latest-blogs .right-block {
    text-align: left;
    padding: 16px 0px 0px; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative; }
    .latest-blogs .blog-image-container img {
      transition: all 0.5s ease-in-out;
      object-fit: cover; }
    .latest-blogs .blog-image-container:hover a img {
      -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);
      transition: all 0.5s ease-in-out; }
  .latest-blogs .blog-title {
    margin-bottom: 15px; }
    .latest-blogs .blog-title a {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .latest-blogs .blog-title a:hover {
        color: #E57C41; }
  .latest-blogs .cat a {
    font-size: 14px; }
  .latest-blogs .blog-desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 15px;
    margin-bottom: 20px; }
  .latest-blogs .blog-viewall .btn {
    background: #111;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 20px;
    border: 0; }
    .latest-blogs .blog-viewall .btn:hover {
      background: #E57C41; }
  @media (max-width: 991px) {
    .latest-blogs .direction {
      margin-left: -27px;
      left: 50%;
      top: -60px;
      width: 55px; }
      .rtl .latest-blogs .direction {
        margin-right: -27px;
        margin-left: inherit; }
      .rtl .latest-blogs .direction {
        right: 50%;
        left: auto; }
      .latest-blogs .direction .icon-prev,
      .latest-blogs .direction .icon-next {
        margin-left: -15px; }
        .rtl .latest-blogs .direction .icon-prev, .rtl
        .latest-blogs .direction .icon-next {
          margin-right: -15px;
          margin-left: inherit; } }
  .latest-blogs .carousel-control {
    top: 45px; }
    @media (min-width: 1070px) {
      .latest-blogs .carousel-control {
        top: 32px; } }
    .latest-blogs .carousel-control .icon-prev,
    .latest-blogs .carousel-control .icon-next {
      background: #111;
      width: 25px;
      height: 25px;
      line-height: 25px; }
      .latest-blogs .carousel-control .icon-prev:before,
      .latest-blogs .carousel-control .icon-next:before {
        color: #fff; }
      .latest-blogs .carousel-control .icon-prev:hover,
      .latest-blogs .carousel-control .icon-next:hover {
        background: #E57C41; }
  .latest-blogs .blog-meta {
    font-size: 12px;
    color: #999999;
    margin-bottom: 15px; }
    .latest-blogs .blog-meta > span {
      margin-right: 5px;
      text-transform: uppercase; }
      .rtl .latest-blogs .blog-meta > span {
        margin-left: 5px;
        margin-right: inherit; }
      .latest-blogs .blog-meta > span i {
        color: #E57C41; }
    .latest-blogs .blog-meta .cat {
      color: #999999; }
      .latest-blogs .blog-meta .cat .icon-list {
        display: none; }
      .latest-blogs .blog-meta .cat a {
        top: 12px;
        left: 12px;
        color: #E57C41;
        border-radius: 5px;
        font-size: 12px;
        line-height: 20px; }
        .rtl .latest-blogs .blog-meta .cat a {
          right: 12px;
          left: auto; }
    .latest-blogs .blog-meta .author .icon-author {
      padding-right: 5px;
      color: #999999; }
      .rtl .latest-blogs .blog-meta .author .icon-author {
        padding-left: 5px;
        padding-right: inherit; }
    .latest-blogs .blog-meta .date {
      text-transform: uppercase;
      color: #999999; }
  .latest-blogs .date_author {
    font-size: 12px;
    cursor: pointer; }
    .latest-blogs .date_author .author {
      margin-left: 10px; }
      .rtl .latest-blogs .date_author .author {
        margin-right: 10px;
        margin-left: inherit; }
  .latest-blogs .read-more a {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    transition: 0.3s ease-in; }
    .latest-blogs .read-more a::before {
      content: '\f178';
      font-size: 15px;
      font-weight: bold !important;
      padding-right: 7px !important;
      padding-left: inherit !important;
      transition: all 0.3s ease-in;
      font-family: "Font Awesome 5 Pro";
      color: #E57C41; }
      .rtl .latest-blogs .read-more a::before {
        padding-left: 7px !important;
        padding-right: inherit; }
      .rtl .latest-blogs .read-more a::before {
        padding-right: inherit !important;
        padding-left: inherit; }
    .latest-blogs .read-more a:hover {
      color: #E57C41;
      transition: 0.3s ease-in; }
      .latest-blogs .read-more a:hover::after {
        color: #E57C41;
        transition: all 0.3s ease-in; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0; }
  .instagram-block .owl-item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%; }
    .instagram-block .owl-item a:before {
      content: "\f16d";
      font-family: "FontAwesome";
      font-size: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      text-align: center;
      z-index: 2;
      color: #fff;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -ms-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .instagram-block .owl-item a:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2);
      content: "";
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -ms-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      z-index: 1; }
    .instagram-block .owl-item a:hover:before {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .instagram-block .owl-item a:hover:after {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    .instagram-block .owl-item a img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
.instagram-block .link-instagram {
  margin: 0;
  display: none; }
.instagram-block .owl-controls .owl-pagination {
  text-align: center;
  margin-top: 20px; }

/* ApCountdown block widget */
.ApCountdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .ApCountdown ul {
    margin-bottom: 0;
    display: flex;
    font-family: "Conv_CodecPro-ExtraBold"; }
    .ApCountdown ul li {
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 3px 7px;
      color: #CB1E25; }
      .ApCountdown ul li::after {
        content: ":";
        color: #CB1E25;
        font-size: 20px;
        position: absolute;
        right: -5%;
        top: 50%;
        transform: translateY(-50%); }
        .rtl .ApCountdown ul li::after {
          left: -5%;
          right: auto; }
      .ApCountdown ul li:last-child {
        margin-right: 0px; }
        .rtl .ApCountdown ul li:last-child {
          margin-left: 0px;
          margin-right: inherit; }
      .ApCountdown ul li b {
        font-size: 24px;
        line-height: 28px;
        font-family: "Conv_CodecPro-Bold";
        letter-spacing: -1px; }
      .ApCountdown ul li span {
        display: block;
        line-height: 26px;
        font-weight: 400;
        font-size: 11px;
        text-transform: uppercase;
        display: none; }
        @media (max-width: 480px) {
          .ApCountdown ul li span {
            font-size: 10px; } }
      .ApCountdown ul li:last-child:after {
        display: none; }
  .ApCountdown p {
    margin-bottom: 0;
    font-size: 16px;
    color: #111; }

/*Image block widget */
.ApImage {
  position: relative;
  overflow: hidden;
  transition: 0.7s all; }
  .ApImage img {
    transition: 0.7s all;
    position: relative;
    overflow: hidden; }
  .ApImage:hover img {
    transform: scale(1.35);
    transition: 0.7s all; }
  .ApImage .image_description {
    position: absolute; }
  .ApImage img {
    max-width: 100%; }
  .ApImage > a:before, .ApImage > a:after {
    position: absolute;
    content: "";
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -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;
    z-index: 99; }
  .ApImage > a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1); }
  .ApImage > a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  .ApImage:hover > a:before, .ApImage:hover > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  .ApImage:hover > a img {
    -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);
    -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; }
  .ApImage .price-banner {
    font-family: "Conv_CodecPro-ExtraBold";
    font-weight: 400;
    font-size: 24px;
    color: #000; }
    .ApImage .price-banner.old-price-banner {
      color: #E57C41;
      text-decoration: line-through;
      margin-left: 10px; }
      .rtl .ApImage .price-banner.old-price-banner {
        margin-right: 10px;
        margin-left: inherit; }
  .ApImage .disc_banner {
    font-weight: 400;
    font-family: "Conv_CodecPro-ExtraBold";
    font-size: 14px; }
    .ApImage .disc_banner span {
      padding: 3px 10px;
      display: inline-block;
      border-radius: 4px; }
    .ApImage .disc_banner.color_bgyellow span {
      background: #f7c162;
      color: #000000; }
    .ApImage .disc_banner.color-lred span {
      color: #FFFFFF;
      background: #ff5740; }
  .box-banner .ApImage .color-red-orange {
    color: #ffd2ba;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Conv_CodecPro-ExtraBold"; }
  .ApImage h2 {
    font-size: 74px;
    color: #fff;
    font-weight: 400;
    font-family: "Conv_CodecPro-ExtraBold"; }
    @media (max-width: 980px) {
      .ApImage h2 {
        font-size: 45px; } }
  .ApImage h3 {
    font-size: 50px;
    font-weight: 400;
    font-family: "Conv_CodecPro-ExtraBold";
    color: #FFFFFF; }
    @media (max-width: 980px) {
      .ApImage h3 {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .ApImage h3 {
        font-size: 27px; } }
    @media (max-width: 479px) {
      .ApImage h3 {
        font-size: 16px; } }
    .font-h36 .ApImage h3 {
      font-size: 36px; }
      @media (max-width: 980px) and (min-width: 768px) {
        .font-h36 .ApImage h3 {
          font-size: 30px; } }
      @media (max-width: 479px) {
        .font-h36 .ApImage h3 {
          font-size: 20px; } }
    .ApImage h3.black {
      color: #555555; }
      .ApImage h3.black strong {
        color: #000; }
    .ApImage h3.slightly-orange {
      color: #bc9971; }
    .ApImage h3.regal-blue strong {
      color: #0f3b55; }
  .ApImage .white {
    color: #fff; }
  .ApImage .btn {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    border: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px; }
    @media (min-width: 990px) {
      .ApImage .btn {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .ApImage .btn {
        padding: 8px 10px; } }
  .ApImage .btn-b3 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: #000; }
    .ApImage .btn-b3.slightly-orange {
      color: #bc9971; }
    .ApImage .btn-b3:hover {
      color: #E57C41; }
  .box-banner .ApImage p {
    color: #FFFFFF; }
    @media (max-width: 768px) {
      .box-banner .ApImage p {
        margin-bottom: 5px; } }
    @media (max-width: 479px) {
      .box-banner .ApImage p {
        font-size: 13px; } }
    @media (max-width: 768px) {
      .mobile-padding-small .box-banner .ApImage p {
        margin-bottom: 8px; } }
  .ApImage p span.red {
    color: #ef3636; }
  .left-100 .ApImage .image_description {
    left: 100px; }
    .rtl .left-100 .ApImage .image_description {
      right: 100px;
      left: auto; }
    .left-100 .ApImage .image_description.not-rtl-text .left-100 .ApImage .image_description {
      left: 100px !important;
      right: inherit !important; }
    @media (max-width: 768px) {
      .left-100 .ApImage .image_description {
        left: 50px; }
        .rtl .left-100 .ApImage .image_description {
          right: 50px;
          left: auto; }
        .left-100 .ApImage .image_description.not-rtl-text .left-100 .ApImage .image_description {
          left: 70px !important;
          right: inherit !important; } }
  .left-50 .ApImage .image_description {
    left: 50px; }
    .rtl .left-50 .ApImage .image_description {
      right: 50px;
      left: auto; }
  .right-50 .ApImage .image_description {
    right: 50px; }
    .rtl .right-50 .ApImage .image_description {
      left: 50px;
      right: auto; }
  .box-banner .ApImage .image_description {
    position: absolute;
    font-family: "Conv_CodecPro-ExtraBold";
    font-size: 0.875em;
    z-index: 99; }
  .text-center .ApImage .image_description {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1200px) and (min-width: 992px) {
      .text-center .ApImage .image_description {
        left: 60%; } }
  .text-center-top .ApImage .image_description {
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ApImage.right-50 .image_description {
    right: 50px; }
    .rtl .ApImage.right-50 .image_description {
      left: 50px;
      right: auto; }
    .not-rtl-text .ApImage.right-50 .image_description {
      right: 70px !important;
      left: inherit !important; }
  .grey-text .ApImage p {
    color: #969696; }
  .ApImage.left-50 .image_description {
    left: 50px; }
    .rtl .ApImage.left-50 .image_description {
      right: 50px;
      left: auto; }
    .not-rtl-text .ApImage.left-50 .image_description {
      left: 50px !important;
      right: inherit !important; }

.not-rtl-text.left-100 .ApImage .image_description {
  left: 100px !important;
  right: inherit !important; }
  @media (max-width: 768px) {
    .not-rtl-text.left-100 .ApImage .image_description {
      left: 50px !important;
      right: inherit !important; } }

.btn-outline,
.btn,
.btn-primary {
  padding: 20px 30px;
  background-color: #999999;
  color: #FFFFFF;
  font-weight: 800;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px; }
  .btn-outline:hover,
  .btn:hover,
  .btn-primary:hover {
    background-color: #E57C41;
    text-decoration: none;
    color: #FFFFFF; }

/*load more */
.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; }

/* List product size */
.product-attr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  min-height: 20px; }
  .product-attr li a {
    margin-bottom: 5px;
    display: block; }
  .product-attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product-attr li:not(:last-child) {
  margin-right: 5px; }
  .rtl .product-attr li:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit; }

.faq-box-top {
  margin-bottom: 60px; }

@media (min-width: 1200px) {
  .faq-box-top .ApColumn:nth-child(1),
  .faq-box-bot .ApColumn:nth-child(1) {
    padding-right: 80px; }
    .rtl .faq-box-top .ApColumn:nth-child(1), .rtl
    .faq-box-bot .ApColumn:nth-child(1) {
      padding-left: 80px;
      padding-right: inherit; } }
.faq-box-top .ApColumn .block,
.faq-box-bot .ApColumn .block {
  margin-bottom: 0; }

.img-faq {
  position: relative; }
  .img-faq .image_description {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 250px; }
    .img-faq .image_description h2 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      margin-bottom: 20px; }
    .img-faq .image_description p {
      line-height: 24px;
      margin-bottom: 20px; }
    .img-faq .image_description a {
      font-size: 12px;
      line-height: 30px;
      padding: 9px 47px;
      background-color: #f58948;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      color: #FFFFFF; }

.faq-question-headings {
  padding-bottom: 30px; }
  .faq-question-headings img {
    float: left; }
    .rtl .faq-question-headings img {
      float: right; }
  .faq-question-headings .content {
    display: inline-block;
    padding-left: 25px; }
    .rtl .faq-question-headings .content {
      padding-right: 25px;
      padding-left: inherit; }
    .faq-question-headings .content span {
      font-size: 12px;
      font-weight: 600;
      display: inline-block;
      font-family: "Conv_CodecPro-Regular", sans-serif;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .faq-question-headings .content h3 {
      font-size: 36px;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .faq-question-headings .content h3 {
          font-size: 26px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .faq-question-headings .content h3 {
          font-size: 20px;
          line-height: 26px; } }

.wr-question {
  border-top: 1px solid #E6E6E6;
  text-align: left; }
  .rtl .wr-question {
    text-align: right; }
  .wr-question:last-child {
    border-bottom: 1px solid #E6E6E6; }
  .wr-question .question-title {
    padding: 15px 0; }
    .wr-question .question-title h5 {
      margin-bottom: 0; }
    .wr-question .question-title a {
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      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: 575px) {
        .wr-question .question-title a {
          font-size: 14px; } }
      .wr-question .question-title a:before {
        content: '\f056';
        font-family: "FontAwesome";
        font-size: 25px;
        padding-right: 30px;
        vertical-align: -3px;
        color: #E57C41;
        float: left; }
        .rtl .wr-question .question-title a:before {
          padding-left: 30px;
          padding-right: inherit; }
        .rtl .wr-question .question-title a:before {
          float: right; }
        @media (max-width: 767px) {
          .wr-question .question-title a:before {
            padding-right: 10px; }
            .rtl .wr-question .question-title a:before {
              padding-left: 10px;
              padding-right: inherit; } }
      .wr-question .question-title a.collapsed:before {
        content: '\f055';
        color: #b3bdd1; }
  .wr-question .question-content {
    padding: 0px 40px 50px 60px;
    line-height: 30px; }
    .rtl .wr-question .question-content {
      padding: 0px 60px 50px 40px; }
    @media (max-width: 767px) {
      .wr-question .question-content {
        padding: 0px 40px 30px 35px;
        line-height: 24px; }
        .rtl .wr-question .question-content {
          padding: 0px 35px 30px 40px; } }

.text_uppercase {
  text-transform: uppercase; }
  .text_uppercase.bold-600 {
    font-weight: bold;
    line-height: 34px; }

.color_red {
  color: #E57C41; }

.no-p-margin p {
  margin-bottom: 0; }

a.button-slide:hover {
  color: #E57C41 !important; }

.col-info {
  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: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  max-height: 25px !important; }
  @media (max-width: 992px) {
    .col-info {
      justify-content: flex-end;
      max-height: 30px !important; } }
  .col-info i:hover {
    color: #E57C41; }
  .col-info > div i {
    color: #FFFFFF;
    font-size: 18px; }
  .col-info > div:not(:first-child) {
    padding-left: 25px !important;
    padding-right: 0 !important; }
    .rtl .col-info > div:not(:first-child) {
      padding-right: 25px !important;
      padding-left: inherit; }
    .rtl .col-info > div:not(:first-child) {
      padding-left: 0 !important;
      padding-right: inherit; }
  .col-info .wislish-button .ap-btn-wishlist,
  .col-info .blockcart .header a {
    color: #333333;
    position: relative;
    display: inline-block; }
    .col-info .wislish-button .ap-btn-wishlist:hover,
    .col-info .blockcart .header a:hover {
      color: #E57C41; }
  .col-info .wislish-button i {
    position: relative; }
  .col-info .wislish-button span {
    position: absolute; }
  .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading {
    position: relative; }
    .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.cart-products-count {
      left: 23px;
      position: absolute; }
      .rtl .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.cart-products-count {
        right: 23px;
        left: auto; }
    .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.value {
      display: none; }

@media (max-width: 992px) {
  .col-menu {
    display: flex; } }
/*top discount */
.bottomnav p {
  font-size: 14px; }
.bottomnav .ApCountdown {
  text-align: center; }
  @media (min-width: 768px) {
    .bottomnav .ApCountdown {
      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; } }
  .bottomnav .ApCountdown li {
    font-weight: 600;
    border: 2px solid #515151;
    border-radius: 5px;
    padding: 5px;
    margin-left: 20px;
    min-width: 50px; }
    .rtl .bottomnav .ApCountdown li {
      margin-right: 20px;
      margin-left: inherit; }
    @media (max-width: 400px) {
      .bottomnav .ApCountdown li {
        margin-left: 10px; }
        .rtl .bottomnav .ApCountdown li {
          margin-right: 10px;
          margin-left: inherit; } }
    .bottomnav .ApCountdown li:after {
      right: -15px; }
      .rtl .bottomnav .ApCountdown li:after {
        left: -15px;
        right: auto; }
      @media (max-width: 400px) {
        .bottomnav .ApCountdown li:after {
          right: -9px; }
          .rtl .bottomnav .ApCountdown li:after {
            left: -9px;
            right: auto; } }
    .bottomnav .ApCountdown li span,
    .bottomnav .ApCountdown li b {
      display: inline-block; }
  .bottomnav .ApCountdown p {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  .bottomnav .ApCountdown b {
    font-size: 20px; }
    @media (max-width: 576px) {
      .bottomnav .ApCountdown b {
        font-size: 15px; } }
  .bottomnav .ApCountdown span {
    text-transform: capitalize;
    font-size: 14px;
    color: #E57C41;
    font-weight: 600; }
@media (max-width: 767px) {
  .bottomnav .ApHtml {
    text-align: center; } }
.bottomnav .header-link ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .bottomnav .header-link ul {
      -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; } }
  .bottomnav .header-link ul li {
    padding: 0px 10px; }
    .bottomnav .header-link ul li a {
      position: relative; }
      .bottomnav .header-link ul li a::after {
        content: '.';
        position: absolute;
        bottom: 20%;
        padding-left: 10px; }
        .rtl .bottomnav .header-link ul li a::after {
          padding-right: 10px;
          padding-left: inherit; }
    .bottomnav .header-link ul li:last-child {
      padding-right: 0px; }
      .rtl .bottomnav .header-link ul li:last-child {
        padding-left: 0px;
        padding-right: inherit; }
      .bottomnav .header-link ul li:last-child a::after {
        content: none; }

.learn_more a {
  padding: 5px 10px;
  border: 1px solid #E57C41;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  border-radius: 5px; }
  .learn_more a:hover {
    color: #E57C41; }

@media (min-width: 991px) and (max-width: 1700px) {
  .block_contact_top {
    margin-top: -10px; } }
.block_contact_top .block_content {
  margin-top: 7px;
  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;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  @media (min-width: 993px) {
    .block_contact_top .block_content:before {
      content: "";
      position: absolute;
      border-right: 1px solid #e6e6e6;
      right: 10px;
      height: 90%; }
      .rtl .block_contact_top .block_content:before {
        border-left: 1px solid #e6e6e6;
        border-right: inherit; }
      .rtl .block_contact_top .block_content:before {
        left: 10px;
        right: auto; } }
  @media (min-width: 1840px) {
    .block_contact_top .block_content:before {
      right: -10%; }
      .rtl .block_contact_top .block_content:before {
        left: -10%;
        right: auto; } }
  .block_contact_top .block_content div {
    position: relative; }
    .block_contact_top .block_content div:first-child {
      margin-right: 15px; }
      .rtl .block_contact_top .block_content div:first-child {
        margin-left: 15px;
        margin-right: inherit; }
  .block_contact_top .block_content p {
    font-weight: bold;
    font-size: 12px;
    color: #b0b0b0; }
    .block_contact_top .block_content p strong {
      font-size: 15px;
      color: #000; }
  @media (min-width: 991px) and (max-width: 1700px) {
    .block_contact_top .block_content p {
      font-size: 11px; }
      .block_contact_top .block_content p strong {
        font-size: 14px; }
    .block_contact_top .block_content div {
      margin-bottom: 10px; } }

.header-nav p {
  font-size: 14px;
  margin-bottom: 0;
  color: #FFFFFF; }

#header .header-top .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 9px 0px; }
  @media (max-width: 991px) {
    #header .header-top .header-menu .menu-home {
      padding: 0px; } }
#header .header-logo {
  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;
  flex-wrap: wrap;
  padding: 25px 0px; }
  @media (max-width: 767px) {
    #header .header-logo .col-logo {
      padding-bottom: 20px;
      text-align: center; } }
  #header .header-logo .col-contact {
    display: flex;
    justify-content: center; }
    #header .header-logo .col-contact span {
      font-size: 12px;
      color: #FFFFFF; }
    #header .header-logo .col-contact a {
      color: #E57C41; }

@media (max-width: 767px) {
  .col-logo {
    text-align: center; } }

.color-default {
  color: #E57C41 !important; }
  .color-default .title_block {
    position: relative;
    display: block; }
    .color-default .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #E57C41;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-default .title_block::before {
        right: 0;
        left: auto; }

.color-red {
  color: #CB1E25 !important; }
  .color-red .title_block {
    position: relative;
    display: block; }
    .color-red .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #CB1E25;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-red .title_block::before {
        right: 0;
        left: auto; }

.color-white {
  color: #FFFFFF !important; }
  .color-white .title_block {
    position: relative;
    display: block; }
    .color-white .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #FFFFFF;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-white .title_block::before {
        right: 0;
        left: auto; }

.color-brown {
  color: #AD5536 !important; }

.color-pink .title_block {
  position: relative;
  display: block; }
  .color-pink .title_block::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #F160D1;
    border-radius: 50px;
    position: absolute;
    top: 20%;
    left: 0; }
    .rtl .color-pink .title_block::before {
      right: 0;
      left: auto; }

.color-green {
  color: #059D30 !important; }
  .color-green .title_block {
    position: relative;
    display: block; }
    .color-green .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #75A509;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-green .title_block::before {
        right: 0;
        left: auto; }

.color-purple {
  color: #673398 !important; }
  .color-purple .title_block {
    position: relative;
    display: block; }
    .color-purple .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #673398;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-purple .title_block::before {
        right: 0;
        left: auto; }

.color-orange {
  color: #E57C41 !important; }
  .color-orange .title_block {
    position: relative;
    display: block; }
    .color-orange .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #E57C41;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-orange .title_block::before {
        right: 0;
        left: auto; }

.color-lightblue {
  color: #53B7BD !important; }
  .color-lightblue .title_block {
    position: relative;
    display: block; }
    .color-lightblue .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #53B7BD;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-lightblue .title_block::before {
        right: 0;
        left: auto; }

.color-yellow {
  color: #FFC300 !important; }
  .color-yellow .title_block {
    position: relative;
    display: block; }
    .color-yellow .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #FFC300;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-yellow .title_block::before {
        right: 0;
        left: auto; }

.color-blue {
  color: #1041DB !important; }
  .color-blue .title_block {
    position: relative;
    display: block; }
    .color-blue .title_block::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #1041DB;
      border-radius: 50px;
      position: absolute;
      top: 20%;
      left: 0; }
      .rtl .color-blue .title_block::before {
        right: 0;
        left: auto; }

.color-darkblue .title_block {
  position: relative;
  display: block; }
  .color-darkblue .title_block::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #0D2777;
    border-radius: 50px;
    position: absolute;
    top: 20%;
    left: 0; }
    .rtl .color-darkblue .title_block::before {
      right: 0;
      left: auto; }

.color-grey {
  color: #999999 !important; }

.color-white {
  color: #FFFFFF !important; }

.banner-title {
  margin-bottom: 20px !important; }

@media (max-width: 991px) and (min-width: 768px) {
  .leo-countdown-top {
    text-align: center;
    padding-bottom: 10px; }
    .leo-countdown-top .text-right {
      text-align: center; }
    .leo-countdown-top .ApCountdown,
    .leo-countdown-top .learn_more {
      padding-top: 10px; } }

.margin-top-a230 {
  margin-top: 40px;
  z-index: 99; }
  @media (min-width: 1300px) {
    .margin-top-a230 {
      margin-top: -230px; } }
  @media (max-width: 1300px) and (min-width: 990px) {
    .margin-top-a230 {
      margin-top: -150px; } }
  @media (max-width: 768px) {
    .margin-top-a230 {
      margin-top: 0px; }
      .margin-top-a230.mobile-padding-small .block {
        margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .margin-top-63 {
    margin-top: 67px; } }
@media (min-width: 768px) {
  .customer-reverse .block_content {
    width: 80%;
    margin: auto;
    padding: 0 15px; } }
.customer-reverse .owl-row {
  text-align: center; }
.customer-reverse .left-block .image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -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 (min-width: 768px) {
    .customer-reverse .left-block .image {
      padding: 0 60px; } }
  @media (max-width: 991px) {
    .customer-reverse .left-block .image {
      margin-top: 20px; } }
  .customer-reverse .left-block .image img {
    flex-shrink: 2; }
  .customer-reverse .left-block .image .title {
    order: 4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: "Conv_CodecPro-ExtraBold"; }
  .customer-reverse .left-block .image img {
    margin-bottom: 30px; }
.customer-reverse .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
  color: #000; }
.customer-reverse .descript {
  line-height: 30px;
  font-size: 20px;
  color: #000; }
.customer-reverse .owl-buttons {
  position: static;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
  @media (min-width: 768px) {
    .customer-reverse .owl-buttons {
      width: auto;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0); } }
  @media (max-width: 991px) {
    .customer-reverse .owl-buttons {
      top: 0; } }
  .customer-reverse .owl-buttons > div {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .customer-reverse .owl-buttons > div:before {
      color: #fff; }
    @media (max-width: 991px) {
      .customer-reverse .owl-buttons > div {
        top: 30px;
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    .customer-reverse .owl-buttons > div:before {
      display: none;
      font-size: 1.5rem; }
    .customer-reverse .owl-buttons > div.owl-prev {
      left: 15px; }
      .rtl .customer-reverse .owl-buttons > div.owl-prev {
        right: 15px;
        left: auto; }
    .customer-reverse .owl-buttons > div.owl-next {
      right: 15px; }
      .rtl .customer-reverse .owl-buttons > div.owl-next {
        left: 15px;
        right: auto; }
@media (min-width: 768px) {
  .customer-reverse:hover .owl-buttons {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); } }

.box-service .sv-col .sv-content {
  text-align: center; }
.box-service .sv-col i {
  text-align: center;
  color: #E57C41;
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  font-family: "Font Awesome 5 Pro"; }
  .rtl .box-service .sv-col i {
    padding-left: 10px;
    padding-right: inherit; }
.box-service .sv-col div {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 10px; }
.box-service .sv-col p {
  margin-bottom: 0px;
  color: #999999; }
.box-service .sv-col:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }
.box-service .sv-col:first-child {
  border: 0; }

.box-service-1 {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
  .box-service-1 .sv-col .ApRawHtml {
    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;
    border-right: 1px solid #E6E6E6; }
    .rtl .box-service-1 .sv-col .ApRawHtml {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    @media (max-width: 1199px) {
      .box-service-1 .sv-col .ApRawHtml {
        border-right: 0px; }
        .rtl .box-service-1 .sv-col .ApRawHtml {
          border-left: 0px;
          border-right: inherit; } }
    @media (max-width: 767px) {
      .box-service-1 .sv-col .ApRawHtml {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
  .box-service-1 .sv-col:first-child .ApRawHtml {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .box-service-1 .sv-col:last-child .ApRawHtml {
    border-right: 0px; }
    .rtl .box-service-1 .sv-col:last-child .ApRawHtml {
      border-left: 0px;
      border-right: inherit; }
  .box-service-1 .sv-col i {
    width: 40px;
    height: 40px;
    font-size: 32px;
    display: inline-block;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    color: #E57C41; }
    .box-service-1 .sv-col i:before {
      line-height: 40px; }
  .box-service-1 .sv-col .sv-text {
    text-align: left;
    margin-left: 20px; }
    .rtl .box-service-1 .sv-col .sv-text {
      text-align: right; }
    .rtl .box-service-1 .sv-col .sv-text {
      margin-right: 20px;
      margin-left: inherit; }
    .box-service-1 .sv-col .sv-text strong {
      font-size: 16px;
      color: #000000;
      white-space: nowrap; }
  .box-service-1 .sv-col h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-family: "Conv_CodecPro-ExtraBold";
    font-weight: 400;
    text-transform: uppercase; }
    .box-service-1 .sv-col h3 span {
      color: #E57C41; }
  .box-service-1 .sv-col:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .box-service-1 .sv-col p {
    margin-bottom: 0px;
    line-height: 24px; }
  .box-service-1.white-service {
    color: #ffff;
    padding: 30px 0; }
    .box-service-1.white-service .sv-col i {
      color: #fff;
      border-color: #fff; }
    .box-service-1.white-service .sv-col h3 span,
    .box-service-1.white-service .sv-col p {
      color: #fff; }

.box-service-2 .sv-col {
  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; }
  .box-service-2 .sv-col .ApRawHtml {
    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;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .rtl .box-service-2 .sv-col .ApRawHtml {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      border-right: inherit; }
    @media (max-width: 1199px) {
      .box-service-2 .sv-col .ApRawHtml {
        border-right: 0px !important; }
        .rtl .box-service-2 .sv-col .ApRawHtml {
          border-left: 0px !important;
          border-right: inherit; } }
  .box-service-2 .sv-col:first-child .ApRawHtml {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    @media (max-width: 1199px) {
      .box-service-2 .sv-col:first-child .ApRawHtml {
        -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; } }
  .box-service-2 .sv-col:last-child .ApRawHtml {
    border-right: 0px !important; }
    .rtl .box-service-2 .sv-col:last-child .ApRawHtml {
      border-left: 0px !important;
      border-right: inherit; }
  .box-service-2 .sv-col i {
    width: 40px;
    height: 40px;
    font-size: 32px;
    display: inline-block;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    color: #E57C41; }
    .box-service-2 .sv-col i:before {
      line-height: 40px; }
  .box-service-2 .sv-col .sv-text {
    text-align: left;
    margin-left: 20px; }
    .rtl .box-service-2 .sv-col .sv-text {
      text-align: right; }
    .rtl .box-service-2 .sv-col .sv-text {
      margin-right: 20px;
      margin-left: inherit; }
    .box-service-2 .sv-col .sv-text strong {
      font-size: 16px;
      color: #FFFFFF;
      white-space: nowrap; }
  .box-service-2 .sv-col h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-family: "Conv_CodecPro-ExtraBold";
    font-weight: 400;
    text-transform: uppercase; }
    .box-service-2 .sv-col h3 span {
      color: #E57C41; }
  .box-service-2 .sv-col:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .box-service-2 .sv-col p {
    margin-bottom: 0px;
    line-height: 24px;
    color: #FFFFFF; }
.box-service-2.white-service {
  color: #ffff;
  padding: 30px 0; }
  .box-service-2.white-service .sv-col i {
    color: #fff;
    border-color: #fff; }
  .box-service-2.white-service .sv-col h3 span,
  .box-service-2.white-service .sv-col p {
    color: #fff; }

.box-service-3 .ApRawHtml {
  display: flex;
  align-items: center;
  justify-content: center; }
.box-service-3 .sv-col img {
  margin-right: 15px; }
  .rtl .box-service-3 .sv-col img {
    margin-left: 15px;
    margin-right: inherit; }
.box-service-3 .sv-col .sv-text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold; }

.box-service-4 .sv-col p {
  margin-bottom: 0px; }
.box-service-4 .sv-col .sv-title {
  margin-bottom: 17px;
  position: relative;
  z-index: 0; }
  .box-service-4 .sv-col .sv-title::before {
    content: '';
    background-color: #E57C41;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 0; }
    .rtl .box-service-4 .sv-col .sv-title::before {
      right: 25px;
      left: auto; }
  .box-service-4 .sv-col .sv-title img {
    margin-right: 15px;
    position: relative; }
    .rtl .box-service-4 .sv-col .sv-title img {
      margin-left: 15px;
      margin-right: inherit; }
  .box-service-4 .sv-col .sv-title strong {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #999999; }
.box-service-4 .sv-col .sv-text {
  margin-bottom: 85px; }
.box-service-4 .sv-col .sv-content {
  background-color: #FFFFFF;
  padding: 45px 30px 35px; }

.box-service-5 .sv-col p {
  margin-bottom: 0px; }
.box-service-5 .sv-col .sv-title {
  margin-bottom: 25px;
  position: relative;
  z-index: 0; }
  .box-service-5 .sv-col .sv-title::before {
    content: '';
    background-color: #E57C41;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 0; }
    .rtl .box-service-5 .sv-col .sv-title::before {
      right: 25px;
      left: auto; }
  .box-service-5 .sv-col .sv-title img {
    margin-right: 15px;
    position: relative; }
    .rtl .box-service-5 .sv-col .sv-title img {
      margin-left: 15px;
      margin-right: inherit; }
  .box-service-5 .sv-col .sv-title strong {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #FFFFFF; }
.box-service-5 .sv-col .sv-text {
  color: #FFFFFF; }
.box-service-5 .sv-col .sv-content {
  padding: 0px 30px 20px; }

.contact-us-footer a {
  color: #E57C41; }

.phone-footer {
  font-size: 40px !important;
  line-height: 45px;
  margin-top: 30px;
  font-family: "Conv_CodecPro-ExtraBold";
  color: #fff !important; }
  @media (max-width: 576px) {
    .phone-footer {
      font-size: 30px !important; } }
  .phone-footer span {
    font-size: 20px;
    margin-right: 10px; }
    .rtl .phone-footer span {
      margin-left: 10px;
      margin-right: inherit; }
  .phone-footer i {
    color: #E57C41 !important;
    margin-right: 10px; }
    .rtl .phone-footer i {
      margin-left: 10px;
      margin-right: inherit; }

@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center; }

  .copyright {
    text-align: center; } }
@media (max-width: 991px) and (min-width: 576px) {
  .box-footer > div:nth-child(2n+1) {
    clear: both; } }
/*home 2*/
.menu-home-2 .leo-megamenu .navbar-nav > li > a:hover, .menu-home-2 .leo-megamenu .navbar-nav > li > a:focus, .menu-home-2 .leo-megamenu .navbar-nav > li > a:active {
  color: #ef3636; }
.menu-home-2 .leo-megamenu .navbar-nav > li:hover > a, .menu-home-2 .leo-megamenu .navbar-nav > li:focus > a, .menu-home-2 .leo-megamenu .navbar-nav > li.active > a {
  color: #ef3636; }

.col-right > div {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e6e6e6; }
  .rtl .col-right > div {
    padding-left: 10px;
    padding-right: inherit; }
  .rtl .col-right > div {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .col-right > div {
    border-left: 1px solid #e6e6e6;
    border-right: inherit; }
  .col-right > div:first-child {
    padding-right: 0;
    border-right: 0 solid #e6e6e6; }
    .rtl .col-right > div:first-child {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .col-right > div:first-child {
      border-left: 0 solid #e6e6e6;
      border-right: inherit; }
  .col-right > div.currency-selector i, .col-right > div.language-selector-wrapper i {
    font-size: 10px; }

.banner-img-left .ApImage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  margin-right: -1px;
  background: #fff; }
  .banner-img-left .ApImage img {
    width: 50%; }
  .banner-img-left .ApImage .image_description {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    flex-direction: column; }
    .banner-img-left .ApImage .image_description p {
      margin-bottom: 5px;
      line-height: 18px;
      color: #b0b0b0; }
      .banner-img-left .ApImage .image_description p strong {
        color: #000000; }
    .banner-img-left .ApImage .image_description .btn {
      margin: 10px 0 0;
      padding: 5px 10px;
      border-radius: 4px;
      border: 2px solid #E57C41; }

.title-ap-group,
.title-block-left .ApColumn .title_block {
  font-size: 27px;
  color: black;
  margin-bottom: 30px;
  position: relative;
  margin-left: 15px;
  font-family: "Conv_CodecPro-Bold";
  text-transform: capitalize;
  font-weight: bold; }
  .rtl .title-ap-group, .rtl
  .title-block-left .ApColumn .title_block {
    margin-right: 15px;
    margin-left: inherit; }

.title-block-left .ApColumn .title_block {
  margin-left: 0; }
  .rtl .title-block-left .ApColumn .title_block {
    margin-right: 0;
    margin-left: inherit; }

.title-block-center .title_block,
.title-block-center .title-ap-group {
  text-align: center; }

/*Product tab */
.ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
  padding-right: 100px; }
  .rtl .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
    padding-left: 100px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      justify-content: start;
      padding-right: 10px; }
      .rtl .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
        padding-left: 10px;
        padding-right: inherit; } }
  @media (max-width: 767px) {
    .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      flex-wrap: wrap; }
      .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item {
        margin-left: 0px; }
        .rtl .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item {
          margin-right: 0px;
          margin-left: inherit; } }
.ApTabs:not(.AjaxTabs).tabs-top .block_content {
  clear: both; }

.ApTabs .dropdown-backdrop {
  display: none; }
.ApTabs.tabs-top .nav-tabs .nav-item + .nav-item {
  margin-left: 0px; }
.ApTabs.tabs-top .nav-tabs .nav-item > a {
  color: #999999;
  padding: 0px 15px;
  line-height: 24px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  text-transform: none;
  background-color: transparent; }
  .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
    color: #E57C41;
    border: 0px; }
.ApTabs .tabs-dropdown-menu {
  float: right;
  border: 1px solid #E6E6E6; }
  @media (max-width: 567px) {
    .ApTabs .tabs-dropdown-menu {
      display: inline-block;
      width: 100%;
      border: 1px solid #666;
      background: transparent;
      margin-bottom: 20px; } }
  .ApTabs .tabs-dropdown-menu .dropdown-toggle {
    width: 100%;
    text-align: left;
    background: transparent; }
  .ApTabs .tabs-dropdown-menu .dropdown-menu {
    width: 100%;
    padding: 0; }
    .ApTabs .tabs-dropdown-menu .dropdown-menu a {
      padding: 5px 10px; }
      .ApTabs .tabs-dropdown-menu .dropdown-menu a:hover {
        background: #0275d8;
        color: #fff; }

.product-type-list .block_content {
  background: #fff; }
  .product-type-list .block_content .product-miniature:last-child .thumbnail-container {
    margin-bottom: 0;
    border-bottom: 0; }
  .product-type-list .block_content .product-miniature .product-title a {
    font-size: 14px;
    font-weight: 400; }

@media (max-width: 992px) {
  .box-email-h3 .block_newsletter {
    padding: 20px; }
    .box-email-h3 .block_newsletter .title_block {
      margin-top: 10px; } }
@media (min-width: 992px) {
  .box-email-h3 .block_newsletter {
    padding: 25px 80px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .box-email-h3 .block_newsletter .block_content {
      width: 70%; } }
@media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(1) {
      width: 40%; }
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(2) {
      width: 60%; }
    .box-email-h3 .block_newsletter .block_content form input[type=email] {
      border: 2px solid #ebebeb;
      color: #626262; } }
@media (min-width: 768px) {
  .box-email-h3 .block_newsletter {
    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-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid #e8e8e8; } }
@media (min-width: 768px) {
  .box-email-h3 .block_newsletter .title_block {
    width: 25%;
    margin-right: 40px;
    padding: 0 40px 0 56px;
    margin-bottom: 0; }
    .rtl .box-email-h3 .block_newsletter .title_block {
      margin-left: 40px;
      margin-right: inherit; }
    .rtl .box-email-h3 .block_newsletter .title_block {
      padding: 0 56px 0 40px; }
    .box-email-h3 .block_newsletter .title_block:after {
      content: "";
      width: 1px;
      height: 48px;
      background: #e5e5e5;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
      .rtl .box-email-h3 .block_newsletter .title_block:after {
        left: 0;
        right: auto; } }
.box-email-h3 .block_newsletter .title_block:before {
  content: "\f658";
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0; }
  .rtl .box-email-h3 .block_newsletter .title_block:before {
    right: 0;
    left: auto; }
  @media (min-width: 768px) {
    .box-email-h3 .block_newsletter .title_block:before {
      font-size: 36px; } }

.box-cate-home2 {
  width: 100%;
  margin-left: 0px; }
  .rtl .box-cate-home2 {
    margin-right: 0px;
    margin-left: inherit; }
  .box-cate-home2 > div {
    padding: 0px; }

/*menu*/
.nomargin-firstblock > .leo-widget:first-child .widget-links {
  margin-bottom: 0 !important; }

.menu-footer-h3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px; }
  .menu-footer-h3 ul li {
    margin-right: 20px;
    margin-bottom: 0; }
    .rtl .menu-footer-h3 ul li {
      margin-left: 20px;
      margin-right: inherit; }
    .menu-footer-h3 ul li a {
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase; }

.contact-us-footer-h3 i {
  font-size: 25px;
  color: #333333;
  margin-right: 10px;
  font-weight: bold; }
  .rtl .contact-us-footer-h3 i {
    margin-left: 10px;
    margin-right: inherit; }
.contact-us-footer-h3 .info-contact {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .contact-us-footer-h3 .info-contact p {
    margin-bottom: 5px; }

/* COUNTER Widget */
.Apcounter {
  color: #666; }
  .Apcounter ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .Apcounter ul li {
      text-align: center;
      margin-bottom: 20px; }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

@media (max-width: 576px) {
  .col-right {
    display: flex;
    justify-content: center; }
    .col-right > div {
      border: 0; } }
.no-padding-left > div {
  padding-left: 0; }

.tab-product-h3 .ApTabs.tabs-top .nav-tabs {
  float: none;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px; }
  .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item {
    list-style-type: none;
    line-height: 25px;
    margin-bottom: 10px; }
    .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a {
      position: relative;
      font-size: 40px;
      font-weight: 500;
      margin-right: 40px; }
      .rtl .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a {
        margin-left: 40px;
        margin-right: inherit; }
      .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100px;
        background: #000;
        top: 15px;
        right: -25px;
        position: absolute; }
        .rtl .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
          left: -25px;
          right: auto; }
      .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a.active {
        color: #E57C41; }
    .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item:last-child > a::before {
      display: none; }

.big-text {
  padding: 25px 10px 0; }
  .big-text p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Conv_CodecPro-Bold"; }
    .big-text p strong {
      font-weight: 700; }

.box-padding {
  padding: 50px 0px 30px; }
  @media (max-width: 575px) {
    .box-padding {
      padding: 30px 0px 0px; } }

.box-padding50 {
  padding: 50px 0px; }
  @media (max-width: 575px) {
    .box-padding50 {
      padding: 30px 0px; } }

.box-padding60 {
  padding: 60px 0px 30px; }
  @media (max-width: 575px) {
    .box-padding60 {
      padding: 30px 0px 0px; } }

.box-padding40 {
  padding: 40px 0px; }
  @media (max-width: 575px) {
    .box-padding40 {
      padding: 30px 0px 0px; } }

.box-paddingtop40 {
  padding: 40px 0px 10px; }
  @media (max-width: 575px) {
    .box-paddingtop40 {
      padding: 30px 0px 0px; } }

.box-margin30 {
  margin: 30px 0px !important; }

.box-paddingbottom60 {
  padding: 30px 0px 60px; }
  @media (max-width: 575px) {
    .box-paddingbottom60 {
      padding: 30px 0px 30px; } }

.padding-top40 {
  padding-top: 40px; }

.padding-bottom40 {
  padding-bottom: 40px; }

.padding-top30 {
  padding-top: 30px; }

.padding-top60 {
  padding-top: 60px; }
  @media (max-width: 575px) {
    .padding-top60 {
      padding-top: 30px; } }

.padding-top0 {
  padding: 0px 0px 30px; }

.padding-bottom50 {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .padding-bottom50 {
      padding-bottom: 30px; } }

.padding-bottom30 {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .padding-bottom30 {
      padding-bottom: 0px; } }

.margin-left15 {
  margin-left: 15px; }
  .rtl .margin-left15 {
    margin-right: 15px;
    margin-left: inherit; }

.margin-left0 {
  margin-left: 0px; }
  .rtl .margin-left0 {
    margin-right: 0px;
    margin-left: inherit; }

.banner-text-center .sub-title-widget {
  text-align: center;
  padding: 0px 15px; }
.banner-text-center .title_block {
  text-align: center;
  margin-bottom: 60px !important; }
  @media (max-width: 991px) {
    .banner-text-center .title_block {
      margin-bottom: 30px !important;
      padding: 0px 15px; } }

.button-banner {
  padding: 20px 30px;
  background-color: #E57C41;
  color: #FFFFFF;
  font-family: "Conv_CodecPro-Bold";
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  text-transform: none !important; }
  .button-banner::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button-banner::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button-banner::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button-banner:hover {
    background-color: #FFFFFF;
    color: #E57C41;
    border: 1px solid #E57C41; }
    .button-banner:hover::before {
      color: #E57C41;
      transition: all 0.3s ease-in; }

.button1-banner {
  color: #000000;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 14px;
  font-family: "Conv_CodecPro-Bold";
  text-transform: none; }
  .button1-banner::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro";
    color: #E57C41; }
    .rtl .button1-banner::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button1-banner::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button1-banner:hover {
    color: #E57C41; }
    .button1-banner:hover::before {
      color: #E57C41;
      transition: all 0.3s ease-in; }

.button2-banner {
  color: #FFFFFF;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 14px;
  font-family: "Conv_CodecPro-Bold";
  text-transform: none; }
  .button2-banner::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF; }
    .rtl .button2-banner::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button2-banner::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button2-banner:hover {
    color: #E57C41; }
    .button2-banner:hover::before {
      color: #E57C41;
      transition: all 0.3s ease-in; }

.button3-banner {
  color: #000000;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold; }
  .button3-banner::before {
    content: '\f178';
    font-size: 15px;
    padding-right: 10px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    color: #000000;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold; }
    .rtl .button3-banner::before {
      padding-left: 10px !important;
      padding-right: inherit; }
    .rtl .button3-banner::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button3-banner:hover {
    color: #E57C41; }
    .button3-banner:hover::before {
      color: #E57C41;
      transition: all 0.3s ease-in; }

.button4-banner {
  padding: 20px 30px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Conv_CodecPro-Bold";
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  text-transform: none !important; }
  .button4-banner::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button4-banner::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button4-banner::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button4-banner:hover {
    background-color: #E57C41;
    color: #FFFFFF; }
    .button4-banner:hover::before {
      color: #FFFFFF;
      transition: all 0.3s ease-in; }

.button5-banner {
  color: #FFFFFF;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 14px;
  font-family: "Conv_CodecPro-Bold";
  text-transform: none; }
  .button5-banner::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro";
    color: #E57C41; }
    .rtl .button5-banner::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .button5-banner::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .button5-banner:hover {
    color: #E57C41; }
    .button5-banner:hover::before {
      color: #E57C41;
      transition: all 0.3s ease-in; }

.button6-banner {
  color: #999999;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button6-banner:hover {
    color: #FFFFFF; }

.button7-banner {
  color: #FFFFFF;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button7-banner:hover {
    color: #E57C41; }

.text-light {
  font-family: "Conv_CodecPro-Regular", sans-serif !important;
  font-weight: normal; }

.text-medium {
  font-weight: 500 !important; }

.text-bold {
  font-weight: 700 !important; }

.no-padding {
  padding: 0 !important; }

.flex-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px !important; }
  .flex-title .title_block {
    margin-bottom: 0px !important; }
  .flex-title .block_content a {
    display: inline-flex;
    color: #000000; }
    @media (max-width: 767px) {
      .flex-title .block_content a {
        margin-top: 15px; } }
    .flex-title .block_content a::before {
      content: '\f178';
      font-size: 15px;
      font-weight: bold !important;
      padding-right: 7px !important;
      padding-left: 0px !important;
      transition: all 0.3s ease-in;
      font-family: "Font Awesome 5 Pro";
      color: #E57C41; }
      .rtl .flex-title .block_content a::before {
        padding-left: 7px !important;
        padding-right: inherit; }
      .rtl .flex-title .block_content a::before {
        padding-right: 0px !important;
        padding-left: inherit; }
    .flex-title .block_content a:hover {
      color: #E57C41; }
      .flex-title .block_content a:hover::before {
        color: #E57C41;
        transition: all 0.3s ease-in; }

/*Home 1*/
.box-brand .sub-title-widget {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Conv_CodecPro-ExtraBold"; }
  .box-brand .sub-title-widget::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    left: 0;
    z-index: -1;
    margin-right: 30px; }
    .rtl .box-brand .sub-title-widget::before {
      margin-left: 30px;
      margin-right: inherit; }
  .box-brand .sub-title-widget::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    left: 0;
    z-index: -1;
    margin-left: 30px; }
    .rtl .box-brand .sub-title-widget::after {
      margin-right: 30px;
      margin-left: inherit; }

.product-banner .owl-row {
  margin: 0; }
.product-banner .owl-carousel .owl-item {
  padding: 0; }
  .product-banner .owl-carousel .owl-item.active.last .thumbnail-container {
    border-right: 0px; }
    .rtl .product-banner .owl-carousel .owl-item.active.last .thumbnail-container {
      border-left: 0px;
      border-right: inherit; }
@media (min-width: 992px) {
  .product-banner .owl-buttons {
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .product-banner .owl-buttons {
      left: 0;
      right: auto; }
    .product-banner .owl-buttons .owl-prev {
      right: 50px !important;
      left: inherit !important; }
      .rtl .product-banner .owl-buttons .owl-prev {
        left: 50px !important;
        right: auto; }
      .rtl .product-banner .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .product-banner .owl-buttons .owl-next {
      right: 15px !important;
      left: inherit !important; }
      .rtl .product-banner .owl-buttons .owl-next {
        left: 15px !important;
        right: auto; }
      .rtl .product-banner .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }

.product1-banner .owl-row {
  margin: 0; }
.product1-banner .owl-carousel .owl-item {
  padding: 0; }
  .product1-banner .owl-carousel .owl-item.active.last .thumbnail-container {
    border-right: 0px; }
    .rtl .product1-banner .owl-carousel .owl-item.active.last .thumbnail-container {
      border-left: 0px;
      border-right: inherit; }
.product1-banner .owl-buttons .owl-prev {
  left: 0px !important; }
.product1-banner .owl-buttons .owl-next {
  right: 0px !important; }

.banner1-home1 {
  margin: 0px; }
  .banner1-home1 .block {
    margin-bottom: 0px !important; }
  .banner1-home1 .banner-content .image_description {
    top: 30px;
    left: 30px; }
    .banner1-home1 .banner-content .image_description .title-banner {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px; }
    .banner1-home1 .banner-content .image_description .text-banner {
      line-height: 20px;
      margin-bottom: 0px; }
  .banner1-home1 .banner-center > div:nth-child(1) .title-banner {
    color: #FFFFFF; }
  .banner1-home1 .banner-center > div:nth-child(1) .text-banner {
    color: #E57C41; }
  .banner1-home1 .banner-center > div:nth-child(2) .text-banner {
    color: #673398; }
  .banner1-home1 .banner-right > div:nth-child(1) .text-banner {
    color: #CB1E25; }
  .banner1-home1 .banner-right > div:nth-child(2) .text-banner {
    color: #E76F13; }

.box3-home1 .product-banner {
  border: 2px solid #CB1E25;
  border-radius: 4px;
  margin: 0px; }

@media (max-width: 991px) {
  .banner2-home1 .banner-content img {
    min-height: 200px;
    object-fit: cover; } }
.banner2-home1 .banner-content .image_description {
  top: 50%;
  transform: translateY(-50%);
  right: 66px;
  text-align: right; }
  .banner2-home1 .banner-content .image_description p {
    margin-bottom: 0px; }
  .rtl .banner2-home1 .banner-content .image_description {
    text-align: left; }
  .banner2-home1 .banner-content .image_description .text-banner {
    font-size: 18px;
    margin-bottom: 4px; }
  .banner2-home1 .banner-content .image_description .title-banner {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 15px; }
  .banner2-home1 .banner-content .image_description .text2-banner {
    color: #999999; }

.banner3-home1 {
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .banner3-home1 .block {
    margin-bottom: 0px !important; }
  .banner3-home1 .title_block {
    width: 100%; }
  .banner3-home1 .link-banner {
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner3-home1 .link-banner .block_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .banner3-home1 .link-banner ul {
      margin-bottom: 70px; }
    .banner3-home1 .link-banner li {
      line-height: 30px; }
      .banner3-home1 .link-banner li a {
        color: #999999; }
        .banner3-home1 .link-banner li a:hover {
          color: #E57C41; }
  .banner3-home1 .img-banner {
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    @media (max-width: 767px) {
      .banner3-home1 .img-banner img {
        min-height: 300px;
        object-fit: cover; } }
    .banner3-home1 .img-banner .image_description {
      top: 80px;
      left: 85px; }
      .rtl .banner3-home1 .img-banner .image_description {
        right: 85px;
        left: auto; }
      .banner3-home1 .img-banner .image_description p {
        margin-bottom: 0px; }
      .banner3-home1 .img-banner .image_description .text-banner {
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "Conv_CodecPro-Bold";
        margin-bottom: 5px; }
      .banner3-home1 .img-banner .image_description .title-banner {
        font-size: 44px;
        line-height: 1.1;
        color: #FFFFFF;
        margin-bottom: 5px; }
      .banner3-home1 .img-banner .image_description .text2-banner {
        color: #FFFFFF;
        margin-bottom: 20px; }
  .banner3-home1 .product-banner {
    border: 1px solid #E6E6E6;
    margin: 0px;
    height: 100%; }
    .banner3-home1 .product-banner .block_content {
      height: 100%; }

.banner4-home1 {
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .banner4-home1 .block {
    margin-bottom: 0px !important; }
  .banner4-home1 .title_block {
    width: 100%; }
  .banner4-home1 .link-banner {
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner4-home1 .link-banner .block_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .banner4-home1 .link-banner ul {
      margin-bottom: 125px; }
    .banner4-home1 .link-banner li {
      line-height: 30px; }
      .banner4-home1 .link-banner li a {
        color: #999999; }
        .banner4-home1 .link-banner li a:hover {
          color: #E57C41; }
  .banner4-home1 .img-banner {
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner4-home1 .img-banner .image_description {
      top: 60px;
      left: 60px; }
      .banner4-home1 .img-banner .image_description p {
        margin-bottom: 0px; }
      .banner4-home1 .img-banner .image_description .text-banner {
        margin-bottom: 5px;
        color: #999999; }
      .banner4-home1 .img-banner .image_description .title-banner {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-family: "Conv_CodecPro-Bold";
        text-transform: capitalize; }
  .banner4-home1 .product-banner {
    border: 1px solid #E6E6E6;
    margin: 0px;
    height: 100%; }
    .banner4-home1 .product-banner .block_content {
      height: 100%; }

.banner5-home1 {
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .banner5-home1 .block {
    margin-bottom: 0px !important; }
  .banner5-home1 .title_block {
    width: 100%; }
  .banner5-home1 .link-banner {
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner5-home1 .link-banner .block_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .banner5-home1 .link-banner ul {
      margin-bottom: 65px; }
    .banner5-home1 .link-banner li {
      line-height: 30px; }
      .banner5-home1 .link-banner li a {
        color: #999999; }
        .banner5-home1 .link-banner li a:hover {
          color: #E57C41; }
  .banner5-home1 .img-banner {
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner5-home1 .img-banner .image_description {
      top: 60px;
      left: 60px; }
      .banner5-home1 .img-banner .image_description p {
        margin-bottom: 0px; }
      .banner5-home1 .img-banner .image_description .text-banner {
        margin-bottom: 5px;
        color: #999999; }
      .banner5-home1 .img-banner .image_description .title-banner {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-family: "Conv_CodecPro-Bold";
        text-transform: capitalize; }
  .banner5-home1 .product-banner {
    border: 1px solid #E6E6E6;
    margin: 0px;
    height: 100%; }
    .banner5-home1 .product-banner .block_content {
      height: 100%; }

@media (min-width: 576px) {
  .banner6-home1 .banner-left .owl-buttons,
  .banner6-home1 .banner-right .owl-buttons {
    position: absolute;
    top: -35px;
    right: -35px; }
    .rtl .banner6-home1 .banner-left .owl-buttons, .rtl
    .banner6-home1 .banner-right .owl-buttons {
      left: -35px;
      right: auto; }
    .banner6-home1 .banner-left .owl-buttons .owl-prev,
    .banner6-home1 .banner-right .owl-buttons .owl-prev {
      right: 70px !important;
      left: inherit !important; }
    .banner6-home1 .banner-left .owl-buttons .owl-next,
    .banner6-home1 .banner-right .owl-buttons .owl-next {
      right: 30px !important;
      left: inherit !important; } }
.banner6-home1 .banner-left .img-banner,
.banner6-home1 .banner-right .img-banner {
  float: left;
  width: 58.33333%;
  padding: 30px;
  border: 1px solid #E6E6E6; }
  @media (max-width: 575px) {
    .banner6-home1 .banner-left .img-banner,
    .banner6-home1 .banner-right .img-banner {
      float: left;
      width: 100%; } }
  .banner6-home1 .banner-left .img-banner .image_description,
  .banner6-home1 .banner-right .img-banner .image_description {
    top: 66px;
    left: 60px; }
    .banner6-home1 .banner-left .img-banner .image_description .text-banner,
    .banner6-home1 .banner-right .img-banner .image_description .text-banner {
      line-height: 18px;
      text-transform: uppercase;
      font-family: "Conv_CodecPro-Bold";
      margin-bottom: 5px; }
    .banner6-home1 .banner-left .img-banner .image_description .title-banner,
    .banner6-home1 .banner-right .img-banner .image_description .title-banner {
      font-size: 32px;
      line-height: 1.2;
      letter-spacing: -0.01em;
      font-family: "Conv_CodecPro-ExtraBold";
      margin-bottom: 0px; }
.banner6-home1 .banner-left .product-banner,
.banner6-home1 .banner-right .product-banner {
  float: left;
  width: 41.66667%;
  padding: 30px 30px 0px;
  border: 1px solid #E6E6E6;
  margin-bottom: 0px !important; }
  @media (max-width: 575px) {
    .banner6-home1 .banner-left .product-banner,
    .banner6-home1 .banner-right .product-banner {
      float: left;
      width: 100%; } }
  .banner6-home1 .banner-left .product-banner .thumbnail-container .product-meta .leo-list-product-reviews,
  .banner6-home1 .banner-right .product-banner .thumbnail-container .product-meta .leo-list-product-reviews {
    display: none; }
.banner6-home1 .banner-left .product-button,
.banner6-home1 .banner-right .product-button {
  display: flex;
  border: 1px solid #E6E6E6;
  justify-content: center;
  padding: 16px;
  line-height: 1;
  font-weight: bold; }
  .banner6-home1 .banner-left .product-button a,
  .banner6-home1 .banner-right .product-button a {
    color: #000000; }
  .banner6-home1 .banner-left .product-button::before,
  .banner6-home1 .banner-right .product-button::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro";
    color: #E57C41; }
    .rtl .banner6-home1 .banner-left .product-button::before, .rtl
    .banner6-home1 .banner-right .product-button::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .banner6-home1 .banner-left .product-button::before, .rtl
    .banner6-home1 .banner-right .product-button::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .banner6-home1 .banner-left .product-button:hover a,
  .banner6-home1 .banner-right .product-button:hover a {
    color: #E57C41; }
.banner6-home1 .banner-left .owl-item article:last-child .thumbnail-container,
.banner6-home1 .banner-right .owl-item article:last-child .thumbnail-container {
  border-bottom: 0px;
  margin: 0px; }

.banner7-home1 .banner-left p {
  margin-bottom: 0px; }
@media (min-width: 1440px) {
  .banner7-home1 .banner-left .img-banner-top {
    display: inline-block;
    padding: 30px 15px 30px 30px;
    border: 1px solid #E6E6E6;
    border-right: 0px !important;
    border-left: 1px solid #E6E6E6 !important;
    float: left; }
    .rtl .banner7-home1 .banner-left .img-banner-top {
      padding: 30px 30px 30px 15px; }
    .rtl .banner7-home1 .banner-left .img-banner-top {
      border-left: 0px !important;
      border-right: inherit; }
    .rtl .banner7-home1 .banner-left .img-banner-top {
      border-right: 1px solid #E6E6E6 !important;
      border-left: inherit; }
    .rtl .banner7-home1 .banner-left .img-banner-top {
      float: right; } }
.banner7-home1 .banner-left .img-banner-top .image_description {
  top: 65px;
  left: 75px; }
  .rtl .banner7-home1 .banner-left .img-banner-top .image_description {
    right: 75px;
    left: auto; }
  @media (max-width: 1440px) {
    .banner7-home1 .banner-left .img-banner-top .image_description {
      left: 30px; }
      .rtl .banner7-home1 .banner-left .img-banner-top .image_description {
        right: 30px;
        left: auto; } }
  .banner7-home1 .banner-left .img-banner-top .image_description .text-banner {
    text-transform: uppercase;
    font-weight: bold; }
  .banner7-home1 .banner-left .img-banner-top .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 10px; }
  .banner7-home1 .banner-left .img-banner-top .image_description .text2-banner {
    color: #999999; }
@media (min-width: 1440px) {
  .banner7-home1 .banner-left .img-banner-bottom {
    display: inline-block;
    padding: 30px 30px 30px 10px;
    border: 1px solid #E6E6E6;
    border-left: 0px !important;
    border-right: 1px solid #E6E6E6 !important;
    float: left; }
    .rtl .banner7-home1 .banner-left .img-banner-bottom {
      padding: 30px 10px 30px 30px; }
    .rtl .banner7-home1 .banner-left .img-banner-bottom {
      border-right: 0px !important;
      border-left: inherit; }
    .rtl .banner7-home1 .banner-left .img-banner-bottom {
      border-left: 1px solid #E6E6E6 !important;
      border-right: inherit; }
    .rtl .banner7-home1 .banner-left .img-banner-bottom {
      float: right; } }
.banner7-home1 .banner-left .img-banner-bottom .image_description {
  top: 60px;
  left: 60px; }
  .rtl .banner7-home1 .banner-left .img-banner-bottom .image_description {
    right: 60px;
    left: auto; }
  @media (max-width: 1440px) {
    .banner7-home1 .banner-left .img-banner-bottom .image_description {
      left: 30px; }
      .rtl .banner7-home1 .banner-left .img-banner-bottom .image_description {
        right: 30px;
        left: auto; } }
  .banner7-home1 .banner-left .img-banner-bottom .image_description .text-banner {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: "Conv_CodecPro-ExtraBold"; }
  .banner7-home1 .banner-left .img-banner-bottom .image_description .title-banner {
    color: #7B7BC9;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-family: "Conv_CodecPro-Regular", sans-serif; }
  .banner7-home1 .banner-left .img-banner-bottom .image_description .text2-banner {
    color: #999999; }
.banner7-home1 .banner-right p {
  margin-bottom: 0px; }
@media (min-width: 1440px) {
  .banner7-home1 .banner-right .img-banner-top {
    display: inline-block;
    padding: 30px 15px 30px 30px;
    border: 1px solid #E6E6E6;
    border-right: 0px !important;
    border-left: 1px solid #E6E6E6 !important;
    float: left; }
    .rtl .banner7-home1 .banner-right .img-banner-top {
      padding: 30px 30px 30px 15px; }
    .rtl .banner7-home1 .banner-right .img-banner-top {
      border-left: 0px !important;
      border-right: inherit; }
    .rtl .banner7-home1 .banner-right .img-banner-top {
      border-right: 1px solid #E6E6E6 !important;
      border-left: inherit; }
    .rtl .banner7-home1 .banner-right .img-banner-top {
      float: right; } }
.banner7-home1 .banner-right .img-banner-top .image_description {
  top: 65px;
  left: 75px !important;
  right: 45px !important; }
  .rtl .banner7-home1 .banner-right .img-banner-top .image_description {
    right: 75px !important;
    left: auto; }
  .rtl .banner7-home1 .banner-right .img-banner-top .image_description {
    left: 45px !important;
    right: auto; }
  @media (max-width: 1440px) {
    .banner7-home1 .banner-right .img-banner-top .image_description {
      left: 30px !important; }
      .rtl .banner7-home1 .banner-right .img-banner-top .image_description {
        right: 30px !important;
        left: auto; } }
  .banner7-home1 .banner-right .img-banner-top .image_description .text-banner {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; }
  .banner7-home1 .banner-right .img-banner-top .image_description .title-banner {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 10px; }
  .banner7-home1 .banner-right .img-banner-top .image_description .text2-banner {
    font-size: 18px;
    color: #999999; }
@media (min-width: 1440px) {
  .banner7-home1 .banner-right .img-banner-center,
  .banner7-home1 .banner-right .img-banner-bottom {
    display: inline-block;
    float: left;
    border: 1px solid #E6E6E6; }
    .rtl .banner7-home1 .banner-right .img-banner-center, .rtl
    .banner7-home1 .banner-right .img-banner-bottom {
      float: right; } }
.banner7-home1 .banner-right .img-banner-center .image_description,
.banner7-home1 .banner-right .img-banner-bottom .image_description {
  top: 60px;
  left: 60px; }
  .rtl .banner7-home1 .banner-right .img-banner-center .image_description, .rtl
  .banner7-home1 .banner-right .img-banner-bottom .image_description {
    right: 60px;
    left: auto; }
  @media (max-width: 1440px) {
    .banner7-home1 .banner-right .img-banner-center .image_description,
    .banner7-home1 .banner-right .img-banner-bottom .image_description {
      left: 30px; }
      .rtl .banner7-home1 .banner-right .img-banner-center .image_description, .rtl
      .banner7-home1 .banner-right .img-banner-bottom .image_description {
        right: 30px;
        left: auto; } }
  .banner7-home1 .banner-right .img-banner-center .image_description .title-banner,
  .banner7-home1 .banner-right .img-banner-bottom .image_description .title-banner {
    font-size: 16px;
    margin-bottom: 5px; }
  .banner7-home1 .banner-right .img-banner-center .image_description .text-banner,
  .banner7-home1 .banner-right .img-banner-bottom .image_description .text-banner {
    color: #999999; }
@media (min-width: 1440px) {
  .banner7-home1 .banner-right .img-banner-center {
    padding: 30px 30px 30px 10px;
    border-left: 0px !important;
    border-right: 1px solid #E6E6E6 !important;
    border-bottom: 0px;
    margin-bottom: 0px !important; }
    .rtl .banner7-home1 .banner-right .img-banner-center {
      padding: 30px 10px 30px 30px; }
    .rtl .banner7-home1 .banner-right .img-banner-center {
      border-right: 0px !important;
      border-left: inherit; }
    .rtl .banner7-home1 .banner-right .img-banner-center {
      border-left: 1px solid #E6E6E6 !important;
      border-right: inherit; } }
@media (min-width: 1440px) {
  .banner7-home1 .banner-right .img-banner-bottom {
    padding: 0px 30px 30px 10px;
    border-left: 0px !important;
    border-right: 1px solid #E6E6E6 !important;
    border-top: 0px; }
    .rtl .banner7-home1 .banner-right .img-banner-bottom {
      padding: 0px 10px 30px 30px; }
    .rtl .banner7-home1 .banner-right .img-banner-bottom {
      border-right: 0px !important;
      border-left: inherit; }
    .rtl .banner7-home1 .banner-right .img-banner-bottom {
      border-left: 1px solid #E6E6E6 !important;
      border-right: inherit; } }

.banner9-home1 .tabs-top {
  margin-top: -46px; }
  @media (max-width: 991px) {
    .banner9-home1 .tabs-top {
      margin-top: 0px; } }

.banner10-home1 {
  margin: 0px; }
  .banner10-home1 .owl-item {
    padding: 0px; }
  .banner10-home1 .block-carousel-image-container .descript {
    display: none; }

.box-video {
  position: relative; }
  .box-video .image_description {
    position: inherit; }
  .box-video .box-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 586px;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 575px) {
      .box-video .box-icon-play img {
        width: 50% !important; } }
    .box-video .box-icon-play:hover img {
      transform: scale(1); }

.box-video .video {
  display: none; }

/*home 2*/
.box-slide .banner-left {
  padding-bottom: 30px; }
.box-slide .banner-right p {
  margin-bottom: 0px; }
.box-slide .banner-right .image_description {
  top: 50%;
  transform: translateY(-50%); }
@media (max-width: 575px) {
  .box-slide .banner-right .img-banner-top img {
    min-height: 200px;
    object-fit: cover; } }
.box-slide .banner-right .img-banner-top .image_description {
  left: 40px; }
  .box-slide .banner-right .img-banner-top .image_description .text-banner {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 7px; }
  .box-slide .banner-right .img-banner-top .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 20px; }
.box-slide .banner-right .img-banner-bottom .image_description {
  right: 50px;
  left: auto; }
  .box-slide .banner-right .img-banner-bottom .image_description .text-banner {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 7px; }
  .box-slide .banner-right .img-banner-bottom .image_description .title-banner {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 15px; }
  .box-slide .banner-right .img-banner-bottom .image_description .text2-banner {
    color: #034FA4; }

.banner2-home2 {
  margin: 0;
  border: 1px solid #E6E6E6; }
  .banner2-home2 .banner-content {
    padding: 0px; }
    @media (max-width: 991px) {
      .banner2-home2 .banner-content {
        border-bottom: 1px solid #E6E6E6; }
        .banner2-home2 .banner-content:nth-child(2n) .content-cate:nth-child(1) {
          border-right: 0px solid #E6E6E6; }
          .rtl .banner2-home2 .banner-content:nth-child(2n) .content-cate:nth-child(1) {
            border-left: 0px solid #E6E6E6;
            border-right: inherit; }
        .banner2-home2 .banner-content:nth-child(2n) .content-cate:nth-child(2) {
          border-right: 0px solid #E6E6E6; }
          .rtl .banner2-home2 .banner-content:nth-child(2n) .content-cate:nth-child(2) {
            border-left: 0px solid #E6E6E6;
            border-right: inherit; } }
    .banner2-home2 .banner-content .content-cate {
      padding-left: 30px; }
      .rtl .banner2-home2 .banner-content .content-cate {
        padding-right: 30px;
        padding-left: inherit; }
      .banner2-home2 .banner-content .content-cate .cate-link {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 1199px) {
          .banner2-home2 .banner-content .content-cate .cate-link {
            flex-wrap: wrap; } }
        .banner2-home2 .banner-content .content-cate .cate-link img {
          object-fit: cover;
          min-height: 150px;
          max-height: 150px; }
        .banner2-home2 .banner-content .content-cate .cate-link a {
          text-transform: capitalize; }
      .banner2-home2 .banner-content .content-cate .title_block {
        font-size: 16px;
        padding-left: 0px; }
        .rtl .banner2-home2 .banner-content .content-cate .title_block {
          padding-right: 0px;
          padding-left: inherit; }
      .banner2-home2 .banner-content .content-cate ul li a {
        color: #999999; }
        .banner2-home2 .banner-content .content-cate ul li a:hover {
          color: #E57C41; }
      .banner2-home2 .banner-content .content-cate:nth-child(1) {
        margin-bottom: 0px !important;
        margin-top: 30px;
        padding-bottom: 30px;
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6; }
        .rtl .banner2-home2 .banner-content .content-cate:nth-child(1) {
          border-left: 1px solid #E6E6E6;
          border-right: inherit; }
      .banner2-home2 .banner-content .content-cate:nth-child(2) {
        padding-top: 30px;
        border-right: 1px solid #E6E6E6; }
        .rtl .banner2-home2 .banner-content .content-cate:nth-child(2) {
          border-left: 1px solid #E6E6E6;
          border-right: inherit; }

@media (max-width: 1199px) {
  .banner3-home2 img {
    min-height: 250px;
    object-fit: cover; } }
.banner3-home2 .image_description {
  top: 45px;
  left: 40px; }
  @media (max-width: 1199px) {
    .banner3-home2 .image_description {
      left: 30px; } }
  .banner3-home2 .image_description p {
    margin-bottom: 0px; }
  .banner3-home2 .image_description .text-banner {
    font-size: 16px;
    margin-bottom: 7px;
    text-transform: capitalize; }
  .banner3-home2 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 7px; }
.banner3-home2 .banner-left .image_description .text2-banner span {
  color: #35A7FE; }
.banner3-home2 .banner-center .image_description .text-banner {
  color: #FFFFFF; }
.banner3-home2 .banner-center .image_description .title-banner {
  color: #FFFFFF; }
.banner3-home2 .banner-center .image_description .text2-banner {
  color: #FFFFFF; }
  .banner3-home2 .banner-center .image_description .text2-banner span {
    color: #FFC300; }
.banner3-home2 .banner-right .image_description .text2-banner span {
  color: #C1A159; }

.product1-home2 .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0px;
  justify-content: start; }
.product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a {
  color: #999999;
  padding: 0px 30px;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  text-transform: none;
  position: relative; }
  .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .rtl .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
      right: 0;
      left: auto; }
  .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
    color: #000000;
    border: 0px; }
    .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a.active::before, .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover::before {
      background-color: #E57C41; }
  @media (max-width: 1199px) {
    .product1-home2 .ApTabs.tabs-top .nav-tabs .nav-item > a {
      font-size: 18px; } }
.product1-home2 .ApTabs .tab-content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
  .product1-home2 .ApTabs .tab-content .product-banner {
    margin-bottom: 0px !important; }

@media (max-width: 1199px) {
  .banner4-home2 img {
    min-height: 250px;
    object-fit: cover; } }
.banner4-home2 .image_description {
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .banner4-home2 .image_description {
      position: inherit;
      transform: none;
      margin-top: 30px;
      right: 0;
      left: 15px; } }
  .banner4-home2 .image_description > div {
    margin-left: 40px; }
    .rtl .banner4-home2 .image_description > div {
      margin-right: 40px;
      margin-left: inherit; }
    .banner4-home2 .image_description > div:first-child {
      margin-left: 0px; }
      .rtl .banner4-home2 .image_description > div:first-child {
        margin-right: 0px;
        margin-left: inherit; }
      @media (max-width: 767px) {
        .banner4-home2 .image_description > div:first-child {
          padding-bottom: 20px; } }
  .banner4-home2 .image_description p {
    margin-bottom: 0px; }
  .banner4-home2 .image_description .text-banner {
    color: #575757;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-family: "Conv_CodecPro-Bold"; }
  .banner4-home2 .image_description .title-banner {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-family: "Conv_CodecPro-Regular", sans-serif;
    font-weight: normal; }
    @media (max-width: 767px) {
      .banner4-home2 .image_description .title-banner {
        font-size: 30px; } }
  .banner4-home2 .image_description .text2-banner {
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px; }
    .banner4-home2 .image_description .text2-banner span {
      font-size: 32px;
      line-height: 1.1;
      color: #E10A12;
      font-family: "Conv_CodecPro-Bold";
      font-weight: bold; }

.banner5-home2 .banner-right .widget-category_image {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }
  .banner5-home2 .banner-right .widget-category_image .cate_content {
    display: flex;
    align-items: center;
    border: 0px; }
  .banner5-home2 .banner-right .widget-category_image .cover-img {
    display: inline-block; }
    .banner5-home2 .banner-right .widget-category_image .cover-img img {
      width: auto; }
  .banner5-home2 .banner-right .widget-category_image .wr-text {
    display: inline-block;
    padding: 0px 20px;
    text-align: left; }
    .rtl .banner5-home2 .banner-right .widget-category_image .wr-text {
      text-align: right; }
    .banner5-home2 .banner-right .widget-category_image .wr-text .cate-name {
      padding: 0px; }
    .banner5-home2 .banner-right .widget-category_image .wr-text .leo-qty {
      padding: 0px; }
.banner5-home2 .banner-right > div:last-child {
  border-bottom: 0px; }
.banner5-home2 .product-banner .owl-carousel .owl-item.active .item {
  border: 2px solid #CB1E25;
  border-radius: 4px; }
  .banner5-home2 .product-banner .owl-carousel .owl-item.active .item .thumbnail-container {
    margin-bottom: 0px; }

.banner6-home2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner6-home2 .block {
    margin-bottom: 0px !important; }
  .banner6-home2 .title_block {
    width: 100%; }
  .banner6-home2 .img-banner {
    border: 1px solid #E6E6E6;
    padding: 30px;
    height: 100%; }
  .banner6-home2 .product-banner {
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner6-home2 .product-banner .block_content {
      height: 100%; }
  .banner6-home2 .image_description {
    top: 60px;
    left: 60px; }
    .rtl .banner6-home2 .image_description {
      right: 60px;
      left: auto; }
    .banner6-home2 .image_description .title-banner {
      font-size: 16px; }
    .banner6-home2 .image_description .text-banner {
      color: #999999; }

.banner7-home2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner7-home2 .block {
    margin-bottom: 0px !important; }
  .banner7-home2 .title_block {
    width: 100%; }
  .banner7-home2 .img-banner {
    border: 1px solid #E6E6E6;
    padding: 30px;
    height: 100%; }
  .banner7-home2 .product-banner {
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner7-home2 .product-banner .block_content {
      height: 100%; }
  .banner7-home2 .image_description {
    top: 60px;
    left: 60px; }
    .rtl .banner7-home2 .image_description {
      right: 60px;
      left: auto; }
    .banner7-home2 .image_description .title-banner {
      font-size: 16px;
      color: #FFFFFF; }
    .banner7-home2 .image_description .text-banner {
      color: #FFFFFF; }

.banner8-home2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner8-home2 .block {
    margin-bottom: 0px !important; }
  .banner8-home2 .title_block {
    width: 100%; }
  .banner8-home2 .img-banner {
    border: 1px solid #E6E6E6;
    padding: 30px;
    height: 100%; }
  .banner8-home2 .product-banner {
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner8-home2 .product-banner .block_content {
      height: 100%; }
  .banner8-home2 .image_description {
    top: 60px;
    left: 60px; }
    .rtl .banner8-home2 .image_description {
      right: 60px;
      left: auto; }
    .banner8-home2 .image_description .title-banner {
      font-size: 16px; }
    .banner8-home2 .image_description .text-banner {
      color: #999999; }

.banner9-home2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner9-home2 .block {
    margin-bottom: 0px !important; }
  .banner9-home2 .title_block {
    width: 100%; }
  .banner9-home2 .img-banner {
    border: 1px solid #E6E6E6;
    padding: 30px;
    height: 100%; }
  .banner9-home2 .product-banner {
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner9-home2 .product-banner .block_content {
      height: 100%; }
  .banner9-home2 .image_description {
    top: 60px;
    left: 60px; }
    .rtl .banner9-home2 .image_description {
      right: 60px;
      left: auto; }
    .banner9-home2 .image_description .title-banner {
      font-size: 16px; }
    .banner9-home2 .image_description .text-banner {
      color: #999999; }

/*Home 3*/
@media (max-width: 1199px) {
  .banner1-home3 img {
    min-height: 250px;
    object-fit: cover; } }
.banner1-home3 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 50px; }
  @media (max-width: 991px) {
    .banner1-home3 .image_description {
      left: 15px; } }
  .banner1-home3 .image_description p {
    margin-bottom: 0px; }
  .banner1-home3 .image_description .text-banner {
    color: #FFFFFF;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .banner1-home3 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.1; }
  .banner1-home3 .image_description .text2-banner {
    color: #FFFFFF;
    line-height: 1; }
.banner1-home3 .img-banner-left .title-banner {
  margin-bottom: 40px; }
.banner1-home3 .img-banner-center .title-banner {
  margin-bottom: 23px; }
.banner1-home3 .img-banner-right .title-banner {
  margin-bottom: 40px; }

.product1-home3 .product-banner .block_content {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
.product1-home3 .product-banner .owl-theme .owl-buttons div {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6; }
  .product1-home3 .product-banner .owl-theme .owl-buttons div:hover {
    background-color: #E57C41;
    border: 0px; }

.banner2-home3 .title_block {
  margin-left: 15px !important; }
  .rtl .banner2-home3 .title_block {
    margin-right: 15px !important;
    margin-left: inherit; }
.banner2-home3 .widget-category_image .cate_content {
  display: flex;
  align-items: center;
  border: 0px; }
.banner2-home3 .widget-category_image .cover-img {
  display: inline-block; }
  .banner2-home3 .widget-category_image .cover-img img {
    width: auto; }
.banner2-home3 .widget-category_image .wr-text {
  display: inline-block;
  padding: 0px 20px;
  text-align: left; }
  .rtl .banner2-home3 .widget-category_image .wr-text {
    text-align: right; }
  .banner2-home3 .widget-category_image .wr-text .cate-name {
    padding: 0px; }
  .banner2-home3 .widget-category_image .wr-text .leo-qty {
    padding: 0px; }

.banner3-home3 .image_description {
  top: 40px;
  left: 40px; }
  .rtl .banner3-home3 .image_description {
    right: 40px;
    left: auto; }
  @media (max-width: 1199px) {
    .banner3-home3 .image_description {
      left: 15px; }
      .rtl .banner3-home3 .image_description {
        right: 15px;
        left: auto; } }
  .banner3-home3 .image_description p {
    margin-bottom: 0px; }
  .banner3-home3 .image_description .title-banner {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px; }
  .banner3-home3 .image_description .text-banner {
    color: #666666;
    margin-bottom: 30px; }

.banner4-home3 {
  margin: 0px;
  padding-bottom: 30px; }
  .banner4-home3 .product-content {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap; }
  .banner4-home3 .product-banner {
    float: left;
    width: 75%; }
    @media (max-width: 991px) {
      .banner4-home3 .product-banner {
        float: left;
        width: 66.66667%; } }
    @media (max-width: 767px) {
      .banner4-home3 .product-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 575px) {
      .banner4-home3 .product-banner {
        float: left;
        width: 100%; } }
  .banner4-home3 .img-banner {
    float: left;
    width: 25%;
    padding: 30px 15px 0px 0px; }
    @media (max-width: 991px) {
      .banner4-home3 .img-banner {
        float: left;
        width: 33.33333%; } }
    @media (max-width: 767px) {
      .banner4-home3 .img-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 575px) {
      .banner4-home3 .img-banner {
        float: left;
        width: 100%;
        padding: 30px 15px 0px 15px; }
        .rtl .banner4-home3 .img-banner {
          padding: 30px 15px 0px 15px; } }
    .rtl .banner4-home3 .img-banner {
      padding: 30px 0px 0px 15px; }
    .banner4-home3 .img-banner:hover img {
      transform: scale(1); }
    .banner4-home3 .img-banner .image_description {
      top: 70px;
      left: 40px; }
      .rtl .banner4-home3 .img-banner .image_description {
        right: 40px;
        left: auto; }
      .banner4-home3 .img-banner .image_description .text-banner {
        text-transform: uppercase;
        margin-bottom: 12px;
        font-weight: bold; }
      .banner4-home3 .img-banner .image_description .title-banner {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: -1px;
        text-transform: capitalize; }
        .banner4-home3 .img-banner .image_description .title-banner span {
          font-family: "Conv_CodecPro-Regular", sans-serif;
          line-height: 1.2; }

.banner5-home3 .block_content {
  background-color: #143086;
  border-radius: 4px;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #FFFFFF; }
  .banner5-home3 .block_content .title-banner {
    font-family: "Conv_CodecPro-Regular", sans-serif;
    font-size: 20px;
    line-height: 1.2; }
    .banner5-home3 .block_content .title-banner a {
      color: #FFFFFF;
      font-weight: bold; }
  .banner5-home3 .block_content .text-banner {
    font-size: 16px; }
    .banner5-home3 .block_content .text-banner span {
      font-weight: bold; }
    .banner5-home3 .block_content .text-banner i {
      padding-right: 3px; }
      .rtl .banner5-home3 .block_content .text-banner i {
        padding-left: 3px;
        padding-right: inherit; }

.banner6-home3 {
  margin: 0px; }
  .banner6-home3 .product-content {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap; }
  .banner6-home3 .product-banner {
    float: left;
    width: 75%; }
    @media (max-width: 991px) {
      .banner6-home3 .product-banner {
        float: left;
        width: 66.66667%; } }
    @media (max-width: 767px) {
      .banner6-home3 .product-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 575px) {
      .banner6-home3 .product-banner {
        float: left;
        width: 100%; } }
  .banner6-home3 .img-banner {
    float: left;
    width: 25%;
    padding: 30px 0px 0px 15px; }
    .rtl .banner6-home3 .img-banner {
      padding: 30px 15px 0px 0px; }
    @media (max-width: 991px) {
      .banner6-home3 .img-banner {
        float: left;
        width: 33.33333%; } }
    @media (max-width: 767px) {
      .banner6-home3 .img-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 575px) {
      .banner6-home3 .img-banner {
        float: left;
        width: 100%;
        padding: 30px 15px 0px 15px; }
        .rtl .banner6-home3 .img-banner {
          padding: 30px 15px 0px 15px; } }
    .banner6-home3 .img-banner:hover img {
      transform: scale(1); }
    .banner6-home3 .img-banner .image_description {
      top: 70px;
      left: 40px; }
      .rtl .banner6-home3 .img-banner .image_description {
        right: 40px;
        left: auto; }
      .banner6-home3 .img-banner .image_description .text-banner {
        text-transform: uppercase;
        margin-bottom: 12px; }
      .banner6-home3 .img-banner .image_description .title-banner {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: -1px;
        text-transform: capitalize; }
        .banner6-home3 .img-banner .image_description .title-banner span {
          font-family: "Conv_CodecPro-Regular", sans-serif;
          line-height: 1.2; }

.banner7-home3 .img-banner {
  border: 1px solid #E6E6E6;
  padding: 30px;
  border-bottom: 0px;
  margin-bottom: 0px !important; }
  @media (max-width: 1199px) {
    .banner7-home3 .img-banner img {
      min-height: 200px;
      object-fit: cover; } }
  .banner7-home3 .img-banner:hover img {
    transform: scale(1); }
.banner7-home3 .banner-product {
  border: 1px solid #E6E6E6;
  padding: 0px 30px 0px 30px;
  border-top: 0px; }
  .rtl .banner7-home3 .banner-product {
    padding: 0px 30px 0px 30px; }
  .banner7-home3 .banner-product .owl-carousel .owl-item.active .thumbnail-container .product-meta {
    position: relative; }
    .banner7-home3 .banner-product .owl-carousel .owl-item.active .thumbnail-container .product-meta::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #E6E6E6;
      right: -15px;
      top: 0; }
      .rtl .banner7-home3 .banner-product .owl-carousel .owl-item.active .thumbnail-container .product-meta::after {
        left: -15px;
        right: auto; }
  .banner7-home3 .banner-product .owl-carousel .owl-item.active.last .thumbnail-container .product-meta::after {
    display: none; }
  .banner7-home3 .banner-product .owl-carousel .owl-item article:last-child .thumbnail-container {
    border-bottom: 0px;
    margin-bottom: 0px; }
.banner7-home3 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 70px; }
  @media (max-width: 575px) {
    .banner7-home3 .image_description {
      left: 35px; } }
  .banner7-home3 .image_description p {
    margin-bottom: 0px; }
  .banner7-home3 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 12px; }
    .banner7-home3 .image_description .title-banner span {
      font-size: 16px;
      line-height: 1.2;
      font-family: "Conv_CodecPro-Regular", sans-serif;
      font-weight: normal; }
  .banner7-home3 .image_description .text-banner {
    color: #FFFFFF; }

.banner8-home3 .block_carousel .owl-wrapper {
  display: flex !important; }
.banner8-home3 .block_carousel .item {
  height: 100%;
  border: 1px solid #E6E6E6; }
.banner8-home3 .block-carousel-container {
  text-align: center;
  height: 100%; }
  .banner8-home3 .block-carousel-container .left-block {
    height: 100%; }
  .banner8-home3 .block-carousel-container .block-carousel-image-container {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 50px;
    height: 100%; }
    .banner8-home3 .block-carousel-container .block-carousel-image-container img {
      margin-bottom: 12px; }
    .banner8-home3 .block-carousel-container .block-carousel-image-container .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #000000; }
    .banner8-home3 .block-carousel-container .block-carousel-image-container .sub-title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px;
      color: #444444; }
    .banner8-home3 .block-carousel-container .block-carousel-image-container .descript strong {
      font-size: 16px;
      color: #000000;
      text-transform: capitalize; }
    .banner8-home3 .block-carousel-container .block-carousel-image-container .descript p {
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      color: #999999;
      margin-bottom: 0px;
      margin-top: 6px; }
@media (min-width: 575px) {
  .banner8-home3 .owl-buttons {
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .banner8-home3 .owl-buttons {
      left: 0;
      right: auto; }
    .banner8-home3 .owl-buttons .owl-prev {
      right: 55px !important;
      left: inherit !important; }
      .rtl .banner8-home3 .owl-buttons .owl-prev {
        left: 55px !important;
        right: auto; }
      .rtl .banner8-home3 .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .banner8-home3 .owl-buttons .owl-next {
      right: 15px !important;
      left: inherit !important; }
      .rtl .banner8-home3 .owl-buttons .owl-next {
        left: 15px !important;
        right: auto; }
      .rtl .banner8-home3 .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
.banner8-home3 .owl-buttons div {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6; }
  .banner8-home3 .owl-buttons div:hover {
    background-color: #E57C41;
    border: 0px; }

/*home 4*/
.box-cate-home4 .widget-category_image .cate_content {
  border: 0px; }
.box-cate-home4 .widget-category_image .cover-img {
  display: flex;
  justify-content: center; }
  .box-cate-home4 .widget-category_image .cover-img img {
    width: auto; }
.box-cate-home4 .widget-category_image .wr-text .leo-qty {
  display: none !important; }

@media (max-width: 1199px) {
  .banner2-home4 img {
    min-height: 200px;
    object-fit: cover; } }
.banner2-home4 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 40px; }
  .banner2-home4 .image_description p {
    margin-bottom: 0px; }
  .banner2-home4 .image_description .text-banner {
    font-size: 16px;
    margin-bottom: 7px;
    color: #FFFFFF; }
  .banner2-home4 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .banner2-home4 .image_description .text2-banner {
    color: #FFFFFF; }

@media (max-width: 1199px) {
  .banner3-home4 img {
    min-height: 200px;
    object-fit: cover; } }
.banner3-home4 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 40px; }
  .banner3-home4 .image_description p {
    margin-bottom: 0px; }
  .banner3-home4 .image_description .text-banner {
    color: #FFFFFF;
    margin-bottom: 7px; }
  .banner3-home4 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: -1px;
    margin-bottom: 7px; }
  .banner3-home4 .image_description .text1-banner {
    color: #FFFFFF; }

.product1-home4 .thumbnail-container {
  border: 2px solid #CB1E25;
  border-radius: 4px; }
@media (min-width: 576px) {
  .product1-home4 .owl-buttons {
    position: absolute;
    top: 0px;
    right: 0; }
    .rtl .product1-home4 .owl-buttons {
      left: 0;
      right: auto; }
    .product1-home4 .owl-buttons .owl-prev {
      right: 55px !important;
      left: inherit !important; }
      .rtl .product1-home4 .owl-buttons .owl-prev {
        left: 55px !important;
        right: auto; }
      .rtl .product1-home4 .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .product1-home4 .owl-buttons .owl-next {
      right: 15px !important;
      left: inherit !important; }
      .rtl .product1-home4 .owl-buttons .owl-next {
        left: 15px !important;
        right: auto; }
      .rtl .product1-home4 .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }

@media (max-width: 1199px) {
  .banner4-home4 img {
    min-height: 200px;
    object-fit: cover; } }
.banner4-home4 .image_description {
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%); }
  .banner4-home4 .image_description p {
    margin-bottom: 0px; }
  .banner4-home4 .image_description .text-banner {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.5px; }
    .banner4-home4 .image_description .text-banner span {
      font-size: 18px;
      line-height: 1.5; }

.banner5-home4 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner5-home4 .block {
    margin-bottom: 0px !important; }
  .banner5-home4 .title_block {
    width: 100%; }
  .banner5-home4 .img-banner {
    border: 1px solid #E6E6E6;
    padding: 30px;
    height: 100%; }
  .banner5-home4 .product-banner {
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner5-home4 .product-banner .block_content {
      height: 100%; }
  .banner5-home4 .image_description {
    top: 60px;
    left: 60px; }
    .banner5-home4 .image_description .title-banner {
      font-size: 16px;
      color: #FFFFFF; }
    .banner5-home4 .image_description .text-banner {
      color: #FFFFFF; }

@media (max-width: 1199px) {
  .banner6-home4 img {
    min-height: 200px;
    object-fit: cover; } }
.banner6-home4 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 40px; }
  .banner6-home4 .image_description p {
    margin-bottom: 0px; }
  .banner6-home4 .image_description .text-banner {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 7px; }
  .banner6-home4 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 7px;
    letter-spacing: -1px; }
  .banner6-home4 .image_description .text1-banner {
    color: #FFFFFF; }

.product2-home4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .product2-home4 .title_block {
    width: 100%; }
  .product2-home4 .banner-center {
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
    @media (max-width: 991px) {
      .product2-home4 .banner-center {
        padding-top: 0px; } }
    .product2-home4 .banner-center .block {
      margin-bottom: 0px !important; }
    @media (max-width: 991px) {
      .product2-home4 .banner-center .owl-item {
        padding: 0; } }
    .product2-home4 .banner-center .owl-item.active .item {
      border: 1px solid #E6E6E6;
      border-top: 0px;
      border-bottom: 0px; }
    .product2-home4 .banner-center .thumbnail-container {
      padding: 0px 30px;
      border-bottom: 0px;
      margin-bottom: 0px; }
  .product2-home4 .banner-left,
  .product2-home4 .banner-right {
    padding-top: 30px; }
    .product2-home4 .banner-left .owl-item article:last-child .thumbnail-container,
    .product2-home4 .banner-right .owl-item article:last-child .thumbnail-container {
      border-bottom: 0px; }
  .product2-home4 .banner-left {
    border: 1px solid #E6E6E6;
    border-right: 0px !important;
    border-left: 1px solid #E6E6E6 !important; }
    .rtl .product2-home4 .banner-left {
      border-left: 0px !important;
      border-right: inherit; }
    .rtl .product2-home4 .banner-left {
      border-right: 1px solid #E6E6E6 !important;
      border-left: inherit; }
    @media (max-width: 991px) {
      .product2-home4 .banner-left {
        border-right: 1px solid #E6E6E6 !important; }
        .rtl .product2-home4 .banner-left {
          border-left: 1px solid #E6E6E6 !important;
          border-right: inherit; } }
  .product2-home4 .banner-right {
    border: 1px solid #E6E6E6;
    border-left: 0px !important;
    border-right: 1px solid #E6E6E6 !important; }
    .rtl .product2-home4 .banner-right {
      border-right: 0px !important;
      border-left: inherit; }
    .rtl .product2-home4 .banner-right {
      border-left: 1px solid #E6E6E6 !important;
      border-right: inherit; }
    @media (max-width: 991px) {
      .product2-home4 .banner-right {
        border-left: 1px solid #E6E6E6 !important; }
        .rtl .product2-home4 .banner-right {
          border-right: 1px solid #E6E6E6 !important;
          border-left: inherit; } }

.product3-home4 .product-banner {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-bottom: 0px !important; }

/*Home 5*/
.banner1-home5 {
  display: flex;
  flex-wrap: wrap; }
  .banner1-home5 .image_description {
    top: 50%;
    transform: translateY(-50%);
    left: 43px; }
    .banner1-home5 .image_description p {
      margin-bottom: 0px; }
    .banner1-home5 .image_description .button {
      bottom: 47px; }
    .banner1-home5 .image_description .text-banner {
      font-size: 16px;
      margin-bottom: 7px; }
    .banner1-home5 .image_description .title-banner {
      font-size: 24px;
      line-height: 1.2;
      margin-bottom: 15px;
      letter-spacing: -1px; }
    .banner1-home5 .image_description .text2-banner {
      font-size: 24px;
      line-height: 1.2;
      margin-bottom: 15px;
      letter-spacing: -1px;
      font-weight: bold; }
  .banner1-home5 .banner-left .img-banner-top .title-banner {
    color: #5491DB; }
  .banner1-home5 .banner-left .img-banner-bottom .title-banner {
    color: #63AB07; }
  .banner1-home5 .banner-right .img-banner-top .title-banner {
    color: #56878D; }
  .banner1-home5 .banner-right .img-banner-bottom .title-banner {
    color: #C61431; }
  .banner1-home5 .banner-center {
    margin-bottom: 30px; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .banner1-home5 .banner-center {
      order: 1;
      margin-bottom: 30px; }
    .banner1-home5 .banner-left,
    .banner1-home5 .banner-right {
      order: 2; } }

.product1-home5 {
  border: 1px solid #E6E6E6;
  margin: 0px 0px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .product1-home5 .title-product {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product1-home5 .title-product .title_block {
      margin-left: -70% !important;
      margin-right: inherit !important;
      padding: 8px 20px 8px 30px;
      background-color: #CB1E25;
      color: #FFFFFF;
      -moz-border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      margin-bottom: 0px !important; }
      .rtl .product1-home5 .title-product .title_block {
        margin-right: -70% !important;
        margin-left: inherit; }
      .rtl .product1-home5 .title-product .title_block {
        margin-left: inherit !important;
        margin-right: inherit; }
      .rtl .product1-home5 .title-product .title_block {
        padding: 8px 30px 8px 20px; }
      .rtl .product1-home5 .title-product .title_block {
        -moz-border-top-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: inherit;
        -webkit-border-top-left-radius: inherit;
        border-top-left-radius: inherit; }
      .rtl .product1-home5 .title-product .title_block {
        -moz-border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-bottom-left-radius: inherit;
        -webkit-border-bottom-left-radius: inherit;
        border-bottom-left-radius: inherit; }
      .product1-home5 .title-product .title_block::before {
        left: 15px; }
        .rtl .product1-home5 .title-product .title_block::before {
          right: 15px;
          left: auto; }
      .product1-home5 .title-product .title_block::after {
        border-left: 23px solid #CB1E25 !important;
        border-right: 20px solid transparent !important;
        border-bottom: 20px solid transparent;
        border-top: 23px solid transparent;
        position: absolute;
        content: '';
        right: -40px !important;
        left: inherit !important;
        top: 0; }
        .rtl .product1-home5 .title-product .title_block::after {
          border-right: 23px solid #CB1E25 !important;
          border-left: inherit; }
        .rtl .product1-home5 .title-product .title_block::after {
          border-left: 20px solid transparent !important;
          border-right: inherit; }
        .rtl .product1-home5 .title-product .title_block::after {
          left: -40px !important;
          right: auto; }
        .rtl .product1-home5 .title-product .title_block::after {
          right: inherit !important;
          left: auto; }
  .product1-home5 .banner-product .thumbnail-container {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    border-right: 1px solid #E6E6E6; }
    .rtl .product1-home5 .banner-product .thumbnail-container {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
  .product1-home5 .banner-product .block {
    margin-bottom: 0px !important; }

.product2-home5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .product2-home5 .title_block {
    width: 100%; }
  .product2-home5 .banner-center {
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
    @media (max-width: 991px) {
      .product2-home5 .banner-center {
        padding-top: 0px; } }
    .product2-home5 .banner-center .owl-item.active {
      border: 1px solid #E6E6E6;
      border-top: 0px;
      border-bottom: 0px; }
  .product2-home5 .banner-center,
  .product2-home5 .banner-right {
    padding-top: 30px; }
    .product2-home5 .banner-center .owl-item article:last-child .thumbnail-container,
    .product2-home5 .banner-right .owl-item article:last-child .thumbnail-container {
      border-bottom: 0px;
      margin-bottom: 0px; }
  .product2-home5 .banner-left {
    border: 1px solid #E6E6E6;
    border-right: 0px !important;
    border-left: 1px solid #E6E6E6 !important; }
    .rtl .product2-home5 .banner-left {
      border-left: 0px !important;
      border-right: inherit; }
    .rtl .product2-home5 .banner-left {
      border-right: 1px solid #E6E6E6 !important;
      border-left: inherit; }
    .product2-home5 .banner-left .block {
      margin-bottom: 0px !important; }
    .product2-home5 .banner-left .thumbnail-container {
      padding: 30px;
      border-bottom: 0px;
      margin-bottom: 0px; }
      .product2-home5 .banner-left .thumbnail-container .product-meta .product-title a {
        font-size: 18px; }
    @media (max-width: 991px) {
      .product2-home5 .banner-left {
        border-right: 1px solid #E6E6E6; }
        .rtl .product2-home5 .banner-left {
          border-left: 1px solid #E6E6E6;
          border-right: inherit; } }
  .product2-home5 .banner-right {
    border: 1px solid #E6E6E6;
    border-left: 0px !important;
    border-right: 1px solid #E6E6E6 !important; }
    .rtl .product2-home5 .banner-right {
      border-right: 0px !important;
      border-left: inherit; }
    .rtl .product2-home5 .banner-right {
      border-left: 1px solid #E6E6E6 !important;
      border-right: inherit; }
    @media (max-width: 991px) {
      .product2-home5 .banner-right {
        border-left: 1px solid #E6E6E6; }
        .rtl .product2-home5 .banner-right {
          border-right: 1px solid #E6E6E6;
          border-left: inherit; } }
    @media (min-width: 992px) {
      .product2-home5 .banner-right .owl-buttons {
        position: absolute;
        top: -35px;
        right: 0; }
        .rtl .product2-home5 .banner-right .owl-buttons {
          left: 0;
          right: auto; }
        .product2-home5 .banner-right .owl-buttons .owl-prev {
          right: 35px !important;
          left: inherit !important; }
          .rtl .product2-home5 .banner-right .owl-buttons .owl-prev {
            left: 35px !important;
            right: auto; }
          .rtl .product2-home5 .banner-right .owl-buttons .owl-prev {
            right: inherit !important;
            left: auto; }
        .product2-home5 .banner-right .owl-buttons .owl-next {
          right: 0px !important;
          left: inherit !important; }
          .rtl .product2-home5 .banner-right .owl-buttons .owl-next {
            left: 0px !important;
            right: auto; }
          .rtl .product2-home5 .banner-right .owl-buttons .owl-next {
            right: inherit !important;
            left: auto; } }

.banner2-home5 {
  margin: 0px; }
  .banner2-home5 .link-banner {
    padding-left: 30px; }
    .rtl .banner2-home5 .link-banner {
      padding-right: 30px;
      padding-left: inherit; }
    .banner2-home5 .link-banner .block_content {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991px) and (min-width: 576px) {
        .banner2-home5 .link-banner .block_content {
          flex-wrap: wrap; } }
      .banner2-home5 .link-banner .block_content .link ul li a {
        line-height: 30px;
        color: #999999; }
        .banner2-home5 .link-banner .block_content .link ul li a:hover {
          color: #E57C41; }
  .banner2-home5 .banner-product {
    border: 1px solid #E6E6E6;
    border-radius: 4px; }

.banner3-home5 .image_description {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  @media (max-width: 575px) {
    .banner3-home5 .image_description {
      position: inherit;
      transform: none;
      margin-top: 15px;
      left: 0; } }
  .banner3-home5 .image_description p {
    margin-bottom: 0px; }
  .banner3-home5 .image_description .title-banner {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 11px; }
    @media (max-width: 575px) {
      .banner3-home5 .image_description .title-banner {
        font-size: 26px; } }

@media (max-width: 1199px) {
  .banner5-home5 img {
    min-height: 200px;
    object-fit: cover; } }
.banner5-home5 .image_description {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 90px !important;
  right: 70px !important; }
  .rtl .banner5-home5 .image_description {
    right: 90px !important;
    left: auto; }
  .rtl .banner5-home5 .image_description {
    left: 70px !important;
    right: auto; }
  @media (max-width: 991px) {
    .banner5-home5 .image_description {
      left: 15px !important;
      right: 15px !important;
      flex-wrap: wrap; }
      .rtl .banner5-home5 .image_description {
        right: 15px !important;
        left: auto; }
      .rtl .banner5-home5 .image_description {
        left: 15px !important;
        right: auto; } }
  @media (max-width: 575px) {
    .banner5-home5 .image_description {
      position: inherit;
      margin-top: 20px;
      transform: none; } }
  .banner5-home5 .image_description p {
    margin-bottom: 0px; }
  .banner5-home5 .image_description .banner-content {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .banner5-home5 .image_description .banner-content {
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .banner5-home5 .image_description .banner-content {
        padding-bottom: 15px; } }
  .banner5-home5 .image_description .title-banner {
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
    border-right: 1px solid #E57C41;
    padding-right: 25px;
    margin-right: 25px;
    margin-bottom: 0px;
    text-align: right;
    text-transform: uppercase; }
    .rtl .banner5-home5 .image_description .title-banner {
      border-left: 1px solid #E57C41;
      border-right: inherit; }
    .rtl .banner5-home5 .image_description .title-banner {
      padding-left: 25px;
      padding-right: inherit; }
    .rtl .banner5-home5 .image_description .title-banner {
      margin-left: 25px;
      margin-right: inherit; }
    .rtl .banner5-home5 .image_description .title-banner {
      text-align: left; }
    .banner5-home5 .image_description .title-banner span {
      font-size: 48px; }
  .banner5-home5 .image_description .text-banner {
    text-transform: uppercase;
    font-weight: bold; }
    .banner5-home5 .image_description .text-banner span {
      text-transform: capitalize;
      font-size: 44px;
      line-height: 1.1;
      font-family: "Conv_CodecPro-ExtraBold"; }
    @media (max-width: 575px) {
      .banner5-home5 .image_description .text-banner {
        padding-top: 10px; } }

.banner7-home5 {
  border: 3px solid #E57C41;
  border-radius: 4px;
  margin: 0; }
  .banner7-home5 .banner-left {
    padding-left: 165px; }
    .rtl .banner7-home5 .banner-left {
      padding-right: 165px;
      padding-left: inherit; }
    @media (max-width: 575px) {
      .banner7-home5 .banner-left {
        padding-left: 15px; }
        .rtl .banner7-home5 .banner-left {
          padding-right: 15px;
          padding-left: inherit; } }
    .banner7-home5 .banner-left::before {
      content: '';
      background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-matico-home5-banner7-img1.png);
      width: 64px;
      height: 107px;
      left: 44px !important;
      right: inherit !important;
      position: absolute;
      top: -35px;
      z-index: -1; }
      .rtl .banner7-home5 .banner-left::before {
        right: 44px !important;
        left: auto; }
      .rtl .banner7-home5 .banner-left::before {
        left: inherit !important;
        right: auto; }
    .banner7-home5 .banner-left .title_block {
      margin-bottom: 0px !important; }
    .banner7-home5 .banner-left .block_content {
      color: #444444; }
  .banner7-home5 .banner-right::after {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-matico-home5-banner7-img2.png);
    width: 93px;
    height: 85px;
    right: 66px !important;
    left: inherit !important;
    position: absolute;
    top: -20px;
    z-index: -1; }
    .rtl .banner7-home5 .banner-right::after {
      left: 66px !important;
      right: auto; }
    .rtl .banner7-home5 .banner-right::after {
      right: inherit !important;
      left: auto; }
  .banner7-home5 .banner-right .block_newsletter .title_block {
    display: none; }
  .banner7-home5 .banner-right .block_newsletter form input[type="email"] {
    padding: 11px 11px 11px 11px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    height: 52px;
    max-width: 590px; }
  .banner7-home5 .banner-right .block_newsletter form .input-wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 480px) {
      .banner7-home5 .banner-right .block_newsletter form .input-wrapper {
        flex-wrap: wrap; } }
  .banner7-home5 .banner-right .block_newsletter form .btn {
    background-color: #E57C41;
    color: #FFFFFF;
    position: relative;
    right: 0px;
    margin-left: 10px; }
    .rtl .banner7-home5 .banner-right .block_newsletter form .btn {
      left: 0px;
      right: auto; }
    .rtl .banner7-home5 .banner-right .block_newsletter form .btn {
      margin-right: 10px;
      margin-left: inherit; }
    .banner7-home5 .banner-right .block_newsletter form .btn:hover {
      background-color: #FFFFFF;
      border: 1px solid #E57C41;
      color: #E57C41; }
      .banner7-home5 .banner-right .block_newsletter form .btn:hover::before {
        color: #E57C41; }
    @media (max-width: 480px) {
      .banner7-home5 .banner-right .block_newsletter form .btn {
        left: 0px;
        margin-left: 0px;
        top: 100%;
        margin-top: 10px; }
        .rtl .banner7-home5 .banner-right .block_newsletter form .btn {
          right: 0px;
          left: auto; }
        .rtl .banner7-home5 .banner-right .block_newsletter form .btn {
          margin-right: 0px;
          margin-left: inherit; } }

.banner8-home5 .title_block {
  margin-left: 15px !important; }
  .rtl .banner8-home5 .title_block {
    margin-right: 15px !important;
    margin-left: inherit; }
.banner8-home5 .banner-content {
  text-align: center; }
.banner8-home5 .image_description {
  position: inherit;
  margin-top: 15px; }

@media (min-width: 576px) {
  .banner9-home5 .banner-left .owl-buttons,
  .banner9-home5 .banner-right .owl-buttons {
    position: absolute;
    top: -35px;
    right: -35px; }
    .rtl .banner9-home5 .banner-left .owl-buttons, .rtl
    .banner9-home5 .banner-right .owl-buttons {
      left: -35px;
      right: auto; }
    .banner9-home5 .banner-left .owl-buttons .owl-prev,
    .banner9-home5 .banner-right .owl-buttons .owl-prev {
      right: 70px !important;
      left: inherit !important; }
    .banner9-home5 .banner-left .owl-buttons .owl-next,
    .banner9-home5 .banner-right .owl-buttons .owl-next {
      right: 30px !important;
      left: inherit !important; } }
.banner9-home5 .banner-left .img-banner,
.banner9-home5 .banner-right .img-banner {
  float: left;
  width: 58.33333%;
  padding: 30px;
  border: 1px solid #E6E6E6; }
  @media (max-width: 575px) {
    .banner9-home5 .banner-left .img-banner,
    .banner9-home5 .banner-right .img-banner {
      float: left;
      width: 100%; } }
  .banner9-home5 .banner-left .img-banner .image_description,
  .banner9-home5 .banner-right .img-banner .image_description {
    top: 66px;
    left: 60px;
    right: 60px; }
    .banner9-home5 .banner-left .img-banner .image_description .text-banner,
    .banner9-home5 .banner-right .img-banner .image_description .text-banner {
      font-size: 16px;
      margin-bottom: 7px; }
    .banner9-home5 .banner-left .img-banner .image_description .title-banner,
    .banner9-home5 .banner-right .img-banner .image_description .title-banner {
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: -1px;
      margin-bottom: 14px; }
    .banner9-home5 .banner-left .img-banner .image_description .text2-banner span,
    .banner9-home5 .banner-right .img-banner .image_description .text2-banner span {
      font-size: 18px;
      font-weight: bold; }
.banner9-home5 .banner-left .product-banner,
.banner9-home5 .banner-right .product-banner {
  float: left;
  width: 41.66667%;
  padding: 25px 30px 0px;
  border: 1px solid #E6E6E6;
  margin-bottom: 0px !important; }
  @media (max-width: 575px) {
    .banner9-home5 .banner-left .product-banner,
    .banner9-home5 .banner-right .product-banner {
      float: left;
      width: 100%; } }
  .banner9-home5 .banner-left .product-banner .thumbnail-container .product-meta .leo-list-product-reviews,
  .banner9-home5 .banner-right .product-banner .thumbnail-container .product-meta .leo-list-product-reviews {
    display: none; }
.banner9-home5 .banner-left .product-button,
.banner9-home5 .banner-right .product-button {
  display: flex;
  border: 1px solid #E6E6E6;
  justify-content: center;
  padding: 16px;
  line-height: 1;
  font-weight: bold; }
  .banner9-home5 .banner-left .product-button a,
  .banner9-home5 .banner-right .product-button a {
    color: #000000; }
  .banner9-home5 .banner-left .product-button::before,
  .banner9-home5 .banner-right .product-button::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro";
    color: #E57C41; }
    .rtl .banner9-home5 .banner-left .product-button::before, .rtl
    .banner9-home5 .banner-right .product-button::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .banner9-home5 .banner-left .product-button::before, .rtl
    .banner9-home5 .banner-right .product-button::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .banner9-home5 .banner-left .product-button:hover a,
  .banner9-home5 .banner-right .product-button:hover a {
    color: #E57C41; }
.banner9-home5 .banner-left .owl-item article:last-child .thumbnail-container,
.banner9-home5 .banner-right .owl-item article:last-child .thumbnail-container {
  border-bottom: 0px;
  margin: 0px; }

.banner10-home5 .block-carousel-container .block-carousel-image-container {
  background-color: #F4F9FF;
  border-radius: 4px;
  padding: 50px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .banner10-home5 .block-carousel-container .block-carousel-image-container {
      padding: 30px; } }
  .banner10-home5 .block-carousel-container .block-carousel-image-container img {
    margin-bottom: 12px; }
  .banner10-home5 .block-carousel-container .block-carousel-image-container .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000; }
  .banner10-home5 .block-carousel-container .block-carousel-image-container .sub-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }
  .banner10-home5 .block-carousel-container .block-carousel-image-container .descript {
    display: flex;
    align-items: center; }
    .banner10-home5 .block-carousel-container .block-carousel-image-container .descript img {
      margin-bottom: 0px;
      margin-right: 15px; }
      .rtl .banner10-home5 .block-carousel-container .block-carousel-image-container .descript img {
        margin-left: 15px;
        margin-right: inherit; }
    .banner10-home5 .block-carousel-container .block-carousel-image-container .descript strong {
      font-size: 16px;
      color: #000000;
      text-transform: capitalize; }
    .banner10-home5 .block-carousel-container .block-carousel-image-container .descript p {
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      color: #999999;
      margin-bottom: 0px;
      margin-top: 6px; }
@media (min-width: 575px) {
  .banner10-home5 .owl-buttons {
    position: absolute;
    bottom: 15%;
    right: 50px !important;
    left: inherit !important; }
    .rtl .banner10-home5 .owl-buttons {
      left: 50px !important;
      right: auto; }
    .rtl .banner10-home5 .owl-buttons {
      right: inherit !important;
      left: auto; }
    .banner10-home5 .owl-buttons .owl-prev {
      right: 55px !important;
      left: inherit !important; }
      .rtl .banner10-home5 .owl-buttons .owl-prev {
        left: 55px !important;
        right: auto; }
      .rtl .banner10-home5 .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .banner10-home5 .owl-buttons .owl-next {
      right: 15px !important;
      left: inherit !important; }
      .rtl .banner10-home5 .owl-buttons .owl-next {
        left: 15px !important;
        right: auto; }
      .rtl .banner10-home5 .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .banner10-home5 .owl-buttons {
    right: 30px !important; }
    .rtl .banner10-home5 .owl-buttons {
      left: 30px !important;
      right: auto; } }

/*Home 6*/
.banner1-home6 .banner-left {
  padding-bottom: 30px; }
@media (max-width: 991px) and (min-width: 768px) {
  .banner1-home6 .banner-right {
    display: flex;
    align-items: center; }
    .banner1-home6 .banner-right > div:nth-child(1) {
      padding-right: 15px; }
      .rtl .banner1-home6 .banner-right > div:nth-child(1) {
        padding-left: 15px;
        padding-right: inherit; }
    .banner1-home6 .banner-right > div:nth-child(2) {
      padding-left: 15px; }
      .rtl .banner1-home6 .banner-right > div:nth-child(2) {
        padding-right: 15px;
        padding-left: inherit; } }
.banner1-home6 .banner-right .image_description {
  top: 40px;
  left: 40px; }
  .banner1-home6 .banner-right .image_description .text-banner {
    color: #FFFFFF;
    margin-bottom: 9px;
    text-transform: uppercase; }
  .banner1-home6 .banner-right .image_description .title-banner {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .banner1-home6 .banner-right .image_description {
      top: 50%;
      transform: translateY(-50%); }
      .banner1-home6 .banner-right .image_description .title-banner {
        font-size: 26px; } }

.box-cate-home6 {
  margin: 0; }
  @media (min-width: 992px) {
    .box-cate-home6 .cate-content {
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6; }
      .box-cate-home6 .cate-content:nth-child(2) {
        border-left: 1px solid #E6E6E6; }
        .rtl .box-cate-home6 .cate-content:nth-child(2) {
          border-right: 1px solid #E6E6E6;
          border-left: inherit; }
      .box-cate-home6 .cate-content:last-child {
        border-right: 1px solid #E6E6E6; }
        .rtl .box-cate-home6 .cate-content:last-child {
          border-left: 1px solid #E6E6E6;
          border-right: inherit; }
        .box-cate-home6 .cate-content:last-child .widget-category_image {
          border-right: 0px; }
          .rtl .box-cate-home6 .cate-content:last-child .widget-category_image {
            border-left: 0px;
            border-right: inherit; }
          .box-cate-home6 .cate-content:last-child .widget-category_image .cate_content::after {
            display: none; }
      .box-cate-home6 .cate-content .widget-category_image {
        margin-top: 30px; }
        .box-cate-home6 .cate-content .widget-category_image .cate_content::after {
          content: '';
          width: 1px;
          height: 100%;
          background-color: #E6E6E6;
          top: 0;
          right: -15px;
          position: absolute; }
          .rtl .box-cate-home6 .cate-content .widget-category_image .cate_content::after {
            left: -15px;
            right: auto; }
        .box-cate-home6 .cate-content .widget-category_image .cover-img {
          text-align: center; }
          .box-cate-home6 .cate-content .widget-category_image .cover-img img {
            width: auto; }
        .box-cate-home6 .cate-content .widget-category_image .wr-text .leo-qty {
          padding: 0px 10px; } }
  .box-cate-home6 .cate-content .widget-category_image .cate_content {
    border: 0px; }
  .box-cate-home6 .cate-content .widget-category_image .cover-img {
    text-align: center; }
    .box-cate-home6 .cate-content .widget-category_image .cover-img img {
      width: auto; }

@media (max-width: 575px) {
  .banner2-home6 img {
    min-height: 200px;
    object-fit: cover; } }
.banner2-home6 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 50px; }
  .banner2-home6 .image_description p {
    margin-bottom: 0px; }
  .banner2-home6 .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 9px; }
  .banner2-home6 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 26px; }

.product1-home6 .product-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

@media (max-width: 1199px) {
  .banner3-home6 img {
    min-height: 200px;
    object-fit: cover; } }
.banner3-home6 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 60px; }
  .banner3-home6 .image_description .text-banner {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .banner3-home6 .image_description .text2-banner {
    display: inline-block;
    background-color: #53B7BD;
    border-radius: 4px;
    padding: 2px 20px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 12px; }
    .rtl .banner3-home6 .image_description .text2-banner {
      margin-right: 15px;
      margin-left: inherit; }
  .banner3-home6 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: "Conv_CodecPro-Regular", sans-serif;
    font-weight: normal; }

.product2-home6 .product-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

@media (max-width: 1199px) {
  .banner4-home6 img {
    min-height: 200px;
    object-fit: cover; } }
.banner4-home6 .image_description {
  top: 50px;
  left: 35px; }
  @media (max-width: 1199px) {
    .banner4-home6 .image_description {
      top: 50%;
      transform: translateY(-50%); } }
  .banner4-home6 .image_description p {
    margin-bottom: 0px; }
  .banner4-home6 .image_description .text-banner {
    color: #FFFFFF;
    margin-bottom: 9px;
    text-transform: uppercase; }
  .banner4-home6 .image_description .title-banner {
    color: #FFFFFF;
    margin-bottom: 26px;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -1px; }

@media (max-width: 991px) {
  .banner5-home6 img {
    min-height: 300px;
    object-fit: cover; } }
.banner5-home6 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 80px; }
  @media (max-width: 991px) {
    .banner5-home6 .image_description {
      left: 50px; } }
  @media (max-width: 575px) {
    .banner5-home6 .image_description {
      left: 30px; } }
  .banner5-home6 .image_description p {
    margin-bottom: 0px; }
  .banner5-home6 .image_description .text-banner {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .banner5-home6 .image_description .title-banner {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 14px; }
    @media (max-width: 991px) {
      .banner5-home6 .image_description .title-banner {
        font-size: 35px; } }
  .banner5-home6 .image_description .text2-banner {
    font-size: 15px;
    color: #666666;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .banner5-home6 .image_description .text2-banner {
        margin-bottom: 30px; } }

.banner6-home6 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner6-home6 .block {
    margin-bottom: 0px !important; }
  .banner6-home6 .title_block {
    width: 100%; }
  .banner6-home6 .img-banner {
    border: 1px solid #E6E6E6;
    padding: 30px;
    height: 100%; }
    .banner6-home6 .img-banner .image_description {
      top: 66px;
      left: 76px !important;
      right: 35px !important; }
      .rtl .banner6-home6 .img-banner .image_description {
        right: 76px !important;
        left: auto; }
      .rtl .banner6-home6 .img-banner .image_description {
        left: 35px !important;
        right: auto; }
      .banner6-home6 .img-banner .image_description .text-banner {
        text-transform: uppercase;
        margin-bottom: 6px;
        font-weight: 600; }
      .banner6-home6 .img-banner .image_description .title-banner {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 0px; }
  .banner6-home6 .banner-product {
    height: 100%; }
    .banner6-home6 .banner-product .block_content {
      border: 1px solid #E6E6E6;
      padding: 30px 30px 0px;
      height: 100%; }
    @media (min-width: 992px) {
      .banner6-home6 .banner-product .owl-buttons {
        position: absolute;
        top: -30px;
        right: 0; }
        .rtl .banner6-home6 .banner-product .owl-buttons {
          left: 0;
          right: auto; }
        .banner6-home6 .banner-product .owl-buttons .owl-prev {
          right: 35px !important;
          left: inherit !important; }
          .rtl .banner6-home6 .banner-product .owl-buttons .owl-prev {
            left: 35px !important;
            right: auto; }
          .rtl .banner6-home6 .banner-product .owl-buttons .owl-prev {
            right: inherit !important;
            left: auto; }
        .banner6-home6 .banner-product .owl-buttons .owl-next {
          right: 0px !important;
          left: inherit !important; }
          .rtl .banner6-home6 .banner-product .owl-buttons .owl-next {
            left: 0px !important;
            right: auto; }
          .rtl .banner6-home6 .banner-product .owl-buttons .owl-next {
            right: inherit !important;
            left: auto; } }
    .banner6-home6 .banner-product .owl-item.active .thumbnail-container .product-meta {
      position: relative; }
      .banner6-home6 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #E6E6E6;
        right: -15px;
        top: 0; }
        .rtl .banner6-home6 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
          left: -15px;
          right: auto; }
    .banner6-home6 .banner-product .owl-item.active.last .thumbnail-container .product-meta::after {
      display: none; }
    .banner6-home6 .banner-product .owl-item.active .item article:first-child .thumbnail-container {
      padding-bottom: 20px;
      border-bottom: 0px;
      border-bottom: 1px solid #E6E6E6; }
    .banner6-home6 .banner-product .owl-item.active .item article:last-child .thumbnail-container {
      padding-bottom: 0px;
      border-bottom: 0px;
      margin-top: 20px;
      margin-bottom: 0px; }

.product3-home6 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

/*Home 7*/
.box-cate-home7 .owl-item.active {
  text-align: center; }
.box-cate-home7 .owl-item .block-carousel-image-container a {
  display: block; }
  .box-cate-home7 .owl-item .block-carousel-image-container a .descript {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000000; }
  .box-cate-home7 .owl-item .block-carousel-image-container a:hover .descript {
    color: #E57C41; }

.banner1-home7 {
  position: relative; }
  .banner1-home7::before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    display: block !important;
    top: 0;
    background: #E6E6E6;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
  .banner1-home7 .product-banner .owl-carousel .owl-item.active .item {
    border: 2px solid #CB1E25;
    border-radius: 4px; }
    .banner1-home7 .product-banner .owl-carousel .owl-item.active .item .thumbnail-container {
      margin-bottom: 0px; }
  .banner1-home7 .banner-right .image_description {
    top: 50px;
    width: 100%;
    text-align: center; }
    .banner1-home7 .banner-right .image_description p {
      margin-bottom: 0px; }
    .banner1-home7 .banner-right .image_description .title-banner {
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: -1px;
      margin-bottom: 10px; }
    .banner1-home7 .banner-right .image_description .text-banner {
      font-size: 16px;
      margin-bottom: 30px; }
    .banner1-home7 .banner-right .image_description > div img:first-child {
      margin-right: 10px; }
      .rtl .banner1-home7 .banner-right .image_description > div img:first-child {
        margin-left: 10px;
        margin-right: inherit; }
  .banner1-home7 .banner-right .ApImage:hover .image_description > div img {
    transform: scale(1); }

.banner2-home7 .title_block {
  margin-left: 15px !important; }
  .rtl .banner2-home7 .title_block {
    margin-right: 15px !important;
    margin-left: inherit; }
@media (max-width: 1199px) {
  .banner2-home7 img {
    min-height: 200px;
    object-fit: cover; } }
.banner2-home7 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 40px; }
  .banner2-home7 .image_description p {
    margin-bottom: 0px; }
  .banner2-home7 .image_description .text-banner {
    color: #FFFFFF; }
  .banner2-home7 .image_description .title-banner {
    color: #FFFFFF; }
.banner2-home7 .banner-top .image_description .text-banner {
  text-transform: uppercase; }
.banner2-home7 .banner-top .image_description .title-banner {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 23px; }
.banner2-home7 .banner-bottom .image_description .text-banner {
  font-family: "Conv_CodecPro-Regular", sans-serif; }
.banner2-home7 .banner-bottom .image_description .title-banner {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-family: "Conv_CodecPro-Regular", sans-serif;
  font-weight: normal; }

.product1-home7 .product-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

.banner3-home7 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner3-home7 .block {
    margin-bottom: 0px !important; }
  .banner3-home7 .title_block {
    width: 100%; }
  .banner3-home7 .link-banner {
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner3-home7 .link-banner .block_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .banner3-home7 .link-banner ul li a {
      line-height: 30px;
      color: #999999; }
      .banner3-home7 .link-banner ul li a:hover {
        color: #E57C41; }
  .banner3-home7 .img-banner {
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    @media (max-width: 1199px) {
      .banner3-home7 .img-banner img {
        min-height: 300px;
        object-fit: cover; } }
    .banner3-home7 .img-banner .image_description {
      top: 50%;
      transform: translateY(-50%);
      left: 80px; }
      .rtl .banner3-home7 .img-banner .image_description {
        right: 80px;
        left: auto; }
      @media (max-width: 1199px) {
        .banner3-home7 .img-banner .image_description {
          left: 60px !important;
          right: 60px !important; }
          .rtl .banner3-home7 .img-banner .image_description {
            right: 60px !important;
            left: auto; }
          .rtl .banner3-home7 .img-banner .image_description {
            left: 60px !important;
            right: auto; } }
      .banner3-home7 .img-banner .image_description p {
        margin-bottom: 0px; }
      .banner3-home7 .img-banner .image_description .text-banner {
        color: #FFFFFF;
        text-transform: uppercase;
        margin-bottom: 4px; }
      .banner3-home7 .img-banner .image_description .title-banner {
        font-size: 44px;
        line-height: 1.1;
        color: #FFFFFF;
        margin-bottom: 7px;
        letter-spacing: -2px; }
        @media (max-width: 991px) {
          .banner3-home7 .img-banner .image_description .title-banner {
            font-size: 35px; } }
      .banner3-home7 .img-banner .image_description .text2-banner {
        color: #FFFFFF;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .banner3-home7 .img-banner .image_description .text2-banner {
            margin-bottom: 15px; } }
  .banner3-home7 .product-banner {
    height: 100%; }
    .banner3-home7 .product-banner .block_content {
      background-color: #FFFFFF;
      border: 1px solid #E6E6E6;
      height: 100%; }

.banner4-home7 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner4-home7 .block {
    margin-bottom: 0px !important; }
  .banner4-home7 .title_block {
    width: 100%; }
  .banner4-home7 .link-banner {
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner4-home7 .link-banner .block_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .banner4-home7 .link-banner ul li a {
      line-height: 30px;
      color: #999999; }
      .banner4-home7 .link-banner ul li a:hover {
        color: #E57C41; }
  .banner4-home7 .img-banner {
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #E6E6E6;
    height: 100%; }
    .banner4-home7 .img-banner .image_description {
      top: 70px;
      left: 70px; }
      .banner4-home7 .img-banner .image_description .text-banner {
        color: #666666; }
      .banner4-home7 .img-banner .image_description .title-banner {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 14px;
        letter-spacing: -1px; }
  .banner4-home7 .product-banner {
    height: 100%; }
    .banner4-home7 .product-banner .block_content {
      background-color: #FFFFFF;
      border: 1px solid #E6E6E6;
      height: 100%; }

.banner5-home7 {
  display: flex;
  flex-wrap: wrap; }
  .banner5-home7 .banner-left {
    position: relative; }
    .banner5-home7 .banner-left .block_carousel {
      padding: 60px 180px 0px 60px; }
      .rtl .banner5-home7 .banner-left .block_carousel {
        padding: 60px 60px 0px 180px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .banner5-home7 .banner-left .block_carousel {
          padding: 50px 50px 0px 50px; }
          .rtl .banner5-home7 .banner-left .block_carousel {
            padding: 50px 50px 0px 50px; } }
      @media (max-width: 767px) {
        .banner5-home7 .banner-left .block_carousel {
          padding: 60px 60px 0px 60px; }
          .rtl .banner5-home7 .banner-left .block_carousel {
            padding: 60px 60px 0px 60px; } }
      @media (max-width: 575px) {
        .banner5-home7 .banner-left .block_carousel {
          padding: 30px 30px 0px 30px; }
          .rtl .banner5-home7 .banner-left .block_carousel {
            padding: 30px 30px 0px 30px; } }
    .banner5-home7 .banner-left::before {
      content: '';
      background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-matico-home7-banner5-img1.jpg?v=1659147921);
      min-width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      z-index: -1;
      left: 15px; }
  .banner5-home7 .banner-right {
    position: relative; }
    .banner5-home7 .banner-right::before {
      content: '';
      background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-matico-home7-banner5-img2.jpg?v=1659147921);
      max-width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      left: 15px;
      right: 15px; }
    .banner5-home7 .banner-right .sub-title-widget {
      color: #444444;
      font-family: "Conv_CodecPro-Regular", sans-serif; }
    .banner5-home7 .banner-right .text-email {
      padding-top: 94px;
      padding-left: 60px; }
      .rtl .banner5-home7 .banner-right .text-email {
        padding-right: 60px;
        padding-left: inherit; }
      @media (max-width: 575px) {
        .banner5-home7 .banner-right .text-email {
          padding-top: 30px;
          padding-left: 30px !important;
          padding-right: 30px !important; }
          .rtl .banner5-home7 .banner-right .text-email {
            padding-right: 30px !important;
            padding-left: inherit; }
          .rtl .banner5-home7 .banner-right .text-email {
            padding-left: 30px !important;
            padding-right: inherit; } }
    .banner5-home7 .banner-right .title_block {
      padding-left: 0px; }
      .rtl .banner5-home7 .banner-right .title_block {
        padding-right: 0px;
        padding-left: inherit; }
    .banner5-home7 .banner-right .block_newsletter {
      max-width: 385px;
      padding-left: 60px;
      padding-bottom: 64px; }
      .rtl .banner5-home7 .banner-right .block_newsletter {
        padding-right: 60px;
        padding-left: inherit; }
      @media (max-width: 575px) {
        .banner5-home7 .banner-right .block_newsletter {
          padding-bottom: 30px;
          padding-left: 30px !important;
          padding-right: 30px !important; }
          .rtl .banner5-home7 .banner-right .block_newsletter {
            padding-right: 30px !important;
            padding-left: inherit; }
          .rtl .banner5-home7 .banner-right .block_newsletter {
            padding-left: 30px !important;
            padding-right: inherit; } }
      .banner5-home7 .banner-right .block_newsletter .title_block {
        display: none; }
      .banner5-home7 .banner-right .block_newsletter form .input-wrapper {
        display: flex;
        flex-wrap: wrap; }
      .banner5-home7 .banner-right .block_newsletter form input[type="email"] {
        background-color: #FFFFFF;
        color: #000000;
        height: 52px;
        padding: 11px 11px 11px 11px; }
        .rtl .banner5-home7 .banner-right .block_newsletter form input[type="email"] {
          padding: 11px 11px 11px 11px; }
      .banner5-home7 .banner-right .block_newsletter form .btn {
        background-color: #E57C41;
        color: #FFFFFF;
        position: relative;
        left: 0px;
        margin-left: 0px;
        top: 100%;
        margin-top: 20px; }
        .rtl .banner5-home7 .banner-right .block_newsletter form .btn {
          right: 0px;
          left: auto; }
        .rtl .banner5-home7 .banner-right .block_newsletter form .btn {
          margin-right: 0px;
          margin-left: inherit; }
        .banner5-home7 .banner-right .block_newsletter form .btn:hover {
          background-color: #FFFFFF;
          border: 1px solid #E57C41;
          color: #E57C41; }
          .banner5-home7 .banner-right .block_newsletter form .btn:hover::before {
            color: #E57C41; }
  .banner5-home7 .block-carousel-container .block-carousel-image-container {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 50px; }
    .banner5-home7 .block-carousel-container .block-carousel-image-container img {
      margin-bottom: 12px; }
    .banner5-home7 .block-carousel-container .block-carousel-image-container .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #000000; }
    .banner5-home7 .block-carousel-container .block-carousel-image-container .sub-title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px; }
    .banner5-home7 .block-carousel-container .block-carousel-image-container .descript {
      display: flex;
      align-items: center; }
      .banner5-home7 .block-carousel-container .block-carousel-image-container .descript img {
        margin-bottom: 0px;
        margin-right: 15px; }
        .rtl .banner5-home7 .block-carousel-container .block-carousel-image-container .descript img {
          margin-left: 15px;
          margin-right: inherit; }
      .banner5-home7 .block-carousel-container .block-carousel-image-container .descript strong {
        font-size: 16px;
        color: #000000;
        text-transform: capitalize; }
      .banner5-home7 .block-carousel-container .block-carousel-image-container .descript p {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #999999;
        margin-bottom: 0px;
        margin-top: 6px; }
  @media (min-width: 575px) {
    .banner5-home7 .owl-buttons {
      position: absolute;
      bottom: 15%;
      right: 50px !important;
      left: inherit !important; }
      .rtl .banner5-home7 .owl-buttons {
        left: 50px !important;
        right: auto; }
      .rtl .banner5-home7 .owl-buttons {
        right: inherit !important;
        left: auto; }
      .banner5-home7 .owl-buttons .owl-prev {
        right: 55px !important;
        left: inherit !important; }
        .rtl .banner5-home7 .owl-buttons .owl-prev {
          left: 55px !important;
          right: auto; }
        .rtl .banner5-home7 .owl-buttons .owl-prev {
          right: inherit !important;
          left: auto; }
      .banner5-home7 .owl-buttons .owl-next {
        right: 15px !important;
        left: inherit !important; }
        .rtl .banner5-home7 .owl-buttons .owl-next {
          left: 15px !important;
          right: auto; }
        .rtl .banner5-home7 .owl-buttons .owl-next {
          right: inherit !important;
          left: auto; } }

.banner6-home7 {
  margin: 0px; }
  .banner6-home7 .owl-item {
    padding: 0px; }
  .banner6-home7 .block-carousel-image-container .descript {
    display: none; }

@media (max-width: 1199px) {
  .banner7-home7 img {
    min-height: 400px;
    object-fit: cover; } }
.banner7-home7 .block {
  margin-bottom: 0px !important; }
.banner7-home7 .image_description {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }
  .banner7-home7 .image_description p {
    margin-bottom: 0px; }
  .banner7-home7 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 4px; }
    @media (max-width: 1199px) {
      .banner7-home7 .image_description .title-banner {
        font-size: 35px; } }
    @media (max-width: 575px) {
      .banner7-home7 .image_description .title-banner {
        font-size: 25px; } }
  .banner7-home7 .image_description .text-banner {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .banner7-home7 .image_description .text-banner {
        font-size: 26px; } }
    @media (max-width: 575px) {
      .banner7-home7 .image_description .text-banner {
        font-size: 20px; } }
    .banner7-home7 .image_description .text-banner::after {
      content: '';
      position: absolute;
      width: 150px;
      height: 1px;
      background-color: #43453E;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .banner7-home7 .image_description .text2-banner {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 1.2; }
    .banner7-home7 .image_description .text2-banner span {
      font-size: 20px;
      text-transform: none; }
    @media (max-width: 1199px) {
      .banner7-home7 .image_description .text2-banner {
        margin-bottom: 20px; } }

/*home 8*/
.banner1-home8 {
  display: flex;
  flex-wrap: wrap; }
  .banner1-home8 .banner-center {
    margin-left: -5px;
    padding-right: 0px;
    margin-right: 5px; }
    .rtl .banner1-home8 .banner-center {
      padding-left: 0px;
      padding-right: inherit; }
    .banner1-home8 .banner-center .ApSlideShow {
      margin-right: -10px; }
      .rtl .banner1-home8 .banner-center .ApSlideShow {
        margin-left: -10px;
        margin-right: inherit; }
  @media (max-width: 1199px) {
    .banner1-home8 .sv-col {
      order: 1; }
    .banner1-home8 .banner-left,
    .banner1-home8 .banner-right {
      order: 3; }
    .banner1-home8 .banner-center {
      order: 2; } }
  .banner1-home8 .product-banner {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 30px 30px 0px; }
    .banner1-home8 .product-banner .title_block {
      font-size: 20px;
      line-height: 1.2; }
    .banner1-home8 .product-banner .thumbnail-container {
      padding-top: 20px;
      border-top: 1px solid #E6E6E6;
      border-bottom: 0px;
      margin-bottom: 0px;
      border-radius: 0px; }
      .banner1-home8 .product-banner .thumbnail-container .product-image {
        width: 30%; }
      .banner1-home8 .product-banner .thumbnail-container .product-meta .leo-list-product-reviews {
        display: none; }
    .banner1-home8 .product-banner .owl-item.active .item > article:last-child .thumbnail-container {
      padding-bottom: 0px; }
  .banner1-home8 .img-banner .image_description {
    top: 33px;
    left: 35px; }
    .rtl .banner1-home8 .img-banner .image_description {
      right: 35px;
      left: auto; }
    .banner1-home8 .img-banner .image_description .text-banner {
      color: #FFFFFF;
      font-size: 16px;
      margin-bottom: 10px; }
    .banner1-home8 .img-banner .image_description .title-banner {
      color: #FFFFFF;
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 40px;
      text-transform: uppercase; }

.box-cate-home8 {
  margin: 0px; }
  .box-cate-home8 .widget-category_image {
    background-color: transparent; }
    .box-cate-home8 .widget-category_image .owl-item {
      padding: 0px 5px; }
      .box-cate-home8 .widget-category_image .owl-item .item {
        background-color: #FFFFFF;
        padding: 30px 20px; }
        .box-cate-home8 .widget-category_image .owl-item .item ul li {
          text-align: center; }
        .box-cate-home8 .widget-category_image .owl-item .item img {
          transition: 0.5s ease-in; }
        .box-cate-home8 .widget-category_image .owl-item .item:hover .item-product-cat-content a {
          color: #E57C41; }
        .box-cate-home8 .widget-category_image .owl-item .item:hover img {
          transform: rotateY(180deg);
          transition: 0.5s ease-in; }
    .box-cate-home8 .widget-category_image .item-product-cat-content {
      padding-top: 27px; }
      .box-cate-home8 .widget-category_image .item-product-cat-content a {
        font-size: 15px;
        color: #000000;
        margin-bottom: 5px;
        font-weight: 600; }
      .box-cate-home8 .widget-category_image .item-product-cat-content p {
        margin-bottom: 0px;
        font-size: 13px;
        color: #999999; }
      .box-cate-home8 .widget-category_image .item-product-cat-content .text-muted {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .box-cate-home8 .widget-category_image .item-product-cat-content .item-qty {
        display: none; }
  @media (min-width: 992px) {
    .box-cate-home8 .owl-buttons {
      position: absolute;
      top: 0;
      right: 0; }
      .rtl .box-cate-home8 .owl-buttons {
        left: 0;
        right: auto; }
      .box-cate-home8 .owl-buttons .owl-prev {
        right: 35px !important;
        left: inherit !important; }
        .rtl .box-cate-home8 .owl-buttons .owl-prev {
          left: 35px !important;
          right: auto; }
        .rtl .box-cate-home8 .owl-buttons .owl-prev {
          right: inherit !important;
          left: auto; }
      .box-cate-home8 .owl-buttons .owl-next {
        right: 0px !important;
        left: inherit !important; }
        .rtl .box-cate-home8 .owl-buttons .owl-next {
          left: 0px !important;
          right: auto; }
        .rtl .box-cate-home8 .owl-buttons .owl-next {
          right: inherit !important;
          left: auto; } }

.product1-home8 .block_content {
  border: 2px solid #CB1E25;
  border-radius: 4px; }

@media (max-width: 1199px) {
  .banner2-home8 img {
    min-height: 200px;
    object-fit: cover; } }
.banner2-home8 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 45px; }
  .rtl .banner2-home8 .image_description {
    right: 45px;
    left: auto; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .banner2-home8 .image_description {
      left: 15px; }
      .rtl .banner2-home8 .image_description {
        right: 15px;
        left: auto; } }
  @media (max-width: 575px) {
    .banner2-home8 .image_description {
      left: 15px; }
      .rtl .banner2-home8 .image_description {
        right: 15px;
        left: auto; } }
  .banner2-home8 .image_description p {
    margin-bottom: 0px; }
  .banner2-home8 .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .banner2-home8 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 40px;
    text-transform: uppercase; }

@media (max-width: 1199px) {
  .banner3-home8 img {
    min-height: 250px;
    object-fit: cover; } }
.banner3-home8 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 50px; }
  .banner3-home8 .image_description p {
    margin-bottom: 0px; }
  .banner3-home8 .image_description .text-banner {
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 11px; }
  .banner3-home8 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 30px;
    text-transform: uppercase; }

.product3-home8 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

@media (max-width: 1199px) {
  .banner4-home8 img {
    min-height: 250px;
    object-fit: cover; } }
.banner4-home8 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 70px; }
  .banner4-home8 .image_description p {
    margin-bottom: 0px; }
  .banner4-home8 .image_description .text-banner {
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px; }
  .banner4-home8 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 35px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .banner4-home8 .image_description .title-banner {
        font-size: 35px; } }

/*home 9*/
@media (max-width: 1199px) {
  .banner1-home9 img {
    min-height: 200px;
    object-fit: cover; } }
.banner1-home9 .image_description {
  top: 50%;
  transform: translateY(-50%);
  right: 66px; }
  .rtl .banner1-home9 .image_description {
    left: 66px;
    right: auto; }
  .banner1-home9 .image_description p {
    margin-bottom: 0px; }
  .banner1-home9 .image_description .text-banner {
    color: #FFFFFF; }
  .banner1-home9 .image_description .title-banner {
    color: #FFFFFF;
    letter-spacing: -1px; }
  .banner1-home9 .image_description .text2-banner {
    color: #FFFFFF; }
.banner1-home9 .banner-left .image_description .text-banner {
  font-size: 16px;
  margin-bottom: 7px; }
.banner1-home9 .banner-left .image_description .title-banner {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 7px; }
.banner1-home9 .banner-right .text-banner {
  margin-bottom: 9px; }
.banner1-home9 .banner-right .title-banner {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 26px; }

.box-cate-home9 .title_block {
  margin-left: 15px !important; }
  .rtl .box-cate-home9 .title_block {
    margin-right: 15px !important;
    margin-left: inherit; }
.box-cate-home9 .widget-category_image li a {
  padding: 20px; }
.box-cate-home9 .widget-category_image .wr-text .cate-name {
  padding-top: 15px; }
.box-cate-home9 .widget-category_image .wr-text .leo-qty {
  display: none !important; }
.box-cate-home9 .widget-category_image .cate_content {
  border: 0px; }

.product2-home9 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .product2-home9 .title_block {
    width: 100%; }
  .product2-home9 .banner-left {
    border: 1px solid #E6E6E6;
    border-right: 0px !important;
    border-left: 1px solid #E6E6E6 !important; }
    .rtl .product2-home9 .banner-left {
      border-left: 0px !important;
      border-right: inherit; }
    .rtl .product2-home9 .banner-left {
      border-right: 1px solid #E6E6E6 !important;
      border-left: inherit; }
    .product2-home9 .banner-left .block {
      margin-bottom: 0px !important; }
    @media (max-width: 991px) {
      .product2-home9 .banner-left {
        border-right: 1px solid #E6E6E6 !important; }
        .rtl .product2-home9 .banner-left {
          border-left: 1px solid #E6E6E6 !important;
          border-right: inherit; } }
  .product2-home9 .banner-center {
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
    @media (max-width: 991px) {
      .product2-home9 .banner-center {
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0; } }
    .product2-home9 .banner-center .thumbnail-container {
      border-right: 0px; }
      .rtl .product2-home9 .banner-center .thumbnail-container {
        border-left: 0px;
        border-right: inherit; }
      .product2-home9 .banner-center .thumbnail-container .product-meta .product-title a {
        font-size: 18px; }
    .product2-home9 .banner-center .owl-item.active {
      border: 1px solid #E6E6E6; }
      @media (min-width: 992px) {
        .product2-home9 .banner-center .owl-item.active {
          border-top: 0px;
          border-bottom: 0px; } }
  .product2-home9 .banner-right {
    border: 1px solid #E6E6E6;
    border-left: 0px !important;
    border-right: 1px solid #E6E6E6 !important; }
    .rtl .product2-home9 .banner-right {
      border-right: 0px !important;
      border-left: inherit; }
    .rtl .product2-home9 .banner-right {
      border-left: 1px solid #E6E6E6 !important;
      border-right: inherit; }
    @media (max-width: 991px) {
      .product2-home9 .banner-right {
        border-left: 1px solid #E6E6E6 !important; }
        .rtl .product2-home9 .banner-right {
          border-right: 1px solid #E6E6E6 !important;
          border-left: inherit; } }
    .product2-home9 .banner-right .block {
      margin-bottom: 0px !important; }
    .product2-home9 .banner-right .tabs-top {
      margin-top: -46px; }
      @media (max-width: 575px) {
        .product2-home9 .banner-right .tabs-top {
          margin-top: -60px; } }
    .product2-home9 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      padding-right: 0px;
      border-bottom: 0px;
      margin-bottom: 0px; }
      .rtl .product2-home9 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
        padding-left: 0px;
        padding-right: inherit; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .product2-home9 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
          margin-left: -100%; }
          .rtl .product2-home9 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
            margin-right: -100%;
            margin-left: inherit; } }
      .product2-home9 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item > a {
        color: #000000; }

.banner2-home9 {
  display: flex;
  flex-wrap: wrap; }
  .banner2-home9 .image_description p {
    margin-bottom: 0px; }
  .banner2-home9 .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase; }
  .banner2-home9 .image_description .title-banner {
    color: #FFFFFF; }
  .banner2-home9 .image_description .text2-banner {
    color: #FFFFFF; }
  .banner2-home9 .banner-left .image_description,
  .banner2-home9 .banner-right .image_description {
    top: 35px;
    left: 40px; }
    .rtl .banner2-home9 .banner-left .image_description, .rtl
    .banner2-home9 .banner-right .image_description {
      right: 40px;
      left: auto; }
  .banner2-home9 .banner-left .image_description .text-banner {
    margin-bottom: 5px; }
  .banner2-home9 .banner-left .image_description .title-banner {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px; }
    @media (max-width: 1199px) {
      .banner2-home9 .banner-left .image_description .title-banner {
        font-size: 30px; } }
  .banner2-home9 .banner-left .image_description .text2-banner {
    color: #FFFFFF; }
  .banner2-home9 .banner-right .image_description .text-banner {
    margin-bottom: 5px; }
  .banner2-home9 .banner-right .image_description .title-banner {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px; }
  .banner2-home9 .banner-right .image_description .text2-banner {
    margin-bottom: 22px; }
  @media (max-width: 575px) {
    .banner2-home9 .banner-center img {
      min-height: 300px;
      object-fit: cover; } }
  .banner2-home9 .banner-center .image_description {
    top: 58px;
    text-align: center;
    width: 100%; }
    @media (max-width: 1199px) {
      .banner2-home9 .banner-center .image_description {
        top: 50%;
        transform: translateY(-50%); } }
    .banner2-home9 .banner-center .image_description .title-banner {
      font-size: 44px;
      line-height: 1.1;
      letter-spacing: -2px;
      margin-bottom: 9px; }
      @media (max-width: 575px) {
        .banner2-home9 .banner-center .image_description .title-banner {
          font-size: 35px; } }
    .banner2-home9 .banner-center .image_description .text2-banner {
      font-size: 15px;
      margin-bottom: 26px; }
  @media (max-width: 991px) {
    .banner2-home9 .banner-left,
    .banner2-home9 .banner-right {
      order: 1; }
    .banner2-home9 .banner-center {
      order: 2; } }

.banner3-home9 {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .banner3-home9 .title_block {
    width: 100%; }
  .banner3-home9 .img-banner {
    padding: 30px;
    border: 1px solid #E6E6E6; }
    .banner3-home9 .img-banner .image_description {
      top: 66px;
      left: 76px !important;
      right: 35px !important; }
      .rtl .banner3-home9 .img-banner .image_description {
        right: 76px !important;
        left: auto; }
      .rtl .banner3-home9 .img-banner .image_description {
        left: 35px !important;
        right: auto; }
      .banner3-home9 .img-banner .image_description p {
        margin-bottom: 0px; }
      .banner3-home9 .img-banner .image_description .text-banner {
        text-transform: uppercase;
        margin-bottom: 6px;
        font-family: "Conv_CodecPro-Bold"; }
      .banner3-home9 .img-banner .image_description .title-banner {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -1px;
        margin-bottom: 0px; }
  .banner3-home9 .banner-product .block_content {
    border: 1px solid #E6E6E6;
    padding: 30px 30px 0px; }
  @media (min-width: 992px) {
    .banner3-home9 .banner-product .owl-buttons {
      position: absolute;
      top: -30px;
      right: 0; }
      .rtl .banner3-home9 .banner-product .owl-buttons {
        left: 0;
        right: auto; }
      .banner3-home9 .banner-product .owl-buttons .owl-prev {
        right: 35px !important;
        left: inherit !important; }
        .rtl .banner3-home9 .banner-product .owl-buttons .owl-prev {
          left: 35px !important;
          right: auto; }
        .rtl .banner3-home9 .banner-product .owl-buttons .owl-prev {
          right: inherit !important;
          left: auto; }
      .banner3-home9 .banner-product .owl-buttons .owl-next {
        right: 0px !important;
        left: inherit !important; }
        .rtl .banner3-home9 .banner-product .owl-buttons .owl-next {
          left: 0px !important;
          right: auto; }
        .rtl .banner3-home9 .banner-product .owl-buttons .owl-next {
          right: inherit !important;
          left: auto; } }
  .banner3-home9 .banner-product .owl-item.active .thumbnail-container .product-meta {
    position: relative; }
    .banner3-home9 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #E6E6E6;
      right: -15px;
      top: 0; }
      .rtl .banner3-home9 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
        left: -15px;
        right: auto; }
  .banner3-home9 .banner-product .owl-item.active.last .thumbnail-container .product-meta::after {
    display: none; }
  .banner3-home9 .banner-product .owl-item.active .item article:first-child .thumbnail-container {
    padding-bottom: 20px;
    border-bottom: 0px;
    border-bottom: 1px solid #E6E6E6; }
  .banner3-home9 .banner-product .owl-item.active .item article:last-child .thumbnail-container {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px; }

@media (max-width: 1199px) {
  .banner4-home9 img {
    min-height: 200px;
    object-fit: cover; } }
.banner4-home9 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 43% !important;
  right: 77px !important;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .rtl .banner4-home9 .image_description {
    right: 43% !important;
    left: auto; }
  .rtl .banner4-home9 .image_description {
    left: 77px !important;
    right: auto; }
  @media (max-width: 1199px) {
    .banner4-home9 .image_description {
      left: 35% !important;
      flex-wrap: wrap; }
      .rtl .banner4-home9 .image_description {
        right: 35% !important;
        left: auto; } }
  @media (max-width: 575px) {
    .banner4-home9 .image_description {
      left: 5% !important;
      right: 15px !important; }
      .rtl .banner4-home9 .image_description {
        right: 5% !important;
        left: auto; }
      .rtl .banner4-home9 .image_description {
        left: 15px !important;
        right: auto; } }
  .banner4-home9 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 26px;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .banner4-home9 .image_description .title-banner {
        font-size: 35px;
        margin-bottom: 10px; } }
    @media (max-width: 575px) {
      .banner4-home9 .image_description .title-banner {
        font-size: 25px; } }
    .banner4-home9 .image_description .title-banner span {
      font-size: 20px;
      font-family: "Conv_CodecPro-Regular", sans-serif;
      font-weight: normal;
      letter-spacing: 1px; }

.product3-home9 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

/*home 10*/
@media (max-width: 991px) {
  .banner1-home10 .box-slide {
    padding-bottom: 30px; } }
@media (max-width: 1199px) and (min-width: 768px) {
  .banner1-home10 img {
    min-height: 200px;
    object-fit: cover; } }
@media (max-width: 575px) {
  .banner1-home10 img {
    min-height: 200px;
    object-fit: cover; } }
.banner1-home10 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 30px; }
  .rtl .banner1-home10 .image_description {
    right: 30px;
    left: auto; }
  .banner1-home10 .image_description p {
    margin-bottom: 0px; }
  .banner1-home10 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 4px; }
  .banner1-home10 .image_description .text-banner {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 60px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .banner1-home10 .image_description .text-banner {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .banner1-home10 .image_description .text-banner {
        margin-bottom: 30px; } }

.product1-home10 .product-banner .block_content {
  border: 2px solid #CB1E25;
  border-radius: 4px; }

.box-cate-home10 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 0px 45px; }
.box-cate-home10 .widget-category_image ul li {
  padding: 30px 15px;
  text-align: center; }
  .box-cate-home10 .widget-category_image ul li .item-title {
    padding-top: 20px; }
    .box-cate-home10 .widget-category_image ul li .item-title a {
      color: #000000;
      font-weight: 700; }
  .box-cate-home10 .widget-category_image ul li .item-qty {
    display: none; }
  .box-cate-home10 .widget-category_image ul li:hover .item-title a {
    color: #E57C41; }
@media (min-width: 992px) {
  .box-cate-home10 .widget-category_image .owl-buttons {
    position: absolute;
    top: 0;
    right: -30px; }
    .rtl .box-cate-home10 .widget-category_image .owl-buttons {
      left: -30px;
      right: auto; }
    .box-cate-home10 .widget-category_image .owl-buttons .owl-prev {
      right: 35px !important;
      left: inherit !important; }
      .rtl .box-cate-home10 .widget-category_image .owl-buttons .owl-prev {
        left: 35px !important;
        right: auto; }
      .rtl .box-cate-home10 .widget-category_image .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .box-cate-home10 .widget-category_image .owl-buttons .owl-next {
      right: 0px !important;
      left: inherit !important; }
      .rtl .box-cate-home10 .widget-category_image .owl-buttons .owl-next {
        left: 0px !important;
        right: auto; }
      .rtl .box-cate-home10 .widget-category_image .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }

@media (max-width: 1199px) {
  .banner2-home10 img {
    min-height: 150px;
    object-fit: cover; } }

.banner3-home10 .banner-left .ApImage:hover img {
  transform: scale(1); }
.banner3-home10 .banner-left .img-banner-top {
  float: left;
  width: 54.5%;
  padding: 30px 5px 30px 30px;
  border: 1px solid #E6E6E6;
  border-right: 0px !important;
  border-left: 1px solid #E6E6E6 !important; }
  @media (max-width: 575px) {
    .banner3-home10 .banner-left .img-banner-top {
      float: left;
      width: 100%;
      padding: 30px 15px;
      border-right: 1px solid #E6E6E6;
      border-bottom: 0px;
      margin-bottom: 0px !important; } }
.banner3-home10 .banner-left .img-banner-center {
  float: left;
  width: 45.5%;
  padding: 30px 30px 10px 5px;
  margin-bottom: 0px !important;
  border: 1px solid #E6E6E6;
  border-left: 0px !important;
  border-right: 1px solid #E6E6E6 !important;
  border-bottom: 0px; }
  @media (max-width: 575px) {
    .banner3-home10 .banner-left .img-banner-center {
      float: left;
      width: 100%;
      padding: 0px 15px 30px;
      border-left: 1px solid #E6E6E6;
      border-bottom: 0px;
      border-top: 0px; } }
  .banner3-home10 .banner-left .img-banner-center .image_description {
    right: 60px;
    top: 50%;
    transform: translateY(-50%); }
    .rtl .banner3-home10 .banner-left .img-banner-center .image_description {
      left: 60px;
      right: auto; }
    .banner3-home10 .banner-left .img-banner-center .image_description .title-banner {
      margin-bottom: 0px;
      color: #FFFFFF;
      font-size: 48px;
      line-height: 1.1;
      font-family: 'Conv_Darkline';
      letter-spacing: -1px;
      font-weight: normal; }
.banner3-home10 .banner-left .img-banner-bottom {
  float: left;
  width: 45.5%;
  padding: 0px 30px 30px 5px;
  border: 1px solid #E6E6E6;
  border-top: 0px;
  border-left: 0px !important;
  border-right: 1px solid #E6E6E6 !important; }
  @media (max-width: 575px) {
    .banner3-home10 .banner-left .img-banner-bottom {
      float: left;
      width: 100%;
      padding: 0px 15px 30px;
      border-left: 1px solid #E6E6E6;
      border-top: 0px; } }
  .banner3-home10 .banner-left .img-banner-bottom .image_description {
    top: 30px;
    right: 60px; }
    .rtl .banner3-home10 .banner-left .img-banner-bottom .image_description {
      left: 60px;
      right: auto; }
    .banner3-home10 .banner-left .img-banner-bottom .image_description .title-banner {
      font-size: 16px;
      margin-bottom: 4px; }
    .banner3-home10 .banner-left .img-banner-bottom .image_description .text-banner span {
      text-transform: none; }
.banner3-home10 .banner-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .banner3-home10 .banner-right .title_block {
    width: 100%; }
  .banner3-home10 .banner-right .widget-category_image {
    width: 50%; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .banner3-home10 .banner-right .widget-category_image {
        width: 100%; } }
    @media (max-width: 575px) {
      .banner3-home10 .banner-right .widget-category_image {
        width: 100%; } }
    .banner3-home10 .banner-right .widget-category_image .cate_content {
      display: flex;
      align-items: center;
      border: 0px; }
    .banner3-home10 .banner-right .widget-category_image .cover-img {
      display: inline-block; }
      .banner3-home10 .banner-right .widget-category_image .cover-img img {
        width: auto; }
    .banner3-home10 .banner-right .widget-category_image .wr-text {
      display: inline-block;
      padding: 0px 20px;
      text-align: left; }
      .rtl .banner3-home10 .banner-right .widget-category_image .wr-text {
        text-align: right; }
      .banner3-home10 .banner-right .widget-category_image .wr-text .cate-name {
        padding: 0px; }
      .banner3-home10 .banner-right .widget-category_image .wr-text .leo-qty {
        padding: 0px; }

.banner4-home10 .banner-left {
  display: flex;
  flex-wrap: wrap; }
  .banner4-home10 .banner-left .title_block {
    width: 100%; }
  .banner4-home10 .banner-left .img-banner {
    float: left;
    width: 25%;
    padding: 30px;
    border: 1px solid #E6E6E6;
    margin-bottom: 0px !important; }
    @media (max-width: 1199px) {
      .banner4-home10 .banner-left .img-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 991px) {
      .banner4-home10 .banner-left .img-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 767px) {
      .banner4-home10 .banner-left .img-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 575px) {
      .banner4-home10 .banner-left .img-banner {
        float: left;
        width: 100%; } }
    .banner4-home10 .banner-left .img-banner .image_description {
      top: 60px;
      left: 60px; }
      .rtl .banner4-home10 .banner-left .img-banner .image_description {
        right: 60px;
        left: auto; }
      .banner4-home10 .banner-left .img-banner .image_description .text-banner {
        text-transform: uppercase;
        margin-bottom: 2px; }
      .banner4-home10 .banner-left .img-banner .image_description .title-banner {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px; }
        .banner4-home10 .banner-left .img-banner .image_description .title-banner span {
          line-height: 1.2;
          font-weight: normal;
          font-family: "Conv_CodecPro-Regular", sans-serif; }
  .banner4-home10 .banner-left .product-banner {
    float: left;
    width: 75%;
    border: 1px solid #E6E6E6;
    margin-bottom: 0px !important; }
    @media (max-width: 1199px) {
      .banner4-home10 .banner-left .product-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 991px) {
      .banner4-home10 .banner-left .product-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 767px) {
      .banner4-home10 .banner-left .product-banner {
        float: left;
        width: 50%; } }
    @media (max-width: 575px) {
      .banner4-home10 .banner-left .product-banner {
        float: left;
        width: 100%; } }
.banner4-home10 .banner-right .product-banner {
  margin-bottom: 0px !important; }
  @media (max-width: 991px) {
    .banner4-home10 .banner-right .product-banner {
      padding-top: 20px; } }
  .banner4-home10 .banner-right .product-banner .block_content {
    padding: 30px 30px 0px;
    border: 1px solid #E6E6E6; }
    .banner4-home10 .banner-right .product-banner .block_content .thumbnail-container .product-meta .leo-list-product-reviews {
      display: none; }
  .banner4-home10 .banner-right .product-banner .owl-item article:last-child .thumbnail-container {
    border-bottom: 0px;
    margin: 0px; }
.banner4-home10 .banner-right .product-button {
  display: flex;
  border: 1px solid #E6E6E6;
  justify-content: center;
  padding: 16px;
  line-height: 1;
  font-weight: bold; }
  .banner4-home10 .banner-right .product-button a {
    color: #000000; }
  .banner4-home10 .banner-right .product-button::before {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-right: 7px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro";
    color: #E57C41; }
    .rtl .banner4-home10 .banner-right .product-button::before {
      padding-left: 7px !important;
      padding-right: inherit; }
    .rtl .banner4-home10 .banner-right .product-button::before {
      padding-right: 0px !important;
      padding-left: inherit; }
  .banner4-home10 .banner-right .product-button:hover a {
    color: #E57C41; }

@media (max-width: 1199px) {
  .banner5-home10 img {
    min-height: 200px;
    object-fit: cover; } }
.banner5-home10 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 50px; }
  .rtl .banner5-home10 .image_description {
    right: 50px;
    left: auto; }
  .banner5-home10 .image_description p {
    margin-bottom: 0px; }
  .banner5-home10 .image_description .title-banner {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 10px; }
    .banner5-home10 .image_description .title-banner span {
      font-family: "Conv_CodecPro-Regular", sans-serif;
      font-weight: normal; }
  .banner5-home10 .image_description .text-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px; }
    .banner5-home10 .image_description .text-banner span {
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: -1px; }
  .banner5-home10 .image_description a {
    padding-top: 20px; }

.product2-home10 .product-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

/*home 11*/
@media (max-width: 1199px) {
  .banner1-home11 img {
    min-height: 200px;
    object-fit: cover; } }
.banner1-home11 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 43px; }
  .rtl .banner1-home11 .image_description {
    right: 43px;
    left: auto; }
  .banner1-home11 .image_description p {
    margin-bottom: 0px; }
  .banner1-home11 .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 1.3;
    display: inline-block; }
  .banner1-home11 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 60px; }
    @media (max-width: 1199px) {
      .banner1-home11 .image_description .title-banner {
        margin-bottom: 30px; } }
.banner1-home11 .banner-left .image_description .text-banner {
  background-color: #60DE34; }
.banner1-home11 .banner-center .image_description .text-banner {
  background-color: #58978C; }
.banner1-home11 .banner-right .image_description .text-banner {
  background-color: #E79623; }

.product1-home11 .banner-left .product-banner .block_content {
  border: 2px solid #CB1E25;
  border-radius: 4px; }
.product1-home11 .banner-left .product-banner .thumbnail-container .product-image {
  float: left;
  width: 100%; }
.product1-home11 .banner-left .product-banner .thumbnail-container .product-meta {
  float: left;
  width: 100%; }
.product1-home11 .banner-right .product-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

.banner2-home11 .image_description {
  top: 65%;
  transform: translateY(-50%);
  left: 65px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .rtl .banner2-home11 .image_description {
    right: 65px;
    left: auto; }
  @media (max-width: 991px) {
    .banner2-home11 .image_description {
      position: inherit;
      transform: none;
      left: 15px;
      margin-top: 15px; }
      .rtl .banner2-home11 .image_description {
        right: 15px;
        left: auto; } }
  @media (max-width: 575px) {
    .banner2-home11 .image_description {
      left: 0px; }
      .rtl .banner2-home11 .image_description {
        right: 0px;
        left: auto; } }
  .banner2-home11 .image_description p {
    margin-bottom: 0px; }
  .banner2-home11 .image_description .title-banner {
    color: #3660AC;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    padding-right: 40px;
    margin-bottom: 0px; }
    .rtl .banner2-home11 .image_description .title-banner {
      padding-left: 40px;
      padding-right: inherit; }
    @media (max-width: 991px) {
      .banner2-home11 .image_description .title-banner {
        font-size: 20px; } }
  .banner2-home11 .image_description .text-banner {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #3660AC; }
    @media (max-width: 991px) {
      .banner2-home11 .image_description .text-banner {
        font-size: 16px; } }

.banner3-home11 .banner-left .product-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
.banner3-home11 .banner-right .image_description {
  top: 67px;
  left: 60px; }
  .rtl .banner3-home11 .banner-right .image_description {
    right: 60px;
    left: auto; }
  @media (max-width: 575px) {
    .banner3-home11 .banner-right .image_description {
      left: 30px; }
      .rtl .banner3-home11 .banner-right .image_description {
        right: 30px;
        left: auto; } }
  .banner3-home11 .banner-right .image_description p {
    margin-bottom: 0px; }
  .banner3-home11 .banner-right .image_description .text-banner {
    color: #FFFFFF;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .banner3-home11 .banner-right .image_description .title-banner {
    color: #FFFFFF;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 4px; }
    @media (max-width: 575px) {
      .banner3-home11 .banner-right .image_description .title-banner {
        font-size: 24px; } }
  .banner3-home11 .banner-right .image_description .text1-banner {
    color: #FFFFFF;
    margin-bottom: 20px; }
  .banner3-home11 .banner-right .image_description .text2-banner {
    font-size: 18px;
    color: #999999;
    margin-block-end: 34px; }
    .banner3-home11 .banner-right .image_description .text2-banner span {
      font-size: 32px;
      line-height: 1.1;
      letter-spacing: -1px;
      font-weight: bold; }

.product2-home11 .product1-banner .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
.product2-home11 .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  justify-content: center;
  margin-bottom: 0px;
  padding-right: 0px;
  border-bottom: 0px; }
  .rtl .product2-home11 .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
    padding-left: 0px;
    padding-right: inherit; }
.product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item {
  margin-right: 10px;
  margin-bottom: 10px; }
  .rtl .product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item {
    margin-left: 10px;
    margin-right: inherit; }
  .product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item:last-child {
    margin-right: 0px; }
    .rtl .product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item:last-child {
      margin-left: 0px;
      margin-right: inherit; }
  .product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item > a {
    color: #000000;
    padding: 11px 44px;
    font-weight: 700;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    background-color: #F5F5F5;
    border-radius: 4px; }
    .product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .product2-home11 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
      border: 1px solid #E57C41;
      background-color: transparent; }

.banner4-home11 .banner-left .image_description {
  top: 38px;
  left: 47px; }
  .rtl .banner4-home11 .banner-left .image_description {
    right: 47px;
    left: auto; }
  .banner4-home11 .banner-left .image_description p {
    margin-bottom: 0px; }
  .banner4-home11 .banner-left .image_description .text-banner {
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 3px 10px;
    background-color: #E57C41;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block; }
  .banner4-home11 .banner-left .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 6px; }
.banner4-home11 .banner-right {
  display: flex;
  flex-wrap: wrap; }
  .banner4-home11 .banner-right > .title_block {
    width: 100%; }
  .banner4-home11 .banner-right .content-cate {
    width: calc(100% / 3);
    border-bottom: 1px solid #E6E6E6;
    position: relative; }
    .banner4-home11 .banner-right .content-cate::after {
      content: '';
      background-color: #E6E6E6;
      width: 1px;
      height: 100%;
      top: 0;
      position: absolute;
      right: 15px; }
      .rtl .banner4-home11 .banner-right .content-cate::after {
        left: 15px;
        right: auto; }
    @media (max-width: 767px) {
      .banner4-home11 .banner-right .content-cate {
        width: calc(100% / 2); } }
    @media (max-width: 575px) {
      .banner4-home11 .banner-right .content-cate {
        width: 100%; } }
    .banner4-home11 .banner-right .content-cate .title_block {
      font-size: 16px;
      padding-left: 0px;
      margin-bottom: 17px !important; }
      .rtl .banner4-home11 .banner-right .content-cate .title_block {
        padding-right: 0px;
        padding-left: inherit; }
      .banner4-home11 .banner-right .content-cate .title_block::before {
        display: none; }
  .banner4-home11 .banner-right > div.content-cate:nth-child(4), .banner4-home11 .banner-right > div.content-cate:nth-child(2), .banner4-home11 .banner-right > div.content-cate:nth-child(3) {
    margin-bottom: 0px !important;
    padding-bottom: 30px; }
  .banner4-home11 .banner-right > div.content-cate:nth-child(4)::after, .banner4-home11 .banner-right > div.content-cate:nth-child(7)::after {
    display: none; }
  .banner4-home11 .banner-right > div.content-cate:nth-child(5), .banner4-home11 .banner-right > div.content-cate:nth-child(6), .banner4-home11 .banner-right > div.content-cate:nth-child(7) {
    border-bottom: 0px;
    padding-top: 30px; }
  @media (max-width: 767px) {
    .banner4-home11 .banner-right > div.content-cate:nth-child(3), .banner4-home11 .banner-right > div.content-cate:nth-child(5) {
      border-bottom: 1px solid #E6E6E6; }
      .banner4-home11 .banner-right > div.content-cate:nth-child(3)::after, .banner4-home11 .banner-right > div.content-cate:nth-child(5)::after {
        display: none; }
    .banner4-home11 .banner-right > div.content-cate:nth-child(4) {
      padding-top: 30px; }
      .banner4-home11 .banner-right > div.content-cate:nth-child(4)::after {
        display: block; }
    .banner4-home11 .banner-right > div.content-cate:nth-child(5) {
      padding-bottom: 30px;
      margin-bottom: 0px !important; } }
  @media (max-width: 575px) {
    .banner4-home11 .banner-right > div.content-cate:nth-child(3) {
      padding-top: 30px; }
    .banner4-home11 .banner-right > div.content-cate:nth-child(2)::after, .banner4-home11 .banner-right > div.content-cate:nth-child(4)::after, .banner4-home11 .banner-right > div.content-cate:nth-child(6)::after {
      display: none; }
    .banner4-home11 .banner-right > div.content-cate:nth-child(6) {
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 30px;
      margin-bottom: 0px !important; } }

/*home 12*/
@media (max-width: 1199px) {
  .banner1-home12 img {
    min-height: 250px;
    object-fit: cover; } }
.banner1-home12 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 50px; }
  .rtl .banner1-home12 .image_description {
    right: 50px;
    left: auto; }
  .banner1-home12 .image_description p {
    margin-bottom: 0px; }
  .banner1-home12 .image_description .text-banner {
    color: #FFFFFF;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .banner1-home12 .image_description .title-banner {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: "Conv_CodecPro-Bold"; }
    .banner1-home12 .image_description .title-banner span {
      font-family: "Conv_CodecPro-Regular", sans-serif;
      font-weight: normal;
      font-size: 28px; }
      .banner1-home12 .image_description .title-banner span > span {
        font-family: "Conv_CodecPro-ExtraBold"; }

.product1-home12 .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0px;
  justify-content: start; }
.product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a {
  color: #999999;
  padding: 0px 30px;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  text-transform: none;
  position: relative; }
  .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .rtl .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
      right: 0;
      left: auto; }
  .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
    color: #000000;
    border: 0px; }
    .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a.active::before, .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover::before {
      background-color: #E57C41; }
  @media (max-width: 1199px) {
    .product1-home12 .ApTabs.tabs-top .nav-tabs .nav-item > a {
      font-size: 18px; } }
.product1-home12 .ApTabs .tab-content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
  .product1-home12 .ApTabs .tab-content .product-banner {
    margin-bottom: 0px !important; }
.product1-home12 .product-banner-tab .block_content .tab-content .tab-pane {
  display: flex;
  flex-wrap: wrap; }
  .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(1) {
    float: left;
    width: 37.5%; }
  .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(2) {
    float: left;
    width: 25%; }
  .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(3) {
    float: left;
    width: 37.5%; }
  @media (max-width: 1199px) {
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(1) {
      float: left;
      width: 33.33333%; }
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(2) {
      float: left;
      width: 33.33333%; }
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(3) {
      float: left;
      width: 33.33333%; } }
  @media (max-width: 991px) {
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(1) {
      float: left;
      width: 50%;
      order: 1;
      border-right: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6; }
      .rtl .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(1) {
        border-left: 1px solid #E6E6E6;
        border-right: inherit; }
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(2) {
      float: left;
      width: 100%;
      order: 2; }
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(3) {
      float: left;
      width: 50%;
      order: 1;
      border-bottom: 1px solid #E6E6E6; } }
  @media (max-width: 575px) {
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(1) {
      float: left;
      width: 100%; }
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(2) {
      float: left;
      width: 100%; }
    .product1-home12 .product-banner-tab .block_content .tab-content .tab-pane > div:nth-child(3) {
      float: left;
      width: 100%; } }
.product1-home12 .product-banner-tab .img-banner {
  margin: 30px 0px; }
  .product1-home12 .product-banner-tab .img-banner .image_description {
    top: 40px;
    left: 50px; }
    .rtl .product1-home12 .product-banner-tab .img-banner .image_description {
      right: 50px;
      left: auto; }
    .product1-home12 .product-banner-tab .img-banner .image_description p {
      margin-bottom: 0px; }
    .product1-home12 .product-banner-tab .img-banner .image_description .text-banner {
      margin-bottom: 12px;
      text-transform: uppercase; }
    .product1-home12 .product-banner-tab .img-banner .image_description .title-banner {
      font-size: 36px;
      line-height: 1.2;
      letter-spacing: -1px;
      margin-bottom: 20px; }
      .product1-home12 .product-banner-tab .img-banner .image_description .title-banner span {
        font-family: "Conv_CodecPro-Regular", sans-serif;
        font-weight: normal;
        font-size: 28px; }
        .product1-home12 .product-banner-tab .img-banner .image_description .title-banner span > span {
          font-family: "Conv_CodecPro-ExtraBold"; }

.product2-home12 .banner-left .banner-product .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px; }
@media (min-width: 992px) {
  .product2-home12 .banner-left .banner-product .owl-buttons {
    position: absolute;
    top: -30px;
    right: 0; }
    .rtl .product2-home12 .banner-left .banner-product .owl-buttons {
      left: 0;
      right: auto; }
    .product2-home12 .banner-left .banner-product .owl-buttons .owl-prev {
      right: 35px !important;
      left: inherit !important; }
      .rtl .product2-home12 .banner-left .banner-product .owl-buttons .owl-prev {
        left: 35px !important;
        right: auto; }
      .rtl .product2-home12 .banner-left .banner-product .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .product2-home12 .banner-left .banner-product .owl-buttons .owl-next {
      right: 0px !important;
      left: inherit !important; }
      .rtl .product2-home12 .banner-left .banner-product .owl-buttons .owl-next {
        left: 0px !important;
        right: auto; }
      .rtl .product2-home12 .banner-left .banner-product .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
.product2-home12 .banner-left .banner-product .owl-item.active .thumbnail-container .product-meta {
  position: relative; }
  .product2-home12 .banner-left .banner-product .owl-item.active .thumbnail-container .product-meta::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
    right: -15px;
    top: 0; }
    .rtl .product2-home12 .banner-left .banner-product .owl-item.active .thumbnail-container .product-meta::after {
      left: -15px;
      right: auto; }
.product2-home12 .banner-left .banner-product .owl-item.active.last .thumbnail-container .product-meta::after {
  display: none; }
.product2-home12 .banner-left .banner-product .owl-item.active .item .thumbnail-container {
  padding-bottom: 30px;
  border-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6; }
.product2-home12 .banner-left .banner-product .owl-item.active .item article:last-child .thumbnail-container {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 0px; }
@media (max-width: 1199px) {
  .product2-home12 .banner-right img {
    min-height: 250px;
    object-fit: cover; } }
.product2-home12 .banner-right .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 30px; }
  .rtl .product2-home12 .banner-right .image_description {
    right: 30px;
    left: auto; }
  .product2-home12 .banner-right .image_description p {
    margin-bottom: 0px; }
  .product2-home12 .banner-right .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .product2-home12 .banner-right .image_description .title-banner {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -1px; }
    .product2-home12 .banner-right .image_description .title-banner span {
      font-family: "Conv_CodecPro-Regular", sans-serif;
      font-weight: normal;
      font-size: 24px; }
      .product2-home12 .banner-right .image_description .title-banner span > span {
        font-weight: bold; }

.product3-home12 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

/*home 13*/
.box-left-home13 .banner1-home13 .image_description {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }
  .box-left-home13 .banner1-home13 .image_description p {
    margin-bottom: 0px; }
  .box-left-home13 .banner1-home13 .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 13px; }
  .box-left-home13 .banner1-home13 .image_description .title-banner {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 6px;
    color: #FFFFFF;
    text-transform: uppercase; }
  .box-left-home13 .banner1-home13 .image_description .text2-banner {
    color: #FFFFFF;
    margin-bottom: 15px; }
    .box-left-home13 .banner1-home13 .image_description .text2-banner span {
      font-size: 18px; }
.box-left-home13 .product1-home13 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px; }
.box-left-home13 .banner3-home13 .image_description {
  top: 40px;
  left: 40px; }
  .rtl .box-left-home13 .banner3-home13 .image_description {
    right: 40px;
    left: auto; }
  .box-left-home13 .banner3-home13 .image_description .title-banner {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 11px; }
  .box-left-home13 .banner3-home13 .image_description .text-banner span {
    font-size: 18px;
    color: #F9520C; }
.box-left-home13 .blog-home13 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px; }
.box-left-home13 .blog-home13 .owl-item .item > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }
  .box-left-home13 .blog-home13 .owl-item .item > div .read-more {
    display: none; }
  @media (min-width: 480px) {
    .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2), .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) {
      display: flex;
      align-items: center;
      padding-bottom: 20px; }
      .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .left-block, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .left-block {
        float: left;
        width: 41.66667%;
        padding-right: 15px; }
        .rtl .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .left-block, .rtl .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .left-block {
          padding-left: 15px;
          padding-right: inherit; }
      .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .right-block, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .right-block {
        padding-top: 0px;
        float: left;
        width: 58.33333%; }
        .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .right-block .blog-title, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .right-block .blog-title {
          margin-bottom: 0px; }
          .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .right-block .blog-title a, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .right-block .blog-title a {
            font-size: 14px; }
        .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .right-block .blog-meta, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .right-block .blog-meta {
          margin-bottom: 5px; }
          .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .right-block .blog-meta .cat, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .right-block .blog-meta .cat {
            display: none; }
          .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(2) .right-block .blog-meta .author, .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) .right-block .blog-meta .author {
            display: none; } }
  .box-left-home13 .blog-home13 .owl-item .item > div:nth-child(3) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px; }
.box-left-home13 .testi-home13 .block-carousel-image-container .descript .text-block {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 20px; }
  .box-left-home13 .testi-home13 .block-carousel-image-container .descript .text-block img {
    margin-bottom: 12px; }
  .box-left-home13 .testi-home13 .block-carousel-image-container .descript .text-block .title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px; }
  .box-left-home13 .testi-home13 .block-carousel-image-container .descript .text-block .sub-title {
    margin-bottom: 0px;
    color: #444444; }
.box-left-home13 .testi-home13 .block-carousel-image-container .descript .author-block {
  display: flex;
  align-items: center; }
  .box-left-home13 .testi-home13 .block-carousel-image-container .descript .author-block p {
    margin-bottom: 0px; }
  .box-left-home13 .testi-home13 .block-carousel-image-container .descript .author-block img {
    padding-right: 15px; }
    .rtl .box-left-home13 .testi-home13 .block-carousel-image-container .descript .author-block img {
      padding-left: 15px;
      padding-right: inherit; }
  .box-left-home13 .testi-home13 .block-carousel-image-container .descript .author-block strong {
    font-size: 16px;
    color: #000000; }
.box-left-home13 .testi-home13 .owl-buttons {
  position: absolute;
  top: -5px;
  right: 0; }
  .rtl .box-left-home13 .testi-home13 .owl-buttons {
    left: 0;
    right: auto; }
  .box-left-home13 .testi-home13 .owl-buttons .owl-prev {
    right: 50px !important;
    left: inherit !important; }
    .rtl .box-left-home13 .testi-home13 .owl-buttons .owl-prev {
      left: 50px !important;
      right: auto; }
    .rtl .box-left-home13 .testi-home13 .owl-buttons .owl-prev {
      right: inherit !important;
      left: auto; }
  .box-left-home13 .testi-home13 .owl-buttons .owl-next {
    right: 15px !important;
    left: inherit !important; }
    .rtl .box-left-home13 .testi-home13 .owl-buttons .owl-next {
      left: 15px !important;
      right: auto; }
    .rtl .box-left-home13 .testi-home13 .owl-buttons .owl-next {
      right: inherit !important;
      left: auto; }

.banner2-home13 {
  display: flex;
  gap: 0px 30px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .banner2-home13 {
      display: inherit; } }
  @media (max-width: 575px) {
    .banner2-home13 {
      display: inherit; } }
  @media (max-width: 1199px) {
    .banner2-home13 img {
      min-height: 200px;
      object-fit: cover; } }
  .banner2-home13 .image_description {
    top: 45px;
    left: 40px; }
    .rtl .banner2-home13 .image_description {
      right: 40px;
      left: auto; }
    @media (max-width: 1199px) {
      .banner2-home13 .image_description {
        top: 50%;
        transform: translateY(-50%); } }
    .banner2-home13 .image_description p {
      margin-bottom: 0px; }
    .banner2-home13 .image_description .text-banner {
      font-size: 16px;
      margin-bottom: 7px; }
    .banner2-home13 .image_description .title-banner {
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: -1px;
      text-transform: uppercase; }
  .banner2-home13 .img-banner-left .image_description .title-banner {
    margin-bottom: 7px; }
  .banner2-home13 .img-banner-left .image_description .text2-banner span {
    font-size: 18px; }
  .banner2-home13 .img-banner-right .image_description .title-banner {
    margin-bottom: 50px; }

.banner4-home13 {
  display: flex;
  gap: 0px 30px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .banner4-home13 {
      display: inherit; } }
  @media (max-width: 575px) {
    .banner4-home13 {
      display: inherit; } }
  @media (max-width: 1199px) {
    .banner4-home13 img {
      min-height: 200px;
      object-fit: cover; } }
  .banner4-home13 .image_description {
    top: 45px;
    left: 40px; }
    .rtl .banner4-home13 .image_description {
      right: 40px;
      left: auto; }
    @media (max-width: 1199px) {
      .banner4-home13 .image_description {
        top: 50%;
        transform: translateY(-50%); } }
    .banner4-home13 .image_description p {
      margin-bottom: 0px; }
  .banner4-home13 .img-banner-left .image_description .text-banner {
    font-size: 16px;
    margin-bottom: 5px; }
  .banner4-home13 .img-banner-left .image_description .title-banner {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-transform: uppercase; }
  .banner4-home13 .img-banner-left .image_description .text2-banner span {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: bold; }
  .banner4-home13 .img-banner-left .image_description .text2-banner .price-discount {
    text-decoration: line-through;
    font-size: 18px;
    color: #999999;
    font-weight: normal; }
  .banner4-home13 .img-banner-right .image_description .title-banner {
    font-size: 48px;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 20px; }
    .banner4-home13 .img-banner-right .image_description .title-banner span {
      font-size: 24px; }
  .banner4-home13 .img-banner-right .image_description a {
    transition: 0.3s ease-in; }
    .banner4-home13 .img-banner-right .image_description a:hover {
      color: #FFFFFF;
      letter-spacing: 1px;
      transition: 0.3s ease-in; }
      .banner4-home13 .img-banner-right .image_description a:hover::before {
        color: #FFFFFF; }

.product2-home13 .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0px;
  justify-content: start; }
.product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a {
  color: #999999;
  padding: 0px 30px;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  text-transform: none;
  position: relative; }
  .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .rtl .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
      right: 0;
      left: auto; }
  .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
    color: #000000;
    border: 0px; }
    .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a.active::before, .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a:hover::before {
      background-color: #E57C41; }
  @media (max-width: 1199px) {
    .product2-home13 .ApTabs.tabs-top .nav-tabs .nav-item > a {
      font-size: 18px; } }
.product2-home13 .ApTabs .tab-content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
  .product2-home13 .ApTabs .tab-content .product-banner {
    margin-bottom: 0px !important; }

@media (max-width: 1199px) {
  .banner5-home13 img {
    min-height: 200px;
    object-fit: cover; } }
.banner5-home13 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  right: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .banner5-home13 .image_description p {
    margin-bottom: 0px; }
  .banner5-home13 .image_description .title-banner {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px; }
    @media (max-width: 1440px) {
      .banner5-home13 .image_description .title-banner {
        font-size: 25px; } }
    @media (max-width: 1199px) {
      .banner5-home13 .image_description .title-banner {
        margin-bottom: 10px; } }

.product3-home13 .banner-product .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px; }
@media (min-width: 992px) {
  .product3-home13 .banner-product .owl-buttons {
    position: absolute;
    top: -30px;
    right: 0; }
    .rtl .product3-home13 .banner-product .owl-buttons {
      left: 0;
      right: auto; }
    .product3-home13 .banner-product .owl-buttons .owl-prev {
      right: 35px !important;
      left: inherit !important; }
      .rtl .product3-home13 .banner-product .owl-buttons .owl-prev {
        left: 35px !important;
        right: auto; }
      .rtl .product3-home13 .banner-product .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .product3-home13 .banner-product .owl-buttons .owl-next {
      right: 0px !important;
      left: inherit !important; }
      .rtl .product3-home13 .banner-product .owl-buttons .owl-next {
        left: 0px !important;
        right: auto; }
      .rtl .product3-home13 .banner-product .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
.product3-home13 .banner-product .owl-item.active .thumbnail-container .product-meta {
  position: relative; }
  .product3-home13 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
    right: -15px;
    top: 0; }
    .rtl .product3-home13 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
      left: -15px;
      right: auto; }
.product3-home13 .banner-product .owl-item.active.last .thumbnail-container .product-meta::after {
  display: none; }
.product3-home13 .banner-product .owl-item.active .item .thumbnail-container {
  padding-bottom: 30px;
  border-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6; }
.product3-home13 .banner-product .owl-item.active .item article:last-child .thumbnail-container {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 0px; }

.brand-home13 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px; }
@media (min-width: 992px) {
  .brand-home13 .owl-buttons {
    position: absolute;
    top: -35px;
    right: 0; }
    .rtl .brand-home13 .owl-buttons {
      left: 0;
      right: auto; }
    .brand-home13 .owl-buttons .owl-prev {
      right: 35px !important;
      left: inherit !important; }
      .rtl .brand-home13 .owl-buttons .owl-prev {
        left: 35px !important;
        right: auto; }
      .rtl .brand-home13 .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .brand-home13 .owl-buttons .owl-next {
      right: 0px !important;
      left: inherit !important; }
      .rtl .brand-home13 .owl-buttons .owl-next {
        left: 0px !important;
        right: auto; }
      .rtl .brand-home13 .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
@media (max-width: 991px) {
  .brand-home13 .owl-buttons {
    top: 50%;
    transform: translateY(-50%); } }

.product4-home13 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

/*home 14*/
@media (max-width: 1199px) {
  .banner1-home14 img {
    min-height: 200px;
    object-fit: cover; } }
.banner1-home14 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 60px; }
  .rtl .banner1-home14 .image_description {
    right: 60px;
    left: auto; }
  .banner1-home14 .image_description p {
    margin-bottom: 0px; }
  .banner1-home14 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px; }
  .banner1-home14 .image_description .text-banner {
    color: #FFFFFF; }
.banner1-home14 .banner-left .title-banner {
  margin-bottom: 10px; }
.banner1-home14 .banner-left .text-banner {
  margin-bottom: 30px;
  font-size: 16px; }
.banner1-home14 .banner-right .title-banner {
  margin-bottom: 30px; }
.banner1-home14 .banner-right .text-banner {
  margin-bottom: 12px;
  text-transform: uppercase; }

.banner2-home14 {
  margin: 0px;
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E6E6E6; }
  @media (max-width: 575px) {
    .banner2-home14 {
      margin-top: 0px; } }
  .banner2-home14 .banner-left {
    border-radius: 4px;
    height: 100%;
    border-right: 1px solid #E6E6E6; }
    .rtl .banner2-home14 .banner-left {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    .banner2-home14 .banner-left .img-banner {
      padding-left: 30px;
      padding-right: 30px; }
      .banner2-home14 .banner-left .img-banner .image_description {
        top: 70px;
        left: 50%;
        transform: translateX(-50%); }
        .banner2-home14 .banner-left .img-banner .image_description .title-banner {
          font-size: 20px;
          letter-spacing: -1px;
          margin-bottom: 14px; }
        .banner2-home14 .banner-left .img-banner .image_description .text-banner {
          color: #666666; }
  .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
    margin-bottom: 0px;
    border-bottom: 0px;
    justify-content: start;
    margin-left: -25%;
    margin-top: -85px;
    padding-bottom: 30px; }
    .rtl .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      margin-right: -25%;
      margin-left: inherit; }
    @media (max-width: 1199px) {
      .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
        margin-left: -50%; }
        .rtl .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
          margin-right: -50%;
          margin-left: inherit; } }
    @media (max-width: 991px) {
      .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
        margin-left: -100%; }
        .rtl .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
          margin-right: -100%;
          margin-left: inherit; } }
    @media (max-width: 575px) {
      .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
        margin-left: 0%;
        margin-top: 0px; }
        .rtl .banner2-home14 .banner-right .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
          margin-right: 0%;
          margin-left: inherit; } }
  .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a {
    color: #999999;
    padding: 0px 30px;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 700;
    border: 0px;
    text-align: center;
    text-transform: none;
    position: relative; }
    .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #999999;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
      .rtl .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
        right: 0;
        left: auto; }
    .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
      color: #000000;
      border: 0px; }
      .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a.active::before, .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a:hover::before {
        background-color: #E57C41; }
    @media (max-width: 1199px) {
      .banner2-home14 .banner-right .ApTabs.tabs-top .nav-tabs .nav-item > a {
        font-size: 18px; } }
  .banner2-home14 .banner-right .ApTabs .tab-content {
    border-radius: 4px; }
    .banner2-home14 .banner-right .ApTabs .tab-content .product-banner {
      margin-bottom: 0px !important; }

.box-cate-home14 {
  margin: 0; }
  .box-cate-home14 .banner-content {
    padding: 30px 0px 30px 30px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
    .rtl .box-cate-home14 .banner-content {
      padding: 30px 30px 30px 0px; }
    @media (max-width: 991px) {
      .box-cate-home14 .banner-content {
        border: 1px solid #E6E6E6; } }
    .box-cate-home14 .banner-content:nth-child(2) {
      border-left: 1px solid #E6E6E6; }
      .rtl .box-cate-home14 .banner-content:nth-child(2) {
        border-right: 1px solid #E6E6E6;
        border-left: inherit; }
      .box-cate-home14 .banner-content:nth-child(2) .content-cate {
        border-left: 0px !important;
        border-right: 1px solid #E6E6E6 !important; }
        .rtl .box-cate-home14 .banner-content:nth-child(2) .content-cate {
          border-right: 0px !important;
          border-left: inherit; }
        .rtl .box-cate-home14 .banner-content:nth-child(2) .content-cate {
          border-left: 1px solid #E6E6E6 !important;
          border-right: inherit; }
    .box-cate-home14 .banner-content:last-child {
      border-right: 1px solid #E6E6E6; }
      .rtl .box-cate-home14 .banner-content:last-child {
        border-left: 1px solid #E6E6E6;
        border-right: inherit; }
      .box-cate-home14 .banner-content:last-child .content-cate {
        border-right: 0px; }
        .rtl .box-cate-home14 .banner-content:last-child .content-cate {
          border-left: 0px;
          border-right: inherit; }
    .box-cate-home14 .banner-content .content-cate {
      margin-bottom: 0px !important;
      border-right: 1px solid #E6E6E6; }
      .rtl .box-cate-home14 .banner-content .content-cate {
        border-left: 1px solid #E6E6E6;
        border-right: inherit; }
      @media (max-width: 991px) {
        .box-cate-home14 .banner-content .content-cate {
          border-right: 0px; }
          .rtl .box-cate-home14 .banner-content .content-cate {
            border-left: 0px;
            border-right: inherit; } }
      .box-cate-home14 .banner-content .content-cate .title_block::before {
        display: none; }
      .box-cate-home14 .banner-content .content-cate .cate-link {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 1199px) {
          .box-cate-home14 .banner-content .content-cate .cate-link {
            flex-wrap: wrap; } }
        .box-cate-home14 .banner-content .content-cate .cate-link img {
          object-fit: cover;
          min-height: 150px;
          max-height: 150px; }
        .box-cate-home14 .banner-content .content-cate .cate-link a {
          text-transform: capitalize; }
      .box-cate-home14 .banner-content .content-cate .title_block {
        font-size: 16px;
        padding-left: 0px; }
        .rtl .box-cate-home14 .banner-content .content-cate .title_block {
          padding-right: 0px;
          padding-left: inherit; }
      .box-cate-home14 .banner-content .content-cate ul li a {
        color: #999999; }
        .box-cate-home14 .banner-content .content-cate ul li a:hover {
          color: #E57C41; }

@media (max-width: 575px) {
  .banner3-home14 {
    padding-top: 30px; } }
@media (max-width: 1199px) {
  .banner3-home14 img {
    min-height: 200px;
    object-fit: cover; } }
.banner3-home14 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 40px; }
  .rtl .banner3-home14 .image_description {
    right: 40px;
    left: auto; }
  .banner3-home14 .image_description .title-banner {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px; }
  .banner3-home14 .image_description p {
    margin-bottom: 0px; }
.banner3-home14 .banner-left .image_description .title-banner {
  margin-bottom: 10px; }
.banner3-home14 .banner-left .image_description .text-banner {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1px; }
.banner3-home14 .banner-center .image_description .title-banner {
  margin-bottom: 10px;
  color: #FFFFFF; }
  .banner3-home14 .banner-center .image_description .title-banner span {
    font-family: "Conv_CodecPro-Regular", sans-serif;
    font-weight: normal; }
.banner3-home14 .banner-center .image_description .text-banner {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px; }
  .banner3-home14 .banner-center .image_description .text-banner span {
    font-weight: bold;
    font-family: "Conv_CodecPro-ExtraBold"; }
.banner3-home14 .banner-right .image_description .title-banner {
  margin-bottom: 30px; }
  .banner3-home14 .banner-right .image_description .title-banner span {
    font-family: "Conv_CodecPro-Regular", sans-serif;
    font-weight: normal; }
.banner3-home14 .banner-right .image_description .text-banner {
  text-transform: uppercase;
  margin-bottom: 12px; }

.product1-home14 .block_content {
  border: 2px solid #CB1E25;
  border-radius: 4px;
  background-color: #FFFFFF; }

.product2-home14 .banner-product .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px 30px 0px; }
@media (min-width: 992px) {
  .product2-home14 .banner-product .owl-buttons {
    position: absolute;
    top: -30px;
    right: 0; }
    .rtl .product2-home14 .banner-product .owl-buttons {
      left: 0;
      right: auto; }
    .product2-home14 .banner-product .owl-buttons .owl-prev {
      right: 35px !important;
      left: inherit !important; }
      .rtl .product2-home14 .banner-product .owl-buttons .owl-prev {
        left: 35px !important;
        right: auto; }
      .rtl .product2-home14 .banner-product .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .product2-home14 .banner-product .owl-buttons .owl-next {
      right: 0px !important;
      left: inherit !important; }
      .rtl .product2-home14 .banner-product .owl-buttons .owl-next {
        left: 0px !important;
        right: auto; }
      .rtl .product2-home14 .banner-product .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
.product2-home14 .banner-product .owl-item.active .thumbnail-container .product-meta {
  position: relative; }
  .product2-home14 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
    right: -15px;
    top: 0; }
    .rtl .product2-home14 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
      left: -15px;
      right: auto; }
.product2-home14 .banner-product .owl-item.active.last .thumbnail-container .product-meta::after {
  display: none; }
.product2-home14 .banner-product .owl-item.active .item .thumbnail-container {
  padding-bottom: 30px;
  border-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6; }
.product2-home14 .banner-product .owl-item.active .item article:last-child .thumbnail-container {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 0px; }

.banner4-home14 > div .sv-col {
  padding: 50px;
  border-radius: 4px; }
  .banner4-home14 > div .sv-col .sv-text {
    padding-top: 20px; }
    .banner4-home14 > div .sv-col .sv-text strong {
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: -1px;
      color: #000000; }
    .banner4-home14 > div .sv-col .sv-text p {
      color: #444444;
      margin-bottom: 0px; }
.banner4-home14 > div:nth-child(1) .sv-col {
  background-color: #E3F9F4; }
.banner4-home14 > div:nth-child(2) .sv-col {
  background-color: #FEE3E3; }
.banner4-home14 > div:nth-child(3) .sv-col {
  background-color: #D8EAFF; }

.box-email-home14 {
  position: relative; }
  .box-email-home14::before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    display: block !important;
    top: 0;
    background: #E6E6E6;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
  .box-email-home14 .title_block {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px; }
  .box-email-home14 .sub-title-widget {
    font-size: 16px;
    font-family: "Conv_CodecPro-Regular", sans-serif;
    font-weight: normal;
    color: #444444; }
  .box-email-home14 .block_newsletter {
    float: none;
    max-width: 752px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto; }
    .box-email-home14 .block_newsletter .title_block {
      display: none; }
    .box-email-home14 .block_newsletter form .input-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .box-email-home14 .block_newsletter form input[type="email"] {
      padding: 11px 11px 11px 11px;
      border: 1px solid #E6E6E6;
      border-radius: 4px;
      height: 52px; }
      .rtl .box-email-home14 .block_newsletter form input[type="email"] {
        padding: 11px 11px 11px 11px; }
    .box-email-home14 .block_newsletter form .btn {
      background-color: #E57C41;
      color: #FFFFFF;
      position: relative;
      right: 0px;
      margin-left: 10px; }
      .rtl .box-email-home14 .block_newsletter form .btn {
        left: 0px;
        right: auto; }
      .rtl .box-email-home14 .block_newsletter form .btn {
        margin-right: 10px;
        margin-left: inherit; }
      .box-email-home14 .block_newsletter form .btn:hover {
        background-color: #FFFFFF;
        border: 1px solid #E57C41;
        color: #E57C41; }
        .box-email-home14 .block_newsletter form .btn:hover::before {
          color: #E57C41; }

/*home 15*/
.banner1-home15 .image_description .title-banner {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: uppercase; }
@media (max-width: 1199px) {
  .banner1-home15 img {
    min-height: 250px;
    object-fit: cover; } }
.banner1-home15 .banner-left .image_description {
  top: 45px;
  left: 40px; }
  .rtl .banner1-home15 .banner-left .image_description {
    right: 40px;
    left: auto; }
  .banner1-home15 .banner-left .image_description p {
    margin-bottom: 0px; }
  .banner1-home15 .banner-left .image_description .text-banner {
    font-size: 16px;
    margin-bottom: 8px; }
  .banner1-home15 .banner-left .image_description .title-banner {
    margin-bottom: 16px;
    color: #FFFFFF; }
  .banner1-home15 .banner-left .image_description .text2-banner span {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: bold; }
  .banner1-home15 .banner-left .image_description .text2-banner .price-discount {
    text-decoration: line-through;
    font-size: 18px;
    color: #999999;
    font-weight: normal; }
.banner1-home15 .banner-center .image_description {
  top: 45px;
  left: 30px; }
  .rtl .banner1-home15 .banner-center .image_description {
    right: 30px;
    left: auto; }
  .banner1-home15 .banner-center .image_description p {
    margin-bottom: 0px; }
  .banner1-home15 .banner-center .image_description .text-banner {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 11px; }
  .banner1-home15 .banner-center .image_description .title-banner {
    margin-bottom: 40px; }
.banner1-home15 .banner-right .image_description {
  top: 40px;
  right: 40px; }
  .rtl .banner1-home15 .banner-right .image_description {
    left: 40px;
    right: auto; }
  .banner1-home15 .banner-right .image_description p {
    margin-bottom: 0px; }
  .banner1-home15 .banner-right .image_description .title-banner {
    color: #FFFFFF;
    margin-bottom: 20px; }
    .banner1-home15 .banner-right .image_description .title-banner span {
      font-size: 48px;
      line-height: 0.8; }

.box-cate-home15 .content-cate {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 30px; }
  @media (min-width: 992px) {
    .box-cate-home15 .content-cate .owl-buttons {
      position: absolute;
      top: -35px;
      right: 0; }
      .rtl .box-cate-home15 .content-cate .owl-buttons {
        left: 0;
        right: auto; }
      .box-cate-home15 .content-cate .owl-buttons .owl-prev {
        right: 35px !important;
        left: inherit !important; }
        .rtl .box-cate-home15 .content-cate .owl-buttons .owl-prev {
          left: 35px !important;
          right: auto; }
        .rtl .box-cate-home15 .content-cate .owl-buttons .owl-prev {
          right: inherit !important;
          left: auto; }
      .box-cate-home15 .content-cate .owl-buttons .owl-next {
        right: 0px !important;
        left: inherit !important; }
        .rtl .box-cate-home15 .content-cate .owl-buttons .owl-next {
          left: 0px !important;
          right: auto; }
        .rtl .box-cate-home15 .content-cate .owl-buttons .owl-next {
          right: inherit !important;
          left: auto; } }
  .box-cate-home15 .content-cate .owl-item .item {
    padding: 0px 30px 0px 0px;
    border-right: 1px solid #E6E6E6; }
    .rtl .box-cate-home15 .content-cate .owl-item .item {
      padding: 0px 0px 0px 30px; }
    .rtl .box-cate-home15 .content-cate .owl-item .item {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
  .box-cate-home15 .content-cate .owl-item.active.last .item {
    padding: 0px 0px 0px 0px;
    border-right: 0px; }
    .rtl .box-cate-home15 .content-cate .owl-item.active.last .item {
      padding: 0px 0px 0px 0px; }
    .rtl .box-cate-home15 .content-cate .owl-item.active.last .item {
      border-left: 0px;
      border-right: inherit; }
  .box-cate-home15 .content-cate .title_block::before {
    display: none; }
  .box-cate-home15 .content-cate .cate-link {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .box-cate-home15 .content-cate .cate-link {
        display: inherit; } }
    .box-cate-home15 .content-cate .cate-link img {
      object-fit: cover;
      min-height: 150px;
      max-height: 150px; }
    .box-cate-home15 .content-cate .cate-link a {
      text-transform: capitalize; }
  .box-cate-home15 .content-cate .title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 17px;
    font-family: "Conv_CodecPro-ExtraBold"; }
  .box-cate-home15 .content-cate ul li a {
    color: #999999;
    line-height: 22px; }
    .box-cate-home15 .content-cate ul li a:hover {
      color: #E57C41; }
.box-cate-home15 .owl-theme .owl-buttons div.owl-prev {
  left: -30px; }
.box-cate-home15 .owl-theme .owl-buttons div.owl-next {
  right: -30px; }

.product1-home15 .block_content {
  border: 1px solid #E6E6E6;
  border-radius: 4px; }

.box-text-home15 .title-banner {
  background-color: #000106;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.11em;
  padding: 14px;
  text-align: center; }

.banner2-home15 .image_description p {
  margin-bottom: 0px; }
@media (max-width: 1199px) {
  .banner2-home15 img {
    min-height: 250px;
    object-fit: cover; } }
.banner2-home15 .banner-left .image_description {
  top: 50px;
  right: 45px; }
  .rtl .banner2-home15 .banner-left .image_description {
    left: 45px;
    right: auto; }
  .banner2-home15 .banner-left .image_description .text-banner {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 6px; }
  .banner2-home15 .banner-left .image_description .title-banner {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .banner2-home15 .banner-left .image_description .text2-banner {
    color: #FFFFFF;
    margin-bottom: 47px; }
.banner2-home15 .banner-right .image_description {
  top: 45px;
  left: 55px; }
  .rtl .banner2-home15 .banner-right .image_description {
    right: 55px;
    left: auto; }
  .banner2-home15 .banner-right .image_description .text-banner {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 8px; }
  .banner2-home15 .banner-right .image_description .title-banner {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 45px;
    text-transform: uppercase; }

.product2-home15 .banner-product .block_content {
  border: 1px solid #E6E6E6;
  padding: 30px 30px 0px; }
@media (min-width: 992px) {
  .product2-home15 .banner-product .owl-buttons {
    position: absolute;
    top: -30px;
    right: 0; }
    .rtl .product2-home15 .banner-product .owl-buttons {
      left: 0;
      right: auto; }
    .product2-home15 .banner-product .owl-buttons .owl-prev {
      right: 35px !important;
      left: inherit !important; }
      .rtl .product2-home15 .banner-product .owl-buttons .owl-prev {
        left: 35px !important;
        right: auto; }
      .rtl .product2-home15 .banner-product .owl-buttons .owl-prev {
        right: inherit !important;
        left: auto; }
    .product2-home15 .banner-product .owl-buttons .owl-next {
      right: 0px !important;
      left: inherit !important; }
      .rtl .product2-home15 .banner-product .owl-buttons .owl-next {
        left: 0px !important;
        right: auto; }
      .rtl .product2-home15 .banner-product .owl-buttons .owl-next {
        right: inherit !important;
        left: auto; } }
.product2-home15 .banner-product .owl-item.active .thumbnail-container .product-meta {
  position: relative; }
  .product2-home15 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
    right: -15px;
    top: 0; }
    .rtl .product2-home15 .banner-product .owl-item.active .thumbnail-container .product-meta::after {
      left: -15px;
      right: auto; }
.product2-home15 .banner-product .owl-item.active.last .thumbnail-container .product-meta::after {
  display: none; }
.product2-home15 .banner-product .owl-item.active .item .thumbnail-container {
  padding-bottom: 30px;
  border-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6; }
.product2-home15 .banner-product .owl-item.active .item article:last-child .thumbnail-container {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 0px; }

@media (max-width: 1199px) {
  .banner3-home15 img {
    min-height: 250px;
    object-fit: cover; } }
.banner3-home15 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 95px; }
  .rtl .banner3-home15 .image_description {
    right: 95px;
    left: auto; }
  @media (max-width: 575px) {
    .banner3-home15 .image_description {
      left: 35px;
      padding-right: 15px; }
      .rtl .banner3-home15 .image_description {
        right: 35px;
        left: auto; }
      .rtl .banner3-home15 .image_description {
        padding-left: 15px;
        padding-right: inherit; } }
  .banner3-home15 .image_description p {
    margin-bottom: 0px; }
  .banner3-home15 .image_description .title-banner {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 0.8;
    letter-spacing: -1px;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .banner3-home15 .image_description .text-banner {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 40px; }

.bannercontainer .tp-caption.text-mobile {
  line-height: 1.1; }
.bannercontainer .tp-caption.title-mobile {
  line-height: 1.1;
  text-transform: none; }
.bannercontainer .tp-caption.text1-mobile {
  line-height: 1.1;
  font-family: "Conv_CodecPro-Regular", sans-serif; }
.bannercontainer .tp-caption.text2-mobile {
  line-height: 1.1;
  font-family: "Conv_CodecPro-Regular", sans-serif; }
  .bannercontainer .tp-caption.text2-mobile span {
    font-size: 36px;
    line-height: 44px; }

.rtl .breadcrumb-full {
  right: 50% !important;
  transform: translateX(50%); }

/*style container-fluid*/
#page .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1200px) {
    #page .container-fluid {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    #page .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575px) {
    #page .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.container-fluid-home5 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .container-fluid-home5 {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575px) {
    .container-fluid-home5 {
      padding-left: 15px;
      padding-right: 15px; } }

/*my-account*/
#my-account .page-footer a {
  padding: 15px 30px;
  border: 1px solid;
  text-transform: uppercase; }

/*module-leofeature-viewwishlist*/
#module-leofeature-viewwishlist #view_wishlist .product-description input {
  text-align: center; }

/*cart*/
#cart .cart-grid-body a {
  display: flex;
  align-items: center; }

.orange {
  color: #E57C41 !important; }

.page-not-found .popup-over a.popup-title {
  display: none; }

.search-widget .popup-content {
  padding: 0; }

@media (min-width: 992px) {
  ul.ui-autocomplete {
    width: 31%; } }
@media (max-width: 991px) {
  ul.ui-autocomplete {
    width: 55%; } }

#cms #content {
  font-size: 16px;
  line-height: 24px; }

.product-notification.position3 {
  left: 100px; }
  .rtl .product-notification.position3 {
    right: 100px;
    left: auto; }

.leonextprevious-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 99; }
  .leonextprevious-container > div {
    width: auto; }
    .leonextprevious-container > div a {
      padding: 0px;
      width: 40px;
      height: 40px;
      border: 2px solid #CED4DA;
      border-radius: 50%;
      background-color: #FFFFFF;
      display: block;
      position: relative;
      color: #000000;
      font-family: "Font Awesome 5 Pro"; }
      .leonextprevious-container > div a::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px; }
      .leonextprevious-container > div a::after {
        display: none; }
      .leonextprevious-container > div a:hover {
        border: 2px solid #E57C41;
        color: #E57C41;
        background-color: #FFFFFF; }
    .leonextprevious-container > div .button-hover {
      position: absolute;
      top: 150%;
      z-index: 9999;
      -moz-box-shadow: 0 0 5px #c1c1c1;
      -webkit-box-shadow: 0 0 5px #c1c1c1;
      -o-box-shadow: 0 0 5px #c1c1c1;
      -ms-box-shadow: 0 0 5px #c1c1c1;
      box-shadow: 0 0 5px #c1c1c1;
      width: 120px;
      margin-top: 10px;
      padding: 10px;
      text-align: center;
      background-color: #FFFFFF;
      transition: .3s ease-in-out; }
      .leonextprevious-container > div .button-hover img {
        width: 100%; }
      .leonextprevious-container > div .button-hover p.product-name {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
        color: #000000;
        white-space: pre-wrap;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        line-height: 1.2; }
        .rtl .leonextprevious-container > div .button-hover p.product-name {
          margin-right: 0px;
          margin-left: inherit; }
  .leonextprevious-container .leo-button-prev a > p,
  .leonextprevious-container .leo-button-next a > p {
    font-size: 0;
    width: 35px;
    height: 35px; }
    .leonextprevious-container .leo-button-prev a > p i,
    .leonextprevious-container .leo-button-next a > p i {
      font-size: 20px; }
  .leonextprevious-container .leo-button-prev a:hover .button-hover,
  .leonextprevious-container .leo-button-next a:hover .button-hover {
    transition: .3s ease-in-out;
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .leonextprevious-container .leo-button-prev .button-hover,
  .leonextprevious-container .leo-button-next .button-hover {
    opacity: 0;
    visibility: hidden; }
  .leonextprevious-container .leo-button-prev a::before {
    content: "\f104";
    color: #000000; }
  .leonextprevious-container .leo-button-prev .button-hover {
    left: 50%;
    transform: translateX(-50%); }
    .rtl .leonextprevious-container .leo-button-prev .button-hover {
      right: 50%;
      left: auto; }
  .leonextprevious-container .leo-button-next a::before {
    content: "\f105";
    color: #000000; }
  .leonextprevious-container .leo-button-next .button-hover {
    right: 0; }
    .rtl .leonextprevious-container .leo-button-next .button-hover {
      left: 0;
      right: auto; }

.size-guide {
  width: fit-content;
  border-bottom: 1px solid #999999; }
  .size-guide .btn.show_sizechart {
    padding: 0;
    color: #444444;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 13px;
    text-transform: none; }
    .size-guide .btn.show_sizechart::before {
      content: "\e3be";
      font-family: "Material Icons";
      font-size: 16px; }
    .size-guide .btn.show_sizechart::after {
      display: none; }
  .size-guide:hover {
    border-bottom: 1px solid #E57C41; }
    .size-guide:hover .btn.show_sizechart {
      color: #E57C41; }

.page-productscompare .product-flags li.product-flag {
  display: block; }

/*# sourceMappingURL=styles.css.map */
