:root {
  --bsc-white: #fff;
  --bsc-black: #000;
  --bsc-black2: #141517;
  --bsc-theme1: #f804f4;
  --bsc-theme2: #3d098e;
  --bsc-grey: #e9e7e3;
  --bsc-lightgrey: #f6f8fd;
  --bsc-lightgrey2: #eaeaec;
  --bsc-semilight: #bebebe;
  --bsc-red: #ff1310;
  --bsc-greytransparent: rgba(243, 243, 245, 0.5);
  --bsc-font-heading: "museo_slab900";
  --bsc-font-body: "museo_sans_rounded300";
  --bsc-transition: 0.3s ease-in-out;
}
@font-face {
  font-family: "museo_sans_rounded300";
  src: url("../fonts/museo_sans_rounded_300_2-webfont.woff2") format("woff2"),
    url("../fonts/museo_sans_rounded_300_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo_sans_rounded700";
  src: url("../fonts/museo_sans_rounded_700_1-webfont.woff2") format("woff2"),
    url("../fonts/museo_sans_rounded_700_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_slab900";
  src: url("../fonts/museo_slab_900-webfont.woff2") format("woff2"),
    url("../fonts/museo_slab_900-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans900";
  src: url("../fonts/museo_sans_900_2-webfont.woff2") format("woff2"),
    url("../fonts/museo_sans_900_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded 900";
  src: url("../fonts/MuseoSansRounded-900.woff2") format("woff2"),
    url("../fonts/MuseoSansRounded-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MuseoSlab500';
  src: url('../fonts/MuseoSlab-500.woff2') format('woff2'),
      url('../fonts/MuseoSlab-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  height: 100%;
}
body {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: var(--bsc-black2);
  font-family: var(--bsc-font-body);
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
/* img:not(img#image-main) {
  /* width: auto;
} */
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
a {
  color: var(--bsc-black2);
  text-decoration: none;
  transition: var(--bsc-transition);
  -webkit-transition: var(--bsc-transition);
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--bsc-theme1);
}
.font-semibold {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bsc-font-heading);
  color: var(--bsc-theme2);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.hide {
  display: none;
}
h1,
.h1 {
  font-size: calc(50px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
}
h2,
.h2 {
  font-size: calc(18px + (48 - 18) * ((100vw - 320px) / (1920 - 320)));
}
h3,
.h3 {
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
h4,
.h4 {
  font-size: calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
}
h5,
.h5 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
h6,
.h6 {
  font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.form-error {
  color: red;
  font-size: 11px;
  font-weight: 500;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold,
.fw-semibold {
  font-weight: 600 !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.btns .btn {
  margin-right: 5px;
}
.price {
  display: flex;
}
.main {
  padding-top: 100px;
}
.main.whitebgd {
  padding-top: 0;
}
#ss_cookie_consent_msg {
  background-color: #3d78ba !important;
}
#ss_cookie_consent_msg a:not(.cookieclose) {
  color: #000 !important;
}
/* ==== Header ================ */
.top-bar {
  background: var(--bsc-lightgrey2);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.space-left > span {
  margin-right: 15px;
}
.space-right {
  text-align: right;
  font-weight: 600;
}
.space-right .ada_screen_text {
  margin-left: 0;
}
.navbar {
  padding: 20px 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
header.header-store {
  position: fixed;
  background: transparent;
  top: 0px;
  left: 0;
  right: 0;
  max-width: 100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  padding: 0;
  z-index: 101;
  align-items: center;
  display: flex;
  flex-direction: column;
  background: var(--bsc-theme2);
}
header.header-store.header-fixed {
  background: var(--bsc-theme2);
  box-shadow: 0 10px 40px 5px rgb(184 184 184 / 30%);
  -webkit-box-shadow: 0 10px 40px 5px rgb(184 184 184 / 30%);
}
.nbs-cart-opened header {
  background: var(--bsc-theme2);
}
.ac_results {
  z-index: 101;
  max-width: 100%;
}
.ac_results ul {
  background: var(--bsc-white);
  border: solid 1px #ddd;
  width: 100%;
}
.ac_results ul li {
  padding: 5px 8px;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.ac_results ul li.ac_over {
  background: #f1f1f1;
}
.ac_results ul li:last-child {
  border-bottom: none;
}
/* ==== Header ================ */
/* ==== Navbar ================ */
.navbar-nav li {
  position: relative;
}
.navbar-nav > li {
  margin: 0 calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  font-family: "museo_sans900";
}
.navbar-nav > li a {
  color: var(--bs-white);
}
.navbar-nav > li a .bs-arrow-drop-down {
  font-size: 8px;
}
.navbar-nav > li a:hover,
.navbar-nav > li a:focus,
.navbar-nav > li.active a {
  color: var(--bsc-theme1);
}
/* ==== Navbar ================ */
/* ==== Login Navbar ================ */
.login-icon-list li a img {
  transition: var(--bsc-transition);
}
.login-icon-list li {
  display: flex;
  align-items: center;
  margin-left: calc(12px + (48 - 12) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}
.login-icon-list li:first-child {
  margin-left: 0;
}
.login-icon-list li:first-child a:before {
  content: "";
  position: absolute;
  width: 2px;
  right: -24px;
  top: 38px;
  background-color: var(--bs-white);
  height: 22%;
}
.login-icon-list a {
  display: flex;
  color: var(--bsc-white);
  align-items: center;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  font-family: "museo_sans900";
}
.login-icon-list a:hover {
  color: var(--bsc-theme1);
}
#welcome-data a + a {
  margin-left: 10px;
}
#basket-amount {
  color: var(--bsc-theme1);
  margin-left: 5px;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-size: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.search-form-wraper {
  position: absolute;
  top: 28px;
  right: -11px;
  padding: 0;
  background: var(--bsc-white);
  width: 295px;
}
.search-form-wraper.active {
  display: block !important;
}
.search-inner .form-control {
  border-color: var(--bsc-lightgrey2);
  background: var(--bsc-lightgrey);
}
.btn.btn-search {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.search-form-wraper input.form-control {
  height: 50px;
  padding-right: 30px;
}
.search-inner {
  position: relative;
}
.navbar-brand {
  margin-right: calc(7px + (48 - 7) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
}
.navbar-brand img {
  width: calc(140px + (170 - 140) * ((100vw - 320px) / (1920 - 320)));
}
.space-right ul li,
.space-left ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 12px;
  border-right: 1px solid #c1c1c1;
}
.space-right ul li:last-child,
.space-left ul li:last-child {
  border: none;
}
/* ==== Login Navbar ================ */

/* ==== Cart Slide ========================= */
.cart-widget-slide {
  position: absolute;
  top: calc(100% + 15px);
  right: -5px;
  width: 340px;
  padding: 0;
  display: block;
  background-color: var(--bsc-white);
  border: 1px solid var(--bsc-lightgrey2);
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  opacity: 0;
}
.cart-widget-slide:after,
.cart-widget-slide:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bs-* {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.cart-widget-slide:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--bsc-white);
  border-width: 7px;
  margin-left: -7px;
}
.cart-widget-slide:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -8px;
}
.nbs-cart-opened .cart-widget-slide {
  visibility: visible;
  opacity: 1;
  border-radius: 8px;
  overflow: hidden;
}
.cart-widget-slide .cart-widget-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 20px;
  background-color: var(--bsc-theme1);
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
}
.cart-widget-title {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: var(--bsc-white);
  margin: 0;
  position: relative;
  padding: 0;
}
.cart-widget-close {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  padding-right: 21px;
  color: var(--bsc-white);
}
.cart-widget-close::after,
.cart-widget-close::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: var(--bsc-white);
  -webkit-transition: background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -sand-transform: rotate(0);
  transform: rotate(0);
}
.cart-widget-close:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-widget-close:hover::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
}
.cart-widget-close:hover,
.cart-widget-close:focus {
  color: var(--bsc-white);
  text-decoration: none;
}
.cart-widget-slide .cart-widget-body {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  -webkit-overflow-scrolling: touch !important;
  -webkit-overflow-scrolling-y: touch;
  max-height: 50vh;
}
.cart-widget-slide .cart-widget-body.item-true {
  overflow: auto;
}
.emptycart {
  text-align: center;
  padding: 40px 0;
}
.cart-message span:first-child {
  display: block;
  font-size: 14px;
  color: #777;
  font-weight: 500;
}
.cart-message span:nth-child(2) {
  font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
  display: block;
  color: var(--bsc-theme1);
  font-weight: 500;
}
.cart-message span i {
  display: inline-block;
  color: var(--bsc-theme1);
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}
.cart-info {
  font-weight: 400;
  margin: 15px 0;
  font-size: 11px;
}
.cart-info span {
  color: var(--bsc-theme1);
}
.product-list {
  display: flex;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--bsc-lightgrey2);
  margin-bottom: 15px;
}
.product-list .cart-item {
  flex: 0 0 80px;
  margin-right: 15px;
}
.product-info {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
}
.product-name {
  font-weight: 600;
}
.product-name a {
  color: var(--bsc-theme1);
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.price-qty {
  font-size: 12px;
  color: #333;
  margin-top: 7px;
}
.item-ttl-price {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin-top: 7px;
}
.item-ttl-price span {
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.cart-backdrop-slide {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(16, 29, 99, 0.28);
  z-index: 99;
}
.cart-widget-footer {
  position: relative;
  left: -1px;
  right: -1px;
  background: var(--bsc-lightgrey);
  bottom: -1px;
  width: calc(100% + 2px);
  padding: 3px;
  padding-bottom: 15px;
  box-shadow: 0 0 10px #ddd;
}
.product-subtotal {
  padding: 8px 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.product-subtotal .cart-subtotal {
  margin-left: auto;
}
.cart-widget-footer .btn {
  width: 90%;
  color: var(--bsc-white);
  text-transform: uppercase;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  justify-content: center;
  text-align: center;
  margin: auto;
  margin-top: 5px;
}
.cart-widget-footer .btn:hover {
  color: var(--bsc-white);
}
.cart-delete a {
  color: #666;
  font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 8px;
  /* display: inline-block; */
  display: none;
}
/* ==== Cart Slide ====================== */

/* ==== Splash-Page Section start ====================== */
.splash-logo img {
  width: 200px;
}
.splash-page {
  background-color: #000;
  background-image: url("../images/banner5.jpg");
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: calc(482px + (700 - 482) * ((100vw - 320px) / (1920 - 320)));
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
}
section.splash-page:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000038;
  z-index: -1;
}
.splash-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.splash-inner-text {
  background: #fff;
}
.splash-body {
  line-height: calc(25px + (40 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(17px + (23 - 17) * ((100vw - 320px) / (1920 - 320)));
  margin: auto;
  padding: 10px 0;
  font-weight: 600;
}
.splash-header {
  background: #430394;
  padding: 15px 0;
}
.splash-body {
  padding: 30px;
}
.splash-footer {
  background: #e9e7e3;
  padding: 15px 0;
}
.splash-body p a {
  color: #430394;
  display: inline-block;
}
.splash-body p a:hover {
  color: var(--bsc-theme1);
}
.splash-footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.splash-footer .social-icons li {
  margin: 0 10px;
}
.splash-inner-text a {
  display: block;
}
/* ==== Splash-Page Section end  ====================== */

/* ==== Home Featured Section ====================== */
.section-wrapper {
  padding: calc(25px + (60 - 25) * ((100vw - 320px) / (1920 - 320))) 0;
  background: var(--bsc-grey);
}
section#recentItems {
  background: var(--bsc-white);
}
.section-also-like {
  /*background-image:url(../images/hero-4-bg.jpg);*/
  background-repeat: no-repeat;
  background: var(--bs-white);
}
.section-slogan {
  max-width: 650px;
  display: none;
}
.slider {
  margin: -20px -15px;
}
.slider .owl-carousel .item {
  margin: 20px 15px;
}
.owl-item {
  max-width: 330px;
}
.owl-prev {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
}
.owl-next {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
}
.owl-prev .bs-icon,
.owl-next .bs-icon {
  background: var(--bsc-theme2);
  color: var(--bsc-white);
  padding: 5px;
  border-radius: 50%;
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
/* ==== Home Featured Section ====================== */

/* ==== Insta Section start====================== */
.insta-sec {
  /* padding: calc(20px + (60 - 20) * ((100vw - 320px) / (1920 - 320))) 0; */
}
.insta-text p {
  background: var(--bsc-black);
  color: var(--bsc-theme1);
  font-weight: normal;
  font-size: calc(17px + (24 - 17) * ((100vw - 320px) / (1920 - 320)));
  padding: 10px 20px;
  padding-bottom: 7px;
  text-align: center;
}
.home-tiles {
  position: relative;
}
.insta-data {
  background: var(--bsc-white);
  box-shadow: 1px 5px calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)))
    0 rgb(68 102 242 / 30%);
  padding: 1rem 5rem;
  margin-top: 2rem;
}
.insta-data img {
  padding: 6px;
}
.insta-box {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: auto;
}
.mellow-data a {
  color: var(--bsc-theme1);
  font-family: "museo_sans900";
}
.mellow-img {
  width: 70px;
  margin-bottom: -23px;
}
.follow-data h4 {
  background: var(--bsc-black);
  color: white;
  margin: auto;
  padding: 19px 22px;
  border-radius: 17px;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-family: "museo_sans900";
  line-height: 1.5;
}
.shirt-img {
  background: url(../images/mellow-new.jpg);
  height: calc(300px + (700 - 300) * ((100vw - 320px) / (1920 - 320)));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.shirt-caption {
  text-align: left;
  position: absolute;
  top: 27%;
  left: 13%;
}
.hats-caption {
  text-align: left;
  position: absolute;
  top: 7%;
  left: 16%;
  right: 4%;
}
.caption-right h2 {
  font-family: "museo_slab900";
  text-align: right;
  font-size: calc(22px + (114 - 22) * ((100vw - 320px) / (1920 - 320)));
  color: var(--bs-white);
  padding: 0;
  line-height: 1;
}
.insta-btn {
  color: var(--bsc-white);
  background: var(--bsc-theme1);
  border-radius: 14px;
  padding: 15px 55px;
  text-transform: capitalize;
  font-size: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.insta-btn:hover {
  background: var(--bsc-theme2);
  color: var(--bs-white);
}
.hats-caption h3 {
  color: white;
  line-height: 1.1;
  font-size: calc(22px + (52 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-family: "museo_sans900";
  padding-bottom: 0;
}
.shirt-caption h3 {
  color: white;
  line-height: 1.3;
  font-size: calc(22px + (41 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.hats-img {
  background: url(../images/insta-img.png);
  height: calc(300px + (700 - 300) * ((100vw - 320px) / (1920 - 320)));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.insta-image {
  background: url(../images/mellow-img.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.follow-data {
  margin-bottom: -4rem;
}
.insta-caption {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: calc(350px + (500 - 350) * ((100vw - 320px) / (1920 - 320)));
}
/* ==== Insta Section end  ====================== */

/* ==== Newsletter Section ====================== */
.newsletter-wrapper {
  padding: 14px 10px;
  /*    border-top: solid calc(2px + (4 - 2) * ((100vw - 320px) / (1920 - 320))) var(--bsc-theme2);*/
  background: var(--bsc-black);
  color: var(--bsc-white);
}
.newsletter-wrapper h3 {
  font-family: "museo_slab900";
  font-size: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.newsletter-wrapper p {
  font-family: "museo_slab900";
  font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (1920 - 320)));
}

.newsletter-wrapper .alert {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#txtEmail {
  background: transparent;
  border: none;
  height: calc(46px + (60 - 46) * ((100vw - 320px) / (1920 - 320)));
  padding: 10px 20px;
  width: auto;
  height: auto;
}
.news-btn {
  background: var(--bsc-theme1);
  color: var(--bsc-black2);
  font-family: "museo_slab900";
  text-transform: capitalize;
  padding: 16px 17px;
  font-size: 15px;
}

.newsletter-section {
  /* max-width: 600px; */
  /* margin: auto; 
    display: flex;*/
  background: var(--bsc-white);
  /* border: solid 1px var(--bsc-lightgrey2); */
  border-radius: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.btn-subscribe {
  background-color: var(--bsc-white);
  box-shadow: none;
  border: none;
  width: calc(26px + (48 - 26) * ((100vw - 320px) / (1920 - 320)));
  background-image: url("../images/subscribe.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 10px;
  text-indent: -9999px;
}
/* ==== Newsletter Section ====================== */

/* ==== Footer Section ====================== */
.footer-top {
  padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
  border-top: solid 5px var(--bsc-theme1);
  background-image: url(../images/footer_banner.jpg);
  background-size: cover;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-brand {
  display: inline-block;
  margin-bottom: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.logo-footer {
  max-height: calc(80px + (118 - 80) * ((100vw - 320px) / (1920 - 320)));
  width: 280px;
}
.footer-contact-info li {
  margin-bottom: calc(16px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  font-weight: 500;
}
.social-icons {
  display: flex;
  justify-content: end;
}
.social-icons img {
  padding-left: 18px;
}

.footer-contact-info li .bs-icon {
  margin-right: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
  min-width: 20px;
  color: var(--bsc-theme1);
}
.footer-contact-info li a {
  color: var(--bsc-black2);
}
.footer-contact-info li a:hover,
.footer-contact-info li a:focus {
  color: var(--bsc-theme1);
}
.footer-link-label {
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: calc(10px + (36 - 10) * ((100vw - 320px) / (1920 - 320)));
  color: var(--bsc-theme2);
  font-family: var(--bsc-font-heading);
}
.footer-links li {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "museo_slab900";
}
.footer-links li a {
  color: var(--bsc-white);
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
  color: var(--bs-white);
}
.footer-links li a:hover {
  position: relative;
  display: block;
  color: var(--bsc-theme1);
  font-weight: 500;
  padding: 0 15px;
  border-left: 1px solid var(--bsc-theme1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-bottom {
  /* padding: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
    border-top: solid 1px var(--bsc-lightgrey2);
    text-align: center;*/
}
.copyright p {
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  margin-bottom: 0;
  font-family: "museo_slab900";
}
/* ==== Footer Section ====================== */

/* ==== Product list Section CSS====================== */
.item {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
  border-radius: 20px;
  transition: all 0.5s;
  background: var(--bsc-white);
  /* box-shadow: 1px 5px calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320))) 0 rgb(68 102 242 / 30%); */
  text-align: center;
  min-height: 100%;
  border: solid 3px var(--bsc-theme2);
}
.item-img {
  position: relative;
  overflow: hidden;
}
.item .item-img img {
  transition: ease-in-out all 0.5s;
}
.item:hover .item-img img {
  transform: scale(1.5);
}
.item-detail {
  padding-bottom: 16px;
}
.item-detail p {
  margin-bottom: 10px;
}
.item-description {
  margin-bottom: 0;
}
.card--item--code {
  font-weight: 500;
  color: var(--bsc-grey);
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  display: block;
}
.item-detail .item-title {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0
    calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  color: var(--bsc-black2);
  overflow: visible;
  text-overflow: ellipsis;
  white-space: normal;
  padding: 0 calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.item-cost .price {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 300;
  color: var(--bsc-black);
}
.overlay-action-btns {
  z-index: 99;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  opacity: 0;
  top: 10px;
  right: -20px;
}
.overlay-action-btns .overlay--action--btn {
  background: var(--bsc-lightgrey2);
  border: none;
  height: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
  width: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 0 7px;
  font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
  color: var(--bsc-black2);
}
.item:hover .overlay-action-btns {
  opacity: 1;
  right: 10px;
}
.badges {
  position: absolute;
  z-index: 1;
  padding: calc(3px + (4 - 3) * ((100vw - 320px) / (1920 - 320)))
    calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  background: var(--bsc-theme1);
  color: var(--bsc-white);
  font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  left: 10px;
  top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: calc(1px + (2 - 1) * ((100vw - 320px) / (1920 - 320)));
  width: calc(50px + (82 - 70) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 4px;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 30%);
}
.badges.new {
  background: var(--bsc-lightgrey);
  color: var(--bsc-black2);
  width: calc(50px + (60 - 50) * ((100vw - 320px) / (1920 - 320)));
}
.item .price {
  justify-content: center;
}
/* ==== Product list Section CSS ================ */

/* ==== No Product Found Section CSS ================ */
.no-search-image {
  padding: calc(50px + (160 - 50) * ((100vw - 320px) / (1920 - 320))) 0;
}
.no-search-image svg {
  max-width: calc(100px + (150 - 100) * ((100vw - 320px) / (1920 - 320)));
}
.oops-text {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  flex: 0 0 100%;
  text-align: center;
  color: #252c3a;
  font-weight: 700;
  margin-right: 8px;
}
.no-results-found {
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
/* ==== No Product Found Section CSS ================ */
.breadcrumb {
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb-main li a:first-child,
.product-found-title span {
  color: var(--bsc-white);
  font-weight: 700;
}
.breadcrumb-main li a {
  color: var(--bs-white);
  font-family: "museo_slab900";
}
.breadcrumb li span {
  color: var(--bs-white);
}
.breadcrumb-main li svg {
  color: var(--bsc-theme1);
  margin-left: 5px;
}
/* ==== Temporary CSS ================ */
#addtocartLoading,
.shopByReview,
.facetZero input,
.item-detail h4,
.view-switch,
.top-sorting,
.list-pageination .items-total,
.next-prev-top {
  display: none !important;
}
.ui-tooltip-content {
  display: none;
}
.yui-overlay {
  display: none;
}
/* ==== Temporary CSS ================ */

.ui-widget-content {
  background: transparent !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: var(--bsc-theme2);
  color: var(--bsc-white);
  border: none !important;
}
.ui-dialog .ui-dialog-title {
  font-weight: 500;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.ui-dialog .ui-dialog-titlebar-close span {
  background: transparent !important;
}
.ui-dialog .ui-dialog-content {
  border: none !important;
  padding: 15px;
  background-color: var(--bsc-white) !important;
  min-height: 100px !important;
  width: 100% !important;
}
.ui-state-hover {
  background: transparent !important;
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover span {
  box-shadow: none !important;
}
.ui-dialog {
  width: 800px !important;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 999;
  top: 20px !important;
  left: 0;
  right: 0;
}
.matrixalert.alert.alert-danger {
  background-color: #e9e7e3;
  border-color: #e9e7e3;
  color: black;
}
.vLabel.matrix-toggle {
  background: var(--bsc-theme2);
  color: var(--bsc-white);
  padding: 10px 14px;
  position: relative;
}
.vLabel.matrix-toggle a {
  width: 100%;
  display: block;
  background: transparent;
  color: var(--bsc-white);
}
.vLabel.matrix-toggle a.collapsed {
  color: var(--bsc-white);
}
.matrix-list-row {
  padding: 8px 14px;
  border-bottom: solid 1px var(--bsc-lightgrey2);
}
.matrix-size-ttl {
  font-weight: 600;
}
.matrix-list-content.accordion-collapse {
  border: none;
}
.matrix-label {
  font-weight: 600;
  font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 8px;
}
.matrix-toggle a::after {
  position: absolute;
  content: "-";
  right: 14px;
  height: 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  color: var(--bsc-white);
  font-weight: 500;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 16px;
}
.matrix-toggle a.collapsed::after {
  content: "+";
}
.matrix-option-row.active .matrix-toggle a.collapsed::after {
  content: "-";
}
#accordionExample1 .matrix-option-row.active .accordion-collapse {
  display: block;
}
/*.nav-item a:before{
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--bsc-theme1);
    position: absolute;
    left: 0;
    bottom: -34px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
    border-radius: 1.5px;
}
.nav-item:hover a:before{
     transform: scale(1, 1);
    transform-origin: right center;
}
.nav-item:hover a{
color: var(--bsc-theme1)
}
.menu-level-1 a:before{
display:none;
}
*/
.bs-empty-cart .path4:before {
  color: var(--bsc-theme1);
}
/*---------- AddressValidationModal  -------------*/

#addressValidationModal .btn-group-lg > .btn,
.btn-lg {
  padding: 10px 10px !important;
  font-size: 14px !important;
  background: var(--bsc-theme1);
  color: var(--bsc-white);
  border-width: 2px;
}

#addressValidationModal .btn-group-lg > .btn:hover,
.btn-lg:hover {
  background: var(--bsc-white);
  border-color: var(--bsc-theme1);
  box-shadow: none;
  color: var(--bsc-theme1);
  border-width: 2px;
}
#addressValidationModal p {
  margin: 10px 20px;
  font-size: 13px;
  color: #000000 !important;
}

#addressValidationModal h2 {
  font-size: 20px;
}

#addressValidationModal.modal .modal-footer {
  border: none;
  padding: 15px;
  text-align: right;
}

#addressValidationModal .modal-header {
  flex-direction: column;
  align-items: flex-start;
}

#addressValidationModal.modal .modal-header button.close {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 24px;
}

#addressValidationModal a.list-group-item.addressitem.active {
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
  background: #b2ccd6 !important;
  color: #0a4b6b !important;
}

#addressValidationModal a.list-group-item.addressitem.active:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: var(--bsc-white);
  border: 1px solid black;
  border-radius: 50%;
  left: -25px;
  color: #000;
  top: 18px;
}
/*------ Special order css -------*/
.idea-text {
  position: absolute;
  left: 0px;
  top: -17px;
  background: var(--bsc-theme2);
  padding: 15px;
  color: var(--bsc-white);
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  text-transform: uppercase;
}
.idea-text:hover,
.idea-text:focus {
  background: #5b6770;
  color: var(--bsc-white);
  text-decoration: none;
}
.mandatory-star {
  color: var(--bsc-red);
}
.field-errors {
  color: var(--bsc-red);
}
/* DatePicker CSS */

.ui-datepicker {
  background: var(--bsc-white) !important;
}

.ui-datepicker-header.ui-widget-header {
  border: 1px solid var(--bsc-lightgrey2) !important;
  background: var(--bsc-lightgrey) !important;
}

.ui-datepicker th {
  color: var(--bsc-theme2) !important;
}

.ui-datepicker .ui-state-default {
  background: var(--bsc-lightgrey) !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  line-height: 24px;
  margin-bottom: 5px;
}

.ui-datepicker .ui-state-highlight {
  border: 1px solid var(--bsc-theme2) !important;
  color: var(--bsc-theme2) !important;
}
.ui-datepicker .ui-state-active,
.ui-datepicker td .ui-state-hover {
  border: 1px solid var(--bsc-theme2) !important;
  background: var(--bsc-theme2) !important;
  font-weight: 600 !important;
  color: var(--bsc-white) !important;
}
input,
input:before,
input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.forgot-page .link.text-teal {
  font-weight: bold;
  color: #3d098e;
}
p#passInvalid {
  color: red;
  font-size: 12px;
}
/*----- End Special order css ---------*/
body .alert-custom.ui-dialog.ui-widget-content {
  left: 0 !important;
}
/*------- Proof Reader---------------------------------------- */

@media screen and (max-device-width: 525px) and (orientation: portrait) {
  .alert-custom.ui-dialog .ui-dialog-content {
    max-height: 300px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .alert-custom.ui-dialog .ui-dialog-content {
    max-height: 200px;
  }
}
.alert-custom.ui-dialog .ui-dialog-content {
  max-height: 400px;
  overflow-y: auto;
}

#basket .alert-custom.ui-dialog.ui-widget-content {
  max-width: 750px !important;
  left: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 1em !important;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: "baseicon" !important;
  content: "\e90b";
}
.shopping-cart-title a:focus-visible {
  outline: none;
}
.banner-caption.beachTowel_caption {
  max-width: 90%;
  padding: 0 calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.beachTowel_caption h1 {
  font-size: calc(4px + (85 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.beachTowel_caption p {
  width: 40%;
  font-size: calc(16px + (34 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
  max-width: 650px;
}
.banner-caption.mgrwearSale_caption {
  max-width: 90%;
  padding: 0 calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.mgrwearSale_caption h1 {
  font-size: calc(18px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.mgrwearSale_caption h1 span{
    color: #dfe621;
}
.banner-caption.mgrwearSale_caption p {
  width: 40%;
  font-size: calc(16px + (34 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  max-width: 650px;
}
.banner-caption.mgrwearSale_caption p span{
    color: #dfe621;
    font-family: museo_sans900;
}
.banner-caption.fallRefresh_caption {
  max-width: 90%;
  padding: 0 calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.fallRefresh_caption {
  max-width: 90%;
  padding: 0 calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.fallRefresh_caption h1 {
  font-size: calc(16px + (91 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.fallRefresh_caption h1 span {
  font-size: calc(18px + (82 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'museo_slab500';
  font-weight: 300;
}
.banner-caption.fallRefresh_caption p {
  width: 40%;
  font-size: calc(25px + (34 - 15) * ((100vw - 320px) / (1920 - 320)));
  /*font-family: 'museo_sans700';*/
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  max-width: 650px;
}
.banner-caption.fallRefresh_caption p span {
  font-size: calc(25px + (34 - 15) * ((100vw - 300px) / (1920 - 320)));
  font-family: 'museo_sans900';
  font-weight: 600;
}
.banner-caption.fallRefresh_caption p small {
  font-size: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  display: block;
}
.btn.fallRefreshBanner-btn {
  border-radius: 30px;
  color: var(--bsc-white);
  border: solid 1px var(--bsc-white);
  font-weight: 400;
}
.btn.fallRefreshBanner-btn:hover, .btn.fallRefreshBanner-btn:focus {
  background: var(--bsc-white);
  color: var(--bsc-theme2);
}

/*------- Media Queries ---------------------------------------- */
/* Start min-width:576px */
@media (min-width: 576px) {
.container {
  padding: 0 20px;
}
}
/* End min-width:576px */
/* Start min-width:992px */
@media (min-width: 992px) {
  /* .category-filter-fixed #page > .header-fixed ~ .main .filter-panel.filter-closed { */
  /* transform: translate(0); */
  /* -webkit-transform: translate(0); */
  /* -moz-transform: translate(0); */
  /* -ms-transform: translate(0); */
  /* -o-transform: translate(0); */
  /* } */
  .navbar-nav > li:hover .nav-dropdown-menu.multi-level,
  .nav-dropdown-menu.multi-level li:hover .sub-dropdown,
  .nav-dropdown-menu .menu-level-3:hover .nav-dropdown-menu.multi-level-4 {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
  .mobile-menu-sub {
    position: absolute;
    color: var(--bsc-black2);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    right: 12px;
  }
  .category-filter-fixed .filter-overlay,
  .category-filter-fixed .filter-close-btn,
  .category-filter-fixed .product-filter {
    display: none;
  }
  #nav-close {
    display: none;
  }
  .nav-dropdown-menu.multi-level {
    position: absolute;
    background: var(--bsc-white);
    padding: 5px 0;
    border-radius: 7px 7px 3px 3px;
    min-width: 150px;
    border-top: solid 3px var(--bsc-theme1);
    top: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    display: none;
  }
  .nav-dropdown-menu.multi-level .nav-dropdown-menu.multi-level {
    border-top: none;
    border-left: solid 3px var(--bsc-theme1);
  }
  .nav-dropdown-menu.multi-level::after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 32, 32, 0);
    border-bottom-color: var(--bsc-theme1);
    border-width: 7px;
    margin-left: -7px;
  }
  .nav-dropdown-menu.multi-level .nav-dropdown-menu.multi-level::after {
    display: none;
  }
  .nav-dropdown-menu.multi-level .nav-dropdown-menu.multi-level::before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 32, 32, 0);
    border-right-color: var(--bsc-theme1);
    border-width: 7px;
    margin-top: -7px;
  }
  .navbar-nav li ul li a {
    font-size: 14px;
    padding: 8px 15px;
    display: block;
    color: var(--bsc-black);
  }
  .sub-dropdown.nav-dropdown-menu,
  .nav-dropdown-menu.multi-level-4 {
    position: absolute;
    left: 100%;
    top: 0;
    background: transparent;
    width: 160px;
    display: none;
    border-radius: 7px 3px 3px 7px;
    padding-left: 10px;
    box-shadow: 10px 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 10px 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .sub-dropdown.nav-dropdown-menu::after,
  .nav-dropdown-menu.multi-level-4::after {
    right: calc(100% - 12px);
    top: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 32, 32, 0);
    border-right-color: #ff2020;
    border-width: 7px;
    margin-top: -7px;
  }
  .sub-dropdown.nav-dropdown-menu li {
    background: var(--bsc-white);
    border-left: solid 3px var(--bsc-theme1);
  }
  .navbar-nav .nav-item.liitems .nav-dropdown-menu.multi-level {
    top: 0;
    left: 100%;
    display: none;
  }
  .navbar-nav .nav-item.liitems:hover > .nav-dropdown-menu.multi-level {
    display: block;
  }
  .menu-open .nav-item.liitems .mobile-menu::before,
  .menu-open .nav-item.liitems .mobile-menu::after {
    background: #fff;
  }
  .mega--menu .navbar-collapse {
    position: relative;
  }
  .mega--menu .navbar-nav > li {
    position: static;
  }
  .mega--menu .navbar-nav > li a {
    position: relative;
    transition: ease-in-out all 0s;
    -webkit-transition: ease-in-out all 0s;
  }
  .mega--menu .navbar-nav > li.menu-level-1 > a:hover::after {
    bottom: -10px;
    left: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 32, 32, 0);
    border-bottom-color: var(--bsc-theme1);
    border-width: 7px;
    margin-left: -7px;
    right: 0;
    margin: auto;
  }
  .mega--menu .nav-dropdown-menu.multi-level {
    min-width: auto;
    width: 900px;
    max-width: 100%;
    right: 0;
    margin: auto;
    flex-wrap: wrap;
    min-height: 150px;
    max-height: 80vh;
    overflow: auto;
  }
  .mega--menu .dropdown-submenu.menu-level-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .mega--menu .dropdown-submenu.menu-level-2 > a {
    color: var(--bsc-black2);
    font-weight: 500;
    font-size: 13px;
  }
  .mega--menu .navbar-nav > li:hover .nav-dropdown-menu.multi-level,
  .mega--menu .nav-dropdown-menu.multi-level li:hover .sub-dropdown,
  .mega--menu
    .nav-dropdown-menu
    .menu-level-3:hover
    .nav-dropdown-menu.multi-level-4 {
    display: flex;
  }
  .mega--menu .navbar-nav .nav-item.liitems .nav-dropdown-menu.multi-level {
    top: auto;
    left: auto;
    position: relative;
    display: block;
    border-radius: 0;
    border-left: none;
    padding-left: 20px;
    box-shadow: none;
  }
  .mega--menu
    .navbar-nav
    .nav-item.liitems
    .nav-dropdown-menu.multi-level
    > li::before {
    position: absolute;
    content: "-";
    left: 0;
    top: 4px;
  }
  .mega--menu
    .navbar-nav
    .nav-item.liitems
    .nav-dropdown-menu.multi-level
    > li
    a {
    font-size: 13px;
    color: var(--bsc-black2);
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu,
  .mega--menu .nav-dropdown-menu.multi-level-4 {
    position: relative;
    left: 0;
    box-shadow: none;
    border: none;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu li {
    border: none;
    background: transparent;
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu li a {
    opacity: 0.7;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 5px;
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu li a:hover {
    opacity: 1;
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu li a::before {
    position: absolute;
    content: "-";
    left: 0;
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu::after,
  .mega--menu .nav-dropdown-menu.multi-level-4::after,
  .mega--menu .mobile-menu-sub,
  .mega--menu .nav-dropdown-menu.multi-level::after {
    display: none;
  }
}
/* End min-width:992px */

/* Start min-width:1200px */
@media (min-width: 1200px) {
  .mega--menu .dropdown-submenu.menu-level-2 > a {
    font-size: 14px;
  }
  .mega--menu .sub-dropdown.nav-dropdown-menu li a {
    font-size: 13px;
    padding: 0 15px;
  }
}
/* End min-width:1200px */

/* Start 1200px-1599px */
@media (min-width: 1200px) and (max-width: 1599px) {
  .login-icon-list li:first-child a:before {
    right: -17px;
  }
}
/* End 1200px-1599px */

/* Start min-width:1400px */
@media (min-width: 1400px) {
  .header-store .container,
  #home-carousel .container {
    max-width: 1620px;
  }
}
/* End min-width:1400px */

/* Start min-width:2500px */
@media (min-width:2500px){
  h1, .h1 {
    font-size: 120px;
  }
}
/* Start min-width:1921px */
@media (min-width: 1921px) {
  html,
  body {
    font-size: 16px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  .navbar-brand {
    margin-right: 48px;
  }
  .navbar-nav > li {
    margin: 0 25px;
  }
  .login-icon-list li {
    margin-left: 48px;
  }
  .login-icon-list a {
    font-size: 18px;
  }
  .section-wrapper {
    padding: 80px 0;
  }
  .item-detail .item-title {
    font-size: 18px;
    margin: 16px 0 10px;
    padding: 0 20px;
  }
  .newsletter-wrapper {
    /*    padding: 48px 0;*/
    /*    border-top: solid 4px var(--bsc-theme1);*/
  }
  .btn-subscribe {
    width: 48px;
  }
  .newsletter-section {
    border-radius: 8px;
  }
  .footer-brand {
    margin-bottom: 40px;
  }
  .footer-contact-info li {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .footer-contact-info li .bs-icon {
    margin-right: 16px;
  }
  .footer-link-label {
    font-size: 20px;
    margin-bottom: 36px;
  }
  .footer-links li {
    font-size: 15px;
  }
  .footer-top {
    padding: 80px 0;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .copyright p {
    font-size: 14px;
  }
  .product-name a {
    font-size: 14px;
  }
  .item-ttl-price span {
    font-size: 14px;
  }
  .cart-delete a {
    font-size: 18px;
  }
  .product-subtotal {
    font-size: 14px;
  }
  .cart-widget-footer .btn {
    font-size: 14px;
  }
  .breadcrumb {
    font-size: 14px;
  }
}
/* End min-width:1921px */

/* Start max-width:1399px */
@media (max-width: 1399px) {
  .follow-data h4 {
    padding: 10px;
  }
}
/* End max-width:1399px */

/* Start max-width:1399px */

@media (max-width: 1199px) {
  .overlay-action-btns .overlay--action--btn {
    padding: 0 6px;
  }
  .insta-caption {
    top: 2%;
  }
  .search-form-wraper {
    width: 170px;
  }
  .insta-data {
    padding: 1rem;
    margin-top: 0;
  }
  .login-icon-list li:first-child a:before {
    right: -18px;
  }
}
/* End max-width:1199px */

/* Start max-width:1024px */
@media (max-width: 1024px) {
  .overlay-action-btns {
    opacity: 1;
    right: 10px;
  }
}
/* End max-width:1024px */

/* Start max-width:991px */
@media (max-width: 991px) {
  /*------- Mobile Menu ---------------------------------------- */
  .navbar {
    justify-content: flex-start;
    z-index: 1;
  }
  .navbar-collapse {
    position: fixed;
    left: -320px;
    background: var(--bsc-white);
    width: 100%;
    max-width: 260px;
    bottom: 0;
    top: 0;
    display: block;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    overflow: auto;
  }
  .navbar-collapse.collapse.show {
    left: 0;
  }
  .navbar-collapse.collapsing {
    top: 0;
    bottom: 0;
    height: 100vh;
  }

  .navbar-light .navbar-toggler {
    border-radius: 0;
    margin: 0 15px 0 0;
    border: none;
    background: var(--bsc-white);
    padding: 5px 7px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }

  .navbar-light .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 32px;
    height: 32px;
    color: var(--bsc-theme2);
    font-size: 32px;
  }
  .header-store.header-fixed .navbar-nav > li,
  .header-store .navbar-nav > li {
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > a {
    padding: 14px 28px;
    width: 100%;
    display: flex;
    border-bottom: solid 1px var(--bsc-lightgrey2);
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .navbar-nav > li > a i {
    display: none;
  }
  .navbar-nav > li.menu-level-1:hover > a,
  .navbar-nav > li.menu-level-1:focus > a,
  .navbar-nav > li.menu-level-1.active > a {
    background: var(--bsc-theme1);
  }
  .navbar-nav > li.menu-level-1:hover .mobile-menu::after,
  .navbar-nav > li.menu-level-1:hover .mobile-menu::before {
    background: var(--bsc-white);
  }
  .nav-dropdown-menu.multi-level {
    position: relative;
    background: var(--bsc-theme2);
    top: 0px;
    display: none;
  }
  .nav-dropdown-menu.multi-level > li > a {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
      calc(40px + (48 - 40) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: solid 1px rgb(255 255 255 / 23%);
    width: 100%;
    color: var(--bsc-white);
  }
  .nav-dropdown-menu.multi-level > li > a:hover,
  .nav-dropdown-menu.multi-level > li > a:focus {
    background: var(--bsc-black2);
  }
  .nav-dropdown-menu.multi-level > li {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }
  .sub-dropdown.nav-dropdown-menu {
    position: relative;
    left: 0;
    background: #f1f1f1;
    top: 0;
    width: 100%;
    box-shadow: none;
    border: none;
    display: none;
  }
  .sub-dropdown.nav-dropdown-menu > li > a {
    font-size: 15px;
    padding: 14px 56px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    background: #102b57;
    color: var(--bsc-white);
    display: flex;
  }
  .navbar-nav > li:hover > a,
  .navbar-nav > li:focus > a,
  .navbar-nav > li.active > a {
    background: var(--bsc-theme1);
    color: var(--bsc-white);
  }
  .mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .mobile-menu::before {
    position: absolute;
    content: "";
    background: var(--bsc-theme2);
    width: 2px;
    height: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile-menu::after {
    position: absolute;
    content: "";
    background: var(--bsc-theme2);
    height: 2px;
    width: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile-menu::before,
  .mobile-menu::after,
  .mobile-menu-sub::before,
  .mobile-menu-sub::after {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
  .menu-open .mobile-menu::before,
  .menu-open-sub > .mobile-menu-sub::before {
    opacity: 0;
  }
  .mobile-menu-sub {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .mobile-menu-sub::before {
    position: absolute;
    content: "";
    background: var(--bsc-white);
    width: 2px;
    height: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile-menu-sub::after {
    position: absolute;
    content: "";
    background: var(--bsc-white);
    height: 2px;
    width: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav-item.mm-subcat.menu-level-1.menu-open > .nav-dropdown-menu.multi-level,
  .mm-subcat1.dropdown-submenu.menu-level-2.menu-open-sub
    .sub-dropdown.nav-dropdown-menu,
  .menu-level-3.menu-open-sub .nav-dropdown-menu.multi-level-4 {
    display: block;
  }
  .nav-dropdown-menu.multi-level-4 {
    background: #eee;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  .nav-dropdown-menu.multi-level-4 > li > a {
    padding: 20px 28px 17px 84px;
  }
  .navbar-nav {
    background: var(--bsc-theme2);
    height: 100%;
  }
  .menu-backdrop-slide {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 0;
    height: 100%;
    padding-left: 280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hdr-menu-opened .menu-backdrop-slide {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  #nav-close {
    position: absolute;
    right: 0;
    width: 42px;
    height: 63px;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--bsc-white);
  }
  /*------- Mobile Menu ---------------------------------------- */
  .h1 {
    margin-bottom: 0;
  }
  .menu-header {
    font-size: 22px;
    padding: 14px;
    background: var(--bsc-theme2);
    color: var(--bsc-white);
  }
  .menu-svg {
    display: none;
  }
  .carousel-caption {
    max-width: 40%;
  }
  .slider {
    margin: -15px -10px;
  }
  .slider .owl-carousel .item {
    margin: 15px 10px;
  }
  #welcome_user_name a {
    color: var(--bsc-white);
    display: flex;
    align-items: center;
  }
  #welcome_user_name a span {
    margin-right: 5px;
  }
  .back-to-top {
    bottom: 0px;
    right: 10px;
  }
  .large-view-btn {
    display: none !important;
  }
  #quicklook {
    overflow: auto;
  }
  .newsletter-wrapper .newsletter-section {
    height: 100%;
  }
.banner-caption.beachTowel_caption p {
    width: 460px;
    max-width: 80%;
    font-size: 15px;
}
.banner-caption.mgrwearSale_caption p {
    width: 455px;
    max-width: 60%;
    font-size: 20px;
}
  .banner-caption.fallRefresh_caption p {
    width: 455px;
    max-width: 60%;
    font-size: 20px;
  }
  
}
/* End max-width:991px */

/* Start max-width:767px */
@media (max-width: 767px) {
  #image-form,
  #image-back {
    display: none !important;
  }
  .insta-image {
    height: calc(430px + (700 - 430) * ((100vw - 320px) / (1920 - 320)));
  }
  .insta-text {
    margin-top: 0;
  }
  .logo-footer {
    width: 100%;
  }
  .insta-btn {
    padding: 10px 25px;
  }
  .h1 {
    margin-bottom: 0;
  }
  .navbar {
    padding: 17px 0;
  }
  .call-pricing {
    text-align: left;
  }
}
/* End max-width:767px */

/* Start max-width:575px */
@media (max-width: 575px) {
  .navbar-brand img{
        max-width: 125px;
        width: 100%;
    }
  .owl-prev {
    left: 10px;
  }
  .social-icons {
    justify-content: center;
    margin-top: 15px;
  }
  .copyright p {
    text-align: center;
  }
  .owl-next {
    right: 10px;
  }
  .search-form-wraper {
    width: 100%;
    z-index: 9;
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px;
    top: 0;
  }
  .cart-widget-slide {
    width: 290px;
    top: calc(100% + 5px);
  }
  .space-left,
  .space-right {
    text-align: center;
  }
  .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 24px;
    color: var(--bsc-theme2);
    font-size: 24px;
 }
  .banner-caption.beachTowel_caption h1 {
     font-size: 24px
  }  
  .banner-caption.beachTowel_caption p {
    margin-top: 2px;
  }
.banner-caption.mgrwearSale_caption h1 {
     font-size: 24px
  }  
  .banner-caption.mgrwearSale_caption p {
    margin-top: 2px;
  }
  .banner-caption.fallRefresh_caption h1 {
     font-size: 24px
  }  
  .banner-caption.fallRefresh_caption p {
    margin-top: 2px;
  }
  .banner-caption.fallRefresh_caption p span{
    font-size: 18px
  }
  /*.banner-caption.fallRefresh_caption p {
    display: none;
  }*/
}
/* End max-width:575px */

/* Start max-width:399px */
@media (max-width: 399px) {
  .space-right ul li,
  .space-left ul li {
    border: none;
    padding-right: 0;
  }
}
/* End max-width:399px */

/* Start max-width:375px */
@media (max-width: 375px) {
  .newsletter-wrapper .newsletter-section {
    height: auto;
  }
  .news-btn {
    padding: 11px 14px;
    font-size: 12px;
  }
  #txtEmail {
    padding: 9px;
  }
}
/* End max-width:375px */

/* Start max-width:319px */
@media (max-width: 319px) {
  .login-icon-list li {
    margin-left: 10px;
  }
  .login-icon-list li a svg,
  .login-icon-list li a img {
    max-width: 18px;
  }
}
/* End max-width:319px */

/*=========This media Query is only for Safari Browser=========*/
/* @media screen and (-webkit-min-device-pixel-ratio:575px) {
    .navbar-brand img{
        max-width: 125px;
        width: 100%;
    }
} */
/*=========This media Query is only for Safari Browser=========*/

/*------- Media Queries ---------------------------------------- */