@font-face {
  font-family: "Proxima-Nova-Light";
  src: url("../fonts/proximanova-light.eot");
  src: url("../fonts/proximanova-light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/proximanova-light.woff2") format("woff2"),
    url("../fonts/proximanova-light.woff") format("woff"),
    url("../fonts/proximanova-light.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima-Nova-Semibold";
  src: url("../fonts/proximanova-semibold.eot");
  src: url("../fonts/proximanova-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-semibold.woff2") format("woff2"),
    url("../fonts/proximanova-semibold.woff") format("woff"),
    url("../fonts/proximanova-semibold.ttf") format("truetype");
}

/*HOMEPAGE POPUP*/

.video-thumbnail img {
  display: none !important;
}

/* Fix for video */
.item-slick .single-product #video {
  display: block !important;
}

/* Fix for img */
.item-slick .single-product img {
  display: block !important;
}

.item-slick .single-product .afpv-rule-video-play-icon {
  display: none !important;
}

.item-slick .single-product .afpv-rule-video-thumbnail-image {
  display: none !important;
}

div#myModalPopup-l {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  overflow: auto;
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-holder {
  position: relative;
  background: white;
  max-width: 613px;
  text-align: center;
  width: 98%;
  margin: 20px auto;
}

.modal-inner img {
  width: 100%;
}

.content_popup {
  padding: 40px 40px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: black;
}

.content_popup h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.close-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 45px;
  height: 38px;
  line-height: 38px;
  background: white;
  position: absolute;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .content_popup {
    padding: 20px 10px;
  }
  .content_popup h3 {
    margin-bottom: 10px;
  }
}

/*END*/

/*AF*/

#subpage h2 {
  font-size: 30px;
}

#afList > li > a {
  padding: 5px 10px;
}

#afList {
  margin-bottom: 50px;
}

.alphaTitle {
  margin-top: 50px;
}

.tab-pane:focus {
  outline: none !important;
}

.scrollElement {
  padding-top: 150px;
  margin-top: -150px;
}

/*END AF*/

.woocommerce div.product form.cart .variations {
  z-index: -10 !important;
}

.intro-iframe-holder {
  background-position: top center;
  position: relative;
  height: 22rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
}

video#home-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.front_page_text_bottom {
  font-size: 16px;
  max-width: 900px;
  margin: 100px auto 150px auto;
  line-height: 1.9;
}

.sm_menu_outer .mobile_menu li {
  border-image: none !important;
}

/*STANDARD PAGE*/

.page-template-af-page h2.bold,
.page-template-inspiration_page h2.bold {
  margin-top: 100px;
  margin-bottom: 50px;
}

h2.bold.page-title {
  margin-top: 100px;
  margin-bottom: 50px;
}

#page h4 {
  margin: 40px 0px 20px 0px;
}

#page h5 {
  margin: 20px 0px 10px 0px;
  font-size: 15px;
  font-weight: bold;
}

.page-titel-h1 {
  margin-top: 110px;
  margin-bottom: 30px;
}

/*END STANDARD PAGE*/

#cookie-notice {
  z-index: 99999999999 !important;
}

.fb_dialog {
  bottom: 70px !important;
}

/*Brands*/

.brands {
  margin-bottom: 20px;
  padding: 40px 20px;
  min-height: 390px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.brands a:hover,
.brands a:focus,
.brands a:visited {
  text-decoration: none !important;
  color: inherit !important;
}

.brands:hover {
  border: 1px solid rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

.brands img {
  max-height: 100px;
}

.brandRow {
  margin: 70px -15px;
  display: flex;
  flex-wrap: wrap;
}

/*SUBPAGE*/

.margin-subtext {
  margin-top: 30px;
}

.margin-subtop {
  margin-bottom: 5px;
}

.subpage-margin {
  margin-top: 130px;
}

.subpage-left-margin {
  margin-top: 80px;
}

.subpage-citat {
  font-family: "TTNorms-LightItalic";
  font-size: 48px;
  line-height: 55px;
  margin: -20px 0px 20px 80px;
}

.subpage-citat-author {
  font-size: 18px;
  float: right;
}

.right {
  float: right;
}

.no-padding {
  padding: 0px;
}

.text-wrapper {
  max-width: 550px;
  margin-left: 150px;
}

.left-text-wrapper {
  max-width: 450px;
}

.default-page strong {
  font-size: 16px;
}

/*END SUBPAGE*/

/*BOOTSTRAP 4 ALIGN VERTICALLY*/

.h-100 {
  height: 100% !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row-pt2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*END BOOTSTRAP 4*/

/*NEWSLETTER*/

#wpcf7-f1224-o1,
#wpcf7-f921-o1 {
  width: 50%;
  margin: auto;
}

input.wpcf7-form-control.wpcf7-text {
  border: 0px;
  border-bottom: 2px solid;
  width: 100%;
  margin-top: 50px;
  background: transparent;
  padding-bottom: 6px;
}

input.wpcf7-form-control.wpcf7-text:focus {
  outline: none;
}

input.wpcf7-form-control.wpcf7-submit {
  float: right;
  background: url(../images/Arrow-one.svg) no-repeat center center black;
  width: 65px;
  height: 40px;
  border: none;
  color: transparent;
  margin-top: -40px;
  z-index: 999;
  cursor: pointer;
  position: relative;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
}

/*END NEWSLETTER*/

/*PRESS*/

.margin-extra {
  margin-bottom: 30px;
  margin-top: 30px;
}

#press a:hover {
  text-decoration: none;
  color: black;
  opacity: 0.8;
}

.overlay-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

/*END PRESS*/

/*FOOTER*/

.footer-puffs {
  padding: 60px 0px;
}

.footer-puffs .text-center {
  padding: 20px 0px;
}

.footer-puffs .borders {
  border-right: 1px solid;
  border-left: 1px solid;
}

.footer-puffs h2 {
  font-size: 25px;
}

.jim_txt {
  width: 100%;
  text-align: center;
}

.footer-1 h4 {
  font-family: "TTNorms-Medium";
  color: #2f2e2e;
}

/*END FOOTER*/

/*PRODUCT ARCHIVE*/

.tax-product_cat .product_type_variable {
  display: none !important;
}

.tax-product_cat h1 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.tax-product_cat .single-prod h2 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

.tax-product_cat .single-prod a.woocommerce-LoopProduct-link:hover {
  text-decoration: none;
  color: black;
}

.woocommerce div.product div.images img {
  display: block;
  /*width: auto !important;*/
  height: auto;
  box-shadow: none;
}

.woocommerce-page .gallery-img-selector img {
  height: auto;
  max-width: 100%;
  margin-top: 15%;
  max-height: 200px;
  border: 1px solid black;
}

.gallery-img-selector {
  margin-bottom: 100px;
}

.woocoomerce .brand img,
.woocommerce-page .brand img {
  margin-top: 0%;
}

.woocommerce span.onsale {
  background-color: #000 !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
}

.single-product .sale_perc {
  margin-left: 100% !important;
  right: 0;
  text-align: center;
}

.quantity.hidden ~ button.single_add_to_cart_button.button.alt {
  float: none !important;
  max-width: unset;
}

.sale_perc {
  position: absolute;
  top: 30px !important;
  right: 40px;
  left: auto !important;
  border-radius: 5px !important;
  width: 115px;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 15px !important;
  height: 40px;
  line-height: 40px;
  background-color: #c1d7d7 !important;
}

/* CHECKOUT */

body.woocommerce-checkout {
  margin-top: 0;
}

.woocommerce-checkout header,
.woocommerce-checkout .xoo-wsc-modal {
  display: none;
}

.kco-modal-content,
#page-checkout {
  max-width: 900px;
  margin: 0 auto;
}

#page-checkout .head-section {
  padding-top: 15px;
}

#page-checkout div.head a {
  float: right;
}

.custom-checkout-section .step-1 .woocommerce-info {
  text-align: center;
  background-color: white !important;
  border: 0 !important;
}

.custom-checkout-section .step-1 .woocommerce-info a.showcoupon {
  text-align: center;
  color: black;
  text-decoration: underline;
}

.custom-checkout-section .step-1 .checkout_coupon.woocommerce-form-coupon {
  border: 0;
  margin: 0 auto;
  text-align: center;
}

.custom-checkout-section
  .step-1
  .checkout_coupon.woocommerce-form-coupon
  .form-row.form-row-first,
.custom-checkout-section
  .step-1
  .checkout_coupon.woocommerce-form-coupon
  .form-row.form-row-last {
  float: none;
  display: inline-block;
  width: auto;
}

.custom-checkout-section
  .step-1
  .checkout_coupon.woocommerce-form-coupon
  .form-row.form-row-first
  input[type="text"] {
  height: 40px;
  border: 1px solid #0000003d;
  padding-left: 10px;
}

.custom-checkout-section
  .step-1
  .checkout_coupon.woocommerce-form-coupon
  .form-row.form-row-last
  button[type="submit"] {
  height: 40px;
  background-color: #51bb3e;
  border-radius: 0;
  color: white;
}

.check-out-header .left img {
  max-width: 150px;
}

.check-out-header .center h1 {
  text-align: center;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
  margin-top: 10px;
}

.check-out-header .right a {
  float: right;
  color: black;
  font-weight: 700;
  margin-top: 10px;
}

.check-out-header .right a i {
  padding-left: 10px;
}

.custom-checkout-section table.shop_table {
  border-radius: 0;
}

.custom-checkout-section table.shop_table tr {
  height: 50px;
}

.custom-checkout-section .form-row.notes label {
  display: block;
  width: 100%;
  text-align: center;
}

.custom-checkout-section .form-row.notes .woocommerce-input-wrapper {
  width: 100%;
}

.custom-checkout-section .form-row.notes .woocommerce-input-wrapper textarea {
  border-radius: 0;
  padding: 15px;
  height: 100px;
}

#klarna-checkout-iframe {
  max-width: 900px !important;
}

body.woocommerce-checkout #content.site-content {
  padding-top: 0;
}

.cart-menu-open #sm_menu_ham {
  display: none;
}

/*END PRODUCT ARCHIVE*/

.bwg_container {
  margin: 0 auto !important;
}

#borrowing-rings-form {
  /* background-color: white;
  padding: 3rem 2rem; */
}

#borrowing-rings-form label {
  display: block !important;
  font-size: 14px !important;
  margin-bottom: 1.5rem;
}

#borrowing-rings-form input[type="text"],
#borrowing-rings-form input[type="email"],
#borrowing-rings-form input[type="number"],
#borrowing-rings-form input[type="tel"],
#borrowing-rings-form input[type="date"],
#borrowing-rings-form textarea {
  /* border: 0px;
  width: 100%;
  margin-top: 5px;
  background: #f6f6f6;
  padding: 1.3rem;
  border-radius: 5px;
  outline: none; */
  width: 100%;
  margin-top: 5px;
  background: transparent;
  border-radius: 3px;
  outline: none;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(63, 43, 32, 0.4);
}

input[type="date"] {
  -webkit-appearance: none;
}

#borrowing-rings-form .wpcf7-list-item {
  margin: 0 !important;
}

#borrowing-rings-form .borrowing-rings-acceptance {
  width: 18px;
  height: 18px;
}

#borrowing-rings-form .wpcf7-list-item-label {
  font-size: 16px;
  font-style: italic;
}

#borrowing-rings-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex !important;
  align-content: center;
  gap: 10px;
}

/* .select2-container--default .select2-selection--multiple {
  margin-top: 5px !important;
  outline: none;
  background-color: #f6f6f6 !important;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: 1px solid rgba(63, 43, 32, 0.4);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 5px !important;
  outline: none;
  background-color: #f6f6f6 !important;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: 1px solid rgba(63, 43, 32, 0.4);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  outline: none;
  background-color: transparent;
} */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 272px !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid rgba(63, 43, 32, 0.4) !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid rgba(63, 43, 32, 0.4) !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #c1d7d7 !important;
}
.select2-dropdown {
  border: none !important;
}

.select2-container {
  min-width: 100% !important;
}

#borrowing-rings-form input.wpcf7-form-control.wpcf7-submit {
  font-family: "Proxima-Nova-Semibold";
  float: right;
  background: black;
  width: 200px;
  height: 50px;
  border: none;
  color: white;
  margin-top: 0px !important;
  z-index: 999;
  display: block;
  /* cursor: pointer; */
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.form-info-step-title {
  font-size: 18px;
  font-family: "PlayfairDisplay", sans-serif;
}

.form-info-step-text {
  font-size: 15px;
}
#form-template h3 {
  font-weight: 400;
}
#form-template p {
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .subpage-citat {
    font-size: 45px;
  }
  #subpage h2 {
    font-size: 25px;
  }
  .subpage-left-margin {
    margin-top: 10px;
  }
  #subpage h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  #wpcf7-f1224-o1,
  #wpcf7-f921-o1 {
    width: 75%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .grey-box .variation .woocommerce-product-gallery__image:first-child,
  .grey-box .variation .woocommerce-product-gallery__image,
  .gl-product-slider-left-nav .slick-slide {
    margin-bottom: 5px !important;
  }
  .single-product-page-soho {
    padding-top: 60px;
  }
  .semi-margin-top-bottom {
    margin: 0px 0px 30px 0px;
  }
  .term-description {
    padding: 30px 10px !important;
  }
  .below_gallery_content_main {
    padding: 30px 15px !important;
    width: calc(100% - 1.5em);
    margin-left: 0.75em;
    margin-top: 10px;
  }
  .single-prod-review {
    margin-top: 30px;
  }
  span.woocommerce-Price-amount.amount {
    font-size: 13px !important;
  }
  span.price {
    font-size: 13px !important;
  }
  .footer-puffs {
    padding: 20px 0px 30px 0px;
  }
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 13px !important;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .puff-row {
    margin-top: 30px !important;
  }
  .stock-holder {
    padding: 9px 0px;
    font-size: 12px;
  }
  .mb-thirty {
    margin-bottom: 20px;
  }
  h5.br-title {
    font-size: 14px;
  }
  h4.single-pr-title {
    font-size: 12px;
  }
  .second h4 {
    font-size: 13px;
  }
  .top-txt-holder {
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: start;
  }
  .top-txt-inner-holder {
    padding: 20px 15px;
  }
  .top-txt-holder {
    bottom: 15%;
  }
  h2.large-txt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  body {
    margin-top: 75px;
  }
  .footer .row {
    display: block;
  }
  .footer-section {
    margin-bottom: 30px;
  }
  .footer-logo {
    display: block;
  }
  .footer-top {
    padding-bottom: 0px;
  }
  .front_page_text_bottom {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
  }
  .sale_perc,
  .woocommerce span.onsale {
    right: 20px !important;
    top: 10px !important;
    width: 70px;
    height: 30px;
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .woocommerce span.onsale {
    right: 5px !important;
  }
  #wpcf7-f1224-o1,
  #wpcf7-f921-o1 {
    width: 100%;
  }
  .subpage-citat {
    font-size: 23px;
    line-height: 30px;
  }
  .subpage-citat-author {
    font-size: 16px;
  }
  .text-wrapper {
    margin-left: 0;
  }
  .fb_dialog {
    bottom: 10px !important;
    right: 10px !important;
  }
}

@media screen and (max-width: 578px) {
  .ss-text-holder {
    width: 100%;
    margin-left: 0%;
  }
  .img-wrapper-5 {
    position: relative;
    bottom: 0;
    margin-right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .float-md-right {
    float: right;
  }
}

@media screen and (max-width: 991px) {
  .bottom-archive-text-holder {
    padding: 30px 0px;
  }
  .facetwp-flyout-open {
    width: 100%;
    background-color: white;
    border-radius: 0px;
    height: 50px;
    border-color: #ddd;
    margin-bottom: 30px;
  }
  .collection-home {
    height: auto;
    padding: 40px;
    justify-content: center;
  }
  .collection-text-holder {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .intro-iframe-holder {
    height: 43rem;
  }
  #borrowing-rings-form {
    /* background-color: white;
    padding: 3rem 3rem; */
  }
}
@media screen and (min-width: 992px) {
  .intro-iframe-holder {
    height: 55rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro-iframe-holder {
    height: 67rem;
  }
}
@media screen and (min-width: 1400px) {
  .intro-iframe-holder {
    height: 70rem;
  }
}
@media screen and (min-width: 1500px) {
  .intro-iframe-holder {
    height: 130rem;
  }
}
