@charset "UTF-8";
:root {
  --primary:#1864DC;
  --primary-light:#007bff;
  --primary-dark:#0056b3;
  --primary-hover:#09285A;
  --danger:#9A0000;
  --danger-hover:#9A0000;
  --warning:#FFB800;
  --success:#198754;
  --grey:#F8F8F8; }

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden; }

a {
  color: var(--primary);
  -webkit-transition: all linear .3s 0s;
  transition: all linear .3s 0s;
  text-decoration: underline; }

a:hover {
  color: var(--primary-hover);
  text-decoration: none; }

a:focus, button:focus {
  text-decoration: none;
  outline: 0 !important; }

a.under, span.under a {
  text-decoration: underline !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: bold !important;
  line-height: 1.3;
  text-transform: inherit; }

.btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 30px 11px; }

.container {
  max-width: 1320px; }

img {
  max-width: 100%; }

.form {
  margin: 0; }

.table {
  margin-top: 0; }

.clear {
  clear: both;
  overflow: hidden; }

.clear34 {
  clear: both;
  height: 34px; }

.mh-auto {
  min-height: auto !important; }

.adminBar.storefront {
  position: relative !important; }

.grey_bg {
  background: var(--grey); }

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 32px; }
  h2, .h2 {
    font-size: 26px; }
  h3, .h3 {
    font-size: 22px; }
  h4, .h4 {
    font-size: 20px; }
  h5, .h5 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 16px; } }

.heading_link {
  color: var(--bs-body-color) !important;
  text-decoration: none; }

section {
  padding: 80px 0; }

section.account-content, section.orders, section.account-sidebar-block {
  padding-top: 0;
  padding-bottom: 0; }

.btn, .btn:hover, .btn:focus, .form-control, .form-control:hover, .form-control:focus, input:hover, input:focus {
  box-shadow: none;
  outline: none; }

.btn, .form-control {
  border-radius: 5px; }

.btn-primary {
  background: var(--primary);
  border-color: var(--primary); }

.btn-primary:hover, .btn-primary:focus {
  background: var(--primary-hover);
  border-color: var(--primary-hover); }

.btn-danger {
  background: var(--danger);
  border-color: var(--danger); }

.btn-danger:hover, .btn-danger:focus {
  background: var(--danger-hover);
  border-color: var(--danger-hover); }

.text-primary {
  color: var(--primary) !important; }

.text-danger {
  color: var(--danger) !important; }

.text-red {
  color: #f00 !important; }

.proxi_header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9; }

.top_head_bar {
  background-color: var(--primary);
  padding: 10px;
  color: #fff;
  text-decoration: none; }

.top_head_bar p {
  margin-bottom: 0;
  font-weight: 300; }

.top_head_bar a {
  color: #fff;
  text-decoration: none; }

.second_head_bar {
  padding: 22px 0;
  color: #000; }

.third_head_bar {
  background: var(--primary-hover); }

.third_head_bar #menu > ul > li > a {
  color: #fff; }

.third_head_bar #menu > ul > li > a:hover {
  color: #ddd; }

.top_head_bar a.top_link {
  text-decoration: underline;
  display: inline-block;
  padding-left: 15px; }

.top_head_bar a.top_link:hover {
  text-decoration: none; }

.logo {
  position: relative;
  display: block; }

.logo img {
  width: 250px; }

.shoptext_slider .swiper-slide {
  background: transparent !important;
  text-align: left; }

.header_search_box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px; }

.header_search_box i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5); }

.header_search_box input {
  border: #ccc solid 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px;
  padding-left: 40px;
  width: calc(100% - 110px); }

.header_search_box input:placeholder-shown {
  text-overflow: ellipsis; }

.header_search_box .btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

.quickSearchResultscontainer {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%; }

.quickSearchResultscontainer a.modal-close {
  right: 3px;
  top: 3px;
  z-index: 9999 !important;
  display: none; }

.quick_results_container {
  position: relative;
  z-index: 9;
  background-color: #fff;
  max-height: 600px;
  overflow: hidden auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 4px; }

.quick_results {
  border: 1px solid #1356C133;
  padding: 10px 20px 0 20px;
  border-radius: 4px; }

.quick_results .product_item {
  margin-bottom: 30px;
  min-height: auto; }

.quickSearchMessage {
  font-size: inherit;
  margin: 15px 0;
  text-align: center;
  background-color: inherit;
  padding: 0;
  border-radius: 0;
  border: none; }

.product_item_list {
  position: relative;
  display: block;
  border-bottom: #ccc solid 1px;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
  text-align: left; }

.quick_results .product_item_list:last-child {
  border-bottom: none !important; }

.product_item_list:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.product_item_list .pro_title {
  font-size: 16px; }

img.lazy_loading {
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px; }

#menu {
  padding: 0; }

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

#menu ul li {
  display: inline-block;
  position: relative;
  vertical-align: top; }

#menu ul li:last-child {
  margin-right: 0; }

#menu ul li a {
  color: #000;
  padding: 15px 8px 15px;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1.1; }

#menu li > a:after {
  content: '\F282';
  font-family: bootstrap-icons;
  margin-left: 4px;
  position: relative;
  top: 3px;
  font-size: 13px;
  display: none; }

#menu li > a:only-child:after {
  margin-left: 0;
  content: ''; }

#menu ul li a:hover,
#menu ul li.active a,
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
  color: var(--primary); }

#menu ul li a:hover:before,
#menu ul li.active a:before,
#menu ul li.current_page_item > a:before,
#menu ul li.current-menu-ancestor > a:before,
#menu ul li.current-menu-item > a:before,
#menu ul li.current-menu-parent > a:before {
  opacity: 1; }

#menu li.active ul li a {
  color: #fff;
  background: #000; }

#menu li.active ul li a:hover {
  color: #fff;
  background: var(--primary-hover); }

#menu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 220px;
  white-space: nowrap; }

#menu li:last-child > ul {
  left: inherit;
  right: 0; }

#menu ul li.active ul li a {
  background: #fff;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important; }

#menu li > ul li {
  border-bottom: #0a5284 1px solid;
  display: block;
  position: relative;
  margin: 0;
  text-align: left; }

#menu li > ul li a {
  color: #333;
  font-size: 13px;
  padding: 10px 15px;
  border-right: 0;
  font-weight: 500; }

#menu li > ul li a:after {
  content: '\F285';
  font-family: bootstrap-icons;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px; }

#menu li > ul li a:hover {
  color: #fff;
  text-decoration: none; }

#menu li ul li.current_page_item > a,
#menu li ul li.current-menu-ancestor > a,
#menu li ul li.current-menu-item > a,
#menu li ul li.current-menu-parent > a {
  background: var(--primary-hover);
  color: #fff; }

#menu > li {
  border-left: 1px solid #999; }

#menu > li:first-child,
#menu > li.has-submenu + li {
  border-left: 0; }

#menu li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  visibility: hidden;
  opacity: 0; }

#menu li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block; }

#menu li > ul {
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  visibility: hidden;
  opacity: 0; }

#menu li:hover > ul {
  visibility: visible;
  opacity: 1; }

#menu li > ul li a {
  padding: 0 23px;
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  font-size: 14px;
  background-color: var(--primary);
  color: #fff; }

#menu li > ul li a:hover {
  background-color: var(--primary-hover);
  color: #fff !important; }

#menu li:hover > ul li a {
  padding: 10px 23px; }

#menu li > ul li:hover a {
  color: #fff; }

#menu li > ul li:hover ul li a {
  color: #fff; }

#menu li > ul li ul li a:hover {
  color: #fff; }

@keyframes menu_sticky {
  0% {
    margin-top: -240px; }
  50% {
    margin-top: -90px; }
  100% {
    margin-top: 0; } }

.proxi_header.sticky {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  z-index: 99; }

.proxi_header.sticky .top_head_bar {
  display: none; }

.mega_menu .subMenu_wrapper {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  padding: 10px 0 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  transition: all linear 0.3s 0.5s;
  -webkit-transition: all linear 0.3s 0.5s;
  opacity: 0; }

.mega_menu:hover .subMenu_wrapper {
  visibility: visible;
  opacity: 1; }

.mega_menu .subMenu_wrapper ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1320px;
  margin: 0 auto;
  gap: 15px;
  padding: 0 15px; }

.mega_menu .subMenu_wrapper ul li a {
  padding: 5px 7px 0 !important; }

.mega_menu .subMenu_wrapper ul li:last-child a {
  text-align: left;
  text-decoration: none;
  color: #232325;
  position: relative;
  background: #EDF1F5;
  display: block !important;
  width: 100%;
  height: 100%;
  max-height: 190px;
  border-radius: 4px;
  top: 6px; }

.mega_menu .subMenu_wrapper ul li:last-child a div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkittransform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mega_menu .subMenu_wrapper ul li p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.mega_menu ul li .mega_thmub {
  padding: 10px;
  margin-bottom: 7px;
  background: #EDF1F5;
  border-radius: 4px; }

.mega_menu ul li:hover .mega_thmub {
  background-color: #ccd4dc; }

.mega_menu .subMenu_wrapper ul li#id-1349, .mega_menu .subMenu_wrapper ul li#id-1425, .mega_menu .subMenu_wrapper ul li#id-1477 {
  display: none !important; }

ul.top_right {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  margin-right: 10px; }

ul.top_right > li {
  display: inline-block;
  margin-right: 30px;
  position: relative; }

ul.top_right > li div {
  display: inline-block;
  font-size: 16px; }

ul.top_right > li i {
  font-size: 25px;
  top: 4px;
  position: relative; }

ul.top_right > li .cart_icon {
  position: relative;
  margin-right: 5px; }

ul.top_right > li:last-child {
  margin-right: 0; }

ul.top_right > li.text_underline a, ul.top_right > li.text_underline div {
  text-decoration: underline; }

ul.top_right > li.text_underline a:hover, ul.top_right > li.text_underline div:hover {
  text-decoration: none; }

ul.top_right li a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  line-height: 18px; }

.quantity_item {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 18px;
  height: 18px;
  padding: 1px;
  line-height: 18px;
  border-radius: 50%;
  background: var(--danger);
  color: #fff;
  text-align: center;
  font-size: 9px; }

.hero_banner_wrapper, .inner_header_space {
  padding-top: 186px; }

.hero_banner {
  position: relative;
  display: block;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0; }

.hero_caption {
  position: relative;
  width: 100%; }

.hero_caption h1 {
  -webkit-text-shadow: black 0 0 15px;
  text-shadow: black 0 0 15px;
  font-size: 60px;
  line-height: 1.1; }

.hero_caption .btn {
  margin-top: 10px;
  font-size: 18px; }

.hero_caption .btn:hover {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #fff; }

.hero_banner_proxi img, .inner_banner_proxi img, .product_detail_banner img {
  width: 100%; }

/* hero slider start */
.swiper.hero_slider, .swiper.hero_slider2 {
  width: 100%;
  height: 100%; }

.swiper.hero_slider .swiper-slide, .swiper.hero_slider2 .swiper-slide {
  position: relative;
  text-align: left; }

.swiper.hero_slider .swiper-slide img.slide, .swiper.hero_slider2 .swiper-slide img.slide {
  width: 100%; }

.banner_text {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 20px;
  margin: 15px 0 30px;
  position: relative;
  backdrop-filter: blur(4px);
  border: var(--primary) 2px solid; }

.banner_star {
  margin-bottom: 5px; }

.banner_star i {
  color: #ffc130; }

.banner_quote {
  position: relative; }

.banner_quote.right {
  text-align: right;
  position: absolute;
  right: 50px;
  bottom: 80px; }

.home_caption_wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  z-index: 8;
  width: 100%;
  max-width: 1300px; }

.home_caption {
  max-width: 500px; }

.banner_title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 10px; }

.hero_slider .swiper-pagination, .hero_slider2 .swiper-pagination {
  bottom: 40px; }

.hero_slider .swiper-pagination-bullet, .hero_slider2 .swiper-pagination-bullet {
  background-color: white;
  width: 15px;
  height: 15px; }

.hero_slider .swiper-pagination-bullet-active, .hero_slider2 .swiper-pagination-bullet-active {
  background-color: var(--primary); }

.hero_slider .swiper-button-next, .hero_slider .swiper-button-prev, .hero_slider2 .swiper-button-next, .hero_slider2 .swiper-button-prev {
  font-size: 34px;
  color: var(--primary-hov);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 25px 10px 20px;
  top: 50% !important;
  border-radius: 0 5px 5px 0; }

.hero_slider .swiper-button-next, .hero_slider2 .swiper-button-next {
  padding: 10px 20px 10px 25px;
  border-radius: 5px 0 0 5px; }

/*** home 2025 page ***/
.hero_banner_2025 {
  position: relative;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0; }

.hero_caption_2025 {
  width: 100%;
  max-width: 850px;
  padding: 0  60px; }

.hero_caption_2025 h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.hero_caption_2025 p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px; }

.hero_caption_2025 .btn:hover {
  background-color: white;
  border-color: white;
  color: var(--primary); }

.sub_banner_item {
  padding: 60px 40px;
  color: white;
  display: block;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px; }

.sub_banner_item:hover {
  color: white; }

.sub_banner_item h5 {
  font-size: 40px; }

.sub_banner_item h4 {
  font-size: 40px;
  font-weight: 600; }

@media (max-width: 1330px) {
  .home_caption_wrapper {
    max-width: 85%; }
  .banner_title {
    font-size: 2rem; }
  .banner_avator img {
    max-width: 110px; }
  .banner_avator_star img {
    max-width: 135px; }
  .home_caption .row {
    margin: 0 -5px; }
  .home_caption .row [class*="col"] {
    padding: 0 5px; } }

@media (max-width: 1199px) {
  .top_head_bar p {
    font-size: 14px; }
  .banner_text {
    padding: 15px;
    margin-bottom: 15px; }
  .swiper-slide {
    font-size: 15px; }
  .home_caption .btn {
    padding: 10px 20px; } }

@media (max-width: 999px) {
  .home_caption {
    max-width: 630px; } }

@media (max-width: 991px) {
  .banner_text {
    border-width: 1px; }
  .hero_mobile_banner {
    position: relative;
    text-align: center; }
  .home_caption {
    text-align: center;
    top: 5%;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
  .home_caption p {
    font-size: 25px; }
  .hero_mb_btn {
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 80px; }
  .hero_mb_btn .btn {
    min-width: 250px;
    font-size: 14px; }
  .hero_mobile_banner .row {
    margin: 0 -5px; }
  .hero_mobile_banner .row [class*="col"] {
    padding: 0 5px; }
  .hero_mobile_banner img {
    width: 100%;
    height: auto;
    max-width: 100%; } }

@media (max-width: 580px) {
  .home_caption p {
    font-size: 23px; } }

@media (max-width: 480px) {
  .home_caption p {
    font-size: 18px; }
  .banner_avator img {
    max-width: 100px; }
  .banner_avator_star img {
    max-width: 125px; } }

/* hero slider end */
.dark_blue_bar {
  background-color: var(--primary-hover);
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  display: none; }

.dark_blue_bar p {
  margin-bottom: 0; }

.dark_blue_bar a {
  text-decoration: underline;
  color: #fff; }

.dark_blue_bar a:hover {
  text-decoration: none; }

.dark_blue_bar i {
  position: relative;
  display: inline-block; }

.variant2 .HeaderComponent__Top-sc-9lcg5s-2 {
  margin-bottom: 0 !important; }

.variant2 .SliderLayout__CarouselWrapper-sc-1a6f27s-0 {
  display: none !important; }

.section6 h2 {
  margin-bottom: 15px; }

.phone_number {
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px; }

.phone_number a {
  color: #000;
  text-decoration: none; }

.product_slider .swiper-pagination {
  position: relative;
  text-align: right;
  top: 0; }

.product_slider h2 {
  margin-bottom: 0; }

.product_item {
  position: relative;
  display: block;
  border: #ccc solid 1px;
  padding: 15px;
  border-radius: 12px;
  color: #000;
  text-decoration: none; }

.product_item:hover {
  border-color: #000;
  text-decoration: none;
  color: #000; }

.product_item .sale_badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--success);
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-size: 13px;
  border-radius: 4px; }

.product_item .product_thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  margin-bottom: 15px; }

.product_item .product_thumb img {
  height: 200px;
  object-fit: scale-down;
  display: inline-block; }

.product_item .product_title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px; }

.product_item .yousave {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary); }

.product_item .product_stars {
  color: var(--warning);
  margin-bottom: 4px;
  font-size: 16px; }

.product_item .product_stars i {
  margin-right: 0; }

.product_item .actual_price {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary); }

.product_item .actual_price span {
  font-size: 13px;
  position: relative;
  top: -5px;
  margin-right: 3px; }

.product_item .actual_price del {
  font-size: 16px;
  position: relative;
  margin-right: 2px;
  color: #999;
  font-weight: normal; }

.product_item .prev_price {
  opacity: 0.5;
  text-decoration: line-through; }

.product_item .product_sku {
  text-transform: uppercase;
  font-size: 14px; }

div[data-content-region="topr_barpromo--global"] {
  display: none; }

#categories_slider {
  margin: 0 auto;
  width: 100%;
  max-width: 90%; }

.category_item {
  position: relative;
  text-align: center;
  color: #000;
  text-decoration: none; }

.category_item .cat_thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 12px; }

.category_item .cat_thumb img {
  width: 270px;
  height: 165px;
  object-fit: cover; }

.category_item h6 {
  color: #000;
  text-decoration: none;
  font-weight: 500; }

.category_item:hover {
  text-decoration: none;
  color: #000; }

.swiper-button-next,
.swiper-button-prev {
  font-size: 34px;
  color: var(--primary-hover); }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; }

.cat_item {
  margin-bottom: 40px; }

.cat_item .thumb {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.cat_item .thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.cat_item h5, .cat_item h6 {
  font-weight: bold; }

.cat_item h5 a, .cat_item h6 a {
  color: black;
  text-decoration: none; }

.cat_item_2025 .thumb {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.cat_item_2025 .thumb img {
  border-radius: 5px; }

.cat_item_2025 h5, .cat_item_2025 h6 {
  font-weight: bold; }

.cat_item_2025 h5 a, .cat_item_2025 h6 a {
  color: black;
  text-decoration: none; }

.lighting_fixture_banner {
  background-position: center;
  background-size: cover;
  padding: 50px;
  text-align: left;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.projects_wrapper {
  position: relative;
  display: block; }

.projects_wrapper .project_item {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  text-decoration: none; }

.projects_wrapper .project_item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 40%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%); }

.projects_wrapper .project_item1 {
  height: 400px;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px; }

.projects_wrapper .project_item2 {
  height: 198px; }

.projects_wrapper .project_item3 {
  height: 198px; }

.projects_wrapper .project_item4 {
  height: 198px; }

.projects_wrapper .project_item5 {
  height: 400px;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0; }

.projects_wrapper .project_item .project_caption {
  position: absolute;
  left: 0;
  bottom: -25px;
  right: 0;
  padding: 20px;
  color: #fff;
  -webkit-transition: all linear 0.2s 0s;
  transition: all linear 0.2s 0s; }

.projects_wrapper .project_item .project_caption h4 {
  margin-bottom: 2px; }

.projects_wrapper .project_item .project_caption .learnmore {
  font-size: 13px;
  text-decoration: underline;
  opacity: 0;
  -webkit-transition: all linear 0.2s 0s;
  transition: all linear 0.2s 0s; }

.projects_wrapper .project_item:hover .project_caption {
  bottom: 0; }

.projects_wrapper .project_item:hover .project_caption .learnmore {
  opacity: 1; }

.simple_item {
  position: relative;
  border: #ccc solid 1px;
  border-radius: 12px;
  margin-bottom: 30px;
  -webkit-transition: all linear .3s 0s;
  transition: all linear .3s 0s;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  min-height: 124px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.simple_item:hover {
  border-color: #000;
  text-decoration: none;
  color: #000; }

.simple_item .simple_box h6 {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 6px; }

.simple_item .simple_box .info {
  color: #444;
  font-size: 14px; }

.reviews_section .swiper-slide {
  text-align: left; }

.blog_item {
  position: relative;
  text-align: center;
  color: #000;
  text-decoration: none; }

.blog_item .blog_thumb {
  width: 100%;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 12px; }

.blog_item .blog_thumb img {
  height: 184px;
  width: 100%;
  object-fit: cover; }

.blog_item h6 {
  color: #000;
  text-decoration: none;
  max-width: 90%;
  margin: 0 auto;
  min-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.blog_item:hover {
  text-decoration: none;
  color: #000; }

#blog_slider .swiper-pagination {
  position: relative;
  text-align: right;
  top: 0; }

.post_item {
  position: relative;
  display: block;
  border: #ccc solid 1px;
  border-radius: 12px;
  margin-bottom: 30px;
  -webkit-transition: all linear .3s 0s;
  transition: all linear .3s 0s;
  text-decoration: none; }

.post_item:hover {
  border-color: #000;
  text-decoration: none;
  color: #000; }

.post_thumb img {
  border-radius: 12px 12px 0 0;
  height: 250px;
  width: 100%;
  object-fit: cover; }

.post_text_block {
  padding: 15px; }

.post_text_block h6 {
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 47px; }

.post_text_block h6 a {
  color: #000;
  text-decoration: none; }

.post_text_block .post_date {
  margin-bottom: 8px;
  font-size: 14px; }

.post_text_block .post_date i {
  margin-right: 3px;
  font-size: 13px; }

.short_data {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  min-height: 48px; }

.video_sec .post_text_block h6 {
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  min-height: auto;
  text-align: center; }

.portfolio_sec .post_thumb img {
  height: auto;
  width: auto;
  object-fit: inherit; }

.portfolio_sec .post_text_block {
  text-align: center; }

.portfolio_sec .post_text_block h6 {
  min-height: inherit; }

.portfolio_sec .post_text_block .info {
  color: #333;
  font-size: 16px; }

.post_meta_info {
  font-size: 14px;
  margin-bottom: 10px; }

.post_meta_info i {
  margin-right: 5px; }

.post_meta_info span {
  margin-right: 10px; }

.tags_list {
  margin-bottom: 10px; }

.tags_list i {
  margin-right: 5px;
  transform: scaleX(-1);
  display: inline-block; }

.tags_list a {
  word-break: break-word;
  white-space: normal;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px 8px 0;
  font-size: 12px;
  color: #000;
  border: 1px solid #666;
  border-radius: 4px;
  text-decoration: none; }

.tags_list a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff; }

footer {
  background: var(--primary-hover);
  padding: 60px 0 50px;
  color: white; }

footer a {
  text-decoration: none; }

footer a:hover {
  color: var(--primary); }

.footer_suscribebar {
  margin-bottom: 50px; }

.footer_search_box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px; }

.footer_search_box i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5); }

.footer_search_box input {
  border: #ccc solid 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 12px 12px 40px;
  height: inherit; }

.footer_search_box .btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border: 0;
  padding: 14px 20px 13px;
  height: inherit; }

.footer_search_box .btn:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary) !important; }

.footer_search_box input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.footer_search_box input:focus {
  outline: none !important; }

.footer_search_box button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 18px !important; }

.go3176171171 {
  color: #fff !important; }

.footer_title {
  font-weight: bold;
  margin-bottom: 10px; }

.footer_wrapper {
  margin-bottom: 50px;
  font-size: 15px; }

.footer_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.contact_text {
  margin-bottom: 14px; }

ul.contact_info_list li {
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative; }

ul.contact_info_list li a {
  color: white; }

ul.contact_info_list li i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  color: white; }

ul.contact_info_list li a:hover {
  color: #fff;
  text-decoration: underline; }

ul.footer_social {
  margin-top: 20px; }

ul.footer_social li {
  display: inline-block; }

ul.footer_social li img {
  width: 28px; }

ul.footer_social li:hover img {
  opacity: 0.8; }

.shedule span {
  margin-bottom: 15px;
  display: block; }

.shedule ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 4px; }

.shedule ul li div {
  float: left; }

.shedule ul li div:last-child {
  float: right;
  text-align: right; }

ul.footer_list li {
  font-size: 14px;
  margin-bottom: 7px;
  position: relative;
  padding: 0 0 0 20px; }

ul.footer_list li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 12px; }

ul.footer_list li a {
  color: white; }

ul.footer_list li a:hover {
  color: #fff;
  text-decoration: underline; }

ul.payment_card {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }

ul.payment_card li {
  display: inline-block; }

ul.payment_card li img {
  width: 60px; }

.cta_modal_popup .popup_banner {
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.cta_modal_popup .logo img {
  max-width: 80px;
  margin-bottom: 10px; }

.cta_modal_popup .heading {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: inherit; }

.cta_modal_popup .sub_heading {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: inherit; }

@media (max-width: 991px) {
  .cta_modal_popup .popup_banner {
    height: 250px; }
  .cta_modal_popup .heading {
    font-size: 36px; } }

.inner_section {
  padding-top: 40px;
  min-height: 500px; }

ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

ul.breadcrumbs li {
  display: inline-block;
  margin-right: 32px;
  position: relative; }

ul.breadcrumbs li:before {
  content: "/";
  position: absolute;
  right: -23px;
  top: 0;
  color: #333 !important; }

ul.breadcrumbs li a {
  padding: 0;
  color: #333 !important;
  display: block;
  text-decoration: none; }

ul.breadcrumbs li:last-child:before {
  display: none; }

.category-description {
  text-align: left; }

.category-description-text {
  max-width: 100%;
  padding: 20px 0 0 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.detail_icon_wrapper {
  position: relative;
  margin-bottom: 20px;
  display: block; }

ul.finish_icon_list {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.finish_icon_list li {
  display: inline-block;
  text-align: center; }

ul.finish_icon_list li input[type="radio"] {
  position: absolute;
  right: 1000%; }

ul.finish_icon_list li label {
  background: rgba(255, 255, 255, 0);
  cursor: pointer; }

ul.finish_icon_list li label img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 30px;
  border: #ccc solid 1px;
  height: 40px; }

ul.finish_icon_list li label p {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0; }

ul.share_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; }

ul.share_list li {
  display: inline-block;
  margin: 0 10px; }

ul.share_list li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #000; }

ul.share_list li a:hover {
  text-decoration: none; }

.detail_icon_wrapper {
  position: relative; }

.finish_icon_list input:checked ~ label img {
  border-color: #000; }

.detail_stars {
  color: var(--warning); }

.detail_stars i {
  margin-right: 0; }

.detail_in_stock {
  color: #08690C;
  font-weight: bold; }

.detail_icon_wrapper strong {
  margin-top: 10px;
  display: block;
  font-size: 14px; }

.stars_bar {
  width: 100%;
  max-width: 425px; }

.stars_bar a {
  color: #333;
  font-size: 14px; }

.accordion-button {
  font-weight: bold;
  font-size: 14px; }

.accordion-button:after {
  content: "\F4FE";
  background-image: none !important;
  transform: none !important;
  font-family: bootstrap-icons;
  font-size: 24px;
  top: -4px;
  position: relative; }

.accordion-button:not(.collapsed):after {
  content: "\F2EA";
  background-image: none !important;
  transform: none !important;
  font-family: bootstrap-icons; }

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent !important;
  box-shadow: none !important; }

.accordion-button:focus {
  box-shadow: none !important; }

.accordion-body label {
  font-size: 14px;
  font-weight: bold; }

.accordion-body select {
  font-size: 14px;
  padding: 10px; }

.price_box {
  position: relative;
  margin-top: 30px; }

.price_box .actual_price {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary); }

.price_box .grey_price {
  font-size: 14px;
  font-weight: bold;
  color: #999999; }

.price_box .red_price {
  font-size: 14px;
  font-weight: bold;
  color: var(--danger); }

.detail_sku {
  font-size: 14px; }

.increment_box {
  border: #ccc solid 1px;
  border-radius: 3px;
  padding: 4px 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.increment_box .button {
  padding: 5px;
  cursor: pointer;
  background: white;
  color: #333;
  width: 30px;
  font-size: 24px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border: 0 !important; }

.increment_box .button:hover, .increment_box .button:focus {
  background: #fff;
  border: 0 !important; }

.increment_box input {
  border: 0 !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 50px !important; }

.need_help {
  position: relative;
  display: block;
  margin-top: 20px; }

.need_help i {
  color: var(--primary);
  margin-right: 3px; }

.detail_image {
  margin-bottom: 50px; }

.note_bar {
  background: #EEEEEE;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.note_icon {
  text-align: center;
  width: 82px; }

.note_icon img {
  height: 50px; }

.note_bar p {
  margin: 0; }

.note_bar + .note_bar {
  margin-top: 12px; }

.detail_tab {
  margin-top: 50px; }

ul.tabs_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center; }

ul.tabs_list li {
  display: inline-block;
  text-align: center;
  margin: 0 10px; }

ul.tabs_list li button {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 30px 10px;
  position: relative;
  text-align: center;
  display: block;
  border: 0 !important;
  border-bottom: #999 solid 2px !important;
  width: 100%; }

ul.tabs_list li button.active {
  border-color: var(--primary) !important;
  color: var(--primary) !important; }

.tab-pane {
  padding: 50px; }

.radius_border {
  border: #ccc solid 1px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.grey_box {
  background-color: #F5F5F5;
  border-radius: 7px;
  padding: 20px;
  display: inline-block;
  font-size: 14px; }

.grey_box ul {
  margin: 0; }

.blue_box {
  border-radius: 10px;
  background-color: var(--primary-hover);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 50px; }

.partners_item {
  color: #fff;
  margin-top: 30px;
  max-width: 300px;
  display: inline-block; }

.partners_item img {
  margin-bottom: 15px;
  max-width: 100px;
  height: 60px;
  object-fit: cover;
  display: inline-block; }

.partners_item p {
  margin-bottom: 0;
  font-size: 15px; }

ul.review_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 10px; }

ul.review_list li {
  display: block;
  margin-bottom: 20px; }

.review_item {
  position: relative;
  border: #ccc solid 1px;
  padding: 20px 20px 10px 20px;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.review_item .review_date {
  font-size: 14px;
  margin-bottom: 15px; }

.review_item h6 {
  margin-bottom: 10px; }

.review_item .review_stars {
  color: var(--warning);
  margin-bottom: 10px; }

.review_item .review_stars i {
  margin-right: 0; }

ul.guide_items_list {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.guide_items_list li {
  display: block;
  margin-bottom: 30px; }

ul.guide_items_list li:last-child {
  margin-bottom: 0; }

.guide_item {
  position: relative;
  display: block;
  margin-bottom: 30px; }

.video_item {
  position: relative;
  display: block;
  margin-bottom: 30px; }

.video_item h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.shop_wrapper {
  margin-bottom: 50px; }

.shop_item {
  border: #ddd 1px solid;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 15px; }

.shop_item img {
  height: 200px;
  object-fit: scale-down;
  margin-bottom: 15px; }

.shop_item h4 {
  font-size: 16px;
  min-height: 45px;
  margin: 0; }

.shop_item a {
  color: black;
  text-decoration: none;
  display: block; }

.shop_item:hover {
  background-color: #f1f1f1; }

.cat_wrapper .row [class*="col-55"] {
  max-width: 20%;
  flex: 0 0 auto; }

.cat_wrapper .product_item {
  margin-bottom: 30px; }

.cat_wrapper .product_item .row, .product_slider .product_item .row {
  margin: 0 -7px; }

.cat_wrapper .product_item .row [class*="col"], .product_slider .product_item .row [class*="col"] {
  padding: 0 7px; }

.cat_wrapper.list_wrapper .product_item {
  min-height: auto; }

.cat_wrapper.list_wrapper .product_item .product_thumb {
  margin-bottom: 0; }

.cat_wrapper.list_wrapper .product_item .product_title {
  margin-bottom: 10px;
  min-height: auto; }

.cat_wrapper.list_wrapper .product_item .product_sku {
  margin-bottom: 6px; }

.cat_wrapper.list_wrapper .product_item .yousave {
  margin-bottom: 6px; }

.cat_row .shop_item {
  padding: 0;
  overflow: hidden;
  transition: all linear 0.2s;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px; }

.cat_row .shop_item h4 {
  min-height: 50px;
  padding: 0 10px 10px 10px;
  color: #000;
  transition: all linear 0.2s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.cat_row .shop_item h4 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.cat_row .shop_item img {
  margin: 10px; }

@media (min-width: 1200px) {
  .cat_row {
    margin: 0 -7px; }
  .cat_row [class*=col-] {
    flex: 16.66%;
    max-width: 16.66%;
    padding: 0 7px; }
  .cat_row .shop_item {
    margin-bottom: 15px; }
  .cat_row .shop_item img {
    height: 150px; }
  .cat_row .shop_item h4 {
    font-size: 14px;
    font-weight: 500 !important; } }

.shop_pagination ul {
  padding: 0;
  list-style: none;
  font-size: inherit; }

.shop_pagination ul:before, .shop_pagination ul:after, .shop_pagination ul:empty {
  display: none !important; }

.shop_pagination ul li.page-item {
  display: inline-block;
  margin: 0 7px; }

.shop_pagination ul li.page-item a.page-link {
  border-radius: 5px;
  color: #000;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  box-shadow: none; }

.shop_pagination ul li:first-child a.page-link, .shop_pagination ul li:last-child a.page-link {
  background: #F5F4F4; }

.shop_pagination ul li:first-child .page-link .icon, .shop_pagination ul li:last-child .page-link .icon {
  font-size: 30px;
  line-height: 0;
  vertical-align: middle; }

.shop_pagination ul li.page-item.current a, .shop_pagination ul li.page-item a.page-link:hover, .shop_pagination ul li.page-item a.page-link:focus {
  background: var(--primary);
  color: white; }

.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px; }

.gallery-main {
  width: 80%;
  height: 500px;
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden; }

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 40px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
  font-size: 16px; }

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
  display: none; }

.gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9; }

.gallery-thumbs {
  order: -1;
  width: 18%;
  height: 350px;
  margin-right: 15px;
  padding-left: 15px; }

.gallery-thumbs .swiper-slide img {
  transition: .3s; }

.gallery-thumbs .swiper-slide-active {
  opacity: .9; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.gallery-thumbs .swiper-slide-thumb-active img {
  margin-left: 0;
  border-color: var(--primary); }

.gallery-thumbs .swiper-slide {
  border: #ccc solid 1px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px; }

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%; } }

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%; } }

.shop_desc .accordion-button {
  font-size: 16px; }

.productView-details {
  padding: 0 16px 20px; }

.pdp_img_sec {
  position: relative;
  overflow: hidden; }

.productView-images {
  padding-top: 0;
  padding-bottom: 20px;
  position: relative; }

.productView-image .sale_badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--success);
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-size: 13px;
  border-radius: 4px; }

.productView-image + .productView-thumbnails {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0deg) translate(0%, 0%);
  transform-origin: 0 0;
  height: 630px;
  overflow-y: auto;
  width: 102px;
  scrollbar-color: #ccc #eee;
  scrollbar-width: none;
  padding: 0;
  padding-left: 1px; }

.productView-image {
  left: 110px;
  min-width: 80%;
  padding-bottom: 100%;
  display: inline-block;
  overflow: hidden; }

.productView-image .productView-image--default {
  width: 100%;
  height: auto;
  padding-left: 0;
  margin-top: 0; }

.breadcrumbs .breadcrumb {
  margin: 0 10px; }

.breadcrumbs .breadcrumb::before {
  left: -15px;
  right: 0; }

ul.breadcrumbs li:first-child {
  margin-left: 0; }

ul.breadcrumbs li a {
  padding: 0;
  position: relative; }

.rating--small {
  color: var(--warning); }

.productView-ratingWrapper {
  color: var(--warning); }

.productView-options .form-field .form-field-list {
  padding-left: 0; }

.productView-title {
  font-size: 32px;
  margin: 0 0 12px 0; }

.productView-rating {
  margin: 0 0 12px 0; }

.productView-rating #productReview_link {
  font-size: 14px; }

.product-subtitle {
  margin: 0 0 12px 0; }

.product-view-sku {
  margin-bottom: 12px; }

.product-view-sku .productView-info-name, .product-view-sku .productView-info-value {
  font-size: 15px; }

.price--rrp {
  font-size: 18px; }

.price--save {
  font-size: 13px; }

.price--withoutTax {
  font-size: 24px;
  color: var(--primary) !important; }

.proxi_price {
  position: relative;
  bottom: 0;
  margin-bottom: 20px; }

.proxi_price .price-section.price-section--withoutTax {
  text-align: left;
  top: 0;
  display: flex;
  align-items: center;
  gap: 20px; }

.proxi_price .price--rrp, .proxi_price .price--save {
  top: 0 !important; }

.product_bottom {
  padding: 0 1rem; }

.main-dd {
  background-image: none;
  height: auto;
  background-color: var(--primary-hover);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 50px 15px 0 15px; }

.main-dd .inr-hed-sub {
  top: 0;
  margin-bottom: 30px;
  padding: 0; }

.main-dd .inr-hed-sub h2 {
  margin-top: 0;
  font-family: inherit !important;
  font-size: 28px;
  letter-spacing: inherit; }

.main-dd .inr-hed-sub h3 {
  font-family: inherit;
  letter-spacing: inherit;
  font-size: 20px; }

.main-dd .content {
  height: auto;
  margin: 0; }

.main-dd-v3 .tabs {
  border: none; }

.product-overview {
  margin: 30px 0 40px 0; }

.box img {
  margin-bottom: 15px; }

.box h3 {
  margin-top: 0;
  font-family: inherit;
  letter-spacing: inherit;
  font-size: 26px; }

.box p {
  font-family: inherit;
  letter-spacing: inherit;
  font-size: 18px; }

.pro_bottom_sec {
  background-color: var(--primary-hover);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 15px;
  margin: 0 0 40px 0; }

.pro_bottom_heading {
  margin-bottom: 20px; }

.pro_bottom_col {
  max-width: 90%;
  margin: 0 auto; }

.pro_bottom_col .row {
  margin: 0 -30px; }

.pro_bottom_col .row [class*=col-] {
  padding: 0 30px; }

.pro_bottom_col img {
  height: 44px;
  object-fit: scale-down;
  margin-bottom: 10px; }

.pro_bottom_col h4 {
  font-size: 18px; }

.pro_bottom_col p {
  font-size: 14px;
  margin: 0; }

#product-reviews {
  margin: 0;
  padding: 0; }

#product-reviews .toggle-title {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: inherit; }

#product-reviews .toggle-content {
  margin-bottom: 50px; }

.toggle.productReviews .button--primary {
  top: -5px;
  margin: 0; }

.no_product_reviews .toggle.productReviews .button--primary {
  top: 25px;
  right: 25px;
  z-index: 8; }

.no_product_reviews .es-header-container {
  display: block; }

.no_product_reviews .es-header-container .es-header-info {
  display: block;
  text-align: left; }

.productReviews-list {
  margin: 0 0 10px 0;
  padding-left: 0; }

.productReviews-list .productReview {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px 0; }

.productReviews-list .productReview:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.pagination {
  margin: 0;
  margin-top: 10px; }

.productView-options .form-action #form-action-addToCart {
  font-size: 22px;
  letter-spacing: 1px;
  width: auto !important;
  padding: 15px 30px !important;
  text-transform: inherit !important;
  line-height: 33px !important;
  border-radius: 5px; }

.productView-thumbnails {
  max-width: none;
  width: 600px;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto; }

.productView-thumbnail {
  float: none;
  width: 100px;
  height: 100px;
  border-radius: 7px; }

.spectable {
  width: 100%; }

.productView-thumbnail-link {
  border-radius: 7px;
  box-shadow: none !important;
  border: #ccc solid 1px;
  display: block;
  transition: border-color 333ms; }

.productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
  border-color: var(--primary) !important; }

.productView-options .form-field .button--icon {
  position: relative; }

.productView-options .form-field .button--icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.login {
  margin: 0 auto; }

.sales_list_mobile {
  display: none; }

ul.sales_list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

ul.sales_list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  float: left;
  width: 50%; }

ul.sales_list li a {
  display: block;
  text-decoration: none;
  color: black; }

ul.sales_list li i, ul.sales_list li svg {
  position: absolute;
  left: 0;
  top: -3px; }

ul.sales_list li svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

ul.sales_list li img {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0; }

ul.sales_list li a:hover {
  color: var(--primary); }

.modal {
  left: 50%;
  top: 50%;
  right: auto;
  background-color: transparent !important;
  max-width: 1320px; }

.modal-header {
  background-color: transparent !important; }

.writeReview-productDetails img {
  margin-bottom: 15px; }

.writeReview-productDetails .product-brand {
  color: inherit;
  margin-bottom: 10px; }

.writeReview-productDetails .product-title {
  color: var(--primary);
  text-transform: capitalize;
  font-size: inherit;
  padding: 0; }

.writeReview-form .form-field {
  margin: 0 0 20px; }

.writeReview-form .form-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 5px; }

.writeReview-form .form-label small {
  float: none;
  text-transform: lowercase;
  font-size: 11px;
  color: red;
  margin-left: 3px; }

.previewCart-header {
  padding: 15px 0;
  letter-spacing: inherit;
  font-family: inherit;
  line-height: inherit;
  background: #333; }

.sidecart .sidecart-close {
  top: 5px; }

.sidecart .cart-item-name a {
  color: #333; }

.tabNavigation {
  margin: 20px auto;
  padding: 0; }

.tabNavigation li a {
  color: #333; }

.ns-background-white {
  position: fixed !important;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  max-width: 1320px !important; }

.cart-item-title {
  vertical-align: top; }

.sidecart-container .cart-item-figure {
  width: auto; }

.sidecart-container .cart-item-title {
  width: 50% !important; }

.proxi_calltoaction {
  background-color: #f5f5f5;
  padding: 30px;
  margin: 0 0 30px 0;
  text-align: center;
  border-radius: 10px; }

.inner_list {
  list-style: none;
  padding: 0;
  margin: 0; }

.inner_list li {
  position: relative;
  padding: 0 0 5px 20px;
  line-height: 1.6; }

.inner_list li:before {
  position: absolute;
  content: '✓';
  top: 0;
  left: 0; }

.inner_list li ul {
  list-style: none;
  padding: 4px 0 0 0;
  margin: 0; }

.inner_list li ul li {
  padding: 0 0 5px 10px;
  margin: 0 0 0 10px; }

.inner_list li ul li:before {
  position: absolute;
  content: '.';
  top: -7px;
  left: 0;
  font-size: 20px; }

ul.inner_list2 {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0; }

ul.inner_list2 li {
  margin-bottom: inherit;
  line-height: 1.7;
  padding-left: 20px;
  position: relative; }

ul.inner_list2 li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 12px; }

.dropdown-content.active {
  z-index: 99999; }

.cart-item-brand {
  color: inherit; }

.cart-item-name {
  font-size: 17px; }

.cart-item-block .definitionList {
  font-size: 15px; }

.definitionList-key {
  color: inherit;
  font-weight: 600;
  margin: 0 8px 0px 0; }

.definitionList-value {
  margin: 0 0 4px 0; }

.coupon-form, .cart-gift-certificate-form {
  margin-bottom: 1rem !important; }

.cart-total .form-input {
  height: 36px;
  width: 80%;
  border-radius: 5px 0 0 5px; }

.coupon-form .button {
  border-radius: 0 5px 5px 0; }

.coupon-form .button, .cart-gift-certificate-form .button {
  margin: 0; }

.sidecart .cart-item-name + .definitionList {
  width: 100%;
  max-width: 100%; }

.sidecart .cart-item-title .definitionList-key {
  width: 100%;
  float: none;
  white-space: inherit;
  color: #333; }

.sidecart .cart-item-title .definitionList-value {
  width: 100%;
  color: #333; }

.sidecart .cart-item-info, .sidecart .cart-total-label, .sidecart .cart-total-value {
  color: #333; }

.product_sku {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cart-remove {
  padding-top: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 0; }

.sidecart-container .cart-item-figure {
  width: 88px;
  padding-right: 15px; }

.modal-body ul.form-field-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.modal-body ul.form-field-list li {
  float: left; }

.close_modal {
  position: absolute;
  font-size: 20px;
  color: #000;
  right: 15px;
  top: 15px;
  z-index: 99; }

.product-list label.dropdown-button {
  position: relative; }

.dropdown-button {
  height: 100px; }

.dropdown-button .dropdown-icon {
  top: 50%;
  left: calc(50% - 25px);
  width: 46px; }

.dropdown-button .dropdown-icon-small {
  top: 56%;
  left: calc(50% - 36px);
  width: 80px; }

.dropdown-button .dropdown-content-image {
  top: calc(50% - 40px);
  max-width: calc(100% - 4px);
  max-height: calc(100% - 15px);
  object-fit: scale-down; }

.sidecart-container .cart-remove {
  padding-top: 4px;
  background: #f00;
  font-size: 18px;
  color: #fff; }

.sidecart-container .button--icon i svg {
  display: none; }

.sidecart .cart-checkout .checkout-button, .sidecart .cart-total .checkout-button {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  text-transform: capitalize; }

.actionBar {
  margin: 0; }

.actionBar .form-field {
  margin-bottom: 20px; }

.brand_logo {
  margin-bottom: 30px; }

.brand_logo img {
  max-width: 250px; }

@media (min-width: 551px) {
  .actionBar .actionBar-section {
    float: right; }
  .brand_section .actionBar .actionBar-section {
    float: left; } }

.cart_change_link {
  display: none !important; }

div.ns-serp.serp-margin[data-nosto-element="search"] {
  padding-top: 200px !important; }

.navBar-item .navBar-action, .navBar-item .toggleLink, .navBar-item .toggleLink-text {
  text-decoration: underline; }

.search_query_result {
  padding: 0;
  margin: 0;
  list-style: none; }

#blog_slider .swiper-button-next,
.product_slider .swiper-button-next,
.video_thumb_slider .swiper-button-next {
  right: 10px;
  top: 0 !important;
  margin-top: 0 !important; }

#blog_slider .swiper-button-prev,
.product_slider .swiper-button-prev,
.video_thumb_slider .swiper-button-prev {
  left: auto;
  right: 70px !important;
  top: 0 !important;
  margin-top: 0 !important; }

.video_thumb_slider .swiper-button-next, .video_thumb_slider .swiper-button-prev {
  top: -5px !important; }

.smart_banner {
  margin-bottom: 10px;
  display: block;
  max-width: 80%;
  border-radius: 10px;
  overflow: hidden; }

.form-increment .button[disabled] {
  color: rgba(0, 0, 0, 0.5) !important; }

i.icon {
  height: auto;
  width: auto; }

.new-customer-fact-list {
  margin-left: 0;
  padding-left: 14px;
  margin-top: 10px;
  margin-bottom: 10px; }

.project h3 {
  margin: 15px 0;
  margin: 15px 0 !important;
  font-size: 18px !important; }

.sidebar .widget {
  margin-bottom: 30px; }

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar ul li {
  margin-bottom: 2px; }

.sidebar ul li a {
  color: #000;
  display: block;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  border-radius: 5px; }

.sidebar ul li a:before {
  content: "\F285";
  font-family: 'bootstrap-icons';
  font-size: 12px;
  position: absolute;
  left: 6px;
  top: 13px; }

.sidebar ul li a:hover, .sidebar ul li.is-active a {
  background: var(--primary);
  color: #fff;
  text-decoration: none; }

ul.proxi_content_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
  display: block;
  text-align: center; }

ul.proxi_content_list li {
  display: block;
  text-align: left;
  margin-bottom: 20px; }

ul.proxi_content_list ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0; }

ul.proxi_content_list ul li {
  margin-bottom: inherit;
  line-height: 1.7;
  padding-left: 20px;
  position: relative; }

ul.proxi_content_list ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 12px; }

ul.proxi_list li, ol.proxi_list li {
  margin-bottom: 10px; }

ul.proxi_content_list2 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
  text-align: center; }

ul.proxi_content_list2 li {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  border: #ccc solid 1px;
  padding: 15px;
  border-radius: 12px; }

ul.proxi_content_list2 li img {
  margin: 0 auto 15px; }

ul.proxi_content_list2 li a {
  display: block; }

ul.proxi_content_list2 li a.btn {
  display: inline-block;
  margin: 0 auto; }

@media (min-width: 576px) {
  ul.proxi_content_list2 ul li h4, ul.proxi_content_list2 ul li .h4 {
    font-size: 20px; } }

ul.proxi_content_list2 ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0; }

ul.proxi_content_list2 ul li {
  margin-bottom: inherit;
  line-height: 1.7;
  position: relative;
  border: 0;
  padding: 0;
  padding-left: 20px; }

ul.proxi_content_list2 ul li a {
  display: block; }

ul.proxi_content_list2 ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 12px; }

@media (min-width: 992px) {
  ul.proxi_content_list2 ul {
    min-height: 215px; }
  ul.proxi_content_list2 {
    column-count: 3; } }

@media (max-width: 991px) {
  ul.proxi_content_list2 {
    column-count: 2; }
  ul.proxi_content_list2 li {
    break-inside: avoid; } }

@media (max-width: 767px) {
  ul.proxi_content_list2 {
    column-count: 1; }
  ul.proxi_content_list2 li {
    break-inside: avoid; } }

@media (max-width: 1380px) {
  ul.proxi_content_list2 {
    max-width: 100%; }
  ul.proxi_content_list2 li img {
    max-width: 100%;
    object-fit: cover; } }

.product_box {
  text-align: center;
  margin-bottom: 20px;
  border: #ccc solid 1px;
  padding: 15px;
  border-radius: 12px; }

.product_box img {
  max-width: 200px; }

.proxi_contents {
  margin-bottom: 30px; }

.banner-container2 {
  display: inline-flex !important; }

.iframe_embed, .spectable {
  margin-bottom: 1rem; }

.iframe_embed iframe {
  max-width: 100%; }

.addressList {
  margin: 0 -0.75rem;
  padding: 0; }

.panel-body {
  border-radius: 5px; }

.address-details--postal {
  margin: 0 0 10px 0;
  padding: 0; }

.wishlist-form {
  margin: 0 auto; }

.previewCart .cart-item {
  margin-bottom: 0;
  padding: 20px 10px; }

.previewCart .cart-item-figure {
  width: 20%; }

.previewCart .cart-item-title {
  width: 75% !important;
  padding-top: 0; }

.previewCart .cart-item-name {
  margin: 0 0 15px; }

.previewCart .cart-item-title .definitionList-key {
  width: 40%;
  padding: 0 5px 10px 0; }

.previewCart .cart-item-title .definitionList-value {
  width: 60%;
  padding: 0 5px 10px 0; }

.previewCart .cart-total, .previewCart .cart-checkout {
  width: 100%; }

.previewCart .cart-checkout {
  padding: 10px 0;
  margin-top: 0 !important; }

.previewCart .cart-item-figure {
  margin-top: 0; }

.needsclick, .zsiq_theme1.zsiq_floatmain {
  z-index: 10 !important; }

.needsclick.klaviyo-close-form {
  z-index: 99 !important; }

.productView-options .form-field.form-field--increments {
  border-color: #ddd;
  overflow: hidden;
  margin: 0 15px 0 0;
  border-radius: 5px; }

.productView-options .form-field .button--icon {
  border-color: #ddd !important;
  background: #f6f6f6 !important; }

.productView-options .form-field .form-input--incrementTotal {
  color: #000;
  width: 60px; }

#v2RecentlyViewed {
  margin-bottom: 50px !important; }

#v2RecentlyViewed #v2RecentlyViewed__title {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  background-color: inherit !important; }

#v2RecentlyViewed #v2RecentlyViewed__title .title {
  font-weight: bold !important; }

#v2RecentlyViewed #v2RecentlyViewed__title .watermark {
  display: none !important; }

#v2RecentlyViewed #v2RecentlyViewed__product-list {
  display: block !important;
  white-space: nowrap;
  text-align: center; }

#v2RecentlyViewed #v2RecentlyViewed__product-list .product-item {
  position: relative;
  border: #ccc solid 1px;
  padding: 15px;
  border-radius: 12px;
  display: inline-block !important;
  width: calc(25% - 20px) !important;
  height: auto !important;
  white-space: normal;
  margin: 0 15px;
  vertical-align: top; }

#v2RecentlyViewed #v2RecentlyViewed__product-list .product-item:not(:last-child) {
  margin-right: 0 !important; }

#v2RecentlyViewed .product-item .product-item__image {
  width: auto !important;
  height: auto !important;
  margin-bottom: 20px;
  text-align: center; }

#v2RecentlyViewed .product-item .product-item__image img {
  height: 200px;
  object-fit: scale-down;
  display: inline-block; }

#v2RecentlyViewed .product-item .title-wrapper {
  margin-bottom: 8px; }

#v2RecentlyViewed .product-item .product-item__title {
  color: #000 !important;
  font-weight: 400 !important; }

#v2RecentlyViewed .product-item .product-item__price {
  font-weight: 400 !important;
  min-height: 27px; }

#v2RecentlyViewed .product-item .base-price {
  display: none; }

#v2RecentlyViewed .product-item .sale-price {
  font-weight: bold !important;
  font-size: 20px !important;
  color: var(--primary) !important; }

#v2RecentlyViewed .product-item .product-item__price .price-detail:nth-child(2) {
  padding-left: 0 !important; }

.store_hours_wrapper {
  padding: 20px 0 0;
  font-size: 14px; }

.store_hours_wrapper .hours-element h2 {
  font-size: 25px;
  text-align: center;
  color: var(--primary); }

.store_hours_wrapper .hours-element h3 {
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 500 !important; }

.store_hours_wrapper .hours-element td {
  padding: 5px 8px; }

.eapps-faq-layout-accordion .eapps-faq-content-category {
  margin: 0 0 40px 0 !important; }

.eapps-faq-content-category-title {
  font-size: 22px !important;
  margin: 0 0 15px 0 !important; }

.eapps-faq-content-category-item-question {
  font-size: 16px !important; }

.hide_thirdparty_btn {
  position: relative;
  height: 42px;
  top: -47px;
  background-color: #fff;
  z-index: 99999 !important; }

.location-preview__Divider-sc-125dig-2, .location-preview__StyledBusinessHours-sc-125dig-4 {
  display: none !important; }

.register_page .g-recaptcha {
  max-width: 304px;
  margin: 0 auto; }

#google-badge {
  display: none !important; }

#google-reviews-badge {
  position: fixed;
  bottom: 85px;
  left: 10px;
  z-index: 99; }

.testi_item {
  position: relative;
  margin: 0 0 30px;
  padding: 25px;
  text-decoration: none;
  border: #ddd 1px solid;
  background: white;
  border-left: var(--primary) 5px solid;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap; }

.testi_item .testi_info {
  order: 1;
  flex: 100%;
  max-width: 100%; }

.testi_item .testi_name {
  font-size: 18px;
  font-weight: bold; }

.testi_item .testi_location {
  font-size: 15px; }

.testi_item .testi_data {
  margin-bottom: 12px; }

.testi_item .testi_data p:last-child {
  margin: 0; }

.electricians_cta {
  padding-top: 0; }

.electricians_cta .elect_contents {
  text-align: center;
  padding: 45px 30px;
  background: #eef4ff;
  border-radius: 5px; }

.electricians_cta .elect_heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.electricians_cta .elect_button {
  margin-bottom: 10px; }

.electricians_cta .elect_data {
  font-size: 16px;
  font-weight: bold; }

.electricians_cta .button {
  margin: 0 !important; }

.ghCpXV::after {
  z-index: 2 !important;
  border-radius: 5px; }

.cMvDq {
  border-radius: 0 5px 5px 0; }

.ButtonBase__ButtonContainer-sc-p43e7i-3 {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: normal !important; }

.ButtonBase__ButtonContainer-sc-p43e7i-3:hover {
  background: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important; }

.dNLMsw {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: unset !important;
  gap: 8px; }

.eNnbgE {
  justify-content: start !important; }

.kXZOYs {
  font-size: 12px !important;
  color: var(--primary) !important;
  margin-top: 5px !important; }

.pdp_badge .es-layout-sidebar-inner {
  display: block !important; }

.pdp_badge .es-badge-container {
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-direction: inherit !important; }

.kKIjzF {
  font-size: 12px !important;
  color: var(--primary) !important; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 18px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../images/youtube.png") no-repeat;
  cursor: pointer; }

.youtube-player .play:hover {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../images/youtube-hover.png") no-repeat;
  cursor: pointer; }

.productView-options .form-field .form-field-item {
  margin: 0 10px 10px 0; }

.form-option {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 18px;
  transition: border-color 333ms; }

.form-option:hover {
  border-color: var(--primary); }

.form-field-item:first-child .form-option {
  border-radius: 4px; }

.form-field-item:last-child .form-option {
  border-radius: 4px; }

.swatch .form-option {
  margin: 0 20px 35px 0; }

.productView-info-name,
.productView-info-value {
  font-size: 13px; }

.pdp_short_data {
  margin-bottom: 10px; }

.productView-options .form-field .form-label, .productView-options div.form-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: inherit;
  text-transform: capitalize; }

.productView-options .form-field .form-label {
  margin: 0;
  padding: 0 0 6px; }

.productView-options div.form-label {
  padding: 0 0 6px; }

.form-label--inlineSmall small {
  margin-left: 3px;
  font-size: 13px; }

.form-label--alternate {
  font-family: inherit; }

.swatch .form-option.form-option-variant {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; }

.form-option.form-option-variant {
  font-size: 14px;
  color: #232323;
  letter-spacing: inherit; }

.form-option-variant--color, .form-option-variant--pattern {
  height: 70px;
  width: 120px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 333ms; }

.form-option:hover.form-option-variant, .form-option:hover.form-option-variant-group {
  color: var(--primary); }

.form-radio:hover + .form-option.form-option-variant, .form-radio:checked + .form-option.form-option-variant {
  color: var(--primary); }

.swatch .form-radio:hover + .form-option .form-option-variant--color, .swatch .form-radio:checked + .form-option .form-option-variant--color {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: var(--primary); }

.dropdown-button {
  border: 1px solid #ccc;
  border-radius: 4px; }

.form-option.form-option-variant-group {
  border-radius: 4px; }

.quick_ship {
  background-color: #ecf4ff;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
  font-size: 13px;
  display: inline-block; }

.quick_ship p {
  margin-bottom: 0; }

.quick_ship img {
  width: 70px; }

.download-pdf-btn {
  width: 120px;
  margin: 10px 10px 10px 0; }

@media (min-width: 600px) {
  .productView-options .form-field.product-list {
    width: 23%;
    margin-right: 12px; } }

.variation-error-message {
  color: #d32f2f;
  background: #ffebee;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #d32f2f; }

.missing-variation-error {
  position: relative;
  border-left: 3px solid #d32f2f !important;
  padding-left: 12px !important;
  margin-bottom: 15px !important; }

.missing-required-text {
  background-color: #d32f2f !important;
  color: white !important;
  padding: 1px 4px 2px 4px;
  border-radius: 3px; }

.video_thumb_slider {
  margin: 15px 0 30px 0; }

.video-thumb-list {
  padding: 0;
  margin: 30px -7px 20px -7px;
  list-style: none;
  overflow: hidden; }

.video-thumb-item {
  width: 210px;
  position: relative;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 20px;
  text-align: center; }

.video-thumb-item a, .video_thumb_slider .swiper-slide a {
  color: #000;
  transition: border-color 333ms;
  text-decoration: none; }

.video-thumb-item .video-img, .video_thumb_slider .video-img {
  position: relative; }

.video-thumb-item .video-img img, .video_thumb_slider .video-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: border-color 333ms;
  aspect-ratio: 16/9;
  object-fit: cover;
  border: 1px solid #ccc; }

.video-thumb-item .video-img:after, .video_thumb_slider .video-img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 35px;
  background: url("../images/youtube-hover.png") no-repeat center;
  background-size: contain;
  opacity: .9;
  pointer-events: none; }

.video-thumb-title {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 48px;
  padding-top: 3px; }

.video-thumb-item a:hover, .video_thumb_slider a:hover {
  color: var(--primary); }

.video-thumb-item a:hover img, .video_thumb_slider a:hover img {
  border-color: var(--primary); }

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000c;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center; }

.video-modal-content {
  background: #fff;
  padding: 20px;
  position: relative;
  width: 90%;
  max-width: 800px;
  border-radius: 8px; }

.video-modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #f00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 1; }

#video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 4px; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 991px) {
  .video-thumb-item {
    flex: 1 1 calc(50% - 15px);
    margin-bottom: 10px; }
  .video-thumb-list {
    overflow-x: auto;
    white-space: nowrap; }
  .video-thumb-title {
    white-space: break-spaces; }
  .video-modal-close {
    top: -18px;
    right: -8px; } }

@media (max-width: 480px) {
  .video-thumb-item {
    flex: 1 1 100%; }
  .video-modal-content {
    width: 95%;
    padding: 15px; } }
