@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'Impact';
  src: url("../fonts/Impact.eot");
  src: url("../fonts/Impact.eot?#iefix") format("embedded-opentype"), url("../fonts/Impact.woff2") format("woff2"), url("../fonts/Impact.woff") format("woff"), url("../fonts/Impact.ttf") format("truetype"), url("../fonts/Impact.svg#Impact") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

a {
  color: #000; }

h1, h2, h3, h4, h5, h6, .button, .cart-total-grandTotal {
  font-family: "Barlow", sans-serif; }

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0; }

.body {
  margin-top: 0; }

body.home .body {
  margin-bottom: 0; }

.container {
  max-width: 1640px;
  padding: 0 20px; }

.page .page-content--centered {
  width: 100%; }

.page-heading {
  margin-bottom: 20px; }

h1.page-heading {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 34px; }

.page.category h1.page-heading {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  font-size: 34px; }

.slick-slider .slick-next, .slick-slider .slick-prev {
  opacity: 1;
  width: 36px;
  height: 36px;
  border: 0;
  background: #ededed;
  border-radius: 0;
  padding: 0;
  margin: 0 !important; }

.slick-slider .slick-next {
  right: -60px; }

.slick-slider .slick-prev {
  left: -60px; }

.slick-slider .slick-next:hover, .slick-slider .slick-prev:hover {
  background: #e3e1e1; }

.slick-slider .slick-next:before {
  width: 36px;
  height: 36px;
  background: url(../img/next-arrow.png) no-repeat center center;
  left: 0;
  right: 0; }

.slick-slider .slick-prev::before {
  width: 36px;
  height: 36px;
  background: url(../img/prev-arrow.png) no-repeat center center;
  left: 0;
  right: 0; }

header.header {
  background: #000; }

.header .logo-user-section.container {
  max-width: 1640px;
  padding: 0px 20px; }

.header .logo-user-section.container .header-logo {
  padding: 16.5px 0; }

.header div#menu {
  max-width: 1640px;
  padding: 0 20px; }

div#menu-wrapper.single-line #menu .navPages-wider {
  max-width: 100%;
  width: 100%; }

#menu .nav-minus-logo {
  width: 100%;
  max-width: 100%; }

.navPages-wider {
  width: 100%; }

li.navPages-item.navPages-item-page.container-header.btn {
  height: 50px !important; }

.header #menu .navPages-list .navPages-item.phone-number {
  display: none; }

.header div#menu-wrapper {
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  position: relative; }

.header #menu-wrapper #menu {
  background: transparent; }

.header-logo--left .header-logo-image {
  right: 0; }

.header .navUser {
  padding: 0; }

div#menu-wrapper.fixed-again {
  display: none; }

.header .hdr_left_sec ul {
  margin: 0;
  padding: 0; }

.header .hdr_left_sec ul li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding-right: 20px;
  margin-right: 15px;
  min-height: 30px; }

.header .hdr_left_sec ul li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle; }

.header .hdr_left_sec ul li a:hover {
  opacity: 1; }

.header .hdr_left_sec ul li a img {
  margin-right: 5px; }

.header .hdr_left_sec ul li:last-child {
  border: 0;
  border-right: 0; }

.header .hdr_left_sec ul li.hdr_mail a {
  font-size: 14px;
  letter-spacing: 0.2px; }

.header .hdr_left_sec ul li.hdr_call a {
  font-size: 17px; }

.header .hdr_left_sec ul li.hdr_call img {
  margin-top: -5px; }

.header .navUser .user-icons {
  flex-direction: unset !important;
  align-items: center;
  margin-top: -5px; }

.header .navUser ul.navUser-section.navUser-section--alt {
  margin: 0;
  padding: 0; }

.header .navUser li.navUser-item.navUser-item--account.user-icons.account {
  width: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 20px 0 18px;
  margin: 0 10px; }

.header .navUser li .navUser-item--cart {
  position: relative; }

.header .navUser li.navUser-item.navUser-item--cart.user-icons {
  padding-right: 5px;
  padding-left: 15px; }

.header .navUser li.navUser-item.navUser-item--cart.user-icons .countPill {
  position: absolute;
  right: -15px;
  top: -8px;
  width: 22px;
  height: 22px;
  background: #be1e2d;
  margin: 0;
  padding: 0;
  align-content: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  left: auto;
  font-weight: 400;
  display: block; }

.header .navUser .hdr_icon {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Barlow", sans-serif;
  opacity: 0.5; }

.header .navUser .hdr_icon:hover {
  opacity: 1; }

header span.countPill.cart-quantity.countPill--positive::after {
  display: none; }

.header .navUser div#account-dropdown-signout-list {
  top: 43px !important;
  min-width: 220px; }

header .dropdown--quickSearch .form-fieldset {
  width: 100% !important; }

.header .navUser #quickSearch {
  display: none;
  position: absolute !important;
  left: 0 !important;
  top: 50px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  background: #fff; }

.header .navUser #quickSearch .searchbox {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative; }

.header .navUser #quickSearch.is-open {
  display: block; }

.header .navUser #quickSearch .searchbox .form {
  max-width: 100%;
  position: relative; }

.dropdown--quickSearch .form-input {
  height: 50px;
  border: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0;
  font-style: normal; }

.header .navUser #quickSearch .searchbox .form .search-icon {
  position: absolute;
  top: 8px;
  right: 5px;
  left: auto; }

.dropdown--quickSearch.is-open .quickSearchResults {
  left: 0px !important;
  width: 100%;
  padding: 0;
  top: 0; }

.dropdown--quickSearch .quickSearchResults {
  direction: unset; }

.dropdown--quickSearch .quickSearchResults .productGrid {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09); }

.dropdown--quickSearch .quickSearchResults .productGrid li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px 0px; }

.dropdown--quickSearch .quickSearchResults .productGrid li:last-child {
  border-bottom: 0; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border: 0; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-figure {
  padding: 0;
  margin: 0;
  min-width: 100px; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-figure .card-figcaption {
  display: none; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body {
  padding: 0 0 0 10px;
  margin: 0;
  width: 100%;
  background: #fff !important; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-btn {
  display: none; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-text[data-test-info-type="brandName"] {
  display: none; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-text[data-test-info-type="price"] {
  margin: 0; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-text[data-test-info-type="price"] .price-section {
  color: #000 !important;
  font-size: 16px; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-title {
  margin: 0;
  padding: 0;
  min-height: auto;
  text-align: left;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-text {
  text-align: left; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-title a {
  color: #000 !important; }

.dropdown--quickSearch .quickSearchResults .productGrid li .card .card-img-container {
  border: 1px solid #efefef; }

.quickSearchMessage {
  font-size: 16px; }

.heroCarousel .slick-arrow {
  display: none; }

.heroCarousel .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  width: auto;
  top: auto;
  bottom: 30px;
  list-style: none; }

.heroCarousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid transparent; }

.heroCarousel .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0;
  display: block;
  border: 0;
  opacity: 1;
  cursor: pointer; }

.heroCarousel .slick-dots li.slick-active,
.heroCarousel .slick-dots li:hover,
.heroCarousel .slick-dots li:focus {
  border: 1px solid #be1e2d; }

.heroCarousel .slick-dots li.slick-active button,
.heroCarousel .slick-dots li:hover button,
.heroCarousel .slick-dots li:focus button {
  background: #be1e2d;
  opacity: 1; }

.heroCarousel .slick-dots li button::before {
  display: none; }

/* .heroCarousel .heroCarousel.slick-initialized { max-height: unset; margin: 0; }
.heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper { height: inherit; max-height: inherit; }
.heroCarousel { margin: 0; }
.heroCarousel.slick-initialized { max-height: inherit; } */
.heroCarousel {
  margin: 0;
  position: relative; }

.heroCarousel a.slick-slide, .heroCarousel-slide .heroCarousel-image {
  height: auto; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  height: auto;
  max-height: inherit; }

.heroCarousel.slick-initialized {
  max-height: inherit; }

.heroCarousel-slide .heroCarousel-image {
  width: auto;
  margin: 0 auto; }

.serviceSec {
  padding: 70px 0 40px 0; }

.serviceSec .serviceBlock {
  display: flex;
  justify-content: center; }

.serviceSec .serviceBlock .col {
  padding: 10px;
  flex-grow: 1;
  width: 100%; }

.serviceSec .serviceBlock .col .colIn {
  display: flex;
  align-items: center;
  flex-direction: column; }

.serviceSec .serviceBlock .col .colIn .ser_ic {
  margin: 0 0 10px 0; }

.serviceSec .serviceBlock .ser_title {
  margin: 0;
  font-size: 22px;
  color: #000000;
  line-height: 1.2; }

.catSec {
  position: relative;
  padding: 45px 0 60px 0;
  overflow: hidden;
  background: url(../img/category-btm-bg.jpg) repeat-x left bottom; }

.catSec .secHeader {
  padding: 0 0 50px 0; }

.catSec .secHeader h2 {
  font-family: 'Impact';
  font-weight: 400;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.07);
  text-align: center; }

.catSec .secHeader p {
  font-size: 30px;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  margin-top: -15px; }

.catSec .slick-list {
  margin: 0 -40px; }

.catSec .cat_block .col {
  padding: 0 40px; }

.catSec .cat_block .col a.colIn {
  position: relative;
  display: block; }

.catSec .cat_block .col a.colIn img {
  display: block;
  width: 100%; }

.catSec .cat_block .col a.colIn .catetitle_block {
  position: absolute;
  left: 0;
  top: 20%;
  text-align: center;
  width: 100%; }

.catSec .cat_block .col a.colIn .catetitle_block .shop-now {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #000;
  margin-top: 27px;
  display: block;
  text-underline-offset: 2px; }

.catSec .cat_block .col a.colIn:hover .catetitle_block .shop-now {
  color: #be1e2d; }

.catSec .cat_block .col a.colIn .cat_title {
  font-size: 40px;
  color: #12381e;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  display: block; }

.catSec .cat_block .col a {
  position: relative;
  overflow: hidden; }

.catSec .cat_block .col a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.catSec .cat_block .col a:hover:before {
  -webkit-animation: shine .85s;
  animation: shine .85s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.catSec .cat_block .col:first-child a.colIn .cat_title {
  color: #12381e; }

.catSec .cat_block .col:nth-child(2) a.colIn .cat_title {
  color: #401424; }

.catSec .cat_block .col:nth-child(3) a.colIn .cat_title {
  color: #9d0e14; }

.catSec .cat_block .col:nth-child(4) a.colIn .cat_title {
  color: #000; }

.catSec .cat_block .col:nth-child(5) a.colIn .cat_title {
  color: #414436; }

.featuredProductSlider {
  padding: 110px 0 115px 0; }

.featuredProductSlider .page-heading {
  font-size: 36px;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 0 20px 0;
  color: #000;
  display: block;
  line-height: 1.2; }

.featuredProductSlider section.productCarousel {
  margin-bottom: 0; }

.featuredProductSlider .card .card-body .card-title {
  min-height: 35px;
  -webkit-line-clamp: 1; }

.featuredProductSlider .card .card-body .card-text[data-test-info-type="brandName"] {
  margin: 0; }

.featuredProductSlider .card .card-body .card-text[data-test-info-type="price"] {
  margin: 10px 0 20px 0; }

.seasonBannerSec .mobimg {
  display: none; }

.seasonBannerSec img {
  width: 100%; }

.productTabslider {
  padding: 95px 0 25px 0; }

.productTabslider .productTabHeader {
  position: relative; }

.productTabslider .productTabHeader .view-btn {
  position: absolute;
  right: 0;
  top: 105px;
  color: #686868;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-underline-offset: 2px;
  z-index: 1; }

.productTabslider .productTabHeader .view-btn:hover {
  color: #be1e2d; }

.productTabslider .productTabHeader .productsliderTitleMain {
  margin: 0;
  text-align: center;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-family: 'Impact';
  text-underline-offset: 2px; }

.productTabslider .tabs-contents .tab-content {
  padding: 0; }

.productTabslider .slick-slider .slick-arrow {
  opacity: 0; }

.productTabslider .slick-slider:hover .slick-arrow {
  opacity: 1; }

.productSliderTitle {
  position: relative;
  text-align: left;
  margin: 0 0 30px 0;
  z-index: 0;
  text-align: center; }

.productSliderTitle .tabs {
  border: none;
  padding: 0;
  padding-right: 50px; }

.productSliderTitle .tab {
  float: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin: 0 30px; }

.productSliderTitle .tab:last-child {
  margin: 0; }

.productSliderTitle .tab.is-active {
  margin-bottom: 0;
  border: none; }

.productSliderTitle .tab-title {
  font-size: 24px;
  font-weight: 600;
  color: #c1c1c1;
  background: #fff;
  text-transform: none;
  padding: 0px;
  line-height: 36px;
  text-align: center;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase; }

.productSliderTitle .tab.is-active .tab-title, .productSliderTitle .tab.is-active .tab-title:hover, .productSliderTitle .tab .tab-title:hover {
  color: #be1e2d;
  background: #fff;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #be1e2d; }

.productSliderTitle .tab.is-active .tab-title:before, .productSliderTitle .tab .tab-title:hover::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-top: 10px solid #be1e2d;
  width: 20px;
  height: 10px; }

.productSlider .tab-content.has-jsContent.is-active {
  padding: 0; }

.productSlider .tabs-contents {
  margin: 0; }

.productSlider .page-heading {
  display: none; }

.card .card-img-container::after {
  padding-bottom: 105%; }

.card .card-body .card-text[data-test-info-type="brandName"] {
  font-size: 16px;
  color: #959595;
  letter-spacing: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 23px; }

.card .card-body .card-title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Barlow", sans-serif;
  color: #000;
  margin: 0;
  line-height: 30px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.card .card-body .card-title a {
  color: #000; }

.card .card-body:hover .card-title a {
  color: #be1e2d; }

.card:hover .card-body .card-title {
  color: #be1e2d; }

.card .card-body .card-text[data-test-info-type="price"] {
  font-size: 20px;
  color: #be1e2d;
  font-weight: 600;
  margin: 20px 0 20px 0;
  font-family: "Barlow Condensed", sans-serif; }

.card .card-body .card-text[data-test-info-type="price"] .price-section .price-now-label {
  display: none; }

.card .card-body .card-text .non-sale-price--withoutTax {
  display: none; }

.card .card-body .card-btn .button {
  min-height: 50px;
  align-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #dadada !important;
  background: #fff;
  text-transform: uppercase;
  font-style: normal;
  padding: 0;
  width: 100% !important;
  max-width: 190px;
  font-family: "Barlow", sans-serif; }

.card .card-body .card-btn .button:hover {
  background: #be1e2d;
  color: #fff; }

.card .card-figure .card-figcaption .button {
  background: #000;
  color: #fff;
  padding: 12px 15px;
  width: 100% !important;
  max-width: 130px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  border: 1px solid #fff !important; }

.card .sale-flag-side {
  background: #be1e2d; }

.videoReviewsSec {
  overflow: hidden; }

.container .videoReviewsSec .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

#contact-us-page form.form input.button:hover {
  background: #000 !important; }

.videoReviewsSec .allBoxs {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.videoReviewsSec .allBoxs .leftBox {
  width: 40%;
  background: url(../img/reviews-left-bg.jpg) no-repeat top left;
  background-size: cover;
  align-content: center;
  min-height: 520px; }

.videoReviewsSec .allBoxs .centertBox {
  width: 20%; }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn {
  position: relative;
  border: 10px solid #fff; }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn img {
  display: block;
  width: 100%; }

.videoReviewsSec .allBoxs .rightBox {
  width: 40%;
  background: url(../img/reviews-bg.jpg) no-repeat top right;
  background-size: cover;
  align-content: center;
  min-height: 540px; }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a {
  display: flex;
  gap: 25px;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2.5px;
  align-items: center; }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a img {
  width: auto; }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a:hover {
  color: #be1e2d; }

.videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a:hover img {
  opacity: 0.9; }

#videopopup iframe {
  border: 0;
  display: block; }

#videopopup {
  border: 10px solid #fff;
  height: 500px;
  min-height: 500px;
  max-width: 800px;
  overflow-y: hidden; }

#videopopup .modal-content {
  height: 100%; }

#videopopup .modal-close {
  right: 3px;
  top: 3px;
  line-height: 20px;
  background: #fff;
  border-radius: 60px;
  width: 24px;
  height: 24px; }

.videoReviewsSec .rightBoxIn {
  max-width: 620px;
  padding-left: 0px;
  position: relative; }

.videoReviewsSec .rightBoxIn:after {
  width: 121px;
  height: 97px;
  position: absolute;
  right: -55px;
  bottom: -10px;
  content: "";
  background: url(../img/testimonials-quotes-ic.png) no-repeat right bottom;
  background-size: contain; }

.videoReviewsSec .reviewsHeader {
  padding: 0 0 65px 80px; }

.videoReviewsSec .reviewsHeader h3 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 8px 0; }

.videoReviewsSec .reviewsHeader p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px; }

.videoReviewsSec .leftBoxIn {
  max-width: 580px;
  padding: 0 50px 0 0;
  margin: 0 0 0 auto; }

.videoReviewsSec .leftBoxIn h2 {
  font-size: 50px;
  color: #fff;
  font-family: 'Impact';
  line-height: 1.2;
  margin: 0;
  font-weight: 400; }

.videoReviewsSec .leftBoxIn h3 {
  font-size: 32px;
  color: #fff;
  font-family: 'Impact';
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.videoReviewsSec .leftBoxIn h4 {
  font-size: 21px;
  color: #fff;
  line-height: 26px;
  margin: 0;
  font-weight: 400; }

.videoReviewsSec .leftBoxIn h4 strong {
  font-weight: 600; }

.videoReviewsSec .leftBoxIn p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin: 0; }

.videoReviewsSec .leftBoxIn .now-btn {
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #fff;
  margin-top: 70px;
  display: block; }

.videoReviewsSec .leftBoxIn .now-btn:hover {
  color: #be1e2d; }

.reviewsSliderHome .reviewBox .reviewBoxIn {
  padding-left: 80px; }

.reviewsSliderHome .reviewBox .star-icon {
  width: auto;
  max-width: 104px;
  margin-bottom: 15px; }

.reviewsSliderHome .reviewBox h5 {
  text-transform: unset;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: 10px 0 10px 0;
  line-height: 1.2; }

.reviewsSliderHome .reviewBox p {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.reviewsSliderHome .reviewBox .reviewProfile {
  display: flex;
  align-items: center;
  margin-left: -55px;
  margin-top: -15px; }

.reviewsSliderHome .reviewBox .profileimg img {
  width: auto;
  margin: 0 auto; }

.reviewsSliderHome .reviewBox .reviewProfile .profileimg {
  background: url(../img/review-box-shadow.png) no-repeat center;
  width: 156px;
  height: 156px;
  align-content: center;
  text-align: center; }

.reviewsSliderHome .reviewBox .reviewProfile .reviewPerson {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 0 -40px; }

.reviewsSliderHome .slick-dots {
  position: absolute;
  left: 80px;
  margin: 0;
  padding: 0;
  width: auto;
  top: auto;
  bottom: -20px;
  transform: unset;
  list-style: none; }

.reviewsSliderHome .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid transparent; }

.reviewsSliderHome .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0;
  display: block;
  border: 0;
  opacity: 1;
  cursor: pointer; }

.reviewsSliderHome .slick-dots li.slick-active,
.reviewsSliderHome .slick-dots li:hover,
.reviewsSliderHome .slick-dots li:focus {
  border: 1px solid #be1e2d; }

.reviewsSliderHome .slick-dots li.slick-active button,
.reviewsSliderHome .slick-dots li:hover button,
.reviewsSliderHome .slick-dots li:focus button {
  background: #be1e2d;
  opacity: 1; }

.reviewsSliderHome .slick-dots li button::before {
  display: none; }

.extraServicSec {
  padding: 100px 0 40px 0; }

.servicBoxs {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.servicBoxs .servicBox {
  width: 33.33%;
  position: relative; }

.servicBoxs .servicBox::before {
  width: 43px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/shadow-img.png) no-repeat left center;
  content: ""; }

.servicBoxs .servicBoxIn {
  min-height: 345px; }

.servicBoxs .servicBoxIn h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #000;
  line-height: 1.2;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase; }

.servicBoxs .servicBoxIn p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0; }

.servicBoxs .servicBox:first-child .servicBoxIn {
  padding: 60px 90px 0 55px; }

.servicBoxs .servicBox:nth-child(2) .servicBoxIn {
  padding: 60px 100px 0 70px; }

.servicBoxs .servicBox:last-child .servicBoxIn {
  padding: 60px 70px; }

.servicBoxs .servicBox:first-child:before {
  left: -45px; }

.servicBoxs .servicBox:nth-child(2):before {
  left: -60px; }

.servicBoxs .servicBox:last-child:before {
  left: -40px; }

.tag_sec {
  overflow: hidden;
  padding: 20px 0 60px 0; }

.tag_sec .tagInfo {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.tag_sec .tagInfo .tagTitle {
  font-size: 68px;
  font-weight: 400;
  line-height: 1.1;
  font-family: 'Impact';
  text-align: center;
  color: rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
  letter-spacing: 0.2px; }

.tag_sec .tagInfo .tagTitle img {
  position: relative;
  left: 15px; }

.tag_sec .tagInfo .tagTitle span {
  display: block; }

.instaSec {
  position: relative;
  text-align: center;
  padding: 0;
  overflow: hidden; }

.instaSec .instaTitle {
  margin: 0 0 30px 0; }

.instaSec .instaTitle a {
  font-size: 36px;
  line-height: normal;
  color: #000;
  padding: 5px 0 5px 55px;
  margin: 0;
  background: url(../img/insta-title-ic.png) no-repeat left 0 top 7px;
  font-weight: 600;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
  display: inline-block; }

.instaSec .instaTitle a:hover {
  color: #be1e2d; }

.instaSec .instaFeed {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px; }

.instaSec .instaFeed a {
  padding: 0;
  display: block;
  position: relative; }

.instaSec .instaFeed a img {
  display: block;
  width: 100%; }

.instaSec .instaFeed a:hover::before {
  opacity: 0.74; }

.instaSec .instaFeed a:hover::after {
  opacity: 1; }

.instaSec .instaFeed a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.80;
  content: "";
  opacity: 0;
  transition: 0.3s;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

.instaSec .instaFeed a:after {
  background: url(../img/insta-title-ic-hover.png) no-repeat center;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s; }

.footer {
  width: 100%;
  display: inline-block;
  background: #000000;
  border: 0;
  padding: 0;
  margin: 20px 0 0 0; }

.footer .container {
  max-width: 1640px;
  padding: 0 20px; }

.footer .footer-info {
  margin: 0;
  padding: 95px 0 80px 0;
  display: flex;
  flex-wrap: wrap; }

.footer .footer-info .footer-info-heading {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  color: #be1e2d;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px 0;
  line-height: normal;
  text-align: left; }

.footerLogo img {
  max-width: 215px;
  margin-top: -35px; }

.footerLogo {
  padding: 0 0 35px 0; }

.footer .footer-info {
  margin: 0 -10px; }

.footer .footer-info-col {
  width: 100% !important;
  max-width: 25%;
  padding: 0 10px;
  margin: 0;
  flex-basis: unset;
  min-width: unset;
  border: 0; }

.footer .footer-info-col:first-child {
  max-width: 28.5%; }

.footer .footer-info-col:nth-child(2) {
  max-width: 26.5%; }

.footer .footer-info-col:nth-child(3) {
  max-width: 26%; }

.footer .footer-info-col:last-child {
  max-width: 19%; }

.footer .footer-info-col:last-child ul {
  column-count: 2; }

.footer .footer-info .footer-info-list {
  margin: 0; }

.footer .footer-info .footer-info-list li {
  margin: 0;
  padding: 0;
  line-height: 38px; }

.footer .footer-info .footer-info-list li:last-child a strong {
  text-decoration: underline; }

.footer .footer-info .footer-info-list a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  line-height: normal;
  padding: 0; }

.footer .footer-info .footer-info-list a:hover {
  color: #be1e2d !important; }

.newsletter-subscription-section {
  border: 0;
  background: #1a1a1a; }

.newsletter-subscription-section .newsletterBoxs {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.newsletter-subscription-section .newsletterBoxs .newsletterboxLeft {
  width: 54%; }

.newsletter-subscription-section .newsletterBoxs .newsletterboxCenter {
  width: 23%; }

.newsletter-subscription-section .newsletterBoxs .newsletterboxRight {
  width: 23%;
  text-align: right; }

.newsletter-subscription-section .newsletterBoxs .newsletterboxRight p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px; }

.footer .container {
  max-width: 1640px;
  padding: 0 20px; }

.footer .socialLinks {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center; }

.footer .socialLinks li {
  margin: 0;
  padding: 0 10px; }

.footer .socialLinks li a.icon {
  height: 45px;
  width: 45px;
  padding: 0; }

.footer .socialLinks li a.icon:hover {
  opacity: 0.9; }

.footer .socialLinks li a.icon svg {
  display: none; }

.footer .socialLinks li a.icon--instagram {
  background: url(../img/ftr-insta-ic.jpg) no-repeat center center; }

.footer .socialLinks li a.icon {
  transition: transform .7s ease-in-out; }

.footerBottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0; }

.footerBottomSec .powered-by {
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0; }

.footerBottomSec .powered-by a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none; }

.footerBottomSec .powered-by a:hover {
  color: #be1e2d !important; }

.footerBottomSec .powered-by .bull {
  padding: 0 10px;
  color: #737373; }

.footer .contactInfo {
  padding-top: 0px; }

.footer .contactInfo p {
  padding: 0 0 30px 45px;
  text-align: left;
  line-height: 22px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6); }

.footer .contactInfo p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none; }

.footer .contactInfo .ftrcallIc {
  background: url(../img/ftr-call-ic.png) no-repeat left 2px;
  padding-bottom: 5px; }

.footer .contactInfo .ftrmailIc {
  background: url(../img/ftr-mail-ic.png) no-repeat left 4px; }

.footer .contactInfo .ftrlocationIc {
  padding-bottom: 0;
  font-size: 21px; }

.footer .contactInfo p a:hover {
  color: #be1e2d !important; }

.ftrNewsletter {
  padding: 20px 0 20px 0;
  border-bottom: 0;
  margin-bottom: 0px; }

.ftrNewsletter .newsletterHead {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background: url(../img/newsletter-ic.png) no-repeat left center;
  padding: 6px 25px 6px 100px; }

.ftrNewsletter .newsletterHead .newsletter-heading {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Barlow Condensed", sans-serif; }

.ftrNewsletter .newsletterHead .footer-newsletter-summary {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5); }

.ftrNewsletter p {
  font-size: 18px;
  color: #000;
  margin: 0; }

.ftrNewsletter .form {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.ftrNewsletter .form .form-field {
  margin: 0;
  display: block; }

.ftrNewsletter .form-prefixPostfix {
  display: flex;
  flex-wrap: unset; }

.ftrNewsletter .form-prefixPostfix .form-input {
  height: 60px;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  margin: 0 0px 0 0;
  background: #fff;
  padding: 0 170px 0 20px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0; }

.ftrNewsletter .form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.ftrNewsletter .form-prefixPostfix .form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.ftrNewsletter .form-prefixPostfix .form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.ftrNewsletter .form-prefixPostfix .form-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.ftrNewsletter .form-prefixPostfix .button {
  margin: 0px !important;
  height: 50px;
  font-size: 14px;
  letter-spacing: 3.5px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  padding: 0 5px;
  background: #be1e2d !important;
  color: #fff;
  margin: 0;
  min-width: 156px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: "Barlow", sans-serif; }

.ftrNewsletter .form-prefixPostfix .button:hover {
  background: #000 !important;
  color: #fff; }

.newsletterLeft {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  text-align: left; }

.newsletterRight {
  display: inline-block;
  text-align: left;
  padding-right: 0;
  width: 54%;
  margin-left: -4px; }

.newsletterLeft h3 {
  margin: 0;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
  letter-spacing: 1.4px; }

.newsletterLeft p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  color: #fff; }

.backtoTop .slick-prev {
  width: 36px;
  height: 36px;
  padding: 0;
  left: -20px;
  border: 0; }

.backtoTop .slick-prev::before {
  left: 10px;
  top: 2px;
  width: 15px;
  height: 15px; }

.breadcrumbs {
  text-align: left;
  margin: 0;
  padding: 15px 0;
  text-transform: capitalize; }

.breadcrumb {
  font-size: 14px;
  position: relative;
  text-align: left; }

.breadcrumb:first-child {
  padding: 0; }

.breadcrumb a {
  color: #2a2a2a;
  font-weight: 500;
  font-family: 'Barlow', sans-serif; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #777777;
  font-weight: 400; }

.breadcrumb::before {
  content: " »";
  font-size: 20px;
  color: #777777;
  margin: 0 0.4rem; }

.account--fixed {
  width: 100%; }

.account--fixed .account-body {
  margin: 0; }

.page-content--textCenter .page-heading {
  text-align: center; }

.page-sidebar {
  display: none; }

.page-sidebar + .page-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0; }

.actionBar {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0; }

.actionBar .form-field {
  margin: 0; }

.actionBar-section .form-label {
  color: #000;
  border: 0; }

.actionBar .form-field {
  border: 0; }

.actionBar-section .form-select {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 5px 30px 5px 20px;
  line-height: normal;
  height: 36px;
  border-radius: 0; }

.productGrid .product {
  width: 20%; }

.page-sidebar + .page-content .productGrid .product {
  width: 20%; }

#product-listing-container .productGrid .product .card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-bottom: 20px; }

.pagination-list {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  text-align: center; }

.pagination-list li {
  width: 40px;
  height: 40px;
  line-height: 30px;
  border: none; }

.pagination-list li.pagination-item--next, .pagination-list li.pagination-item--previous {
  width: auto;
  height: auto; }

.pagination-list li.pagination-item--next a, .pagination-list li.pagination-item--previous a, .pagination-list li.pagination-item--next button, .pagination-list li.pagination-item--previous button, .pagination-list li.pagination-item--next a:hover, .pagination-list li.pagination-item--previous a:hover, .pagination-list li.pagination-item--next button:hover, .pagination-list li.pagination-item--previous button:hover, .pagination-list li.pagination-item--next a:focus, .pagination-list li.pagination-item--previous a:focus, .pagination-list li.pagination-item--next button:focus, .pagination-list li.pagination-item--previous button:focus {
  background: none;
  color: #232323 !important; }

.pagination-list li a, .pagination-list li button {
  background: #000;
  color: #fff;
  font-weight: bold; }

.pagination-list li.pagination-item.pagination-item--current {
  border: none; }

.pagination-list li.pagination-item.pagination-item--current a, .pagination-list li a:hover, .pagination-list li button:hover, .pagination-list li a:focus, .pagination-list li button:focus {
  background: #be1e2d;
  color: #fff !important; }

.pagination-list li.pagination-item--next, .pagination-list li.pagination-item--previous {
  width: 40px;
  height: 40px;
  margin: 4px;
  float: none;
  background: #000;
  vertical-align: middle; }

.pagination-list li.pagination-item--next:hover, .pagination-list li.pagination-item--previous:hover {
  background: #be1e2d;
  color: #fff; }

.pagination-list .pagination-item {
  margin: 4px;
  vertical-align: middle;
  border-radius: 0; }

.pagination-item.pagination-item a {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  align-content: center; }

.pagination-item--previous .icon, .pagination-item--next .icon {
  height: 20px;
  width: 20px; }

.pagination-item.pagination-item--previous > a svg, .pagination-item.pagination-item--next > a svg {
  fill: #fff !important; }

.productView {
  margin: 0;
  padding: 0 0 20px; }

.productView .productView-image {
  border: 10px solid #efefef; }

h1.productView-title {
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  margin: 0 0 15px 0; }

.productView-price .price-section {
  color: #be1e2d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2; }

.productView-price .price-section.non-sale-price--withoutTax {
  font-size: 20px;
  opacity: 0.5; }

.add-to-cart-wrapper .form-label {
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.add-to-cart-wrapper .form-field {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  margin-bottom: 20px; }

.form-increment .button {
  background: #efefef;
  border: 1px solid #efefef !important;
  height: 40px; }

.form-increment .form-input {
  height: 40px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  color: #000;
  font-weight: 400; }

.productView-options .form-action .button--primary {
  background: #be1e2d !important;
  font-weight: 500;
  border-radius: 0;
  font-size: 18px;
  height: 50px;
  letter-spacing: 1px;
  margin-bottom: 0; }

.productView-options .form-wishlist .dropdown-menu-button {
  background: #000;
  color: #fff !important;
  height: 50px;
  border-radius: 0;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  align-content: center;
  margin: 0 !important; }

.productView-options .form-wishlist .dropdown-menu-button .icon svg {
  fill: #fff !important;
  color: #fff; }

.productView-options .form-wishlist ul#wishlist-dropdown li {
  border-bottom: 1px solid #efefef; }

.productView-options .form-wishlist ul#wishlist-dropdown li:last-child {
  border-bottom: 0; }

form.form.form-wishlist.form-action a.button.dropdown-menu-button span {
  text-transform: uppercase; }

.productView-options .form-action {
  margin: 0; }

.productView-details .socialLinks {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.productView-details .socialLinks .icon {
  width: 36px;
  height: 36px;
  border: 1px solid #efefef;
  align-content: center;
  text-align: center; }

.productView-details .socialLinks .icon svg {
  width: 18px;
  opacity: 0.8; }

.form-field--success .form-input.form-input--incrementTotal {
  border-color: rgba(0, 0, 0, 0.07); }

.productView-images {
  margin-bottom: 20px; }

.productView-image + .productView-thumbnails {
  margin-top: 15px; }

.productView-thumbnail-link {
  width: 100%;
  max-width: 100%;
  height: auto; }

.productView-thumbnails img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  object-fit: contain;
  box-sizing: border-box;
  height: 120px;
  object-fit: contain;
  padding: 10px; }

.productView-thumbnail-link.is-active {
  border: 0 !important; }

.productView-thumbnail-link.is-active img {
  border: 1px solid rgba(0, 0, 0, 0.3); }

#accordion .ui-accordion-header {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  font-size: 24px; }

#accordion .ui-accordion-content {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  font-size: 16px; }

#accordion .ui-accordion-header span.tab-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

#accordion svg.accordion-icon.arrow.down {
  color: #000;
  fill: #000;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  top: 10px; }

#accordion .ui-accordion-content p a {
  color: #000; }

#accordion .ui-accordion-content li a {
  color: #000 !important; }

body {
  color: #000; }

.related-product-section {
  margin: 40px 0 20px 0;
  padding: 0 15px; }

.related-product-section .productCarousel {
  margin-bottom: 0; }

.related-product-section .tabs {
  text-align: left; }

.related-product-section ul.tabs {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.related-product-section ul.tabs::before {
  display: none; }

.related-product-section ul.tabs::after {
  display: none; }

.related-product-section ul.tabs .tab {
  margin: 0;
  border: 0; }

.related-product-section ul.tabs .tab .tab-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff; }

.related-product-section .tabs-contents {
  margin-bottom: 0; }

.related-product-section .tabs-contents .tab-content {
  margin-bottom: 0;
  padding-bottom: 0; }

.page.content .page-content h2 a span {
  color: #000 !important; }

#contact-us-page p a {
  color: #000; }

#contact-us-page .form-actions {
  margin-top: 0;
  margin: 0;
  text-align: left; }

.button--primary {
  background-color: #be1e2d !important;
  font-weight: 600;
  letter-spacing: 1px; }

#g-recaptcha {
  margin-bottom: 20px; }

.page-content.page-content--left p a {
  color: #000; }

.page-content.page-content--left p a span {
  color: #000 !important; }

.sitemapSec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px; }

.sitemapSec li {
  width: calc(33.33% - 10px); }

.sitemapSec li li {
  width: 100%; }

.sitemapSec li a {
  color: #000; }

.sitemapSec li h3 {
  font-weight: 600; }

.blog-post-container .blog-post-body .blog-post p {
  color: #000;
  font-size: 16px; }

.blog-post-container .blog-post-body .blog-post p a {
  color: #000; }

.blog-post-container {
  max-width: 100%; }

.blog-post-body .socialLinks {
  text-align: left;
  margin-top: 20px; }

.blog-post-body .socialLinks li {
  margin-right: 10px; }

.blog-post-body .socialLinks li .icon {
  width: auto;
  height: auto; }

.blog-post-body .socialLinks li .icon svg {
  width: 20px;
  height: 20px; }

.page.blog .blog-post {
  font-size: 15px; }

.page.blog a.read-more {
  margin-top: 10px;
  font-size: 15px; }

.previewCartCheckout .button--primary {
  background-color: #be1e2d !important;
  border: 1px solid #be1e2d !important; }

.previewCartCheckout .button:hover {
  background-color: #be1e2d !important;
  border-color: #be1e2d !important; }

.previewCartCheckout .button {
  background-color: #be1e2d;
  border: 1px solid #be1e2d !important; }

.previewCart .productView-details {
  margin-top: 20px;
  margin-bottom: 20px; }

.previewCart .productView-title {
  margin-bottom: 20px;
  font-weight: 500; }

.previewCart .productView-brand {
  margin-bottom: 20px; }

.previewCartAction-viewCart {
  background-color: #000; }

.previewCartAction-viewCart .button {
  border-color: #000 !important;
  font-weight: 600;
  letter-spacing: 1px; }

.previewCartAction-viewCart:hover {
  background-color: #be1e2d; }

.previewCartAction-viewCart:hover .button {
  border-color: #be1e2d !important; }

.button--primary:hover {
  background-color: #be1e2d !important; }

.coupon-code-add, .coupon-code-cancel, .shipping-estimate-show, .shipping-estimate-hide, .gift-certificate-add, .gift-certificate-cancel {
  color: #be1e2d; }

.cart-list .cart-item .cart-item-image {
  width: 100%;
  object-fit: contain;
  max-height: 80%; }

.form-increment .button .icon {
  opacity: 0.8; }

.form-increment .button {
  width: 40px;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 10px;
  align-content: center; }

.form-increment .button span {
  line-height: normal;
  display: inline-block;
  margin-top: -5px;
  opacity: 0.8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400; }

.cart-list .cart-item .cart-item-image {
  border: 1px solid #efefef;
  padding: 10px; }

.cart-list .cart-item {
  padding: 10px 0 !important; }

.coupon-code-add:hover, .coupon-code-cancel:hover, .shipping-estimate-show:hover, .shipping-estimate-hide:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover {
  color: #be1e2d; }

.login {
  max-width: 100%;
  margin-top: 0; }

.login-form .form-actions {
  text-align: left; }

.account-body .form .form-actions {
  text-align: left;
  margin-top: 0;
  max-width: 100%; }

.account--fixedSmall {
  width: 100%; }

.product:hover .sale-flag-side {
  background: #be1e2d; }

.productView-thumbnails .slick-dots {
  display: none !important; }

.productView-images .slick-slider .slick-prev {
  left: 0; }

.productView-images .slick-slider .slick-next {
  right: 0; }

.productView-options .form-action .button--primary:hover {
  background-color: #000 !important;
  border-color: #000 !important; }

.productView-options .form-wishlist .dropdown-menu-button:hover {
  background-color: #be1e2d !important; }

.socialLinks .icon:hover svg {
  fill: #be1e2d; }

#g-recaptcha {
  margin-bottom: 20px; }

.swal2-modal .swal2-confirm {
  background-color: #be1e2d; }

.swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:hover {
  background-color: #be1e2d;
  border-color: #be1e2d;
  color: white; }

.account--fixedLarge {
  width: 100%; }

.account .card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-bottom: 20px; }

.account .productGrid .product .form {
  text-align: center; }

.account .page-heading {
  text-align: center;
  margin: 20px 0 30px 0; }

#wishlist-dropdown.is-open li:not(:last-child) .button {
  text-align: center; }

#wishlist-dropdown.is-open .button {
  text-align: center; }

.productPageCalltoAction {
  max-width: 390px;
  text-align: center; }

.secureText {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 9px 0 13px; }

.secureText img {
  vertical-align: text-bottom;
  padding-right: 5px; }

.jdgm-submit-rev.btn.btn_c.button {
  background: #000 !important; }

.jdgm-write-rev-link.close-form-btn {
  text-decoration: none;
  background: #000;
  color: #fff !important; }

.jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  text-decoration: none;
  background: #000;
  color: #fff !important; }

.jdgm-widget-actions-wrapper .jdgm-ask-question-btn {
  text-decoration: none;
  background: #000;
  color: #fff !important; }

form.form.form-wishlist.form-action .button {
  font-size: 15px; }

@media only screen and (min-width: 800px) {
  #menu .navPages-action {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    background: transparent !important; }
  .header .logo-user-section.container .hdr_left_sec {
    width: 100%; }
  .header .logo-user-section.container {
    justify-content: space-between; }
  #menu-wrapper .nav-minus-logo .mega-cat-nav {
    display: none; }
  #menu-wrapper .nav-minus-logo div.nav-right {
    width: 100%; }
  #menu .navPages-list {
    width: 100%; }
  #menu .nav-page-list.two {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #menu .navPages-list a.navPages-action {
    padding-top: 0;
    line-height: 50px;
    padding-bottom: 0; }
  #menu .navPages-list li.navPages-item:hover .navPages-action {
    color: #be1e2d !important; }
  #menu .navPages-list .navPage-subMenu {
    padding: 0 !important;
    min-width: 200px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  #menu .navPages-list .navPage-subMenu-list {
    margin: 0 !important; }
  #menu .navPages-list .navPage-subMenu-list .navPage-subMenu-item {
    margin: 0 !important;
    padding: 8px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
  #menu .navPages-list .navPage-subMenu-list .navPage-subMenu-item a.navPages-action {
    padding: 0 !important;
    width: 100%;
    line-height: 1.2;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000 !important; }
  #menu .navPages-list .navPage-subMenu-list .navPage-subMenu-item a.navPages-action:hover {
    color: #be1e2d !important; }
  .header .navUser li.navUser-item.navUser-item--account.user-icons.account div#account-dropdown-signin-list {
    top: 30px; } }

@media only screen and (max-width: 1750px) {
  .slick-slider .slick-next {
    right: -45px; }
  .slick-slider .slick-prev {
    left: -45px; }
  .container .catSec .container {
    padding: 0 50px; }
  .container .productTabslider .container {
    padding: 0 50px; }
  .container .featuredProductSlider .container {
    padding: 0 50px; }
  .related-product-section .tabs-contents {
    padding: 0 30px; }
  .tag_sec .tagInfo .tagTitle {
    font-size: 3.1vw; }
  .videoReviewsSec .leftBoxIn {
    padding: 0 40px 0 0;
    max-width: 520px; }
  .videoReviewsSec .leftBoxIn h4 {
    font-size: 18px; }
  .videoReviewsSec .leftBoxIn h3 {
    font-size: 30px; }
  .videoReviewsSec .rightBoxIn::after {
    right: 0;
    bottom: -20px; } }

@media only screen and (max-width: 1680px) {
  .slick-slider .slick-next, .slick-slider .slick-prev {
    width: 30px;
    height: 30px; }
  .slick-slider .slick-prev::before {
    width: 30px;
    height: 30px; }
  .slick-slider .slick-next::before {
    width: 30px;
    height: 30px; }
  .productTabslider .productGrid {
    margin: 0; }
  .videoReviewsSec .leftBoxIn {
    padding: 0 20px 0 0;
    max-width: 400px; }
  .videoReviewsSec .leftBoxIn h4 {
    font-size: 18px; }
  .videoReviewsSec .leftBoxIn h3 {
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 30px; }
  .videoReviewsSec .leftBoxIn .now-btn {
    margin-top: 40px; }
  .videoReviewsSec .reviewsHeader {
    padding: 0 0 40px 80px; }
  .videoReviewsSec .allBoxs .rightBox {
    min-height: 480px;
    padding-right: 20px; }
  .videoReviewsSec .allBoxs .leftBox {
    min-height: 480px; }
  .reviewsSliderHome .slick-dots {
    bottom: 0px; }
  .servicBoxs .servicBox:first-child::before {
    left: -15px; }
  .servicBoxs .servicBox:nth-child(2)::before {
    left: -15px; }
  .servicBoxs .servicBox:last-child::before {
    left: -15px; }
  .servicBoxs .servicBox:first-child .servicBoxIn {
    padding: 40px 40px 0 60px; }
  .servicBoxs .servicBox:nth-child(2) .servicBoxIn {
    padding: 40px 40px 0 60px; }
  .servicBoxs .servicBox:last-child .servicBoxIn {
    padding: 40px 40px 40px 60px; }
  .extraServicSec {
    padding: 40px 0 40px 0; }
  .servicBoxs .servicBoxIn h3 {
    font-size: 28px; }
  .header .navUser .user-icons {
    padding-right: 10px; }
  .ftrNewsletter .newsletterHead .newsletter-heading {
    font-size: 1.5vw; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight p {
    font-size: 15px; } }

@media only screen and (max-width: 1480px) {
  .serviceSec .serviceBlock .ser_title {
    font-size: 18px; }
  .catSec .secHeader p {
    font-size: 28px;
    margin: 0; }
  .catSec .secHeader h2 {
    font-size: 6.5vw; }
  .catSec .cat_block .col a.colIn .cat_title {
    font-size: 2.3vw;
    letter-spacing: 0; }
  .catSec .cat_block .col a.colIn .catetitle_block .shop-now {
    margin-top: 10px; }
  .catSec .cat_block .col {
    padding: 0 20px; }
  .catSec .slick-list {
    margin: 0 -20px; }
  .slick-slider .slick-next, .slick-slider .slick-prev {
    width: 26px;
    height: 26px; }
  .slick-slider .slick-prev::before {
    width: 26px;
    height: 26px; }
  .slick-slider .slick-next::before {
    width: 26px;
    height: 26px; }
  .productSliderTitle .tabs {
    padding-right: 0; }
  .productSliderTitle .tab {
    margin: 0 15px; }
  .productSliderTitle .tab-title {
    font-size: 22px; }
  .productTabslider {
    padding: 50px 0 30px 0; }
  .productTabslider .tabs-contents {
    margin-bottom: 0; }
  .productTabslider .productTabHeader {
    text-align: center; }
  .productTabslider .productTabHeader .view-btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto 20px auto;
    display: inline-block; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a img {
    width: 80px;
    margin: 0 auto; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a {
    gap: 10px; }
  .videoReviewsSec .leftBoxIn h2 {
    font-size: 30px; }
  .videoReviewsSec .leftBoxIn h4 {
    font-size: 16px; }
  .videoReviewsSec .leftBoxIn {
    max-width: 360px; }
  .videoReviewsSec .rightBoxIn::after {
    display: none; }
  .videoReviewsSec .reviewsHeader h3 {
    font-size: 22px; }
  .videoReviewsSec .reviewsHeader p {
    font-size: 14px; }
  .videoReviewsSec .reviewsHeader p img {
    width: 100px; }
  .reviewsSliderHome .reviewBox .reviewBoxIn {
    padding-left: 20px; }
  .reviewsSliderHome .reviewBox .reviewProfile {
    margin-left: 0;
    margin-top: 20px; }
  .reviewsSliderHome .reviewBox .reviewProfile .profileimg {
    width: auto;
    height: auto;
    background-size: contain; }
  .reviewsSliderHome .reviewBox .reviewProfile .reviewPerson {
    margin: 0 0 0 20px; }
  .reviewsSliderHome .slick-dots {
    left: 20px;
    bottom: -40px; }
  .videoReviewsSec .reviewsHeader {
    padding: 0 0 40px 20px; }
  .reviewsSliderHome .reviewBox h5 {
    font-size: 18px; }
  .reviewsSliderHome .reviewBox .star-icon {
    max-width: 90px; }
  .tag_sec .tagInfo .tagimg img {
    width: 150px; }
  .tag_sec .tagInfo .tagTitle img {
    width: 40px; }
  .tag_sec {
    padding: 20px 20px 30px 20px; }
  .instaSec .instaFeed {
    gap: 10px; }
  .instaSec .instaTitle {
    margin: 0 0 15px 0; }
  .instaSec .instaFeed a:after {
    background-size: 30px; }
  .dropdown--quickSearch .quickSearchResults .productGrid li .card .card-figure {
    min-width: 80px; }
  .featuredProductSlider .page-heading {
    font-size: 30px; }
  .featuredProductSlider {
    padding: 50px 0 50px 0; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight p {
    font-size: 14px; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxCenter {
    width: 15%; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight {
    width: 25%; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxLeft {
    width: 60%; }
  .footer .footer-info-col:first-child {
    max-width: 25%; }
  .footer .footer-info-col:nth-child(2) {
    max-width: 25%; }
  .footer .footer-info-col:nth-child(3) {
    max-width: 20%; }
  .footer .footer-info-col:last-child {
    max-width: 30%; }
  .footerLogo img {
    margin-top: 0;
    max-width: 180px; }
  .footer .footer-info {
    padding: 60px 0 50px 0; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight p {
    text-align: left; } }

@media only screen and (max-width: 1279px) {
  .catSec .cat_block .col a.colIn .catetitle_block .shop-now {
    letter-spacing: 0;
    font-size: 14px; }
  .catSec {
    padding: 0px 0 50px 0; }
  .catSec .secHeader {
    padding: 0 0 30px 0; }
  .productTabslider .productTabHeader .productsliderTitleMain {
    font-size: 80px; }
  .videoReviewsSec .allBoxs .leftBox {
    width: 80%; }
  .videoReviewsSec .allBoxs .centertBox {
    width: 20%; }
  .videoReviewsSec .allBoxs .rightBox {
    width: 100%;
    margin-top: 0px;
    min-height: auto;
    padding: 40px 20px 70px 20px;
    margin-top: 10px; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn {
    border: 0;
    border-left: 10px solid #fff; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn > img {
    height: 400px;
    object-fit: cover; }
  .videoReviewsSec .allBoxs .leftBox {
    min-height: 400px; }
  .videoReviewsSec .leftBoxIn {
    max-width: 480px; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container a {
    font-size: 14px; }
  .videoReviewsSec .reviewsHeader {
    padding: 0 0 40px 0px; }
  .reviewsSliderHome .reviewBox .reviewBoxIn {
    padding-left: 0px; }
  .reviewsSliderHome .slick-dots {
    left: 0; }
  .container .videoReviewsSec .container {
    padding: 0 20px; }
  .container .videoReviewsSec .container .reviewsSliderHome .container {
    padding: 0; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn .modal-button-container {
    width: 160px; }
  .servicBoxs .servicBoxIn h3 {
    font-size: 22px; }
  .servicBoxs .servicBoxIn p {
    font-size: 15px; }
  .servicBoxs .servicBox:nth-child(2) .servicBoxIn {
    padding: 40px 20px 0 40px; }
  .servicBoxs .servicBox:last-child .servicBoxIn {
    padding: 40px 20px 40px 40px; }
  .servicBoxs .servicBox:first-child .servicBoxIn {
    padding: 40px 20px 0 40px; }
  .extraServicSec {
    padding: 20px 0 20px 0; }
  .tag_sec .tagInfo .tagTitle img {
    width: 30px; }
  .heroCarousel .slick-dots {
    bottom: 10px; }
  .heroCarousel .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 2px; }
  .heroCarousel .slick-dots li button {
    width: 12px;
    height: 12px; }
  .header .hdr_left_sec ul li {
    margin-right: 10px;
    padding-right: 10px; }
  .header .hdr_left_sec ul li.hdr_call a {
    font-size: 14px; }
  .footer .footer-info .footer-info-list a {
    font-size: 14px; }
  .footer .contactInfo .ftrlocationIc {
    font-size: 16px; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxCenter {
    width: 10%; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight {
    width: 25%; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxLeft {
    width: 65%; }
  #menu .navPages-action {
    font-size: 16px; }
  .navPages-action {
    padding: 0 10px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; }
  .productGrid .product {
    width: 25%; }
  .productView-options .form-action {
    display: inline-block;
    padding-left: 0; }
  h1.productView-title {
    font-size: 26px; }
  .productView-price .price-section {
    font-size: 22px; }
  .productView-options .form-action.form-wishlist {
    padding-left: 10px; } }

@media only screen and (max-width: 1100px) {
  .header .hdr_left_sec ul li {
    margin-right: 5px;
    padding-right: 5px; }
  .header .hdr_left_sec ul li.hdr_call a {
    font-size: 13px; }
  .header .hdr_left_sec ul li.hdr_mail a {
    letter-spacing: 0; }
  .header .hdr_left_sec ul li:last-child {
    padding-right: 0;
    margin-right: 0; }
  .card .card-body .card-title {
    font-size: 20px;
    line-height: 28px; }
  .card .card-body .card-text[data-test-info-type="price"] {
    font-size: 18px;
    margin: 10px 0 10px 0; }
  .card .card-body .card-btn .button {
    font-size: 14px;
    letter-spacing: 1px; }
  .serviceSec {
    padding: 40px 0 40px 0; }
  .featuredProductSlider {
    padding: 30px 0 30px 0; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxLeft {
    width: 100%; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxCenter {
    width: 100%;
    margin-bottom: 20px; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight {
    width: 100%;
    text-align: center; }
  .newsletter-subscription-section .newsletterBoxs .newsletterboxRight p {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px; }
  .newsletterLeft {
    width: 100%;
    text-align: center; }
  .ftrNewsletter {
    text-align: center; }
  .ftrNewsletter .newsletterHead {
    text-align: left;
    padding: 60px 0 15px 0;
    background-size: 60px;
    background-position: top center; }
  .ftrNewsletter .newsletterHead .newsletter-heading {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center; }
  .newsletterRight {
    margin: 0;
    width: 100%;
    max-width: 570px;
    margin: 0 auto; }
  .footer .footer-info .footer-info-heading {
    padding: 0 0 20px 0; }
  .footerBottom {
    flex-direction: column; }
  .footerBottomSec .powered-by {
    margin-bottom: 10px; }
  #menu .navPages-action {
    font-size: 15px; }
  .navPages-action {
    padding: 0 10px; }
  .productView-thumbnails img {
    height: 80px; } }

@media only screen and (max-width: 1023px) {
  .productSliderTitle .tab {
    margin: 0 10px; }
  .videoReviewsSec .allBoxs .leftBox {
    width: 75%; }
  .videoReviewsSec .allBoxs .centertBox {
    width: 25%; }
  .videoReviewsSec .leftBoxIn {
    max-width: 400px; }
  .tag_sec .tagInfo .tagimg img {
    width: 100px; }
  .tag_sec .tagInfo .tagTitle {
    font-size: 4.1vw;
    line-height: 1.4; }
  .tag_sec .tagInfo .tagTitle img {
    left: 5px; }
  .header .navUser .hdr_icon {
    font-size: 0;
    gap: 0; }
  .header .navUser li.navUser-item.navUser-item--cart.user-icons {
    padding-left: 5px; }
  .header .navUser li.navUser-item.navUser-item--account.user-icons.account {
    margin: 0 10px;
    padding: 0 15px 0 15px; }
  .header .hdr_left_sec ul li {
    padding: 0;
    margin: 0; }
  .header .hdr_left_sec ul li.hdr_mail a {
    font-size: 0; }
  .header .hdr_left_sec ul li a img {
    margin: 0; }
  .header .hdr_left_sec ul li.hdr_call a {
    font-size: 0; }
  .header .hdr_left_sec ul li.hdr_call img {
    margin-top: 0; }
  .header .hdr_left_sec ul li:last-child {
    margin-left: 15px; }
  .header .hdr_left_sec ul li.hdr_mail {
    padding-right: 15px; }
  .productTabslider {
    padding: 30px 0 0px 0; }
  #menu .navPages-action {
    font-size: 15px; }
  .navPages-action {
    padding: 0 10px; } }

@media only screen and (max-width: 991px) {
  .serviceSec .serviceBlock {
    flex-wrap: wrap; }
  .serviceSec .serviceBlock .col {
    flex-basis: 33.33%;
    margin-bottom: 20px; }
  .serviceSec {
    padding: 30px 0 40px 0; }
  .catSec .secHeader p {
    font-size: 24px; }
  .container .catSec .container {
    padding: 0 20px; }
  .catSec .slick-slider .slick-prev {
    left: 50%;
    top: auto;
    transform: unset;
    bottom: -30px;
    margin-left: -30px !important; }
  .catSec .slick-slider .slick-next {
    right: 50%;
    top: auto;
    transform: unset;
    bottom: -30px;
    margin-right: -30px !important; }
  .catSec .cat_block .col a.colIn .catetitle_block .shop-now {
    font-size: 13px; }
  .catSec .cat_block .col {
    padding: 0 10px; }
  .catSec .slick-list {
    margin: 0 -10px; }
  .productSliderTitle .tab-title {
    font-size: 17px; }
  .productTabslider .productTabHeader .productsliderTitleMain {
    font-size: 60px; }
  .productTabslider .slick-slider .slick-prev {
    left: 50%;
    top: auto;
    transform: unset;
    bottom: 0px;
    margin-left: -30px !important; }
  .productTabslider .slick-slider .slick-next {
    right: 50%;
    top: auto;
    transform: unset;
    bottom: 0px;
    margin-right: -30px !important; }
  .productTabslider .slick-slider .slick-arrow {
    opacity: 1; }
  .container .productTabslider .container {
    padding: 0 20px; }
  .container .featuredProductSlider .container {
    padding: 0 20px; }
  .productTabslider {
    padding: 30px 0 30px 0; }
  .featuredProductSlider {
    padding: 20px 0 20px 0; }
  .featuredProductSlider .slick-slider .slick-prev {
    left: 50%;
    top: auto;
    transform: unset;
    bottom: 0px;
    margin-left: -30px !important; }
  .featuredProductSlider .slick-slider .slick-next {
    right: 50%;
    top: auto;
    transform: unset;
    bottom: 0px;
    margin-right: -30px !important; }
  .featuredProductSlider .slick-slider .slick-prev:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .featuredProductSlider .slick-slider .slick-next:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .featuredProductSlider .card {
    margin-bottom: 40px; }
  .related-product-section .slick-slider .slick-prev {
    left: 50%;
    top: auto;
    transform: unset;
    bottom: 0px;
    margin-left: -30px !important; }
  .related-product-section .slick-slider .slick-next {
    right: 50%;
    top: auto;
    transform: unset;
    bottom: 0px;
    margin-right: -30px !important; }
  .related-product-section .slick-slider .slick-prev:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .related-product-section .slick-slider .slick-next:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .related-product-section {
    padding: 0; }
  .related-product-section .tabs-contents {
    padding: 0px; }
  .productView-description {
    padding-left: 0;
    padding-right: 0; }
  .related-product-section .productCarousel-slide .card {
    margin-bottom: 40px; }
  .related-product-section ul.tabs .tab .tab-title {
    font-size: 16px;
    padding: 15px 20px; }
  #accordion .ui-accordion-header span.tab-title {
    padding: 0; }
  #accordion .ui-accordion-header {
    padding: 15px 25px; }
  .related-product-section {
    margin: 30px 0 20px 0; }
  #accordion svg.accordion-icon.arrow.down {
    top: 7px; }
  .productView-options {
    text-align: left; }
  .servicBoxs .servicBox {
    width: 50%; }
  .servicBoxs .servicBox:last-child {
    width: 100%; }
  .servicBoxs .servicBox:last-child::before {
    display: none; }
  .servicBoxs .servicBox:last-child .servicBoxIn {
    padding: 30px 0px 0px 0px; }
  .servicBoxs .servicBox:first-child::before {
    display: none; }
  .servicBoxs .servicBox:first-child .servicBoxIn {
    padding: 20px 20px 0 20px; }
  .servicBoxs .servicBoxIn {
    text-align: center;
    min-height: auto; }
  .servicBoxs .servicBox:nth-child(2)::before {
    left: -15px; }
  .servicBoxs .servicBox:nth-child(2) .servicBoxIn {
    padding: 20px 20px 0 20px; }
  .servicBoxs .servicBox::before {
    height: 100%;
    background-size: contain;
    top: 30px; }
  .servicBoxs {
    align-items: flex-start; }
  .footer .footer-info-col:first-child {
    max-width: 50%;
    margin-bottom: 25px; }
  .footer .footer-info-col:nth-child(2) {
    max-width: 50%;
    margin-bottom: 25px; }
  .footer .footer-info-col:nth-child(3) {
    max-width: 50%; }
  .footer .footer-info-col:last-child {
    max-width: 50%; }
  .footer .footer-info .footer-info-heading {
    padding: 0 0 10px 0; }
  .footerLogo {
    padding: 0 0 20px 0; }
  .footer .footer-info {
    padding: 30px 0 30px 0; }
  .footerBottomSec .powered-by {
    text-align: center;
    line-height: 1.2; }
  .ftrNewsletter .newsletterHead .footer-newsletter-summary {
    text-align: center; }
  #menu .navPages-action {
    font-size: 13px; }
  .navPages-action {
    padding: 0 5px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; }
  .productGrid .product {
    width: 33.33%; }
  .page.category h1.page-heading {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 26px; }
  .breadcrumbs {
    padding: 10px 0; }
  .productView-options .form-action .button--primary {
    font-size: 15px;
    padding: 5px 25px; }
  .productView-options .form-wishlist .dropdown-menu-button {
    font-size: 15px !important;
    padding: 5px 25px; }
  h1.productView-title {
    font-size: 22px; }
  .productView-price .price-section {
    font-size: 20px; }
  .sitemapSec li {
    width: 100%; } }

@media only screen and (max-width: 800px) {
  .mobileMenu-toggle {
    background: #be1e2d url(https://cdn11.bigcommerce.com/s-iz2sootxea/images/stencil/original/image-manager/menu.png) no-repeat center !important; }
  header.header.is-open .mobileMenu-toggle {
    background: #be1e2d url(https://cdn11.bigcommerce.com/s-iz2sootxea/images/stencil/original/image-manager/menu-close.png) no-repeat center !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    display: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    display: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    display: none; }
  header.header.quick-search-is-open .user-icons {
    z-index: 1; }
  .mega-cat-dropdown li.navPages-item.top-level a {
    font-size: 15px !important; }
  .mega-cat-dropdown li.navPages-item a.navPages-action {
    font-size: 15px !important; }
  .mega-cat-dropdown .sticky-navpages .container-header + .navPages-item {
    display: none !important; }
  .mega-cat-dropdown .category-list {
    display: none; }
  #page-wrapper .pagination-container {
    display: none; }
  .header .navUser #quickSearch .searchbox .form {
    width: 100% !important; }
  .dropdown--quickSearch.is-open .form-input {
    bottom: 0; }
  .header .navUser #quickSearch {
    top: 60px !important; }
  .dropdown--quickSearch.is-open .form-input {
    border: 1px solid #efefef; }
  .dropdown--quickSearch .quickSearchResults .productGrid {
    overflow-y: scroll;
    height: 270px; }
  .dropdown--quickSearch .quickSearchResults {
    overflow: unset !important; }
  .dropdown--quickSearch {
    overflow-y: unset !important; }
  .catSec .cat_block .col a.colIn .cat_title {
    font-size: 3.3vw; }
  .catSec .cat_block .col {
    padding: 0 5px; }
  .catSec .slick-list {
    margin: 0 -5px; }
  .catSec .secHeader p {
    font-size: 20px; }
  .catSec .secHeader h2 {
    font-size: 8.5vw; }
  .catSec .slick-slider .slick-prev {
    bottom: -20px; }
  .catSec .slick-slider .slick-next {
    bottom: -20px; }
  .productSliderTitle .tab {
    margin: 5px 0;
    width: 100%; }
  .productSliderTitle .tab-title {
    font-size: 18px;
    background: #efefef;
    color: #000;
    border: 0;
    padding: 8px 10px; }
  .productSliderTitle .tab.is-active {
    margin: 5px 0;
    border: 0; }
  .productSliderTitle .tab.is-active .tab-title {
    background: #be1e2d;
    color: #fff; }
  .productSliderTitle .tab.is-active .tab-title::before, .productSliderTitle .tab .tab-title:hover::before {
    display: none; }
  .productSliderTitle .tab.is-active .tab-title, .productSliderTitle .tab.is-active .tab-title:hover, .productSliderTitle .tab .tab-title:hover {
    border: 0;
    background: #be1e2d;
    color: #fff; }
  .productSliderTitle {
    margin: 0 0 10px 0; }
  figcaption.card-figcaption.mobile {
    display: none; }
  .videoReviewsSec .allBoxs .leftBox:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
    content: "";
    left: 0;
    top: 0; }
  .videoReviewsSec .allBoxs .leftBox {
    position: relative; }
  .videoReviewsSec .leftBoxIn {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 20px; }
  .videoReviewsSec .allBoxs .leftBox {
    width: 70%; }
  .videoReviewsSec .allBoxs .centertBox {
    width: 30%; }
  .videoReviewsSec .leftBoxIn .now-btn {
    margin-top: 30px; }
  .tag_sec .tagInfo .tagTitle span {
    display: unset; }
  .tag_sec .tagInfo .tagTitle {
    font-size: 5.1vw;
    line-height: 1.4; }
  .tag_sec .tagInfo .tagTitle img {
    margin-right: 10px; }
  .instaSec .instaTitle a {
    font-size: 28px;
    background-size: 30px;
    padding: 5px 0 5px 36px;
    background-position: left top 10px; }
  .instaSec .instaFeed a:nth-child(n+5) {
    display: none; }
  .instaSec .instaFeed {
    grid-template-columns: repeat(4, 1fr); }
  header.quick-search-is-open .mobileMenu-toggle {
    display: block;
    z-index: 99999; }
  .header .logo-user-section.container {
    z-index: 1 !important; }
  .dropdown--quickSearch .quickSearchResults {
    z-index: 1; }
  div#menu .mega-cat-dropdown {
    background: #fefefe; }
  .mobileMenu-toggle {
    left: 0; }
  .hdr_left_sec {
    display: none; }
  header .navUser {
    width: auto; }
  .header-logo--left .header-logo-image {
    margin: 0; }
  .header .logo-user-section.container .header-logo {
    padding: 0; }
  .header-logo > a {
    padding: 0; }
  body {
    padding-top: 80px; }
  .header {
    height: 80px; }
  .header.is-open {
    height: 80px; }
  .logo-user-section.container {
    height: 80px; }
  .header-logo-image-container::after {
    display: none; }
  .header-logo-image {
    position: relative;
    max-height: unset; }
  .header .header-logo {
    width: auto; }
  .header .navUser {
    right: 70px; }
  .header .navUser li.navUser-item.navUser-item--account.user-icons.account {
    margin: 0 5px;
    padding: 0 10px 0 10px; }
  li.navUser-item.user-icons .navUser-action {
    padding: 0; }
  header .navUser {
    top: 53%; }
  li.navUser-item.navUser-item--cart.user-icons {
    position: relative; }
  .header .logo-user-section.container .header-logo {
    max-width: 130px; }
  a.mobileMenu-toggle.is-open {
    right: 15px; }
  .header .navUser .user-icons {
    padding-right: 0px; }
  .header .navUser li.navUser-item.navUser-item--cart.user-icons .countPill {
    color: #fff !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 10px;
    right: -8px;
    font-weight: 500; }
  .mobileMenu-toggle {
    height: 36px;
    width: 36px;
    border-radius: 36px;
    opacity: 1;
    right: 15px;
    left: auto;
    background: #be1e2d;
    min-height: 30px;
    margin: 0;
    top: 20px;
    padding: 0;
    align-content: center;
    text-align: center; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 17px;
    left: 8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    top: 17px; }
  .mega-cat-dropdown {
    margin-top: 76px; }
  a.mobileMenu-toggle.is-open {
    border: 1px solid #fff !important;
    margin-top: 20px !important;
    margin: 0 !important;
    width: 36px;
    height: 36px;
    border: 0 !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #fff !important; }
  .logo-user-section.container.fixed {
    display: none; }
  .mobileMenu-toggle.fixed-again {
    display: none; }
  header.quick-search-is-open nav.navUser {
    width: auto; }
  .header .navUser #quickSearch {
    left: auto !important;
    min-width: 270px; }
  .header .navUser #quickSearch {
    height: auto !important; }
  .dropdown--quickSearch.is-open .form-input {
    text-align: left;
    width: 100%; }
  .dropdown--quickSearch .form-field {
    width: 100% !important; }
  .quickSearch-mobileToggle {
    display: none; }
  .dropdown--quickSearch .form fieldset {
    border-bottom: 0; }
  .dropdown--quickSearch .form {
    padding-bottom: 0; }
  .dropdown--quickSearch .quickSearchResults .productGrid li .card .card-figure {
    min-width: 60px; }
  .dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-title {
    font-size: 14px; }
  .dropdown--quickSearch .quickSearchResults .productGrid li .card .card-body .card-text[data-test-info-type="price"] .price-section {
    font-size: 13px; }
  .quickSearchResults .modal-close {
    display: block; }
  .dropdown--quickSearch.is-open .quickSearchResults {
    position: relative; }
  #videopopup {
    max-width: 90%;
    min-height: 400px;
    height: 400px; }
  .featuredProductSlider .page-heading {
    font-size: 24px;
    padding: 0 0 10px 0; }
  .productView-options .form-action.form-wishlist {
    padding: 0; }
  .productView-details {
    padding-left: 0;
    padding-right: 0; }
  .productView-images {
    padding-left: 0;
    padding-right: 0; }
  .productView-thumbnails img {
    height: 100px; }
  .dropdown--quickSearch .quickSearchResults {
    height: auto !important; }
  .navUser-item-cartLabel img {
    position: relative;
    top: 3px; }
  .dropdown--quickSearch {
    direction: ltr; } }

@media only screen and (max-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .productGrid .product {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .seasonBannerSec .deskimg {
    display: none; }
  .seasonBannerSec .mobimg {
    display: block; }
  .videoReviewsSec .allBoxs .leftBox {
    width: 100%;
    min-height: auto;
    padding: 0px;
    margin-bottom: 10px; }
  .videoReviewsSec .allBoxs .centertBox {
    width: 100%; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn {
    border: 0; }
  .videoReviewsSec .leftBoxIn {
    padding: 30px 20px; }
  .videoReviewsSec .allBoxs .centertBox .centertBoxIn > img {
    height: auto; }
  .servicBoxs .servicBox {
    width: 100%;
    margin-bottom: 30px; }
  .servicBoxs {
    flex-direction: column; }
  .servicBoxs .servicBox:nth-child(2)::before {
    display: none; }
  .servicBoxs .servicBox:first-child .servicBoxIn {
    padding: 0px; }
  .servicBoxs .servicBox:nth-child(2) .servicBoxIn {
    padding: 0px; }
  .servicBoxs .servicBox:last-child .servicBoxIn {
    padding: 0px; }
  .servicBoxs .servicBoxIn h3 {
    font-size: 20px;
    margin: 10px 0 10px 0; }
  .tag_sec .tagInfo .tagimg {
    display: none; }
  .footer .footer-info-col:first-child {
    max-width: 100%;
    margin-bottom: 25px; }
  .footer .footer-info-col:nth-child(2) {
    max-width: 100%;
    margin-bottom: 25px; }
  .footer .footer-info-col:nth-child(3) {
    max-width: 100%;
    margin-bottom: 25px; }
  .footer .footer-info-col:last-child {
    max-width: 100%; }
  .footer .footer-info .footer-info-list li {
    line-height: 32px;
    text-align: left; }
  .footerLogo {
    text-align: left; }
  .footer .contactInfo p {
    padding: 0 0 15px 45px; }
  .productView-thumbnails img {
    height: 80px; }
  h1.page-heading {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px; }
  #videopopup {
    max-width: 90%;
    min-height: 400px;
    height: 400px; }
  .modal-header-title {
    font-size: 18px; }
  .previewCartCheckout .button {
    font-size: 13px;
    letter-spacing: 0; }
  .tag_sec .tagInfo .tagTitle {
    color: rgba(0, 0, 0, 0.15); } }

@media only screen and (max-width: 480px) {
  #videopopup {
    max-width: 90%;
    min-height: 300px;
    height: 300px; } }

@media only screen and (max-width: 550px) {
  .serviceSec .serviceBlock .col {
    flex-basis: 50%; }
  .serviceSec .serviceBlock .col .colIn .ser_ic img {
    height: 50px; }
  .serviceSec {
    padding: 20px 0 20px 0; }
  .serviceSec .serviceBlock .col {
    margin-bottom: 10px; }
  .serviceSec .serviceBlock .col .colIn .ser_ic {
    margin: 0 0 5px 0; }
  .catSec .secHeader h2 {
    font-size: 10vw; }
  .catSec .secHeader p {
    font-size: 18px; }
  .catSec .secHeader {
    padding: 0 0 15px 0; }
  .catSec .cat_block .col a.colIn .catetitle_block {
    top: 15%; }
  .catSec .cat_block .col a.colIn .catetitle_block .shop-now {
    margin-top: 5px; }
  .featuredProductSlider .card .card-body .card-title {
    min-height: inherit; }
  .productTabslider .productTabHeader .productsliderTitleMain {
    font-size: 50px; }
  .productTabslider .productTabHeader .view-btn {
    font-size: 15px;
    letter-spacing: 0; }
  #product-listing-container .productGrid .product .card {
    padding: 10px; }
  .videoReviewsSec .leftBoxIn h2 {
    font-size: 24px; }
  .videoReviewsSec .leftBoxIn h4 {
    font-size: 14px; }
  .videoReviewsSec .leftBoxIn h3 {
    font-size: 20px; }
  .videoReviewsSec .leftBoxIn p {
    font-size: 16px; }
  .videoReviewsSec .leftBoxIn .now-btn {
    font-size: 14px;
    letter-spacing: 1px; }
  .card .card-body .card-title {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px; }
  .card .card-body .card-text[data-test-info-type="price"] {
    font-size: 16px;
    margin: 10px 0 10px 0; }
  .card .card-body .card-btn .button {
    font-size: 13px;
    letter-spacing: 1px; }
  .card .card-body .card-btn .button {
    letter-spacing: 0;
    min-height: 40px; }
  .card .card-body .card-text[data-test-info-type="brandName"] {
    margin-bottom: 0px;
    font-size: 14px; }
  .catSec {
    padding: 0px 0 40px 0; }
  .productTabslider {
    padding: 30px 0 20px 0; }
  .ftrNewsletter .form-prefixPostfix {
    flex-wrap: wrap;
    display: flex; }
  .ftrNewsletter .form-prefixPostfix .form-input {
    padding: 0 20px 0 20px; }
  .ftrNewsletter .form-prefixPostfix .button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 50px; }
  .ftrNewsletter .form-prefixPostfix .form-input {
    margin-bottom: 10px;
    height: 50px; }
  .footer .footer-info .footer-info-heading {
    padding: 0 0 5px 0; }
  .footer .footer-info-col:last-child ul {
    column-count: 1; }
  div#add-to-cart-wrapper .form-action {
    float: none;
    width: 100%; }
  .productView-options .form-action.form-wishlist {
    width: 100%;
    margin-top: 10px; }
  h1.productView-title {
    font-size: 20px;
    margin-bottom: 5px; }
  .productView-details .socialLinks {
    padding-top: 15px; }
  #accordion .ui-accordion-header {
    margin-top: 10px; }
  .cart-list .cart-item .cart-item-image {
    min-height: 100px; } }

@media only screen and (max-width: 479px) {
  .catSec .secHeader p {
    font-size: 15px; }
  .instaSec .instaFeed {
    grid-template-columns: repeat(2, 1fr); }
  .tag_sec .tagInfo .tagTitle {
    font-size: 6.1vw; }
  .tag_sec {
    padding: 0px 20px 20px 20px; }
  .extraServicSec {
    padding: 40px 0 20px 0; }
  .reviewsSliderHome .reviewBox h5 {
    font-size: 16px; }
  .reviewsSliderHome .slick-dots li {
    margin: 0 5px 0 0; }
  .videoReviewsSec .leftBoxIn {
    padding: 40px 20px; }
  .productSliderTitle .tab-title {
    font-size: 17px; }
  .productTabslider .productTabHeader .productsliderTitleMain {
    font-size: 40px; }
  .productTabslider {
    padding: 40px 0 30px 0; }
  .productView-thumbnails img {
    height: 60px; }
  .secureText {
    font-size: 14px; }
  .card .card-body .card-btn .button {
    font-size: 12.5px; }
  div#cart-preview-dropdown {
    width: 260px !important; }
  .previewCartAction .previewCartAction-checkout {
    width: 100%;
    padding: 0; }
  .previewCartAction .previewCartAction-viewCart {
    width: 100%;
    padding: 0;
    margin-top: 5px; }
  .header .navUser #quickSearch {
    top: 50px !important; } }

/* Jdgm Reviews Css */
.jdgm-rev__icon::after,
.jdgm-rev__buyer-badge {
  background-color: #be1e20 !important; }

.jdgm-star {
  color: #be1e20 !important; }

.jdgm-ask-question-btn,
.jdgm-write-rev-link,
.jdgm-all-reviews-rating-wrapper,
.jdgm-carousel-wrapper a,
.jdgm-rev__prod-link,
.jdgm-all-reviews-text a,
.jdgm-carousel-item__product,
.jdgm-carousel-number-of-reviews,
.jdgm-revs-tab__url {
  color: #be1e20 !important; }

.jdgm-preview-badge .jdgm-star {
  color: #be1e20 !important; }

.jdgm-histogram .jdgm-star {
  color: #be1e20 !important; }

a.jdgm-write-rev-link {
  color: #be1e20 !important; }

.jdgm-revs-tab__url {
  color: #be1e20 !important; }
