/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 2.5rem;
}

.ApColumn .block.ApImage {
  margin-bottom: 30px;
}

.ap-popup {
  display: none;
}

.bg-fullwidth {
  position: relative;
}

.bg-fullwidth:before {
  content: "";
  padding: 0px 1000px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  box-sizing: content-box;
  margin-left: -1000px;
}

.rtl .bg-fullwidth:before {
  margin-right: -1000px;
  margin-left: inherit;
}

.block-toggler .title,
.footer-container .links .title {
  cursor: pointer;
}

.block-toggler .title .collapse-icons .remove,
.footer-container .links .title .collapse-icons .remove {
  display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block;
}

.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}

.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
  margin-bottom: 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:before {
  content: "\f00c";
}

.alert.alert-warning {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-warning:before {
  content: "\f071";
}

.alert.alert-info {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-info:before {
  content: "\f05a";
}

.alert.alert-danger {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-danger:before {
  content: "\f00d";
}

/* Css Accordion */
.ap-accordion .in {
  display: block;
}

.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  padding: 23px 15px;
}

.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-color: whitesmoke;
  border-color: #dddddd;
  border-radius: 3px;
  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: 50%;
  width: auto;
  transform: translateY(-50%);
}

.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 #eaeaea;
}

.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: #eaeaea;
  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 #eaeaea #eaeaea #eaeaea;
}

.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 #eaeaea;
}

.rtl .tabs-left .nav-tabs {
  float: right;
}

.rtl .tabs-left .nav-tabs {
  border-left: 1px solid #eaeaea;
  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 #eaeaea #eeeeee #eeeeee;
}

.tabs-left .nav-tabs .active>a,
.tabs-left .nav-tabs .active>a:hover,
.tabs-left .nav-tabs .active>a:focus {
  border-color: #eaeaea transparent #eaeaea #eaeaea;
  *border-right-color: #FFFFFF;
}

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea;
}

.rtl .tabs-right .nav-tabs {
  float: left;
}

.rtl .tabs-right .nav-tabs {
  border-right: 1px solid #eaeaea;
  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 #eaeaea;
}

.tabs-right .nav-tabs .active>a,
.tabs-right .nav-tabs .active a:hover,
.tabs-right .nav-tabs .active a:focus {
  border-color: #eaeaea #eaeaea #eaeaea transparent;
  *border-left-color: #ffffff;
}

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.widget-tabs li a {
  color: #333333;
}

.widget-tabs li.active {
  border: 1px solid #09afd9;
}

.widget-tabs li.active a {
  color: #09afd9;
}

.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: #09afd9;
  font-size: 1.1875rem;
  z-index: 9;
  right: 50%;
  margin-right: -4px;
}

.rtl .block .nav-pills>li.active>a:before {
  left: 50%;
  right: auto;
}

.rtl .block .nav-pills>li.active>a:before {
  margin-left: -4px;
  margin-right: inherit;
}

.block .panel-group {
  margin-bottom: 0;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem;
}

.nav-tabs>li>a {
  font-weight: 800;
  color: #767676;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:focus {
  border: 1px solid transparent;
  background: #eeeeee;
  border-bottom: 2px solid #c0c700;
  color: #000000;
}

.ApTabs .tab-content {
  position: relative;
}

.ApTabs .tab-content>.tab-pane {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  opacity: 0;
  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;
  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 a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700;
}

.box-show-more a:hover {
  background-color: #09afd9;
}

.box-show-more a .fa {
  margin-left: 0.3125rem;
}

.rtl .box-show-more a .fa {
  margin-right: 0.3125rem;
  margin-left: inherit;
}

.box-show-more.open a {
  display: block;
}

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
  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 #eaeaea;
}

.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 #eaeaea;
  -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 #09afd9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
/*
  Widget Category Image
*/
.widget-category_image .block-content {
  background: #fff;
}

.widget-category_image .block_content {
  display: grid;
}

@media (min-width: 992px) {
  .widget-category_image .block_content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .widget-category_image .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.widget-category_image ul {
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  padding: 15px;
  position: relative;
}

.widget-category_image ul:hover .cate_content:before {
  background-color: rgba(62, 99, 175, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}

.widget-category_image ul:hover .cat_desc {
  display: block;
}

.widget-category_image ul:hover .cat-name {
  color: #fff;
}

.widget-category_image .cat_desc {
  display: none;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  height: 70px;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 9;
  margin: 0 0 10px;
}

.widget-category_image .cat_desc p {
  color: #fff;
}

.widget-category_image .cate_content {
  padding: 15px;
}

.widget-category_image .cate_content:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  width: 100%;
  box-sizing: content-box;
}

.widget-category_image .cat-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #283655;
  text-transform: none;
  height: 22px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin: 10px 0;
  text-align: left;
}

.widget-category_image .view-product {
  position: relative;
  height: 50px;
  border: 2px solid #272146;
  margin: 10px 0 0;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.39);
  padding: 8px 25px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  color: #272146;
}

.widget-category_image .view-product:hover {
  background: #272146;
  color: #fff;
}

.widget-category_image .cate_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

@media (min-width: 768px) {
  .widget-category_image li:hover .cate_content {
    bottom: -65px;
  }
}

.latest-blogs .title_block {
  margin: 0;
  font-size: 20px;
  background: white;
  display: inline-block;
  padding: 0px 10px 0px 0px;
  position: absolute;
  z-index: 9;
  top: -10px;
  left: 0;
  font-weight: bold;
  color: #283655;
}

.latest-blogs .block_content {
  position: relative;
  padding-top: 45px;
  border-top: 1px solid #dedede;
}

.latest-blogs .blog-title {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  height: 45px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-blogs .blog-desc {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  height: 73px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.latest-blogs .blog-meta span {
  font-size: 12px;
  color: #999999;
}

.latest-blogs .created {
  text-transform: uppercase;
  color: #09afd9;
}

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rtl .leo-more-info {
  left: 0px;
  right: auto;
}

.rtl .leo-more-info {
  float: right;
}

.rtl .leo-more-info {
  text-align: right;
}

.leo-more-info .thumbs_list {
  margin: auto;
  overflow: hidden;
  width: 80px;
  height: 240px;
}

.leo-more-info .thumbs_list ul.thumbs_list_frame {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0;
}

.rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}

.leo-more-info .thumbs_list li {
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.leo-more-info .thumbs_list li a {
  display: block;
  text-align: center;
}

.leo-more-info .thumbs_list li .leo-hover-image {
  max-width: 100%;
}

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  position: absolute;
  width: 15px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.leo-more-info .view_scroll_right {
  bottom: 0px;
  margin-bottom: 0.3125rem;
}

.leo-more-info .view_scroll_left {
  margin-top: 0.3125rem;
}

.leo-more-over {
  position: relative;
  z-index: 0;
}

.leo-more-image {
  top: 0;
  position: absolute;
  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;
  filter: alpha(opacity=0);
  left: 0;
}

.rtl .leo-more-image {
  right: 0;
  left: auto;
}

.ApCountdown {
  padding: 0;
}

.ApCountdown .list-inline {
  display: inline-block;
  vertical-align: super;
  padding-left: 10px;
}

.rtl .ApCountdown .list-inline {
  padding-right: 10px;
  padding-left: inherit;
}

.ApCountdown .list-inline li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.ApCountdown .list-inline li b {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background: #09afd9;
  padding: 12px 5px;
  line-height: 16px;
  display: block;
}

.ApCountdown .list-inline li:before,
.ApCountdown .list-inline li:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}

.ApCountdown .list-inline li:before {
  right: auto;
  left: -11px;
  border-bottom: 40px solid #09afd9;
  border-left: 11px solid transparent;
}

.ApCountdown .list-inline li:after {
  right: -11px;
  border-top: 40px solid #09afd9;
  border-right: 11px solid transparent;
}

.ApCountdown .list-inline li:nth-child(2):before {
  border-bottom: 40px solid #d71f13;
}

.ApCountdown .list-inline li:nth-child(2):after {
  border-top: 40px solid #d71f13;
}

.ApCountdown .list-inline li:nth-child(2) b {
  background: #d71f13;
}

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.instagram-block a img {
  width: 118px;
  max-width: 100%;
}

.instagram-block .link-instagram {
  display: none;
}

.instagram-block .link-instagram a {
  margin: 0.625rem 0 0;
}

#instafeed {
  margin: -0.3125rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clear-col {
    clear: both;
  }
}

.copyright {
  text-align: center;
}

.copyright span {
  color: #09afd9;
}

@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }

  .rtl .copyright {
    text-align: right;
  }
}

.payment {
  text-align: center;
}

@media (min-width: 992px) {
  .payment {
    text-align: right;
  }

  .rtl .payment {
    text-align: left;
  }
}

.top-left-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.top-right-header {
  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;
}

@media (min-width: 768px) {
  .top-center-header {
    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 (min-width: 1200px) {
  .top-center-header>* {
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-center-header>* {
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-center-header>* {
    padding-right: 10px;
  }
}

.ap-wishlist,
.ap-compare {
  position: relative;
  margin-top: 11px;
}

.ap-wishlist .ap-total,
.ap-compare .ap-total {
  background: #09afd9;
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  position: absolute;
  top: -1px;
  right: 18px;
  left: auto;
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.rtl .ap-wishlist .ap-total,
.rtl .ap-compare .ap-total {
  right: auto;
  left: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {

  .ap-wishlist .ap-total,
  .ap-compare .ap-total {
    top: -3px;
    right: -10px;
    left: auto;
  }

  .rtl .ap-wishlist .ap-total,
  .rtl .ap-compare .ap-total {
    right: auto;
    left: -10px;
  }
}

.header-container .block {
  margin-bottom: 0;
}

/* Header Nav 1 */
.group-service-product {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  padding: 14px 0;
}

.service-product {
  border-right: 1px solid #ddd;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.service-product .service-icon:before {
  content: '';
  height: 28px;
  width: 37px;
  display: block;
  margin: auto;
  background: url("../../../../assets/img/modules/appagebuilder/img/payments.png") no-repeat;
}

.service-product.service-1 .service-icon:before {
  background-position: center 0;
}

.service-product.service-3 .service-icon:before {
  background-position: center -76px;
}

.service-product.service-4 .service-icon:before {
  background-position: center -123px;
  width: 32px;
}

.service-product h3,
.service-product .h3 {
  font-size: 12px;
  font-weight: 400;
  color: #002955;
  margin: 0;
  text-transform: none;
}

.service-product .service-meta {
  padding-left: 5px;
}

.service-product.service-1 {
  max-width: 150px;
}

@media (min-width: 480px) {
  .service-product {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}

.service-product.service-4 {
  border: none;
  max-width: 110px;
}

.service-product.service-3 {
  max-width: 140px;
}

/* Header Nav 2 */
.bottomnav .ApRow {
  display: flex;
  align-items: center;
}

.header_logo {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .header_logo {
    margin-left: 60px;
  }

  button.navbar-toggle {
    position: absolute;
    top: 14px;
    z-index: 1;
  }

  .header-top .ApRow {
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

}

@media (min-width: 768px) {
  .leo-mobile {
    display: none;
  }
}

.contact-top {
  position: relative;
  float: right;
  padding: 8px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

@media (min-width: 768px) {
  .contact-top {
    min-width: 236px;
  }
}

.contact-top .phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 992px) {
  .contact-top .phone {
    height: 57px;
    border: 2px solid rgba(0, 41, 85, 0.75);
    background: #f4f9fd;
    border-radius: 40px;
    padding: 3px 25px 3px 8px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.39);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.39);
  }
}

@media (min-width: 992px) {
  .contact-top .fa-phone {
    color: #fff;
    width: 37px;
    height: 37px;
    background: #6f388b;
    border-radius: 100%;
    line-height: 20px;
    border: 3px solid #f4f9fd;
    box-shadow: 0 0 0 2px #002955;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 8px 0 3px;
  }
}

.contact-top .title_block {
  line-height: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  color: #283655;
  margin: 0;
}

.contact-top .title_block span {
  font-weight: 700;
}

.contact-top .phone-contact-top {
  text-transform: none;
  margin: 0;
  color: black;
  line-height: 21px;
}

@media (min-width: 992px) {
  .contact-top .phone-contact-top {
    font-size: 23px;
    font-weight: 500;
    color: #6f388b;
    text-align: right;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  }
}

.text-info {
  color: #31708f;
}

.email-contact-top {
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .email-contact-top {
    position: absolute;
    bottom: -15px;
    left: auto;
  }
}

.image_description {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.top-right-header .ApLink:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.top-right-header .ApLink ul {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.top-right-header .ApLink a {
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

#_desktop_cart .cart-preview .shopping-cart {
  width: 45px;
  height: 32px;
  display: inline-block;
  background: url("../../../../assets/img/modules/appagebuilder/img/items-new.png") no-repeat;
  background-position: -38px 0;
}

.ApColumn {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.header-top .ApRow {
  position: relative;
}

/* Content */
.slide-home {
  margin-top: 10px;
}

.ApImage .image_description p {
  margin-bottom: 9px;
}

.ApImage .image_description a {
  display: block;
  border: 2px solid #272146;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  border-radius: 44px;
  background: #eb774a;
  width: 142px;
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
}

.remove-padding-right .ApImage .image_description a {
  background: #fff;
  color: #272146;
}

.remove-padding-right .ApImage .image_description a:hover {
  background: #272146;
  color: #fff;
}

.left-slideshow.ApImage .image_description {
  position: absolute;
  bottom: 121px;
  left: 43px;
  text-align: left;
}

.left-slideshow.ApImage .image_description a {
  display: inline-block;
  width: auto;
  font-size: 20px;
  padding: 15px 30px;
}

.ApImage {
  position: relative;
}

.image_description a:hover {
  background: #272146;
  color: #fff;
}

.margin-bottom-2 {
  margin-bottom: 14px !important;
}

.ap-accordion .title_block,
#wrapper .ApRawHtml .title_block {
  background: #283655;
  padding: 15px 25px;
  border-top: 3px solid #8e44ad;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.ap-accordion .block-html-short,
#wrapper .ApRawHtml .block-html-short {
  border: 1px solid #dddddd;
  padding: 20px 25px;
  line-height: 23px;
  margin: 0;
}

.ap-accordion .unvisible,
#wrapper .ApRawHtml .unvisible {
  display: none;
}

@media (min-width: 768px) {
  .ApColumn.no-padding {
    padding: 0 !important;
  }
}


.manufacturers_block .sub-title-widget {
  background: white;
  padding: 0 10px 0 0;
  position: relative;
  overflow: hidden;
  color: #3e63af;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.manufacturers_block .sub-title-widget span {
  position: relative;
}

.manufacturers_block .sub-title-widget span:before,
.manufacturers_block .sub-title-widget span:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background: #e8e8e8;
}

.manufacturers_block .sub-title-widget span::before {
  left: -10px;
  padding-left: 9999px;
  margin-left: -9999px;
}

.manufacturers_block .sub-title-widget span:after {
  right: -10px;
  padding-right: 9999px;
  margin-right: -9999px;
}

.manufacturers_block .block_content {
  margin: 30px 0;
}

.position-static-wr {
  position: static;
}

.fix-margin {
  margin: 0 -6px;
}

.no-padding .owl-row {
  margin-left: 0;
  margin-right: 0;
}

#index .block {
  margin-bottom: 0;
}

.ap-accordion {
  margin-top: 30px;
}

.footer-top .block {
  margin-bottom: 30px;
}

.box-service-bottom {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.service-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 13px 0;
  min-height: 150px;
  border: 1px solid #eaeaea;
  background: #f4f9fd;
}

.service-bottom .sub-title-widget {
  font-weight: 400;
  font-size: 14px;
  color: #935ca6;
  order: 3;
}

.service-bottom .title_block {
  font-size: 15px;
  font-weight: 600;
  color: #283655;
  margin-top: 10px;
  margin-bottom: 5px;
  order: 2;
  width: 100%;
  text-align: center;
}

.group-contact-info h4 {
  font-size: 20px;
  font-weight: bold;
  color: #283655;
  margin: 0;
}

.group-contact-info ul li {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  height: 33px;
  margin-bottom: 10px;
  padding-right: 32px;
}

.group-contact-info ul li p {
  font-size: 14px;
  color: #000;
  margin: 10px 0 20px;
}

.group-contact-info ul li .fa {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #283655;
  display: inline-table;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  box-shadow: 0 3px 0 0 #3e63af;
}

.group-contact-info ul li .fa.fa-search {
  display: block;
  width: 36px;
}

@media (min-width: 768px) {
  .footer-center .ApColumn:first-child {
    display: flex;
    flex-direction: row;
    gap: 0 30px;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

.footer-container .title-ap-column,
.footer-center .ApLink h4.title_block {
  font-weight: bold;
  border-bottom: 1px solid #305780;
  padding-bottom: 20px;
  font-size: 20px;
  color: white;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  margin-top: 9px;
}

@media (min-width: 768px) {
  .footer-center .ApLink {
    flex: 0 0 30%;
  }
}

.footer-center p,
.footer-center .ApRawHtml {
  line-height: 25px;
  color: #fff;
}

.footer-center .ApRawHtml .title_block {
  font-size: 20px;
  color: white;
  font-weight: normal;
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 1px solid #305780;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.footer-bottom {
  padding: 30px 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.widget-gmap {
  padding-bottom: 15px;
}

.group-contact-info .sub-title-widget {
  font-size: 14px;
  color: #000;
  margin: 10px 0 20px;
}

.owl-carousel .owl-item {
  padding: 0 9px;
}

.owl-row {
  margin-left: -9px;
  margin-right: -9px;
}

/*# sourceMappingURL=styles.css.map */
.banner-home .image_description {
  position: absolute;
  bottom: calc(50% - 40px);
  display: flex;
  align-items: center;
  width: auto;
  right: 53px;
}

.banner-home {
  padding: 20px 0;
}

.btn-primary:hover {
  background: transparent;
}

.box-service-bottom .title-ap-group {
  display: none;
}

@media (max-width: 767px) {
  .header-top .wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    margin-left: -9px !important;
    margin-right: -9px !important;
    background: #f9f8fe !important;
    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;
  }

  form#leosearchtopbox {
    border: 1px solid #dddddd;
  }

  .header-nav #custom-text {
    display: none;
  }

  .header_logo {
    margin-left: 0 !important;
  }

  .leo-verticalmenu .title_block {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0;
  }

  .leo-verticalmenu .title_block:after,
  .leo-verticalmenu .title_block span {
    display: none;
  }

  #leo-verticalmenu.active .box-content {

    height: calc(100vh - 150px);
    width: calc(100vw - 20px);
    overflow: auto;
  }

  .content-inner ul {
    margin-bottom: 0;
  }

  #leo-verticalmenu .content-inner {
    column-count: 6 !important;
    display: flex;
    flex-wrap: wrap;
  }

  .content-col-top a {
    font-size: 15px;
  }

  #leo-verticalmenu .content-col {
    width: 100%;
  }

  #leo-verticalmenu .content-inner li:first-child {
    display: block;

    border-top: 1px solid #e5e5e5;
  }

  #leo-verticalmenu .content-inner li:first-child a {
    padding: 10px 0 10px 0;
    font-weight: 400;
    text-transform: uppercase;
  }

  #leo-verticalmenu .content-inner li:first-child a:after {
    top: 50%;
    transform: translateY(-50%);
  }

  #leo-verticalmenu .content-inner li {
    display: none;
  }

  .service-bottom {
    min-height: inherit;
    margin-bottom: 18px !important;
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: block;
    min-height: 88px;
  }



  .service-bottom .sub-title-widget {
    color: #00222b;
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    padding-left: 50px;
  }

  .service-bottom img.img-fluid {
    height: 30px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }

  .footer-container .ApRawHtmlblock .title_block,
  .footer-container .ApLink.block .title_block,
  .title-ap-column {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px !important;
  }

  .footer-container .ApRawHtmlblock li a,
  .footer-container .ApLink.block li a {
    font-size: 11px !important;
    font-weight: 300 !important;
    text-transform: none !important;
  }

  .footer-container .ApBlockLink {
    width: 50%;
    float: left;
  }

  .footer-container .ApBlockLink:last-child {
    clear: left;
  }

  .leo-verticalmenu .title_block:before {
    display: block !important;
    content: '\f0c9';
    font-family: FontAwesome;
    margin-right: 10px;
  }

  #_desktop_cart .cart-preview .shopping-cart {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url("../../../../assets/img/modules/appagebuilder/img/icon-cart-mobile.png") no-repeat;
    background-size: 38px;
    background-position: center center;
  }

  #_desktop_cart .cart-products-count {
    left: auto;
    right: 2px;
    text-align: center;
    margin: 0;
    top: 6px;
    font-size: 10px;
    width: auto;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #894B9D;
  }

  .box-service-bottom .title-ap-group {
    display: block;
    padding: 0 9px;
    text-align: center;
    position: relative;
  }

  .box-service-bottom .title-ap-group:before,
  .box-service-bottom .title-ap-group:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 36px;
    background: #3e63af;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }

  .box-service-bottom .title-ap-group:before {
    left: 0;
  }

  .box-service-bottom .title-ap-group:after {
    right: 0;
  }

  .phone-contact a {
    font-size: 12px;
    text-align: center;
  }

  .phone-contact i {
    display: block;
  }
}

@media (max-width: 767px) {
  .leo-verticalmenu .title_block:before {
    color: #273755;
    font-size: 24px;
    font-family: 'Font Awesome 5 Free';
  }

  #leo_search_block_top .block_content #leo_search_top_button {
    box-shadow: none;
    background: #894B9D;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    aspect-ratio: 1;
    border-radius: 3px;
  }

  #leo_search_block_top {
    margin-left: -25px;
  }

  #leo_search_block_top .block_content .leoproductsearch-result .search_query {
    border-radius: 3px;
  }

  form#leosearchtopbox {
    border-radius: 3px;
  }

  .manufacturers_block .sub-title-widget {
    font-size: 16px;
    line-height: 22px;
    color: #273755;
    letter-spacing: -0.32px;
    padding: 8px;
  }

  .manufacturers_block .block_content {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .manufacturers_block .slick-manufacturers {
    margin-right: 20%;
  }

  .manufacturers_block .slick-arrows {
    display: none;
  }

  .manufacturers_block .slick-list {
    overflow: visible;
    clip-path: inset(0 -100% 0 0);
  }

  .box__banner--mobile .ApImage .image_description {
    text-align: left;
  }

  .box__banner--mobile .ApImage .image_description a {
    display: inline-block;
    width: auto;
    margin-left: 16px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #273755;
    background-color: #fff;
    padding: 8px 16px;
    border: 1px solid #273755;
  }

  .ap-accordion {
    margin-top: 10px;
  }

  .ap-accordion .title_block {
    border-top: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.32px;
    background: #273755;
    padding: 8px 16px;
    margin-bottom: 8px;
  }

  .ap-accordion .panel-default {
    border: none;
    margin-bottom: 8px;
  }


  .ap-accordion .panel-default .panel-heading {
    padding: 12px;
    margin-bottom: 0;
    background: #F4F4F4;
    border-color: #F4F4F4;
  }

  .ap-accordion .panel-default .panel-title {
    height: auto;
  }

  .pricebeatpromise_accodion .panel-title>a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #273755;
  }

  .panel-heading .panel-title a:after {
    top: calc(50% - 12px);
  }

  .pricebeatpromise-col1,
  .pricebeatpromise-col2 {
    width: 100%;
    margin: 0;
  }

  .ap-accordion .panel-default>.panel-heading+.panel-collapse .panel-body {
    margin-top: 4px;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 22px;
    color: #777777;
    letter-spacing: -0.32px;
  }

  #google-review {
    height: unset;
  }

  #google_review {
    height: 480px;
  }

  #index #main .page-footer {
    margin: 0;
  }

  .box-service-bottom .title-ap-group {
    display: none;
  }

  .service-bottom img.img-fluid {
    position: initial;
    transform: none;
  }

  .service-bottom .sub-title-widget {
    display: none;
  }

  .service-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #F6F6F6;
    border-color: #D9D9D9;
  }

  .service-bottom .title_block {
    padding: 0;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #273755;
    margin: 4px auto 0;
  }

  .box-service-bottom {
    margin-bottom: 8px;
  }

  .footer-center {
    background: #273755;
  }

  .footer-center p,
  .footer-center .ApRawHtml,
  .footer-container .footer-center li a {
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-bottom {
    padding: 0;
  }

  .box__copyright {
    text-align: left;
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 18px;
    margin-left: -16px !important;
    margin-right: -16px !important;
    background: #273755;
  }

  .footer-bottom .box__copyright.bg-fullwidth-container .ApColumn {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }



  .contact-footer-mobile:after {
    display: none;
  }

  .group-contact-info h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #273755;
    margin-bottom: 8px;
  }

  .group-contact-info .sub-title-widget {
    color: #273755;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px;
  }

  .group-contact-info ul li {
    margin: 0 0 16px;
  }

  .group-contact-info ul li:last-child {
    margin-bottom: 0;
  }

  .group-contact-info ul li .fa {
    box-shadow: none;
  }

  .group-text-footer .content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .group-contact-info.ApRawHtml {
    padding: 0 16px;
  }

  .group-contact-info ul li,
  .group-contact-info li a {
    color: #273755;
  }

  .group-contact-info ul li span {
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }

  .group-contact-info ul li .fa {
    width: 32px !important;
    height: 32px;
    line-height: 32px;
  }

  .footer-container .ApColumn .block span.phone-number {
    font-size: 16px !important;
    font-weight: 700;
  }

  .footer-center {
    padding: 0;
  }


  #footer .footer-center .ApRawHtml .title_block {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    position: relative;
    border: none;
    padding: 16px 0;
    margin: 0 0 16px;
  }

  #footer .footer-center .ApRawHtml .title_block::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }


  #footer .footer-container .title-ap-column,
  .footer-container .title-ap-column,
  .footer-center .ApLink h4.title_block {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    font-weight: 700;
    ;
  }

  .footer-container .ApColumn .block span,
  .footer-container .ApColumn .block p {
    font-size: 11px !important;
    line-height: 26px;
    letter-spacing: -0.32px
  }

  .group-text-footer {
    position: relative;
    padding-bottom: 16px;
  }

  .group-text-footer::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group-text-footer p {
    margin-bottom: 8px;
  }

  .group-text-footer p:last-of-type {
    margin-bottom: 0;
  }

  .block-link-mobile {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-container .block-link-mobile .ApLink.block li a {
    font-weight: 400 !important;
    letter-spacing: -0.32px;
  }

  .header-top .wrapper {
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-top .wrapper.is_fixed {
    margin: 0 !important;
  }

  .product_detail_mobile .product-cover img {
    border: 1px solid #EEEEEE;
  }

  #wrapper .breadcrumb ol>li a {
    color: #ADADAD;
  }

  #wrapper .breadcrumb {
    font-weight: 400;
    color: #894B9D;
    text-transform: capitalize;
    line-height: 22px;
  }

  #wrapper .breadcrumb ol>li i {
    margin: 0 3px;
    font-size: unset;
    color: #ADADAD;
  }

  #wrapper .breadcrumb ol>li i::before {
    content: "/";
    font-family: "Open Sans", sans-serif;
  }

  .product_detail_mobile .product-cover {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .product_detail_mobile.product-detail.product-thumbs-bottom .product-thumb-images {
    padding-left: 0;
    padding-right: 0;
  }

  .product-thumb-images .thumb {
    border: 1px solid #DFDFDF;
  }

  .product_detail_mobile h1.product-name {
    text-transform: capitalize;
    color: #273755;
  }

  .product_detail_mobile .product-price {
    color: #894B9D;
    font-weight: 800;
  }



  .price-mobile-row .price-from {
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    margin-right: 6px;
    width: auto;
  }

  .price-mobile-row .product-ce-code {
    font-size: 12px;
    color: #787878;
    margin-bottom: 6px;
  }

  .product-detail-description {
    margin-top: 10px;
  }



  .product-accordion-top {
    margin-top: 6px;
  }

  .product-accordion-top .leo-mobile-accordion-heading {
    border: none;
    margin-bottom: 0;
  }

  .product-accordion-top .leo-mobile-accordion {
    padding: 12px 0;
    border-bottom: 1px solid #DFDFDF;
  }

  .product-accordion-top .leo-mobile-accordion:first-child {
    border-top: 1px solid #DFDFDF;
  }

  .product-accordion-top .leo-mobile-accordion-heading a {
    padding: 0;
    color: #273755;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    height: auto;
  }

  .product-accordion-top .description-short {
    margin-top: 0;
  }

  .product-accordion-top .panel-accordion {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all;
    color: #777777;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
  }

  .product-accordion-top .panel-accordion.show {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .product-accessories {
    margin-top: 24px;
  }

  .product-accessories .products-section-title {
    border-top: none;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.32px;
    background-color: #273755;
    padding: 8px 16px;
  }

  #product-accessories .owl-controls {
    margin: 0;
    top: -19px !important;
    right: 8px;
  }

  #product-accessories .owl-controls .owl-buttons>div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
  }

  #product-accessories .owl-buttons div.owl-prev:before,
  #product-accessories .owl-buttons div.owl-next:before {
    font-size: 15px;
    line-height: 1;
  }

  .thumbnail-container .product-price-and-shipping .price {
    font-weight: 700;
    color: #273755;
  }

  .thumbnail-container .product-price-and-shipping>a:first-child {
    flex: 1;
  }

  .thumbnail-container .product-price-and-shipping {
    cursor: pointer;
    height: auto;
    padding: 8px 14px 8px 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #273755;
    box-shadow: none;
    margin-top: 10px;
    gap: 0 9px;
  }

  .thumbnail-container .product-price-and-shipping .price-play {
    position: unset;
    width: 35px;
    height: 35px;
    border: 1px solid #273755;
    padding: 1px;
  }

  .thumbnail-container .product-price-and-shipping .price-play .icon-play {
    color: #fff;
    border-radius: 100%;
    /* line-height: 20px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #EB774A;
    width: 100%;
    height: 100%;
    position: inherit;
    left: 0;
    top: 0px;
    border: 1px solid #fff;
  }

  .thumbnail-container .product-price-and-shipping .price-play .icon-play svg {
    margin-top: -1px;
    margin-left: 2px;
  }

  .thumbnail-container .product-price-and-shipping .price-play i {
    font-size: 10px;
  }

  .thumbnail-container .product-meta {
    margin-bottom: 16px;
  }

  .thumbnail-container .product-price-and-shipping .price-from {
    width: auto;
    display: block;
    float: none;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    margin-left: -10px;
    margin-bottom: 3px;
  }

  .product-accessories .owl-item .item {
    padding: 8px 12px 16px;
  }

  .product-accessories .thumbnail-container .product-meta {
    margin-bottom: 0;
  }

  .product-accessories .owl-item .item.first {
    border-right-color: transparent;
  }

  .thumbnail-container .product-meta {
    padding: 0;
  }

  .thumbnail-container .product-meta .product-reference {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    margin-top: 8px;
  }

  .thumbnail-container .product-image {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .thumbnail-container .product-title a {
    font-size: 16px;
    font-weight: 600;
    color: #273755;
    line-height: 21px;
  }

  .thumbnail-container .product-title {
    min-height: 42px;
    margin-bottom: 10px;
  }

  .product-accordion-bottom .leo-mobile-accordion-heading a {
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    color: #273755;
  }


  .product-accordion-bottom .leo-mobile-accordion-heading {
    border-color: #D9D9D9;
  }

  #category-description {
    color: #777;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .same-category {
    padding-left: 16px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .same-category .slick-arrows {
    /* display: none; */
  }

  .same-category .slick-arrows .slick-arrow {
    width: 24px;
    height: 24px;
    line-height: 23px;



  }

  .same-category .slick-arrows .slick-arrow.slick-next {
    right: 6px;
  }

  .same-category .slick-arrows .slick-arrow.slick-prev {
    left: 6px;
  }

  .same-category .slick-arrows .slick-arrow::before {
    font-size: 11px;
    font-weight: 400;
  }

  .subcategories-list {
    background-color: #fff;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .subcategory-block .subcategory-description.cat_desc {
    display: none !important;
  }

  #subcategories>.row.subcategories-list {
    padding: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }

  #subcategories {
    margin-bottom: 0;
  }

  #category #products {
    margin-top: 0;
  }

  .subcategory-block h5 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #273755;
  }

  .subcategory-block {
    border-color: #D9D9D9;
  }

  .subcategory-meta {
    padding: 12px 10px 16px;
  }

  .card-top h1.h1.cat_name {
    left: 0;
    right: 0;
    text-align: left;
    font-weight: 700;
    color: #273755;
    font-size: 24px;
    top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .same-category-item a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #273755;
    border-color: #273755;
    padding: 7px 11px;
    border-radius: 4px;
  }

  .same-category-item.active a {
    background-color: #894B9D;
    border-color: #894B9D;
  }


  #wrapper .container,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #wrapper #content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row {
    margin: 0 -9px;
  }

  #footer .row {
    margin-left: -9px;
    margin-right: -9px;
  }

  .contact-footer-mobile {
    margin-bottom: 0;
    padding: 21px 0;
  }

  .footer-bottom .bg-fullwidth-container .ApColumn {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .footer-menu .ApBlockLink {
    width: 100%;
  }

  .footer-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer-menu .ApBlockLink:not(:last-child) {
    margin-bottom: 22px !important;
  }

  .footer-menu .ApLink.block li a {
    padding: 0 16px 0 0;
    margin-right: 16px;
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400 !important;
    color: #273755;
    position: relative;
    display: block;
  }

  .footer-menu .ApLink.block li:not(:last-child) a::before {
    content: '|';
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #D9D9D9;
  }

  .header-top .position-static-wr {
    padding-left: 9px !important;
  }

  .header-top .ApRow {
    margin-left: -9px;
    margin-right: -9px;
  }

  .logo-top .row {
    margin-left: -9px;
    margin-right: -9px;
  }

  #wrapper .card-top {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  #wrapper .card-top>*:not(img, .cat_name, .card-top-header) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-top .category-bg {
    min-height: 105px;
  }

  a.more-cat-desc {
    display: block;
    color: #273755;
    margin-top: 4px;
  }

  #category_description_short p:last-of-type {
    margin-bottom: 0;
  }

  #category-description {
    margin-bottom: 12px;
  }

  .same-category .slick-list {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    clip-path: inset(0 -100% 0 0);
  }

  .ajax_block_product {
    border-color: #D9D9D9;
  }

  .ajax_block_product:not(.last-mobile-line) {
    border-bottom: none;
  }

  .first-item-of-mobile-line {
    border-right: none;
  }

  #products .up {
    display: none;
  }

  .same-category-item.slick-slide {
    margin-top: 0;
    margin-bottom: 0;
  }

  body:not(#category) .display-category-page {
    display: none;
  }

  .card-top-header-title {
    padding: 0 16px;
  }

  .product-actions.show-mobile {
    width: calc(100vw - 20px);
    left: 10px;
    right: 10px;
    bottom: 0;
    padding-bottom: 20px;
    background-color: #fff;
  }

  h1.product-name,
  div.product-name {
    font-size: 24px;
    text-transform: capitalize;
    color: #273755;
  }

  .hidden-mobile {
    display: none;
  }

  .product-cecode-price {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 10px;
  }

  .product-cecode-price .price-from {
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    margin-right: 6px;
    width: auto;
  }

  .product-cecode-price .product-ce-code {
    font-size: 12px;
    color: #787878;
    margin-bottom: 6px;
    font-weight: 500;
  }

  .product-actions-after {
    margin-bottom: 0;
    position: absolute;
    bottom: 12px;
    background: #fff;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  #leo-verticalmenu.active .box-content {
    width: calc(100vw);
    left: -7px;
    padding: 0 16px;
  }




  #leo-verticalmenu .content-inner ul.active li:first-child a {
    padding-left: 25px;
    font-weight: 400;
  }

  #leo-verticalmenu .content-inner ul.active>li:first-child a {
    padding-left: 0;
    font-weight: 500;
  }


  #leo-verticalmenu .content-inner ul>li {
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  #leo-verticalmenu .content-inner ul>li:last-child {
    border: none !important;
  }

  #leo-verticalmenu .content-inner ul.active>li:last-child>ul>li:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
  }


}






@media (min-width: 768px) {
  .header-top .ApRow {
    margin-left: -9px;
    margin-right: -9px;
  }

  .header-top .position-static-wr {
    padding-left: 9px !important;
  }

  .header-top .container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .product-actions-after {
    display: none;
  }

}


.button-exclusive {
  padding: 8px 50px;
  border-color: #EB774A;
  border-radius: 100px;
  font-size: 14px;
  line-height: 18px;
  color: #EB774A;
  display: inline-flex;
  align-items: center;
}

.button-exclusive i {
  font-size: 11px;
  margin-left: 6px;
}

.button-exclusive:hover {
  background-color: #EB774A;
  color: #fff;
}

#get_a_quote .quote_detail_customer {
  border-bottom: 4px solid #273755;

}

#get_a_quote .quote_detail_customer::after {
  display: none;
}

#get_a_quote .quote_detail_customer p {
  display: inline-block;
  min-width: 391px;
  padding: 10px 35px 10px 16px;
  background-color: #273755;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -1px;
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 100%, 0% 100%);
}


.quote_form {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.quote_form_left {
  padding-left: 0;
  padding-right: 8px;
}


.quote_form_right {
  padding-right: 0;
  padding-left: 8px;
}

.quote_form_left {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
  align-items: center;
}

.quote_form_right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  align-items: center;
}

.quote_form_left>[class*="col-"],
.quote_form_right>[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}


.quote_form .form-group {
  margin-bottom: 0;
  position: relative;
}

.quote_form .control-label {
  display: none;
}

.quote_form .form-control {
  padding: 7px 8px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
}

.quote_form .form-control::placeholder {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #AEAEB2;
}

.quote_form .control-label.fileUpload {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #273755;
  padding: 8px 27.5px;
  border-radius: 28px;
  background-color: #27375533;
  margin-bottom: 0;
  cursor: pointer;

}

.quote_form #fileUpload {
  background: transparent;
  padding-left: 0;
  border: none;
  display: none;
  padding-bottom: 0;
  height: auto;
}

.quote_form #fileUpload:focus {
  outline: none;
}

.quote_form #fileUpload::placeholder {
  font-size: 12px;
  color: #8E8E93;
  font-style: italic;
}

.quote_form #fileUpload::-webkit-file-upload-button {
  display: none;
}



@media (min-width: 1200px) {
.quote_form .form-group.text-center {
  text-align: right;
}
}

#submitQuote span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  height: auto;
  padding: 8px 10px 8px 24px;
  box-shadow: none;
  border-radius: 100px;
  width: auto;
  gap: 0 16px;
}

#submitQuote span .fa-play {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 14px;
  border-width: 2px;
}

#validateOrder .quote_form #message {
  height: 63px;
}

.quote_form select.form-control:not([size]):not([multiple]) {
  height: 36px !important;
}

.quote_form select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.quote_form .form__control--select, .quote_form .form__control--date {
  position: relative;
}

.quote_form .form__control--select::after {
  content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 16px;
    width: 20px;
    height: 20px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    transform: translateY(-50%);
    font-weight: 600;
    color: #273755;
}


.quote_form .form__control--date input[type="date"]::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 16.6666V4.99996C17.5 4.08079 16.7525 3.33329 15.8333 3.33329H14.1667V1.66663H12.5V3.33329H7.5V1.66663H5.83333V3.33329H4.16667C3.2475 3.33329 2.5 4.08079 2.5 4.99996V16.6666C2.5 17.5858 3.2475 18.3333 4.16667 18.3333H15.8333C16.7525 18.3333 17.5 17.5858 17.5 16.6666ZM7.5 15H5.83333V13.3333H7.5V15ZM7.5 11.6666H5.83333V9.99996H7.5V11.6666ZM10.8333 15H9.16667V13.3333H10.8333V15ZM10.8333 11.6666H9.16667V9.99996H10.8333V11.6666ZM14.1667 15H12.5V13.3333H14.1667V15ZM14.1667 11.6666H12.5V9.99996H14.1667V11.6666ZM15.8333 7.49996H4.16667V5.83329H15.8333V7.49996Z" fill="%23273755"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.quote_form .form__control--date .control-label {
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  bottom: 1px;
  font-size: 14px;
  line-height: 18px;
  padding: 8px;
  color: #AEAEB2;
  background-color: #fff;
  border-radius: 4px;
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.quote_form .form__control--date .control-label.hidden {
  display: none;
}

.quote_form .form__control--date .form-control:focus + .control-label {
  display: none;
}

.upload-hint {
  display: inline-block;
  margin-left: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #8E8E93;
  font-style: italic;
}

.get_a_quote img {
  max-width: calc(100% - 350px);
}

.quote-text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  color: #273755;
}



@media (min-width: 768px) {
.quote_form .hidden-desktop {
  display: none;
}
.quote_form #g-recaptcha {
    height: 63px;
  }

  .quote_form #g-recaptcha >div {
        transform: scale(0.84);
    transform-origin: left top;
    
  }
}


@media (max-width: 767px) {
  .get_a_quote {
    display: none;
  }
  #get_a_quote {
    margin-top: 16px;
  }

  #validateOrder {
    padding-top: 8px;
    margin-left: -16px;
    margin-right: -16px;
  }
  #get_a_quote .quote_detail_customer {
    margin-left: -16px;
    margin-right: -16px;
    border: none;
  }

  #get_a_quote .quote_detail_customer p {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }

  .quote_form_left {
    padding-right: 0;
    gap: 13px 0;
  }

  .quote_form_left > div:first-child {
    order: -2;
  }

  .quote_form_left > div:nth-child(3), .quote_form_left > div:nth-child(4) {
    order: -1;
  }

  .quote_form_right {
    padding-left: 0;
    gap: 13px 0;
    margin-top: 13px;
    align-items: unset;
  }

  #validateOrder .quote_form #message {
    height: 70px;
  }

  .quote_form #g-recaptcha {
    height: 42px;
  }

  .quote_form #g-recaptcha >div {
    transform: scale(0.58);
    transform-origin: left top;
  }
  .quote_form .form-group.text-center {
    text-align: right;
  }
  #submitQuote span {
    padding: 8px 8px 8px 14px;
    gap: 0 10px;
    font-size: 17px;
  }

  #submitQuote {
    min-width: unset;
    margin-left: -4px;
  }

  .button-exclusive  {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .thumbnail-container .product-price-and-shipping .price-notice {
    margin-left: 0;
    position: absolute;
  }

  .thumbnail-container .product-price-and-shipping {
    padding-left: 20px;
  }
}