/** Shopify CDN: Minification failed

Line 8792:0 Unexpected "}"
Line 8837:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
h1,h2,h3,h4,h5,h6,button,input,.btn
{

}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
  font-family: 'Questrial', sans-serif !important;
  font-weight:normal !important;
}
.customwrapper {
    padding: 0px 10px;
    max-width: 100%;
    margin: auto;
}
.accordion:after {
    content: "";
    color: #777;
    font-weight: 700;
    float: left;
    margin-left: 5px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    transition: 0.2s;
    transform: translate(-90%, 20%);
}
.actives:after {
    transition: 0.2s;
    transform: rotate(90deg);
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 12px;
    border: 0 solid #888;
    font-size: 16px;
    padding: 0;
}
.accordion {
    color: #000;
    padding: 3px 9px 3px 0;
    width: 100%;
    border: none;
    transition: 0.4s;
    border-bottom: 0 solid #888;
    text-align: left;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 0;
    margin-bottom: 0;
    outline: 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 5px 0;
    background-color: #fff;
}
.buttoninside1,
.buttoninside1:hover {
    transition: 0.2s;
    padding: 10px 18px;
    color: #000;
}
.accordion:after,
.actives:after {
    background-image: url(https://cdn11.bigcommerce.com/s-nr58slgkfm/product_images/uploaded_images/001-down-arrow.png);
}
.panel.show {
    max-height: 100%;
}
/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: rgba(245, 245, 245, 0);
    color: #444;
    cursor: pointer;
    padding: 10px 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.1s;
    margin-bottom: 0px;
    border: 0px solid #c9c9c9;
    font-size: 14px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
color: #000000;
    background-color: rgba(245, 245, 245, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Unicode character for "plus" sign (+) */


/* Style the element that is used for the panel class */

div.panel {
    padding: 3px 6px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.1s ease-in-out;
    opacity: 0;
    margin-bottom: 4px;
    font-size: 16px;
    border: 0px solid #c9c9c9;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: 0px !important;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
    .accordion:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
  .active:after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion:after {
    content: '';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    transition: .2s;
}

.actives:after {
    transition: .2s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    padding: 0 12px;
    border: 0 solid #888;
    font-size: 12px;
  padding:0px;
}

.accordion {
  color: #000;
    padding: 3px 9px 3px 0;
    width: 100%;
    border: none;
    transition: .4s;
    border-bottom: 0 solid #888;
    text-align: left;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 0;
    margin-bottom: 0;
    outline: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.accordion,
.accordion:hover,
.actives,
.panel {
    background-color: #fff;
}
.accordion:after,
.actives:after {
    background-image: url('https://cdn.shopify.com/s/files/1/0319/2963/0852/files/ezgif.com-webp-to-png.png');
}
.material-icons-outlined {
    font-family: Material Icons Outlined !important;
}
@media screen and (min-width: 769.1px)
  {
.page-title, .shopify-policy__title .h1, .shopify-policy__title h1 {
    font-size: 36px;
}
  }
.newsletter__input {
    padding: 14px 20px;
    background-color: #fdfdfd !important;
}
.site-footer__linklist a {
    font-weight: 300;
}
.site-footer__linktitle {
    font-weight: 400;
}
.footer-newsletter p {
    font-weight: 300;
}
.site-footer__linklist a {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 12px;
}
.site-footer__linktitle {
    margin-bottom: 20px;
}
.site-footer .wrapper {
    max-width: 900px;
}
.social-medias svg {
    width: 18px;
    margin-left: 12px;
}
.hero__inner h2 {
    font-size: 49px;
}
.hero__inner h2 span {
    font-size: 69px;
    font-weight: 600;
  color: orange;
}
@media screen and (min-width: 1025.1px)
  {
.hero-content {
    width: 50%;
}
  }
.btn {
padding: 12px 30px;
    border-radius: 0px;
}
.custom--icons svg {
    width: 90px;
    height: 90px;
}
div#section-1623832272c2670736 .card {
    background: transparent;
}

div#section-1623832272c2670736 .card img {
    opacity: 1;
}
.value-propositions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #040404;
    margin: 0;
}

@media only screen and (min-width:768px) {
    .value-propositions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.value-propositions li {
    width: 100%;
    border-bottom: 1px solid #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 25px 15px 35px;
}

@media only screen and (min-width:768px) {
    .value-propositions li {
        width: 25%;
        border-right: 1px solid #2b2b2b;
    }
}

.value-propositions li:last-child {
    border-right: none;
}

.value-propositions li:last-child p span {
    display: block;
}

@media only screen and (min-width:768px) {
    .value-propositions li:last-child p span {
        display: none;
    }
}

.value-propositions li .proposition-icon-holder {
    height: 38px;
    margin: auto 10px auto auto;
    width: 50px;
}

.value-propositions li .proposition-icon-holder img {
    margin-left: auto;
    width: 100%;
    height: auto;
    max-width: 40px;
}

.value-propositions li p {
    font-size: 10px;
    text-transform: uppercase;
    max-width: 173px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 1px;
}

@media only screen and (min-width:768px) {
    .value-propositions li p {
        max-width: 180px;
    }
}

.value-proposition-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width:768px) {
    .value-proposition-item {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.proposition-copy-wrap {
    margin: auto;
    margin-left: 10px;
    padding-top: 10px;
}

@media only screen and (min-width:768px) {
    .proposition-copy-wrap {
        padding-top: 0;
        margin-left: 5px;
    }
}

.qty-adjust {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    height: 100%;
}

.qty-adjust:active {
    background: transparent !important;
    border-color: transparent;
}

.qty-adjust:hover {
    background-color: transparent !important;
}

.qty-input {
    padding: 16px 20px;
}

.qty-container .qty-input {
    background-color: white !important;
}

.qty-adjust .material-icons-outlined {
    font-size: 27px;
}

.product-single__form .qty-container {max-width: fit-content;}

.qty-adjust:focus {
    background: transparent !important;
}
div#announcement .wrapper {
    padding: 0 10px;
    max-width: 96%;
    margin: auto;
}
textarea {
    background-color: transparent;
}

input {
    background-color: transparent;
}

textarea:hover {
    background: transparent !important;
    border-color:black !important;
}

input:hover {
    background-color: transparent !important;
    border-color:black !important;
}
textarea:active {
    background: transparent !important;
    border-color:black !important;
}

input:active {
    background-color: transparent !important;
    border-color:black !important;
}
textarea:focus {
    background: transparent !important;
    border-color:black !important;
}

input:focus {
    background-color: transparent;
    border-color:black !important;
}
.mobile-nav__toggle-btn {
    padding: 0;
    background-color: transparent !important;
    border-color: transparent !important;
}

.js-drawer-close {
    padding: 0;
    border: 0px !important;
    background-color: transparent !important;
}
.overlay-content .qty-adjust {
    background-color: transparent;
}
.cart-link__bubble--visible {
    bottom: 12px;
}
.header-section {
    box-shadow: 0px 0px 7px #00000026;
}
div#section-16238554976fc613f1 .h4 {
    font-size: 16px;
}
.custom--icons img {
    max-width: 150px;
    margin: auto;
}
#cookiescript_badge {
    display: none !important;
}
.icon--custom {
    width: 15px;
    height: 15px;
    vertical-align: bottom;
}

span.smalmenu {
    font-size: 12px;
}
.site-nav__link--icon .cart-count, .site-nav__link--icon .wl-count {
    position: relative;
    right: unset;
    top: unset;
}
.cart-link span {
    font-size: 12px;
    margin-left: 6px;
}
.site-header {
    height: unset;
    padding: 10px 0px;
}

.site-nav__link--icon {
    padding-top: 0px;
}
.transparent-header .header-section {
    position: sticky;
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
    transition:0.2s;
}

.transparent-header .header-section .site-header {
    background: transparent;
    transition:0.2s;
}

.transparent-header .icon--custom {
    color: white !important;
    transition:0.2s;
}

.transparent-header .site-nav__link--icon {
    color: white !important;
    transition:0.2s;
}

.transparent-header .inverted-logo {filter: invert(1);transition:0.2s;}

.transparent-header .default-logo {
    transition:0.2s;
}

.mainhero:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg,transparent 10%,rgba(84,84,84,0) 100%);
    z-index: 9;
}

.sticky-header.is-scrolling .site-header {
    border: 0px;
    transition:0.2s;
}

.sticky-header.is-scrolling .header-section {
    position: sticky;
    width: 100%;
    box-shadow: none !important;
    transition:0.2s;
}
.transparent-header .site-header {
    border: 0px !important;
    transition:0.2s;
}
.customcontent--blockmain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 99;
    min-width: 400px;
}

.mainhero {
    position: relative;
}

.customcontent--blockmain h2 {
color: #fff;
    line-height: normal;
    text-transform: uppercase;
    font-size: 24px;
}

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

.customcontent--blockmain h3 {
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
}

.customcontent--blockmain a {
    color: white;
  line-height:normal;
}
.mainhero {
    line-height: 0px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.customfoooter--main .row {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}
@media only screen and (min-width: 750px) {
.customfoooter--main .customsmartnewsletter-1 {
    width: 22%;
}

.customfoooter--main .customsmartcolumn-2 {
    width: 15%;
}

.customfoooter--main .customsmartcolumnlogo-3 {
    width: 25%;
}

.customfoooter--main .customsmartcolumn-4 {
    width: 19%;
}

.customfoooter--main .customsmartcolumn-5 {
    width: 19%;
}

.customsmartcolumn-5 .custommain--navigationfooter {
    padding-left: 30px;
}
.customsmartcolumn-4 .custommain--navigationfooter {
    padding-left: 30px;
}

.custologofooter--main img {
    max-width: 150px;
}

.custologofooter--main {
    text-align: center;
}
}
.customfoooter--main .row {
    max-width: 1400px;
}

.customnewsletter--footermain {
    padding-right: 30px;
}

.custommain--navigationfooter ul {
    list-style: none;
    margin: 0px;
}

.custommain--navigationfooter li a {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #6c6c6c;
}

.custommain--navigationfooter li {
    margin-bottom: 9px;
}

.customsmartcolumn-2 .custommain--navigationfooter {
    padding-left: 52px;
}
iframe#admin-bar-iframe {
    display: none !important;
}
.customnewsletter--footermain .btn {
    border: transparent !important;
    background: transparent !important;
    padding: 0px;
    position: absolute;
    right: 12px;
    width: auto !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.customnewsletter--footermain .newsletter__input {
    margin-bottom: 0px !important;
    background: transparent !important;
    text-transform: none !important;
    border: 0px;
    border-bottom: 1px solid black;
    border-radius: 0px !important;
    padding: 8px 5px;
}

.customnewsletter--footermain form#ContactForm--footer {
    position: relative;
}

.customnewsletter--footermain .btn svg {
    width: 10px;
    height: 10px;
}

.customsicla---footer {
    margin-top: 14px;
}

.customsicla---footer svg {
    width: 15px;
    margin-left: 0px;
    margin-right: 12px;
}
@media only screen and (min-width: 750px) {
  .mobilemenu {
    display:none;
  }
}
@media only screen and (max-width: 750px) {
  .desktopmenu {
    display:none;
  }
  .mobilemenu {
    padding: 20px;
}

.mobilemenu .customnewsletter--footermain {
    padding: 10px;
    text-align: center;
}

.custologofooter--main img {
    width: 150px;
}

.custologofooter--main {
    text-align: center;
}
}
.smallcopyright {
    text-align: center;
    font-size: 12px;
}
.drawer__close svg {
    height: 40px;
    width: 40px;
}
.maincustomblocking img {
    border-radius: 0px !important;
}

.customainflex--grid .row {
    max-width: 100%;
    margin: auto;
}

.customainflex--grid .col-sm-4 {
    padding: 0px;
}

.customainflex--grid {
    padding: 0px;
}

.customsmallhider {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    width: 90%;
    text-align: center;
    z-index: 9999;
    bottom: 20px;
}

.maincustomblocking {
    position: relative;
}

.customsmallhider a {
    font-size: 31px;
    color: white;
    font-weight: 500;
}
.maincustomblocking {
    line-height: 0px;
}
body:not(.dbtfy-product_image_crop-destroy) .product--image {
    border-radius: 0px !important;
}

.media-wrapper {
    border-radius: 0px !important;
}
.productwrapper {
    max-width: 1300px;
    margin: auto;
    padding: 30px 10px;
}
div#productDescription {
    font-weight: 100 !important;
    margin-top: 5px;
    margin-bottom: 25px;
}

.price-container {
    margin-bottom: 0px;
}
div#productDescription {
    font-weight: 100 !important;
    margin-top: 5px;
    margin-bottom: 25px;
}

.price-container {
    margin-bottom: 0px;
}

.single-option-radio input[type=radio]:not(:checked)+label {
    background: transparent !important;
}

.single-option-radio input[type=radio]:checked+label:not(.disabled):not([disabled]):active {
    background: transparent !important;
    border-color: transparent;
}

.single-option-radio input[type=radio]:checked+label {
    background: transparent !important;
    border-color: transparent !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    color: black !important;
}

.single-option-radio label {
    border-radius: 0px !important;
}
.variant-label-option-value {
    font-size: 16px;
    text-transform: none !important;
    font-weight: 100;
    color: #cfcfcf;
}

.product-single__form .product-form__item>label {
    font-size: 16px;
}
.custommainbordering {
    border-top: 1px solid #5e5e5e;
    margin: 0px !important;
    padding-top: 14px;
    padding-bottom: 3px;
}

.product-single__form .product-form__item {
    padding-left: 0px;
}

label.single-option-radio__label {
    margin-bottom: 14px;
}
.product-single__form .product-form__item {
    padding-left: 0px;
}

label.single-option-radio__label {
    margin-bottom: 14px;
}

.btn--add-to-cart {
    background: black !important;
    border: 0px solid black!important;
    color: #fff!important;
    letter-spacing: 3px;
    font-weight: 500!important;
    font-size: 14px;
    border-radius: 0px !important;
    text-transform: uppercase;
}
.product-single__meta {
    max-width: 450px;
    margin: auto;
}
.header-section {
    box-shadow: unset !important;
    border: 0px !important;
}

.site-header {
    border: 0px !important;
}
img {
    border-radius: 0px !important;
}
.mySwiper .swiper-wrapper {
    height: unset !important;
}
.mySwiper .swiper-slide {
    height: 100%!important;
    opacity: 0.5;
}

.short--imagesmain .col-sm-10 {
    padding: 0px;
}

.swiper-slide-thumb-active {
    opacity: 1 !important;
}
.tooltip {
    display: none !important;
}
span.cart-link__bubble {
    display: none !important;
}
.customain--pointing .accordion {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    font-weight:100;
}
div#productDescription {
    font-size: 14px;
    letter-spacing: 0.4px;
}
.customain--pointing .panel {
    padding-left: 0px;
    font-size: 14px;
}
.composition--main a {
    text-decoration: underline;
}

.composition--main p {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.composition--main ul {
    list-style: none;
    margin: 0px;
}

.composition--main li {
    margin-bottom: 5px;
}

.composition--main li a {
    font-size: 12px;
}
.single-option-radio label {
padding-left: 13px!important;
    padding-right: 13px!important;
    min-width: unset!important;
    margin-right: 5px;
}
.customain--pointing .accordion:after {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.customain--pointing .accordion {
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.customain--pointing .accordion.active {
    border: 0px;
}
ol.breadcrumbs__list {
    list-style: none;
    margin: 0px;
}

.breadcrumbs {
    background: transparent !important;
}

li.breadcrumbs__item {
    display: inline-block;
    margin-right: 14px;
}

a.breadcrumbs__link {
    color: #919191;
    font-size: 14px;
}

.custombreadcrumbs--main nav.breadcrumbs {
    max-width: 1300px;
    margin: auto;
}
li.breadcrumbs__item {
    color: #bdbdbd;
}
@media only screen and (min-width: 801px) {
  .mobileimages {
    display:none;
  }
}
@media only screen and (max-width: 801px) {
  .desktopimages {
    display:none;
  }
  ol.breadcrumbs__list {
    text-align: center;
}
  .productwrapper {
    padding-top: 10px;
    padding-left: 15PX;
    padding-right: 15px;
}
}
.main--mobilefixing img {
    width: 100%;
}
.custom--sizeguidemmain {
    position: absolute;
    right: 0;
}

.custommainbordering {
    position: relative;
}

.custom--sizeguidemmain button {
    text-decoration: underline;
    font-size: 13px;
}
.insidesize--guide {
    overflow-y: auto;
}

.insidesize--guide th {
    background: white !important;
    color: black;
    padding: 5px 8px;
    font-size: 12px;
}

.insidesize--guide td {
    font-size: 13px;
    padding: 8px 20px;
}
.customsmallhider a h2 {
    color: white;
}
@media only screen and (min-width: 1025.1px)
{
div#CollectionSection #infiniteScrollContainer .grid__item {
    width: 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    padding: 0px;
    padding: 5px;
}
}
div#infiniteScrollContainer {
    margin: 0px;
}

#CollectionSection .wrapper {
    max-width: 1300px;
    padding: 5px;
}
div#infiniteScrollContainer .card {
    background: transparent;
}

.grid-product--wrapper {
    animation-name: none !important;
}
div#CollectionSection #infiniteScrollContainer .grid__item {
    margin-bottom: 0px;
}
.customfilter--optinsmain button {
    padding: 0px;
    background: transparent !important;
    border: 0px !important;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
}

.customfilter--optinsmain {
    padding: 0px 3px;
}
.drawer--left.js-drawer-open {
    animation-duration: 0.2s !important;
}

.drawer {
    transition: all 0.2s ease !important;
}

.overlay-backdrop {
    background: rgb(0 0 0 / 37%) !important;
}

.drawer.js-drawer-open .drawer__header {
    animation-duration: 0.2s !important;
}

.drawer.js-drawer-open .drawer__inner {
    animation-duration: 0.2s;
}
.overlay-content .btn, .overlay-content textarea, .overlay-content select, .overlay-content input {
    border: 1px solid black;
    background: transparent !important;
    padding: 8px 20px;
    border-radius: 0px !important;
}
.drawer__close-button {
    padding: 0px !important;
}

.drawer__close-button svg {
    width: 35px;
    height: 32px;
}

.js-drawer-close {
    padding: 0px !important;
}
.js-drawer-close svg {
    width: 35px;
    height: 32px;
}

.overlay-content #ajaxCartForm .btn--primary {
    color: black !important;
}
.mobile-nav__has-sublist a, .mobile-nav>.mobile-nav__item:not(.mobile-nav__item--secondary)>a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-nav__has-sublist .btn {
    padding: 0px;
}


.mobile-nav__item {
    margin-top: 8px;
}

li.mobile-nav__item a {
    padding: 10px 0px;
}
.mobile-nav__toggle svg {
    width: 14px;
    height: 14px;
}
a.mobile-nav__link {
    font-size: 15px!important;
    text-transform: unset !important;
    letter-spacing: 1px!important;
}

.mobile-nav__sublist .mobile-nav__item+.mobile-nav__item {
    margin-top: 0px;
}

.mobile-nav__sublist {
    margin-left: 10px;
    margin-top: 0px;
}
.customainflex--grid {
    padding-top: 0px;
    padding-bottom: 0px;
}

.customainflex--grid .col-sm-6 {
    padding: 10px;
}

.newmainbgdesktop {
    margin-bottom: 0px;
}
.swiper-pagination-bullet-active {
    background: white !important;
}

.swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
}
@media screen and (max-width: 769.1px)
  {
    .customcontent--blockmain {
    left: 0;
    width: 100%;
    min-width: 100%;
}

.mainhero img {
    height: 100vh;
    object-fit: cover;
}

.site-header {
    background: transparent !important;
}
    .site-header__logo .mobile-logo {
}
    .customcontent--blockmain h3 {
    font-size: 23px;
}

.customcontent--blockmain h2 {
    font-size: 20px;
}
    span.bagname {
    display: none !important;
}
  }
.nav-container-right-icons .site-nav__item {
    margin-left: 10px;
}
@media screen and (max-width: 801px)
  {
   .desktopwishlist {
   display:none;
   }
  }
@media screen and (min-width: 801px)
  {
   .mobilewishlist {
   display:none;
   }
  }
.social-sharing a {
    padding: 0px !important;
    background: transparent !important;
    border-color: transparent !important;
    color: black !important;
}

.social-sharing a svg {
    width: 18px;
    height: 18px;
}

.social-sharing {
    text-align: center !important;
}
div#WishlistTemplate .card {
    background: transparent !important;
    width: 25%;
    float: left;
    margin: 0px !important;
    padding: 5px;
}

div#WishlistTemplate .card .card-body {
    padding: 0px;
}

.wl-product-options button {
    padding: 10px 20px !important;
}

.wl-product-options .btn {
    padding: 8px 20px;
    border-radius: 0px !important;
    font-size: 14px;
}

.removeoptionfixed button svg {
    width: 25px;
    height: 25px;
    padding: 4px;
}

.removeoptionfixed {
    position: absolute;
    top: 16px;
    right: 16px;
}

.removeoptionfixed button {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: white !important;
    padding: 5px;
}

p.prodycpricine--main {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

p.product--titlemain {
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-size: 14px;
}
@media screen and (max-width: 801px)
  {
    div#WishlistTemplate .card {
    width: 50%;
}
  }
.section-header:after, .shopify-policy__title:after {
    display: none;
}
@media screen and (max-width: 769px)
{
.section-header, .shopify-policy__title {
    padding-bottom: 0px;
}
}
.customfeaturedsection--content p {
    font-size: 20px;
}
@media only screen and (min-width: 750px) {
.customheroblock .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.customimagingmain img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.image---block svg {
width: 50px;
    height: 50px;
    fill: #757575;
}

.content--footer {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text---content {
    margin-left: 20px;
}

.text---content h2 {
    font-size: 20px;
  margin-bottom:0px;
}

.text---content p {
    font-size: 14px;
  margin-bottom: 0px;
}

.custom--iconsfooter {
    padding: 20px;
  background-color: #ffffff;
}

.custom--iconsfooter .row {
    max-width: 1300px;
    margin: auto;
}
.custom--iconsfooter {
    border-bottom: 1px solid #e7e7e7;
}
.shopbbycategory {
    text-align: center;
    padding: 30px;
    max-width: 1500px;
    margin: auto;
}
.shopbbycategory h3 {
    margin-bottom: 28px;
}
@media screen and (min-width: 769.1px)
  {
    .leftside--text .customcontent--blockmain {
    left: 5%;
}
  }
.custom--category .col-sm-3 {
    padding: 5px;
}
.categories--mainmifashion h3 {
    text-align: center;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (min-width: 768px)
{
.shopthecategories .col-sm-2 {
    width: 16.6666666667%;
    padding: 0px;
}
}
.testimoniall--stars svg {
    width: 19px;
}

p.customquotebody {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p.customauthor--name {
    font-size: 17px;
    color: grey;
}

.customtestimonia--insidemain {
    padding: 40px 20px;
}
@media only screen and (min-width: 750px) {
.customtestimonia--insidemain .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.customtext--imgmain img {
    max-height: 370px;
}
.designers--customain .col-sm-6 {
    padding: 0px;
}

.other--contentblacked--main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.other--contentblacked--main h2 {
    font-size: 19px;
    margin: 0px;
    color: white;
}

.other--contentblacked--main {
    text-align: center;
}

.other--contentblacked--main h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 46px;
    text-transform: uppercase;
    color: white;
    line-height: 46px;
    letter-spacing: 3px;
}

.custominsdosj--content a {
    color: white;
    font-size: 16px;
}
.custommainsection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custommainsection img {
width: 27px;
    opacity: .2;
}

.ucustomicons {
    line-height: 0px;
    margin-right: 10px;
}

.custominstagrammain {
    padding: 10px;
    background-color: #f9f9f9;
}
.customquotes--main svg {
    width: 70px;
    height: 70px;
    fill: #484848;
}
.customquotes--main {
    top: 19%;
    position: absolute;
    z-index: 99;
    right: 38px;
}
.customquotes--main {
    top: 10%;
    right: 6%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    padding: 10px;
    color: black;
    font-size: 26px;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
}
.customtext--imgmain img {
    box-shadow: 20px 20px #545454;
}
.customtestimonia--insidemain {
    background: white;
}
.customtestimonia--insidemain {
    max-width: 1200px;
    margin: auto;
}

.estimonial--mains--custom {
    max-width: 1500px;
    margin: auto;
}
.fairpricing-main h3 {
    font-size: 37px;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 16px;
}

.fairpricing-main {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.iconproduct--section img {
    width: 48px;
    opacity: 0.4;
}

.iconproduct--section h2 {
    font-size: 15px;
    margin: 8px 0 0;
    margin-bottom: 7px;
}

.iconproduct--section p {
    font-size: 20px;
}

.fairpricing-main {
    max-width: 800px;
}

.fairpricing-main p {
    margin-bottom: 37px;
    font-weight: 300;
    line-height: 23px;
}
@media (min-width: 768px)
{
.fairpricing-main .col-sm-2 {
    width: 20%;
}
}

.customain--pricjung {
    padding: 50px 30px;
}
input,textarea {
    background: transparent !important;
    border-radius: 0px !important;
    border-color: #ababab !important;
}
.customaccountsa a {
    padding: 0px 20px;
    display: block;
    border: 0px solid black;
    margin-top: 10px;
}

.customaccountsa {
    margin-top: 0px;
    margin-bottom: 0px;
}

.customaccountsa div {
    margin-top: 0px;
}

a:hover, button:hover, [role=button]:hover, input:hover, label:hover, select:hover, textarea:hover {
    opacity: 1 !important;
}
@media screen and (max-width: 801px)
  {
    .sticky-header.is-scrolling .site-header img.mobile-logo {
    filter: unset !important;
}
    .nav-container-right-icons .site-nav__item {
    margin-left: 5px;
}
    .mobilewishlist {
    display: none;
}
    .customtest--content {
    margin-top: 50px;
}

.customtext--imgmain img {
    max-height: 150px;
}

p.customquotebody {
    font-size: 18px;
    line-height: 22px;
}
    .site-header {
    padding-top: 8px;
}
    .content--footer {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.image---block svg {
    width: 40px;
    height: 40px;
}

.text---content h2 {
    font-size: 16px;
}

.text---content p {
    font-size: 12px;
}
  }
.custominstagram--sectionmain h4 {
    margin-bottom: 0px;
}

.custominstagram--sectionmain {
    text-align: center;
}
.instagramsectionhere {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 15px;
}

.custominstagram--sectionmain {
    margin-top: 30px;
}
.mySwiper2 .swiper-wrapper {
    height: 100% !important;
}
.wishlist--container .dbtfy-wish_list {
    padding: 0px;
}

.wishlist--container .dbtfy-wish_list button {
    padding: 0px 20px;
    height: unset;
    width: 100%;
}

.customain--wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-single__add-to-cart {
    width: 80%;
    margin: 0px;
}

.wishlist--container {
    width: 20%;
    margin-left: 6px;
}
span.alreadyaddedwishlist {
    display: none;
}
.wl-active  span.addinwishlist {
    display: none;
}

.wl-active  span.alreadyaddedwishlist {
    display: block;
}

.wishlist--container .dbtfy-wish_list button {
    padding: 10px 20px !important;
    background: transparent !important;
    color: black !important;
}

.wishlist--container .dbtfy-wish_list button span {
    font-size: 14px;
}

.wishlist--container .dbtfy-wish_list button.wl-active {
    background: black !important;
    border: 1.4px solid black !important;
}

.wishlist--container .dbtfy-wish_list button.wl-active span {
    color: white !important;
}
.customain--wishlist {
    margin-bottom: 10px;
}
@media screen and (max-width: 769px)
  {
.product-single__add-to-cart {
    width: 70%;
}

.wishlist--container {
    width: 30%;
}    
  }
.product-recommendations .wrapper {
    max-width: 1500px;
}

.card {
    background: transparent !important;
}

.grid-product__badge.grid-product__badge-bottom-right {
    bottom: unset;
    top: 8px;
}
.dbtfy-wish_list .grid-product__badge button {
    padding: 0;
    background: transparent;
    border-color: transparent;
    border-radius: 50px;
    color: #000!important;
    width: 30px;
    height: 30px;
    font-size: 19px;
}
.dbtfy-wish_list .grid-product__badge button svg {
    width: 21px;
    height: 21px;
    padding: 2px;
}
.product-hover-image {
    position: absolute;
    display: block;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}

.has-hover-image:hover .product-hover-image {
    opacity: 1;
    transition: 0.3s;
}

.has-hover-image:hover .grid-product--wrapper:not(.product-hover-image) {
    display: block;
    transition: 0.3s;
}

.slick-product-grid ul.slick-dots {
    margin-top: 0px;
}
.dbtfy-wish_list .grid-product__badge button.wl-active {
    background: black !important;
    border-color: black !important;
}

.dbtfy-wish_list .grid-product__badge button.wl-active svg {
    color: white !important;
}
.customcentermain {
    width: 100%;
}
.customcentermain {
    width: 100%;
}

.overlay-content #ajaxCartForm .btn--primary {
    background: black !important;
    color: white !important;
    padding: 16px 20px;
}
.qty-container button {
    padding: 0px !important;
    height: 27px;
    width: 27px;
    line-height: 27px;
}

.qty-container .qty-input {
    height: 27px !important;
    padding: 0px;
    border: 0px !important;
    border: 1px solid black !important;
}

.product-single__meta .qty-container button {
    padding: 0!important;
    height: 40px;
    width: 38px;
    line-height: 27px;
}

.product-single__meta .qty-container .qty-input {
height: 40px!important;
    padding: 0;
    border: 0px!important;
    border: 1px solid black!important;
}

.qty-container button svg {
    width: 14px;
    height: 14px;
}

.qty-container {
    margin-top: 4px;
}
.qty-container button:after {
    display: none !important;
}
button:after {
    display: none !important;
}
.btn--loading .btn__text {
    position: unset !important;
    clip: unset !important;
    overflow: unset !important;
    height: unset !important;
    width: unset !important;
}
#SearchDrawer.drawer+.overlay-drawer {
    display: none !important;
}
.customsearchclose svg {
    width: 30px;
    height: 30px;
    stroke: black !important;
}

.customsearchdraswer button {
    padding: 0px !important;
    color: black !important;
    border: 0px !important;
    line-height: unset !important;
}

.customsearchdraswer button svg {
    color: black !important;
}

.customsearchdraswer .search-input {
    padding: unset !important;
    border: 0px !important;
    height: unset !important;
    font-size: 18px;
}

.customsearchdraswer .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.customsearchdraswer button svg {
    width: 25px;
}
.customsearchdraswer button {
    height: 28px;
}
.customsearchdraswer button {
    background: transparent !important;
}
.fixthemaingodbar {
    background: whitesmoke;
    padding: 12px 0px;
}
div#cookiescript_copyright {
    display: none !important;
}

#cookiescript_injected {
    background: white !important;
    border-radius: 0px !important;
}

#cookiescript_reject {
    border-radius: 0px !important;
    background: whitesmoke !important;
    color: black !important;
}

div#cookiescript_accept {
    background: black !important;
    font-weight: 700;
    border-radius: 0px !important;
}

#cookiescript_description {
    color: black !important;
}

#cookiescript_readmore, #cookiescript_reportlink, #cookiescript_cookiescriptlink {
    display: none !important;
}

#cookiescript_header {
    color: black !important;
}
.customgridblog--mainbody .card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
    padding: 0px;
}

.customgridblog--mainbody .card-body p {
    font-size: 35px;
    color: white;
}

.customgridblog--mainbody .image-link:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000054;
    z-index: 9;
}

.customgridblog--mainbody .image-link {
    position: relative;
}

.flex.customgridblog--mainbody {
    padding: 0px;
    position: relative;
}
@media screen and (max-width: 769px)
  {
    .customfilter--optinsmain button {
    border-bottom: 0px solid black !important;
}
  }
.customsmallhider h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
body {
    max-width: 100%;
    margin: auto;
}
.dbtfy-filter-group h6 {
    font-weight: 600;
}
.mainhero {
    background: #f1f1f1;
}
.sticky-header:not(.sticky-announcement_bar) .header-section:before {
    display: none;
}

.featured-products-section .box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured-products-section .grid.slick-initialized .slick-slide {
    margin: 0px;
    padding: 5px;
}
.featured-products-section .wrapper .slick-initialized {
    margin: 0px;
}
.featured-products-section .slick-arrow {
    opacity: 1;
}

.featured-products-section .slick-arrow[aria-disabled=true] {
    opacity: 1 !important;
}
.featured-products-section .slick-arrow {
    background: transparent !important;
    border: 0px !important;
}
@media only screen and (min-width: 750px) {
.featured-products-section .wrapper .slick-initialized {
    padding-left: 4%;
    padding-right: 4%;
}
  .featured-products-section .wrapper {
    max-width: 100%;
    padding: 10px;
    padding-top: 0px;
}
}
@media only screen and (max-width: 750px) {
    .featured-products-section .wrapper {
    padding: 0px;
}
}
.slick-next:before {
    content: '';
    background: url('https://cdn.shopify.com/s/files/1/0612/8812/0506/files/001-right-arrow.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
}
.slick-prev:before {
    content: '';
    background: url('https://cdn.shopify.com/s/files/1/0612/8812/0506/files/002-left.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
}

.featured-products-section .slick-arrow[aria-disabled=true] {
    opacity: 0.2 !important;
    pointer-events: none;
}
.featured-products-section .slick-arrow {
    margin-top: -40px;
}
.announcement-message-item p {
    font-size: 16px;
}

div#announcement .announcement-message {
    padding: 0px 0px;
}

.announcement-grid {
    height: unset;
}

.announcement-message-item {
    padding: 5px 0px;
}
@media only screen and (max-width: 750px) {
 #announcement p {
    font-weight: 500;
    font-size: 9px;
} 
}
@media only screen and (min-width: 750px) {
.custologofooter--main svg {
    width: 100%;
    height: 100%;
    max-width: 150px;
      padding-left: 14px;
}
}
@media only screen and (max-width: 750px) {
 .custologofooter--main svg {
      padding-left: 0px;
} 
}
div#CollectionSection .box {
    padding-top: 0px;
}

div#CollectionSection .wrapper {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  padding-top:30px;
}
.videosection--mainfixed {
    padding-left: 4.7%;
    padding-right: 4.7%;
    padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
 .videosection--mainfixed {
   padding-left:8px;
   padding-right:8px;
 }
  div#CollectionSection #infiniteScrollContainer .grid__item {
    padding: 5px;
}

  div#CollectionSection #infiniteScrollContainer .grid__item {
    padding: 3px;
}

div#CollectionSection .wrapper {
    padding: 5px;
  padding-top:30px;
}

.customfilter--optinsmain button {
    text-align: left;
    margin-bottom: 22px;
}
  .customwrapper {
    padding: 0px 5px;
}
}
.sticky-header .header-section {
    top: -1px;
}
@media only screen and (min-width: 750px) {
.customfilter--optinsmain {
    padding: 0px 5px;
}

.customfilter--optinsmain button {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 750px) {
.desktophide .product-single__title {
    text-align: center;
    margin-bottom: 0px;
}

.desktophide .price-container {
    align-items: center;
    justify-content: center;
}

.desktophide {
    margin-bottom: 10px;
}

.custombreadcrumbs--main {
    display: none;
}
}
@media only screen and (min-width: 750px) {
  .desktophide
  {
    display:none !important;
  }
}
@media only screen and (max-width: 750px) {
  .mobilehide
  {
    display:none !important;
  }
  .product-single__meta--wrapper {
    margin-top: 20px;
}
  .customain--pointing .accordion {
    font-size: 12px;
    letter-spacing: 1px;
}
}
.customcollectionmain--title {
    text-align: center;
}

.customcollectionmain--title a {
    font-size: 12px;
}

.customcollectionmain--title {
    margin-bottom: 3px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 19px !important;
    color: white !important;
}
@media screen and (max-width: 769.1px)
  {
    .slick-product-grid ul.slick-dots {
    display: none !important;
}
    .stamped-widget-poweredby {
    display: none !important;
}
  }
.product-video video {
    width: 100%;
}
h2.customsubtitle--main {
    font-size: 22px;
    letter-spacing: 1px;
}
.giftcard--maincustomfixing {
    margin-top: 30px !important;
    border-top: 1px solid #c3c3c3;
    padding-top: 30px;
}

.giftcard--maincustomfixing .single-option-radio label {
    margin-right: 5px;
    border: 1px solid grey !important;
}

.giftcard--maincustomfixing .single-option-radio input[type=radio]:checked+label {
    border: 1px solid black !important;
}
.giftcard--maincustomfixing label.single-option-radio__label {
    margin-bottom: 14px;
}
.custommaindescription--giftcar {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #d9d9d9;
}
p.smart--title {
    margin-bottom: 12px;
}
.hideshow--giftcardsection {
    padding: 10px 0px;
}

.hideshow--giftcardsection input {
    height: unset !important;
    padding: 7px 20px;
}

.hideshow--giftcardsection label {
    margin-top: 4px;
    margin-bottom: 12px;
}
@media screen and (max-width: 769.1px)
  {
    .giftcard--maincustomfixing {
    margin-top: 0px!important;
    border-top: 1px solid #c3c3c3;
    padding-top: 20px;
}
  }
.customaddtocart--formmain button {
    width: 100%;
    background: white !important;
    color: black !important;
    border: 0px !important;
    padding: 10px 20px;
}

.customaddtocart--formmain {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    opacity: 0;
    transition: 0.2s;
}

.grid-product__wrapper:hover .customaddtocart--formmain {
    opacity: 1;
    transition: 0.2s;
}
@media screen and (max-width: 769.1px)
  {
    .customaddtocart--formmain
    {
      opacity:1;
    }
    
  }
.w-bottom-bar {
    display: none !important;
}
@media screen and (min-width: 769px)
  {
    .mimage
    {
      display:none;
    }
  }
@media screen and (max-width: 769px)
  {
    .dimage
    {
      display:none;
    }
  }
.customcontent--blockmain a {
    padding: 10px 40px;
    line-height: normal;
    background: #ffffff;
    border: 0px;
    font-weight: 500;
    border-radius: 50px;
    color: black;
}
button#pokingPreOrderSimple {
    width: 100%;
    border: 1px solid black !important;
}


[poking-message-pre]:before, .tooltip:before, .tooltip-top:before {display: none !important;}
.default-logo {
    max-width: 220px;
}
span.smalmenu {
    font-size: 16px;
}

.cart-link span {
    font-size: 16px;
}

.site-nav__link--icon .cart-count, .site-nav__link--icon .wl-count {
    font-size: 16px;
}
#announcement p {
    font-weight: 900;
}
.icon--custom {
    width: 22px;
    height: 22px;
}
.site-nav__link--icon svg {
    vertical-align: middle;
}
.icon--custom {
    fill: white;
}
.customcontent--blockmain h2 {
font-size: 36px;
    font-weight: 800;
    display: block;
    text-transform: unset;
}

.customcontent--blockmain p {
    color: white;
    font-size: 17px;
    line-height: normal;
    display: block;
}

.customcontent--blockmain a {
    padding: 10px 40px;
    line-height: normal;
    background: white;
    border: 0px;
    font-weight: 500;
    border-radius: 50px;
  margin-top:10px;
}
.grid-product--wrapper {
    padding-top: 130% !important;
}

.grid-product--wrapper img {
    object-fit: cover !important;
    height: 100% !important;
}
.customsmallhider p {
    color: white;
    padding: 10px 0px;
    font-size: 15px;
    line-height: normal;
    padding-top: 5px;
  letter-spacing: 1px;
}

.customsmallhider {
    padding: 20px;
}

.customsmallhider {
    max-width: 350px;
}

.customsmallhider h2 {
    font-size: 36px;
    margin-bottom: 3px;
}
[data-section-type="newsletter-section"] h2 {
    font-size: 31px;
    font-weight: 700;
}

[data-section-type="newsletter-section"] input {
    border: 0px;
    background: transparent !important;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid black !important;
    padding: 14px 0px;
}

[data-section-type="newsletter-section"] button {
    position: absolute;
    right: 0;
    width: 150px !important;
    font-weight: 500;
    font-size: 16px;
}
[data-section-type="newsletter-section"] .wrapper {
    max-width: 900px;
}
.maincustomblockings {
    text-align: center;
}

.customsmallhiders h2 {
    font-size: 16px;
    color: grey;
    padding: 10px 10px;
    letter-spacing: 2px;
}

.maincustomblockings img {
    width: 100%;
}

.customainflex--grids .row {
    max-width: 1250px;
    margin: auto;
}
.customsixcategory--block {
    text-align: center;
}

.customsixcategory--block h1 {
    padding: 30px 20px;
    font-weight: 500;
    font-size: 25px;
    margin-top: 40px;
}

.customsixcategory--block .row {
    max-width: 1300px;
    margin: auto;
}

.sixcategoryblock img {
    border-radius: 50% !important;
}
.customainflex--grid .col-sm-6 {
    padding: 0px;
}
.customsixcategory--block {
    padding-bottom: 40px;
}
.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #000000;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 0px;
        margin-bottom:80px;
        opacity: .2;
        transform: scale3d(0.8, 0.8, 1);
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #000000;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #000000;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0,-50%,0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50px;
    }
    .customsection--heading
    {
            font-size: 30px;
            line-height: normal;
    }
    .customsectionbody {
    font-size: 22px;
        
    }
    .testimonial--customslidermain {
    text-align: center;
    padding: 40px 20px;
}
div#customers-testimonials {
    margin-top: 40px;
}
.customthreegrid h1 {
text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 100 !important;
}

.customthreegrid {
    padding: 21px 0px;
}

.featuredcollections--main .row {
    max-width: 1400px;
    margin: auto;
}
.customfaq--centermain {
    background: #f9f9f9;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-md-1 {
    -ms-flex-order: 1;
    order: 1
}
.customtextwithrowmains .row {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 30px;
}

.customtextwithrowmains {
    padding: 50px 20px;
}

.textwmains--contentext h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: normal;
}

.textwmains--contentext p {
    font-size: 19px;
}

.custommain--rowingfix img {
    box-shadow: 10px 10px #ccd4bf;
}

.insidechosoeiconsmain--fixing h3 {
    margin-top: 10px;
}

.custommain--rowingfix img {
    max-width: 500px;
}

.customtextwithrowmains .order-md-1 .custommain--rowingfix {
    text-align: right;
}

.customquantitymainnumber {
    background: #f5f3e7;
    width: 70px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    font-size: 38px;
    border-radius: 50px;
}
.threeeasysteps p {
    font-size: 16px;
}

.customfreeemain--fixing .row {
    max-width: 1300px;
    margin: auto;
}

.itsallstartwithmain----customer .row {
    max-width: 1000px;
    margin: auto;
}

.customimagesectionbigbanner {
    max-width: 80%;
    margin: 0 auto;
    border: 10px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(-4deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.custominsidemain--contentfixing h2 {
margin-top: 0;
    font-size: 40px;
    line-height: normal;
    color: #484848;
}

.custominsidemain--contentfixing p {
    font-size: 16px;
}

.itsallstartwithmain----customer {
    padding: 60px 20px;
}

.custominsidemain--contentfixing p {
    color: #383838;
}

.cusomertestimonialmain--fixjgng {
    background: #fff;
    margin-top: 0;
    z-index: 9;
    display: block;
    position: relative;
}

.threeeasysteps {
    padding-top: 10px;
    padding-bottom: 60px;
}

.custominsidemain---custom .customcircleicons {
    height: 126px;
    width: 126px;
    border-radius: 50%;
    line-height: 128px;
}

.custominsidemain---custom img {
    max-height: 109px;
}

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

.customservingsize--main h2 {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 52px;
}

.customservingsize--main .row {
    max-width: 1200px;
    margin: auto;
}
.testimonial--customslidermain .row {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    padding-bottom: 30px;
}

.testimonial--customslidermain .col-sm-4 {
    min-width: 350px;
}

.shadow-effect {
    text-align: left;
    box-shadow: unset;
    border-radius: 0px;
    border: 1px solid grey;
    min-height: 300px;
}

.customreview--mainone svg {
    width: 149px;
}

/* width */
.testimonial--customslidermain .row::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.testimonial--customslidermain .row::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.testimonial--customslidermain .row::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.testimonial--customslidermain .row::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fromreview {
    font-size: 20px;
    padding: 10px 10px;
}

.ratingmainone--goodone {
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 600;
    padding-top: 40px;
}

.flexinsidecontent--main {
    padding: 30px 40px;
    background: #f9f9f9;
    min-height: 300px;
}
.flexinsidecontent--main span.testimonial-stars {
    line-height: 30px;
    font-size: 39px;
}

.shadow-effect .testimonial-stars {
    font-size: 29px;
}
p.customreduce {
    font-size: 19px;
    min-height: 150px;
}

p.author-name {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
}
.custominsidebanerone {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}

.newonebannergoodone {
    max-width: 1250px;
    margin: auto;
}

.bignewbannercustomone {
    max-width: 450px;
}

.bignewbannercustomone h2 {
    font-size: 35px;
}

.bignewbannercustomone p {
    font-size: 16px;
}

.bignewbannerone {
    position: relative;
}
.uptocusjtom--maiinss h2 {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 6px;
}

.uptocusjtom--maiinss p {
    text-transform: capitalize;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.uptocusjtom--maiinss .btn {
    background: transparent;
    border: 0px;
    padding: 0px;
    border-bottom: 1px solid black;
    font-weight: 900;
}

.uptocusjtom--maiinss {
    background: #fff6d8;
    padding: 40px 20px;
}
.stepthisway00mains {
    max-width: 600px;
    margin: auto;
    padding-bottom: 50px;
}

.stepthisway00mains h2 {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.stepthisway00mains p {
    font-size: 16px;
}
.testimonial--customslidermain .row {
    margin: auto;
}

.customsmallhiders p {
    font-size: 37px;
    font-weight: 900;
    padding: 0 0 5px;
    margin-bottom: 7px;
    line-height: 46px;
}

.customsmallhiders {
    padding: 20px 0px;
    padding-bottom: 40px;
}

.customsmallhiders a {
    border-bottom: 1px solid black;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
}
.rightbannermain .bignewbannercustomone {
    margin-left: auto;
    text-align: right;
}
.media-wrapper {
    background: transparent !important;
}

[data-section-type="featured-row-section"] .btn {
background: transparent!important;
    padding: 12px 50px;
    color: #000!important;
    font-size: 16px;
    border: 1px solid black !important;
}

[data-section-type="featured-row-section"] h2.section-header__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

[data-section-type="featured-row-section"] p {
    font-size: 18px;
    font-weight: 100;
}
h2.hero__title {
    font-weight: 600;
}

.hero__btn {
    margin: 0px;
    background: transparent !important;
    border-color: transparent !important;
    padding: 0px !important;
    text-transform: uppercase !important;
    font-size: 15px;
    border-bottom: 1px solid white !important;
    letter-spacing: 1px;
    font-weight: 700;
}
.customwrittensmain--flowerss img {
    max-width: 150px;
}

.customwrittensmain--flowerss {
    max-width: 600px;
    margin: auto;
}

.customwrittensmain--flowerss h2 {
    font-size: 32px;
    font-weight: 800;
}

.customwrittensmain--flowerss p {
    font-size: 16px;
}
.custombigonemain {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding:10px;
}
.customainonc--bodyset h1 {
    font-size: 41px;
}

.customainonc--bodyset p {
    font-size: 16px;
}
.maintitle img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.goodoonetitlemain {
    padding: 20px 20px;
}

.custombigonemain .row {
    margin-top: 50px;
}
.goodoonetitlemain a {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid black !important;
    color: black !important;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.customaingoodonefitted--one {
    max-width: 1200px;
    margin: auto;
    padding: 50px 0px;
}

.customaingoodonefitted--one .row {
    padding: 10px;
    margin: 0px -30px;
}

.custominsidemain--contains h2 {
    font-size: 36px;
    font-weight: 100;
}

.custominsidemain--contains p {
    font-size: 16px;
}

.customainsgoodone--fittinggoodone h2 {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 100;
}

.custommaintitle--talk h3 {
    font-size: 39px;
}

.customainsgoodone--fittinggoodone {
    padding: 20px;
}

.custommaintitle--talk {
    padding: 20px 0px;
}

.custommaintitle--talk p {
    font-size: 17px;
}
.custommoresection--insidemotorhome {
    text-align: center;
}

.insidemotorhomecontainer--main {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.customcontentwithgoodblock {
    text-align: left;
}

.customcontentwithgoodblock h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.customcontentwithgoodblock p {
    font-size: 17px;
}

.customcontentwithgoodblock {
    min-height: 130px;
}

.insidemotorhomecontainer--main .col-sm-3 {
    border-right: 1px solid grey;
    padding: 20px;
}

.insidemotorhomecontainer--main .col-sm-3:last-child {
    border: 0px;
}
.customhoneybee--kini div {
    border-radius: 20px;
}

.customhoneybee--kini {
    margin-top: 40px;
}
.dbtfy-wish_list .grid-product__badge button {
    background: white !important;
    border: 0px !important;
}
.dbtfy-wish_list .grid-product__badge button {
    background: white !important;
    border: 0px !important;
}

.grid-product__meta {
    display: flex;
    flex-direction: unset;
}
.grid-product__meta
{
    padding: 20px 0px;
}

p.grid-product__title.h6.text-ellipsis {
    width: 50%;
    text-align: left;
    font-size: 16px;
    white-space: unset;
    text-overflow: unset;
    font-weight: 600;
}

p.grid-product__price-wrap {
    width: 50%;
    text-align: right;
}
@media only screen and (min-width: 1025.1px)
{
div#CollectionSection #infiniteScrollContainer .grid__item {
    padding: 10px;
}
}
div#infiniteScrollPagination .btn {
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
    color: black !important;
    text-transform: capitalize;
    font-size: 18px;
    border-bottom: 1px solid black !important;
}
.customhone--honeybee {
    text-align: center;
    padding: 30px 10px;
    padding-bottom: 0px;
}
.single-option-radio label {
    border: 1px solid #dfdfdf !important;
}
div#productDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.customainproduct--goodone [role=tab][aria-selected=true] {
    border: 0px !important;
    border-bottom: 1px solid black !important;
}

.customainproduct--goodone [role=tab] {
    font-size: 14px;
    text-transform: uppercase;
    background: transparent !important;
    border: 0px !important;
    padding: 10px 20px;
    letter-spacing: 1px;
}

.insidedescription {
    padding: 20px 0px;
}

.insidedescription p {
    font-size: 15px;
}

.customainproduct--goodone [role=tablist] {
    text-align: center;
}

.customainproduct--goodone {
    margin-top: 20px;
}
.slick-product-grid ul.slick-dots {
    border: 0px;
}

.slick-dots li.slick-active button, .slick-dots li.slick-active a {
    border: 0px;
}
p.grid-product__title.h6.text-ellipsis span {
    display: block;
    font-weight: 100;
    margin-top: 7px;
}
.custommains--fitteed img {
    max-width: 200px;
}

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

.site-footer__linklist a {
    font-size: 14px;
    font-weight: 100;
      color: #5e5e5e;
}

.site-footer__linktitle {
letter-spacing: 1px;
    color: #1e1e1e!important;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 700;
}

p.credentials.text-small {
    font-size: 15px;
}

.payment-icon {
    height: 25px;
}

html {
    padding: 0px !important;
}
.site-footer__linklist a {
    letter-spacing: 1px;
}
.text---content h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 900;
}

.text---content p {
    margin-top: 8px;
}
.maincustomblockings .customsmallhiders {
    padding-top: 0px;
    padding-bottom: 0px;
}

.customsmallhiders h2 {
    font-size: 17px;
}
.bignewbannercustomone h2 {
    color: white;
    font-weight: 600;
    text-shadow: -3px 2px 6px #00000057;
    color: #ffffff;
}

.bignewbannercustomone p {
    color: white;
}

.bignewbannercustomone .btn {
    background: white !important;
    border-color: white !important;
    color: black !important;
    border-radius: 50px;
    padding: 10px 40px;
    font-weight: 600;
}

.custominsidebanerone {
    top: unset;
    transform: unset;
    bottom: 30px;
}
.custommaingoodons--fitted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onlyimagesection {
    margin-bottom: 50px;
}

.custommaingoodons--fitted h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff6d8;
    font-size: 120px;
}
.ratingmainone--goodone {
    font-size: 43px;
}
.customcontent--blockmain a {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    display: block;
}
.card .dbtfy-wish_list .grid-product__badge button svg {
    color: black !important;
}
.site-header__logo .mobile-logo {
    width: 100%;
    max-width: 125px;
}
@media screen and (max-width: 769.1px)
{
.mainhero img {
    height: 300px;
    object-position: right;
}

.customcontent--blockmain {
    transform: translate(0%);
    padding: 15px;
}

.customsixcategory--block .col-sm-2 {
    float: left;
    width: 50%;
}

.bignewbannerone img {
    height: 450px;
    object-fit: cover;
}

.custominsidebanerone {
    padding: 20px;
}

.custommaingoodons--fitted h2 {
    font-size: 37px;
    -webkit-text-stroke-width: 2px;
}
  .site-footer__linktitle {
    text-align: center !important;
    margin-bottom: 0px;
}

.site-footer__linklist {
    text-align: center !important;
    display: none;
    padding-top: 20px;
}

.footer-item+.footer-item:before {
    display: none;
}

.site-footer__linktitle:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0319/2963/0852/files/ezgif.com-webp-to-png.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    transition: .2s;
    content: "";
    color: #777;
    font-weight: 700;
    float: right;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.footer-link_list {
    border-top: 0px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0px !important;
    padding: 20px 0px !important;
}
    }
.custommaindescription--giftcar {
    display: block;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    text-overflow: unset !important;
}

.custommaindescription--giftcar ul {
    margin-left: 30px;
}
.btn--primary {
    background-color: #e84fb3;
    border-color: #e84fb3;
    color: #fff;
}
.btn--primary {
    border-radius: 50px;
}
.placecontent--overitss {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
}

.customonegoodons--fixingss {
    position: relative;
}

.placecontent--overitss h2 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff6d8;
    font-size: 66px;
}

.customonegoodons--fixingss img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media screen and (max-width: 769.1px)
  {
.placecontent--overitss h2 {
    font-size: 42px;
}
  }
a.iubenda-tp-btn.iubenda-cs-preferences-link {
    display: none !important;
}
[data-section-type=newsletter-section] button {
    border-radius: 0px !important;
    font-weight: 600;
}
.customcontent--blockmain a, .btn {
    font-weight: 600 !important;
}
.customsmallhider h2 {
    font-weight: 600;
}
.customsixcategory--block h1 {
    font-weight: 600;
}
.categorysix--blocks p {
    font-size: 16px;
}

.categorysix--blocks {
    margin-top: 10px;
}
.stepthisway00mains h2 {
    font-weight: 600;
}
p.grid-product__title.h6.text-ellipsis {
    font-weight: 900;
}
.footer-social-title {
    font-size: 23px;
    font-weight: 600;
}
.page-title, .shopify-policy__title h1, .shopify-policy__title .h1 {
    font-weight: 900;
}
h2.section-header__title {
    font-weight: 700;
}
.btn:not(.disabled):not([disabled]):active {
    background: transparent !important;
    border-color: black !important;
}
.btn:not(.disabled):not([disabled]):active {
    background: transparent !important;
    border-color: black !important;
}

.uptocusjtom--maiinss .btn:hover {
    background: transparent !important;
    border-color: black !important;
}
.custommainsoogondss img {
    max-width: 600px;
    width: 100%;
}

.custommainsoogondss h2 {
    font-weight: 900;
}

.custommainsoogondss p {
    font-size: 16px;
}

.custommainsoogondss {
    max-width: 700px;
    margin: auto;
    padding-bottom: 50px;
}
.hero__cta .btn {
    border-radius: 0px;
}
.custominsa--goodnss h2 {
    margin-bottom: 0px !important;
}


.customains--goodonss div#insta-feed {
    margin-top: 0px;
}

.custominsa--goodnss {
    padding: 30px 20px;
    padding-bottom: 20px;
}

.custominsa--goodnss h2 {
    font-size: 18px;
    font-weight: 700;
}
div#shopify-section-instafeed {
    max-width: 1475px;
    margin: auto;
    padding-bottom:12px;
}
.goodoonetitlemain a {
    border-radius: 0px !important;
}
.customcontent--blockmain a {
    text-transform: capitalize;
    background: transparent!important;
    color: #fff;
    padding: 0;
    font-size: 51px;
    border-bottom: 0px solid white;
    border-radius: 0;
    font-weight: 100 !important;
}
.btn--add-to-cart {
    background: black !important;
    border: 0px solid black!important;
    color: #fff!important;
    letter-spacing: 3px;
    font-weight: 500!important;
    font-size: 14px;
    border-radius: 0px !important;
    text-transform: uppercase;
}
.product-single__add-to-cart {
    width: 100%;
}
.product-single__add-to-cart {
    width: 100%;
}

.swiper-thumbs .swiper-slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.03;
    pointer-events: none;
}

.mySwiper .swiper-slide {
    opacity: 1 !important;
}
.notify_form__inputs button {
    background: transparent !important;
    border-radius: 0px !important;
    border-color: black !important;
    color: black !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    letter-spacing: 3px;
    text-transform: uppercase !important;
}

.notify_form__inputs button span.material-icons-outlined {
    display: none !important;
}

.notify_form__inputs input#BackInStockInput {
    margin-bottom: 5px;
    background: transparent !important;
    font-size: 16px;
    margin-top: 9px;
}
.notify_form__success {
    padding: 20px 20px;
    border-radius: 0px !important;
    font-size: 16px;
}
.page-content.rte img {
    margin: 30px 0px;
}
p.grid-product__title.h6.text-ellipsis {
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.grid-product__meta {
    display: block;
}

p.grid-product__price-wrap {
    text-align: left;
    width: 100%;
}

p.grid-product__title.h6.text-ellipsis span {
    margin: 0px;
}
.product-hover-image img {
    object-fit: cover !important;
}

.product-hover-image {
    background: white !important;
}

.product-hover-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .03;
    pointer-events: none;
}
@media only screen and (max-width: 801px) {

p.grid-product__title.h6.text-ellipsis {
    font-size: 13px;
    line-height: normal !important;
}

.grid-product__meta {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
.desktophide .product-single__title {
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    padding-top: 10px;
}
@media screen and (max-width: 769.1px)
  {
h1.product-single__title.page-title {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 100!important;
    text-transform: uppercase!important;
}

.custommainbordering {
    margin-top: 20px !important;
}
  }
@media screen and (min-width: 769.1px)
  {
.custommainbordering {
    margin-top: 20px !important;
}

h1.product-single__title.page-title {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}
  }
@media screen and (max-width: 769.1px)
  {
h1.product-single__title.page-title {
    text-align: center !important;
}

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

span#ProductPrice {
    width: 100%;
}
    .is-scrolling div#shopify-section-header
{
  position:relative !important;
}  
    .sticky-header .header-section
    {
      position:relative !important;
    }
  }
#announcement a {
    color: white;
    opacity: 0.9;
}

#announcement p {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    white-space: unset !important;
    text-overflow: unset !important;
    font-size: 12px;
}

.default-logo {
    max-width: 120px;
}

.transparent-header .site-header {
    padding: 0px !important;
}
#announcement {
    background: black;
    color: white;
}
.transparent-header .default-logo {
    filter: invert(1);
}
div#shopify-section-footer {
    background: #e4e4e4;
}

.site-footer {
    background: #e4e4e4;
}

.miancustom--goodnainss {
     background: #e4e4e4;
}

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

.miancustom--goodnainss .social-medias {
    margin-bottom: 15px;
}

.bottomcopyright--content {
    max-width: 900px;
    margin: auto;
    font-size: 12px;
}

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

.madewith--content img {
    max-width: 66px;
}

.madewith--content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerbottom--main {
    background: #e4e4e4;
    text-align: center;
}

.copyrighttop--mains ul {
    text-align: center;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.copyrighttop--mains {
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
}

span.methods-of-payment img {
    max-width: 40px;
    margin: 0px 10px;
}

.copyrighbottom--manss {
    padding-bottom: 50px;
    padding-top: 10px;
}
.site-footer__linklist a {
    color: black;
    letter-spacing: 0px;
}

.site-footer__linktitle {
    margin-bottom: 15px;
    font-size: 16px;
}
@media only screen and (min-width: 1025.1px)
{
.footer-newsletter {
    width: 30%;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 60px !important;
}
}

.footer-link_list {
    width: 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
}

.footer-newsletter input {
    border: 0px !important;
    background: white !important;
}

.footer-newsletter button {
    border-radius: 0px;
    font-weight: 500 !important;
    letter-spacing: 3px;
}

.site-footer__linklist a {
    font-size: 13px;
}

.site-footer__linklist li {
    margin-bottom: 5px;
}
.swiper-pagination-bullet {
    border-radius: 2px !important;
    height: 4px !important;
    width: 50px !important;
}
.newcontentgood p {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    color: white;
}

.newcontentgood h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    color: white;
}

.newcontentgood {
    text-align: center;
}

.newcontentgood {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px 10px;
    width: 100%;
}

.maincustomblockingss {
    position: relative;
}

.extratopcategory .row {
    max-width: 1300px;
    margin-top: 10px;
}

.extratopcategory .row .col-sm-4 {
    padding: 10px;
}

.customsmallhiders a {
    border-color: white;
    color: white;
}
@media only screen and (min-width: 801px) 
{
.customainsgreen--barss .col-sm-2 {
    width: 20%;
    padding: 10px;
}
}
.customainsgreen--barss {
    padding: 20px 10px;
    background: #edecea;
}

.mainonewith--iconss h2 {
    margin-bottom: 0px;
    font-size: 15px;
    font-family: Futura,sans-serif !important;
}

.mainonewith--iconss img {
    max-width: 28px;
    margin-bottom: 15px;
}

.customainsgreen--barss .row {
    max-width: 1250px;
    margin: auto;
}
.insidecontentmainss--top--right a {
    color: white;
}

.insidecontentmainss--top--right li {
    border-color: white;
}

.insidecontentmainss--top--left p {
    border-color: white;
}
.navigationtop--barmain {
    max-width: 1400px;
    margin: auto;
    padding: 0px 16px;
}
.custombottom--sectionmain {
    padding: 10px 0;
    background: #f9f9f9;
    border: 0!important;
}

.textsection--main {
    color: #2e2e2e!important;
}
.mainsgoodons--fiteedbottomss svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 4px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 11px;
}

.mainsgoodons--fiteedbottomss ul {
    margin: 0px;
    list-style: none;
}

.mainsgoodons--fiteedbottomss li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.goodnamins--fiteedsss {
    padding: 0px 50px;
}

p.mainsgoodns--titless {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.goodnamins--fiteedsss {
    background: transparent;
}
.custombigmains.row {
    max-width: 1400px;
}
.custom--iconsfooter h2, .custom--iconsfooter p {
    color: #e9e9e9;
}

.image---block svg {
    fill: #e9e9e9;
}

h2.footer--headingmenu {
    color: #e5e5e5;
}

.innermenusection a {
    color: #f1f1f1;
}

.socialLinks .icon:hover svg {
    fill: black!important;
}

p.mainsgoodns--titless {
    color: #efefef;
}

.mainsgoodons--fiteedbottomss li {
    color: #ededed;
    line-height: 24px;
}

.mainsgoodons--fiteedbottomss svg {
    color: #ededed;
}

.mainsgoodons--fiteedbottomss svg path {
    fill: currentColor;
}

.customfooterbottoms---mains a {
    color: #ebebeb;
}

.customfooterbottoms---mains li {
    border-color: #818181;
}

.smalllinke--manss {
    color: #8b8b8b;
}
.goodnamins--fiteedsss {
    padding: 0px;
        margin-left: auto;
}
.topmainscontent--fittedss {
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.topmainscontent--fittedss h2 {
    font-size: 35px;
    line-height: normal;
    margin-top: 10px;
}

.mainne {
    height: 7px;
    width: 40px;
    background: grey;
}

.colored--mainss {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topmainscontent--fittedss {
    padding: 50px 10px;
}

.topmainscontent--fittedss p {
    font-size: 18px;
}

.color1.mainne {
    background: #131945;
}

.color2.mainne {
    background: #fa935b;
}

.color3.mainne {
    background: #f0b934;
}
.shopbybrands--mainss .col-sm-4, .shopbybrands--mainss .col-sm-8 {
    padding: 10px;
}
.shopbybrands--mainss .row {
    max-width: 1300px;
    margin: auto;
}
.goodonemains--ssmain {
    position: relative;
    border-radius: 20px!important;
}
.goodonemains--ssmain:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.56);
    z-index: 9;
    border-radius: 20px;
}
.goodonemains--ssmain img {
    border-radius: 15px;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.custommain--contentss {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    width: 90%;
    z-index: 9;
    bottom: 20px;
}

.custommain--contentss h2, .custommain--contentss p {
    color: white;
}

.custommain--contentss h2 {
    font-weight: 900;
    margin-top: 0px;
}

.custommain--contentss p {
    font-size: 16px;
}
.rightarrow-mainss svg {
    width: 20px;
    height: 20px;
    color: white;
}

.rightarrow-mainss span {
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightarrow-mainss {
    position: absolute;
    bottom: 35px;
    right: 10px;
    z-index: 9;
    background: #f0b934;
    border-radius: 50px;
}

.custommain--contentss {
}

.custommain--contentss p {
    max-width: 100%;
}
.shopbeauty--v1 {
    padding: 20px;
}
.belowmainsiamgess {
    padding: 12px 20px;
    border-bottom: 1px solid #dbdbdb;
}
.authorratings--mainss {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author--informationss h3 {
    font-size: 19px;
    margin: 0px;
}

.author--informationss h4 {
    color: #b3b3b3;
    font-weight: 400;
}
.bigimage---barss img {
    max-width: 55px;
}

.authorratings--mainss {
    justify-content: unset;
}

.author--informationss h4 {
    margin: 0px;
    font-size: 16px;
    line-height: normal;
}

.author--informationss {
    margin-left: 13px;
}

.authorratings--mainss h5 {
    margin-top: 10px;
}

.custombodreviewss h5 {
    margin-top: 10px;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 5px;
}

.custombodreviewss p {
    font-size: 16px;
    min-height: 70px;
}

.insiderow .col-sm-4 {
    padding: 10px;
}

.insierating--barss {
    padding: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.14);
    border-radius: 10px;
}
.insideflex--mainss h3 {
    margin-top: 0px;
}

.insideflex--mainss h5 {
    margin-bottom: 0px;
}

.insideflex--mainss h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.insideflex--mainss h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.insideflex--mainss h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custominside--ratingsmainss {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgba(0,0,0,0.14);
    padding: 20px 10px;
    background: #fa935b;
    border-radius: 20px;
    margin-top: 9px;
    min-height: 400px;
}

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

.insideflex--mainss h3 {
    font-size: 26px;
}

.insideflex--mainss h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 86px;
    line-height: normal;
}

.insideflex--mainss h4 {
    font-size: 27px;
    letter-spacing: 7px;
}

.insideflex--mainss h5 {
    margin-top: 24px;
    text-transform: none;
    font-size: 22px;
}

.customreview--ratingmainss .col-sm-3,.customreview--ratingmainss .col-sm-9 {
    padding: 5px;
}

.customreview--ratingmainss .mainrow {
    max-width: 1300px;
    margin: auto;
}
.bigbannercustom img {
    border-radius: 20px;
}

.bigbannercustom {
    margin-top: 20px;
}
.imagetext--mainss .row {
    max-width: 1330px;
    margin: auto;
}

.maincontent--godonefixing h2 {
    font-size: 38px;
}

.maincontent--godonefixing {
    max-width: 500px;
    margin: auto;
}
.bigheading--mainss {
    padding: 20px 10px;
    text-align: center;
    margin-top: 40px;
    font-size: 33px;
    font-weight: 500;
}

.custominsidemain--logoss img {
    max-height: 46px;
    filter: grayscale(1);
    opacity: 0.6;
}

.custominsidemain--logoss {
    text-align: center;
    padding: 10px;
}

.customasseenonemains--see .row {
    max-width: 1000px;
    margin: auto;
}

.customasseenonemains--see {
    margin-bottom: 40px;
}
.customrow--ocntenta--ains h3 {
    margin: 0px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: normal;
}

.customrow--ocntenta--ains .row .col-sm-4 {
    padding: 10px;
}

.customrow--ocntenta--ains .row {
    max-width: 1300px;
    margin: auto;
}

.bottomcontent--aminss h2 {
    margin-top: 0px;
    text-align: center;
}

.bottomcontent--aminss p {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
}

.bottomcontent--aminss {
    padding: 20px 20px;
    background: #f3f3f3;
}
.shopbybrands--mainss .col-sm-5, .shopbybrands--mainss .col-sm-7 {
    padding: 10px;
}

.othersidecontentss .custommain--contentss {
    bottom: unset;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.othersidecontentss .custommain--contentss h2 {
    font-size: 29px;
    line-height: normal;
    margin-bottom: 20px;
}

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

.mainscontent--sss h2 {
    font-size: 32px;
    line-height: normal;
}

.mainscontent--sss p {
    font-size: 17px;
}

.othersidecontentss {
    margin-bottom: 30px;
}
.customshortaboutisma--goodonss {
    max-width: 100%;
    border-radius: 0px;
}

.customshortaboutisma--goodonss img {
    border-radius: 0px;
}
.customshortaboutisma--goodonss:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(92deg,#fff 10%,rgba(255,255,255,0.53) 100%);
    z-index: 9;
}
.whatwedomains--customss {
    text-align: center;
}

.colormaintwo h2, .colormaintwo p {
    color: #383838;
}
.mainsgodoonsmains--fteess h2 {
    margin-top: 0px;
}

.bigcontentmains--fiteeds {
    padding: 90px 20px;
    background: #f9f9f9;
}

.mainsgodoonsmains--fteess {
    max-width: 800px;
    margin: auto;
}

.mainsgodoonsmains--fteess h2 {
    font-size: 41px;
    line-height: normal;
}

.mainsgodoonsmains--fteess p {
    font-size: 17px;
}

.insidemcontent--insidness img {
    box-shadow: 10px 10px #f0b934;
}

.customcontent--gtextss h2 {
    font-size: 34px;
    line-height: normal;
}

.customcontent--gtextss p {
    font-size: 16px;
}

.customcontent--gtextss {
    max-width: 500px;
    margin: auto;
}

.newonegoodons-mainss .row {
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.insidegoodond--contentssv11 h2 {
    margin-top: 0px;
    font-size: 30px;
    line-height: normal;
}

.insidegoodond--contentssv11 p {
    font-size: 16px;
}

.customgoodc---contentss .row {
    padding: 40px 50px;
    max-width: 1200px;
    margin: auto;
    background: whitesmoke;
}

.customgoodc---contentss {
    margin-bottom: 60px;
}
.sidecategory--mainsss {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

div#sideAllCategories {
    padding: 0px;
}

.sidecategory--mainsss h5.sidebarBlock-heading {
    font-size: 19px;
    text-align: center;
    font-weight: 100;
    padding: 13px 20px;
    background: #f0b934;
    font-family: 'Fjalla One',sans-serif!important;
    color: white;
    text-transform: uppercase;
}

.sidecategory--mainsss .all-categories-list {
    padding: 10px 10px;
}

.all-categories-list .navPages-item a {
    font-size: 19px !important;
    font-weight: 500 !important;
}
@media (min-width: 993px) {
    .mainrw--fitteds
    {
        display:flex;
    }
    .sidecategory--mainsss {
    position: sticky;
    top: 133px;
}
}
.sidecategory--mainsss a.navPages-action.has-subMenu {
    width: 100%;
    font-size: 18px !important;
}
.shortarrowmains--svg svg {
    transform: rotate(90deg);
    width: 22px;
    height: 22px;
    stroke-width: 2.5px;
}

.shortarrowmains--svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: right;
    padding: 13px 0px;
    cursor: pointer;
}
.sidecategory--mainsss .all-categories-list .navPages-item .icon-plus {
    width: 35px;
    height: 35px;
}

.sidecategory--mainsss .icon-plus:before {
    background: #343434;
    width: 13px;
}

.sidecategory--mainsss .icon-plus:after {
    background: #343434;
    height: 13px;
}

.sidecategory--mainsss .all-categories-list .navPages-item .icon-plus {
    top: 7px;
}
.sidecategory--mainsss .all-categories-list .navPages-item .icon-plus {
    width: 35px;
    height: 35px;
}

.sidecategory--mainsss .icon-plus:before {
    background: #343434;
    width: 13px;
}

.sidecategory--mainsss .icon-plus:after {
    background: #343434;
    height: 13px;
}

.sidecategory--mainsss .all-categories-list .navPages-item .icon-plus {
    top: 7px;
}
.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
    padding: 0px 10px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.customproductmain--container {
    margin-top: 20px;
}
.tabby--widgetmains li {
    margin-bottom: 0px;
}

.tabby--widgetmains [role=tablist] {
    border: 0px;
}

[role=tab] {
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 30px;
}

[role=tab] {
    background: black !important;
    border-radius: 0px !important;
    margin-bottom: 4px;
}
[role=tab][aria-selected=true] {
    border-radius: 0px !important;
    background: #f3f3f3 !important;
    color: black !important;
    border-color: #f3f3f3 !important;
}

.insidereview--contentss {
    background: #f3f3f3;
    padding: 20px 20px;
}

.tabby--widgetmains {
    margin-top: 40px;
}

.insidereview--contentss p {
    font-size: 16px;
    font-weight: 300;
}
.reviewsmainss {
    padding-bottom: 30px;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

#customers {
    margin-top: 20px;
}

.insdiemains--fiteds h3 {
    margin-top: 0px;
}
.productView-details .productView-info .productView-info-name {
    font-weight: 600 !important;
    color: black;
    font-family: Jost,sans-serif!important;
}

.productView-details .productView-info .productView-info-value {
    font-weight: 400;
    font-family: Jost,sans-serif!important;
}
.card .card-body .card-rating {
    margin-bottom: 12px;
    text-align: center;
    margin-top: 5px;
}

.card .card-body .price-wrapper {
    text-align: left;
}
.card .card-body .card-rating {
    margin-bottom: 12px;
    text-align: center;
    margin-top: 5px;
}

.card .card-body .price-wrapper {
    text-align: left;
}

.card .card-body .card-title a {
    font-size: 16px!important;
    font-weight: 500!important;
    text-align: left;
    line-height: 24px!important;
    font-family: Roboto,sans-serif!important;
    text-align: center;
}

.card .card-body .price-wrapper span {
    line-height: normal;
    font-size: 19px;
}
a.button.card-figcaption-button.themevale_btnATC {
background: 0 0!important;
    border: 1px solid #000!important;
    font-size: 16px;
    padding: 7px 8px;
    color: #000!important;
}
.categorumifashion--inside span {
    display: block;
}

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

.categorumifashion--inside img {
    max-width: 100%;
    height: unset !important;
}

.custommaincategories {
    padding: 10px;
    border: 1px solid #efefef;
}
.custommaincategories {
    min-width: 200px;
}

.categorumifashion--inside span {
    margin-top: 5px;
    font-size: 17px;
    line-height: normal;
    padding: 10px 0px;
    font-weight: 500;
}
ul.productGrid {
    border: 0px !important;
}

.themevale_products-filter+form {
    border: 0px;
}

.collectionstoolbar--main {
    border: 0px !important;
}

ul.productGrid {
    padding: 0px !important;
}

.customproductmain--container .pagination-item--current a {
    border-radius: 5px !important;
}
img.customsignature {
    max-width: 150px;
}
.mainonegoodons--fittedss h2 {
    font-family: "Jost",sans-serif!important;
    line-height: 41px !important;
    font-weight: 600;
}
.teamsindiemains--bannerss {
    text-align: center;
    padding: 15px 20px;
}

.teamsindiemains--bannerss h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: normal;
}

.teamsindiemains--bannerss h3 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.customteamsection--mainss .row {
    max-width: 1250px;
    margin: auto;
}

.customteamsection--mainss .col-sm-4 {
    padding: 10px;
}

.shortcontent--mansss p {
    font-size: 19px;
}
.customicon-mainflex {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50px;
    background: linear-gradient(#326bb4,#b37db7)!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customicon-mainflex img {
    max-width: 50px;
    filter: invert(1);
}

.isndie--choosenowfixing {
    padding: 5px 5px;
}
.bottomcontent--aminss p {
    font-size: 18px;
    min-height: 91px;
}
a.iubenda-tp-btn.iubenda-cs-preferences-link {
    display: none !important;
}
.goodonsmains--iamgess img {
    max-width: 250px;
}

.custom--iconsfooter .row {
    max-width: 1250px;
}

h2.footer--headingmenu {
    font-family: "Jost",sans-serif!important;
}
.smallbar--mainss {
    width: 90px;
    height: 7px;
    background: #fc7f00;
    margin-bottom: 30px;
}
.accordion:after, .actives:after {
    background-image: url(https://cdn.shopify.com/s/files/1/0319/2963/0852/files/ezgif.com-webp-to-png.png);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.insidemains--faqss {
    padding: 10px;
    max-width: 600px;
    margin: auto;
}

.shortfaq--homepagess {
    padding: 50px 20px;
    background: #e1e0df;
}

.questiona--mainss {
    background: white;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.questiona--mainss .panel {
    display: none;
}

.questiona--mainss .accordion {
    font-size: 17px;
    font-weight: 600 !important;
}

.bottomcustom--faqsections .panel p {
    margin-bottom: 5px;
    font-size: 15px;
}

.questiona--mainss .panel {
    padding: 5px 0px;
}

.insidemains--faqss h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 33px;
    line-height: normal;
}
.insidemains--gocontenss {
    max-width: 1300px;
    margin: auto;
    padding: 10px;
}

.insidemains--gocontenss h2 {
    font-size: 31px;
    line-height: normal;
}

.insidemains--gocontenss p {
    font-size: 17px;
}

.insidemains--gocontenss ul {
    margin: 0px;
    list-style: none;
    margin-left: -7px;
}

.insidemains--gocontenss li {
    display: inline-block;
    padding: 7px 18px;
    background: #efefef;
    margin: 6px 5px;
    border-radius: 50px;
}
.custommainfixinggoods h2, .custommainfixinggoods p {
    color: #f9f9f9;
}

.custommainfixinggoods .button {
    background: transparent !important;
    border: 1px solid white !important;
    color: #fbfbfb !important;
}
.mainrw--fitteds.row {
    max-width: 1340px;
    margin: auto;
}
.custombigcontent {
    padding: 20px 30px;
    background: transparent;
    border-radius: 5px;
    max-width: 450px;
}

.custombigcontent h3 {
    margin-top: 0px;
}

.custombigcontent h2 {
    font-family: 'Jost',sans-serif!important;
}
.all-categories-list .navPages-item .icon-plus {
    top: 6px;
}
.header-logo-image {
    object-fit: contain;
    max-height: 51px;
}

.custombottom--sectionmain .col-sm-4 {
    width: 100%;
}

.custombottom--sectionmain {
    display: none;
}

.sliderv---inside img {
    height: 217px;
    object-position: -30px 0px;
}

.slider--customcontents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.custommainfixinggoods h2 {
    font-size: 19px;
    line-height: normal;
    text-align: left;
}

.custommainfixinggoods .body {
    text-align: left;
    font-size: 12px;
    font-weight: 500 !important;
}

.custommainfixinggoods .button {
    padding: 4px 15px;
    font-size: 11px;
    margin-bottom: 0px;
}

p.btnn--container {
    text-align: left;
}

.smallbar--mainss {
    margin-bottom: 15px;
    height: 5px;
    width: 50px;
    display: none;
}

.insidemaincontainer--fixgs {
    max-width: 220px;
    margin: unset;
}

.custommainfixinggoods .body {
}

p.btnn--container {
    margin-top: 10px;
}

.sidecategory--mainsss {
    display: none;
}

.topmainscontent--fittedss h2 {
    font-size: 27px;
}

.topmainscontent--fittedss p {
    font-size: 14px;
}

.topmainscontent--fittedss {
    padding-bottom: 10px;
    padding-top: 30px;
}

.customicon-mainflex img {
    max-width: 34px;
}

.customicon-mainflex {
    width: 60px;
    height: 60px;
}

.shopthecategories h1 {
    font-size: 22px !important;
    margin-top: 10px !important;
}

.shopthecategories {
    margin-top: 20px;
    margin-bottom: 10px;
}

.shopbeauty--v1 {
    padding: 10px;
}

.shopthecategories .row {
    display: block;
    overflow: unset;
    white-space: unset;
}

.shopthecategories .row .col-sm-2 {
    min-width: unset;
    width: 50% !important;
    float: left;
    padding: 5px;
}

.contentover h2 {
    font-size: 14px;
}

.custominside--ratingsmainss {
    border-radius: 10px;
    min-height: unset;
    padding: 30px 20px;
}

.insideflex--mainss h3 {
    font-size: 20px;
    line-height: normal;
}

.insideflex--mainss h2 {
    display: block;
    font-size: 42px;
    line-height: 40px;
}

.insideflex--mainss h4 {
    font-size: 19px;
    margin-bottom: 5px;
}

.insideflex--mainss h5 {
    margin-top: 5px;
    font-size: 17px;
}
  .customainsrow--mainss .row {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
}
.customainsrow--mainss .row {
    column-count: unset;
    column-gap: unset;
}
.customainsrow--mainss .row {
    max-width: 1300px;
    margin: auto;
}
.insierating--barss {
    min-height: 333px;
}
.insierating--barss {
    min-height: 270px;
}
.insierating--barss {
    padding: 40px 40px;
}
.insierating--barss {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
}
.insierating--barss {
    transition: .3s;
    transform: translateY(0);
}
.insierating--barss {
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
}
.insierating--barss {
    background: #fff;
}
.insierating--barss {
    margin: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.insierating--barss {
    min-height: 316px;
}
.insierating--barss {
    padding: 20px;
    border-radius: 10px;
}
.customainsrow--mainss .col-sm-4 {
    min-width: 400px;
    padding: 5px;
}
.insidemain--contentratingss h4 {
    color: #ffa501;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: normal;
}
.maincontentgood--v1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.maincontentgood--v1 {
    background: #2d2d35;
    border-radius: 10px;
    margin: 10px;
    margin-right: 5px;
    margin-left: 5px;
    min-height: 330px;
}
.insidemain--contentratingss h5 {
    margin-bottom: 10px;
    font-weight: 400;
}
.insidemain--contentratingss h3, .insidemain--contentratingss h4, .insidemain--contentratingss h5, .insidemain--contentratingss h6 {
    margin: 0;
    color: #fff;
    text-align: center;
}
.insidemain--contentratingss {
    text-align: center;
}
.insidemain--contentratingss {
    padding: 30px 20px;
}
.customainsrow--mainss .col-sm-5 {
    min-width: 350px;
    padding: 5px;
}
.insidemain--contentratingss h4 {
    color: #ffa501;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: normal;
}
.authortle--mainss {
    width: 50px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
}
.authortle--mainss {
    width: 70px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    background: #eee;
    border-radius: 50%;
}
.authortle--mainss {
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    font-weight: 500;
    font-size: 18px;
}
.custombodreviewss h5 {
    margin-top: 5px;
    font-size: 17px;
}
.custombodreviewss h5 {
    margin-top: 13px;
    font-size: 27px;
    color: orange;
}
.custombodreviewss h5 {
    margin-top: 10px;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 5px;
}

.insidemain--contentratingss h3 {
    font-weight: 600 !important;
    font-size: 41px;
}

.insidemain--contentratingss svg {
    width:90px;
    display: none;
}

.insidemain--contentratingss h5 {
    margin-top: 10px;
    font-size: 26px;
}

.insidemain--contentratingss h6 {
    margin-top: 10px;
    font-size: 16px;
}

.insidemain--contentratingss h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ourtcustom--customerss {
    padding-top: 50px;
    padding-bottom: 50px;
}

.customainsrow--mainss .row::-webkit-scrollbar {
  height:5px;
    border-radius:50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
    border-radius:50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
    border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
    border-radius:50px;
} 
.bignewbannercustomone h2 {
    text-shadow: unset;
    font-size: 49px;
}

.bignewbannercustomone .btn {
    border-radius: 0px !important;
    background: transparent !important;
    padding: 0px !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 17px;
    border: 0px !important;
    border-bottom: 1px solid white !important;
}

.bignewbannercustomone p {
    font-size: 17px;
    font-weight: 100 !important;
}

.bignewbannercustomone {
    max-width: 400px;
}

.uptocusjtom--maiinss .btn {
    font-weight: 400 !important;
    letter-spacing: 3px;
}

.uptocusjtom--maiinss {
    background: #f1f1f1;
    border: 0px solid black;
}

.uptocusjtom--maiinss h2 {
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 500 !important;
}

.uptocusjtom--maiinss p {
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.custominsidebanerone {
    bottom: 60px;
}

.bignewbannercustomone h2 {
    font-size: 40px;
}
.minacontent--goodnaminss .col-sm-6 {
    padding: 5px;
}

.custommains--goodnaminss .col-sm-4 {
    padding: 5px;
}


.minagood--fitted {
    text-align: left;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.minagood--fitted h2, .minagood--fitted p {
    color: white;
}

.minagood--fitted a {
    color: white;
    border-bottom: 1px solid white;
}
#announcement p {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 500;
}

div#announcement {
    padding: 3px 0px;
}
.customfooterbottoms---mains a {
    color: black;
}
.customfooterbottoms---mains a {
    color: black;
}

.insierating--barss {
    box-shadow: unset;
    border-radius: 0px;
    background: #f9f9f9;
    border: 0px !important;
}

.maincontentgood--v1 {
    border-radius: 0px;
    min-height: 315px;
}
.customainonc--bodyset h1 {
    font-size: 28px;
    margin-bottom: 1px;
}
.goodoonetitlemain h2 {
    font-size: 19px;
    margin-bottom: 0px;
}

.goodoonetitlemain a {
    font-weight: 300 !important;
    font-size: 14px;
}

.goodoonetitlemain {
    padding-top: 10px;
}

.custombigonemain {
    max-width: 1250px;
}
.uptocusjtom--maiinss img {
    max-width: 40px;
    margin-bottom: 10px;
}

.uptocusjtom--maiinss {
    max-width: 1300px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .flexbox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.ewonecontenrgood--s .row {
    max-width: 1200px;
    margin: auto;
}

.customainsimage--block {
    max-width: 400px;
    margin: auto;
}

.mainsgoodomains a {
    font-size: 16px;
    border-bottom: 1px solid black;
}

.mainsgoodomains p {
    font-size: 16px;
}

.mainsgoodomains h4 {
    font-size: 46px;
    line-height: normal;
}
.mainsgoodomains h4 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.mainsgoodmainss .col-sm-4 {
    padding: 10px;
}

.mainsgoodmainss .row {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.customsmallhiderss {
    padding: 13px 4px;
}

.customsmallhiderss h2 {
    font-size: 23px;
    margin-bottom: 3px;
}
.maincgood--customfitteds {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.placeovercontent--goodns {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.maincgood--customfitteds {
    position: relative;
}

.placeovercontent--goodns h2 {
    color: white;
    font-size: 36px;
}

.placeovercontent--goodns a {
    margin-top: 14px !important;
    padding: 5px 30px;
    color: white;
    font-size: 15px;
    border: 1px solid white;
    display: block;
    width: fit-content;
    margin: auto;
}

.placeovercontent--goodns h2 span {
    font-family: Playfair Display,serif;
    font-style: italic;
}
.customwithicons {
    text-align: center;
}

.customwithicons h2 {
    font-size: 32px;
}

.customwithicons h2 span {
    font-family: Playfair Display,serif;
    font-style: italic;
    text-transform: lowercase;
}

.customwithicons .row {
    max-width: 1300px;
    margin: auto;
}
@media (min-width: 768px)
{
.customwithicons .col-sm-3 {
    width: 20%;
}
}
.customwithicons {
    margin-bottom: 60px;
    margin-top: 40px;
}
.maincustomblockingssmainssssss img {
    max-width: 40px;
    margin-bottom: 10px;
}

.maincustomblockingssmainssssss {
    padding: 30px 10px;
    background: #f7f7f7;
}

.customwithicons .col-sm-3 {
    padding: 5px;
}

.customwithicons .row {
    margin-top: 30px;
}
.mainaboutus--sectionoogdd {
    max-width: 700px;
    margin: auto;
}

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

.topheading--mainss h2 {
    font-family: Playfair Display,serif !important;
    font-style: italic;
    text-transform: lowercase;
    font-size: 64px;
    margin-bottom: 40px;
}

.mainsgbigosn--sectionss h3 {
    font-size: 30px;
}

.maingoonendgood--sectionifss p {
    font-size: 15px;
}

.maincusotmgoo-godnamins {
    margin-top: -8px;
}
.maincusotmgoo-godnamins {
    background: #f5f5dc;
}

.mainsoneimage--ss {
    line-height: 0px;
}
.maincustomcontent--goodomainss {
    max-width: 900px;
    margin: auto;
}

.maincustomcontent--goodomainss h3 span {
    font-family: Playfair Display,serif;
    font-style: italic;
    text-transform: lowercase;
}

.maincustomcontent--goodomainss h3 {
    font-size: 38px;
}

.maincustomcontent--goodomainss p {
    font-size: 15px;
}

.maincustomcontent--goodomainss .row {
    margin-top: 30px;
    margin-bottom: 50px;
}
.mainsgood--videosnaa {
    margin-top: 25px;
}
.maincustomcontent--goodomainss p {
    font-size: 17px;
}

.maincustomcontent--goodomainss {
    margin-bottom: 50px;
}
.mainbigtop--section {
    text-align: center;
    padding: 50px 10px;
}

.mainbigtop--section h2 {
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 65px;
    font-family: inherit !important;
}

.mainbigtop--section span {
    color: black;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.mainbigtop--section h2 span {
    margin-left: 30px;
}
.customainproduct--goodone [role=tablist] {
    text-align: left;
}

.customainproduct--goodone [role=tablist] a {
    background: transparent !important;
    color: black !important;
}
.customainproduct--goodone [role=tablist] {
    text-align: left;
}

.customainproduct--goodone [role=tablist] a {
    background: transparent !important;
    color: black !important;
}

h1.product-single__title.page-title {
    text-transform: none;
    letter-spacing: 0px !important;
}

.product-single__meta--wrapper {
    margin-top: 0px;
}

.custommainbordering {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

.product-single__form .product-form__item>label {
    margin-bottom: 20px;
}

.single-option-radio label {
    padding: 7px 25px !important;
}

.variant-label-option-value {
    font-size: 14px;
    color: black;
}
h2.section-header__title {
    font-size: 34px;
}

.product-recommendations h2.section-header__title span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.product-recommendations .slick-product-grid ul.slick-dots {
    display: none !important;
}
.productwrapper {
    max-width: 1200px;
}

.product-single__meta {
    max-width: 400px;
}
.goodflexone--gons img {
    max-width: 21px;
}

.shortmainsarrow--goodnaiss {
    display: flex;
}

.goodflexone--gons {
    padding-right: 20px;
}

.shortmainsarrow--goodnaiss {
    margin-top: 30px;
    padding: 13px 30px;
    background: #cde2f5;
}

.contentmains--goodnaminss h2 {
    font-size: 16px;
    margin-bottom: 4px;
}

.contentmains--goodnaminss p {
    line-height: normal;
    font-size: 13px;
}

.contentmains--goodnaminss b {
    font-weight: 500;
}
.needhelpforsizing h3 {
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

.needhelpforsizing a {
    border-bottom: 1px solid black;
    font-size: 13px;
}

.needhelpforsizing p {
    font-size: 14px;
    margin-bottom: 5px;
}

.needhelpforsizing {
    padding: 15px 30px;
    background: #ededed;
}
.iconcontainer {
    margin-right: 10px;
}
.custominsidemain {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.iconcontainer img {
    width: 25px;
    height: 25px;
}

.customshippingblocksmain {
    padding: 12px 20px;
    border: 1px solid #e5e5e5;
}

.custominsidemain {
    margin-bottom: 5px;
    margin-top: 5px;
}

.shortmainsarrow--goodnaiss {
    background: white;
    border: 1px solid #e5e5e5;
}

.goodflexone--gons {
    display: none;
}

.shortmainsarrow--goodnaiss {
    padding-left: 21px;
}

.contentmains--goodnaminss h2 {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.mainshipping svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.mainshipping h3 {
    font-size: 16px;
}

.mainshipping {
    text-align: center;
}
.hero__inner h2 span {
    font-size: 69px;
    font-weight: 600;
  color: orange;
}
@media screen and (min-width: 1025.1px)
  {
.hero-content {
    width: 40%;
}
  }
.btn {
font-size: 16px;
    padding: 14px 40px;
    font-weight: 500;
    letter-spacing: 2px;
}
.custom--icons svg {
    width: 90px;
    height: 90px;
}
div#section-1623832272c2670736 .card {
    background: transparent;
}

div#section-1623832272c2670736 .card img {
    opacity: 1;
}
.value-propositions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #040404;
    margin: 0;
}

@media only screen and (min-width:768px) {
    .value-propositions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.value-propositions li {
    width: 100%;
    border-bottom: 1px solid #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 25px 15px 35px;
}

@media only screen and (min-width:768px) {
    .value-propositions li {
        width: 25%;
        border-right: 1px solid #2b2b2b;
    }
}

.value-propositions li:last-child {
    border-right: none;
}

.value-propositions li:last-child p span {
    display: block;
}

@media only screen and (min-width:768px) {
    .value-propositions li:last-child p span {
        display: none;
    }
}

.value-propositions li .proposition-icon-holder {
    height: 38px;
    margin: auto 10px auto auto;
    width: 50px;
}

.value-propositions li .proposition-icon-holder img {
    margin-left: auto;
    width: 100%;
    height: auto;
    max-width: 40px;
}

.value-propositions li p {
    font-size: 10px;
    text-transform: uppercase;
    max-width: 173px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 1px;
}

@media only screen and (min-width:768px) {
    .value-propositions li p {
        max-width: 180px;
    }
}

.value-proposition-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width:768px) {
    .value-proposition-item {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.proposition-copy-wrap {
    margin: auto;
    margin-left: 10px;
    padding-top: 10px;
}

@media only screen and (min-width:768px) {
    .proposition-copy-wrap {
        padding-top: 0;
        margin-left: 5px;
    }
}

.qty-adjust {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    height: 100%;
}

.qty-adjust:active {
    background: transparent !important;
    border-color: transparent;
}

.qty-adjust:hover {
    background-color: transparent !important;
}

.qty-input {
    padding: 16px 20px;
}

.qty-container .qty-input {
    background-color: white !important;
}

.qty-adjust .material-icons-outlined {
    font-size: 27px;
}

.product-single__form .qty-container {max-width: fit-content;}

.qty-adjust:focus {
    background: transparent !important;
}
div#announcement .wrapper {
    padding: 0 10px;
    max-width: 96%;
    margin: auto;
}
textarea {
    background-color: transparent;
}

input {
    background-color: transparent;
}

textarea:hover {
    background: transparent !important;
    border-color:black !important;
}

input:hover {
    background-color: transparent !important;
    border-color:black !important;
}
textarea:active {
    background: transparent !important;
    border-color:black !important;
}

input:active {
    background-color: transparent !important;
    border-color:black !important;
}
textarea:focus {
    background: transparent !important;
    border-color:black !important;
}

input:focus {
    background-color: transparent;
    border-color:black !important;
}
.mobile-nav__toggle-btn {
    padding: 0;
    background-color: transparent !important;
    border-color: transparent !important;
}

.js-drawer-close {
    padding: 0;
    border: 0px !important;
    background-color: transparent !important;
}
.overlay-content .qty-adjust {
    background-color: transparent;
}
.cart-link__bubble--visible {
    bottom: 12px;
}
div#section-16238554976fc613f1 .h4 {
    font-size: 16px;
}
.custom--icons img {
    max-width: 150px;
    margin: auto;
}
#cookiescript_badge {
    display: none !important;
}
.site-footer .btn--primary svg {
    width: 20px;
    height: 20px;
}

.site-footer .btn--primary {
    position: absolute;
    top: 0;
    right: 0;
    width: 61px !important;
    padding: 0px !important;
    height: 100%;
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-vertical {
    position: relative;
}

.form-vertical input {
    margin-bottom: 0px !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    padding: 12px 20px;
    font-size: 15px;
}
.site-footer__linktitle {
    font-size: 30px;
    font-weight: 100;
}
html {
    padding-bottom: 0px !important;
}
@media only screen and (min-width:768px) {
.flexgrid, .flexbox
  {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width:768px) {
.desktopheader
  {
    display:none;
  }
}
@media only screen and (min-width:768px) {
.mobileheader
  {
    display:none;
  }
}
.footer-social-title {
    font-size: 37px;
}
header.desktopheader .row {
    width: 100%;
}
.customcontentgrid--flexing {
    text-align: center;
}

.navigationmain--content {
    margin-left: 22px;
}

.logoonegod--fitted img {
    max-width: 175px;
}

header.desktopheader {
    padding: 0px 15px;
}

header.desktopheader .row {
    max-width: 1400px;
    margin: auto;
}

.customright--arrows {
    text-align: right;
}
.shortsearch--barmain button {
    background: transparent !important;
    border: 0px !important;
    padding: 0px;
    border-radius: 0px !important;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    width: unset;
}

.shortsearch--barmain button svg {
    width: 20px;
    height: 20px;
}

.shortsearch--barmain input {
    border: 0px!important;
    border: 0px solid black!important;
    border-radius: 0;
    font-size: 18px;
    font-weight: 100;
    padding: 11px 20px;
    background: transparent!important;
    border-bottom: 1px solid black !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 12px;
}

.shortsearch--barmain {
    position: relative;
}
.customright--arrows .inner-nav-containers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.customright--arrows .site-nav__item {
    margin-left: 12px;
}
.shortsearch--barmain {
    margin-top: -10px;
}
.customright--arrows svg {
    height: 1.3rem;
    width: 1.3rem;
}

.icon-cart-empty {
    height: 2.8rem !important;
    width: 2.8rem !important;
}

a.site-nav__link.site-nav__link--icon.cart-link.js-drawer-open-button-right {
    padding: 0px;
}
li.cartone--thisisgood {
    margin-left: 4px !important;
    margin-right: 6px;
}
.custommainsection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ucustomicons img {
    min-width: 28px;
    width: 28px;
}

.ucstomtext {
    margin-left: 11px;
}

.ucustomicons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custominstagrammain {
padding: 9px 0;
    background: #f8f8f8;
    border-top: 1px solid #efefef;
}

.custominstagrammain .col-sm-4 {
    border-right: 1px solid #c1c1c1;
}

.custominstagrammain .col-sm-4:last-child {
    border: 0px;
}

.custominstagrammain .row {
    overflow: auto;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
}
@media (max-width: 767px) {
.headercurrency--main {
    display: none;
}
}
.doubly-nice-select {
    height: unset !important;
}

.doubly-nice-select {
    border: 0px !important;
}

.customright--icons {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-container {
    background: white;
}
.navigationmain--content .site-nav__link {
padding: 0;
    text-transform: none;
    font-size: 15px;
    position: relative!important;
}
.navigationmain--content .site-nav__link svg {
    width: 10px;
    margin-left: 4px;
}
.navigationmain--content .site-nav__item {
    padding: 15px 15px;
    text-transform: uppercase;
}
.navigationmain--content .site-nav__link:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
    background: black;
    top: 28px;
    opacity: 0;
    transition: .2s;
    z-index: 9;
}
.navigationmain--content .site-nav__item:hover .site-nav__link:before {
    opacity: 1;
    transition: 0.2s;
}
.navigationmain--content .dropdown-menu {
    top:100%;
}
@media only screen and (min-width:768px) {
.thisonetoaddmaingood {
    column-count: 5;
    column-gap: 0;
    max-width: 1000px;
    margin: auto;
}

.dropdown-menu-grandchild {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    max-width: 100% !important;
    min-height: 100% !important;
    left: unset !important;
}

.dropdown-item-has-grandchild.thisoneisgoodonehavyfun-- {
    width: 100%;
    break-inside: avoid;
    width: unset !important;
    float: none;
    padding-bottom: 15px;
}

.dropdown-link:hover, .dropdown-link:focus, .dropdown-open>.dropdown-link {
    background: transparent !important;
}

.navigationmain--content .dropdown-menu {
    border: 0px !important;
    max-width: 100%;
    min-width: 100%;
}

.navigationmain--content .site-nav__item {
    position: unset;
}

header.desktopheader .col-sm-8 {
    position: unset !important;
}

header.desktopheader {
    position: relative;
}
  .dropdown-menu-grandchild {
    animation-duration: 0s !important;
    animation-name: unset !important;
}
  .dropdown-item-has-grandchild.thisoneisgoodonehavyfun-- a:after {
    display: none !important;
}
  .dropdown-item-has-grandchild.thisoneisgoodonehavyfun-- a:after {
    display: none !important;
}

.custominstagrammain .row {
    margin: auto;
}

.thisonetoaddmaingood a {
    text-transform: none;
    font-size: 16px;
}
  .navigationmain--content .dropdown-menu {
    margin: 0px;
}

.custommainonegoodone {
    padding: 0px;
}

.custommainonegoodone a {
    padding-top: 0px;
    font-size: 15px;
    font-weight: 100 !important;
}
  .customainborder--top:before {
    content: '';
    width: 100%;
    height: 0px;
    display: block;
    background: whitesmoke;
    position: absolute;
    top: 0;
}
}
.custominstagrammain .row {
    margin: auto;
}
.customainborder--top {
    border-bottom: 0px solid #f7f7f7;
}
.btn {
    font-size: 23px;
    padding: 10px 40px;
}
.customfont--menu {
    font-weight: 500;
      font-family: Futura,sans-serif;
}
.maintopone--custom {
    position: absolute;
    top: unset;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    bottom: 10%;
    z-index: 9;
    line-height: normal;
}

.custombottomsection--main h2 {
    color: white;
    font-size: 47px;
    font-weight: 100 !important;
    margin-bottom: 0px;
}

.custombottomsection--main p {
    color: white;
    font-size: 19px;
    font-weight: 100;
}

.mainhero:before {
display:none;
}

.mainhero {
    line-height: 0px;
}
.featuredcollections--main h1 {
    text-align: center;
    font-weight: 100;
    padding: 30px 10px;
    margin-bottom: 0px;
}

.featuredcollections--main .col-sm-4 {
    padding: 5px;
}

.featuredcollections--main .row {
    max-width: 1400px;
}

.featuredsection--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: normal;
    text-align: center;
    width: 80%;
    z-index: 9;
}

.featuredsection--inside {
    line-height: 0px;
}

.featuredsection--inside:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.14);
    z-index: 9;
}

.featuredsection--inside {
    position: relative;
}

.featuredsection--content h2 {
font-size: 34px;
    margin-bottom: 4px;
    color: #fff;
}

.featuredsection--content p {
    color: #fff;
    font-weight: 100;
    font-size: 19px;
}
.customsixcategory--block .row {
    text-align: center;
    max-width: 1300px;
    margin: auto;
}

.customsixcategory--block h1 {
    margin-bottom: 0px;
    padding: 30px 20px;
    text-align: center;
}

.sixcategoryblock p {
    font-size: 18px;
}

.sixcategoryblock img {
    border-radius: 50%;
}
.smallpadding .col-sm-6 {
    padding: 5px;
}

.smallpadding {
    margin-top: 20px;
    margin-bottom: 20px;
}
.kapes--imagewithcontent .col-sm-8 {
    padding: 0px;
}

.kapes--imagewithcontent .col-sm-8 img {
    width: 100%;
}

.mainonecontent--gondone {
    padding: 20px;
}

.mainonecontent--gondone h2 {
    font-size: 38px;
}
.bignewbannerone img {
    width: 100%;
}

.custombigbanner--mainone {
    margin-top: 30px;
}
.custominsidebanerone {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    width: 100%;
}

.newonebannergoodone {
    max-width: 1300px;
    margin: auto;
    padding: 0px 20px;
}

.bignewbannercustomone {
    max-width: 400px;
}

.bignewbannercustomone h2 {
    font-size: 41px;
}

.bignewbannercustomone p {
    font-size: 17px;
    margin-top: 17px;
    margin-bottom: 22px;
}
.godonefittedwomenblockfitted img {
    max-height: 300px;
    margin-top: 50px;
}

.godonefittedwomenblockfitted {
    text-align: center;
}

.godonefittedwomenblockfitted h2 {
    font-size: 42px;
}

.customgender--main .col-sm-4 {
    padding: 5px;
}

.goodone--gendergoodone {
    background: whitesmoke;
}

.goodone--gendergoodone {
    padding: 50px 20px;
    padding-bottom: 0px;
}

.customgender--main .row {
    max-width: 1300px;
    margin: auto;
}

.customgender--main {
    background: whitesmoke;
}
.kapes--imagewithcontent {
    margin-top: 10px;
    margin-bottom: 10px;
}
.instagramtopsectionmainoone-one .col-sm-3 {
    padding: 5px;
}

.instagramtopsectionmainoone-one .col-sm-3 img {
    width: 100%;
}

.custominstagramtext--mainsone {
    max-width: 650px;
    text-align: center;
    margin: auto;
    padding: 20px 30px;
    position: relative;
    z-index: 9;
}

.custominstagramtext--mainsone h2 {
    font-size: 40px;
}

.instagramtopsectionmainoone-one .row {
    margin-top: -58px;
}
.bannersmall--main {
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.bannersmall--main img {
    border-radius: 10px;
}

.newonegoodobannerfitted {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
}

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

.bannerfogoisidnfotingevery {
    max-width: 450px;
}

.bannerfogoisidnfotingevery h2 {font-family: 'DM Serif Display', serif !important;font-size: 46px;line-height: 46px;}

.bannerfogoisidnfotingevery p {
    font-size: 19px;
}
    .shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid black;
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #000000;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 0px;
        margin-bottom:80px;
        opacity: .2;
        transform: scale3d(0.8, 0.8, 1);
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #000000;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #000000;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0,-50%,0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50px;
    }
    .customsection--heading
    {
            font-size: 30px;
            line-height: normal;
    }
    .customsectionbody {
    font-size: 22px;
        
    }
    .testimonial--customslidermain {
    text-align: center;
    padding: 40px 20px;
}
div#customers-testimonials {
    margin-top: 40px;
}
.image---block {
    margin-right: 10px;
}
.custom--iconsfooter {
    padding: 14px 20px;
}
.custom--iconsfooter .row {
    max-width: 1300px;
    margin: auto;
}
.customleft--icons li {
    margin-right: 10px;
}

.customwrapper {
    padding: 0px;
}
.svgicon--main svg {
    width: 70px;
    height: 70px;
}

.custominside--mainfixing {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
}

.customfaq--centermain .row {
    max-width: 1300px;
    margin: auto;
}

.custominside--mainfixing h2 {
    margin-top: 20px;
}

.customfaq--centermain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.customfaq--centermain .row {
    margin-top: 30px;
}
.custominside--mainfixing {
    border: 1px solid #707070;
}
#customers-testimonials .shadow-effect p {
    font-weight: normal;
}
.featuredcollections--main .row {
    margin: auto;
}

.kapes--imagewithcontent .row {
    max-width: 1500px;
    margin: auto;
}
.bigtopbanner--mainonegoodone {
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 50px 20px;
}

.bigtopbanner--mainonegoodone h2 {
    font-size: 27px;
}

.bigtopbanner--mainonegoodone h2 span {
    color: #DEB3AD;
}
[data-section-type="featured-columns-section"] h2 {
    font-size: 45px;
}

[data-section-type="featured-columns-section"] .grid__item .custom--icons {
    font-size: 46px;
}

[data-section-type="featured-columns-section"] .grid__item .h4 {
    font-size: 33px;
}
.faq--width {
    max-width: 800px;
    margin: auto;
    margin-bottom: 90px
}

.custominside-block {
    text-align: center;
    padding: 20px;
    border: 1px solid #dedede
}
.logoonegod--fitted a {
    display: block;
    text-align: left;
}

header.desktopheader .col-sm-3 {
    width: 12%;
    padding: 0px;
}

.customcontentgrid--flexing img {
    max-width: 110px;
}

header.desktopheader .row {
    max-width: 1250px;
    padding: 8px 5px;
}

.navigationmain--content .site-nav__link svg {
    display: none;
}

.navigationmain--content .site-nav__link {
    font-size: 16px;
}

.site-footer__linktitle {
    font-weight: 600 !important;
    font-size: 19px;
}

.site-footer .btn--primary {
    font-size: 12px;
    background: black !important;
}

.form-vertical input {
    padding: 8px 20px;
}
.customright--arrows ul {
    list-style: none;
}

.customright--arrows li span {
    display: block;
    text-align: center;
    color: black !important;
    font-size: 12px !important;
    line-height: normal !important;
}

.customright--arrows li a {
    text-align: center;
    font-size: unset !important;
    line-height: unset !important;
}

.customright--arrows li {
    margin-left: 15px;
}

sd {
    padding: 8px !important;
}

.customright--arrows svg {
    width: 18px !important;
    height: 20px !important;
    vertical-align: unset !important;
}

.customright--arrows li [href="/search"], .customright--arrows li [href="#swym-wishlist"] {
    top: 0px;
    position: relative;
    font-size: unset !important;
}

header.desktopheader .col-sm-5 {
    padding: 0px;
}

header.desktopheader .row {
    max-width: 1300px;
    padding: 2px 5px;
}

.navigationmain--content .site-nav__link {
    font-size: 15px;
    font-weight: 300 !important;
}

.customright--arrows li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0px;
    margin-left: 35px;
}
.customright--arrows li a {
    padding: 0px !important;
}
.customright--arrows li a {
    padding: 0px !important;
}

header.desktopheader .col-sm-7 {
    position: unset;
}

.navigationmain--content .site-nav__link:before {
    display: none;
}

.navigationmain--content .site-nav__item {
    padding: 0px;
    margin-right: 40px;
}

.navigationmain--content .site-nav__link {
    padding: 30px 0px;
    opacity: 1 !important;
}

.navigationmain--content .dropdown-menu {
    border-radius: 0px !important;
}
.bottomains--arrowss {
    text-align: center;
}

.bottomains--arrowss .col-sm-4 {
    padding: 7px 3px;
}

.insidemainsgood--content {
    padding: 12px 10px;
    background: whitesmoke;
    font-size: 15px;
}

.bottomains--arrowss .col-sm-4 {
    border-right: 0px solid #e5e5e5;
}

.bottomains--arrowss {
    border-top: 1px solid #e5e5e5;
    background: white;
}

.bottomains--arrowss .row {
    max-width: 1330px;
    margin: auto;
}
header.desktopheader .col-sm-5 {
    width: 30%;
}

header.desktopheader .col-sm-7 {
    width: 80%;
}
.customcookie--banermain {
    position: fixed;
    z-index: 9999999999999999999 !important;
    bottom: 0;
    width: 100%;
    padding: 50px 20px;
    background: #010101;
}

.cookie--sindiecontent p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}

button.acceptcookie {
    background: white;
    color: black;
    padding: 13px 50px;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 17px;
    border: 2px solid white;
}

button.delinecookie {
    background: transparent;
    color: white;
    padding: 13px 50px;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 17px;
    border: 2px solid white;
    margin-left: 13px;
}

.customcookie--banermain .col-sm-4 {
    text-align: right;
}
.customcookie--banermain {
    position: fixed;
    z-index: 9999999999999999999 !important;
    bottom: 0;
    width: 100%;
    padding: 50px 20px;
    background: #010101;
}

.cookie--sindiecontent p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}

button.acceptcookie {
    background: white;
    color: black;
    padding: 13px 50px;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 17px;
    border: 2px solid white;
}

button.delinecookie {
    background: transparent;
    color: white;
    padding: 13px 50px;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 17px;
    border: 2px solid white;
    margin-left: 13px;
}

.customcookie--banermain .col-sm-4 {
    text-align: right;
}
.customcookie--banermain {
    bottom: unset;
    top: 0px;
}

.customcookie--banermain .row {
    background: #800080;
}

.delinecookie, button.acceptcookie {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

button.acceptcookie {
    background: white !important;
    border-color: white !important;
}
.customcookie--banermain {
    padding-bottom: 20px;
    background: transparent;
    top: unset !important;
    bottom: 20px !important;
}

.customcookie--banermain .row {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    background: black;
}
.uptocusjtom--maiinss h2 span {
    font-family: Playfair Display,serif !important;
    font-style: italic;
    text-transform: lowercase;
}

.uptocusjtom--maiinss .btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: transparent !important;
}

.uptocusjtom--maiinss p {
    font-size: 15px;
}

.uptocusjtom--maiinss {
    padding: 70px 10px;
}
  .customainonc--bodyset h1 span {
    font-family: Playfair Display,serif!important;
    font-style: italic;
    text-transform: lowercase;
}
  .bignewbannercustomone h2 span {
    font-family: Playfair Display,serif;
    font-style: italic;
}

.bignewbannercustomone {
    max-width: 450px;
}
.newcontentgood p {
    line-height: normal;
    font-size: 15px;
    margin-top: 10px;
    padding: 0px 30px;
    margin-bottom: 9px;
}

.customsmallhider p {
    letter-spacing: 0px;
}
.customcontent--blockmain a {
    font-size: 17px;
    border: 1px solid white;
    padding: 10px 40px;
    line-height: normal !important;
    background: white !important;
    color: black !important;
}

.customcontent--blockmain h2 span {
    font-family: Playfair Display,serif;
    font-style: italic;
}

.customcontent--blockmain h2 {
    font-size: 39px;
}

.customcontent--blockmain {
    min-width: auto;
    max-width: 550px !important;
}

.customcontent--blockmain p {
    font-size: 19px;
    font-weight: 300 !important;
}

.customcontent--blockmain {
    top: unset;
    bottom: 60px !important;
}
.mainsgoodinsidne--contentss:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(11deg,rgba(0,0,0,0.27) 10%,rgba(84,84,84,0) 100%);
    z-index: 9;
}

.mainsgoodinsidne--contentss {
    position: relative;
}

.minagood--fitted {
    z-index: 9;
}

.mainsgoodinsidne--contentss {
    line-height: 0px;
}

.minagood--fitted {
    line-height: normal;
}

.bignewbannerone:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(11deg,rgba(0,0,0,0.27) 10%,rgba(84,84,84,0) 100%);
    z-index: 9;
}

.custominsidebanerone {
    z-index: 9;
}

.bignewbannerone {
    line-height: 0px;
}

.bignewbannercustomone {
    line-height: normal;
}

.custommains--goodnaminss {
    margin-top: 5px;
}
.maincustomblocking:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(359deg,rgba(0,0,0,0.24) 10%,rgba(84,84,84,0) 100%);
    z-index: 9;
}
.maincustomblockingss:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(359deg,rgba(0,0,0,.24) 10%,rgba(84,84,84,0) 100%);
    z-index: 9;
}

.maincustomblockingss {
    line-height: 0px;
}

.newcontentgood {
    line-height: normal;
    z-index: 9;
}

.newcontentgood a {
    font-size: 12px !important;
}
.mainsgoodmainss .maincustomblockingss:before {
    display: none;
}

.mainsgoodmainss .maincustomblockingss {
    line-height: normal;
}
.customsixcategory--block h1 span {
    font-family: Playfair Display,serif;
    font-style: italic;
}
h2.section-header__title span {
    font-family: Playfair Display,serif;
    font-style: italic;
    text-transform:lowercase;
}

.customsixcategory--block h1 span {
    text-transform: lowercase;
}

.customsixcategory--block h1 {
    font-size: 31px;
}
header.ecomsend__Modal__TitleText {
    font-size: 28px !important;
    font-weight: 500 !important;
}

.ecomsend__Modal__TitleHelpText {
    font-size: 15px !important;
}

.ecomsend__Modal__CloseText {
    color: black !important;
    background: black !important;
    font-size: 12px !important;
}
.miancustom--goodnainss .social-medias {
    margin-right: 0px;
}
.custom--iconsfooter h2, .custom--iconsfooter p {
    color: black;
}

.custom--iconsfooter p {
    margin-top: 0px;
    font-size: 13px;
}

.custom--iconsfooter h2 {
    font-weight: 500 !important;
    margin-bottom: 5px;
}

.image---block svg {
    fill: black;
    width: 40px;
    height: 40px;
}

.image---block {
    margin-right: 0px;
}

.custom--iconsfooter {
    background: #e4e4e4;
    padding-top: 20px;
}

.content--footer {
    display: block;
}

.text---content {
    text-align: center;
    margin: 0px;
    margin-top: 11px;
}

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

.custom--iconsfooter .row {
    max-width: 1000px;
    padding-top: 20px;
}
.custombigbanner--mainone {
    max-width: 1600px;
    margin: auto;
    margin-top: 30px;
}

.custommains--goodnaminss {
    max-width: 1600px;
    margin: auto;
    margin-top: 5px;
}

.customainflex--grid {
    max-width: 1600px;
    margin: auto;
}

.slidercontainernew {
    max-width: 1600px;
    margin: auto;
}
div#CartDrawer {
    z-index: 999999999999999 !important;
}

.overlay-content #ajaxCartForm .btn--primary {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.custom--iconsfooter h2 {
    letter-spacing: 1px;
    text-transform: none;
}

.btn {
    font-size: 16px;
    border-radius: 0px !important;
}

.btn--primary {
    background: #262626 !important;
    border-color: #262626 !important;
    font-weight: 500 !important;
}

div#CustomerLoginForm label {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

div#CustomerLoginForm button {
    margin-top: 20px !important;
}

div#CustomerLoginForm input {
    padding: 14px 20px;
}

.btn--primary:not(.disabled):not([disabled]):hover, .btn--primary:not(.disabled):not([disabled]):focus {
    background: #262626 !important;
    border-color: #262626 !important;
}
label {
    margin-bottom: 6px;
    font-size: 16px;
    margin-top: 15px;
}

.form-vertical input {
    padding: 12px 20px;
}

form#create_customer .checkbox {
    display: none;
}

form#create_customer .btn {
    margin-top: 20px;
}
.maincustomgood-fitted button {
    width: 100% !important;
    color: black !important;
    border: 1px solid black !important;
    margin-bottom: 15px !important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 11px 30px;
    height: unset !important;
    margin-top: 10px;
}

.customain--wishlist {
    margin-bottom: 0px !important;
}

.dbtfy-back_in_stock {
    display: none !important;
}
.maincustomgood-fitted button {
    width: 100% !important;
    color: black !important;
    border: 1px solid black !important;
    margin-bottom: 15px !important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 11px 30px;
    height: unset !important;
    margin-top: 10px;
}

.customain--wishlist {
    margin-bottom: 0px !important;
}

.dbtfy-back_in_stock {
    display: none !important;
}

.product-single__add-to-cart button {
    font-size: 15px;
    padding: 14px 30px !important;
}

.maincustomgood-fitted button {
    font-size: 15px;
    padding: 14px 30px !important;
}
.maincustomgood-fitted button {
    margin-top: 10px !important;
}
.swym-inject {
    display: none !important;
}

.maincustomgood-fitted button {
    color: black !important;
}

.swym-added.swym-add-to-wishlist, .swym-added.swym-add-to-wishlist:after, .swym-added.swym-add-to-wishlist + .swym-fave-count {
    color: black !important;
}
input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev {
    color: black !important;
}
@media only screen and (max-width: 801px) {
.customsmallhiderss {
    text-align: center;
}

.maincgood--customfitteds {
    margin-bottom: 0px;
}

.placeovercontent--goodns h2 {
    font-size: 23px;
}

.placeovercontent--goodns {
    width: 90% !important;
}

.mainsgoodomains p {
    font-size: 14px;
}

.mainsgoodomains h4 {
    font-size: 32px;
}

.customwithicons {
    margin-bottom: 30px !important;
}

.custombigonemain .row {
    margin-top: 20px;
}

.bignewbannercustomone h2 {
    font-size: 28px;
}

.bignewbannercustomone p {
    margin-top: 5px;
    margin-bottom: 11px;
    font-size: 15px;
}

.newonebannergoodone {
    padding: 0px;
}

.mainonewith--iconss img {
    margin-bottom: 5px;
}

.mainonewith--iconss {
    padding: 20px 10px;
}

h2.section-header__title {
    font-size: 28px;
}

.sixcategoryblock p {
    font-size: 15px;
}

.customcontent--blockmain h2 {
    font-size: 31px;
}

.customcontent--blockmain p {
    font-size: 15px;
}

.customcontent--blockmain a {
    padding: 9px 30px;
    font-size: 15px;
}

.customcontent--blockmain {
    bottom: 40px !important;
}

.insidemainsgood--content {
    font-size: 12px;
    padding: 10px 30px;
}

.bottomains--arrowss .row {
    overflow: auto;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
}
  #announcement p {
    font-size: 12px;
}
  .footer-newsletter p {
    text-align: center;
}
  #announcement p {
    font-size: 12px;
}

.footer-newsletter p {
    text-align: center;
}

.footer-newsletter h6:before {
    display: none;
}
.footer-newsletter h6 {
    text-align:center !important;
}

.footer-link_list {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2px 15px !important;
}

.site-footer__linktitle {
    text-align: left !important;
}

.footer-newsletter {
    margin-bottom: 30px !important;
}

.bottomcopyright--content {
    padding: 0px 10px;
}

.copyrighttop--mains li {
    display: none;
}

.copyrighttop--mains li:first-child {
    display: block;
}

.copyrighttop--mains ul {
    display: block;
}

span.methods-of-payment img {
    margin: 0px 2px;
    max-width: 30px;
}
  .nav-container-left-icons .site-nav__item {
    margin-right: 7px;
}
.nav-container-right-icons .site-nav__item {
    margin-left: 7px;
}
  .site-nav__link--icon svg {
    width: 17px;
    height: 17px;
    stroke: unset !important;
}
.site-nav__link--icon svg {
    width: 17px;
    height: 17px;
    stroke: unset !important;
}

.header-grid>.grid__item {
    margin: 0px;
}

.customwrapper {
    padding: 0px 10px;
}

.custommains--goodnaminss .row {
    margin: 0px;
}

.custommains--goodnaminss .col-sm-8 {
    padding: 0px;
}
  div#SearchDrawer .grid__item {
    padding-left: 0px;
}

.drawer__inner-section {
    padding: 7px 20px;
}

button.customsearchclose {
    position: relative;
    top: 2px;
}
  .mainbigtop--section h2 {
    font-size: 38px;
}

.mainbigtop--section {
    padding: 10px;
}

.customainssection-gdodns {
    padding: 10px 20px;
}

.mainsgbigosn--sectionss h3 {
    font-size: 23px;
}

.topheading--mainss h2 {
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 20px;
}

.maincustomcontent--goodomainss {
    padding: 0px 20px;
}

.maincustomcontent--goodomainss .col-sm-6 {
    padding: 10px;
}
  h1.product-single__title.page-title {
    margin-top: 40px;
    font-size: 21px;
}

.customainproduct--goodone [role=tablist] {
    display: flex;
}
}

.maincustomgood-fitted button {
    display: block !important;
}
.row {
    margin: 0px;
}

.custommains--goodnaminss .col-sm-8 {
    padding: 0px;
}
  .row {
    margin: 0px;
}

.custommains--goodnaminss .col-sm-8 {
    padding: 0px;
}
.goodoonetitlemain .btn--primary:not(.disabled):not([disabled]):hover, .goodoonetitlemain .btn--primary:not(.disabled):not([disabled]):focus
{
   background: transparent !important; 
}
.launcher-bottom-right {
    display: none !important;
}
.toast-branding {
    display:none !important;
}
.wishlist-whale-button-container-float-right {
    display: none !important;
}
.maincustomgood-fitted {
    display: none;
}

button#wishlist-whale-button {
    width: 100%!important;
    color: #000!important;
    border: 1px solid black!important;
    margin-bottom: 15px!important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    padding: 24px 30px !important;
    height: unset!important;
    margin-top: 10px;
    font-family: Futura,sans-serif !important;
    text-transform: uppercase !important;
}

button#wishlist-whale-button svg {
    display: none !important;
}
.view-all-box a {
    font-weight: 500 !important;
    text-transform: uppercase;
    color: black !important;
    background: transparent !important;
    border: 1px solid black !important;
}
.view-all-box a {
    font-weight: 500 !important;
    text-transform: uppercase;
    color: black !important;
    background: transparent !important;
    border: 1px solid black !important;
}
  .custombigonemain {
    padding-top: 50px;
}
.wrapper-getgreenspark {
    display: none !important;
}
.fitedgrey--mainss {
    text-align: center;
}

.fitedgrey--mainss img {
    max-width: 140px;
}

.buttominpact--mains {
    padding: 50px 10px;
    background: #f9f9f9;
}
.fitedgrey--mainss {
    text-align: center;
}

.fitedgrey--mainss img {
    max-width: 140px;
}

.buttominpact--mains {
    padding: 50px 10px;
    background: #f9f9f9;
}

.newcontentgood h2 {
    font-family: "New York" !important;
    text-transform: none !important;
}

.customcontent--blockmain a {
    border-radius: 50px !important;
    background: transparent !important;
    color: white !important;
    font-size: 14px !important;
    letter-spacing: 4px !important;
}

h2.section-header__title {
    font-family: "New York" !important;
    text-transform: none !important;
    margin-top: 40px;
}

.customainsgreen--barss {
    margin-top: 50px;
    margin-bottom: 50px;
}
.customainflex--grid, .slidercontainernew {
    max-width: 100%;
}
.announcement-grid {
    max-width: 1300px;
    margin: auto !important;
}
.announcement-left {
    display: block !important;
    width: 100% !important;
    width: 100% !important;
    -webkit-flex: 0 0 100% !important;
    -moz-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 auto !important;
    text-align: center;

}

}
p.grid-product__price-wrap {
    text-align: center;
}
.recommendation-modal__container {
    display: none !important;
}

.recommendation-modal__backdrop {
    display: none !important;
}
div#judgeme_product_reviews {
    display: none !important;
}
.customgridblog--mainbody .image-link .card-image {
    padding-top: 70% !important;
}

.card-image, .card-image img {
    object-fit: cover !important;
}

.customgridblog--mainbody .card-body p {
    text-align: center !important;
    font-size: 27px !important;
}

.flex.customgridblog--mainbody {
    margin: 0px !important;
    padding: 10px !important;
}

[data-section-type="blog-template"] .box {
    padding-top: 0px !important;
}
p.section-header__title {
    font-size: 30px;
}
.blog-meta.text-lead li {
    margin: 0px 25px;
}
form#AddToCartForm--product-template+div {
    width: 100% !important;
}
body { overflow-x: hidden; }
}
/* =============================================
   NALÈ MOBILE UX FIXES
   ============================================= */

/* Fix horizontal scroll / overflow */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* Fix hero slider height on mobile */
@media screen and (max-width: 768px) {
  .slidercontainernew,
  .customhero,
  .swiper,
  .swiper-slide,
  .mainhero {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  .mainhero img {
    width: 100% !important;
    height: 75vw !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* Fix announcement bar on mobile */
  .announcement-left {
    display: none !important;
  }

  /* Fix product page title */
  h1.product-single__title.page-title {
    font-size: 20px !important;
    margin-top: 20px !important;
  }

  /* Fix product images on mobile */
  .product--wrapper {
    max-width: 100% !important;
  }

  /* Improve tap targets */
  .btn, button {
    min-height: 44px !important;
  }

  /* Fix banner content position */
  .customcontent--blockmain {
    bottom: 20px !important;
    padding: 0 15px !important;
  }

  .customcontent--blockmain h2 {
    font-size: 24px !important;
  }

  .customcontent--blockmain a {
    font-size: 12px !important;
    padding: 8px 20px !important;
  }
}


/* NALÈ NEWSLETTER QA FIXES — 2026-08-30 */
.dbtfy-newsletter_popup .modal-content,
.dbtfy-newsletter_popup .content-newsletter_popup {
  background: #ffffff !important;
  color: #1c1915 !important;
  opacity: 1 !important;
}
.dbtfy-newsletter_popup .modal-content {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28) !important;
}
.dbtfy-newsletter_popup .content-newsletter_popup {
  min-height: 360px;
  padding: 42px !important;
}
.dbtfy-newsletter_popup .overlay-modal,
.dbtfy-newsletter_popup .overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.62) !important;
}
.dbtfy-newsletter_popup .newsletter__input {
  background: #ffffff !important;
  color: #1c1915 !important;
  border: 1px solid #1c1915 !important;
}
.site-footer .footer-newsletter {
  min-width: 320px;
}
.site-footer .footer-newsletter .form-vertical {
  max-width: 430px;
}
.site-footer .footer-newsletter .newsletter__input {
  background: #ffffff !important;
  color: #1c1915 !important;
  border: 1px solid #1c1915 !important;
}
.site-footer .footer-newsletter .btn {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .dbtfy-newsletter_popup .content-newsletter_popup {
    min-height: 0;
    padding: 30px 22px !important;
  }
  .site-footer .footer-newsletter {
    min-width: 0;
    width: 100%;
  }
}

/* NALÈ SIGN-UP CTA FIX — 2026-08-30 */
.dbtfy-newsletter_popup .nale-newsletter-signup {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.dbtfy-newsletter_popup .nale-newsletter-signup .newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
}
.dbtfy-newsletter_popup .nale-newsletter-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 20px !important;
  background: #1c1915 !important;
  border-color: #1c1915 !important;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.dbtfy-newsletter_popup .nale-newsletter-submit .btn__text {
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .dbtfy-newsletter_popup .nale-newsletter-signup {
    flex-direction: column;
    gap: 10px;
  }
  .dbtfy-newsletter_popup .nale-newsletter-submit {
    width: 100% !important;
    min-height: 54px;
  }
}
