/* Typography */

body {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "the-seasons", the-seasons, sans-serif !important;
    font-style: normal;
    font-weight: 700;
}

h1, h3.gs-title {
    font-size: 2em;
}

h2.card-title.h6 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

section#hero-shop h3.title {
    font-size: 1.5em;
}

/* fonts end */

.media.productThumbnail picture, .productThumbnail img{
  height:450px;
}
.product [card-type=base] .card-meta{
  border-top:none;
}

.custom-viewproduct-btn{
    background: black;
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
    border-radius: 4px;
    letter-spacing: 1;
}

.custom-hover a{
  color: white;
}

.custom-hover:hover a{
  color: white;
}

.custom-margin-bottom{
  margin-bottom: 1.5rem !important;
  text-align: left;
  
}

.custom-product-form{
  display: flex !important;
  margin-top: 30px;
  flex-direction: column;
}

.custom-margin-bottom-soldout{
   margin-bottom: 2.5rem !important;
  text-align: left;
  
}


.button[disabled], button[disabled], input[disabled]:hover{
  background:none !important;
  color:black !important;
}

.custom-margin-bottom-soldout:hover{
  background: none !important;
  color: black !important;
}

.installments{
  padding-left: 5px !important;
}

.custom-lg-btn{
  border: none !important;
}


.custom-footer-language{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.product-badge {
  display:none !important;
}

#cartFooter{
  margin: 0 auto !important;
}

.custom-wishlist {
  text-decoration: none !important;
}

i.icon-swym-wishlist {
font-family: 'swym-font';
font-style: normal;
vertical-align: middle;
}
i.icon-swym-wishlist+span {
vertical-align: middle;
}
i.icon-swym-wishlist:after {
content: '';
font-size: 130%;
line-height: 18px;
text-align: center;
display: inline;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
content: '\f004';
}


.listoftags {
  display:none !important;
}

@media (max-width:777px){
    .title-mv{
      display:none;
    }
    .header-flex-mv{
      display: flex;
      justify-content: space-between;
    }

    .custom-margin-bottom{
      text-align:center;
    }

    .custom-viewproduct-btn{
      display:none;
    }

    .custom-addToCartButton-mobile{
      display: none;
    }

  .custom-product-form{
    flex-direction: column;
    align-items: center;
    margin-top: 5px;

}
}

 /* Edits MB  */

section.general-page.customers.login-page,
section.general-page.customers.register-page {
    margin-top: 4em;
}

.page-login, .page-register {
    max-width: 100%;
    display: block;
    margin-left: auto;
    width: 948px;
    margin-right: auto;
}

ul#FooterCountryList {
    background: #f0f0f0;
    bottom: 0;
    top: unset;
}

.customers.account-page {
    display: block;
    max-width: 900px;
    margin: auto;
    margin-top: 3em;
}

.customers.account-page grid {
    display: flex;
    flex-direction: column;
}

.customers.account-page c[ps="center start"] {
    visibility: visible;
    margin-bottom: 1em;
}

.customers.account-page button.is-primary {
    background: #000 !important;
    color: #fff !important;
}

section#resetpass {
    display: block;
    margin: auto;
    max-width: 900px;
    margin-top: 11em;
}

header,
details.dm>details-menu {
    transition: background-color 0.3s;
}

details.dm>details-menu {
    background-color: transparent !important;
}

@media (min-width: 778px) {
    header.nav-open details.dm > details-menu {
        background: #efece4d4 !important;
    }
    details.dm > details-menu {
        top: 56px;
    }
}

header.scrolled,
header.nav-open {
    background: rgb(247 246 244 / 97%);
    transition: background-color 0.3s;
}

c.bogo img.logo {
    margin-bottom: 15px;
    z-index: 100;
    transition: max-width 0.1s ease-out;
}

details-menu {
    opacity: 0;
    transition: opacity 0.9s;
}

details.dm.lv1[open] details-menu {
    opacity: 1;
}

/* old square logo styles */

/*header c.bogo img.logo {
    max-width: 65px;
}

header.scrolled c.bogo img.logo, 
header.nav-open c.bogo img.logo {
    max-width: 65px;
}*/

header c.bogo img.logo {
    max-width: 133px;
    margin-top: 10px;
}

.color-swatch-single {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 10px;
}

.color-picker-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.color-swatch-single.active,
.active .color-swatch-single {
    border: 3px solid #000;
}

.color-swatch-single:hover {
    opacity: 0.9;
}

/* @media (min-width: 778px) {
details.dm > details-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
} */

.productTax small {
    display: none;
}

.collection-gallery {
    margin-top: 67px;
    display: flex;
    flex-direction: column;
}

#ajaxSection, .contact {
    margin-top: 67px !important;
}

.gallery-item-media-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.gallery-item-media-holder img, .gallery-item-media-holder video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item a {
    text-decoration: none;
}

.gallery-item-title {
    background: #fff;
    padding: 2.5em 2em;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 2px 21px 0px rgb(7 7 7 / 62%);
    -moz-box-shadow: 0px 2px 21px 0px rgb(7 7 7 / 62%);
    box-shadow: 0px 2px 21px 0px rgb(7 7 7 / 62%);
}

.gallery-item {
    border-bottom: 1px solid #000;
    overflow: visible;
}

.gallery-item-title h2 {
    font-weight: 600;
    font-size: 1.5em;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.gallery-item-title h2 span {
    color: #a1a1a1;
    font-weight: 500;
}

product-form button.cartButton.is-primary {
    background: #000;
    color: #fff;
    text-align: center;
}

product-form button.is-primary.soldout {
    background: #828282 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink {
    margin: 0 !important;
}

.swym-button-bar {
    display: flex !important;
    width: 250px;
    padding: 10px 10px !important;
    margin: 0 !important;
    margin-top: 1em !important;
    border-radius: 5px;
    border: 1px solid #000;
    justify-content: center;
}

.mobnav grid.bordi.menus {
    width: 100% !important;
}

.card-meta button.is-primary.soldoutButton {
    background: #fff !important;
    font-weight: 600;
    font-size: 1em;
}

.card-meta .custom-viewproduct-btn {
    padding: 22px !important;
    bottom: -3px;
    position: relative;
    border-radius: 0 !important;
    text-transform: uppercase;
}

h2.card-title.h6 a {
    line-height: 1.5;
}

.collection-gallery.collection-single-page {
    margin-bottom: 3em;
}

img.landing-page-gallery-img {
    margin-bottom: 2em;
}

img.landing-page-gallery-img {
    width: 100%;
}

c#prodesc section.blocks.accordion summary.dropdown-caret {
    padding: 10px 0 10px;
    font-size: 1em;
    border-bottom: 1px solid #cbc9c1;
    margin: var(--padding);
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown-caret {
    font-size: 1em !important;
}

.product-page c#prodesc {
    display: flex;
    align-content: center;
    align-items: center;
    max-height: 100vh;
    position: sticky;
    top: 0;
    width: 100%;
    justify-content: center;
}

@media (min-width:778px) {
.product-page c#prodesc {
    min-height: 820px;
}
}

.product-page c#prodesc section {
    max-width: 490px;
}

.product-page .item .meta product-form,
.swym-button-bar {
    width: 100% !important;
}

product-form button.cartButton.is-primary {
    font-size: 1em !important;
}

.swym-button-bar {
    border: 0;
    margin-top: 0 !important;
    font-size: 0.8em;
}

fieldset.js.product-form__input label {
    font-size: 1em;
    border-bottom: 1px solid transparent;
}

.product-page variant-radios input[type="radio"]:checked+label {
    background: transparent !important;
    border-bottom: 2px solid #000;
}

.color-picker-custom {
    margin-top: 10px;
}

/* Mega menu */

.submenu-pane {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 2em 15px;
    background: rgb(247 246 244 / 97%);
    transition: all .3s ease-in-out;
    overflow: hidden;
    top: 100%;
}

.submenu-pane.active {
    display: block;
}

.top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-item {
    position: relative;
    margin-right: 20px;
}

.menu-item a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
}

.sub-submenu {
    list-style: none;
    margin: 0;
}

.sub-submenu a {
    padding-left: 20px;
}

.icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .menulink {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-menu {
        flex-direction: column;
        width: 100%;
    }

    .menu-item {
        margin-right: 0;
    }

    .menu-item a {
        padding: 10px 20px;
    }

    .submenu-pane, .sub-submenu {
        position: static;
        box-shadow: none;
    }
}

@media (min-width:778px) {
c.bogo {
    order: 2;
    padding: 0;
    display: block;
    margin: auto;
}
.menulink.large-only {
    order: 1;
}
c.accounts {
    order: 3;
}
header#header {
    padding: 0 15px;
}
c.accounts {
    display: flex;
    justify-content: flex-end !important;
}
ul.top-menu li.menu-item {
    margin: 0;
    padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
}
header c.bogo img.logo {
    margin: 0;
}
/*a.with-child {
    font-family: the-seasons, the-seasons, sans-serif !important;
    font-style: normal;
    font-weight: 700;
}*/
.submenu-pane ul {
    list-style: none;
}
ul.sub-submenu {
    padding: 0;
}
.sub-menu-holder {
    margin-bottom: 2em;
}
.sub-menu-inner {
    padding: var(--buttonPadding);
    padding-top: 0;
}
.sub-menu-inner a.no-style.with-child {
/*    font-size: 1.5em;*/
    display: block;
    margin-bottom: 0 !important;
    line-height: 1.2em;
}
.sub-menu-holder {
    flex: 1 1 calc(25% - 15px);
    margin-right: 15px;
}
.sub-menu-inner {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.mega-menu-inner {
    display: flex;
    justify-content: space-between;
}

.sub-menu-inner {
    flex: 0 0 75%;
    max-width: 600px;
}

.mega-menu-image {
    flex: 0 0 25%;
    max-width: 200px;
}
.sub-menu-holder a {
    padding-top: 0 !important;
}
c.accounts, .mega-menu-image {
    padding: var(--buttonPadding);
}
.sub-submenu-item {
    margin-bottom: 7px;
}
.sub-submenu-item a:hover {
    text-decoration: underline !important;
}
.sub-submenu-item a {
    font-weight: 300;
}
}

@media (max-width:777px) {
c.bogo {
    padding-left: 15px !important;
}
header .accounts {
    justify-content: flex-end !important;
    padding-right: 15px !important;
}
}

 /* Footer subscribe  */

small#ContactFooter-success {
    font-size: inherit !important;
    margin-top: 1em;
    display: block;
}

.selector-container {
    overflow: visible; 
    position: relative; 
}

.selector-dropdown {
    position: absolute; 
    z-index: 9999; 
    max-height: 600px; 
    overflow-y: auto; 
}

@media (max-width: 600px) {
.product-page.product-main-section {
    overflow: hidden;
}
.product-page c#prodesc {
    max-height: unset;
}
}