@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");
/* font-family: "Parkinsans", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* font-family: "DM Sans", sans-serif; */
body {
  font-family: "Parkinsans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  line-height: normal;
  background: #F2F2F2; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Parkinsans", sans-serif;
  font-weight: normal;
  margin-top: 0;
  color: #000;
  line-height: normal; }

img {
  max-width: 100%;
  outline: 0;
  vertical-align: middle; }

* {
  box-sizing: border-box; }

a, a:hover {
  text-decoration: none; }

p {
  margin: 0 0 10px 0; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal; }

a {
  transition: all 0.5s ease;
  color: #3D85C6; }

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

body.main.home .container.main {
  padding: 0; }

.container.main {
  margin: 0 auto;
  float: none;
  padding: 0 20px; }

.body {
  margin: 0 auto;
  max-width: 100%; }

.banners {
  display: none; }

#body [contenteditable="true"]:focus, #body [href]:focus, #body [tabindex]:not([tabindex="-1"]):focus, #body button:focus, #body details:focus, #body input:focus, #body select:focus, #body textarea:focus {
  outline: none !important;
  border-radius: 0; }

body.main.home.eleven-seventy .body.content {
  margin-top: 0 !important;
  padding-left: 0;
  padding-right: 0; }

.header-container, header.header {
  background: #F2F2F2; }

.headerTop {
  position: relative;
  background: #3D85C6;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 99; }

.headerTop .hdrtopCntnr {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.headerTop .hdrtopCntnr .hdrshippingDtl {
  padding: 10px 20px 10px 0; }

.headerTop p {
  margin: 0;
  line-height: normal; }

.headerTop p:first-child {
  font-weight: 500; }

.headerTop .hdrcallIc {
  color: #FFF;
  font-family: Parkinsans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #2769A4;
  border-radius: 0 0 0 30px;
  margin: 0 0 -10px 0;
  padding: 0 0 0 65px;
  position: relative; }

.headerTop .hdrcallIc:before {
  content: '';
  position: absolute;
  left: 100%;
  width: 12000px;
  height: 100%;
  background: #2769A4; }

.headerTop .hdrcallIc a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  line-height: 70px; }

.headerTop .hdrcallIc .callIc svg {
  display: block; }

.headerTop .hdrcallIc:hover, .headerTop .hdrcallIc:focus, .headerTop .hdrcallIc:hover:before, .headerTop .hdrcallIc:focus:before {
  background: #000; }

.headerTop .hdrcallIc:hover a, .headerTop .hdrcallIc:focus a {
  color: #fff; }

body.main.eleven-seventy .header-container.in-container {
  max-width: 1640px !important;
  padding: 0 20px; }

body.main.eleven-seventy .header-container.in-container header.header {
  max-width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.home .headerLeft {
  padding: 0 0 0 65px;
  position: relative; }

.headerLeft {
  position: relative; }

.header-logo--left {
  height: auto; }

.headerLeft .header-logo {
  position: relative; }

@media (min-width: 1201px) {
  .home .header-logo-image {
    max-height: inherit; }
  .header-logo-image {
    max-height: 110px; }
  .headerLeft {
    padding: 15px 0; } }

.header-container.sticky-header {
  border-bottom: 1px solid #C8C8C8; }

.home .header-container.sticky-header {
  border: none; }

.home .header-logo-image-container {
  margin: 0 0 -50px 0;
  position: relative;
  z-index: 0; }

.home .header-logo-image-container:before {
  content: '';
  position: absolute;
  left: -16px;
  bottom: -48px;
  background: url(../img/logo-bg.png) no-repeat center bottom;
  width: 259px;
  height: 259px;
  z-index: -1; }

.main-nav .custom-pages-nav .navPages-action {
  font-size: 17px;
  font-weight: 700;
  color: #252525;
  font-family: Parkinsans;
  line-height: normal; }

.custom-pages-nav a.navPage-subMenu-action.navPages-action, .custom-pages-nav a.navPage-childList-action.navPages-action {
  font-family: Parkinsans;
  font-size: 15px;
  line-height: 20px; }

.account-links {
  margin: 0; }

.account-links ul {
  margin: 0;
  padding: 0; }

a.navUser-action {
  padding: 0;
  line-height: normal;
  position: relative;
  top: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

a.navUser-action:hover, a.navUser-action:focus {
  top: -10px; }

.navUser-item--account .navUser-action, .navUser-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal; }

.navUser-item--cart .navUser-action {
  color: #000; }

.navUser-action .navUserIc {
  height: 28px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center; }

.navUser-action .navUserLabel, .navUser-item-cartLabel {
  line-height: normal; }

.navUser-action .navUserIc svg {
  display: block;
  margin: 0 auto;
  fill: none;
  stroke: none; }

.navUser-action:hover .navUserIc svg, .navUser-action:focus .navUserIc svg {
  fill: none; }

#body li.navUser-item.navUser-item--cart .navUser-action:hover svg, li.navUser-item.navUser-item--cart .navUser-action.is-open .cart-icon, li.navUser-item.navUser-item--cart .navUser-action.is-open svg {
  background: none !important;
  fill: none !important;
  stroke: none !important; }

.navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open, .navUser-action:hover, .navUser-action.is-open {
  color: #000; }

.navUser-item {
  margin: 0 0 0 19px;
  padding: 0 0 0 19px;
  border-left: 1px solid #9E9E9E; }

.navUser-item:first-child {
  margin: 0;
  padding: 0;
  border: none; }

.navUser-item-cartLabel {
  display: inline-flex;
  align-items: center; }

.navUser-item-cartLabel .countPill {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  left: auto;
  top: auto;
  background: transparent;
  border: none;
  font-weight: 400;
  color: #000;
  font-family: "DM Sans"; }

.navUser-item-cartLabel .countPill:before {
  content: '(';
  position: relative;
  left: 0;
  color: #000;
  font-size: 14px; }

.navUser-item-cartLabel .countPill:after {
  content: ')';
  position: relative;
  left: 0;
  color: #000;
  font-size: 14px; }

.siteBanner {
  position: relative; }

.siteBanner img {
  width: 100%;
  display: block; }

body.main.home.eleven-seventy.slider-full-width-in-container .slider.in-container {
  max-width: 1640px;
  padding: 0 20px; }

.slider.in-container {
  background: transparent !important; }

#body.slider-full-width-in-container.home-layout .slider.in-container {
  border-radius: 0 !important; }

section.heroCarousel.slick-initialized.slick-slider.slick-dotted {
  border-radius: 0 !important; }

.heroCarousel .slick-list.draggable {
  border: none;
  border-radius: 20px !important; }

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

.heroCarousel .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1; }

.heroCarousel .slick-prev {
  left: -30px; }

.heroCarousel .slick-next {
  right: -30px; }

.heroCarousel .slick-next, .heroCarousel .slick-prev, .heroCarousel .slick-next::before, .heroCarousel .slick-prev::before {
  width: 60px;
  height: 60px; }

#body.not-internet-explorer .slider .heroCarousel .slick-prev::before, .heroCarousel .slick-prev::before {
  background: url(../img/slider-prev-arrow.png) no-repeat center center !important;
  opacity: 1;
  mask: unset !important; }

#body.not-internet-explorer .slider .heroCarousel .slick-next::before, .heroCarousel .slick-next::before {
  background: url(../img/slider-next-arrow.png) no-repeat center center !important;
  opacity: 1;
  mask: unset !important; }

.heroCarousel .slick-prev:hover::before, .heroCarousel .slick-prev:focus::before, #body.not-internet-explorer .slider .heroCarousel .slick-prev:hover::before, #body.not-internet-explorer .slider .heroCarousel .slick-prev:focus::before {
  background: url(../img/prev-arrow-hover.png) no-repeat center center !important;
  opacity: 1; }

.heroCarousel .slick-next:hover::before, .heroCarousel .slick-next:focus::before, #body.not-internet-explorer .slider .heroCarousel .slick-next:hover::before, #body.not-internet-explorer .slider .heroCarousel .slick-next:focus::before {
  background: url(../img/next-arrow-hover.png) no-repeat center center !important;
  opacity: 1; }

.slick-next, .slick-prev {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%); }

.slick-next {
  right: -65px; }

.slick-prev {
  left: -65px; }

.slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover, .slick-next:focus, .slick-prev:focus {
  background: none;
  border: none; }

.slick-next, .slick-prev, .slick-next::before, .slick-prev::before {
  width: 50px;
  height: 50px;
  padding: 0;
  mask: unset !important;
  background: none !important; }

.slick-prev::before {
  background: url(../img/prev-arrow.png) no-repeat center center !important;
  opacity: 1;
  mask: unset !important; }

.slick-next::before {
  background: url(../img/next-arrow.png) no-repeat center center !important;
  opacity: 1;
  mask: unset !important; }

.slick-prev:hover::before, .slick-prev:focus::before {
  background: url(../img/prev-arrow-hover.png) no-repeat center center !important;
  opacity: 1; }

.slick-next:hover::before, .slick-next:focus::before {
  background: url(../img/next-arrow-hover.png) no-repeat center center !important;
  opacity: 1; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-disabled, .slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 1; }

#body.not-internet-explorer .slick-next::before, #body.not-internet-explorer .slick-prev::before, #body.not-internet-explorer .productCarousel .slick-prev::before, #body.not-internet-explorer .productCarousel .slick-next::before, #body.not-internet-explorer .slick-prev:hover::before, #body.not-internet-explorer .slick-next:hover::before {
  mask: unset !important;
  background-color: transparent !important; }

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

.carousel-active button.slick-next.slick-arrow, .carousel-active button.slick-prev.slick-arrow {
  top: 50%; }

body.main.home .carousel-active button.slick-next.slick-arrow, body.main .carousel-active button.slick-next.slick-arrow {
  right: -65px; }

body.main.home .carousel-active button.slick-prev.slick-arrow, body.main .carousel-active button.slick-prev.slick-arrow {
  right: auto !important;
  left: -65px !important; }

#body.not-internet-explorer .productCarousel .slick-prev:hover::before, #body.not-internet-explorer .productCarousel .slick-next:hover::before {
  background-color: transparent !important; }

body.main.eleven-seventy .main {
  max-width: 100% !important; }

.iconSec {
  position: relative;
  color: #000;
  font-size: 24px;
  padding: 70px 0 80px 0; }

.iconSec .iconBlocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px; }

.iconSec .iconBlocks .iconBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 15px 0; }

.iconSec .iconBlocks .iconBlock .blockIc svg {
  display: block; }

.iconSec .iconBlock .blockDtl {
  padding: 0 0 0 20px; }

.iconSec .iconBlock .blockDtl p {
  margin: 0;
  line-height: 28px; }

.page-heading, h2.page-heading, main.page.content h1.page-heading {
  color: #000;
  font-family: Parkinsans;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0 !important;
  padding: 0; }

.aboutSec {
  position: relative;
  background: url(../img/about-sec-bg.png) no-repeat right center;
  margin: 0 0 140px 0; }

.aboutSec .aboutCntnr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1285px; }

.aboutSec .aboutLeft {
  position: relative;
  padding: 0 105px 0 0;
  width: 42%; }

.aboutSec .aboutRight {
  position: relative;
  width: 58%;
  border-radius: 20px;
  overflow: hidden; }

.aboutSec .aboutRight video {
  width: 100%;
  border-radius: 20px; }

.aboutSec p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 25px 0; }

.aboutSec p:last-child {
  margin: 0; }

.cateSec {
  position: relative;
  text-align: center; }

.cateSec .slick-list {
  margin: 0 -10px; }

.cateSec .cateBox {
  padding: 0 10px; }

.cateSec .cateBox a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 150px;
  overflow: hidden; }

html.hide-focus-box #body .cateSec .cateBox a[href]:focus, .cateSec .cateBox a:hover, .cateSec .cateBox a:focus {
  border-radius: 150px !important; }

.cateSec .cateBox .cateImg {
  position: relative;
  top: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.cateSec .cateBox a:hover .cateImg, .cateSec .cateBox a:focus .cateImg {
  top: -10px; }

.cateSec .cateBox .cateDtl {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 1; }

.cateSec .cateBox .cateDtl .cateTitle {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.cateSec .cateBox .cateDtl .shopLink {
  color: #3D85C6;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.cateSec .cateBox a:hover .cateTitle, .cateSec .cateBox a:focus .cateTitle, .cateSec .cateBox a:hover .shopLink, .cateSec .cateBox a:focus .shopLink {
  color: #BDD530; }

.cateSec .slick-prev {
  left: -30px; }

.cateSec .slick-next {
  right: -30px; }

.cateSec .slick-next, .cateSec .slick-prev, .cateSec .slick-next::before, .cateSec .slick-prev::before {
  width: 60px;
  height: 60px; }

.cateSec .slick-prev::before {
  background: url(../img/slider-prev-arrow.png) no-repeat center center !important; }

.cateSec .slick-next::before {
  background: url(../img/slider-next-arrow.png) no-repeat center center !important; }

.cateSec .slick-prev:hover::before, .cateSec .slick-prev:focus::before {
  background: url(../img/prev-arrow-hover.png) no-repeat center center !important;
  opacity: 1; }

.cateSec .slick-next:hover::before, .cateSec .slick-next:focus::before {
  background: url(../img/next-arrow-hover.png) no-repeat center center !important;
  opacity: 1; }

.catebtmLine {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  padding: 110px 0 105px 0; }

.catebtmLine .secCntn {
  max-width: 1420px;
  margin: 0 auto; }

.catebtmLine .secCntn p {
  margin: 0; }

.reviewSec {
  position: relative;
  padding: 75px 0 145px 0;
  text-align: center; }

.reviewSec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  width: 100%;
  background: #E2E2E2; }

.reviewSec .page-heading {
  display: inline-block;
  padding: 0 60px;
  background: url(../img/review-ic-left.png) no-repeat left center, url(../img/review-ic-right.png) no-repeat right center;
  margin: 0 0 50px 0 !important; }

.reviewSec .slick-list {
  margin: 0 -15px; }

.reviewSec .reviewBox {
  padding: 0 15px; }

.reviewSec .reviewBox .reviewCntn {
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  background: #FFF;
  padding: 50px 55px;
  min-height: 325px; }

.reviewSec .reviewCntn .ratingStar {
  margin: 0 auto 12px;
  width: auto; }

.reviewSec .reviewCntn p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 35px 0; }

.reviewSec .reviewCntn .authorDtl {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px; }

.reviewSec .slick-next, .reviewSec .slick-prev {
  top: auto;
  bottom: -74px;
  transform: none; }

.reviewSec .slick-prev {
  left: calc(50% - 55px); }

.reviewSec .slick-next {
  right: calc(50% - 55px); }

.prdcttabSelect {
  display: none; }

.productSlider {
  position: relative;
  padding: 0 0 75px 0; }

.productSlider .productSliderTitle {
  background: url(../img/tab-sep.png) repeat-x left bottom;
  position: relative;
  padding: 0 0 5px 0;
  margin: 0 0 45px 0; }

.productSlider .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.productSlider .tab {
  font-family: Parkinsans;
  width: auto;
  border: none;
  border-radius: 0;
  margin: 0;
  background: transparent; }

.productSlider .tab .tab-title {
  color: #3D85C6;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding: 13px 40px !important;
  border-radius: 10px 10px 0 0; }

.productSlider .tab.is-active a.tab-title {
  border: none;
  border-radius: 10px 10px 0 0;
  background: #3D85C6;
  color: #fff; }

.productSlider .tab .tab-title:hover, .productSlider .tab .tab-title:focus {
  color: #000 !important;
  border-radius: 10px 10px 0 0 !important; }

.productSlider .tab.is-active a.tab-title:hover, .productSlider .tab.is-active a.tab-title:focus {
  color: #fff !important; }

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

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

.productCarousel-slide {
  padding: 0 10px; }

body.main.home.eleven-seventy .productGrid {
  margin-left: -10px !important;
  margin-right: -10px !important; }

body.main.eleven-seventy .productGrid .product {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.productCarousel-slide.slick-slide {
  margin: 0; }

.productCarousel-slide .card {
  border: none;
  border-radius: 0; }

.card, article.card {
  border-radius: 10px !important;
  border: none;
  background: #FFF;
  overflow: hidden;
  padding: 10px 10px 40px 10px; }

figure.card-figure {
  background: #fff;
  max-height: inherit;
  min-height: inherit; }

.card-body {
  padding: 20px 0 0 0;
  text-align: center; }

article.card.brand-sku-active .card-sku-brand-section {
  text-align: center;
  margin: 0 0 25px 0; }

h2.card-text.brand {
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.7);
  font-family: "DM Sans";
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal !important; }

a.brand-link {
  color: rgba(0, 0, 0, 0.7) !important; }

h2.card-title {
  color: #000;
  font-family: Parkinsans;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  text-align: center; }

.card-title > a {
  color: #000;
  line-height: normal;
  font-weight: 600;
  font-size: 15px; }

.card-title > a:hover {
  color: #3D85C6; }

body.main.home article.card a img, .productCarousel-slide.slick-slide img, ul.productGrid li.product article.card a img {
  max-height: 100% !important;
  object-fit: cover;
  width: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100% !important; }

.card-image ~ .card-image {
  transform: unset; }

.card .image-link {
  padding-bottom: 100%; }

.productCarousel-slide.slick-slide.slick-active a {
  max-height: 100% !important;
  max-width: 100% !important; }

.card-text {
  font-family: Parkinsans;
  margin: 17px 0 0 0; }

.rating--small .icon {
  margin-top: 0;
  width: 15px;
  height: 15px; }

.icon--ratingEmpty svg {
  stroke: none;
  fill: #888888; }

.card-body .card-text[data-test-info-type=price] {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap; }

article .current-price span.price {
  font-family: "Parkinsans", sans-serif; }

.card .price-section.current-price span.price {
  font-size: 18px !important;
  line-height: 1 !important; }

article .current-price {
  width: auto !important;
  color: #000 !important; }

.msrp-sale-regular-price-section {
  height: auto;
  margin: 0;
  padding: 0; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax span.price.price--non-sale {
  font-size: 16px;
  font-family: "Parkinsans", sans-serif !important;
  font-weight: 500 !important;
  color: #929292 !important;
  text-decoration: line-through; }

.card-text span.price-label {
  display: none; }

.card-text span.price {
  font-size: 20px;
  font-weight: 700; }

article .price-section.current-price.sale-price span, .price.price_custom {
  color: #000 !important; }

article.card:hover .price-section.current-price.sale-price span, article.card:focus .price-section.current-price.sale-price span, article.card:hover .price.price_custom, article.card:focus .price.price_custom {
  color: #ED2024 !important; }

.home .card-body.purchase-ability.withoutTax {
  min-height: auto !important; }

.card .card-text.add-to-cart-button {
  width: 100% !important;
  margin-top: 35px !important;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  text-align: center; }

.card .card-text.add-to-cart-button .button {
  transition: all .5s ease; }

.card .card-figcaption-button {
  margin: 0; }

.card .card-text.add-to-cart-button .card-figcaption-button, body.main.eleven-seventy .card-text.add-to-cart-button a.button.button--small.card-figcaption-button, #body .add-to-cart-button a.button.button--small.card-figcaption-button {
  width: auto !important;
  display: inline-flex !important;
  color: #3D85C6;
  font-family: Parkinsans;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 7px 0;
  position: relative;
  background: transparent !important; }

.card .card-text.add-to-cart-button .card-figcaption-button:before, body.main.eleven-seventy .card-text.add-to-cart-button a.button.button--small.card-figcaption-button:before, #body .add-to-cart-button a.button.button--small.card-figcaption-button:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50px;
  height: 100%;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.card .card-text.add-to-cart-button .card-figcaption-button:hover:before, body.main.eleven-seventy .card-text.add-to-cart-button a.button.button--small.card-figcaption-button:hover:before, #body .add-to-cart-button a.button.button--small.card-figcaption-button:hover:before {
  width: 70%; }

ul.productGrid li.product article.card h4 > a {
  height: auto !important; }

form article.card {
  min-height: inherit; }

.category .card-body.purchase-ability.withoutTax {
  min-height: inherit !important; }

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

div#showcase-products .products-container.carousel-active {
  margin-bottom: 0; }

.productCarousel button.slick-next.slick-arrow, .productCarousel button.slick-prev.slick-arrow, .productCarousel .slick-prev::before, .productCarousel .slick-next::before {
  width: 50px;
  height: 50px; }

.brandSec {
  position: relative;
  background: #fff;
  padding: 29px 0; }

.brandSec .brandBox img {
  margin: 0 auto; }

.cusdesdignSec {
  position: relative;
  padding: 80px 0 135px 0; }

.cusdesdignSec .secHead, .faqNblogSec .blogSec .secHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 25px 0; }

.faqNblogSec .blogSec .secHead {
  padding: 0 0 20px 0; }

.cusdesdignSec .secHead .page-heading, .faqNblogSec .blogSec .secHead .page-heading {
  margin: 0 !important; }

.cusdesdignSec .secHead a, .faqNblogSec .blogSec .secHead a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline; }

.cusdesdignSec .secHead a:hover, .cusdesdignSec .secHead a:focus, .faqNblogSec .blogSec .secHead a:hover, .faqNblogSec .blogSec .secHead a:focus {
  color: #3D85C6; }

.cusdesdignSec .designBoxes {
  position: relative;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap; }

.cusdesdignSec .designBoxes .designBox {
  width: 25%;
  padding: 10px;
  text-align: center; }

.cusdesdignSec .designBox a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px; }

.cusdesdignSec .designBox .designImg {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin: 0 0 30px 0; }

.cusdesdignSec .designBox .designImg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%; }

.cusdesdignSec .designBox a:hover .designImg img, .cusdesdignSec .designBox a:focus .designImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.cusdesdignSec .designBox .designDtl {
  display: block; }

.cusdesdignSec .designBox .designTitle {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block; }

.cusdesdignSec .designBox a:hover .designTitle, .cusdesdignSec .designBox a:focus .designTitle {
  color: #3D85C6; }

.faqNblogSec {
  position: relative;
  padding: 0 0 50px 0; }

.faqNblogSec:before {
  content: '';
  position: absolute;
  left: 56%;
  bottom: -150px;
  transform: translateX(-50%);
  width: 513px;
  height: 698px;
  background: url(../img/faq-sec-img.png) no-repeat bottom center; }

.faqNblogSec .secCntnr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.faqNblogSec .faqSec {
  width: 37%;
  position: relative; }

.faqNblogSec .blogSec {
  width: 32.5%;
  position: relative; }

.faqNblogSec .faqSec .page-heading {
  margin: 0 0 40px 0 !important; }

#accordion {
  list-style: none;
  padding: 0;
  margin: 0; }

#accordion h3 {
  margin: 0;
  padding: 0 30px 7px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  background: url(../img/down-arrow.png) no-repeat top 12px right;
  color: #000;
  text-transform: none;
  cursor: pointer;
  display: flex;
  text-transform: uppercase; }

#accordion h3 .faqNum {
  color: #B3B3B3;
  margin-right: 5px; }

#accordion ul[style="display: block;"] #accordion1 {
  display: block !important; }

#accordion > li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 13px 20px 10px 30px; }

#accordion > li:last-child {
  margin: 0; }

#accordion > li > ul {
  display: none;
  border-top: 1px solid #CACACA;
  padding: 13px 35px 0 0; }

#accordion1 > li > ul {
  display: none; }

#accordion ul {
  margin: 0;
  font-size: 14px;
  color: #000;
  padding: 0;
  list-style: none;
  line-height: normal; }

#accordion li.active {
  padding-top: 25px;
  padding-bottom: 30px; }

#accordion li.active h3 {
  background: url(../img/up-arrow.png) no-repeat top 12px right;
  color: #000; }

#accordion ol {
  margin-bottom: 0.75em; }

.blogSec .blogCol {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px 20px 20px; }

.blogSec .blogBox {
  position: relative;
  display: flex;
  align-items: center; }

.blogSec .blogBox .blogImg {
  width: 158px;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }

.blogSec .blogBox .blogImg img {
  height: 140px;
  object-fit: cover; }

.blogSec .blogBox .blogDetail {
  width: calc(100% - 158px);
  position: relative;
  padding: 0 0 0 25px; }

.blogSec .blogBox .blogDetail .blogDt, .blog-date {
  color: #3D85C6;
  font-family: Parkinsans;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 7px 0; }

.blog-title {
  color: #000;
  font-family: Parkinsans;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 15px 0; }

#body .blog-title a {
  color: #000;
  font-family: Parkinsans;
  font-size: 18px;
  font-weight: 600; }

.blog-title a {
  font-size: 18px; }

.blogSec .blogBox .blogDetail .secLink {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  display: block; }

.blogSec .blogBox .blogDetail .secLink:hover, .blogSec .blogBox .blogDetail .secLink:focus {
  color: #3D85C6; }

.footer {
  background: #fff; }

body.main.eleven-seventy .footer .container {
  max-width: 1640px !important; }

.footer .container {
  margin-bottom: 0; }

.footerTop {
  background: #3D85C6;
  padding: 41px 0 42px 0;
  margin-top: 50px; }

.home .footerTop {
  margin: 0; }

.footerTop .ftrtopCntnr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.footerTop .ftrNewsletter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ftrNewsletter .newsletterHead {
  margin: 0 40px 0 0;
  max-width: 275px; }

.container .newsletterHead h3.footer-info-heading {
  color: #FFF !important;
  font-family: Parkinsans;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none; }

.ftrNewsletter .newsletterHead p {
  color: #FFF;
  font-family: Parkinsans;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 0; }

.ftrNewsletter .form {
  margin: 0; }

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

.ftrNewsletter .form-prefixPostfix.wrap {
  position: relative; }

.ftrNewsletter input#nl_email {
  height: 50px;
  border-radius: 50px !important;
  text-align: left;
  font-size: 15px;
  color: #fff;
  padding: 0 120px 0 30px;
  min-width: 405px;
  background: #2D6BA3;
  border: none !important;
  font-family: Parkinsans; }

.ftrNewsletter input#nl_email::-webkit-input-placeholder {
  color: #fff !important;
  text-align: left; }

.ftrNewsletter input#nl_email::-moz-placeholder {
  color: #fff !important;
  text-align: left; }

.ftrNewsletter input#nl_email:-ms-input-placeholder {
  color: #fff !important;
  text-align: left; }

.ftrNewsletter input#nl_email:-moz-placeholder {
  color: #fff !important;
  text-align: left; }

.ftrNewsletter input.button.button--primary.form-prefixPostfix-button--postfix {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  background: #7DC1FF;
  color: #FFF;
  font-family: Parkinsans;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  height: 50px !important;
  border: none;
  border-radius: 50px !important;
  padding: 0 30px;
  width: auto; }

.ftrNewsletter input.button.button--primary.form-prefixPostfix-button--postfix:hover, .ftrNewsletter input.button.button--primary.form-prefixPostfix-button--postfix:focus {
  background: #124674; }

.footerSocial .footer-info-heading {
  display: none; }

.footerSocial .socialLinks {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.footerSocial .socialLinks .socialLinks-item {
  margin: 0;
  padding: 0; }

.footerSocial .socialLinks .socialLinks-item .icon {
  margin: 0;
  padding: 13px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100%;
  transition: all 0.5s ease;
  position: relative;
  box-shadow: inset 0 0 0 1px #DFDFDF;
  background: #fff; }

.footerSocial .socialLinks .socialLinks-item .icon:hover, .footerSocial .socialLinks .socialLinks-item .icon:focus {
  border-radius: 100% !important;
  box-shadow: none; }

.footerSocial .socialLinks .socialLinks-item .icon.icon--facebook:hover {
  background: #1877F2; }

.footerSocial .socialLinks .socialLinks-item .icon.icon--instagram:hover {
  background: linear-gradient(0deg, #FFAD01 0%, #FE095D 31%, #FD01B5 69%, #FC01D8 100%); }

.footerSocial .socialLinks .socialLinks-item .icon.icon--youtube:hover {
  background: #FE0000; }

.footerSocial .socialLinks .socialLinks-item .icon.icon--pinterest:hover {
  background: #E60023; }

.footerSocial .socialLinks .socialLinks-item .icon svg {
  fill: #000;
  transition: all 0.5s ease;
  height: 22px;
  width: 22px; }

.footerSocial .socialLinks .socialLinks-item .icon:hover svg {
  fill: #fff; }

.footerSocial .socialLinks .socialLinks-item .icon.icon--facebook:hover svg path {
  fill: #fff; }

.footerSocial .socialLinks .socialLinks-item .icon.icon--youtube:hover svg path:first-child {
  fill: #fff; }

.footerSocial .socialLinks .socialLinks-item .icon.icon--youtube:hover svg path {
  fill: #FE0000; }

.footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0; }

.footer .footer-info:before, .footer .footer-info:after {
  content: none; }

section.footer-info.four-columns article.footer-info-col.footer-info-col--small {
  width: inherit; }

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

.footer-info-list {
  font-family: "Parkinsans";
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 45px; }

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

.footer-info-list li a {
  margin: 0;
  padding: 0;
  color: #000 !important;
  font-family: "Parkinsans";
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s ease; }

article.footer-info-col.footer-info-col--small {
  font-size: 15px;
  color: #000;
  line-height: normal;
  margin: 0;
  padding: 0 10px; }

article.footer-info-col.footer-info-col--small:last-of-type {
  margin-bottom: 0 !important; }

.contactInfo {
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.contactInfo p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  line-height: 40px; }

.contactInfo p:not(:first-child) {
  border-left: 1px solid #C8C8C8;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px; }

.contactInfo .cntctIc svg {
  display: block; }

.contactInfo p a {
  color: #000; }

.contactInfo p a:hover, .contactInfo p a:focus {
  color: #3D85C6; }

.footer-bottom {
  padding: 29px 0 27px 0;
  border: none;
  border-top: 1px solid #C8C8C8;
  height: auto;
  line-height: normal;
  font-family: Parkinsans;
  font-size: 15px;
  color: #000;
  margin: 0;
  background: none; }

.footer-bottom .ftrbtmCntnr {
  display: flex;
  justify-content: space-between;
  align-items: center; }

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

.footer-bottom a:hover, .footer-bottom a:focus {
  color: #3D85C6; }

.footer-bottom .bull {
  padding: 0 10px;
  color: #B1B1B1; }

.sale-flag-side, .product:hover .sale-flag-side {
  background: url(../img/sale-badge-bg.png) no-repeat center center !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 0;
  right: auto;
  left: 10px;
  top: 10px; }

.sale-flag-side span {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; }

body.main.eleven-seventy .body.content {
  max-width: 1640px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important; }

ul.breadcrumbs {
  padding: 20px 0;
  margin: 0; }

.breadcrumb {
  font-size: 14px;
  display: inline; }

.breadcrumb {
  font-family: "Parkinsans", sans-serif !important;
  color: #000;
  font-size: 14px; }

.breadcrumb a {
  font-family: "Parkinsans", sans-serif !important;
  color: #000 !important;
  font-size: 14px; }

.breadcrumb.is-active > .breadcrumb-label {
  font-family: "Parkinsans", sans-serif !important;
  color: #505050 !important;
  font-size: 14px; }

.breadcrumb:not(:first-child)::before {
  background: url(../img/bread-arrow.png) no-repeat left center;
  border: none;
  width: 8px;
  height: 7px;
  transform: none;
  top: 0;
  margin: 0 7px 0 8px;
  content: '';
  display: inline-block; }

.catepagesliderSec {
  padding: 30px 0 50px 0; }

li.subcategory-item {
  padding: 0 10px; }

.subcategory-grid .subcategory-link-container {
  margin-bottom: 20px;
  border-radius: 15px !important; }

a.subcategory-link {
  font-family: "Parkinsans", sans-serif; }

.subcategory-grid {
  margin: 20px 0 0 0; }

li.subcategory-item {
  width: 20%; }

.category.main .subcategory-image {
  padding: 20px; }

.subcategory-image.uploaded img {
  max-width: 100% !important; }

.cateFiltr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin: 30px 0 15px 0; }

.cateFiltr .grid-list-view {
  display: flex;
  gap: 10px; }

.cateFiltr .actionBar {
  margin: 0 !important; }

.actionBar-section .form-label {
  font-size: 14px;
  font-weight: 700;
  color: #000; }

.actionBar-section .form-select, .actionBar-section select#sort {
  font-size: 14px;
  color: #000 !important;
  min-width: 190px;
  border-radius: 10px !important;
  height: 40px;
  border: 1px solid #c8c8c8c;
  background-position: right 15px center;
  padding-left: 15px;
  text-transform: none; }

.cateFiltr select#sort {
  width: auto;
  line-height: normal; }

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

.grid-list-view.toggle {
  top: auto; }

.grid-list-view.toggle a.toggle-link.active svg {
  background: #3D85C6 !important;
  border-color: #3D85C6 !important; }

.category .both-grid-list-views form.both-grid-default {
  top: auto; }

.listItem-actions .button {
  color: #3D85C6;
  font-family: Parkinsans;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 7px 0;
  position: relative;
  background: transparent !important;
  width: auto !important;
  display: inline-flex !important; }

.listItem-actions .button:hover, .listItem-actions .button:focus {
  color: #3D85C6; }

.listItem-actions .button:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50px;
  height: 100%;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.listItem-actions .button:hover:before, .listItem-actions .button:focus:before {
  width: 70%; }

body.main #product-listing-container ul.productGrid figure.card-figure {
  display: block; }

body.main.eleven-seventy #product-listing-container ul.productGrid figure.card-figure, body.main #product-listing-container ul.productGrid figure.card-figure a.image-link {
  min-height: inherit !important; }

.category .both-grid-list-views .pagination.bottom {
  position: relative !important; }

.pagination.bottom {
  text-align: center;
  margin: 20px 0 !important;
  border-top: 1px solid #c8c8c8;
  position: relative;
  padding: 20px 0 0 0;
  top: auto !important; }

.pagination.bottom .pagination-list {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center; }

.pagination-item.pagination-item--current a, li.pagination-item a:hover, .pagination-item .pagination-link:hover {
  color: #fff !important;
  background: #2D6BA3; }

.pagination-item .pagination-link {
  font-size: 14px;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  text-align: center;
  padding: 0;
  line-height: 40px;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 10px; }

.pagination-list .pagination-item {
  border: none;
  margin: 4px !important; }

li.pagination-item.pagination-item--previous a, li.pagination-item.pagination-item--next a {
  padding: 0 25px;
  text-transform: uppercase;
  color: #000;
  width: auto; }

.pagination-item--previous .icon, .pagination-item--next .icon {
  display: none; }

.pagination-item--next, .pagination-item--previous {
  float: none; }

.pagination-item.pagination-item--current a.pagination-link {
  padding: 0 !important;
  border-color: #2D6BA3 !important; }

div.compare {
  /* display:inline-block !important; */
  float: none;
  margin: 0;
  width: 100%;
  text-align: center; }

.compare a {
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  background: #3D85C6;
  color: #fff;
  padding: 0 25px;
  line-height: 40px;
  border: none;
  margin: 0 auto;
  font-family: "Parkinsans", sans-serif;
  display: inline-block !important; }

.compare a:hover, .compare a:focus {
  background: #000;
  color: #fff;
  border-radius: 10px !important; }

#body.base-layout ul.productList article.listItem {
  padding: 20px; }

.listItem-title {
  margin-bottom: 20px; }

.listItem-title > a {
  color: #000; }

.product.main.left .slider-nav {
  padding: 0 15px; }

.product.main.left .slider-nav.slick-initialized.slick-slider .slick-list.draggable {
  padding: 0 5px !important; }

.product.main.left .slider-nav .slick-slide {
  padding: 0 5px; }

.product.main.left .slider-nav .slick-slide > div {
  background: transparent !important;
  border: none;
  padding: 0; }

.product.main.left .slider-nav .slick-slide .thumbnail-images {
  background: transparent !important;
  border: 1px solid #c8c8c8;
  padding: 10px;
  width: 100% !important;
  max-height: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 5px; }

.product.main.left .slider-nav .slick-slide.slick-current .thumbnail-images {
  border-color: #000; }

.product.main.left .main-image-container {
  background: transparent !important;
  border: 1px solid #c8c8c8 !important;
  padding: 20px !important;
  border-radius: 10px;
  overflow: hidden; }

.productView-details {
  padding-left: 50px;
  padding-right: 0; }

.productView-details h2.productView-brand {
  margin-bottom: 0 !important; }

.productView-title {
  border: none;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0; }

.product-page-layout#body .productView-details .productView-rating {
  margin: 0; }

.product-page-layout#body .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price-label.label-active, .price-label {
  display: none !important; }

.price-section.current-price span.price {
  font-size: 24px !important;
  font-family: "Parkinsans", sans-serif !important;
  color: #3D85C6; }

.productView-details .price-section.current-price {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px; }

dt.productView-info-name {
  color: #000;
  font-weight: 700;
  float: none;
  margin: 0;
  font-size: 15px;
  font-family: "Parkinsans", sans-serif; }

dd.productView-info-value {
  color: #878787;
  font-weight: 400;
  float: none;
  margin: 0 0 15px 0;
  font-size: 15px;
  line-height: normal;
  font-family: "Parkinsans", sans-serif; }

.productView-info-bulkPricing {
  display: inherit; }

.productView-product {
  padding-bottom: 0; }

.productView label.form-label.form-label--alternate {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  display: block;
  float: none;
  font-family: "Parkinsans", sans-serif; }

.productView label.form-label {
  font-size: 15px;
  color: #878787;
  font-weight: 400; }

.productView-options .form-option {
  border: 1px solid #c8c8c8;
  padding: 5px 10px; }

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

.form-option-variant {
  text-align: left; }

.productView .form-field--increments label.form-label {
  font-size: 15px;
  color: #000 !important;
  font-weight: 700;
  float: none; }

.productView .form-increment {
  margin: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden; }

.cart-item-quantity .form-increment {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden; }

.cart-item-quantity .form-increment .form-input--incrementTotal {
  margin: 0 -3px; }

.form-increment .button {
  width: 39px;
  height: 39px;
  background: #f0f0f0;
  border: none;
  overflow: hidden; }

.form-input--incrementTotal {
  font-size: 18px;
  font-weight: 500;
  color: #767676;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  min-width: 60px;
  height: 39px; }

.productView-options #add-to-cart-wrapper .form-field {
  border: none;
  padding-bottom: 35px; }

div#add-to-cart-wrapper.qty-box-visible .form-action, #body.qty-box-visible form.form.form-wishlist.form-action, .productView.qty-box-visible.productView--quickView .form.form-wishlist.form-action, .modal-body.quickView div#add-to-cart-wrapper.qty-box-visible .form-action, #body.qty-box-visible .modal-body.quickView form.form.form-wishlist.form-action, #modal .productView form.form-wishlist {
  margin-top: 110px !important; }

#add-to-cart-wrapper {
  width: 50%; }

#body.product-page-layout #add-to-cart-wrapper .button--primary, #body .productView-options .form-action .button#form-action-addToCart {
  background: #3D85C6;
  border-color: #3D85C6;
  color: #fff;
  font-family: "Parkinsans", sans-serif !important;
  border-radius: 10px !important;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 30px; }

#body.product-page-layout #add-to-cart-wrapper .button--primary:hover, #body.product-page-layout #add-to-cart-wrapper .button--primary:focus, .productView form.form-wishlist a.button.dropdown-menu-button:hover, .productView form.form-wishlist a.button.dropdown-menu-button:focus {
  background: #2769A4;
  border-color: #2769A4;
  color: #fff; }

.productView form.form-wishlist a.button.dropdown-menu-button {
  background: #000;
  border-color: #000;
  color: #fff;
  font-family: "Parkinsans", sans-serif !important;
  border-radius: 10px !important;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 15px; }

.productView form.form-wishlist a.button.dropdown-menu-button.is-open {
  border-radius: 10px 10px 0 0 !important; }

.productView form.form-wishlist .dropdown-menu {
  background: #000;
  border-radius: 0 0 10px 10px;
  overflow: hidden; }

.productView form.form-wishlist .dropdown-menu .button {
  color: #fff !important;
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

section.productView-details a.icon.icon--facebook {
  left: 0;
  margin-right: 0; }

.productView .socialLinks {
  line-height: normal;
  margin-top: 0;
  padding: 18px 0 0 0; }

.productView .socialLinks .socialLinks-item {
  margin: 0 7px 0 0 !important;
  padding: 0; }

.productView .socialLinks .socialLinks-item a {
  width: 44px;
  height: 44px;
  border: 1px solid #969696;
  border-radius: 50%;
  padding: 10px; }

.productView .socialLinks .socialLinks-item .icon svg {
  fill: #969696 !important; }

.productView .socialLinks .socialLinks-item a:hover, .productView .socialLinks .socialLinks-item a:focus {
  background: #000;
  border-color: #000; }

.productView .socialLinks .socialLinks-item a:hover svg, .productView .socialLinks .socialLinks-item a:focus svg {
  fill: #fff !important; }

/* .product.main.left .slider-nav.slick-initialized.slick-slider .slick-list.draggable{padding:0 10px !important;} */
.product.main.left .recommended-position .slider-nav button.slick-prev, .product.main.left .recommended-position .slider-nav button.slick-next, .product.main.left .recommended-position .slider-nav button.slick-prev::before, .product.main.left .recommended-position .slider-nav button.slick-next::before, .productView.productView--quickView .slider-nav button.slick-next, .productView.productView--quickView .slider-nav button.slick-prev, .productView.productView--quickView .slider-nav button.slick-next:before, .productView.productView--quickView .slider-nav button.slick-prev:before {
  width: 14px;
  height: 21px;
  opacity: 1; }

.product.main.left .recommended-position .slider-nav button.slick-prev::before, .product.main.left .recommended-position .slider-nav button.slick-next::before {
  top: 0; }

.product.main.left .recommended-position .slider-nav button.slick-prev:before, .productView.productView--quickView .slider-nav button.slick-prev:before {
  background: url(../img/prdct-thum-prev-arrow.png) no-repeat left center !important;
  left: 0; }

.product.main.left .recommended-position .slider-nav button.slick-next:before, .productView.productView--quickView .slider-nav button.slick-next:before {
  background: url(../img/prdct-thum-next-arrow.png) no-repeat left center !important; }

.productView-description {
  margin-top: 0; }

.productView-description .tabs {
  border-bottom: 1px solid #c8c8c8; }

.productView-description .tab, #modal .productView.productView--quickView .tab {
  margin: 0 10px 0 0;
  background: transparent;
  width: auto; }

.productView-description .tab a, .productView-description .tab.is-active a.tab-title, #modal .productView.productView--quickView .tab a, #modal .productView.productView--quickView .tab.is-active a.tab-title {
  padding: 13px 25px 12px 25px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 10px 10px 0 0 !important;
  border: none;
  border-bottom: none;
  font-weight: 700; }

.productView-description .tab a, #modal .productView.productView--quickView .tab a {
  color: rgba(0, 0, 0, 0.4) !important;
  background: #fff; }

.productView-description .tab.is-active .tab-title, #modal .productView.productView--quickView .tab.is-active .tab-title {
  background: #3e85c7 !important;
  color: #fff !important; }

.product.main .productView-description .tabs-contents {
  background: none;
  padding-left: 0;
  padding-right: 0;
  border: none; }

.productView-description .tab-content-title {
  display: none; }

.product.main .productView-description .tabs-contents {
  padding: 20px 0 15px 0;
  font-size: 15px;
  color: #000;
  margin: 0; }

.product.main .productView-description .tabs-contents p, .product.main .productView-description .tabs-contents li {
  line-height: 26px; }

.productView-description .tabs-contents a {
  color: #d90000;
  text-decoration: underline; }

.productView-description p span {
  font-size: 15px !important; }

.product.main .tabs-contents {
  font-family: "Parkinsans", sans-serif; }

#carousel-active.related.carousel-active button.slick-next.slick-arrow, #carousel-active.related.carousel-active button.slick-prev.slick-arrow {
  top: 50%;
  transform: translateY(-50%); }

.related.recommended.products-section {
  overflow: unset; }

.related h2.container-header {
  background: none;
  padding: 0;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0; }

div#recommended-products-below .recommended.products-section h2.container-header {
  margin-bottom: 30px; }

.related h2.container-header span {
  display: inline-block;
  padding: 13px 25px 12px 25px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 10px 10px 0 0 !important;
  font-weight: 700;
  background: #3e85c7;
  color: #fff !important; }

.contact-page-content table {
  background: transparent; }

.form-actions .button, .button--primary {
  background: #2769A4;
  border-color: #2769A4;
  border-radius: 10px !important;
  color: #fff;
  font-family: "Parkinsans", sans-serif; }

.form-actions .button:hover, .button--primary:hover, .form-actions .button:focus, .button--primary:focus {
  background: #000;
  border-color: #000;
  color: #fff;
  border-radius: 10px !important; }

section.quickSearchResults .sale-flag-side {
  right: auto;
  left: 0;
  background-size: 100% !important;
  width: 40px !important;
  height: 40px !important; }

#quickSearch .sale-flag-side span {
  font-size: 10px; }

a.modal-close.custom-quick-search {
  right: 25px;
  top: 45px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 20px;
  height: 20px;
  color: #fff !important;
  background: #000;
  border-color: #000; }

a.modal-close.custom-quick-search:hover, a.modal-close.custom-quick-search:focus {
  border-radius: 50px !important; }

a.modal-close.custom-quick-search[style="display: inline-block;"] {
  display: inline-flex !important; }

section.quickSearchResults {
  position: relative; }

section#quickSearch.quickSearchResults article.card {
  align-items: flex-start;
  padding: 10px; }

#body #quickSearch ul.productGrid li.product:not(:last-child) {
  border-bottom: 1px solid #dadada; }

#body #quickSearch ul.productGrid li.product article.card a {
  width: 100%; }

body.main section.quickSearchResults ul.productGrid li.product figure.card-figure {
  max-width: 80px; }

.quickSearchResults .card-body, .quickSearchResults article.card.brand-sku-active .card-sku-brand-section {
  text-align: left;
  margin: 0 0 2px 0; }

.quickSearchResults h2.card-title {
  text-align: left;
  margin: 0 0 5px 0 !important; }

.quickSearchResults .card-title > a {
  font-size: 14px; }

section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button {
  display: none; }

.quickSearchResults .price-section.current-price span.price {
  font-size: 18px !important; }

.quickSearchResults .card-body .card-text[data-test-info-type="price"] {
  justify-content: flex-start; }

.navPages-quickSearch .form-input {
  color: #000; }

main.page.content a {
  color: #000; }

#content-page-container table {
  background: transparent; }

.compare-page .bottom-card-body .card-text {
  background: #fff;
  color: #000;
  padding: 0; }

.compare-page .card {
  padding: 20px; }

.page.blog article.blog {
  border-radius: 10px !important; }

.page.blog article.blog h2.blog-title {
  max-height: inherit;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

main:not(.nine-sixty).page.blog a.read-more-button {
  bottom: auto; }

#body .blog-date {
  font-style: normal;
  font-size: 14px;
  margin: 0 0 10px 0; }

.blog .pagination.bottom {
  width: 100%; }

main.page.blog article.blog .read-more a {
  background: #2769A4;
  border-color: #2769A4 !important;
  border-radius: 10px !important;
  color: #fff;
  font-family: "Parkinsans", sans-serif;
  padding: 10px 30px; }

main.page.blog article.blog .read-more a:hover, main.page.blog article.blog .read-more a:focus {
  border-radius: 10px !important;
  background: #000;
  border-color: #000 !important; }

.previewCartCheckout .button, .previewCartCheckout .button + .button, .previewCartAction .button {
  border-radius: 10px !important;
  font-family: "Parkinsans", sans-serif; }

.previewCartCheckout .button:hover, .previewCartCheckout .button + .button:hover, .previewCartAction .button:hover, .previewCartCheckout .button:focus, .previewCartCheckout .button + .button:focus, .previewCartAction .button:focus, .cart-remove:hover, .cart-remove:focus {
  border-radius: 10px !important; }

.cart-item-quantity .form-increment .form-input--incrementTotal {
  margin: 0 -4px; }

.cart-item-quantity .form-increment .button[data-action="inc"] {
  right: 0; }

.cart-item-quantity .form-increment .button[data-action="dec"] {
  left: 0; }

table.cart {
  background: transparent; }

.cart-list, .cart-item, .cart-total + .cart-total {
  border-color: #c8c8c8; }

.cart-remove > svg {
  fill: #000; }

.modal-body.quickView .productView-options .form-action .button {
  margin-bottom: 0; }

.modal-body.quickView .productView ul#wishlist-dropdown {
  top: 100% !important; }

#modal .productView form.form-wishlist .dropdown-menu .button {
  color: #fff !important;
  padding: 15px 10px !important; }

.toggle.videoGallery {
  border: none; }

.productView--quickView .tab-content-title {
  display: none; }

.productView--quickView .productView-description {
  margin-top: 50px; }

.paypal-buttons {
  border-radius: 10px !important;
  overflow: hidden; }

#body .previewCart .previewCartCheckout-additionalCheckoutButtons {
  padding-left: 20px !important;
  padding-right: 20px !important; }

#body .previewCartCheckout-additionalCheckoutButtons {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.backtoTop {
  bottom: 100px; }

svg.icon.back-to-top-icon {
  width: 50px;
  height: 50px; }

.cart-item-block {
  padding-top: 10px;
  padding-bottom: 10px; }

.form-input:disabled {
  color: #aaaaaa; }

.modal-body {
  min-height: 250px; }

.product.main.left.product-page-with-sidenav .recommended-position.below .main-image-container button.slick-prev {
  left: 10px !important; }

.product.main.left.product-page-with-sidenav .recommended-position.below .main-image-container button.slick-next {
  right: 10px !important; }

.product.main.left .slider-for .slick-next, .product.main.left .slider-for .slick-prev {
  opacity: 1; }

html.hide-focus-box #body .navPages-quickSearch .form-input:focus {
  border: 1px solid #ececec !important;
  border-radius: 10px !important; }

.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-free-search-filter-container {
  overflow: hidden; }

#body #quickSearch ul.productGrid li.product article.card a.quickview {
  display: none !important; }

body.main.eleven-seventy div#side-categories {
  margin-top: 20px; }

main.search.both-grid-list-views .actionBar {
  top: auto;
  width: auto; }

@media (min-width: 900px) {
  .productView-description .tab-content.videos .videoGallery #videoGallery-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .productView-description .tab-content.videos .videoGallery #videoGallery-content .videoGallery-main {
    width: 65%;
    padding-bottom: 38%; }
  .productView-description .tab-content.videos .videoGallery #videoGallery-content .videoGallery-list {
    width: 35%;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap; }
  .productView-description .tab-content.videos .videoGallery #videoGallery-content .videoGallery-list .videoGallery-item {
    width: 100%; } }

@media (min-width: 801px) {
  html, body {
    overflow-x: hidden; }
  body.main.eleven-seventy .header-container.in-container header.header {
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .main-nav-container.in-container .navPages-container {
    background: transparent;
    border: none;
    border-radius: 0; }
  #body .main-nav-container li.top-level a, #body .main-nav-container li.top-level a:focus {
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: none !important; }
  #body .main-nav-container li.top-level a:hover, #body .main-nav-container li.top-level a:focus, .main-nav-container.quick-override .custom-pages-nav a:hover {
    color: #797979 !important; }
  li.navPages-item.active, #body .main-nav-container #menu li.navPages-item.top-level.active > a, #body .main-nav-container.with-categories #menu li.navPages-item.top-level.active > a {
    background: transparent !important;
    color: #797979 !important; }
  .main-nav-container.quick-override div#menu .custom-pages-nav a:hover svg, div#menu .custom-pages-nav a.navPage-subMenu-action.navPages-action:hover i.fa.fa-chevron-down svg {
    fill: #797979 !important;
    stroke: #797979 !important; }
  #menu i.fa.fa-chevron-down.main-nav {
    top: 0;
    margin-left: 2px; }
  i.fa.fa-chevron-down svg {
    width: 10px;
    height: 10px; }
  #menu .custom-pages-nav li.top-level > a:hover svg {
    transform: rotate(180deg); }
  #menu .navPage-subMenu li a {
    padding: 10px 20px !important; }
  .navPage-subMenu-item {
    padding: 0 !important; }
  #menu .navPages .navPage-subMenu-list, #menu .navPages .navPage-childList {
    padding: 5px 0; }
  .navUser-item--search.desktop {
    position: relative; }
  .navUser-item--search.desktop .navPages-quickSearch {
    min-width: 300px;
    background: #fff;
    padding: 15px; }
  .navUser-item--search.desktop:hover .navPages-quickSearch, .navUser-item--search.desktop:focus .navPages-quickSearch {
    display: block;
    position: absolute;
    top: 100%;
    right: 0; }
  header .navPages-quickSearch .form-fieldset {
    width: 100% !important; }
  .navPages-quickSearch .search-icon {
    display: none; }
  .navPages-quickSearch input.button.button--primary.form-prefixPostfix-button--postfix {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    background: url(../img/search-ic.png) no-repeat center center;
    border: none;
    background-size: 20px; }
  #menu .navPages .navPage-subMenu-list, #menu .navPages .navPage-childList {
    padding: 0; } }

@media (min-width: 1001px) {
  #add-to-cart-wrapper {
    width: calc(50% - 10px);
    margin-right: 10px; }
  .productView-options .form-action.form-wishlist {
    width: calc(50% - 15px);
    margin-left: 10px; } }

@media (max-width: 1759px) {
  body.main.home .carousel-active button.slick-prev.slick-arrow, body.main .carousel-active button.slick-prev.slick-arrow {
    left: 0 !important; }
  body.main.home .carousel-active button.slick-next.slick-arrow, body.main .carousel-active button.slick-next.slick-arrow {
    right: 0 !important; }
  .productCarousel {
    padding: 0 50px; } }

@media (max-width: 1669px) {
  .aboutSec {
    background-size: 18%; }
  .cateSec .slick-prev {
    left: -10px; }
  .cateSec .slick-next {
    right: -10px; }
  .cateSec .cateSlider {
    padding: 0 20px; } }

@media (max-width: 1599px) {
  .headerTop .hdrcallIc {
    padding-left: 30px; }
  .headerTop .hdrcallIc::before {
    width: 20px;
    right: -20px; }
  .home .headerLeft {
    padding-left: 40px; }
  .iconSec {
    font-size: 22px; }
  .cateSec .cateBox .cateDtl {
    top: 65px; }
  .cateSec .cateBox .cateDtl .cateTitle {
    font-size: 22px; }
  .footer-info-list {
    gap: 35px; } }

@media (max-width: 1499px) {
  .aboutSec {
    background: none; }
  .footer-info-list {
    gap: 25px;
    justify-content: center; } }

@media (max-width: 1399px) {
  .headerTop .hdrcallIc {
    font-size: 20px; }
  .page-heading, h2.page-heading, main.page.content h1.page-heading {
    font-size: 32px; }
  .footer .footer-info {
    flex-wrap: wrap;
    justify-content: center; }
  article.footer-info-col.footer-info-col--small:not(:first-child) {
    margin: 20px 0 0 0; } }

@media (min-width: 801px) and (max-width: 1399px) {
  #body .main-nav-container li.top-level a, #body .main-nav-container li.top-level a:focus {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 801px) and (max-width: 1279px) {
  .main-nav .custom-pages-nav .navPages-action {
    font-size: 15px; }
  .home .headerLeft {
    padding-left: 20px; }
  .headerLeft {
    width: 15%; }
  .home .header-logo-image-container::before {
    left: 60%;
    transform: translateX(-50%);
    width: 110%;
    height: 100%;
    background-size: 100%;
    bottom: -25px; }
  .navUser-item {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px; } }

@media (min-width: 801px) and (max-width: 992px) {
  body.main.eleven-seventy .header-container.in-container header.header {
    flex-wrap: wrap; }
  .home .headerLeft, .headerLeft {
    padding: 15px 0; }
  .headerRight {
    order: 2; }
  body.main.eleven-seventy .main-nav-container.in-container {
    order: 3; }
  body.main.eleven-seventy .main-nav-container.in-container {
    padding: 20px 0 !important;
    border-top: 1px solid #C8C8C8;
    width: 100%; }
  .navUser-item {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .cateSec .cateBox .cateDtl {
    top: 55px; }
  .cateSec .cateBox .cateDtl .cateTitle {
    font-size: 18px; } }

@media (max-width: 1319px) {
  .faqNblogSec::before {
    content: none; }
  .faqNblogSec .faqSec {
    width: 55%; }
  .faqNblogSec .blogSec {
    width: 45%;
    padding: 0 0 0 30px; }
  .footer-bottom .ftrbtmCntnr {
    flex-wrap: wrap;
    justify-content: center; }
  .footer-bottom .copyright {
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0; } }

@media (max-width: 1279px) {
  .iconSec {
    font-size: 20px; }
  .aboutSec .aboutLeft {
    padding-right: 50px; }
  .productView-details {
    padding-left: 30px; } }

@media (max-width: 1200px) {
  body.main.eleven-seventy .body.content {
    padding: 0; }
  body.main.eleven-seventy .main.full.home {
    padding: 0; }
  .home .header-logo-image-container {
    margin: 0; }
  .home .header-logo-image-container::before {
    content: none; }
  .home .headerLeft, .headerLeft {
    padding: 15px 0; }
  .header-logo-image {
    max-height: 110px; }
  body.main.eleven-seventy .custom-pages-nav {
    padding: 0; }
  body.main.eleven-seventy .main-nav-container.in-container {
    padding: 0; }
  .navUser-action .navUserLabel {
    display: none; }
  .navUser-action .navUserIc {
    margin: 0; }
  .navUser-item-cartLabel {
    font-size: 0; }
  .navUser-item-cartLabel .countPill:before, .navUser-item-cartLabel .countPill:after {
    content: none; }
  .navUser-item-cartLabel .countPill {
    position: absolute;
    top: -8px !important;
    right: -12px;
    width: auto;
    min-width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    line-height: 20px; }
  body.main.eleven-seventy .header-container.full-width.full-width header.header {
    padding: 0 !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: inherit; } }

@media (max-width: 1199px) {
  .iconSec {
    font-size: 18px; }
  .iconSec .iconBlocks .iconBlock {
    width: 50%; }
  .iconSec .iconBlock .blockIc {
    min-width: 70px; }
  .iconSec .iconBlock .blockDtl {
    width: calc(100% - 70px); }
  .iconSec .iconBlocks .iconBlock .blockIc svg {
    margin: 0 auto; }
  .catebtmLine {
    font-size: 26px;
    line-height: 1.2; }
  .productSlider .tab .tab-title {
    font-size: 24px; }
  .cusdesdignSec .designBox .designTitle {
    font-size: 18px; }
  .ftrNewsletter .newsletterHead {
    margin: 0 20px 0 0; }
  .ftrNewsletter input#nl_email {
    min-width: 350px; }
  article.card.msrp-hidden .msrp-sale-regular-price-section {
    height: auto !important; } }

@media (max-width: 1000px) {
  #add-to-cart-wrapper {
    width: 100%; } }

@media (max-width: 991px) {
  .headerTop {
    font-size: 12px; }
  .iconSec {
    padding: 40px 0 30px 0; }
  .aboutSec {
    margin: 0 0 50px 0; }
  .aboutSec .aboutLeft {
    width: 100%;
    padding: 0 0 30px 0; }
  .aboutSec .aboutRight {
    width: 100%; }
  .catebtmLine {
    padding: 50px 0; }
  .cateSec .cateBox .cateDtl .cateTitle {
    font-size: 20px; }
  .cusdesdignSec .designBoxes .designBox {
    width: 50%; }
  .productSlider {
    padding: 0 0 50px 0; }
  .productSlider .tab .tab-title {
    font-size: 20px;
    padding: 13px 25px !important; }
  .reviewSec {
    padding: 50px 0 120px 0; }
  .cusdesdignSec {
    padding: 50px 0; }
  .faqNblogSec .faqSec {
    width: 100%; }
  .faqNblogSec .blogSec {
    width: 100%;
    padding: 30px 0 0 0; }
  .footerTop .ftrtopCntnr, .footerSocial .socialLinks {
    justify-content: center; }
  .footerSocial {
    width: 100%;
    padding: 20px 0 0 0; }
  .footerTop .ftrNewsletter {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap; }
  .ftrNewsletter .form {
    width: 100%; }
  main.page.blog article.blog {
    width: 49% !important; }
  li.subcategory-item {
    width: 33.33% !important; } }

@media (max-width: 800px) {
  body.main.home {
    padding-top: 0 !important; }
  #body.main.home .home-below-hero {
    padding-left: 0;
    padding-right: 0; }
  .headerTop .hdrtopCntnr .hdrshippingDtl {
    display: none; }
  body.main.eleven-seventy .main-nav-container.in-container {
    display: none; }
  .mobileMenu-toggle {
    position: relative;
    top: auto;
    padding: 0; }
  body.main .header-container.in-container {
    margin-bottom: 0 !important; }
  .home .headerLeft, .headerLeft {
    padding: 0; }
  .headerRight .navUser-item {
    margin: 0;
    padding: 0;
    border: none; }
  .header-logo-image {
    max-height: 90px; }
  .header-logo .header-logo-image {
    padding: 0; }
  .headerTop .hdrcallIc a {
    line-height: 50px; }
  .header-logo.header-logo--left {
    background: transparent; }
  .header-container, header.header {
    background-color: #f2f2f2 !important; }
  #body.has-activeNavPages:not(.search-only) div#menu.mobile-menu {
    top: 153px !important; }
  .headerTop .hdrtopCntnr {
    align-items: center; }
  li.navUser-item.navUser-item--account {
    padding: 0;
    border: none; }
  .headerTop .navUser-action svg {
    fill: none;
    stroke: none; }
  .headerTop .navUserIc svg path {
    fill: #fff; }
  .headerTop .account-links {
    display: flex;
    align-items: center; }
  .headerTop .search svg path {
    stroke: #fff; }
  #body.search-only .mobile-menu .right.searchbar {
    top: 50px;
    height: 80px; }
  #body header.header.is-open.search-only div#menu {
    z-index: 99; }
  .search-icon svg {
    fill: #000; }
  .account {
    margin: 0; }
  a.account svg {
    width: auto;
    height: auto;
    top: auto;
    padding-top: 0; }
  .headerTop .hdrcallIc {
    font-size: 16px;
    margin: 0; }
  .headerTop .hdrcallIc .callIc svg {
    max-height: 20px; }
  .main-image-container .slick-next, .main-image-container .slick-prev {
    background-size: 100% !important; }
  .main-image-container .slider-for .slick-next::before, .main-image-container .slider-for .slick-prev::before {
    height: 30px; }
  .slick-next:hover::before, .slick-next:focus::before, .slick-prev:hover::before, .slick-prev:focus::before {
    background-size: 100% !important; }
  body.main:not(.nine-sixty) .header-container.in-container {
    margin-top: 0 !important; }
  #body:not(.home) .body.content {
    padding: 0; }
  .product-page-with-sidenav section.productView-details {
    padding: 0; }
  div#add-to-cart-wrapper.qty-box-visible .form-action, #body.qty-box-visible form.form.form-wishlist.form-action, .productView.qty-box-visible.productView--quickView .form.form-wishlist.form-action, .modal-body.quickView div#add-to-cart-wrapper.qty-box-visible .form-action, #body.qty-box-visible .modal-body.quickView form.form.form-wishlist.form-action, #modal .productView form.form-wishlist {
    margin-top: 0 !important; }
  #modal .productView.productView--quickView .tab {
    width: auto; }
  .previewCart .productView-image {
    margin: 20px 0; }
  .previewCart .productView-details {
    padding-left: 20px; }
  .header-logo {
    z-index: 1;
    cursor: pointer; }
  div#menu.mobile-menu .social-media.mobile .socialLinks .icon:hover svg, div#menu.mobile-menu .social-media.mobile .socialLinks .icon:focus svg {
    fill: #3D85C6 !important; }
  div#menu.mobile-menu .social-media.mobile .socialLinks .icon.icon--facebook:hover svg path, div#menu.mobile-menu .social-media.mobile .socialLinks .icon.icon--facebook:focus svg path, div#menu.mobile-menu .social-media.mobile .socialLinks .icon.icon--youtube:hover svg path, div#menu.mobile-menu .social-media.mobile .socialLinks .icon.icon--youtube:focus svg path {
    fill: #3D85C6 !important; }
  div#menu.mobile-menu .social-media.mobile .socialLinks .icon.icon--youtube:hover svg path:last-child, div#menu.mobile-menu .social-media.mobile .socialLinks .icon.icon--youtube:focus svg path:last-child {
    fill: #fff !important; }
  .mobile-menu .navUser-item--account .navUser-action, .mobile-menu .navUser-action {
    font-family: "Parkinsans", sans-serif;
    font-size: 15px; }
  .mobile-menu .or-text {
    padding: 0 0 0 7px; }
  #search-action-buttons a.modal-close.custom-quick-search {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px; }
  section#quickSearch.quickSearchResults article.card {
    display: flex !important; }
  .navPages-quickSearch.right.searchbar.right section.quickSearchResults li.product {
    width: 100% !important; }
  .main-image-container .slider-for .slick-prev::before, .main-image-container .slider-for .slick-next::before {
    left: 0 !important; }
  #body.product-page-layout .main-image-container button.slick-prev {
    left: -10px !important; }
  #body.product-page-layout .main-image-container button.slick-next {
    right: -10px !important; } }

@media (max-width: 767px) {
  .headerRight .account-links {
    margin: 0;
    padding: 0; }
  li.navUser-item.navUser-item--cart {
    position: relative;
    right: auto; }
  .iconSec {
    font-size: 16px; }
  .cateSec .slick-next, .cateSec .slick-prev, .cateSec .slick-next::before, .cateSec .slick-prev::before, .slick-next, .slick-prev, .slick-next::before, .slick-prev::before, .productCarousel button.slick-next.slick-arrow, .productCarousel button.slick-prev.slick-arrow, .productCarousel .slick-prev::before, .productCarousel .slick-next::before {
    width: 40px;
    height: 40px;
    background-size: 100% !important; }
  .cateSec .cateSlider {
    padding: 0 10px; }
  .productCarousel {
    padding: 0 40px; }
  .reviewSec .slick-prev {
    left: calc(50% - 45px); }
  .reviewSec .slick-next {
    right: calc(50% - 45px); }
  .productSlider .tab .tab-title {
    font-size: 18px;
    padding: 13px 20px !important; }
  article.card.brand-active.sku-active .card-sku-brand-section {
    height: 18px; }
  .productSlider .tabs {
    display: none; }
  .prdcttabSelect {
    display: block;
    background: url(../img/down-white.png) no-repeat right 20px center #3D85C6;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 10px 10px 0 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .prdcttabSelect option {
    background: transparent !important; }
  .footerTop .ftrNewsletter {
    flex-wrap: wrap; }
  .ftrNewsletter .newsletterHead {
    margin: 0 0 20px 0;
    text-align: center;
    max-width: inherit; }
  .footer-info-list {
    row-gap: 10px;
    column-gap: 30px; }
  .bull {
    display: block;
    font-size: 0; }
  .productSlider .productSliderTitle {
    padding-bottom: 6px; } }

@media (max-width: 639px) {
  .iconSec .iconBlocks .iconBlock {
    width: 100%; }
  .catebtmLine {
    font-size: 20px; }
  .reviewSec .reviewBox .reviewCntn {
    padding: 25px 20px; }
  .contactInfo {
    justify-content: center; }
  .contactInfo p {
    width: 100%;
    justify-content: center; }
  .contactInfo p:not(:first-child) {
    border: none;
    margin: 0;
    padding: 0; }
  .footer .footer-info {
    padding: 25px 0 20px 0; } }

@media (max-width: 550px) {
  .page-heading, h2.page-heading, main.page.content h1.page-heading {
    font-size: 28px; }
  .reviewSec .page-heading {
    background: url(../img/review-ic-left.png) no-repeat top center;
    padding: 30px 0 0 0;
    margin: 0 0 20px 0 !important; }
  .product.main.left .slider-nav .slick-slide .thumbnail-images {
    height: 80px; }
  .productView-title {
    font-size: 24px; }
  main.page.blog article.blog {
    width: 100% !important; }
  .estimator-form .button--primary {
    width: 100%; }
  .ftrNewsletter input#nl_email {
    min-width: inherit;
    width: 100%; }
  .eapp-photo-gallery-info-title {
    font-size: 16px !important; }
  li.subcategory-item {
    width: 50% !important; }
  div#menu section#quickSearch.quickSearchResults figure.card-figure {
    min-height: inherit !important; } }

@media (max-width: 480px) {
  .iconSec .iconBlocks .iconBlock .blockIc svg {
    max-width: 45px;
    max-height: 45px; }
  .iconSec .iconBlock .blockIc {
    min-width: 45px; }
  .iconSec .iconBlock .blockDtl {
    width: calc(100% - 45px); }
  .iconSec .iconBlock .blockDtl br {
    display: none; }
  .cusdesdignSec .designBoxes .designBox {
    width: 100%; }
  .blogSec .blogCol {
    padding: 20px; }
  .blogSec .blogBox {
    flex-wrap: wrap; }
  .blogSec .blogBox .blogImg {
    width: 100%; }
  .blogSec .blogBox .blogImg img {
    height: auto;
    width: 100%; }
  .blogSec .blogBox .blogDetail {
    width: 100%;
    padding: 20px 0 10px 0; }
  #product-listing-container ul.productGrid li.product {
    width: 100%; }
  .cusdesdignSec .secHead {
    flex-wrap: wrap; }
  .cusdesdignSec .secHead .page-heading {
    width: 100%;
    margin: 0 0 10px 0 !important; }
  .actionBar-section .form-select, .actionBar-section select#sort {
    min-width: 160px; } }

@media (max-width: 360px) {
  li.subcategory-item {
    width: 100% !important; } }
