/* colors start */
:root {
  --white: #FFFFFF;
  --black: #000000;
  --Primary-900: #1D0147;
  --Primary-800: #2A0661;
  --Primary-700: #3A1375;
  --Primary-600: #512B8B;
  --Primary-500: #7849BF;
  --Primary-400: #906BC9;
  --Primary-purple-400: #9570CC;
  --Primary-300: #B89DE3;
  --Primary-200: #E7DCFA;
  --Primary-100: #F7F2FF;

  --Neutrals-900: #202129;
  --Neutrals-800: #333642;
  --Neutrals-700: #4F5466;
  --Neutrals-600: #4F5466;
  --Neutrals-500: #74798A;
  --Neutrals-400: #9DA1B0;
  --Neutrals-300: #D5D7DE;
  --Neutrals-200: #E6E7EB;
  --Neutrals-100: #F2F3F5;

  --Error-900: #470003;
  --Error-800: #870005;
  --Error-700: #BA0007;
  --Error-600: #ED1C24;
  --Error-500: #FF474E;
  --Error-400: #FF757B;
  --Error-300: #FFADB1;
  --Error-200: #FFDBDD;
  --Error-100: #FFF7F8;

  --Warning-900: #3D2B06;
  --Warning-800: #825A0C;
  --Warning-700: #CC8E13;
  --Warning-600: #FCAF17;
  --Warning-500: #FFBC38;
  --Warning-400: #FFD37D;
  --Warning-300: #FFE3AB;
  --Warning-200: #FFF2D9;
  --Warning-100: #FFFAF0;

  --Success-900: #022E13;
  --Success-800: #035925;
  --Success-700: #048A39;
  --Success-600: #05B54B;
  --Success-500: #37DE7A;
  --Success-400: #7CF2AB;
  --Success-300: #AEFCCD;
  --Success-200: #DEFFEB;
  --Success-100: #F0FFF6;

  --Blue-100: #E6F1F8;
  --Blue-200: #C2DCEF;
  --Blue-300: #91C1E3;
  --Blue-400: #5EA4D5;
  --Blue-500: #2E88C9;
  --Blue-600: #006EBD;
  --Blue-700: #005EA1;
  --Blue-800: #004E86;
  --Blue-900: #003F6C;

  --Gradient-Blue: linear-gradient(90deg, #F0F8FF 0%, rgba(240, 248, 255, 0) 100%);
  --Gradient-Yellow: linear-gradient(90deg, #FDF8EC 0%, rgba(253, 248, 236, 0) 100%);

}

/* colors end */

/* reset css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  background-color: var(--white);
  font-family: Creato Display, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: Creato Display, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/* common css start */

.bh-shop-container{
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}
.container.responsivegrid.bh-shop-container{
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}
.container.responsivegrid.bh-shop-pdp-container{
  max-width: 1312px;
}
.bh-shop-pdp-container{
  max-width: 1312px;
}
.container.responsivegrid.bh-shop-cart-container{
  max-width: 1060px;
}
.margin-center{
  margin: 0 auto;
}

.bh-shop-cart-container{
  max-width: 1060px;
}
.container.responsivegrid.bh-shop-acc-setting-container{
  max-width: 1060px;
}
.bh-shop-acc-setting-container{
  max-width: 1060px;
}
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.align-center {
  align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none !important;
}

.dsp-flex {
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  align-items: flex-end;
}

.dsp-flex-just-end {
  justify-content: flex-end;
}

.col {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.stretch {
  align-items: stretch;
}

.start {
  align-items: flex-start;
}

.center {
  align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

/* common css end */
.row {
  display: flex;
}

.row-align-center {
  align-items: center;
}

.row-align-end {
  align-items: flex-end;
}

.row-align-start {
  align-items: flex-start;
}

.row-wrap {
  flex-wrap: wrap;
}

.row-no-wrap {
  flex-wrap: nowrap;
}

.row-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.row-justify-start {
  justify-content: flex-start;
}

.row-justify-end {
  justify-content: flex-end;
}

.row-justify-center {
  justify-content: center;
}

.row-justify-between {
  justify-content: space-between;
}

.row-justify-around {
  justify-content: space-around;
}
body.bh-shop-grey-bg{
  background: #F2F3F5;
}
@media (min-width: 0) and (max-width: 767px) {
  .bh-shop-container{
    padding: 0 16px;
  }
  .mob-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .mob-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .mob-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mob-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .mob-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .mob-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mob-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .mob-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .mob-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mob-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .mob-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .mob-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mob-col-pt-4 {
    padding-top: 4px;
  }

  .mob-col-pt-8 {
    padding-top: 8px;
  }

  .mob-col-pt-12 {
    padding-top: 12px;
  }

  .mob-col-pb-4 {
    padding-bottom: 4px;
  }

  .mob-col-pb-8 {
    padding-bottom: 8px;
  }

  .mob-col-pb-12 {
    padding-bottom: 12px;
  }

  .mob-col-pl-4 {
    padding-left: 4px;
  }

  .mob-col-pl-8 {
    padding-left: 8px;
  }

  .mob-col-pl-12 {
    padding-left: 12px;
  }

  .mob-col-pr-4 {
    padding-right: 4px;
  }

  .mob-col-pr-8 {
    padding-right: 8px;
  }

  .mob-col-pr-12 {
    padding-right: 12px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .bh-shop-container{
    padding: 0 16px;
  }
  
  .tab-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .tab-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .tab-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .tab-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .tab-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .tab-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tab-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .tab-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .tab-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .tab-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .tab-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .tab-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tab-col-pt-4 {
    padding-top: 4px;
  }

  .tab-col-pt-8 {
    padding-top: 8px;
  }

  .tab-col-pt-12 {
    padding-top: 12px;
  }

  .tab-col-pb-4 {
    padding-bottom: 4px;
  }

  .tab-col-pb-8 {
    padding-bottom: 8px;
  }

  .tab-col-pb-12 {
    padding-bottom: 12px;
  }

  .tab-col-pl-4 {
    padding-left: 4px;
  }

  .tab-col-pl-8 {
    padding-left: 8px;
  }

  .tab-col-pl-12 {
    padding-left: 12px;
  }

  .tab-col-pr-4 {
    padding-right: 4px;
  }

  .tab-col-pr-8 {
    padding-right: 8px;
  }

  .tab-col-pr-12 {
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .desk-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .desk-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .desk-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .desk-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .desk-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .desk-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .desk-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .desk-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .desk-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .desk-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .desk-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .desk-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desk-col-pt-4 {
    padding-top: 4px;
  }

  .desk-col-pt-8 {
    padding-top: 8px;
  }

  .desk-col-pt-12 {
    padding-top: 12px;
  }

  .desk-col-pb-4 {
    padding-bottom: 4px;
  }

  .desk-col-pb-8 {
    padding-bottom: 8px;
  }

  .desk-col-pb-12 {
    padding-bottom: 12px;
  }

  .desk-col-pl-4 {
    padding-left: 4px;
  }

  .desk-col-pl-8 {
    padding-left: 8px;
  }

  .desk-col-pl-12 {
    padding-left: 12px;
  }

  .desk-col-pr-4 {
    padding-right: 4px;
  }

  .desk-col-pr-8 {
    padding-right: 8px;
  }

  .desk-col-pr-12 {
    padding-right: 12px;
  }
}

/*# sourceMappingURL=bh-shop-common.css.map */