.hero-slider {

  width: 100%;

  position: relative;

}



.hero-slider .slide-item {

  aspect-ratio: 350/263;

  position: relative;

}



.hero-slider .slide-item:before {

  content: '';

  background-color: rgba(0, 0, 0, .3);

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 1;

}



.hero-slider .slide-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: relative;

}



.cross-sells ul .slick-dots,

.hero-slider .slick-dots {

  margin: 0;

  padding: 0;

  position: absolute;

  bottom: 20px;

  left: 0;

  width: 100%;

  z-index: 10;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

}



.cross-sells ul .slick-dots li,

.hero-slider .slick-dots li {

  list-style-type: none;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  overflow: hidden;

  background: rgba(255, 255, 255, .5);

  cursor: pointer;

}



.hero-slider .slick-dots li.slick-active {

  background: #fff;

}



.cross-sells ul .slick-dots li button,

.hero-slider .slick-dots li button {

  display: none;

}



.cross-sells ul .slick-arrow,

.hero-slider .slick-arrow {

  color: #fff;

  transition: all .2s ease-in-out;

  position: absolute;

  top: 50%;

  z-index: 100;

  font-size: 48px;

  margin-top: -24px;

  opacity: 0;

}



.cross-sells ul .slick-arrow.slick-disabled,

.hero-slider .slick-arrow.slick-disabled {

  opacity: 0.5 !important;

}



.cross-sells ul .slick-arrow {

  color: #000;

  top: 30%;

}



.cross-sells ul:hover .slick-arrow.et-pb-arrow-prev:before,

.hero-slider:hover .slick-arrow.et-pb-arrow-prev:before,

.cross-sells ul:hover .slick-arrow.et-pb-arrow-next:before,

.hero-slider:hover .slick-arrow.et-pb-arrow-next:before {

  font-family: ETmodules !important;

  speak: none;

  font-style: normal;

  font-weight: 400;

  font-feature-settings: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  direction: ltr;

  content: '4';

}



.cross-sells ul:hover .slick-arrow.et-pb-arrow-next:before,

.hero-slider:hover .slick-arrow.et-pb-arrow-next:before {

  content: '5';

}



.hero-slider:hover .slick-arrow.et-pb-arrow-prev {

  left: 22px;

}



.hero-slider:hover .slick-arrow.et-pb-arrow-next {

  right: 22px;

}



.cross-sells ul .slick-arrow.et-pb-arrow-prev {

  left: 0;

}



.cross-sells ul .slick-arrow.et-pb-arrow-next {

  right: 0;

}



.cross-sells ul:hover .slick-arrow.et-pb-arrow-prev {

  left: 10px;

}



.cross-sells ul:hover .slick-arrow.et-pb-arrow-next {

  right: 10px;

}



body.woocommerce-page .cross-sells ul.products li.product {

  clear: none !important;

  margin: 10px !important;

}



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

  body.woocommerce-page .cross-sells ul.products li.product {

    width: 95px !important;

    float: left !important;

  }

}



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

  body.woocommerce-page .cross-sells ul.products li.product {

    width: 98px !important;

    float: left !important;

  }

}



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



  .cross-sells ul:hover .slick-arrow.et-pb-arrow-prev,

  .hero-slider:hover .slick-arrow.et-pb-arrow-prev {

    left: 0;

  }



  .cross-sells ul:hover .slick-arrow.et-pb-arrow-next,

  .hero-slider:hover .slick-arrow.et-pb-arrow-next {

    right: 0;

  }

}



.cross-sells ul:hover .slick-arrow,

.hero-slider:hover .slick-arrow {

  opacity: 1;

}



.hero-slider .et_pb_slide_description {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 9;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

}



.hero-slider .et_pb_slide_description .et_pb_button {

  letter-spacing: 1px;

  padding-right: 2em;

  padding-left: 0.7em;

  background-color: RGBA(255, 255, 255, 0);

  border-width: 0;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  color: inherit;

}



.hero-slider .et_pb_slide_description .et_pb_button:hover {

  letter-spacing: 2px;

}



.hero-slider .et_pb_slide_description .et_pb_button:after {

  display: none;

}



/*Thank you message popup settings*/

.popup-wrap {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 999999;

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(0, 0, 0, 0.7);

  overflow: auto;

  padding: 110px 15px 20px;

  /*display: none;*/

}



@media screen and (max-width: 992px) and (orientation: landscape) {

  .popup-wrap {

    align-items: flex-start;

  }

}



.popup-wrap .thank-you-popup {

  width: 80%;

  max-width: 1080px;

  background: #fff;

  border-radius: 10px;

  position: relative;

  padding: 80px 40px;

}



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

  .popup-wrap .thank-you-popup {

    padding: 40px 15px;

    width: 100%;

  }

}



.popup-wrap .thank-you-popup .close-icon {

  position: absolute;

  top: 10px;

  right: 6px;

  max-width: 30px;

  cursor: pointer;

  height: 30px;

  width: 30px;

}



.popup-wrap .popup-content {

  text-align: center;

}



/* .popup-wrap .popup-content ul li{

  list-style-type: none;

} */

.popup-wrap .popup-content h6 {

  color: #eb5e28;

  margin-bottom: 25px;

}



.popup-wrap .popup-content h4 {

  margin-bottom: 25px;

}



.popup-wrap .popup-content .popup-instruction {

  text-align: left;

}



.popup-wrap .popup-content .popup-instruction ul {

  padding-top: 20px !important;

}



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

  .popup-wrap .popup-content .content-inner {

    margin: 0 auto;

    max-width: 80%;

  }

}



.newsletter-info {

  background: #F3F3F3;

  padding: 15px;

  border-radius: 5px;

  margin: 15px 3px;

}



.woocommerce-privacy-policy-text {

  margin-bottom: 15px;

}



.newsletter-info p:last-of-type {

  margin-bottom: 0;

}



.newsletter-info ul {

  padding: 0 0 0 20px !important;

}



.newsletter-info input[type=checkbox] {

  margin: 5px 7px 10px 0;

  float: left;

}



/* ================== 082924 =========================== */



/* ------------------------ FAQ Page ----------------------------------- */

@media screen and (min-width: 981px) {

  .custom-faq-section {

    overflow: initial !important;

  }



  .custom-faq-left-sidebar {

    --topVal: 134px;

    overflow: initial;

    position: sticky;

    top: var(--topVal);

  }



  body.admin-bar .custom-faq-left-sidebar {

    top: calc(var(--topVal) + 32px);

  }

}



body #page-container .custom-faq-left-sidebar .custom-scroll-to-btn:after {

  color: #fff !important;

}



body #page-container .custom-faq-left-sidebar .custom-scroll-to-btn.active {

  background-image: initial;

  background-color: #2269b1 !important;

  color: #fff !important;

}



/*body #page-container .custom-faq-left-sidebar .custom-scroll-to-btn:hover {*/

/*@media (hover: hover) {*/

/*background-image: initial;*/

/*background-color: #2269b1 !important;*/

/*color: #fff !important;*/

/*}*/

/*}*/



body #page-container .custom-faq-left-sidebar .custom-scroll-to-btn.active:after,

body #page-container .custom-faq-left-sidebar .custom-scroll-to-btn:hover:after {

  opacity: 1;

  margin-left: 0;

}



.custom-faq-section .et_pb_accordion_item .et_pb_toggle_title:before {

  display: block !important;

  visibility: visible;

  opacity: 1;

  transition: opacity 0.32s, visibility 0.4s;

}



.custom-faq-section .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {

  visibility: hidden;

  opacity: 0;

}



/*Archive product modifications*/



/*body.archivepost-type-archive-product-product_cat .products .product .woocommerce-loop-product__link,*,

/*body.archive.tax-product_cat .products .product .woocommerce-loop-product__link,*/

/**!*/

body.archive.post-type-archive-product .products .product,

body.archive.tax-product_cat .products .product {

  display: flex;

  gap: 15px;

  justify-content: space-between;

  margin-bottom: 40px;

  padding-bottom: 30px;

  border-bottom: 1px solid #ccc;

}



body.archive.post-type-archive-product .products .product .woocommerce-loop-product__link,

body.archive.tax-product_cat .products .product .woocommerce-loop-product__link {

  flex: 0 0 100px;

  max-width: 100px;

}



.cssButton,

body.archive.post-type-archive-product .woocommerce .products .product .button.single_add_to_cart_button,

body.archive.tax-product_cat .woocommerce .products .product .button.single_add_to_cart_button {

  color: #fff !important;

  font-size: 12px !important;

  font-weight: 700 !important;

  text-transform: uppercase !important;

  padding: 5px 12px !important;

  border: none;

  margin-top: 10px;

  transition: letter-spacing 0.3s;

  display: inline-block;

}



.cssButton {

  background-color: #2269b1;

}



.cssButton:hover,

body.archive.post-type-archive-product .woocommerce .products .product .button.single_add_to_cart_button:hover,

body.archive.tax-product_cat .woocommerce .products .product .button.single_add_to_cart_button:hover {

  letter-spacing: 1px;

  color: #fff !important;

  filter: brightness(100%) !important;

}



.cssButton {

  text-transform: none;

}



body.archive.post-type-archive-product .et_shop_image,

body.archive.tax-product_cat .et_shop_image {

  flex: 0 0 100px;

  max-width: 100px;

}



body.archive.post-type-archive-product .et_shop_image .et_overlay,

body.archive.tax-product_cat .et_shop_image .et_overlay {

  display: none !important;

}



body.archive.post-type-archive-product .products .product .woocommerce-loop-product__title,

body.archive.tax-product_cat .products .product .woocommerce-loop-product__title {

  /*flex: 0 0 calc(100% - 240px);*/

  /*max-width: calc(100% - 240px);*/

  padding-top: 0;

}



body.archive.post-type-archive-product .products .product .price,

body.archive.tax-product_cat .products .product .price {

  flex: 0 0 100px;

  max-width: 100px;

}



.archive-product-info-wrap .aosm-product-shop-meta .meta-data span {

  display: inline-block;

  margin-right: 8px;

  color: #adacac;

}



.archive-product-info-wrap .aosm-product-shop-meta .meta-data span.meta-label {

  margin-right: 0;

}



body.archive.post-type-archive-product .products .product .archive-product-info-wrap,

body.archive.tax-product_cat .products .product .archive-product-info-wrap {

  flex: 1;

}



body.archive.post-type-archive-product .products .product .archive-product-info-wrap .scoreflipper-icon a,

body.archive.tax-product_cat .products .product .archive-product-info-wrap .scoreflipper-icon a {

  display: flex;

  gap: 10px;

  margin-top: 10px;

}



body.archive.post-type-archive-product .products .product .archive-product-info-wrap .scoreflipper-icon img,

body.archive.tax-product_cat .products .product .archive-product-info-wrap .scoreflipper-icon img {

  width: 15px;

  margin-bottom: 0 !important;

  object-fit: contain;

}



body.archive.post-type-archive-product .products .product .price,

body.archive.tax-product_cat .products .product .price {

  font-weight: bold;

  color: #333 !important;

  font-size: 18px;

}



body.archive.post-type-archive-product .products .product form.variations_form.cart,

body.archive.tax-product_cat .products .product form.variations_form.cart {

  margin: 0 !important;

  /*flex: calc(100% - 60% - 100px);*/

  flex: 0 0 200px;

}



body.archive.post-type-archive-product .products .product .single_variation_wrap .quantity,

body.archive.tax-product_cat .products .product .single_variation_wrap .quantity {

  display: none !important;

}



body.archive.post-type-archive-product .products .product .woovr-variations,

body.archive.tax-product_cat .products .product .woovr-variations {

  padding: 0;

}



/* body.archive.post-type-archive-product .products .product .woovr-variation-info>div,

body.archive.tax-product_cat .products .product .woovr-variation-info>div {

    padding-left: 0;

} */



body.archive.post-type-archive-product .woocommerce-ordering,

body.archive.tax-product_cat .woocommerce-ordering {

  display: flex;

  flex-wrap: wrap;

  gap: 24px;

  margin-left: 24px;

}



body.archive.post-type-archive-product .woocommerce-ordering select,

body.archive.tax-product_cat .woocommerce-ordering select {

  cursor: pointer;

}



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

  body.archive.post-type-archive-product .woocommerce-ordering,

  body.archive.tax-product_cat .woocommerce-ordering {

    margin-left: 0 !important;

    width: 100%;

    margin-bottom: 32px;

  }

}



body.archive.post-type-archive-product .orderby {

  cursor: pointer;

}



body.archive.tax-product_cat .woovr-variations .woovr-variation .woovr-variation-info,

body.archive.post-type-archive-product .woovr-variations .woovr-variation .woovr-variation-info {

  display: flex;

  justify-content: space-between;
  gap: 10px;

}



body.archive.tax-product_cat .variation-stock,

body.archive.post-type-archive-product .variation-stock {

  padding-left: 30px;

  display: block;

}



body.single.single-product .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-name,

body.single.single-product .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-price,

body.archive.tax-product_cat .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-name,

body.archive.tax-product_cat .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-price,

body.archive.post-type-archive-product .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-name,

body.archive.post-type-archive-product .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-price {

  padding-left: 0;

  background: transparent;

  margin-right: 0;

  font-weight: 400;

}



body.single.single-product.aosm-product-type-external .hide-on-variable-product .et_pb_module_inner .price,

body.single.single-product.aosm-product-type-variable .hide-on-variable-product .et_pb_module_inner .price,

body.single.single-product .single_variation_wrap .woocommerce-variation-price {

  display: none;

}



body.archive.post-type-archive-product .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-description,

body.archive.post-type-archive-product .woovr-variations .woovr-variation .woovr-variation-info .woovr-variation-description {

  display: none;

}



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



  body.archive.post-type-archive-product .products .product,

  body.archive.tax-product_cat .products .product {

    flex-direction: column;

  }



  body.archive.post-type-archive-product .products .product form.variations_form.cart,

  body.archive.tax-product_cat .products .product form.variations_form.cart,

  body.archive.post-type-archive-product .products .product .archive-product-info-wrap,

  body.archive.tax-product_cat .products .product .archive-product-info-wrap,

  body.archive.post-type-archive-product .products .product .woocommerce-loop-product__link,

  body.archive.tax-product_cat .products .product .woocommerce-loop-product__link {

    flex: 0 0 100%;

    max-width: 100%;

  }



  body.archive.post-type-archive-product .products .product .price,

  body.archive.tax-product_cat .products .product .price {

    flex: auto;

  }

}



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



  body.archive.post-type-archive-product .products .product,

  body.archive.tax-product_cat .products .product,

  body.archive.post-type-archive-product.et-db #et-boc .et-l .et_pb_shop ul.products.columns-1 li.product,

  body.archive.tax-product_cat.et-db #et-boc .et-l .et_pb_shop ul.products.columns-1 li.product {

    width: 100% !important;

    margin-right: 0 !important;

  }

}



.member-list-wrap hr {

  margin: 20px 0;

  clear: both;

}



.member-list-wrap h4 {

  margin: 40px 0 20px;

}



.member-list-wrap img {

  float: left;

  margin: 1em 20px 20px 0;

}



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

  .member-list-wrap .et_pb_row {

    width: 100%;

  }



  .member-list-wrap img {

    margin: 1em 15px 10px 0;

  }

}



.member-list-wrap .et_pb_column.et_pb_column_1_4 {

  position: sticky;

  top: 130px;

  height: calc(100vh - 160px);

  overflow: auto;

}



.member-list-wrap .et_pb_column.et_pb_column_1_4::-webkit-scrollbar {

  width: 4px;

}



.member-list-wrap .et_pb_column.et_pb_column_1_4::-webkit-scrollbar-track {

  background: #f1f1f1;

}



.member-list-wrap .et_pb_column.et_pb_column_1_4::-webkit-scrollbar-thumb {

  background: #888;

}



.member-list-wrap .et_pb_column.et_pb_column_1_4::-webkit-scrollbar-thumb:hover {

  background: #555;

}



.member-nav-col {

  margin-bottom: 0 !important;

  background: #f1f1f1;

  padding: 0 15px;

}



.member-nav-col a {

  display: block;

  line-height: 1.2;

  padding-top: 10px;

}



.member-nav-col br {

  display: none;

}



.member-nav-col a:hover,

.member-nav-col a.active {

  font-weight: bold;

}



.member-nav-col:first-of-type {

  padding-top: 15px;

}



.member-nav-col:last-of-type {

  padding-bottom: 15px;

}



@media screen and (max-width: 980px) and (min-width: 500px) {

  .member-nav-col {

    column-count: 2;

  }

}



ul.woocommerce-error {

  background-color: #E2401C !important;

}



div.gform-body {

  color: #333;

}



.cross-sells {

  padding-top: 40px;

}



.cross-sells h2 {

  padding-bottom: 30px;

}



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

  .member-list-wrap .et_pb_column.et_pb_column_1_4 {

    height: auto;

    overflow: auto;

    position: static;

  }



  .woocommerce-checkout #main-content .container {

    width: 100%;

    padding: 40px 15px !important;

  }



  .woocommerce-checkout #main-content h3 {

    font-size: 20px;

  }



  body.archive.post-type-archive-product .products .product,

  body.archive.tax-product_cat .products .product {

    border: none;

  }

}



nav.woocommerce-MyAccount-navigation ul {

  padding: 0;

  margin: 0;

}



nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {

  border-bottom: 1px solid #ccc;

}



nav.woocommerce-MyAccount-navigation ul li {

  list-style-type: none;

}



nav.woocommerce-MyAccount-navigation ul li a {

  display: block;

  padding: 5px 0;

}



nav.woocommerce-MyAccount-navigation ul li a:hover,

nav.woocommerce-MyAccount-navigation ul li.is-active a {

  color: #666;

}



.woocommerce .woocommerce-MyAccount-content .button:not(:first-child),

.woocommerce .woocommerce-MyAccount-content a.button:not(:first-child),

.woocommerce-page button.button:not(:first-child),

.woocommerce-page a.button:not(:first-child),

.woocommerce a.button:not(:first-child) {

  margin-left: 5px !important;

}



.woocommerce .woocommerce-MyAccount-content .button,

.woocommerce-page .woocommerce-MyAccount-content .button,

.woocommerce .woocommerce-MyAccount-content a.button,

.woocommerce-page .woocommerce-MyAccount-content a.button,

.woocommerce-page button.button,

.woocommerce-page a.button,

.woocommerce a.button {

  font-size: 12px !important;

}



body.archive.tax-product_cat .woocommerce .products .product .button.single_add_to_cart_button:hover {

  padding: 5px 12px !important;

  border-radius: 3px !important;

}



body.single .single_add_to_cart_button:hover {

  padding: 0.3em 1em !important;

  border-radius: 3px !important;

  filter: brightness(100%) !important;

}



.woocommerce .woocommerce-MyAccount-content .button:after,

.woocommerce-page .woocommerce-MyAccount-content .button:after,

.woocommerce .woocommerce-MyAccount-content a.button:after,

.woocommerce-page .woocommerce-MyAccount-content a.button:after,

.woocommerce-page button.button:after,

.woocommerce-page a.button:after,

.woocommerce a.button:after {

  font-size: 20px !important;

}



.woocommerce-cart table.cart td.actions .coupon .input-text {

  font-size: 12px;

  padding: 7px;

}



.woocommerce .quantity input.qty,

.woocommerce-page .quantity input.qty,

.woocommerce #content .quantity input.qty,

.woocommerce-page #content .quantity input.qty,

.woocommerce-cart table.cart td.actions .coupon .input-text,

.woocommerce form .form-row input.input-text,

.woocommerce form .form-row textarea,

.et_pb_wc_cart_totals .select2-container--default .select2-selection--single,

.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single,

.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {

  padding: 5px;

}



body.product-is-flexible .woovr-variation-info {

  display: flex;

  flex-direction: column;

}



body.product-is-flexible span.woocommerce-Price-amount.amount {

  display: none

}



.custom-field-container input[type="number"] {

  border: none;

  background: #ececec;

  padding: 10px;

  width: 100%;

  margin-bottom: 10px;

}



.custom-field-container textarea {

  width: 100%;

  height: 60px;

  margin-bottom: 10px;

}



.single-product #jt-product-column-2 {

  display: flex;

  flex-direction: column;

}



.single-product #jt-product-column-2 .variation-product-video {

  order: 2;

  margin-top: 20px;

}



/* Filter sidebar design adjustments */

.widget_wpc_filters_widget input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {

  border: none;

  background: #ececec;

  padding: 10px;

  width: 100%;

  margin-bottom: 10px;

}



.widget_wpc_filters_widget .wpc-search-clear-icon-wrapper .wpc-search-clear-icon,

.widget_wpc_filters_widget .wpc-search-icon {

  top: -9px;

}



.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field {

  padding-left: 34px !important;

  padding-right: 30px !important;

}



.widget_wpc_filters_widget .wpc-filter-layout-search-field {

  margin-bottom: 0;

}



.widget_wpc_filters_widget .wpc-filter-_price {

  margin-bottom: 40px;

}



div.wcpscwc-product-slider-wrap .et_shop_image img {

  max-width: 100%;

}



.woocommerce ul#shipping_method li input.input-text.shipper_number {

  width: 200px;

  max-width: 100%;

  margin-bottom: 7px;

}



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



  /*Order Detail mobile design adjustment.*/

  ul.woocommerce-order-overview {

    padding: 10px 0 !important;

    display: flex;

    align-items: flex-start;

    flex-direction: column;

    /* gap: 15px; */

  }



  ul.woocommerce-order-overview li {

    border-right: none !important;

    border-bottom: 1px dashed #cfc8d8;

    margin: 0 0 10px 0 !important;

    padding: 0 0 10px 0 !important;

    width: 100%;

  }



  /*Global container setting for mobile*/

  .container {

    width: 95%;

  }



  body #main-content .container {

    padding-left: 0.5rem !important;

    padding-right: 0.5rem !important;

  }



  .et_pb_row {

    width: 95%;

  }

}



#use_my_shipper tbody tr:first-child {

  display: none !important;

}



@media only screen and (min-width: 1275px) {

  .et_fullwidth_nav #main-header .container {

    padding-right: 15px;

  }

}



@media only screen and (min-width: 981px) {

  .sidebar-sticky .et_pb_column_1_4 {

    position: sticky !important;

    top: 150px;

  }



  .sidebar-sticky .et_pb_column_1_4 > div ul {

    margin-left: 0;

  }



  .sidebar-sticky .et_pb_column_1_4 > div {

    height: calc(100vh - 160px);

    width: calc(100% + 10px);

    overflow: auto;

    padding: 0 10px 0;

  }



  /* width */

  .sidebar-sticky .et_pb_column_1_4 > div::-webkit-scrollbar {

    width: 5px;

  }



  /* Track */

  .sidebar-sticky .et_pb_column_1_4 > div::-webkit-scrollbar-track {

    background: #E9E9EB;

    border-radius: 5px;

  }



  /* Handle */

  .sidebar-sticky .et_pb_column_1_4 > div::-webkit-scrollbar-thumb {

    background: #C4C4C4;

    border-radius: 5px;

  }



  /* Handle on hover */

  .wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-thumb:hover,

  .sidebar-sticky .et_pb_column_1_4 > div::-webkit-scrollbar-thumb:hover {

    background: #888;

  }

}



@media only screen and (min-width: 1276px) {

  #mega-menu-wrap-primary-menu {

    background: transparent;

  }

}
/* @codesnippet: Control Mega Menu Widths/Position with JS */
/* This breakpoint should be equal to the mobile menu breakpoint  */
@media screen and (max-width: 1275px){
    ul.mega-sub-menu {
        padding: 0 !important;
    }
    li.mega-menu-row,
    ul.mega-sub-menu {
        width: 100% !important;
        max-width: 100% !important;
    }
}



/*General form design form is on the home page banner*/



.general-form {

  overflow: hidden;

  padding-top: 15px;

}



.general-form .form-inner {

  display: flex;

  flex-direction: column;

  gap: 10px;

}



.general-form .form-inner .field-group {

  display: flex;

  align-items: center;

  gap: 10px;

}



.general-form .form-inner .field-group.button-wrap {

  justify-content: flex-end;

}



.general-form .form-inner .field-group.button-wrap .gform_button {

  transition: all 0.2s;

}



.general-form label {

  flex: 0 0 85px;

  color: #333;

  font-size: 16px;

  text-align: left;

}



.general-form input:not([type='submit']),

.general-form select {

  width: 100%;

  font-size: 15px;

  padding: 8px;

  flex: 1;

  -webkit-appearance: none;

  -moz-appearance: none;

  -o-appearance: none;

  appearance: none;

  border-radius: 0;

}



.general-form select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" width="10" height="6"><polygon points="0,0 10,0 5,6" fill="%23333"/></svg>') no-repeat right 10px center;
}



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

  .main-banner .et_pb_row.et_pb_row_0 {

    width: 100%;

    padding-left: 15px !important;

    padding-right: 15px !important;

  }



  .main-banner .et_pb_column_0 {

    padding-top: 40px !important;

  }



  .main-banner .et_pb_column_1 {

    padding-top: 0 !important;

  }

}



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

  .general-form .form-inner {

    gap: 5px;

  }



  .general-form .form-inner .field-group {

    flex-direction: column;

  }



  .general-form .form-inner .field-group {

    gap: 0;

    flex-direction: column;

  }



  .general-form label {

    flex: 0 0 100%;

    width: 100%;

  }



  .general-form .form-inner .field-group.button-wrap {

    padding-top: 10px;

    gap: 10px;

  }

}



.woocommerce ul#shipping_method li input.ums_shipper_button {

  font-size: 12px;

  background: red;

  border-color: red;

  color: #fff;

}



.woocommerce ul#shipping_method li input.ums_shipper_button:hover {

  background: #a81c1c;

  border-color: #a81c1c;

  border-radius: 3px;

}



.single-product .product-image {

  width: 100%;

}



.single-product .custom-popup-gallery a {

  position: relative;

  z-index: 2;

}



.error404.et_right_sidebar #left-area {

  padding-right: 0;

  width: 100%;

}



.error404.et_right_sidebar #main-content .container:before {

  display: none;

}



.product-static-text {

  background: #d2e5fb;

  width: calc(100% + 40px);

  margin-left: -20px;

  margin-top: -20px;

  padding: 15px 10px;

  font-size: 14px;

  line-height: 1.6;

  margin-bottom: 15px;

}



.product-static-text strong {

  display: block;

  margin-bottom: 5px;

}



#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {

  display: inline;

}

.widget_wpc_filters_widget .wpc-edit-filter-set {
  display: none;
}


body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item-has-children ul.mega-sub-menu {
    padding-left: 25px !important;
    display: none;
}
body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item-has-children ul.mega-sub-menu li {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item-has-children ul.mega-sub-menu li a:hover{
  color: #000 !important;
}

.submenu-toggle::before {
  font-size: 16px;
}

select, input:not(.gform_button), textarea, .et_pb_wc_add_to_cart .quantity input.qty{
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #bbb !important;
}