/*
@media (min-width: 1200px){
.cms-index-index .header-container.header-style-1 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .menu-ver-content {
    display: none !important;
    opacity: 0 !important;
    top: 100% !important;
    visibility: hidden !important;
}
}
*/
.cms-home .col1-layout {
  margin-left: 105px;
}

.not-loggedin-body.cms-home .col1-layout {
  margin-left: 0px;
}

.cms-home .col1-layout>.container {
  width: calc(100% - 57px);
  max-width: calc(100% - 57px);
  margin: 0 auto;
}

.cms-home [data-content-type='row'][data-appearance='full-width']>.row-full-width-inner {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cms-home [data-content-type='html'] {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .cms-home [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
  }
}

/* .cms-home .home-style.home-page-1, .cms-home .block-viewed-products-grid {
  width: 1170px;
  max-width: 1170px;
margin:0 auto;
} */
.page-wrapper {
  overflow-y: hidden;
}

a.header-account-button,
a.header-account-button:hover,
a.header-account-button:focus {
  background: #6645dc;
  border: 1px solid #6645dc;
  box-shadow: none;
}

a.header-marketplace-button,
a.header-marketplace-button:hover,
a.header-marketplace-button:focus {
  background: #0F65EF;
  border: 1px solid #0F65EF;
  box-shadow: none;
}

/****Home Page Feature****/
.featured-wrap {
  margin: 15px auto;
  width: 1170px;
}

.featured-wrap h5 {
  font: 16px "montserratmedium", "Arial", Helvetica, sans-serif;
  color: #333;
  margin: 10px 0;
}

.feature-col {
  text-align: center;
}

/****Collections****/
.component_topSection {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 15px 0;
  position: relative;
}

.component_topSection .component_title {
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #00953b;
  padding: 0 0 10px 0;
  margin: 0 0 -2px 0;
  line-height: 1;
  text-transform: uppercase;
  font: 16px "montserratsemibold", "Arial", Helvetica, sans-serif;
}

.collection-box {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(199, 199, 199, 1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(199, 199, 199, 1);
  box-shadow: 0px 0px 6px 0px rgba(199, 199, 199, 1);
  padding: 15px;
  text-align: center;
  margin: 15px 6px;
}

.collection-box a h5 {
  font: 12px "montserratmedium", "Arial", Helvetica, sans-serif;
  color: #2F353A;
}

.collection-box a img {
  margin-top: 10px;
}

.cms-index-index .page-title-wrapper {
  display: none;
}

.home-collection .collections .owl-carousel .item.collection-box a {
  padding: 0;
}

/****Product List****/
.page-layout-1column .block.widget .products-grid .product-item {
  width: 100% !important;
}

.home-page-1 .list-product-home .sm-listing-tabs .owl-carousel .owl-controls .owl-nav div {
  border: 0;
  height: 28px;
}

.list-product-home .title-home-page:before {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-color: #4B9146;
  display: block;
}

.home-collection .owl-carousel .owl-controls .owl-nav,
.hot-categories-home .owl-carousel .owl-controls .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}

.home-page-1 .list-product-home .sm-listing-tabs .owl-carousel .owl-controls .owl-nav {
  top: -52px;
}

.list-product-home .owl-carousel .owl-stage-outer {
  overflow: visible;
  margin: 20px 0 0 0;
}

.home-page-1 .list-product-home .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  cursor: pointer;
  float: left;
  height: 33px;
  line-height: 29px;
  padding: 0 20px;
  text-transform: uppercase;
}

.home-page-1 .list-product-home .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab.tab-sel {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.home-page-1 .sm-listing-tabs .ltabs-wrap .ltabs-items-container {
  border-top: 1px solid rgb(238, 238, 238);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.home-collection .collections-wrap .collections {
  border: 0;
}

.owl-carousel .owl-controls .owl-nav div.owl-next:before {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.owl-carousel .owl-controls .owl-nav div.owl-prev:before {
  content: "\f0d9";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.list-product-home .title-home-page {
  color: #333;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 8px 0;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'montserratbold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}

.home-page-1.home-style .list-product-home .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  margin: 15px 0 0 2px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border-top: 1px solid transparent !important;
  color: #999999;
}

.home-page-1.home-style .list-product-home .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab.tab-sel,
.home-page-1.home-style .list-product-home .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
  border-top: 1px solid #4B9146 !important;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #333;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
}

.home-collection .full-categories .component_topSection .component_title {
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #00953b;
  padding: 0 0 10px 0;
  margin: 0 0 -2px 0;
  line-height: 1;
  text-transform: uppercase;
  font: 18px 'montserratbold', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

.home-style.home-page-1 .full-categories .hot-categories-home .title-home-page span {
  border: 0;
}

.home-collection .owl-carousel .owl-controls .owl-nav div {
  border: 0;
  height: 30px;
}

.full-categories .hot-categories-home .title-home-page {
  color: #333;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 8px 0;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'montserratbold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  width: 100%;
}

.full-categories {
  margin-bottom: 40px;
}

.home-collection .collections-wrap .component_topSection .component_title {
  color: #333;
  display: inline-block;
  border-bottom: 0;
  padding: 0 0 16px 0;
  margin: 0 0 -2px 0;
  line-height: 1;
  text-transform: capitalize;
  font: 18px 'montserratbold', 'Helvetica Neue', Arial, sans-serif;
}

.home-collection .collections-wrap .component_topSection:before,
.full-categories .hot-categories-home .title-home-page:before {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #4B9146;
  display: none;
}

.hot-categories-home .sm-categories .cat-wrap .item {
  width: 90%;
  border: 1px solid #d8d8d8;
  min-height: 310px;
  margin: 0;
}

.cat-title-section {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.image-cat-section {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.cat-title-section .btn-green-filled {
  background: #4B9146;
  font-size: 14px;
  color: #FFF !important;
  text-align: center;
  font-family: 'montserratmedium', 'Helvetica Neue', Arial, sans-serif;
  border: 1px solid #4B9146;
  padding: 6px 20px 6px 20px;
  line-height: 20px;
  margin-top: 15px;
}

.content-box .parent-cat {
  height: 130px;
  margin: 30px 0 0 0;
}

.cat-wrap .owl-item .content-box .cat-title a {
  font-size: 116.67%;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: normal;
}

.header-1-style .full-categories .hot-categories-home .sm-categories {
  margin: 15px 0 0 0;
}

#yt-totop-fix {
  border: 2px solid #FFF;
  bottom: 20px;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 4px;
}

.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
  width: 14px;
  height: 5px;
}

.slick-dotted .slick-dots li.slick-active button {
  background: #198038;
  border: 1px solid #198038;
}
.slick-dotted .slick-dots li button:focus{
  outline: none;
}

.slick-dotted .slick-dots li button {
  background: #ececec;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(212, 212, 212, 1) !important;
  -moz-box-shadow: 0px 0px 4px 0px rgba(212, 212, 212, 1) !important;
  box-shadow: 0px 0px 4px 0px rgba(212, 212, 212, 1) !important;
}

.cat-wrap .content-box .child-cat .sub-cats li.child-title a {
  font-size: 13px;
  display: inline-block;
  padding: 2px 0;
  font-family: 'montserratmedium', 'Helvetica Neue', Arial, sans-serif;
}

.cat-wrap .content-box .child-cat .sub-cats li.child-title a:before {
  display: none;
}

/**** Premium Brands****/
.row-full-width-inner .premiumbrands-wrapper {
  margin: 0 auto;
}

.premiumbrands-wrapper {
  margin: 40px auto;
}

.client-logo {
  margin: 15px 0;
}

@media (min-width: 992px) {
  .premiumbrands-wrapper .col-lg-2 {
    max-width: 12%;
  }
}

@media (min-width: 768px) {
  .slick-dotted .slick-dots {
    bottom: 24px;
  }
}

/**** Login Register section ****/
.banner-img {
  padding: 25px;
  background: url("img/comingsoon-min-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.login-register {
  padding: 0;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
  height: 496px;
  overflow: hidden;
}

.login-register img {
  width: 100%;
  vertical-align: middle;
}

.banner-img-txt {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  min-height: 100%;
  padding: 10% 0;
}

.banner-img-txt h2 {
  font: 60px "montserratbold", "Arial", Helvetica, sans-serif;
  color: #FFF;
  line-height: 70px;
}

.banner-img-txt p {
  font: 22px "montserratmedium", "Arial", Helvetica, sans-serif;
  color: #FFF;
  line-height: 40px;
}

a.btn-fill,
a:focus.btn-fill,
a:visited.btn-fill,
a:hover.btn-fill,
a:active.btn-fill {
  background: #4B9146;
  border-radius: 4px;
  padding: 12px 24px;
  color: #FFF;
  border: 1px solid #4B9146;
  font: 14px "montserratmedium", "Arial", Helvetica, sans-serif;
  display: inline-block;
}

a.btn-line,
a:focus.btn-line,
a:visited.btn-line,
a:hover.btn-line,
a:active.btn-line {
  background: transparent;
  border-radius: 4px;
  padding: 12px 24px;
  color: #FFF;
  border: 1px solid #FFF;
  font: 14px "montserratmedium", "Arial", Helvetica, sans-serif;
}

.btn-login {
  margin: 0 0 0 15px;
}

.banner-btns {
  margin-top: 60px;
}

/**** Feature Promises section ****/
.promises-wrap {
  text-align: center;
}

header.section-header {
  margin: 0 0 40px 0;
}

.section-header h3 {
  font: 30px "montserratsemibold", "Arial", Helvetica, sans-serif;
  color: #333333;
  margin: 0 0 20px 0;
}

.feature-col h5 {
  font: 18px "montserratbold", "Arial", Helvetica, sans-serif;
  margin: 15px 0;
  color: #333;
}

/**** Why Become section ****/
.whybecome-wrap {
  margin: 60px 0;
}

.card {
  display: block;
  border: 0;
  text-align: center;
  height: 100%;
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.whybecome-wrap h5.card-title {
  font: 20px "montserratbold", "Arial", Helvetica, sans-serif;
  color: #333;
}

.img-center {
  display: inline-block;
}

.card-title {
  margin-bottom: .75rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/**** Quick 3 Step Onboarding Process ****/
.onboardpro-wrap {
  margin: 0;
}

.onboardpro-wrap .onboard-col {
  padding: 0 180px;
}

.onboardpro-wrap h5.card-title {
  font: 18px "montserratbold", "Arial", Helvetica, sans-serif;
  color: #333;
}

/**** What Sets us Apart ****/
.whatsets-wrap {
  margin: 60px 0;
}

.counters span {
  font: 50px "montserratbold", "Arial", Helvetica, sans-serif;
  color: #333;
}

.counters p {
  font-size: 16px;
  margin: 5px 0;
  color: #333;
}

/**** What they Say About us ****/
.testimonials-wrap,
.grey-bg {
  background: #26272A;
  padding: 20px 0 40px 0;
  line-height: 18px;
  color: #FFF;
  margin: 0 0 30px 0;
}

.testimonials-wrap .img-center {
  padding: 10px;
}

.grey-bg .section-header h3 {
  font: 30px "montserratsemibold", "Arial", Helvetica, sans-serif;
  color: #FFF;
}

.grey-bg .pagebuilder-poster-content h3 {
  font: 30px "montserratsemibold", "Arial", Helvetica, sans-serif;
  margin: 0 0 60px 0;
}

#testimonials .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 800px;
  line-height: 20px;
}

/**** Frequently Asked Questions ****/
.faq-wrap {
  margin: 60px 0;
}

.faq-wrap .panel-group {
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
}

.faq-wrap .panel-heading.active a {
  background-color: transparent;
  color: #00953b;
  font: 18px "montserratsemibold", "Arial", Helvetica, sans-serif;
}

.faq-wrap .panel-heading {
  color: #333;
}

.faq-wrap .panel-default>.panel-heading {
  border: 0;
  background: #FFF;
}

.faq-wrap .accordion {
  border: 0;
  text-align: left;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
  line-height: 20px;
}

.faq-wrap .accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  border: 1px solid #666;
  padding: 2px 6px 0 6px;
  border-radius: 100%;
  line-height: 20px;
}

.faq-wrap .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.faq-wrap a.card-title {
  text-align: left;
  width: calc(100% - 50px);
  display: inline-block;
  background-color: transparent;
}

.faq-wrap .card-header {
  background-color: transparent;
  padding: 25px 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}

.faq-wrap .card-body {
  text-align: left;
}

.faq-wrap .card-body p {
  margin: 1.25rem;
}

.faq-wrap .card-header a.card-title {
  color: #00953b;
  font: 18px "montserratsemibold", "Arial", Helvetica, sans-serif;
  margin: 0;
}

.faq-wrap .card-header.collapsed a.card-title {
  color: #333;
  font: 18px "montserratsemibold", "Arial", Helvetica, sans-serif;
  margin: 0;
}

/**** Get Assistance to Setup your Account ****/
.grey-bg {
  background: #26272A;
  padding: 60px 0;
  line-height: 18px;
  color: #FFF;
  margin: 0 0 30px 0;
}

.red-contact.form-group label.control-label {
  margin: 20px 0 5px 0;
  font-weight: normal;
  color: #FFF;
}

label.control-label.required:after {
  content: "*";
  color: #ff0000;
}

.red-contact .field.telephone .select-list {
  top: 40px;
  left: 15px;
}

.red-contact.form-group .form-control {
  margin: 0 0 10px 0;
}

.contactus-wrap .countryflag-code {
  position: absolute;
  top: 44px;
  left: 22px;
  border-right: 1px solid #cecece;
  padding-right: 10px;
  height: 35px;
  color: #495057;
}

button.contact-submit-btn {
  background: #4B9146;
  padding: 15px 10px;
  border-radius: 4px;
  padding: 12px 24px;
  color: #FFF;
  border: 1px solid #4B9146;
  font: 14px "montserratmedium", "Arial", Helvetica, sans-serif;
  display: inline-block;
  text-transform: capitalize;
}

.thankyou-msg {
  margin-top: 30px;
  font: 16px "montserratmedium", "Arial", Helvetica, sans-serif;
}

/**** Flag ****/
.borderRadius {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.borderRadiusTp {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.borderRadiusBtm {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:8px;}

.ddcommon {
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default;
}

.ddcommon ul {
  padding: 0;
  margin: 0;
}

.ddcommon ul li {
  list-style-type: none;
}

.borderRadiusTp ul li:last-child {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1 solid #c3c3c3;
}

.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999;
}

.ddcommon .clear {
  clear: both
}

.ddcommon .shadow {
  -moz-box-shadow: 5px 5px 5px -5px #888888;
  -webkit-box-shadow: 5px 5px 5px -5px #888888;
  box-shadow: 5px 5px 5px -5px #888888;
}

.ddcommon input.text {
  color: #7e7e7e;
  padding: 0 0 0 0;
  position: absolute;
  background: #fff;
  display: block;
  width: 98%;
  height: 98%;
  left: 2px;
  top: 0;
  border: none;
}

.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.borderRadius .shadow {
  -moz-box-shadow: 5px 5px 5px -5px #888888;
  -webkit-box-shadow: 5px 5px 5px -5px #888888;
  box-shadow: 5px 5px 5px -5px #888888;
}

.borderRadiusBtm .shadow {
  -moz-box-shadow: -5px -5px 5px -5px #888888;
  -webkit-box-shadow: -5px -5px 5px -5px #888888;
  box-shadow: -5px -5px 5px -5px #888888
}

.borderRadiusTp .border,
.borderRadius .border {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

img.fnone {
  float: none !important
}

.ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute;
}

.ddcommon .ddArrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
}

.ddcommon .ddTitle {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%
}

.ddcommon .ddTitle .ddTitleText {
  display: block;
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}

.ddcommon .ddTitle .description {
  display: block;
}

.ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left
}

.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  z-index: 9999
}

.ddcommon .ddChild li {
  clear: both;
}

.ddcommon .ddChild li .description {
  display: block;
}

.ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left
}

.ddcommon .ddChild li.optgroup {
  padding: 0;
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
  border-top: none 0 !important;
  padding: 0;
  margin: 0;
}

/*************** default theme **********************/
.dd {
  border: 1px solid #ced4da;
  width: 120px !important;
  border-right: 0;
  outline: none;
}

.dd .divider {}

.dd .ddArrow {
  width: 20px;
  height: 16px;
  margin-top: -3px;
  background: url(../img/bg-selectbox.png) no-repeat;
}

.dd .ddTitle {
  color: #000;
  background: #FFF;
}

.dd .ddTitle .ddTitleText {
  padding: 6px 20px 6px 5px;
}

.dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}

.dd .ddTitle .description {
  font-size: 12px;
  color: #666
}

.dd .ddTitle .ddTitleText img {
  padding-right: 5px;
  width: 36px;
  margin-top: -6px;
}

.dd .ddChild {
  border: 1px solid #c3c3c3;
  background-color: #fff;
  left: -1px;
  height: 200px !important
}

.dd .ddChild li {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #c3c3c3;
}

.dd .ddChild li .description {
  color: #666;
}

.dd .ddChild li .ddlabel {
  color: #333;
}

.dd .ddChild li.hover {
  background-color: #f2f2f2
}

.dd .ddChild li img {
  padding: 0 6px 0 0;
  width: 36px;
}

.dd .ddChild li.optgroup {
  padding: 0;
}

.dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic
}

.dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
  background-color: #d5d5d5;
  color: #000;
}

.countrycode-grp {
  position: relative;
}

.country-code {
  position: absolute;
  display: inline-block;
}

.dd {
  border: 0;
  width: 120px !important;
  border-right: 0;
  outline: none;
}

.dd .ddTitle {
  background: transparent;
}

div#webmenu_msdd {
  position: absolute;
  z-index: 1;
  padding: 4px 0 0 0;
  display: inline-block;
  border-right: 1px solid #cacaca;
  border-radius: 0;
}

.contMobileNum {
  display: inline-block;
  padding-left: 126px;
}

.contact-number {
  display: block;
  position: relative;
}

.btn-grp {
  text-align: right;
  margin-top: 20px;
}

/**** Brand Catalog ****/
.brandcatalog-wrap {
  margin: 60px 0;
}

.text-center p {
  line-height: 20px;
}

/**** Explore Products From Premium Brands ****/
.cms-home h4.component_title {
  border: 0;
  text-transform: capitalize;
  font-size: 18px;
}

/**** Explore Products From Premium Brands ****/
.mainbanner-wrap {
  width: 1170px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.quickorder-wrap.grey-bg {
  padding: 40px 0;
}

/**** Recommended for you / You may be also interested in ****/
.cms-home .interested-in {
  width: 1170px;
  margin: 0 auto !important;
  max-width: 1170px;
}

.cms-home .posthome-wraper {
  width: 100%;
  /* //margin-left: 105px!important; */
  max-width: 100%;
}
.cms-home .posthome-container {
  width: calc(100% - 120px);
  margin: 0 auto !important;
  max-width: calc(100% - 120px);
}
.cms-home .recommended,.cms-home .home-style.home-page-1, .cms-home .block-viewed-products-grid{
    width: 100%;
    margin: 0 auto !important;
    max-width: 100%;
}
div.product-box {
  border: 1px solid #cbcbcb;
  text-align: left;
}

li div.product-box {
  border: none;
}

.products-grid .item .item-inner .box-info .bottom-action .stock.unavailable.btn-action.btn-cart,
.stock.unavailable.btn-action.btn-cart span {
  border: 0px solid #ddd !important;
  width: 100%;
  background: #9EA8AD;
  height: 40px;
  font-family: 'montserratsemibold';
  font-size: 16px !important;
  font-weight: 600;
  line-height: 19px;
  color: #fff !important;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

div.product-box:hover {
  position: relative;
  z-index: 10;
}

.product-item {
  margin-bottom: 30px;
  min-height: 270px;
}

.product-item .product-box,
.product-item .product-item-info {
  background-color: #fff;
}

.product-image-container {
  width: 100% !important;
}

.product-item-details.box-info {
  padding: 10px 8px 10px;
  text-align: center;
}

.product-item-actions button.action.tocart.primary.btn-action.btn-cart {
  background: none;
  float: none;
  margin: 0 1px;
  display: inline-block;
  border: 0px solid #ddd !important;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #4B9146 !important;
  font-size: 14px !important;
}

.product-item-actions button.action.tocart.primary.btn-action.btn-cart:hover span {
  color: #4B9146;
}

.owl-carousel.recently-viewed-carousel.owl-loaded,
.owl-carousel.interested-in-carousel.owl-loaded {
  overflow: visible;
}

.owl-carousel .owl-controls .owl-nav {
  top: -75px;
  position: absolute;
  right: 0;
}

.owl-controls .owl-nav div {
  background-color: transparent;
  color: rgb(102, 102, 102);
  height: 32px;
  width: 24px;
  border-width: 0;
  border-image: initial;
  margin: 0px;
}

.owl-controls .owl-nav div:hover::before {
  color: rgb(255, 255, 255);
}

.list-product-home.owl-carousel.owl-loaded {
  padding: 0;
  margin: 0;
}

.cms-home .list-product-home {
  padding: 0;
  margin: 20px 0 0 0;
}

.container .block .block-title::before {
  content: none;
}

.cms-home .list-product-home .title-home-page:before {
  display: none;
}

a.link-viewall,
a.link-viewall:hover {
  color: #007bff;
  font: 13px "montserratsemibold", "Arial", Helvetica, sans-serif;
  margin-left: 30px;
}

.product-item .box-image img,
.product-item .product-item-photo img {
  max-height: 250px;
  width: auto !important;
  margin: auto;
  display: block;
}

.product-item .product-item-details {
  min-height: 252px;
}

.cms-index-index .col1-layout>.container,
.cms-apple-dpp .col1-layout>.container,
.cms-apple-dpp-intro .col1-layout>.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.cms-apple-dpp .breadcrumbs,
.cms-apple-dpp-intro .breadcrumbs {
  display: none;
}

.dpp-mega-content li.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent {
  display: inline;
  font-size: 15px;
  margin-right: 50px;
}

.dpp-mega-content {
  padding: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.dpp-mega-content .dpp-hide-parent {
  display: none !important;
}


/* .layout-full_width  [data-content-type='row'][data-appearance='contained']{
    max-width: 100%;
} */
.homeLoggedInInfo.customerLoggedIn {
  max-width: calc(100% - 40px);
  margin: 10px auto 0;
}

.homeLoggedInInfo.customerLoggedIn .posthome-container{
  width: 100%;
  margin: 0 auto !important;
  max-width: 100%;
}

.homeLoggedInInfo.customerLoggedIn .carousel-container.prelogin-container {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.layout-full_width .owl-theme .owl-nav {
  text-align: right;
  /* position: absolute; */
  margin-bottom: 0;
}

.layout-full_width .owl-carousel .owl-nav button.owl-next,
.layout-full_width .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 40px);
  width: 50px;
  height: auto;
  margin: 0;
}
.layout-full_width .owl-carousel .owl-nav button.owl-next:hover,
.layout-full_width .owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}
.layout-full_width .owl-theme .owl-nav .disabled{
  opacity: 1;
}
.layout-full_width .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.layout-full_width .owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

.layout-full_width .mp-banner-slider .owl-nav button span {
  position: static;
}

.layout-full_width .mp-banner-slider .owl-nav .owl-next span.owl-nav-next,
.layout-full_width .mp-banner-slider .owl-nav .owl-prev span.owl-nav-prev {
  margin: 0;
}
.layout-full_width .owl-carousel .owl-nav button span:before{
  content: '';
  border: solid black;  
  display: inline-block;
  width: 0px;
  height: 0px;
}
.layout-full_width .mp-banner-slider .owl-dots {
  position: static;
  margin: 28px 0;
}

.owl-carousel .owl-item img.owl-lazy {
  border-radius: 5px;
}

.layout-full_width .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
  display: none;
}

.layout-full_width .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #198038;
}

.layout-full_width .owl-dots .owl-dot {
  margin: 0 2.5px;
  width: 29px;
  height: 5px;
}

.apple-dpp-intro-content {
  margin-top: 60px;
}

.apple-dpp-intro-content .section-header h3 {
  color: #4B9146;
}

.apple-dpp-intro-content .icon-image {
  height: 70px;
}

.apple-dpp-intro-content .card-text {
  font-size: 15px;
}

.apple-dpp-intro-content .card-title,
.apple-dpp-intro-content .card-text,
.apple-dpp-intro-content .icon-image {
  text-align: left;
  margin-bottom: 20px;
}

.apple-dpp-intro-content h5.card-title {
  color: #00953A;
}

.cms-index-index .carousel-container.mp-banner-slider {
  margin-bottom: 0px;
  margin-top: 0px;

}

.products-grid .product-item.item .item-inner .box-info .product-name {
  font-size: 100%;
}

.product-item .product-item-details .actions-primary {
  clear: both;
}

/* .products-grid li.product-item.item .item-inner .box-info .price-box
{
  margin: 0 0 10px !important;
} */

.product-item .product-item-details .stock.unavailable {
  text-align: center;
  margin-top: 80px !important;
}

.product-item .product-item-details .enquire-btn-wrapper{
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.product-item .product-item-details  .instruction-icon{
  margin-left: 15px;
  background: #016938;
  border-radius: 50%;
      width: 18px;
}

.product-item .product-item-details .hover-content{
  background: white;
  display: block;
  position: absolute;
  top: -100px;
  color: black;
  font-size: 14px;
  font-weight: 400;
  font-family: 'montserratsemibold';
  line-height: 23px;
  box-shadow: 0px 0px 3px 3px #e4e4e4;
  border-radius: 5px;
  padding: 15px;
  text-transform: capitalize;
}

.product-item .product-item-details .hover-content .instruction-arrow{
  bottom: -20px;
    position: absolute;
    right: 58px;
    transform: rotate(270deg);
    width: 16px;
}

.product-item .product-item-details .stock.unavailable span {
  font-size: 18px;
}

.products-grid li.product-item.item .item-inner .box-info .bottom-action form,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.unavailable {
  display: block;
}

.product-item-details span.price-title {
  float: left;
}

.maxlimit {
  color: #ff0000;
}

.minmaxqty div .maxlimit span {
  font-family: 'montserratbold', 'Helvetica Neue', Arial, sans-serif
}

.stock.unavailable {
  color: #808080;
}

@media only screen and (max-width: 1200px) {

  .homeLoggedInInfo.customerLoggedIn {
    max-width: calc(100% - 60px);
    margin: 10px auto 0;
  }
  .layout-full_width .owl-carousel .owl-nav button.owl-next img, .layout-full_width .owl-carousel .owl-nav button.owl-prev img{
    width: 30px;
  }
  .layout-full_width .owl-carousel .owl-nav button.owl-next, .layout-full_width .owl-carousel .owl-nav button.owl-prev{
    top:calc(50% - 35px);
  }
  .mp-banner-slider .owl-dots {
    position: static !important;
  }

  .banner-img-txt h2 {
    font-size: 45px;
    line-height: 1.2;
  }

  .banner-img-txt p {
    font-size: 18px;
    line-height: 1.2;
  }

  .banner-btns {
    margin-top: 50px;
  }

  .login-register {
    height: 400px;
    margin: 0 0 20px;
  }

  .login-register img {
    height: 100%;
  }

  .section-header h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .feature-col h5 {
    font-size: 16px;
  }

  header.section-header {
    margin-bottom: 28px;
  }

  .whybecome-wrap {
    margin-bottom: 28px;
  }

  .grey-bg .pagebuilder-poster-content h3 {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .pagebuilder-slide-wrapper,
  .cms-index-index .pagebuilder-slide-wrapper [data-element='content'],
  #html-body [data-pb-style="63354B0630005"] {
    min-height: 100% !important;
  }

  .grey-bg {
    padding: 30px 0;
  }

  #testimonials .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    padding: 0 10px;
  }

}

@media only screen and (max-width: 1199px) {
  div[data-content-type='slider'].slick-initialized {
    min-height: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .mp-banner-slider .owl-nav button span {
    font-size: 55px !important;
  }

  .layout-full_width .mp-banner-slider .owl-nav .owl-prev span {
    left: -30px;
  }

  .layout-full_width .mp-banner-slider .owl-dots {
    top: 80% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .dpp-mega-content {
    padding: 20px 0;
  }

  .dpp-mega-content li.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent {
    margin-right: 25px;
  }

  .cms-home .col1-layout {
    margin-left: 0;
  }

  .cms-apple-dpp .carousel-container.mp-banner-slider {
    margin-left: 0;
  }

  .cms-index-index .col1-layout>.container {
    padding: 0;
  }
  .cms-home .posthome-container {
    width: calc(100% - 35px);
    margin: 0 auto !important;
    max-width: calc(100% - 35px);
  }
  .cms-home .block-viewed-products-grid{
    width: calc(100% - 100px);
    margin: 0 auto;
    max-width: 100%;
    padding-left: 0px !important;
  } 

  .banner-img-txt h2 {
    font-size: 36px;
  }

  .banner-btns {
    margin-top: 40px;
  }

  .whybecome-wrap {
    margin-bottom: 20px;
  }

  .mp-banner-slider .owl-nav button span {
    font-size: 45px !important;
  }

  .cms-apple-dpp .container .block .block-title strong {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 768px) {
  .premium-brands-bottom-container .pagebuilder-column {
    flex-basis: 50%;
    max-width: 50%;
  }

  .cms-home .posthome-container {
    width: calc(100% - 20px);
    margin: 0 auto !important;
    max-width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 700px) {
  .cms-home .block-viewed-products-grid{
    width: 100%;
  } 
  .cms-home .top-brand-slider{
    margin-bottom: 20px;
  }
  .homeLoggedInInfo.customerLoggedIn {
    max-width: calc(100% - 34px);
    margin: 10px auto 0;
    margin: 10px auto 100px;
  }
  .layout-full_width .owl-carousel .owl-nav button.owl-next img, .layout-full_width .owl-carousel .owl-nav button.owl-prev img{
    width: 24px;
  }
  .layout-full_width .owl-carousel .owl-nav button.owl-next, .layout-full_width .owl-carousel .owl-nav button.owl-prev{
    top:calc(50% - 30px);
  }
  
  .banner-img-txt h2 {
    font-size: 24px;
  }

  .banner-img-txt p {
    font-size: 16px;
  }

  .banner-btns {
    margin-top: 15px;
  }

  .login-register {
    height: 320px;
    margin: 0 0 10px;
  }

  .banner-btns a {
    display: table;
    margin: 0 auto 10px;
  }

  .section-header h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feature-col h5,
  .whybecome-wrap h5.card-title {
    font-size: 14px;
  }

  header.section-header,
  .whybecome-wrap {
    margin-bottom: 16px;
  }

  .onboardpro-wrap .onboard-col {
    padding: 0;
  }

  .grey-bg .pagebuilder-poster-content h3 {
    margin-bottom: 24;
    font-size: 20px;
  }

  .grey-bg {
    padding: 20px 0;
  }

  div[data-content-type='slider'].slick-initialized {
    min-height: 100% !important;
  }

  .cms-apple-dpp .container .block .block-title strong {
    font-size: 18px !important;
    padding: 0 0 10px;
  }
}

@media (max-width:500px) {
  .cms-apple-dpp .dpp-mega-content .sm_megamenu_menu {
    flex-wrap: wrap;
    display: flex;
  }

  .cms-apple-dpp .dpp-mega-content li.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent {
    margin-right: 0;
    width: 50%;
    margin-bottom: 24px;
  }
}
