/*!
Theme Name: blesk
Author: Alexius Grey
Description: Flower Atelier
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flower-atelier
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
}


html[lang="de-DE"] .lang-en,
html[lang="de-DE"] .lang-ru,
html[lang="ru-RU"] .lag-en,
html[lang="ru-RU"] .lang-de,
html[lang="en-US"]  .lang-de,
html[lang="en-US"] .lang-ru{
	display:none!important
}



main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


b,
strong {
	font-weight: bolder;
}

img {
	border-style: none;
	width:100%;
	height:auto
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none;
}


body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

p {
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration:none;
	color: inherit;
	transition: all .5s cubic-bezier(.215,.61,.355,1);
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
	transition:all .5s cubic-bezier(.215,.61,.355,1);
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input:focus-visible {
    outline: none;
}


select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.d-flex{
	display:flex!important
}

.d-none{
	display:none!important
}

.d-block{
	display:block!important
}

.desktop{
	display:block
}

.mob{
	display:none
}
div#page {
    display: flex;
    flex-direction: column;
}

.justify-content-between{
	justify-content:space-between
}

.justify-content-center{
	justify-content:center
}

.justify-content-end{
	justify-content:flex-end
}
.align-items-center{
	align-items:center
}

div#header-polylang ul {
    margin: 0;
    display: flex;   
}
.site-branding a img {
    max-width: 98px;
    height: auto;
}
nav#site-navigation {
    width:100%;
} 
nav#site-navigation>div {
    display: flex;
    justify-content: center;
	width: calc(100% - 98px);
}

nav#site-navigation>div>ul {
    display: flex;
    justify-content: center;
}
nav#site-navigation>div>ul>li>a {
    font-family: 'Work Sans';
    text-transform: uppercase;
    padding: 15px;
}
.home nav#site-navigation>div>ul>li>a {
	color: #ffffff!important
}
.home .site-branding {
    z-index: 1;
    position: absolute;
    width: 100%;
}

.header-top{
    padding: 12px;
    font-size: 12px;
    font-family: 'Work Sans';
    color: #ffffff;
    line-height: 16px;
    text-align: center;
}
section#polylang-2 li a {
    padding: 0 10px;
    border-right: 1px solid;
    height: fit-content;
    color: #ffffff;
}
div#header-polylang li.current-lang a {
	text-decoration: underline;
}


section#polylang-2 li:last-child a{
	border-right:none
}
section#polylang-2 {
    height: 100%;
    display: flex;
    align-items: center;
}
section#hero-section {
    position: relative;
	padding:0
}
section#hero-section video {
    z-index: -1;
    position: relative;
}

.hero-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    color: #ffffff;    
    text-align: center;
}
.home h1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin: 0 0 10vh 0;
}
h1 span {
    width: 100%;
}
h1 span.bigger {
    font-size: 10rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
	line-height: 6rem;
}

h1 span.smaller {
    font-family: 'Work Sans';
    font-weight: 300;
    font-size: 6rem;
    margin-top: 0;
}

.home main section{
	padding: 60px 0;
}

.home section.container-fluid{
	padding: 60px 5vw;
	
}
.container{
	max-width: 1500px;
	margin: 0 auto;
}

.art-poster {
    max-width: 40%;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
	padding-right: 12px;
}
.bestsellers {
    max-width: 60%;
    flex: 0 0 60%;
	 -ms-flex: 0 0 60%;
	padding-left: 12px;
}
section h2 {
    margin: 0 0 10px 0;
    font-size: 40px;
    text-transform: uppercase;
    width: fit-content;
    border-bottom: 3px solid;
    line-height: 40px;
}

.about-text {
    font-weight: 300;
    font-family: 'Work Sans';
    font-size: 32px;
    padding-left: 50px;
    max-width: 40%;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
}
.about-image {
    max-width: 60%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}
section#news>h2 {
    margin: 0 auto 60px auto;
}

.blog-post-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    box-sizing: border-box;
	padding: 0 12px;
}
.blog-row {
    flex-wrap: wrap;
}
.blog-post-item img {
    height: 90vh;
    object-fit: cover;
}
.blog-post-meta h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    line-height: 33px;
    margin: 0;
    
}

.blog-post-meta{
	padding: 20px;
}

.blog-post-meta .date-published {
    font-family: 'Work Sans';
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 10px;
}

footer#footer {
    padding: 50px 0px 0px 0px;
    margin-top: 60px;
}

.footer-menu-item {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}
.footer.copyright.text-end ul {
    display: flex;
    justify-content: end;
    margin-bottom: 35px;
    column-gap: 12px;
	    padding-right: 40px;
}

li.footer-menu-caption {
    pointer-events: none;
	font-weight:600
}

.footer-logo img {
    max-width: 35%;
	flex: 0 0 35%;
	-ms-flex: 0 0 35%;
    margin-top: 1em;
    padding-left: 20px;
}
.footer-menu a {
    font-family: 'Work Sans';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 34px;
}
div#newsletter-section p {
    font-family: 'Work Sans';
    color: #ffffff;
    font-size: 15px;
    white-space: pre-wrap;
}

.footer-bottom ul a {
    font-family: 'Work Sans';
    color: #ffffff;
    font-size: 16px;
}

form.tnp-form {
    display: flex;
    align-items: stretch;
    column-gap: 5px;
    justify-content: space-between;
}
input.tnp-email,
input.tnp-email::placeholder{
    background: transparent;
    color: #ffffff!important;
    font-family: 'Work Sans';
    font-size: 15px;
    font-weight: 300;
	padding: 15px;
}

input.tnp-email::placeholder{
	opacity: .8;
	padding:0
}
input.tnp-submit {
    background: #ffffff;
    border-color: #ffffff;
	font-family: 'Work Sans';
    font-size: 15px;
    font-weight: 300;
	padding: 15px  25px;
}
.site-branding.mega-menu {
    background: #ffffff;
}
.mega-menu nav#site-navigation>div>ul>li>a,
.home .mega-menu nav#site-navigation>div>ul>li>a{
	color:#000000;
}

/*Single product*/

.single-product div.product {
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery {
    float: unset;
	-ms-flex: 0 0 59.7%;
	flex: 0 0 59.7%;
    max-width: 59.7%;
}
.pswp__bg {
    background: transparent!important;
}
.site-branding {
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 40px;
}

.admin-bar .site-branding {
    top: 72px;
}
.summary.entry-summary {
    float: unset;
    -ms-flex: 0 0 40.3%;
    flex: 0 0 40.3%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 32px;
    padding-top: 100px;
}
h1.product_title.entry-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 38px;
    padding-right: 70px;
	margin-top: 0.8em;
}

div#variations .label.var-label {
    display: none;
}
.value.var-value select {
    display: none;
}
.variation-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.radio-span label {
    display: flex;
    flex-direction: column-reverse;
	align-items: center;
    justify-content: center;
}
.radio-span-label {
    flex-basis: 100%;
    display: block;
    margin-bottom: 12px;
    padding-top: 4px;
    font-weight: 400;
    color: #777;
    font-size: 11px;
    text-transform: uppercase;
	font-family: 'Work Sans';
}
.var-wrapper-pa_color  input{
	width:24px;
	height:24px;
	border-radius: 100%;
	border: 2px solid transparent;
    outline: 1px solid transparent;
}

.var-wrapper-pa_color  input:checked,
.var-wrapper-pa_color  input:hover{
	border: 2px solid #ffffff;
    outline: 1px solid #9e9e9e;
}


.var-wrapper-pa_color  input:hover+ .radio-span-label,
.var-wrapper-pa_color  input:checked+ .radio-span-label{
	opacity:1
}

.var-wrapper-pa_color .radio-span-label:hover {
    border: none;
    outline: none;
}

.var-wrapper-pa_color  input:checked+ .radio-span-label{
	    border-bottom: 1px solid #777;
}

.radio-span input{
	appearance:none
}
.var-wrapper-pa_size .radio-span-label {
    margin-top: 30px;
    border: 1px solid;
    padding: 5px 12px 2px;
    text-align: center;
	cursor: pointer;
}
.var-wrapper-pa_color .radio-span-label {
    opacity: 0;
}
.var-wrapper-pa_color .radio-span:hover .radio-span-label {
    opacity: 1;
}

.var-wrapper-pa_size .radio-span input:checked+.radio-span-label,
.radio-span-label:hover {
    color: #000000;
    outline: 1px solid;
}
a.reset_variations {
    position: absolute;
    right: 50%;
    bottom: 50%;
   transform: translate(50%, 50%);
    font-family: 'Work Sans';
    text-transform: uppercase;
    font-size: 14px;
}
div#variations {
    position: relative;
}
.woocommerce-product-details__short-description {
    font-family: 'Work Sans';
    font-size: 13px;    
    font-weight: 400;
    margin: 0;
    padding-bottom: 36px;
    border-bottom: 1px solid #8080804f;
    margin-bottom: 16px;  
	line-height:18px;
	white-space:pre-line
}

.woocommerce-variation-add-to-cart {
    align-items: center;
    display: flex;
    column-gap: 10px;
	margin-top: 16px;
}
.summary.entry-summary p.price {
    margin: 0;
    text-align: right;
    font-size: 26px;
    line-height: 35px;
    font-family: 'Work Sans';
}

span.delivery-note {
    font-family: 'Work Sans';
    font-size: 11px;
    line-height: 13px;
    width: 100%;
    display: flex;
    justify-content: end;
    margin: 5px 0;
}
.before-cart-note {
    font-size: 12px;
    text-align: center;
    font-family: work sans;
    line-height: 1.5;
    letter-spacing: -0.1px;
    padding: 4px 25px;
    border: 1px solid #eae7e4;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
}
section.up-sells.upsells.products>h2 {
    font-family: 'Work Sans';
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 25px;
}
section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border-bottom: none;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 3px;
}
.upsells p.price span {
    font-size: 12px;
    line-height: 14px;
    border-bottom: none;
    text-transform: capitalize;
    font-weight: 500;
	
}
.summary.entry-summary .upsells p.price{
	line-height:20px;
	text-align:left
}

.upsells .product a:hover {
    text-decoration: none!important;
    color: #777;
}

.product a:hover,
.product a:focus-visible{
	  text-decoration: none!important;
	outline:none!important
}

.product a:hover h2{
	  color: #777;
}



.products span.woocommerce-Price-amount {
    font-size: 20px;
    font-family: 'Work Sans';
    font-weight: 600;
    line-height: 40px;
}



.upsells .products .product{
	flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	max-width:33%
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0!important;
}
.home-tab-content.flowers .products {
    display: flex;
	    width: 100%;
}
.home-tab-content.flowers .products .product{
	max-width:47%;
	flex: 0 0 47%;
	-ms-flex: 0 0 47%;
	padding:13px;
}
.home-tab-content.flowers {
    height: 100%;
    display: flex;
    align-items: center;
}
.flowers h2.woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Work Sans';
    border-bottom: none;
    text-transform: capitalize;
	padding-top: 1rem;
    margin: 0;
}
.products .wrap-loop-summary p {
    margin: 0;
}

.tabs-area {
    padding-top: 100px;
    padding-bottom: 70px;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
	width: 100%;
}

.before-tabs-text h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
	margin-bottom:25px
}
.before-tabs-text p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Work Sans';
    padding-right: 3.2vw;
    white-space: pre-line;
	    margin: 0;
}

.before-tabs-text {
	-ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 44%;
}

.wrap-loop-img-item:hover a img:last-child, .wrap-loop-img-item a img:first-child {
    opacity: 1.0;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: relative;
    z-index: 0;
}
.wrap-loop-img-item a img:last-child, 
.wrap-loop-img-item:hover a img:first-child {
    opacity: 0.0;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -100000000;
}


.wrap-loop-img-item.img-second a img:first-child, 
.wrap-loop-img-item.img-second:hover a img:last-child{
     opacity: 0.0;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -100000000;    
}

.wrap-loop-img-item.img-second:hover a img:first-child,
.wrap-loop-img-item.img-second a img:last-child {
    opacity: 1.0;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: relative;
    z-index: 0;
}
.products .product {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
}

.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.products .product  img{
    max-height: 72vh!important;
	    height: 668px!important;
}

.art-poster img {
    max-height: 95vh;
    object-fit: cover;
}
.upsells .products .product img {
    max-height: unset;
    height: unset!important;
}

.slider-standart .splide__track--nav>.splide__list>.splide__slide.is-active,
.slider-standart .splide__track--nav>.splide__list>.splide__slide{
	border:none!important;
	
}
.product-type-simple form.cart {
    display: flex;
    column-gap: 10px;
    width: 100%;
}

section.related.products {
    width: 100%;
}

section.related.products>h2{
	display:none
}


/* Zoom */


.zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.zoom-container {
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zoom-overlay img {
  max-width: 100%;
  max-height: 100%;
  transition: transform .3s ease;
  cursor: zoom-in;
}
.zoom-overlay img.scaled {
  cursor: grab;
}
.zoom-prev, .zoom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
}
.zoom-prev { left: 20px; }
.zoom-next { right: 20px; }

.slider-big-item img{
	cursor:zoom-in;
}


/* TABS */



.tab-item:first-child {
    border-top: 1px solid #80808047;
}
.tab-item {
    width: 100%;
    border-bottom: 1px solid #80808047;
}

h3.tab-heading {
    display: flex;
    align-items: center;
    padding: 1.5rem 30px 1.5rem 0;
    margin: 0;
    font-size: 13px;
    font-family: work sans;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    text-transform: uppercase;
}

.tabs {
	-ms-flex: 0 0 43%;
    flex: 0 0 57%;
    max-width: 57%;
}

.tab-heading-toggler {
    position: relative;
	cursor:pointer
}

.tab-heading-toggler .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: opacity .3s ease,transform .3s ease,visibility .3s;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: none;
    stroke: #000000;
    stroke-width: 1px;
}


.tab-content {
  opacity: 0;
  transform: translateY(-10px);
  height: 0;
  overflow: hidden;
  transition: height .3s ease, opacity .3s ease, transform .3s ease;
	    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
   

}

.tab-item.opened .tab-content {
  opacity: 1;
  transform: translateY(0);
 padding-bottom: 1rem;	
}

.tab-heading-toggler .icon-minus {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}

.tab-heading-toggler .icon-plus {
  transition: opacity .3s ease, visibility .3s ease;
}

.tab-item.opened .tab-heading-toggler .icon-plus {
  visibility: hidden;
  opacity: 0;
}

.tab-item.opened .tab-heading-toggler .icon-minus {
  visibility: visible;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.quantity input {
    text-align: center;
    border: 1px solid #777777;
    font-size: 16px;
    font-family: 'Work Sans';
    padding: 0;
    width: 50px;
    text-align: center;
	border:none
}
.quantity {
    display: flex;
    height: 58px;
    width: 120px;
	border: 1px solid;
}
input.minus, input.plus {
    cursor: pointer;
}


button.single_add_to_cart_button {
    background: #000000;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    width: calc(100% - 120px);
    font-family: 'Work Sans';
    font-size: 14px;
    cursor: pointer;
}
button.single_add_to_cart_button.button:hover {
    background: #777;
}
@media screen and (max-width: 992px) {
	.desktop{
		display:none
	}
	.mob{
		display:block
	}

}