/*custom font*/
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins%3A400%2C600%2C&amp');

.single-product.custom-

.accordion.option-content-2, .accordion.option-content-3, .accordion.option-content-4, .accordion.option-content-5, .accordion.option-content-6 {
	display:none;
}
/* SINGLE */
.single .product_meta {
    display: none;
}
/*form styles*/
#msform {
    margin: 0 auto;
    text-align: center;
    position: relative;
background-color: #f5f5f5;
  /*  border: 0 2px solid #4aa5d6; */
    width: 100%;
    max-width: 768px;
    /*padding-bottom: 40px;*/
    /* overflow-y: scroll;
    height: 100vh; */
}
.custom-poup-woo .site-content article{
    background: none !important;
    padding: 0;
}
.custom-poup-woo .site-content #primary,
.custom-poup-woo .site-content.shop-content-area {
    display:none !important
}
.custom-poup-woo .site-content #secondary {
    display:none !important
}
.back {
    width: 95;
    margin: 50px auto;
    text-align: center;
    position: relative;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    /* padding: 20px 30px; */
    box-sizing: border-box;
    top: 0;
    /* overflow-y: scroll;
    height: 100vh; */
  
}
#msform fieldset {

	width: 100%;
	margin: 0 ;
	padding: 0 4%;
	/*stacking fieldsets above each other*/
	position: relative;
    border:none;
    /* overflow-y: scroll;
    height: 100vh; */
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
/* #msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
} */
#msform .action-button {
    background-color: #ff5151;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family: Sans-serif;
    font-size: 18px;
    display: block;
    padding: 18px;
    cursor: pointer;
    text-align: center;
    color: #FDF4F1!important;
    border: 0 none;
}
/* #msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
} */

div#datetime .ui-datepicker td a {border: 1px solid rgba(88,50,14,.1) !important;background: none !important;font-size: 14px;    text-align: center;}
div#datetime .ui-datepicker td a.ui-state-active {
    font-weight: 700;
    color: #fff;
    background-color: #ff5151 !important;
    box-shadow: inset 1px 1px 2px 0 #713801!important;
}
div#datetime .ui-datepicker .ui-widget-content .ui-state-disabled .ui-state-default {
    background: #FDF4F1;
}
div#datetime .ui-widget.ui-widget-content {
    text-align: center;
    margin: auto;
    border: none;
    background: #FDF4F1;
}

div#datetime .ui-datepicker-header {
    background: transparent;
    border: none;
}

div#datetime .ui-datepicker table {
    border: none;
}
.ui-datepicker.ui-datepicker-inline {
   width: 58% !important;
 }

.pickup-details {
    max-width: 100%;
    margin: 0 auto 10px;
    font-size: 16px;
    width: 88%;
    color: #ff5151;
    border: 2px solid #ff5151;
    border-radius: 8px;
    padding: 5px  10px;
    font-family: Poppins, sans-serif;
}

.pickup-details p {
    font-weight: 700;
    margin: 0 0 -4px;
    padding: 0;
    text-align: left;
}



.pickup-details p:nth-of-type(2) {
    font-weight: 400;
}
.ui-datepicker-prev span:before {
    content: "";
    font-family: FontAwesome;
    position: relative;
    font-size: 21px;
}
.ui-datepicker-next span:before {
    content: "";
    font-family: FontAwesome;
    position: relative;
    font-size: 20px;
}

.ui-datepicker-prev span.ui-icon,.ui-datepicker-next span.ui-icon {
    width: 15px;
    height: 36px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    color: #b02437;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: none !important;
    border: none;
    right: 0;
    top: inherit;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}	
/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    font-size: 12px;
}
#progressbar li {
    font-size: 0;
    line-height: 30px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 4px;
    padding: 0;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
	background-color: #ff5151;
    width: 30px;
}
.custom-poup-woo .site-content {
    position: fixed;
    z-index: 9999;
    padding: 10px 0 50px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
       background-color: #313131;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
.question a {
    font-size: 30px;
    cursor: pointer;
    color: #FDF4F1;
}

#progressbar li.active::before{
    margin-right: 5px;
}
#progressbar li.active {
    width: auto;
    font-size: 12px;
}

h3.top-heading {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
	font-family: sans-serif;
    font-size: 28px;
}
.size-box {
    width: 100%;
    float: left;
    background: #a4d0fd;
    padding: 0;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin-top: 30px;
    font-family: Sans-serif;
}
.box-innerr img {
    height: auto;
    max-width: 350px;
    max-height: 180px;
    width: 100%;
    border-radius: 10px 0;
}
.box-innerr .content-box {
    /* margin-top: -75px; */
    /* padding: 0 20px; */
}
.box-innerr .content-box h2, .box-innerr .content-box h3 {
color: #000!important;
    /* text-shadow: 1px 1px 4px #000000; */
    font-size: 36px !important;
    padding: 0;
}
.size-box:before {
    content: '';
    position: absolute;
    width: 0;
    height: 98%;
    /* border:2px solid #000; */
    /* top: -15px; */
    /* left: -15px; */
    border-radius: 20px;
    z-index: -1;
}

.size-box a {
    width: 100%;
    float: left;
    /* display: flex; */
    align-items: center;
    text-decoration: none;
}
.size-box a .icon {
    width: 100%;
    max-width: 95px;
    float: left;
}
div#datetime {
    width: 100%;
}

.size-box a .icon img {
    width: 100%;
    /* padding: 20px; */
    box-sizing: border-box;
}

.size-box a h2 {
    font-size: 33px;
    color: #000;
    text-decoration: none;
}
.row:nth-of-type(1) .size-box.box-click {
    color: #206b80;
    /* background-color: #9ed7e7; */
}
.row:nth-of-type(2) .size-box.box-click {
    color: #b40019;
    /* background-color: #ff9aa8; */
}
.row:nth-of-type(3) .size-box.box-click {
    color: #338762;
    /* background-color: #bae5d2; */
}

.size-box.box-click h2,.size-box.box-click h3 {
    line-height: 15px;
}
.row:nth-of-type(1) .size-box.box-click h2,.row:nth-of-type(1) .size-box.box-click h3{
    color: #206b80;
}
.row:nth-of-type(2) .size-box.box-click h2,.row:nth-of-type(2) .size-box.box-click h3{
    color: #b40019;;
}
.row:nth-of-type(3) .size-box.box-click h2,.row:nth-of-type(3) .size-box.box-click h3{
    color: #338762;
}
.size-box a h3{
    font-size: 18px;
    padding-left: 50px;}


.size-box a h2{
    font-size: 22px;
    padding-left: 20px;}


.size-box .content-box {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.question {
    width: 10%;
    float: left;
}
.question img {
    width: 100%;
    max-width: 40px;
}
#msform .head {
    position:absolute;
    top:0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* margin: 0 0 50px 0; */
    align-items: center;
    height: 50px;
    position: relative;
    padding: 5px;
    text-align: center;
    background-color: #4aa5d6;
}
#msform .row {
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
}
#msform .row:nth-child(2n+1) {
    display: flex;
    /* justify-content: flex-end; */
	justify-content: center;
}
.size-box  ul.price {
    display: flex;
    width: 100%;
    justify-content: end;
    padding-top: 15px;
    margin: 0 0 10px 30px;
    float: right;
    text-align: left;
}
.size-box  ul.price li {
    list-style: none;
    float: left;
    padding: 0 15px;
    font-size: 27px;
    color: #000;
    position: relative;
    /* line-height: 5px; */
}
.size-box ul.price p {
    margin: 0;
}
.size-box  ul.price li a {
    color: #000;
    font-weight: 600;
    padding: 0 10px;
}

.size-box ul.price li:nth-of-type(1) {
  
    width: 40%;
}
.size-box ul.price li:nth-of-type(2) {
    width: 60%;
}

.size-box ul.price .regular-price p:nth-of-type(1) {
    font-size: 12px;
}

.size-box ul.price .regular-price p:nth-of-type(2) {
    font-size: 16px;
    text-decoration: line-through;
}
.sale-price p:nth-of-type(1){
    font-size: 18px;
}
.size-box ul.price .sale-price p:nth-of-type(2) {
    font-size: 25px;
    font-weight: bold;
}

.size-box ul.price .regular-price {
    text-align: center;
    color: #676d6a;
}

.size-box ul.price .sale-price {
    text-align: center;
    color: #000;
}
.centbutton {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
    flex-basis: 100%;
}
.calender-date-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
    flex-basis: 100%;
}
.centbutton a {
    width: 100%;
    margin: 0 auto;
    max-width: 375px;
    padding: 30px 20px;
    list-style: none;
    font-family: Sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
    color: #FDF4F1;
    background-color: #9ed7e7;
    text-align: center;
    text-decoration: none;
    /*transition: all 0.5s ease;*/
}
.centbutton a:hover {
    background-color: #4cb5d3;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* BOTH FLOWS START*/
.hfeed #msform .box-innerr img {
    height: initial;
    max-width: initial;
    max-height: initial;
    width: 100%;
    /*aspect-ratio: 16 / 9 !important;*/
	    border-radius: 10px 10px 0 0;
}
/* BOTH FLOWS END */
/* LITERBOKS START */
#msform h3.top-heading:after {
    content: " storlek";
}
/* LITERBOKS END */
/* LITERBOKS EDIT FLAVOR */
.durow.order-review.edit-flavours {
    bottom: 80px !important;
    padding: 0;
}
.durow.edit-flavours .ducontiner .tabs {
    display: none !important;
}
.durow.edit-flavours.order-review .ducontiner .tabs {
    display: initial !important;
	    background: none;
}
.durow.edit-flavours.order-review .ducontiner .tabs h3, .durow.edit-flavours.order-review .ducontiner .tabs i {
    color: #2d395c;
}
/* LITERBOKS EDIT END */
/* ISLAGKAGE START */
#msform .full-secondary-popup h3.top-heading:after {
    content: " glasstårta";
}
.islagkage.content-box h2.first-title {
    margin: 0;
    padding-left: 5px;
}
.islagkage p.flovr-option {
font-size: 14px;
    margin: 0 0 10px 0;
    cursor: pointer;
    color: #000;
    font-weight: 400;
    font-family: sans-serif;
    background: white;
    padding: 0 0 0 5px;
    border-radius: 20px;
    margin-left: 10px;
}
.content-box.islagkage {
	margin-top: 0;
}
.main-content-poup .box-click .content-box h2.first-title {
    font-size: 22px !important;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    padding-top: 15px;
}
.main-content-poup .box-click .content-box h3.second-title {
    font-size: 18px !important;
    padding-left: 10px;
}
.full-secondary-popup .box-innerr .content-box.islagkage h2 {
    display: block;
    text-align: left;
    font-size: 20px !important;
}
.full-secondary-popup.main-content-poup ul.price {
    /* top: 30px; */
    position: relative;
	    /* padding-top: 50px; */
}
.size-box ul.price li.subprice.left {
    width: 50%;
}
.size-box ul.price li.subprice.right {
    width: 50%;
    text-align: right;
	margin-right: 1rem;
}
/*ISLAGKAGE END */
#msform .secondary-popup.durow.order-review div.ducol {
    border: 0;
    text-align: left;
}

.secondary-popup.order-review.durow h1.choose_title {
    text-shadow: 0 0 black;
}


/* FLOW REVIEW START*/
.itemname {
    z-index: 999;
    width: 100%;
}

.itemname p.pr_details {
    float: right;
}
.itemname h2 {
    font-size: 19px;
    float: left;
}
.durow a.cus-add-cart {
    width: 100%;
}
.fa-angle-up:before {
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px;
    bottom: 3px;
    position: relative;
	content: "Välg annan storlek" !important;
}
#msform .durow.secondary-popup .fa-angle-up:before {
	content: "Välj annan glasstårta" !important;
}
/* .order-review.durow h1.choose_title { */
    /* text-shadow: 0 0 black; */
    /* color: #2f3a5e; */
    /* padding: 40px; */
/* } */
/* .order-review.durow .tabs { */
    /* background: none; */
    /* width: 100%; */
    /* top: 100px; */
    /* position: relative; */
/* } */

.order-review.durow div h3,.order-review.durow div i {
    color: #fff;
}

.order-review.durow div.box-pickup {
    /* padding-top: 30px; */
}
.durow.order-review {
    padding: 30px;
    overflow:auto;
}
/* FLOW REVIEW END*/
/* Accordion styles */
#msform  .tabs {
  border-radius: 8px;
  overflow: hidden;
}
#msform  .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  cursor: pointer;
  background: #fff !important;
}
#msform  .tab-label {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 5px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    color: #58320e;
    cursor: pointer;
   
    border-bottom: 1px solid #000;
}
#msform  .tab-label.tab_title span.opt_title{
    width: 100%;
    text-align: left;
}
#msform .accordion {
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* margin-top: -40px; */
}
i.arrow-click {
    /*transition: transform .2s ease-out;*/
    color: #313131;
    display: flex;
    align-items: center;
}
/* .tab-label:hover {
  background: #858e96;
  color: #fff;
} */
/* .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
} */
#msform .tab-content {
    max-height: 100vh;
    display:none;
  /* padding: 0 1em; */
  color: #2c3e50;
background: white !important;
  /* transition: all 0.35s; */
}

.clo2.dec-section {
    background-color: hsla(0,0%,100%,.8);
    
}

.clo2.dec-section p {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    text-align: left;
}
#msform .tab-content.activecontent {
background: #fffdfc !important;
}
#msform  .tab.activetab .tab-label ,i.arrow-click.active {
    /* color: #58320e; */
    /* text-shadow: rgb(88 50 14) 1px 1px 1px; */
    /* border:none     */
}
#msform .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.centbutton a input[type=radio] {
    padding: 0 !important;
    margin: 0 !important;
    display: none;
}


/* .tab-close:hover {
  background: #858e96;
  color: #fff;
} */

/* .accordion input:checked + .tab-label {
  background: #1a252f;
} */
#msform  .accordion input:checked + .tab-label::after {
  transform: rotate(90deg);
}
#msform .accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
#msform .accordion .col {
    width: 100%;
}

#msform .tab-content .row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

#msform .tabimg {
    margin: auto;
    max-width: 220px;
    padding: 10px 0;
}

#msform .tabimg img {
    width: 100%;
    max-width: 100%;
}
.clo2 p {
    font-size: 19px;
    line-height: 30px;
}
.mark{
    animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {transform: rotateY(180deg);}
}

a.location-btn input {
    visibility: hidden;
}


/* Down section */

.durow.order-review {
    position: absolute;
}

.durow .tabs {
    padding: 5px;
    /*transition: top .4s ease-in-out,margin-top .4s ease-in-out,background-color .4s ease-in-out; */
    background-color: #c64b67;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.durow .tabs .dutabs {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
}
/* Imran
.durow .tabs h3 {
    font-size: 18px;
    position: relative;
    height: 40px;
    padding: 5px 8px;
    cursor: pointer;
    color: #fff;
}
*/
.durow .tabs h3 {
    font-size: 18px;
    position: relative;
    padding: 15px 10px;
    cursor: pointer;
    color: #fff;
	margin-bottom: 0px;
}

.durow h1 {
    /* text-shadow: 2px 2px 0 #4AA5D6; */
    font-family: Sans-serif;
    padding: 20px 0;
    font-size: 22px;
}
.dutabs .arrow {
    position: absolute;
    right: 0;
    cursor: pointer;
}
.arrow.activearr i {
    /* transform: rotate(180deg); */
}
.dutabs .arrow i {
    font-size: 30px;
    /*transition: all 0.5s ease-in;*/
}
.ducol {
    display:none;
    width: 30%;
    float: left;
    height: 60px;
    box-sizing: border-box;
    /* transition: height .4s ease-in-out; */
    border: 3px solid #FBF5F0;
    background-color: #FBF5F0;
}
.row.box-pickup .ducol {
    margin-right: 5px;
    margin-top: 5px;
}
.durow .ducontiner .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}
#msform .durow .row.box-pickup {
    background-color: #FBF5F0;
}
.data.sy-data-box {
    /* padding: 0 4%; */
    height: calc(100vh - 180px);
    overflow-y: scroll;
    padding-bottom: 20px;
    position: relative;
    /* bottom: -200px; */
}
.data.sy-data-box .row {
    justify-content: normal;
}
.data.sy-data-box .row .size-box{
    margin-left: 20px;
    margin-right: 20px;
}
.ducontiner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-review .ducontiner {
    /* background-color: #fff !important; */
    padding: 0 60px;
}
.itemname {
    padding:20px 0 10px 0;
	 color: #2f3a5e;
	/* border-top: 2px dashed #bdbdbd; */
     overflow: hidden;
}
.itemname.pro_details {
    border-top: none !important;
}
.itemname h2 {
    font-size: 20px;
    font-family: Sans-serif;
    text-align: center;
    color: #2f3a5e;
    margin: 0;
}

.itemname p {
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    text-align: center;
   color: #2f3a5e;
    margin: 0;
    font-weight: 700
}

.durow a.cus-add-cart {
    font-size: 22px;
    padding: 6px 100px;
    font-weight: 700;
    /*transition: all 0.5s ease;*/
    background-color: #c64b67;
    text-decoration: none;
    border-radius: 50px;
    color: #FDF4F1!important;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px 0 !important;
}

.durow a.cus-add-cart:hover {
    transform: translateY(-10px);
    /*transition: all 0.5s ease;*/
}

.durow .data.sy-data-box,.durow h1.choose_title,.durow .box-pickup,.durow .itemname,.durow a.cus-add-cart{
    display: none;
}

#msform .main-content-poup {
    overflow-y: scroll;
    height: calc(100vh - 280px);
	/*height: 100vh;*/
	background-color: #FBF5F0;
    padding: 40px;
}
#msform .accordion{
 position: absolute;
 /* display:none; */
 width: 100%;
 right: -113%;
 /*transition: right 0.6s ease;*/
     background-color: white;
    padding: 10px 35px 0px 35px;
    border-radius: 25px;
}
#msform .durow {
    position: absolute; 
    width: 100%;
    /* bottom: -135px;
    height: 165px; */
	/*
    transition: top 0.5s ease-in;
    transition-property: top,bottom,postion,height;
    transition-delay: 1s,1s,1s,.05s; */
    /* background-color: #ff5151; */
}

#msform .durow.edit-flavours {
    height: auto !important;
}

#msform .durow.order-review.edit-flavours {
    height: 100% !important;
}
#msform .tab.activetab {
    background: white !important;
}
i.arrow-click.fa.fa-chevron-down.active {  
    /* color: #ccc; */
    /* opacity: 0.5; */
}
.row.box-pickup {
    background-color: #313131;
    border: #313131 !important;
}
.order-review .active-du .box:after {
    display: none;
}
#msform .durow.order-review .ducol.active-du {
border: 0 !important;
}
.active-du .box:after {
    content: "Välj glass";
    color: black;
    position: relative;
    top: 15px;
}
.durow.edit-flavours span.close-flovr {
    display: none;
}
.ducol .box p {
    color: #000;
    border-radius: 10px;
    /* background-color: #4AA5D6; */
    margin: auto;
    font-size: 12px;
    /* position: absolute; */
    width: 100%;
    top: 0;
    height: 55px;
    bottom: 0;
    line-height: 12px;
    padding-top: 20px;
    /* overflow: hidden; */
    cursor: pointer;
    color: white;
    vertical-align: middle;
}
/*
.ducol .box:hover p {
    color: #fff;
}
.ducol:hover {
    background-color: #C64B67;
}
.ducol:hover .box {
    background-color: #C64B67;
}
*/
.ducol .box {
    position: relative;
    height: 100%;
    border-radius:10px;
}
.product_desc {
    display: none;
    height: 100%;
    position: absolute;
    top: 51px;
    background: #d8eee8;
    z-index: 99;
    padding: 33px;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    overflow-y: scroll;
}

.product_desc ul {
    text-align: left;
}

.product_desc h2 {
    font-size: 22px;
    margin: 30px 0 15px;
    text-align: left;
    font-family: Sans-serif;
    color: #58320e;
}
.close-desc {
    display: none;
}


@keyframes bouncingarrow__bounce___35ZXO {
    0% {
        top: 50px
    }

    50% {
        top: 60px
    }

    to {
        top: 50px
    }
}

.arrow-image {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 25px;
    width: 20px;
    height: 25px;
    animation: bouncingarrow__bounce___35ZXO .5s 0s 10000;
}
#msform .loading {
    position: absolute;
    
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: calc(100vh - 70px);
    background-color: #ffffff7d;
    z-index: 99;
}
img.load-img-2 {
    display: none !important;
}
#msform .loading-iiner img {display: block;margin: 0 auto;}

#msform .loading-iiner img {
    max-width: 100%;
    height: auto;
    width: 70px;
}

#msform .loading-iiner {
    height: auto;
    padding-top: 30vh;
}
.size-box ul.price li .sale-price {
    position: relative;
}

/* .size-box ul.price li .sale-price:after {
    content: '';
    background-image: url(../images/discount-icon.png);
    height: 50px;
    width: 60px;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    right: -10px;
} */

/* LITERIS EDIT FLAVOURS */
.durow.edit-flavours {
    height: 200px;
}
.tab-label .fa-chevron-down:before {
    content: "Läs mer";
    font-family: sans-serif;
    font-weight: 700;
    width: 70px;
}
/* LITERIS ORDER REVIEW */
#msform > div.durow.order-review .tabs h3 {
    margin: 0;
    text-align: left;
}
#msform .order-review .tabs {
    background-color: transparent;
    position: relative;
}
#msform .order-review .dutabs h3, #msform .order-review .dutabs i {
    background: transparent;
    color: black;
}
#msform .order-review .ducol .box {
    background-color: transparent !important;
    color: black;
    line-height: 12px;
}
#msform .durow.order-review .ducol .box p {
    height: auto;
    color: black;
    /* height: 10px; */
    top: unset;
	width: 100%;
}
#msform .order-review div.ducol {
height: 40px;
    border-bottom: 0;
    background: white;
    border-radius: 0;
    width: 100% !important;
    padding: 10px 0 4px;
	border: 0;
	    text-align: left;
}
#msform .row.review-layer {
    background: white;
    padding: 0px 0 50px;
    padding-bottom: 10px;
}
.durow.secondary-popup .row.review-layer {
    padding-bottom: 0px;
}
#msform .durow .ducontiner .row.box-pickup {
    display: flex;
    background: white !important;
}
#msform .durow.order-review .ducontiner .row.box-pickup {
    display: block;
}
#msform .order-review .tabs {
    padding: 0;
}
#msform .order-review .tabs h3 {
    padding: 5px 0;
}
#msform .durow.order-review .ducol p.cancel-flovr {
    border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
}
/* LITERIS ORDER REVIEW END*/
/* ISLAGKAGE ORDER REVIEW */
#msform > div.durow.secondary-popup .tabs h3 {
    margin: 0;
    text-align: left;
    max-width: 70%;
    height: auto;
}
#msform .secondary-popup .tabs {
    background-color: transparent !important;
    position: relative;
}
#msform .secondary-popup .row.review-layer {
    padding-top: 0;
    padding-bottom: 0px;
}
#msform .secondary-popup.order-review .ducol .box{
    background-color: transparent !important;
    color: black;
    line-height: 12px;
}
#msform .durow.secondary-popup.ducol .box p {
    height: auto;
    color: black;
    /* height: 10px; */
    top: unset;
	width: 100%;
}

#msform .secondary-popup .tabs {
    padding: 0;
}
#msform .secondary-popup .tabs h3 {
    padding: 5px 0;
}

#msform .secondary-popup.edit-flavours .ducol .box p {
    color: black;
}
#msform .durow.secondary-popup.edit-flavours .ducontiner .tabs {
    display: none !important;
}
#msform .secondary-popup .tabs .dutabs, #msform .secondary-popup .tabs h3 {
    color: black;
}
#msform .secondary-popup .tabs .dutabs, #msform .secondary-popup .tabs h3 {
    color: black;
}



.order-review.secondary-popup div.ducontiner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent !important;
    padding: 30px;
}

/* ISLAGKAGE ORDER REVIEW END */
/* DUCONTAINER INNER */
#msform .ducontiner-inner {
	    width: 100%;
}
#msform .order-review .ducontiner-inner {
    background-color: white;
    border-radius: 20px;
    padding: 35px;
    margin: 20px 0;
}
.hfeed #progressbar li.active::before {
	content: none !important;
}
.hfeed #progressbar li.progress-1:before {
    content: "1";
}
.hfeed #progressbar li.progress-2:before {
    content: "2";
}
.hfeed #progressbar li.progress-3:before {
    content: "3";
}
.hfeed #progressbar li.progress-3.active p {
    line-height: 14px;
    bottom: -7px;
    font-size: 14px;
    position: relative;
}
/* DESKTOP CSS */
@media screen and (min-width: 767px) {
.full-secondary-popup .price li.subprice.left {
    padding-left: 5px !important;
}
}
/* responsive start */
@media screen and (min-width: 220px) and (max-width: 767px) {
	.box-innerr .content-box {
    /* margin-top: -35px; */
    padding: 0;
}
.islagkage p.flovr-option {
    text-align: left;
}
.full-secondary-popup .islagkage p.flovr-option {
    text-align: left;
}

.full-secondary-popup .price .sale-price {
    text-align: left !important;
    display: block !important;
}
.hfeed #progressbar li.active:before {
	display:none;
}

.active-du .box:after {
    top: 19px;
}
.ducontiner .review-layer .ducol p.cancel-flovr {
    padding-top: 16px;
}
#msform .durow {
    padding: 0 5px;
}
#msform .accordion {
 padding: 10px;
}
/*
#msform .durow.edit-flavours {
    height: 125px !important;
}
*/
.box-innerr .content-box h3 {
    font-size: 26px !important;
}
.hfeed #msform .size-box-container .size-box .box-innerr img {
    max-height: 250px;
    object-fit: cover;
}
.box-innerr .content-box h2 {
    text-shadow: 1px 0px 3px #ffffff;
}
	#msform .durow.secondary-popup {
    padding: 0;
	background: #fff;
}
.hfeed #progressbar li.active {
    font-size: 14px;
}
.order-review.secondary-popup div.ducontiner {
padding: 0px 20px;
}
#msform .secondary-popup .ducontiner {
    padding: 0 10px;
}

#msform .order-review .ducontiner-inner {
    background-color: white;
    border-radius: 0;
    padding: 0 5px;
    margin: 0;
}
#msform .secondary-popup .ducontiner {
    padding: 0 5px;
}
/*
#msform .durow.secondary-popup {
    top: 60px;
}
*/
#msform > div.durow.secondary-popup.edit-flavours.order-review .tabs h3 {
    margin: 0;
    text-align: left;
}
#msform .size-box {
    margin-top: 0px;
}
#msform .secondary-popup.edit-flavours.order-review .tabs {
    background-color: transparent;
    position: relative;
}
#msform .secondary-popup.edit-flavours.order-review .ducol .box {
    background-color: transparent !important;
    color: black;
    line-height: 12px;
}
#msform .durow.secondary-popup.edit-flavours.order-review .ducol .box p {
    height: auto;
    color: black;
    /* height: 10px; */
    top: unset;
	width: 100%;
}
#msform .secondary-popup.edit-flavours.order-review div.ducol {
    height: 30px;
    border-bottom: 1px solid #f0f0f0 !important;
    border-radius: 0;
    width: 100% !important;
    padding: 10px 0 4px;
}
#msform .secondary-popup.durow .ducontiner .row.box-pickup {
    display: block;
    background: white !important;
	height: 120px;
}
#msform .secondary-popup.edit-flavours.order-review .tabs {
    padding: 0;
}
#msform .secondary-popup.edit-flavours.order-review .tabs h3 {
    padding: 5px 0;
}
/**/
    #msform .durow.secondary-popup .ad_to-cart-details{
        margin: 10px 0;
        padding-bottom: 40px;
    }
    #msform .durow.secondary-popup{
        overflow-x: scroll;
    }
    #msform .main-content-poup.full-secondary-popup{
        padding:0
    }
    #msform .size-box.box-click.full-width-box a{
        width: 85%;
    }
    #msform .durow.secondary-popup .ducol .box p{
        border-radius: 10px;
    }
	.size-box a .icon {
    max-width: 65px;
}

.size-box.box-click h2, .size-box.box-click h3 {
    font-size: 14px;
}

.size-box ul.price {
    margin: 0px 0px 19px -10px;
}

.size-box ul.price li {
    font-size: 20px !important;
}

.size-box ul.price .regular-price p:nth-of-type(1) {
    font-size: 11px;
}

.size-box ul.price .regular-price p:nth-of-type(2) {
    font-size: 11px;
}

.size-box ul.price li:nth-of-type(1) {
    padding: 0 20px 0 0;
}

.size-box ul.price li:nth-of-type(2) {
    padding: 0;
}

.size-box ul.price p {
    font-size: 14px;
    line-height: 20px;
}

.size-box ul.price li .sale-price {
    display: flex;
    align-items: self-end;
    flex-direction: row;
    padding: 0 0 0 9px;
}

.size-box ul.price .sale-price p:nth-of-type(2) {
font-size: 14px;
    line-height: 12px;
}

.size-box ul.price li .sale-price:after {
    width: 39px;
    height: 39px;
    background-size: contain;
    right: 5px;
    top: 13px;
}

.size-box:before {
    width: 97%;
    left: -12px;
    top: -12px;
}

#msform .main-content-poup {
    padding: 0 10px 0px 10px;
}
#msform .main-content-poup {
    overflow-y: scroll;
    /*height: calc(100vh - 110px);*/
    min-height: -webkit-fill-available;
}


/* APPLE IOS UNDTAGELSE */
@supports (-webkit-touch-callout: none) {
	#msform {
	    height: -webkit-fill-available !important;
}
#msform .main-content-poup {
    height: calc(100vh - 160px) !important;
	    min-height: unset;
}
}

	#msform {
	height: 100% !important;
    max-height: calc(100% - 60px);
	overflow:hidden;
}

	#msform .durow{
		bottom:-175px;
	}
	#msform	.durow.order-review  {
	    top: 50px !important;
	}
#msform	.durow.order-review h1.choose_title {
    margin-bottom: 0px !important;
    padding: 10px 0;
}
#msform .tab-label.tab_title span.opt_title {
    font-size: 15px;
}
#msform .main-content-poup h3.top-heading {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.arrow-image {
    left: 9px;
}

.question a {
    font-size: 26px;
}

#progressbar {
    margin: 0px 10px 0 0;
}
#progressbar li {
    font-family: 'Poppins';
}
.size-box.box-click {
    width: 100%;
}
	.centbutton a {
    padding: 30px 0;
}
	.pickup-details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-datepicker.ui-datepicker-inline {
    width: 90% !important;
    margin-top: 20px !important;
}
	.centbutton {
    padding: 20px 0 0 0;
}
.centbutton {
    padding: 20px 0 0 0;
}

.ducol {
    width:23% !important;
}

.ducol .box p {
    font-size: 10px;
/*     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	    height: 100%;
    line-height: 10px;
    text-align: center; */
	border-radius:0px;
}
.product_desc ul {
    padding: 0;
    margin: 0;
}

.product_desc h2 {
    font-size: 18px;
}

.product_desc ul li {
    padding: 10px 60px 10px 0;
    font-size: 13px;
}
.product_desc > p {
    font-size: 15px;
}

.durow h1 {
    font-size: 15px;
}

.itemname h2 {
    font-size: 15px;
}

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

.durow .tabs {
    padding: 0 10px;
}

.durow .tabs h3 {
    height: auto;
    font-size: 15px;
    line-height: 28px;
}

.durow .tabs .dutabs {align-items: center;}

.dutabs .arrow i {
    font-size: 27px;
}

.durow a.cus-add-cart {
    font-size: 19px;
    padding: 9px 0px;
    width: 100%;
}

.data.sy-data-box .size-box.box-click {
    width: 75%;
}
	
.size-box a h3 {
    padding-left: 30px;
}
	.row.box-pickup{
		padding: 6px 0 !important;
	}
}

@media screen and (min-width: 500px) and (max-width: 600px) {
	#msform {
    width: 70%;
}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	#msform .main-content-poup {
    padding: 0 10px 0px 10px;
    height: calc(100vh - 50px);
}
	.size-box.box-click {
    width: 53%;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#msform {
    max-width: 550px;

}
	.size-box a .icon {
    max-width: 70px;
}

.size-box a h2 {
    font-size: 19px;
}

.size-box a h3 {
    font-size: 16px;
    padding-left: 40px;
}

.size-box ul.price .regular-price p:nth-of-type(1) {
    font-size: 12px;
}

.size-box ul.price .regular-price p:nth-of-type(2) {
    font-size: 13px;
}

.size-box ul.price li .sale-price:after {
    width: 40px;
    height: 39px;
    background-size: contain;
    right: -15px;
    top: 7px;
}

.size-box ul.price li .sale-price {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    padding: 0 0 0 10px;
}
.full-secondary-popup .price .sale-price {
    text-align: left !important;
    display: block !important;
    padding-left: 0 !important;
}
.sale-price p:nth-of-type(1) {
    font-size: 12px;
}

.size-box ul.price .sale-price p:nth-of-type(2) {
    font-size: 13px;
}

.size-box a h2 {
    font-size: 17px;
}

.size-box a h3 {
    font-size: 14px;
}

h3.top-heading {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.arrow-image {
    left: 18px;
}
	.question a {
    font-size: 25px;
}
	.ui-datepicker.ui-datepicker-inline {
    width: 60% !important;
}
	.ui-datepicker.ui-datepicker-inline {
    width: 60% !important;
}

.durow h1 {
    font-size: 20px;
}

.itemname h2 {
    font-size: 19px;
}

.itemname p {
    font-size: 20px;
}

.durow a.cus-add-cart {
    padding: 9px 0;
    width: 100%;
    font-size: 18px;
}

.durow .tabs h3 {
    height: auto;
    line-height: 20px;
    font-size: 17px;
}

#msform .tabs {
    border-radius: 0px;
}

.data.sy-data-box .size-box.box-click {
width: 100%;
}
	#msform .main-content-poup {
    overflow-y: scroll;
    height: calc(100vh - 125px);
}
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {}

@media screen and (min-width: 1366px) and (max-width: 1600px) {}
/* Second popup */
.size-box.box-click.full-width-box .hide-cont{display:none}
.size-box.box-click.full-width-box{width:100%}
.size-box.box-click.full-width-box a .icon{display:block;float:none;width:100%;max-width:220px;margin:auto}
.size-box.box-click.full-width-box .content-box{align-items:start}
.size-box.box-click.full-width-box a{width:100%}
.size-box.box-click.full-width-box{display:flex;/*background:transparent!important;*/justify-content:center;border:none!important}
.size-box.box-click.full-width-box:before{content:none!important}
.size-box.box-click .flovr-btn {
    font-family: Sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 4px 40px;
    color: #fef8e6!important;
    border: 1px solid #fef8e6;
    background-color: #b71f38;
    display: inline-block;
    border-radius: 60px;
}
#msform .row.full-width-box{display:block!important;/*background-color:#fdf5dc*/}
.row.full-width-box:nth-child(2n+1){ /*background-color: rgba(0,0,0,.1) !important; */}
div#datetime .ui-datepicker table td.ui-datepicker-today .ui-state-default {
    box-shadow: inset 0 0 0 3px #29ce9e;
}

#msform .secondary-popup .ducol .close-flovr{
	display:none;
}

.secondary-popup .ducol:nth-of-type(3){top:0}
.secondary-popup .ducol:nth-of-type(2){top:27px}
.secondary-popup .ducol:nth-of-type(1){top:55px}

.durow.secondary-popup .data.sy-data-box .size-box.box-click {width: 100%;    margin: 0;}
/*
#msform .durow.secondary-popup {
    height: 150px;
    bottom: -150px;
}
*/
.secondary-popup .ducol.active-du .box {
    box-shadow: 0 10px 0 0px rgb(255 255 255);
}

.ad_to-cart-details{display: none;}
#msform .durow.secondary-popup .ad_to-cart-details {
    display: block;
    margin: 36px 0;
    display: none;
}

#msform .durow.secondary-popup .ad_to-cart-details h2 {
    font-family: Sans-serif;
    text-align: center;
    color: #2f3a5e;
    margin: 0;
	    font-size: 15px;
}

#msform .durow.secondary-popup .ad_to-cart-details p {
    font-family: sans-serif;
    width: 100%;
    margin: auto;
    line-height: 1.2;
    word-spacing: 3px;
    margin-top: 20px;
    font-size: 15px;
    /* color: #58320e; */
    color: #2f3a5e;
}
#msform .durow.secondary-popup .data.sy-data-box .row.activeme {
    /* background-color: hsla(0,0%,100%,.25) !important; */
}

#msform .durow.secondary-popup .size-box a h2 {
    color: #fef8e6;
    text-shadow: 2px 2px 0 #fcc600;
}

#msform .durow.secondary-popup .size-box.box-click.full-width-box p.flovr-option {
    color: #fef8e6;
}
#msform .durow.secondary-popup .data.sy-data-box .row:nth-child(2n) {
    /* background-color: rgb(0 0 0 / 32%) !important; */
}
/* #msform .row.full-width-box:nth-last-child(2) .size-box.box-click.full-width-box p.flovr-option, */#msform .durow.secondary-popup .row.full-width-box:nth-last-child(1) .size-box.box-click.full-width-box p.flovr-option {
    display: none;
}

ol#pagination1, ol#pagination2, ol#pagination3, ol#pagination4, ol#pagination5, ol#pagination6 {
    width:auto;
    margin:25px auto 0;
    padding:0;
    display:table;
    text-align:center;
}
ol#pagination1 li, ol#pagination2 li, ol#pagination3 li, ol#pagination4 li, ol#pagination5 li, ol#pagination6 li {
list-style: none;
    float: left;
    margin: 5px 8px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -10000px;
    background: #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 10px;
}

ol#pagination1 li.current, ol#pagination2 li.current, ol#pagination3 li.current, ol#pagination4, li.current, ol#pagination5 li.current, ol#pagination6 li.current {
    background: #C64B67;
}
ol#pagination1 li.next, ol#pagination1 li.prev, ol#pagination2 li.next, ol#pagination2 li.prev, ol#pagination3 li.next, ol#pagination3 li.prev, ol#pagination4 li.next, ol#pagination4 li.prev, ol#pagination5 li.next, ol#pagination5 li.prev, ol#pagination6 li.next, ol#pagination6 li.prev {
    display:none !important;
}
#pagination4 li.current {
    background: #C64B67 !important;
}
#pagination4 li {
    background: #999 !important;
}
ol#pagination4 {
    background: transparent;
}
.close-flovr:before {
  content: '✕';
}
.close-flovr {
    position: absolute;
    top: 15px;
    right: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.postid-5841 .main-content-poup .box-click .content-box h2.first-title,
.postid-5841 .main-content-poup .box-click .content-box h3.second-title {
    display: none !important;
}
.size-box ul.price li.subprice.left div.sale-price {
    display: flex;
    align-items: center;
}
.size-box ul.price li.subprice.left div.sale-price p.value {
    padding-left: 15px;
}
.postid-6148 footer {
    display: none !important;
}

#msform .durow.secondary-popup.order-review .ad_to-cart-details {
    display: block;
}
#msform input.previous.action-button {
    display: none !important;
}