html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden !important;
}

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

.items {
    display: flex;
    gap: 16px;
    padding-bottom: 0;
    margin-top: 50px;
}
.items .item {
    background-color: #C2DAFF;
    border-radius: 16px;
    padding: 30px 23px;
    color: #4D0011;
    width: -webkit-fill-available;
}
.bests .productDetails .productBottom{
  color: #fff;
}
.items .item h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 16px;
}
.items .item p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 0;
    width: 100%;
    white-space: normal;
    line-height: 21px;
}
.items .item a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 21px;
    background-color: #ACBAA5;
    color: #fff;
    border-radius: 8px;
    margin-top: 10px;
}

body {
  padding: 0;
  margin: 0;
  /* background-color: #4D0011; */
  font-family: "ZYN Sans", sans-serif;
  font-size: 16px;
  background-image: url("../zyn/baggrund4.png");

  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

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

a {
  color: #2e2833;
}

a,
a:hover {
  text-decoration: none;
}

button {
  border: none;
  padding: 0px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section {
  width: 100%;
  float: left;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}

.themeRow {
  width: 100%;
  float: left;
}

.themeContainer {
  width: 100%;
  margin: 0 auto;
  max-width: 1196px;
}

input,
.form-select {
  outline: none;
}

ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

ul::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

ul::-webkit-scrollbar-thumb:hover {
  background: #0fa372;
}

.headerBar {
  background: #f4f4f4;
}
.headDescription {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  letter-spacing: 0px;
  color: #2e2833;
  font-weight: bold;
  padding: 6px 0;
}

.headDescription span {
  font-weight: 400;
  margin-right: 3px;
}

.headDescription > img {
  margin-right: 10px;
}
.hero {margin-top: 50px;margin-bottom: 50px;}
.heroWrapper {
  width: 100%;
  float: left;
}
.heroDescription {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: unset;
}
.heroDescription > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #2E2833; 
}
.heroDescription h2 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-size: 59px;
  font-weight: bold;
  line-height: 72px;
  color: #4D0011;
}

.heroDescription h2 span {
  color:#4D0011;
}

.highlight-yellow {
}
.highlight-red {
  color: #4D0011;
}
.heroDescription p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  width: 100%;
  float: left;
  color: #4D0011;
}
.heroImage {
  position: relative;
  /* padding-right: 44px; */
}

.heroImage .svg_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heroImage .svg_area .svg_1 {
    position: absolute;
    right: -37px;
    top: -61px;
}
.heroImage .svg_area .svg_2 {
  position: absolute;
  right: -18px;
  bottom: 30px;
}
.heroImage .svg_area .svg_3 {
  position: absolute;
  left: -67px;
  bottom: 97px; 
}

.heroImage .svg_area .svg_4 {
  position: absolute;
  right: 12px;
  top: 160px;
}

.heroImage .svg_area .svg_5 {
  position: absolute;
  top: 53px;
  left: -35px;
}
.heroImage .svg_area .svg_6 {
  /* display: block !important; */
  position: absolute;
  top: 198px;
  left: -38px;
  transform: rotate(19deg);
}

.filterArea label{
  color: #fff !important;
}

.heroImage.is_complete_hero .svg_area .svg_1 {
  position: absolute;
  right: unset;
  bottom: -11px;
  top: unset;
  left: -80px;
}
.heroImage.is_complete_hero .svg_area .svg_2 {
  position: absolute;
  right: unset;
  bottom: unset;
  top: -60px;
  left: 150px;
}
.heroImage.is_complete_hero .svg_area .svg_3 {
  position: absolute;
  left: unset;
  bottom: unset;
  right: -40px;
  top: 120px;
}

.heroImage.is_complete_hero .svg_area .svg_4 {
  position: absolute;
  right: 22px;
  top: 280px;
}
.heroImage.is_complete_hero .svg_area .svg_5 {
  position: absolute;
  top: 53px;
  left: -35px;
}


.heroImage.is_complete_hero .svg_area .svg_6 {
  display: block !important;
  position: absolute;
  top: -32px;
  left: unset;
  right: 80px;
  transform: unset;
}

.heroImage.new_pos .svg_area .svg_4{
  top: -34px;
  left: -30px;
  right: unset;
}
.heroImage.new_pos .svg_area .svg_5{
  top: 113px;
  left: unset;
  right: 0px;
}

.heroImage > img {
  
  border-radius: 24px;
}
.heroWrapper {
  display: flex;
  padding: 32px;
  background-color: #FAF8F2;
  border-radius: 24px;
  flex-direction: column;
  min-height: 610px;
}

.heroWrapper .heroTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  font-size: 12px;
  line-height: 16px;
}
.swap{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.swap.active{
  flex-direction: column-reverse;
}
.heroWrapper .heroTop p {
  margin:0;
  /* font-weight: bold; */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #4D0011;
  b{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  b.hidden{
    display: none;
  }
}
.addSalesTip.hidden{
  display: none;
}
.heroWrapper .heroTop p  b{
  font-weight: bold;
}

.heroWrapper .heroTop a {
  font-weight:bold;
  text-transform: uppercase;
}

.heroWrapper .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.heroWrapper > a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.themeDescription {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.themeDescription h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.themeDescription p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.products {
}
.bests.productBlog {
  width: 10000px !important;
  overflow-x: hidden;
  gap: 0px;
}
.productBlog {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 8px;
}
.productBox {
  width: calc(100% * 1 / 3 - 10.666px);
  background: #FFFFFF;
  padding: 1rem;
  gap: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
#video_container video {
  height: 280px;
  background-color: #000;
}
.productImg {
  width: 100%;
  float: left;
  /* margin-bottom: 8px; */
  display: flex;
  flex-direction: column;
}
.productImg a {
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #4D0011;
  align-items: center;
  justify-content: center;
}
.productImg a img {
  height: 205px;
  object-fit: cover;
  width: 100%;
  object-position: right;
}
.productImg.center a img {
  object-fit: contain;
  width: unset;
}
.productImg a video {
  height: 205px;
  object-fit: cover;
  width: 100%;
  background-color: #000;
}
.modalImage img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}
.productDetails {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  justify-content: flex-end;
}
.productDetails .image {
    height: 258px;
}
.productDetails img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.productDetails h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  text-align: left;
  color: #34303d;
  margin:0;
  
}
.collectionBox .modalWin{
  width: 100%;
}
.productDetails .modalWin .open-popup-btn{
  font-size: 14px;
  color: #fff;
  border: 2px solid #4D0011;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 19px;
  padding: 0.5rem 1.5rem;
  min-width: 120px;
  text-align: center;
  white-space: pre;
  background-color: #4D0011;
}
.productBottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  align-items: center;
}
.bests .productDetails .productBottom {
    margin-top: 8px;
    .input_btn{
      width: 100%;
      height: 40px;
      background-color: #00A9E0;
      position: relative;
      &.has_up{
        opacity: 0.5;
        pointer-events: none;
      }
      span{
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      input{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
      }
    }
}
.productBottom > .store-info > p {
  color: #4D0011;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.modalWin {
  position: relative;
}
.sales_tips .modalWin{
  width: 100%;
}
.sales_tips .modalWin a {
  display: flex;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 52px;
  /* border: 2px solid #EF7B08; */
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 19px;
  background-color: #4D0011;
  position: relative;
}
.cta_svg{
  position: absolute;
  right: 16px;
}
.cta_svg.hidden{
  display: none;

}
.products.sales_tips .productDetails{
  justify-content: space-between;
}
.products.sales_tips  .productDetails h2{
  overflow: visible;
}
.products.sales_tips .productBlog.owl-carousel .productBottom > p{
  text-transform: uppercase;
}
.modalWin a > img {
}
.modalWin input[type="file"] {
  opacity: 0;

  position: absolute;

  right: 0;

  bottom: 0;

  width: 54px;

  height: 58px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  border-radius: 100%;
}

.position-relative {
  position: relative;
}
.lock.hidden{
  display: none;
}
.addSalesTip {
  position: fixed;
  right: 30px;
  bottom: 85px;
  z-index: 99;
}

.addSalesTip a {
  color: #4D0011;
  font-size: 16px;
  font-weight: bold;
  background-color: #C2DAFF;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 20px;
  border-radius: 16px;
  display: flex;
  line-height: 21px;
}
.FilterRegion .themeDescription p{
  max-width: 800px;
  width: 100%;
  margin-bottom: 20px;
}
.addSalesTip > img {
}
.cta_submit{
  width: fit-content;
  padding: 1rem 1.5rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  border-radius: 26px;
  background: var(--Red---Dark, #8F2226);
}
.collectionBox {
}
.collectionBox .longDesc {
  color: var(--Soft-White, #FAF8F2);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.collectionBox .productBottom > p {
  color: #fff;
}
.productBlog.owl-carousel .productBottom > p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.announced {padding-bottom: 100px;}

.announceWrapper {
  width: 100%;
  background: #E6EAE4;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  gap: 60px;
}
.announceDescription {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.announceDescription span {
  color: #FA6018;
}


.announceTitle {
  color: #2E2833;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.announceDescription p {
  margin: 0;
  color: #2E2833;
  font-weight: 400;
  font-size: 16px;
}
.announceImg {display: block;}
.announceImg img {
  position: relative;
}

.postArea {
}

.postWrapper {
  width: 100%;
  float: left;
  padding: 24px;
  background: #f4f4f4;
  gap: 55px;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.postImg {
  width: 100%;
  max-width: 465px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.postImg:hover {
}
.postImg:hover img {
  transform: scale(1.05);
}

.postImg a {
  width: 100%;
  float: left;
}

.postImg span {
  background: #1E82EB;
  padding: 4px 8px;
  color: #f4f4f4;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 32px;
  top: 28px;
  border-radius: 6px;
  z-index: 999;
  transition: all 0.3s ease;
}
.postImg img {
  width: 100%;
  display: flex;
  transition: all 0.7s ease;
}
.postDescription {
  display: flex;
  flex-direction: column;
}
.postDescription h2 {
  font-size: 32px;
  margin: 0 0 8px 0;
  color: #2e2833;
  transition: 0.3s ease-in-out;
}

/* .postDescription h2:hover .highlight-red{
    color: #2E2833;
    transition: .3s ease-in-out;
}

.postDescription h2 .highlight-red{
    transition: .3s ease-in-out;
} */

.postDescription p {
  color: #2e2833;
  font-size: 16px;
  margin: 0;
}

.bg-tip {
  background: #FAF8F2 !important;
}
.bg-yellow {
  background: #FAF8F2 !important;
}
.bg-red {
  background: #FAF8F2 !important;
}
.bg-green {
  background: #FAF8F2 !important;
}
.bg-pink {
  background: #FAF8F2 !important;
}
.bg-none {
  background: none !important;
}
.bg-border {
  background: #FAF8F2 !important;
}

.filtersWrapper {
  width: 100%;
  float: left;
}
.filterArea {
  width: 100%;
  float: left;
  gap: 16px;
  display: flex;
  margin-bottom: 16px;
}
.filterArea .counter_text{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: #fff;
    gap: 10px;
    align-items: center;
}
.filterArea .counter_text span{}
.inputGroup {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.regionInput {
  width: 340px;
  max-width: 100%;
}

.orderInput {
  width: 245px;
  max-width: 100%;
}

.inputGroup label {
  color: #2e2833;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.inputGroup select,
.inputGroup input,
.inputGroup textarea {
  background: #ffffff;
  border: 1px solid #2e2833;
  outline: none;
  border-radius: 16px;
  height: 50px;
  padding: 16px 24px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  width: 100%;
}

.inputGroup select {
  appearance: none;
  moz-appearence: none;
  background-image: url("../img/down.svg");
  background-repeat: no-repeat;
  background-position: 93% 50%;
}

.inputGroup textarea {
  height: 148px;
}

.inputGroup textarea::placeholder {
  color: #2e2833;
}
.filterResults {
}

.showMore {
  width: 100%;
  float: left;
  margin-top: 35px;
  text-align: center;
}
.showMore a {
  font-size: 16px;
  color: #2E2734;
  text-decoration: underline;
}

.productFav {
  margin-bottom: 0.69rem;
}
.pro_tent .productFav > a {
  color:#000;
}

.pro_tent .productFav > a.addedFav:before {
  background-image: url("../img/addfav2.svg");
  background-repeat: no-repeat;
}
.productFav > a {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  width:fit-content;
}
.productFav > a:before {
  content: "";
  width: 27px;
  height: 24px;
  display: block;
  background: url("../img/fav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal.bg_light .modal-content{
  background-color: #FAF8F2  !important;
  
}
.new_popup .productFav > a:before {
  filter: invert(1);
}
.productFav > a.addedFav:before {
  content: "";
  background: url("../img/addfav2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new_popup .productFav > a{
  color: #fff;
}
.new_popup .productFav > a.addedFav:before{
  background: url("../img/addfav3.svg");
  filter: invert(0);
  width: 25px;
  height: 22px;

}
.longDesc {
  width: 100%;
  float: left;
  color: #f4f4f4;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
body.terms_page{
  background-color: #FAF8F2;
}
.coyright {
  padding: 20px 0;
  background: #C2DAFF;
}
.copyrightArea {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyrightArea > span {
  display: flex;
  font-size: 16px;
  color: #2e2833;
  font-weight: 400;
  align-items: center;
  gap: 8px;
}
.copyrightArea ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.copyrightArea ul li {
  display: flex;
  flex-wrap: wrap;
}
.copyrightArea ul li a {
  font-size: 16px;
  color: #2E2833;
  font-weight: 400;
  transition: all 0.3s ease;
  line-height: 21px;
}
.copyrightArea ul li a.active {
  font-weight: bold;
}
.copyrightArea ul li a:hover {
  text-decoration: underline;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 19999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* Fallback color */
  background-color: rgb(46, 40, 51, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background: #4D0011  !important;
  margin: auto;
  padding: 56px 24px 24px 24px;
  width: 80%;
  max-width: 575px;
  border-radius: 16px;
  position: relative;
}

/* The Close Button */
.close {
  display: flex;
  color: #f4f4f4;
  float: right;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  right: 24px;
  top: 24px;
}

.close img {
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.videoPlay {
  cursor: pointer;
}
.videoPlay:after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url("../img/play.svg");
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  left: calc(50% - 27px);
  top: calc(50% - 27px);
}
.productBox {
  cursor: pointer;
}
.bests .productBox {
  background-color: #fff;
}
.primaryModal iframe {
  width: 100%;
  height: 320px;
}
.primaryModal .videoPlay:after {
  display: none;
}
.modalImage {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}
.modalImage > img {height: auto;max-height: 500px;}
.modalDescription {
  width: 100%;
  display: flex;
  float: left;
  flex-direction: column;
}
.products.sales_tips .productDetails h2{
  line-height: 1;
}
.products.sales_tips .productDetails h2 span{
  color: #4D0011;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modalDescription h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 8px 0;
}
.modalDescription p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 16px 0;
  overflow: auto;
  padding-right: 20px;
  height: unset;
  display: block;
}
.modalDescription span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.modalButtons {
  width: 100%;
  float: left;
  margin-top: 16px;
}
.prevButton {
  float: left;
}
.nextButton {
  float: right;
}
.is_locked{
  filter: blur(10px);
  pointer-events: none;
}
.modal_sales_tips_end{
  .pro_tent{
    
    background-image: url("../zyn/baggrund4.png") !important;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    .modal_expert_top{
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: center;
      flex-direction: column;
      span{
        
        color: #fff;
      }
    }
    .modalDescription{
      margin-top: 8px;
      text-align: center;
      h2{
        margin-bottom: 12px;
        color: #fff;
        font-weight: bold;
      }
      p{
        color: #fff;
      }
      .close_end_tip{
        margin-top: 8px;
        text-align: center;
        display: block;
        width: 100%;
        span{
          cursor: pointer;
          width: 232px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          height: 38px;
          /* border-radius: 16px; */
          background-color: #fff;
          color: #001866;
          font-size: 16px;
          font-style: normal;
          font-weight: normal;
          line-height: normal;
          padding: 0px 16px;
        }
      }
    }
  }
}
.btn-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2E2734;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 24px;
  background: #C2DAFF;
  border-radius: 16px;
  border: 1px solid #fff0;
  font-weight: 400;
  transition: all 0.3s ease;
  font-family: "ZYN Sans", sans-serif;
}
.modal_nav img{
  /* filter: invert(1); */
}
/* .btn-primary:hover {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background: none;
} */
.primaryModal .btn-primary {
  color: #2E2734;
}
.FilterRegion{
  position: relative;
  .info_locked{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.close.close1 img{
  /* filter: invert(1); */
}
/* .primaryModal .btn-primary:hover {
  color: #f4f4f4;
  background: none;
} */
.btn-primary img {
  transition: all 0.3s ease;
}
.btn-primary:hover img {
  /* filter: brightness(0) saturate(100%) invert(99%) sepia(45%) saturate(0%) */
    /* hue-rotate(216deg) brightness(113%) contrast(100%); */
}

.uploadFile {
  width: 100%;
  float: left;
  margin-top: 16px;
  border: 2px dashed #2e2833;
  border-radius: 16px;
  background: #fff;
  padding: 0px 24px;
  position: relative;
  height: 70px;
}
.uploadFile input {
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  cursor: pointer;
}

.tipTitle {
  font-size: 24px;
  color: #4D0011;
  font-weight: bold;
  margin-bottom: 18px;
}

.tipDesc {
  font-size: 16px;
  line-height: 24px;
  color: #4D0011;
  font-weight: 400;
  margin-bottom: 16px;
}

.inputFileArea {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.inputFileArea .left {
    display: flex;
    max-width: 250px;
    gap: 10px;
}

.inputFileArea > img {
  margin-right: 10px;
}
.inputFileArea p {
  margin: 0;
  font-size: 14px;
  color: #4D0011;
  display: flex;
  line-height: 18px;
}
.inputFileArea p span {
  clear: left;
  font-size: 12px;
}
.browseArea {
  background: #8FB9FF;
  font-size: 16px;
  color: #2e2833;
  padding: 8px 12px;
  display: flex;
  gap: 7px;
  border-radius: 16px;
  font-weight: 400;
}
.browseArea img {
  width: 10px;
}

.buttonArea {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.btn-submit {
  background: #C2DAFF;
}
.btn-submit:hover {
  background: #C2DAFF;
}
.buttonArea button {
  padding: 10px 15px;
  border-radius: 30px;
  color: #4D0011;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
}

.tipFormContent {
  width: 100%;
  float: left;
}
.longDesc.longDesc2{
  min-height: 280px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pro_tent .productFav > a{
  color: #fff;
}
.terms {
}
.historyBack {
  width: 100%;
  float: left;
  margin: 24px 0 16px 0;
}
.user_tip .longDesc{
  margin-bottom: 30px;
  text-align: center;
  color: #4D0011;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: bold;
}
.user_tip .productBottom{
  align-items: center;
  gap: 20px;
}
.historyBack button {
  background: #8F2226;
  padding: 16px 24px 16px 16px;

  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 40px;

  color: var(--Soft-White, #FAF8F2);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.historyBack button:hover {
  background: #8F2229;
}
.historyBack button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(336%)
    hue-rotate(221deg) brightness(115%) contrast(91%);
}
.singlePage {
}
.pageTitle {
  width: 100%;
  float: left;
  border-bottom: 1px solid #2e2833;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.pageTitle h2 {
  width: 100%;
  float: left;
  margin: 0 0 16px 0;
  letter-spacing: 0px;
  color: #4D0011;
  font-size: 32px;
  line-height: 39px;
}
.pageTitle span {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #2E2734;
  line-height: 29px;
}
.pageContent {
  width: 100%;
  float: left;
}
.pageContent ul {
  width: 100%;
  float: left;
  margin-bottom: 24px;
  padding-left: 18px;
}
.pageContent ul li {
  list-style-type: circle;
  line-height: 24px;
}
.pageContent h3 {
  margin: 0px 0 4px 0;
  width: 100%;
  float: left;
  color: #2E2734;
  font-size: 16px;
  font-weight: bold;
}
.pageContent p {
  width: 100%;
  float: left;
  margin: 0;
  color: #2E2734;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.productBox.bg-border{
  gap: 24px;
  align-items: center;
}
.productBox.bg-border .longDesc {
  height: unset;
}
.tablinks{
  color: #000;
}

@keyframes scroll {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(calc(-100% - 1rem));
  }
}

.removeUploadedFile {
  float: right;
  display: inline-block;
}

.removeUploadedFile .removeFileButton {
  background-color: #F44336;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  padding: 8px 16px;
  float: right;
}

.sock_sellout .a {gap: 70px;animation: scroll 8s linear infinite;position: relative;min-width: 100%;grid-column-gap: 1rem;flex: none;justify-content: space-around;display: flex;} 
.sock_sellout {
  transform: rotate(32deg);
  position: fixed;
  right: -66px;
  top: 38px;
  background-color: #C2DAFF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  gap: 70px;
  z-index: 9999;
  grid-column-gap: 1rem;
  overflow: hidden;
}
.sock_sellout p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    color: #4D0011;
    text-transform: uppercase;
    position: relative;
    white-space: pre;
    font-weight: bold;
}

.pro_tent {
  background-color: #4D0011 !important;
}
.modal_sales_tips .modal_title{
  margin: 0px;
  color: #fff;
  margin-top: -30px;
  margin-bottom: 16px;
}
@media screen and (min-width:1400px){
  .modal.modal_large .primaryModal iframe{
    height: 430px;
  }
  .modal.modal_large .modal-content {
    /* height: 670px; */
    /* max-width: 815px; */
  }

}
.tip_box_howto{
  border-radius: 15px;
  background-color: #C2DAFF;
  padding: 8px 16px 8px 16px;
  counter-increment: name;
}
.tip_box_howto span{
  color: #4D0011;
  font-size: 16px;
  position: relative;
}
.tip_box_howto span:before{
  content: counter(name) ")";
  position: absolute;
  left: -17px;
  display: none;
}
.tip_cta_text.hidden{
  display: none;
}
.tip_cta_text.last{
  color: #D1A5A7;
}
.split{
  text-align: center;
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.flex_inline{
  display: flex;
  align-items: center;
}
.tip_counter{
  /* margin-left: 8px; */
  /* margin-right: 8px; */
  display: inline-flex;
  /* font-size: 14px; */
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  height: 23px;
  padding: 0px 8px;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
}
.tip_counter::before{
  content: attr(data-count);
}
.is_ended_visible .competition_ended_modal{
  display: flex;
}
.winner_page{
  .winner_box_top{
      display: none;
  }
  .user-region-winners-list-element{
      border-radius: 16px !important;
  }
  .user-region-winners-list-element.desk_hidden{
      display: flex;
      margin-top: 16px;
  }
}
.competition_ended_modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: #000000a1;
  z-index: 100000;
  display: none;
  .ended_content{
    width: 589px;
    background-color: #E6EAE4;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    .close_modal{
      position: absolute;
      top: 32px;
      right: 32px;
      cursor: pointer;
    }
    p, h2{
      margin: 0;
    }
    .modal_content{
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .modal_bottom{
      display: flex;
      justify-content: flex-end;
      svg{
        cursor: pointer;
      }
    }
  }
}
.productBlog{
  .productImg{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    .taken_img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .img_up_success{
      position: absolute;
      right: 10px;
      bottom: 10px;
      display: block;
    }
    &.empty{
      background-color: #EAEAEA;
      display: flex;
      align-items: center;
      justify-content: center;
      .img_up_success{
        display: none;
      
      }
      .empty_img_svg{
        display: block;
      }
      .taken_img{
        display: none;
      }
    }
    .empty_img_svg{
      display: none;
    }
  }
  .img_info{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #34303d;

  }
}
.game_container{
  display: flex;
  flex-direction: row;
  background-color: #fff;
  height: 718px;
  width: 100%;
  padding: 32px 44px;
  justify-content: space-between;
  position: relative;
  .drag {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #e56a5a; */
    border-radius: 5px;
    /* border: 2px solid #ffe957; */
    cursor: pointer;
    float: left;
    /* margin-left: 5px; */
    height: 140px;
    width: 140px;
    flex-shrink: 0;
    flex-grow: 0;
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    -ms-transition: background-color 0.25s ease-in;
    -o-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
    img{
      pointer-events: none;
    }
  }
  .drag_cont{
    background: #fcfcfc;
    border: 2px solid #d0d0d0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    height: 140px;
    width: 140px;
  }
  .drag:last-of-type {
    /* margin-right: 5px; */
  }
  .drag:hover {
    /* background-color: #f94a34; */
  }
  
  .dropIt {
    background: #f0fbff;
    border: 2px dashed #0a0a0a;
    border-radius: 5px;
  }
  
  #holder {
    background: #fff;
    border-radius: 5px;
    /* height: 110px; */
    /* width: 325px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 140px;

  }
  .drop_container{
    display: flex;
    gap: 10px;
    flex-direction: column;
    .single_drop_container{
      display: flex;
      gap: 10px;
      .dropIt{    
        height: 140px;
        width: 140px;
      }
      .drop_ref{
        display: flex;
        gap: 10px;
        align-items: center;
        span{
          font-weight: bold;
          font-size: 31px;
          text-align: center;
          color: #34303d;

        }
      }
    }
  }
  .drag_guider{
    display: flex;
    align-items: center;
  }
  .cta_container{
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    opacity: 0.5;
    pointer-events: none;
    &.active{
      opacity: 1;
      pointer-events: all;
    }
  }
  .cta_container2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
.dragndrop_cont_success{
  img{
    width: 100%;
  }
}

.mobile {
  display: none !important;
}
.desktop {
  display: flex !important;
}