/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding: 0;
}
a {
	text-decoration: none !important;
}
*, button:focus, a:focus {
	outline: 0 !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu li, .lang-item {
	list-style: none;
}
span#cn-notice-buttons a {
    background: #0555C5;
}
/* SETTINGS */
@font-face {
    font-family: 'Lausanne';
    src: url(https://buckute.lt/wp-content/themes/kabinet/assets/fonts/lausanne-regular.woff);
}
html {
	font-weight: 400;
	font-family: 'Lausanne', sans-serif;
}
body {
	line-height: 1.6;
	max-width: 100%;
	overflow: hidden;
	position: relative;
    color: black;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
    background-color: var(--grey);
}
::-webkit-scrollbar-thumb {
  background-color: #B7D3DC; 
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #A9B1AE; 
}
:root {
	--grey: #D6D7DA;
    --red: #C4100B;
}
.largefont {
    font-size: 2.6vw;
}
.titlefont {
    font-size: 1.73vw;
}
.medifont {
    font-size: 1.27vw;
}
.buttonfont, .woocommerce-error {
    font-size: 0.92vw;
}
.regafont, .woocommerce-error, .woocommerce-info, .woocommerce-message, .wpcf7 form .wpcf7-response-output, .wpcf7-not-valid-tip, .md-theme-default .booking {
    font-size: 0.82vw;
}
.inline-wrap {
    display: inline-flex;
    width: 100%;
}
.img-container {
    display: flex;
    align-items: center;
}
svg, img {
    width: 100%;
    height: auto;
    min-height: 1px;
}
.background {
    background-position: center;
    background-size: cover;
}
::placeholder {
    opacity: 1;
}
#cn-notice-buttons a {
    border-radius: 0 !important;
    color: black !important;
    text-transform: uppercase !important;
}
.cn-close-icon:before, .cn-close-icon:after {
    width: 1px;
    background-color: white;
}
.uppercase {
    text-transform: uppercase !important;
}
/* HEADER */
header {
    position: fixed;
    z-index: 100;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.25s ease-in-out
}
header.whiteHeader, header.StaticWhiteHeader {
    background-color: white;
}
.header-wrap {
    padding: 1.44vw 4.16vw;
    position: relative;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;  
}
header .menu li, .shop-menu-container a, header .search-btn {
    margin-right: 2.25vw;
}
.lang-switch-wrap {
    text-transform: uppercase;
}
header .search-btn {
    position: relative;
}
header .menu li:last-child, .shop-menu-container a:last-child, footer .single-social:last-child, .filter-checkbox-container.cats .filter-checkbox-wrap:last-child, .single-product-share a:last-child, .product-list-single:last-child {
    margin-right: 0;
}
header .logo {
    width: 13.41vw;
}
header .menu, .shop-menu-container {
    display: inline-flex;
}
header .shop-icon, .product-like, .single-wishlist-btn-icon {
    height: 1.14vw;
}
header .shop-icon .svgimg, .product-like .svgimg, .single-wishlist-btn-icon .svgimg {
    height: 100%;
    width: auto;
    min-width: 1px;
}
/* MAIN */
.intro-container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 9.72vw;
    position: relative;
}
.intro-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-header, .intro-description, .intro-button-wrap {
    z-index: 1;
}
.intro-description {
    margin-top: 2.48vw;
    display: inline-flex;
}
.intro-subheader {
    width: 8vw;
}
.intro-description span {
    width: 0;
    height: 1px;
    background-color: black;
    margin: 0.5vw 0.92vw 0 0.92vw;
}
.intro-text {
    width: 31vw;
    text-align: justify;
}
.intro-button-wrap, .danu-button-wrap {
    margin-top: 3.8vw;
    display: flex;
    align-items: flex-start;
}
.stand-button, .form-submit-wrap input, .order-again a,  .universal-content a.search-explore-button {
    padding: 0.86vw 2.95vw !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart input, form.variations_form.cart td.value select, .stand-button, .universal-content a.search-explore-button, .form-submit-wrap input, form.variations_form.cart .select2-selection--single, .order-again a {
    border: 1px solid black !important;
    position: relative;    
    border-radius: 0 !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    z-index: 0;
}
.universal-content a.search-explore-button {
    margin-top: 3.8vw;
}
.addcart-wrap .stand-button, .stand-button.small, .woocommerce-error {
    padding: 0.86vw 2.51vw !important;
}
.stand-button.extrasmall, .coupon input, .blackbutton a {
    padding: 0.86vw 1.44vw !important;
}
.stand-button::before, .order-again a::before, .universal-content a.search-explore-button::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: black !important;
}
.danu-container {
    position: relative;
    display: flex;
}
.danu-tag {
    position: absolute;
    top: 9.72vw;
    left: 9.72vw;
}
.danu-tag p {
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
.danu-wrap {
    padding: 9.72vw;
}
.danu-img {
    width: 55.55vw;
}
.danu-description-wrap {
    width: calc(100% - 50vw);
    margin-left: -5.55vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.danu-text {
    margin-top: 2.6vw;
    text-align: justify;
}
.title-wrap {
    line-height: 1.2;
}
.cta-container {
    padding: 0 9.72vw 9.72vw 9.72vw;
    align-items: center;
}
.cta-title, .cta-button-wrap, .stand-button, .universal-content a.search-explore-button, .order-again a, .title-wrap, .woocommerce-billing-fields h3 {
    text-transform: uppercase;
}
.cta-arrow-wrap {
    margin: 0 1.9vw;
}
.cta-arrow-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.cta-line {
    height: 1px;
    width: 100%;
    background-color: black;
}
.cta-arrow-wrap svg {
    height: 1.38vw;
    width: auto;
    min-width: 1px;
    margin-left: -0.69vw;
}
.cta-arrow-wrap {
    display: inline-flex;
}
/* FOOTER */
footer {
    padding: 7.98vw 4.16vw;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--grey);
}
.footer-menu-container {
    display: inline-flex;
}
.footer-menu-wrap .menu li, .footer-contacts-wrap p, .contact-info p, .universal-content p, .about-description p, .footer-contats {
    margin-bottom: 1vw;
}
.footer-menu-wrap .menu li:last-child, .footer-contacts-wrap p:last-child, .contact-info p:last-child, .universal-content p:last-child, .about-description p:last-child, .about-wrap:last-child, .filter-checkbox-container.sortby .filter-checkbox-wrap, form.woocommerce-EditAccountForm.edit-account .form-row:last-child, .single-product-short-desc p:last-child, .gal-img-s:last-child, .single-attribute:last-child, .woocommerce-thankyou-order-details > div:last-child, .woocommerce .woo-thanks table.shop_table tfoot tr:last-child, #shipping_method li:last-child {
    margin-bottom: 0;
}
.footer-menu-container span {
    margin: 0 4.16vw 0 5.55vw;
    height: 100%;
    width: 1px;
    background-color: black;
}
footer .single-social, .single-product-share a {
    width: 1.45vw;
    margin-right: 1.75vw;
}
.footer-socials {
    display: inline-flex;
}
.footer-contacts-wrap, .other-container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.other-container {    
    align-items: flex-end;
}
footer .logo {
    width: 13.41vw;
}
/* SUBPAGES */
.subheader-container {
    padding-left: 22.22vw;
}
.subheader-image {
    height: 20.8vw;
    width: 100%;
}
.subpage-content {
    padding: 9.72vw;
}
.studio-visit .contact-form {
    min-height: 21vw;
    padding-top: 1vw;
    border: 1px solid black;
}
.contact-info-wrap .contact-form-wrap {
    width: 100%;
    margin-top: 5vw;
}
.contact-info-wrap {
    width: 28.56vw;
    margin-right: 9.72vw;
}
.contact-info {
    margin-top: 4.16vw;
}
.contact-form-wrap {
    width: calc(100% - 36.28vw);
}
.contact-form {
    margin-top: 2.08vw;
}
.form-line input, .form-textarea textarea {
    width: 100%;
}
.form-line input {    
    padding: 0.5vw 0;
    border: 0;
    border-bottom: 1px solid black;
}
.form-textarea {
    margin-top: 2.83vw;
}
.form-textarea textarea {
    display: flex;
    padding: 1vw;
    border: 1px solid black;
}
.form-checkbox .wpcf7-list-item {
    margin: 0;
}
.wpcf7-not-valid-tip, .active-menu-item span {
    color: var(--red);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--red);
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.86vw 1.33vw;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
}
.form-checkbox .wpcf7-list-item label, .woocommerce-form__label-for-checkbox, .wc_payment_method {
    display: inline-flex;
}
.form-checkbox input, .woocommerce-form__label-for-checkbox input, .wc_payment_method input, .woocommerce-shipping-methods input {
    width: 1.38vw;
    height: 1.38vw;
    margin: 0 1.38vw 0 0 !important;
    position: relative;
    cursor: pointer;
}
.form-checkbox input::before, .woocommerce-form__label-for-checkbox input::before, .wc_payment_method input::before, .woocommerce-shipping-methods input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid black;
    background-color: white;
    width: 100%;
    height: 100%;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline-flex;
}
.form-checkbox input.active::before, .woocommerce-form__label-for-checkbox input.active::before, .wc_payment_method input.active::before, .woocommerce-shipping-methods input.active::before, .woocommerce-shipping-methods input[checked="checked"]::before, .wc_payment_methods input:checked::before {
    background-color: black;
}
.form-checkbox .wpcf7-list-item-label, .woocommerce-form__label-for-checkbox span {
    width: calc(100% - 2.76vw);
}
.form-submit-wrap {
    margin-left: 6.41vw;
    position: relative;
}
.form-submit-wrap input {
    background-color: transparent;
    text-transform: uppercase;
    color: black;    
    cursor: pointer;
}
.wpcf7-spinner {
    position: absolute;
    right: 100%;
    top: 0.86vw;
}
.universal-content {
    column-count: 2;
    column-gap: 5.43vw;
    text-align: justify;
}
.universal-content h3 {
    border-bottom: 1px solid black;
    display: flex;
    padding-bottom: 0.43vw;
    margin-bottom: 0.43vw;
}
.universal-content h3:first-child {
    margin-top: 0;
}
.universal-content ul, .universal-content ol {
    margin-left: 1rem;
    margin-bottom: 1.44vw;
}
a.nowish-btn.stand-button.buttonfont::before {
    display: none;
}
.abouts {
    display: flex;
    flex-flow: column;
}
.about-image {
    width: 33.33vw;
    height: 40.27vw;
}
.ltr .about-image {
    margin-right: 4.16vw;
}
.rtl .about-image {
    margin-left: 4.16vw;
}
.about-wrap {
    margin-bottom: 9.72vw;
}
.about-text-wrap {
    width: calc(100% - 37.49vw);
}
.about-description {
    text-align: justify;
}
.about-wrap.ltr {
    padding-left: 12.48vw;
}
.about-wrap.rtl {
    padding-right: 12.48vw;
    flex-flow: row-reverse;
}
.single-news-container, .blog-container, .danushop-container, .woo-container {
    padding-top: 4.27vw;
}
.single-news-meta, .news-list-wrap, .woo-container > .woocommerce, .wishlist-container, .danushop-product-container {
    padding: 6.9vw 9.72vw 9.72vw 9.72vw;
}
.single-news-port-wrap {
    padding: 6.9vw 9.72vw 0 9.72vw;
}
.single-news-meta {
    padding: 6.9vw 9.72vw 5.9vw 9.72vw;
}
.single-news-wrap {
    width: 26.27vw;
    margin-right: 5.55vw;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.single-news-image.land {
    width: 48.61vw;
    height: 31.53vw;
}
.single-news-image.port {
    width: 31.53vw;
    height: 48.61vw;
}
.single-news-container .universal-content {
    padding: 0 9.72vw;
    margin-top: 0;
}
.news-return-wrap {
    padding: 5.38vw 9.72vw 8.79vw 9.72vw;
    display: inline-flex;
    justify-content: flex-start;
}
.news-return, .readmore-btn {
    display: inline-flex;
    align-items: center;
}
.news-return-sign, .readmore-sign {
    display: inline-flex;
    align-items: center;
}
.news-return-wrap svg {
    height: 0.7vw;
    margin-right: -0.3vw;
    width: auto;
    min-width: 1px;
}
.button-text {
    margin-left: 0.57vw;
}
.single-news-date {
    transform: rotate(-90deg);
    transform-origin: bottom left;
    margin-left: 0.82vw;
}
.readmore-sign {
    margin-left: 0.69vw;
}
.readmore-arrow {
    height: 0.7vw;
    margin-left: -0.3vw;
    width: auto;
    min-width: 1px;
}
.news-list-wrap {
    flex-wrap: wrap;
}
.news-list-column {
    display: flex;
    flex-flow: column;
    margin-right: 11.11vw;
    width: calc((100% - 22.22vw) / 3);
}
.list-news-wrap {
    margin-top: 5.32vw;    
}
.pagination-wrap {
    flex-basis: 100%;
    margin-top: 8.33vw;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.readmore-btn {
    margin-top: 1.79vw;
}
.list-news-cover {
    margin-bottom: 2.71vw;
}
.list-news-image.land {
    width: 100%;
    height: 12.61vw;
}
.list-news-image.port {
    width: 12.61vw;
    height: 19.44vw;
}
.current-news-page {
    margin: 0 1.15vw;
}
.single-news-port {
    width: 37.5vw;
    margin-right: 5.61vw;
}
.single-news-port-wrap .single-news-meta {
    padding: 0;
}
.single-news-port-wrap .single-news-wrap {
    width: 100%;
    margin-right: 0;
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 5.9vw;
}
.single-news-container .single-news-port-wrap .universal-content {
    padding: 0;
    column-count: 1;
}
.single-news-port-wrap .single-news-date {
    transform: rotate(-90deg);
    transform-origin: top right;
    margin: 0 0.82vw 0 0;
}
.search-results .universal-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.search-result {
    width: 100%;
    margin-bottom: 2.77vw;
    border-bottom: 1px solid black;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0.86vw;
    justify-content: space-between;
}
form#searchform input[type="text"] {
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    width: 3vw;
    transition: width 0.25s, border-color 0.25s ease-in-out;
    cursor: pointer;
}
form#searchform input[type="text"]:focus {
    border-color: var(--red);
    width: 6vw;
}
form#searchform input[type="submit"] {
    display: none;
}
/* Woo */
.danushop-wrap {
    padding: 4.3vw 9.72vw 9.72vw 9.72vw;
}
#jewls_filters {
    justify-content: space-between;
    padding-bottom: 1.69vw;
    border-bottom: 1px solid;
}
.filter-checkbox-container.sortby {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.filter-checkbox-wrap {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
}
.filter-checkbox-wrap.active { 
    color: var(--red);
}
.filter-checkbox-container.sortby .filter-checkbox-wrap, .single-product-short-desc p, .filter-checkbox-wrap-opener {
    margin-bottom: 0.5vw;
}
.filter-checkbox-container.cats .filter-checkbox-wrap {
    margin-right: 2.2vw;
}
.filter-checkbox-wrap-opener {
    cursor: pointer;
}
.filter-checkbox-wrap input, .filter-checkbox-container.sortby .filter-checkbox-wrap:nth-child(n+2) {
    display: none;
}
.sortby-icon {
    width: 1.04vw;
    margin-left: 0.81vw;
    transition: transform 0.25s ease-in-out;
}
.filter-checkbox-container.opened .sortby-icon {
    transform: rotate(180deg);
}
.product-list-wrap {
    flex-wrap: wrap;
}
.product-list-single {
    width: 17.9vw;
}
.product-list-single .product-cover {
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: flex-end;
    padding: 1.38vw;
    border: 1px solid transparent;
}
.product-list-single .product-cover.catalogue {
    justify-content: flex-end;
}
.product-list-single .product-cover.shop-product {
    justify-content: space-between;
}
.product-cover {
    height: 17.9vw;
    width: 17.9vw;
}
.addtocart-product .product-cover {
    height: 12.5vw;
    width: 12.5vw;
}
.addcart-wrap {
    justify-content: space-between;
    align-items: center;
}
.product-info {
    margin-top: 1.38vw;
    text-align: center;
    display: flex;
    flex-flow: column;
}
.product-price {
    margin-top: 1vw;
}
#customer_details {
    display: flex;
    flex-flow: column;
}
#customer_details > div {
    width: 100%;
}
.woo-part.left {
    width: 42.94vw;
    margin-right: 4.22vw;
}
.woo-part.right {
    padding-left: 4.22vw;
    width: calc(100% - 47.16vw);
    border-left: 1px solid black;
}
.woo-container h3.title-wrap {
    margin-bottom: 5.43vw;
}
.woocommerce table.shop_table {
    border: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
}
.woocommerce table.shop_table .cart_item td {
    border: 0;
}
.woocommerce table.shop_table td.actions {
    padding: 2.31vw 0 0 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .coupon input {
    color: black !important;
}
.coupon input {
    background-color: var(--grey);
    border: 1px solid black !important;
}
.woocommerce .blackbutton a, .woocommerce button.button.ordersubbtn, .single_variation_wrap .woocommerce-variation-add-to-cart button, .single-product-add form button.single_add_to_cart_button, .addtocart-success-wrap .blackbutton {
    background-color: black !important;
    color: white !important;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 0 !important;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    border: 1px solid black;
}
.woocommerce .blackbutton a::before, .woocommerce button.button.ordersubbtn::before, .single_variation_wrap .woocommerce-variation-add-to-cart button::before, .single-product-add form button.single_add_to_cart_button::before, .addtocart-success-wrap .blackbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: white !important;
}
.wc-proceed-to-checkout.blackbutton, .ordersubbtn {
    margin-top: 2.31vw !important;
}
.woo-cart .cart_totals {
    width: 100% !important;
}
.woocommerce table.shop_table tbody {
    display: flex;
    flex-flow: column;
}
.woocommerce table.shop_table tbody tr {
    display: inline-flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid black;
}
.woocommerce table.shop_table tbody tr th, .woocommerce table.shop_table tfoot th {
    margin-right: 0.5vw;
}
.woo-cart .cart_totals th, .woo-cart .cart_totals td {
    padding: 1.67vw 0 !important;
    border: 0 !important;
    font-weight: 400 !important;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    padding: 0 !important;
    border-top:  0 !important;
}
tr.woocommerce-shipping-totals.shipping > td {
    margin-top: 1.77vw !important;
}
.woocommerce-checkout-review-order-table tfoot {
    margin-bottom: 2.77vw !important;
}
.coupon td {
    justify-content: space-between;
}
table.shop_table.woocommerce-cart-form__contents tr:last-child {
    border-bottom: 0 !important;
    justify-content: flex-end;
}
.quantity input {
    border-radius: 0 !important;
    border: 1px solid black;
}
.woocommerce-error {
    color: var(--red);
}
.woocommerce-info::before {
    color: black;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0.86vw 1.44vw !important;
    background-color: var(--grey) !important;
    border: 1px solid black !important;
    display: inline-flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    color: black;
}
.woocommerce-message a.wc-forward {
    display: none;
}
.woocommerce-error li:nth-child(n+2) {
    flex-basis: 100%;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0.5vw;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--red);
}
.woocommerce-input-wrapper input, .woocommerce form .form-row input.input-text {
    border: 0;
    border-bottom: 1px solid black;
    padding: 0.86vw 0;
}
.woocommerce form .form-row textarea{
    border: 1px solid black;
    border-radius: 0;
    padding: 1.44vw;
    height: 6.94vw !important;
}
.woocommerce-form__label-for-checkbox {
    width: 100%;
    margin: 4.16vw 0;
    align-items: center;
}
.submit-container, .topmargin, .universal-content h3, .about-description, .universal-content, .product-list-single, .woocommerce-shipping-totals.shipping td, form.woocommerce-EditAccountForm.edit-account p:last-child, form.woocommerce-EditAccountForm.edit-account h3, .wishlist-wrap, .single-product-add form, .related-products-wrap, .woocommerce-thankyou-order-details, .woocommerce .woo-thanks table.shop_table tfoot, .form-row.create-account, .woocommerce-shipping-totals.shipping, section.woocommerce-customer-details, .woo-thanks .woocommerce-order-details {
    margin-top: 2.77vw;
}
.product-list-single, .wishlist-stock {    
    margin-right: 2.75vw;
}
.previous-news, .next-news, .continue-shoping-icon, .readmore-sign, .news-return-sign {
    width: 2.77vw;
}
.woocommerce-shipping-totals.shipping {
    margin-bottom: 2.77vw;
    margin-left: 0;
    margin-right: 0;
}
.select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.86vw 0;
    line-height: initial;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: 0;
    right: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown, #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-color: black;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: black transparent transparent transparent;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--grey);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: black;
}
.select2-container--open .select2-dropdown--below, .woocommerce table.shop_table, input, textarea {
    border-radius: 0 !important;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}
.woocommerce-checkout-review-order-table tbody tr {
    justify-content: space-between;
}
#order_review .cart_item td {
    padding: 0.86vw 0;
}
.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-flow: column;
}
.woocommerce-shipping-totals.shipping td, tr.woocommerce-shipping-totals.shipping th, .order-total th, .order-total td, .woocommerce .woo-thanks table.shop_table tfoot th, .woocommerce .woo-thanks table.shop_table tfoot td {
    border: 0 !important;
    font-weight: 400 !important;
    padding: 0 !important;
}
td.product-quantity .quantity {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .quantity .qty {
    width: 100%;
    padding: 0.5vw 0;
}
.minusinput, .plusinput {
    cursor: pointer;
    z-index: 1;
}
.minusinput {
    margin-right: -1vw;
}
.plusinput {
    margin-left: -1vw;
}
.order-total {
    padding: 2.7vw 0 !important;
    display: flex;
    border-top: 1px solid black;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
    border-radius: 0;
}
.woocommerce-checkout #payment ul {
    padding: 0 0 2.77vw 0 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    font-size: smaller;
    border-radius: 0;
    background-color: var(--grey);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--grey);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 2.77vw 0 0 0;
}
.wc_payment_methods.payment_methods.methods {
    display: flex;
    flex-flow: column;
}
.woocommerce-checkout #payment ul.payment_methods li, form.checkout {
    flex-wrap: wrap;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    margin-left: 2vw;
}
.woocommerce-form-login, .woocommerce-form-register {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}
.cart_totals table.shop_table tbody tr.shipping td {
    margin-top: 1.38vw;
}
.woocommerce .cart_totals table.shop_table tbody tr.coupon {
    border-bottom: 0 !important;
}
#order_review .cart_item .product-name, .woo-cart .product-name {
    padding-right: 1.38vw;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
}
.remember-forget {
    padding: 1.38vw 0;
    align-items: center;
    justify-content: space-between;
}
.remember-forget .woocommerce-form__label-for-checkbox {
    margin: 0;
    width: 50%;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 1.24vw;
    top: 0.86vw;
}
input#password, input#username, input#reg_email {
    border: 1px solid black !important;
    padding-left: 1.44vw;
}
.woocommerce-form-login .password-input {
    margin-top: 1.38vw;
}
.loginbtn-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.loginbtn-wrap .button.ordersubbtn {
    width: auto !important;
    margin-right: 0 !important;
}
.register-notice {
    margin-bottom: 2.77vw !important;
    display: flex;
}
#mp-wc-pickup-point-shipping {
    margin-bottom: 2.77vw;
}
.passlost-wrap {
    width: 100% !important;
    margin-top: 1.44vw !important;
}
.passlost-wrap input {
    border: 1px solid black !important;
    padding-left: 1.44vw !important;
}
.woocommerce-password-strength {
    font-weight: 400;
    padding: 0.86vw 1.44vw;
}
.account-addresses {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.account-addresses address, .edit-address {
    margin-top: 1.44vw;
}
.orderlist-single {
    justify-content: space-between;
    align-items: center;
    padding: 0.86vw 0;
    border-bottom: 1px solid;
}
.orderitem {
    width: 14.2vw;
    margin-right: 1.33vw;
}
form.woocommerce-EditAccountForm.edit-account h3 {
    margin-bottom: 1.44vw;
    margin-left: 0;
    margin-right: 0;
}
form.woocommerce-EditAccountForm.edit-account .form-row {
    margin-bottom: 1.38vw;
    width: 30.55vw;
}
form.woocommerce-EditAccountForm.edit-account .form-row input {
    border: 1px solid black !important;
    padding: 0.86vw 1.38vw;
}
.simplefavorite-button {
    cursor: pointer;
}
.wishlist-product {
    align-items: center;
    justify-content: space-between;
    padding: 1.38vw 0;
    border-bottom: 1px solid black;
}
.wishlist-product:first-child {
    padding-top: 0;
}
.wishlist-wrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.wishlist-remove {
    width: 1.38vw;
    cursor: pointer;
}
.wishlist-cover {
    width: 8.33vw;
    height: 8.33vw;
    margin: 0 2.77vw;
}
.wishlist-left, .wishlist-right {
    display: inline-flex;
    align-items: center;
}
.wishlist-price {
    width: 9vw;
    text-align: right;
}
.wishlist-title {
    width: 35vw;
}
.simplefavorite-button .wish-added, .simplefavorite-button.active .wish-to-add {
    display: none;
}
.simplefavorite-button.active .wish-added {
    display: block;
    color: var(--red);
}
.nowish-btn {
    margin-top: 2.7vw;
    display: flex;
}
.sinlge-product-main .woo-part.left {
    width: 47.12vw;
    margin-right: 0;
}
.gallery-product-cover .gal-img-pre.cover {
    width: 35vw;
    height: 35vw;
}
.product-gallery-container .gal-img-pre {
    width: 47.12vw;
    height: 47.12vw;
}
.product-gallery-wrap .gal-img-pre.gal {
    width: 6.66vw;
    height: 6.66vw;
}
.gal-img-s {
    margin: 0 1.66vw 0.415vw 0;
}
.multi-gal .gal-img-s:nth-child(n+6) {
    display: none;
}
.multi-gal .gal-img-s::before {
    background-color: white;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}
.multi-gal .gal-img-s:nth-child(1)::before, .multi-gal .gal-img-s:hover::before {
    opacity: 0;
}
.single-product-socwish {
    display: flex;
}
.sinlge-product-main .woo-part.right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.single-product-data, .single-product-data-wrap {
    display: flex;
    flex-flow: column;
}
.single-product-price {
    margin-top: 0.72vw;
}
.single-product-short-desc {
    margin-top: 2.66vw;
}
.sinlge-product-main .woo-part.right {
    border-left: 0;
}
.single-product-add form {
    display: inline-flex;
    width: 100%;
    position: relative;
}
.single-product-add form {
    justify-content: flex-end;
}
.single-product-add form.variations_form {    
    justify-content: space-between;
}
.single-product-short-desc {
    margin-bottom: 1.96vw;
}
.single-product-social-wrap {
    margin-top: 4.2vw;
    justify-content: space-between;
    align-items: flex-end;
}
.single-wishlist-btn {
    align-items: center;
}
.single-wishlist-btn p {
    margin-left: 0.81vw;
}
.single-product-catsku {
    display: inline-flex;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
.single-product-extras {
    margin-top: 7.17vw;
    position: relative;
    padding-bottom: 1vw;
}
.single-product-extras::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 100%;
    background-color: black;
}
.single-product-extras > div {
    width: 50%;
}
.single-attribute {
    display: flex;
    flex-flow: column;
    margin-bottom: 1vw;
}
.sinlge-product-fulldesc-wrap {
    padding-right: 4.16vw;
}
.sinlge-product-extrainfo-wrap {
    padding-left: 4.16vw;
}
.single-product-extras > div > .title-wrap {
    margin-bottom: 2.77vw;
}
.related-products-container {
    margin-top: 6.9vw;
    border-top: 1px solid black;
    padding-top: 6.9vw;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.related-products-wrap {
    display: inline-flex;
    justify-content: center;
}
.related-products-wrap .product-list-single {
    margin-top: 0;
}
.single_variation_wrap .woocommerce-variation-add-to-cart input, form.variations_form.cart td.value select, form.variations_form.cart .select2-selection--single, .single-product-add form .quantity input, .single-product-add form button.single_add_to_cart_button {
    padding: 0.86vw 1.33vw !important;
}
form.variations_form.cart td.value select, form.variations_form.cart .select2-selection--single,  .single-product-add form button.single_add_to_cart_button {
    width: 7.49vw;
}
.single_variation_wrap .woocommerce-variation-add-to-cart input, .single-product-add form .quantity input {
    width: 5vw;
    margin: 0 1.38vw;
    line-height: 1.7;
}
.single_variation_wrap .woocommerce-variation-add-to-cart button, .single-product-add form button.single_add_to_cart_button {
    padding: 0.86vw 2.95vw !important;
    width: 13.88vw;
    cursor: pointer;
}
form.variations_form.cart .woocommerce-variation-add-to-cart {
    display: inline-flex;
}
form.variations_form.cart .select2-selection--single {
    border: 1px solid black !important;
    text-transform: capitalize;
}
form.variations_form.cart .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.7;
}
form.variations_form.cart .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    width: auto;
}
form.variations_form td.value {
    position: relative;
}
.reset_variations {
    position: absolute;
    top: calc(100% + 0.43vw);
    left: 1.33vw;
}
.select2-results ul li:nth-child(1) {
    text-transform: capitalize;
}
.woocommerce-variation.single_variation {
    padding-bottom: 0.43vw;
    line-height: 1.6;
    position: absolute;
    bottom: 100%;
    left: 1.33vw;
    color: var(--red);
}
.addtocart-success-container {
    display: none;
    position: fixed;
    top: 4.27vw;
    right: 0;
    width: 100vw;
    height: calc(100vh - 4.27vw);
    z-index: 9;
}
.addtocart-success-back {
    opacity: 0;
    transition: opacity 0.25s 0.05s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background-color: rgba(0,0,0,.2);
}
.addtocart-success-container.active .addtocart-success-back {
    opacity: 1;
}
.addtocart-success-wrap {
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 26.38vw;
    background-color: white;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    transition: right 0.5s ease-in-out;
    padding: 2.77vw 6.94vw;
    overflow-y: auto;
}
.addtocart-success-wrap .stand-button, .order-again {
    margin-top: 2.5vw;
}
.addtocart-success-container.active .addtocart-success-wrap {
    right: 0;
}
.addtocart-product {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.addtocart-product a {
    margin-top: 3.93vw;
}
.continue-shoping {
    display: flex;
    cursor: pointer;
    flex-flow: column;
    align-items: center;
    margin-top: 2.14vw;
}
.continue-shoping p {
    text-transform: uppercase;
    margin-bottom: 0.69vw;
}
.single-product-add a.added_to_cart.wc-forward {
    display: none !important;
}
tr.woocommerce-cart-form__cart-item .product-price {
    margin-top: 0;
}
.woocommerce a.remove:hover {
    background-color: transparent !important;
}
.shipping_address {
    padding-bottom: 2.77vw;
}
.woocommerce-thankyou-order-details {
    display: flex;
    flex-flow: column;
}
.woocommerce .woo-thanks table.shop_table tfoot {
    display: flex;
    flex-flow: column;
}
.woocommerce .woo-thanks table.shop_table td {
    padding: 0.86vw 0;
}
.woocommerce-thankyou-order-details > div, .woocommerce .woo-thanks table.shop_table tfoot tr {
    margin-bottom: 0.86vw;
}
.woocommerce .woo-thanks table.shop_table td.product-name {
    padding-right: 1.38vw;
}
.form-row.create-account {
    margin-bottom: -5.77vw !important;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}
.form-row.create-account label {
    align-items: center;
}
.woocommerce .woo-thanks table.shop_table tfoot tr {
    display: inline-flex;
    align-items: center;
}
.woocommerce .woo-thanks .woocommerce-order-details {
    margin-bottom: 0 !important;
}
.woo-thanks .order_item {
    justify-content: space-between;
}
.multiparcels-carrier-icon-image-holder {
    display: none;
}
#shipping_method {
    display: flex;
    flex-flow: column;
}
#shipping_method li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.38vw !important;
}
.paysera-payment-method-label {
    padding: 0.86vw 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.paysera-payment-active {
    background-color: transparent !important;
}
label.paysera-payment-method-label > div {
    display: inline-flex;
    align-items: center;
}
.paysera-image {
    width: 5vw;
    margin-right: 0.86vw;
}
.payment-group-title {
    padding: 0.86vw 0 0 0;
    font-weight: 400 !important;
}
.wc_payment_methods > li {
    align-items: center;
    padding: 0.86vw 0;
}
.filter-checkbox-container.opened .filter-checkbox-wrap-opener {
    color: var(--red);
}
.filter-checkbox-container.opened .filter-checkbox-wrap-opener svg path {
    stroke: var(--red);
}
.filter-checkbox-wrap-opener {
    display: inline-flex;
    align-items: center;
}
.woocommerce-NoticeGroup-checkout {
    flex-basis: 100%;
}
.woocommerce-customer-details address {
    border: 0 !important;
    padding: 0 !important;
    margin-top: 1.44vw;
}
section.woocommerce-customer-details {
    margin-bottom: 0 !important;
}
.shop-icon.cart {
    position: relative;
}
.shop-icon.cart span {
    position: absolute;
    top: 0.1rem;
    left: 0;
    font-size: 0.6vw;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    position: relative;
}
.single-product-data {
    align-items: flex-start;
}
/* ANIMATION - START */ 
.universal-content a, .cta-button-wrap a, footer a, header a, .stand-button, .about-description a, .readmore-wrap, .news-return, .addcart-wraps .addcart-text, .product-info .product-name, #jewls_filters .filter-checkbox-wrap, .single-wishlist-btn p, .woocommerce .blackbutton a, .woocommerce button.button.ordersubbtn, .single_variation_wrap .woocommerce-variation-add-to-cart button, .single-product-add form button.single_add_to_cart_button, .addtocart-success-wrap .blackbutton, .continue-shoping, tr.woocommerce-cart-form__cart-item .product-name, .lost_password a, .search-result p, .search-btn, .search-btn input, .wishlist-product .wishlist-title, .order-again a, .sinlge-product-fulldesc-wrap a, .universal-content a.search-explore-button, .sinlge-product-extrainfo a {
    transition: color 0.25s ease-in-out;
    position: relative;
}
.universal-content a:hover, .cta-button-wrap a:hover, footer a:hover, header a:hover, .about-description a:hover, .list-news-wrap:hover .readmore-wrap, .news-return:hover, .addcart-wrap:hover .addcart-text, .product-info:hover .product-name, #jewls_filters .filter-checkbox-wrap:hover, .single-wishlist-btn:hover p, .continue-shoping:hover, tr.woocommerce-cart-form__cart-item .product-name:hover, .lost_password a:hover, .search-result:hover p, .search-btn:hover input, .wishlist-product:hover .wishlist-title, header .menu li.current-menu-item, .sinlge-product-fulldesc-wrap a:hover, header .menu .current_page_parent a, .sinlge-product-extrainfo a:hover {
    color: var(--red);
}
.woocommerce .blackbutton a:hover, .woocommerce button.button.stand-button.ordersubbtn:hover, .single_variation_wrap .woocommerce-variation-add-to-cart button:hover, .single-product-add form button.single_add_to_cart_button:hover, .addtocart-success-wrap .blackbutton:hover, .search-btn:hover input:focus {
    color: black !important;
}
.stand-button:hover, .woocommerce button.button.stand-button:hover, .woocommerce a.button.stand-button:hover, .order-again a:hover, .universal-content a.search-explore-button:hover {
    color: white !important;
}
.universal-content a::before, footer .menu a::before, .footer-contats a:before, header .menu a::before, .about-description a::before, #jewls_filters .filter-checkbox-wrap::before, .lost_password a::before, .single-wishlist-btn p::before, .sinlge-product-fulldesc-wrap a::before, .sinlge-product-extrainfo a::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: black;
    bottom: -1px;
    left: 0;
    transition: width 0.25s, background-color 0.25s ease-in-out;
}
.universal-content a:hover::before, footer a:hover::before, header a:hover::before, .about-description a:hover::before, #jewls_filters .filter-checkbox-wrap:hover::before, .lost_password a:hover::before, .footer-contats a:hover:before, .single-wishlist-btn:hover p::before, header .menu li.current-menu-item a::before, .sinlge-product-fulldesc-wrap a:hover::before, header .menu .current_page_parent a::before, .sinlge-product-extrainfo a:hover::before {
    width: 100%;
    background-color: var(--red);
}
.single-social svg path, .logo svg > * {
    transition: fill 0.25s ease-in-out;
}
.single-social:hover svg path, .logo:hover svg > * {
    fill: var(--red);
}
.shop-icon svg > *, .readmore-arrow path, .news-return path, .product-like path, .addcart-wrap svg > *, .sortby-icon path, .pagination-wrap a path, .single-wishlist-btn path, .continue-shoping path, .search-result path {
    transition: stroke 0.25s ease-in-out;
}
.shop-icon:hover svg > *, .list-news-wrap:hover .readmore-arrow path, .news-return:hover path, .product-like:hover path, .addcart-wrap:hover svg > *, .filter-checkbox-wrap:hover .sortby-icon path, .pagination-wrap a:hover path, .single-wishlist-btn:hover path, .simplefavorite-button.active path, .continue-shoping:hover path, .search-result:hover path, .active-menu-item svg > * {
    stroke: var(--red);
}
.list-news-wrap:hover .readmore-line {
    background-color: var(--red);
}
.product-cover .product-like, .product-cover .addcart-wrap, .intro-text, .intro-button-wrap, .cta-button-wrap {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.product-cover:hover .product-like, .product-cover:hover .addcart-wrap, .intro-container.activated .intro-text, .intro-container.activated .intro-button-wrap, .scroll.activated .cta-button-wrap {
    opacity: 1;
}
.stand-button::before, .woocommerce .blackbutton a::before, .woocommerce button.button.ordersubbtn::before, .single_variation_wrap .woocommerce-variation-add-to-cart button::before, .single-product-add form button.single_add_to_cart_button::before, .addtocart-success-wrap .blackbutton::before, .order-again a::before, .universal-content a.search-explore-button::before {
    transition: width 0.25s ease-in-out;
}
.intro-description span {
    transition: width 0.5s ease-in-out;
}
.cta-arrow-wrap {
    transition: width 1.5s ease-in-out;
}
.stand-button:hover::before, .woocommerce .blackbutton a:hover::before, .woocommerce button.button.ordersubbtn:hover::before, .single_variation_wrap .woocommerce-variation-add-to-cart button:hover::before, .single-product-add form button.single_add_to_cart_button:hover::before, .addtocart-success-wrap .blackbutton:hover::before, .order-again a:hover::before,  .universal-content a.search-explore-button:hover::before {
    width: 100%;
}
form.wpcf7-form input, form.wpcf7-form textarea, .form-checkbox input::before, .woocommerce-form__label-for-checkbox input::before, .wc_payment_method input::before, .product-cover, .single_variation_wrap .woocommerce-variation-add-to-cart input, .single-product-add form .quantity input, form.variations_form.cart .select2-selection--single, .woocommerce-cart-form__cart-item .quantity input, .woocommerce-input-wrapper input, .woocommerce form .form-row input.input-text, .select2-container--default .select2-selection--single, .woocommerce form .form-row textarea, .woocommerce-shipping-methods input::before, .search-result, .wishlist-product {
    transition: border-color 0.25s ease-in-out;
}
.woocommerce-input-wrapper input:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce-input-wrapper input:hover, .woocommerce form .form-row input.input-text:hover, .wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap input:hover, .wpcf7-form-control-wrap textarea:focus, .wpcf7-form-control-wrap textarea:hover, .form-checkbox input:hover::before, .woocommerce-form__label-for-checkbox input:hover::before, .wc_payment_method input:hover::before, .single_variation_wrap .woocommerce-variation-add-to-cart input:focus, .single_variation_wrap .woocommerce-variation-add-to-cart input:hover, .single-product-add form .quantity input:focus, .single-product-add form .quantity input:hover, form.variations_form.cart .select2-selection--single:hover, .woocommerce-cart-form__cart-item .quantity input:focus, .woocommerce-cart-form__cart-item .quantity input:hover, .select2-container--default .select2-selection--single:hover, .woocommerce form .form-row textarea:hover, .woocommerce form .form-row textarea:focus, input#password:hover, input#username:hover, input#reg_email:hover, input#password:focus, input#username:focus, input#reg_email:focus, .woocommerce-shipping-methods input:hover::before, .woocommerce-shipping-methods input:focus::before, .search-result:hover, .wishlist-product:hover, td.product-quantity .quantity:hover input {
    border-color: var(--red) !important;
}
.product-cover:hover {
    border-color: black;
}
.intro-header, .intro-description, .cta-arrow-wrap {
    overflow: hidden;
}
.header-wrap, .intro-header p, .intro-subheader, .readmore-sign, .news-return-sign, .product-cover .next-news {
    transition: transform 0.5s ease-in-out;
}
.danu-tag, .danu-description-wrap, .cta-arrow-line, .about-text-wrap, .single-news-port, .universal-content, .contact-info-wrap, .contact-form-wrap, .subpage-content.uni, .single-product-extras, .related-products-container, .wishlist-container {
    transition: transform 1.5s ease-in-out;
}
.header-wrap, .intro-header p {    
    transform: translateY(-110%); 
}
.danu-tag, .danu-description-wrap, .about-text-wrap, .single-news-port, .universal-content.land, .contact-info-wrap, .contact-form-wrap, .subpage-content.uni, .single-product-extras, .related-products-container, .wishlist-container {
    transform: translateY(5vw);
}
.intro-container .intro-subheader, .cta-arrow-line {
    transform: translateX(-110%);
}
.header-wrap.activated, .intro-container.activated .intro-header p, .scroll.activated .danu-tag, .scroll.activated .danu-description-wrap, .scroll.activated .about-text-wrap, .scroll.activated .single-news-port, .scroll.activated .universal-content.land, .scroll.activated .contact-info-wrap, .scroll.activated .contact-form-wrap, .scroll.activated .subpage-content.uni, .scroll.activated .sinlge-product-fulldesc-wrap, .single-product-extras.scroll.activated, .related-products-container.scroll.activated, .wishlist-container.scroll.activated {
    transform: translateY(0%);
}
.intro-container.activated .intro-subheader, .scroll.activated  .cta-arrow-line, .readmore-btn .readmore-sign, .news-return-sign {
    transform: translateX(0%);
}
.list-news-wrap:hover .readmore-sign, .product-cover .addcart-wrap:hover .next-news {
    transform: translateX(0.8vw);
}
.news-return:hover .news-return-sign {
    transform: translateX(-0.8vw);
}
.intro-container.activated .intro-description span {
    width: 4.45vw;
}
.intro-header p {
    transition-delay: 0.5s;
}
.intro-subheader {
    transition-delay: 1s;
}
.intro-description span, .cta-button-wrap {
    transition-delay: 1.5s;
}
.intro-text {
    transition-delay: 2s;
}
.intro-button-wrap {
    transition-delay: 2.25s;
}
.list-news-wrap:first-child {
    margin-top: 0;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
.wishlist-wrap .simplefavorite-button.active path {
    stroke: black;
}
.woocommerce input {
    border-radius: 0 !important;
}
.mfp-figure:after {
    display: none;
}
.galclose {
    width: 1.5vw;
}
.multi-gal .gal-img-s {
    cursor: pointer;
    position: relative;
}
.gal-img-container a:nth-child(n+2) {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
}
.select2-container--open .select-arrow {
    transform: rotate(180deg);
}
.select2-container .select-arrow {
    transition: transform 0.25s ease-in-out;
    width: 1vw;
}
.submit-container {
    justify-content: space-between;
}
/* MOBILE */
@media all and (min-width: 1080px) {     
    .catalogue-notice {
        width: 30vw;
    }
    .woocommerce-cart-form td.product-remove {
        width: 5%;
    }
    .woocommerce-cart-form td.product-thumbnail {
        width: 25% !important;
    }
    .woocommerce-cart-form td.product-name {
        width: 40%;
    }
    .woocommerce-cart-form td.product-price, .woocommerce-cart-form td.product-quantity {
        width: 15%;
    }
    .danu-img {
        margin-left: 5.43vw;
    }    
    .list-news-wrap:nth-child(3n+3), .product-list-single:nth-child(4n+4), .news-list-column.three {
        margin-right: 0;
    } 
    .hide-large {
        display: none !important;
    }
    .lang-switch-wrap .lang-item, .lang-switch-wrap {
        margin-right: 2.25vw;
    }
    .nopad.lang-switch-wrap {
        margin-right: 0;
    }
    .lang-switch-wrap .lang-item:last-child {
        margin-right: 0;
    }
    .nopad.shop-menu-container {
        width: 12.2vw;
        justify-content: flex-end;
    }
}
@media all and (max-width: 1079px) {
    #jewls_filters {
        flex-wrap: wrap;
    }
    .catalogue-notice {
        width: 100%;
        flex-grow: 1;
        flex-basis: 100%;
        margin-bottom: 5vw;
    }
    .cta-container {
        flex-flow: column;
    }
    .cta-title {
        width: 100%;
    }
    .cta-arrow-wrap {
        width: 17vw;
        margin-left: 5vw;
        margin-top: 0.5vw;
        transform: rotate(90deg);
        transform-origin: top left;
    }    
    .cta-button-wrap {
        width: 100%;
        text-align: left;
        margin-top: 14.5vw;
    }
    .woocommerce-checkout-review-order-table tfoot {
        margin-bottom: 8.7vw !important;
    }
    .select2-container .select-arrow {
        width: 4.5vw;
    }
    .mobile-menu .search-btn .next-news {
        position: absolute;
        bottom: 1.68vw;
        right: 0;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
        z-index: 1;
    }
    .mobile-menu .search-btn .next-news .svgimg {
        z-index: -1;
    }
    #searchform.active .next-news {
        opacity: 1;
    }
    form#searchform input[type="submit"] {
        display: block;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
    }
    #searchform.active .next-news .svgimg {
        transition: transform 0.25s ease-in-out;
    }
    #searchform.active .next-news .svgimg.move {
        transform: translateX(2vw);
    }
    .header-wrap, .intro-header p {
        transform: translateY(-200%);
    }
    body {
        display: flex;
        flex-flow: column;
    }
    .intro-subheader, .intro-text, .danu-description-wrap, form#searchform input[type="text"]:focus, form#searchform input[type="text"], .about-text-wrap, .contact-info-wrap, .contact-form-wrap, .form-submit-wrap input, .single-news-port, .single-news-wrap, .woo-part.left, .woo-part.right, form.woocommerce-EditAccountForm.edit-account p:last-child, form.woocommerce-EditAccountForm.edit-account p:last-child button, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce-address-fields button, .sinlge-product-main .woo-part.left, .single-product-extras > div, .single-product-add form table, .addtocart-product, table.shop_table.woocommerce-cart-form__contents tr:last-child td, .loginbtn-wrap, .loginbtn-wrap .button.ordersubbtn {
        width: 100% !important;
    }
    .intro-description, .danu-wrap, footer, .about-wrap, .about-wrap.rtl, .subpage-content, .submit-container, .news-list-wrap, .single-news-port-wrap, .single-news-port-wrap .single-news-wrap, .single-news-wrap, .wishlist-right, .woocommerce-MyAccount-content, .sinlge-product-main, .single-product-extras, form.variations_form.cart .woocommerce-variation-add-to-cart, .woo-cart, .woo-thanks, #customer_login {
        flex-flow: column;
    }
    .single-news-port-wrap, .single-news-meta {
        flex-flow: column-reverse;
    }   
    .contact-info-wrap {
        margin: 0 0 8.7vw 0;
    }
    .form-submit-wrap {
        margin: 8.7vw 0 0 0;
    }
    .woo-part.left {
        margin-right: 0;
    }
    .woo-part.right {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid black;
        padding-top: 8.7vw;
        margin-top: 8.7vw;
    }
    .sinlge-product-fulldesc-wrap {
        padding: 8.7vw 0 8.7vw 0;
        border-top: 1px solid black;
    }
    .sinlge-product-extrainfo-wrap {
        padding: 0;
    }
    .single-product-extras::before {
        display: none;
    }
    .related-products-container {
        margin-top: 0vw;
        padding-top: 8.7vw;
    }
    .sinlge-product-extrainfo-wrap, .single-product-extras > div > .title-wrap {
        margin-bottom: 8.7vw;
    }
    .orderitem {
        width: 75%;
        margin-right: 2.5vw;
    } 
    .single-news-port-wrap .single-news-date, .single-news-date {
        transform: rotate(0deg);
        margin: 5vw 0 0 0;
        width: 100%;
        text-align: right;
    }
    .woocommerce-Address.account-addresses:nth-child(2), .wc-proceed-to-checkout.blackbutton, .ordersubbtn {
        margin-top: 8.7vw;
    }
    .account-addresses address {
        margin-top: 2.5vw;
    }
    form.woocommerce-EditAccountForm.edit-account h3, .lang-switch-wrap .lang-item {
        margin-bottom: 2.5vw;
    }
    .lang-switch-wrap .lang-item:last-child {
        margin-bottom: 0;
    }
    form.woocommerce-EditAccountForm.edit-account .form-row {
        margin-bottom: 5vw;
        width: 100%;
    }
    form.woocommerce-EditAccountForm.edit-account .form-row input, .single_variation_wrap .woocommerce-variation-add-to-cart button, .single-product-add form button.single_add_to_cart_button, .single_variation_wrap .woocommerce-variation-add-to-cart input, .single-product-add form .quantity input, .single_variation_wrap .woocommerce-variation-add-to-cart input, form.variations_form.cart td.value select, form.variations_form.cart .select2-selection--single, .single-product-add form .quantity input, .single-product-add form button.single_add_to_cart_button, .woocommerce .blackbutton a, .woocommerce button.button.ordersubbtn, .single_variation_wrap .woocommerce-variation-add-to-cart button, .single-product-add form button.single_add_to_cart_button, .addtocart-success-wrap .blackbutton, tr.coupon td button.stand-button.extrasmall, tr.coupon td input, input#user_login, .woocommerce-error, .woocommerce-info, .woocommerce-message, .stand-button[name="save_account_details"] {
        padding: 2.6vw 3.86vw !important;
    }
    .frontpage-container .stand-button, .addtocart-success-wrap .stand-button, .form-submit-wrap input, .search-results .stand-button, .addcart-wrap .stand-button, .stand-button.small, .woocommerce-error, .order-again a {
        padding: 2.6vw 8.1vw !important;
    }
    .orderlist-single, .woocommerce-input-wrapper input, .woocommerce form .form-row input.input-text {
        padding: 3.86vw 0;
    }
    .reset_variations {
        position: absolute;
        top: 3.86vw;
        left: auto;
        right: calc(100% + 3.86vw);
        line-height: 1;
    }
    .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
        right: 3.62vw;
        top: 3.62vw;
    }
    .single-wishlist-btn p {
        margin-left: 2.5vw;
    }
    .edit-address, .addtocart-success-wrap .stand-button,  .product-list-single .product-like, .woocommerce-form-login .password-input,  .readmore-btn, .passlost-wrap {
        margin-top: 5vw !important;
    }
    .header-wrap {
        justify-content: space-between;
    }
    header .logo {
        width: 37.32vw;
    }
    .related-products-wrap {
        flex-wrap: wrap;
    }
    .header-wrap {
        padding: 4.83vw;
    }
    header .shop-icon, .product-like, .single-wishlist-btn-icon, .mobile-btn-wrap {
        height: 4.1vw;
    }
    header .menu li, .shop-menu-container a, header .search-btn {
        margin-right: 7vw;
    }
    .mobile-btn-wrap {
        position: relative;
        width: 7vw;
    }
    .single-news-wrap, .single-news-port {
        margin-right: 0;
    }
    .mobile-btn-wrap span {
        position: absolute;
        height: 1px;
        background-color: black;
        right: 0;
        transition: transform 0.25s, width 0.25s ease-in-out;
    }
    .mobile-btn-wrap span:nth-child(1) {
        width: 100%;
        top: calc(50% - 1.05vw);
    }
    .mobile-btn-wrap.active span:nth-child(1) {
        transform: rotate(-17deg);
        transform-origin: top right;
    }
    .mobile-btn-wrap span:nth-child(2) {
        width: 65%;
        top: calc(50% + 1.05vw);
    }    
    .mobile-btn-wrap.active span:nth-child(2) {
        transform: rotate(17deg);
        transform-origin: bottom right;
        width: 100%;
    }
    .intro-container, .danu-wrap, footer, .single-news-meta, .news-list-wrap {
        padding: 8.7vw;
    }
    .single-news-port-wrap {
        padding: 8.7vw 8.7vw 0 8.7vw;
    }
    .subpage-content, .wishlist-container, .woo-container > .woocommerce, .danushop-wrap, .danushop-product-container, .addtocart-success-wrap, .mobile-menu-wrap {
        padding: 8.7vw 8.7vw 25.84vw 8.7vw;
    }
    .single-news-container {
        padding-bottom: 25.84vw;
    }
    .cta-container {
        padding: 0 8.7vw 25.84vw 8.7vw;
    }
    .largefont {
        font-size: 7.2vw;
    } 
    .titlefont {
        font-size: 5.31vw;
    }
    .cta-title.largefont {
        font-size: 5vw;
    }
    .medifont {
        font-size: 3.8vw;
    }
    .buttonfont, .woocommerce-error, .cta-button-wrap.medifont, .footer-menu-container.regafont, .form-textarea.regafont, .form-line.regafont, .contact-info.regafont, .filter-container.regafont, .pagination-wrap.regafont, .single-product-short-desc.regafont, .select2-results__option, td.product-quantity, td.product-price, td.product-subtotal, .woocommerce-billing-fields.regafont, .woocommerce-additional-fields.regafont, tr.cart_item.regafont, .woocommerce-shipping-methods.regafont, li.wc_payment_method.regafont, p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.regafont, .woo-thanks .regafont, form.woocommerce-form.woocommerce-form-login.login.regafont, form.woocommerce-form.woocommerce-form-register.register.regafont, .sinlge-product-extrainfo.regafont, .sinlge-product-fulldesc.regafont, form.woocommerce-ResetPassword.lost_reset_password.regafont, .md-theme-default .booking {
        font-size: 3.38vw !important;
    }
    .regafont, .woocommerce-error, .woocommerce-info, .woocommerce-message, .wpcf7 form .wpcf7-response-output, .wpcf7-not-valid-tip, .wishlist-price.medifont, .payment-group-wrapper {
        font-size: 2.65vw;
    }
    .intro-header {
        width: 75%;
        padding-top: 13.2vw;
        margin-top: 5.2vw;
    }
    .current-news-page {
        margin: 0 2.5vw;
    }
    .intro-text {
        margin-top: 3.38vw;
    }
    .intro-container {
        justify-content: flex-start;
    }
    .intro-description {
        margin-top: 7.24vw;
    }
    .danu-container {
        margin-top: 13.03vw;
    }
    .danu-description-wrap {
        margin: -3.5vw 0 0 0;
    }
    .danu-text {
        margin-top: 5.79vw;
    }
    .intro-button-wrap, .danu-button-wrap, .search-explore-button {
        margin-top: 10.14vw;
    }
    .danu-img {
        width: 69.56vw;
        margin-left: 13.04vw;
    }
    .danu-tag {
        left: 8.7vw;
        top: 8.7vw;
    }
    .cta-container {
        align-items: flex-start;
    }
    .cta-arrow-wrap svg {
        height: 3.5vw;
        margin-left: -1.69vw;
    }
    .cta-arrow-wrap svg path {
        stroke-width: 2px;
    }
    footer {
        align-items: flex-start;
    }
    footer .other-wrap, .footer-socials {
        margin-top: 8.7vw;
    }
    footer .single-social, .single-product-share a {
        width: 5.79vw;
        margin-right: 7.27vw;
    }    
    .mobile-menu-wrap {
        position: fixed;
        background-color: white;
        width: 100vw;
        height: 100vh;
        right: -100%;
        top: 0;
        z-index: 2;
        overflow: hidden;
        transition: right 0.5s ease-in-out;
    }
    .mobile-menu-wrap.active {
        right: 0;
    }
    .mobile-menu {
        display: flex;
        flex-flow: column;
        height: calc(100% - 14vw);
        justify-content: space-between;
        margin-top: 14vw;
    }
    .mobile-menu-wrap .menu li {
        text-transform: uppercase;
        margin-bottom: 5vw;
    }
    form#searchform input[type="text"] {
        text-transform: uppercase;
    }
    .ltr .about-image, .rtl .about-image {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8.7vw;
    }    
    .about-image {
        width: 50.48vw;
        height: 60.86vw;
    }
    .about-wrap {
        margin-bottom: 21.73vw;
    }
    .subheader-image {
        height: 30.43vw;
    }
    .subheader-container {
        padding-left: 21.73vw;
    }
    .about-wrap.ltr {
        padding-left: 13.03vw;
    }
    .submit-container, .topmargin, .universal-content h3, .about-description, .universal-content, .product-list-single, .woocommerce-shipping-totals.shipping td, form.woocommerce-EditAccountForm.edit-account p:last-child, form.woocommerce-EditAccountForm.edit-account h3, .wishlist-wrap, .related-products-wrap, .woocommerce-thankyou-order-details, .woocommerce .woo-thanks table.shop_table tfoot, .form-row.create-account, .woocommerce-shipping-totals.shipping, section.woocommerce-customer-details, .woo-thanks .woocommerce-order-details, .form-textarea {
        margin-top: 8.7vw;
    }
    .footer-menu-wrap .menu li, .footer-contacts-wrap p, .contact-info p, .universal-content p, .about-description p, #mp-wc-pickup-point-shipping, .footer-contats {
        margin-bottom: 5vw;
    }
    .form-line input {
        padding: 2.5vw 0;
    }
    .form-textarea textarea {
        padding: 2.5vw;
    }
    .form-checkbox input, .woocommerce-form__label-for-checkbox input, .wc_payment_method input, .woocommerce-shipping-methods input {
        width: 5vw;
        height: 5vw;
        margin: 0 5vw 0 0 !important;
    }
    .form-checkbox .wpcf7-list-item-label, .woocommerce-form__label-for-checkbox span {
        width: calc(100% - 10vw);
    }
    .wpcf7-response-output {
        width: 100%;
        margin: 5vw 0 0 0 !important;
        text-align: center;
        padding: 2.5vw !important;
    }
    .wpcf7-spinner {
        right: 0;
        top: 2.5vw;
    }
    .search-result .next-news, #jewls_filters .filter-checkbox-wrap::before {
        display: none;
    }
    .single-news-container, .blog-container, .danushop-container, .woo-container, .search-results {
        padding-top: 14vw;
    }
    .search-result {
        margin-bottom: 5vw;
        padding-bottom: 0;
    }
    .nowish-btn {
        margin-top: 8.7vw;
    }
    .list-news-image.land {
        height: 52.65vw;
    }
    .list-news-cover {
        margin-bottom: 8.7vw;
    }
    .readmore-sign .readmore-arrow, .news-return-wrap svg {
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .previous-news, .next-news, .continue-shoping-icon, .readmore-sign, .news-return-sign {
        width: 11.76vw;
    }    
    .readmore-sign, .button-text {
        margin-left: 2.5vw;
    }
    .list-news-wrap {
        margin-top: 19.8vw;
    }
    .list-news-image.port, .single-news-image.port {
        width: 54.1vw;
        height: 82.6vw;
    }
    .single-news-image.land {
        width: 100%;
        height: 60vw;
    }
    .single-news-cover {
        margin: -8.7vw 0 8.7vw -8.7vw;
        width: calc(100% + 17.4vw);
    }
    .news-return-wrap {
        padding: 8.7vw 8.7vw 0 8.7vw;
    }
    .universal-content {
        column-count: 1;
    }
    .universal-content h3 {
        padding-bottom: 0.5vw;
        margin-bottom: 2.5vw;
    }
    .wishlist-remove {
        width: 2.41vw;
    }
    .wishlist-cover {
        width: 30.9vw;
        height: 30.9vw;
        margin: 0 2.5vw;
    }
    .wishlist-right {
        width: calc(100% - 38.31vw);
        align-items: flex-start;
    }
    .wishlist-price {
        width: 100%;
        text-align: left;
        margin: 1.5vw 0 0 0;
    }
    .wishlist-stock {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%;
        text-align: right;
        margin-right: 0;
    }
    .woo-container {
        min-height: 50vh;
    }
    .wishlist-product {
        padding: 2.5vw 0;
        flex-wrap: wrap;
    }
    .sortby-icon {
        width: 4.43vw;
        margin-left: 2.5vw;
    }
    .filter-checkbox-container.sortby {
        width: 30vw;
    }
    .filter-checkbox-container.sortby .filter-checkbox-wrap:nth-child(1)::before {
        display: none;
    }
    .filter-checkbox-container.cats .filter-checkbox-wrap:nth-child(n+2) {
        display: none;
    }
    #jewls_filters {
        padding-bottom: 2.5vw;
    }
    .filter-checkbox-container.cats .filter-checkbox-wrap {
        margin-right: 0;
    }
    .filter-checkbox-container.sortby .filter-checkbox-wrap, .filter-checkbox-container.cats .filter-checkbox-wrap, .single-product-short-desc p, .filter-checkbox-wrap-opener {
        margin-bottom: 2.5vw;
    }
    .product-list-single {
        margin-right: 8.7vw;
        width: 36.95vw;
        align-items: center;
        display: flex;
        flex-flow: column;
    }
    .product-list-single:nth-child(2n+2) {
        margin-right: 0;
    }
    .product-list-single .product-cover {
        width: 39.13vw;
        height: 39.13vw;
    }
    .product-list-single .product-like {
        opacity: 1;
    }
    .shop-icon.cart span {
        font-size: 2vw;
    }
    .filter-checkbox-container.cats .filter-checkbox-wrap {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
    .product-gallery-container .gal-img-pre {
        width: 82.6vw;
        height: 82.6vw;
    }
    .sinlge-product-main .woo-part.right {
        padding-top: 0;
        border-top: 0;
    }
    .single-product-price, .single-product-short-desc {
        margin-top: 5vw;
    }
    .single-product-add form {
        flex-flow: column;
        align-items: flex-end;
    }
    .single_variation_wrap .woocommerce-variation-add-to-cart input, .single-product-add form .quantity input {
        line-height: 1.7;
        text-align: right;
    }
    .single_variation_wrap .woocommerce-variation-add-to-cart input, .single-product-add form .quantity input, form.variations_form.cart td.value select, form.variations_form.cart .select2-selection--single, .single-product-add form button.single_add_to_cart_button {
        margin: 0 0 5vw 0;
    }
    .single_variation_wrap .woocommerce-variation-add-to-cart button, .single-product-add form button.single_add_to_cart_button, .single_variation_wrap .woocommerce-variation-add-to-cart input, form.variations_form.cart td.value select, form.variations_form.cart .select2-selection--single, .single-product-add form button.single_add_to_cart_button {
        width: 50vw;
    }
    .single-product-add form .quantity input {
        width: 20vw;
    }
    .woo-cart .woo-part.right, .woo-cart .order-total {
        border-top: 0;
    }
    .woo-cart .wc-proceed-to-checkout.blackbutton {
        margin-top: 5.43vw !important;
    }
    .minusinput {
        margin-right: -3.86vw;
    }
    .plusinput {
        margin-left: -3.86vw;
    }
    td.product-quantity {
        margin-left: 2.86vw;
    }
    .galclose {
        width: 5.5vw;
    }
    .woocommerce .woo-cart table.shop_table tbody tr.order-total {
        border-bottom: 0;
    }
    form.variations_form.cart .woocommerce-variation-add-to-cart {
        align-items: flex-end;
    }
    .woocommerce a.remove path, .wishlist-wrap .simplefavorite-button.active path {
        stroke-width: 3px;
    }
    .woocommerce .woo-cart table.shop_table tbody tr.order-total, .woocommerce .woo-cart table.shop_table tbody tr.order-total td {
        padding-bottom: 0 !important;
    }
    .woo-cart .woo-part.right {
        padding-top: 0;
        margin-top: 22.94vw;
    }
    .single-product-add {
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 8.7vw;
    }
    .single-product-add form {
        margin-top: 0;
    }
    .single-product-social-wrap {
        margin-top: 8.7vw;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .gallery-product-cover .gal-img-pre.cover {
        width: 65.7vw;
        height: 65.7vw;
    }
    .product-gallery-wrap .gal-img-pre.gal {
        width: 16.42vw;
        height: 16.42vw;
    }
    .gal-img-s {
        margin: 0 0.48vw 0.48vw 0;
    }
    .addtocart-success-container {
        top: 14vw;
        height: calc(100vh - 14vw);
    }
    .addtocart-success-wrap {
        width: 72vw;
    }
    .addtocart-product .product-cover {
        height: 39.13vw;
        width: 39.13vw;
    }
    .product-info {
        margin-top: 2.5vw;
    }
    .addtocart-product a, .continue-shoping {
        margin-top: 8.7vw;
    }
    .addtocart-product .stand-button {
        width: 100%;
        text-align: center;
    }
    .continue-shoping p {
        margin-bottom: 1.5vw;
    }
    a.remove {
        width: 2.41vw !important;
    }
    td.product-remove {
        padding: 0 !important;
    }
    .woocommerce table.shop_table td.product-name {
        padding: 0 3.86vw 5vw 3.86vw;
        width: calc(100% - 2.41vw);
    }
    tr.woocommerce-cart-form__cart-item.cart_item {
        flex-wrap: wrap;
    }
    .cart_item span.woocommerce-Price-amount, .cart-subtotal span.woocommerce-Price-amount, .order-total span.woocommerce-Price-amount {
        margin-left: 1.5vw;
    }
    td.product-quantity::before, td.product-name::before {
        display: none;
    }
    .woocommerce a.remove {
        height: auto;
        display: flex;
        line-height: 1.7;
        padding-top: 2.25vw;
    }
    .woocommerce table.shop_table tbody tr {
        padding-top: 3.86vw;
        align-items: flex-start;
    }
    td.product-quantity {
        justify-content: flex-end;
        padding: 0 !important;
    }
    td.product-name a {
        text-align: left !important;
        display: flex;
    }
    td.product-price, td.product-quantity, td.product-subtotal {
        width: 100%;
        display: inline-flex !important;
        align-items: flex-start;
        justify-content: flex-start;
    }
    td.product-price, td.product-quantity {
        padding: 2.5vw 5vw 2.5vw 6.5vw !important;
    }
    td.product-subtotal {
        padding: 2.5vw 5vw 3.86vw 6.5vw !important;
    }
    .woo-cart tr.cart-subtotal td {
        padding-bottom: 3.86vw !important;
    }
    .woocommerce .quantity .qty {
        width: 20vw;
        text-align: center;
        padding: 2.5vw 3.86vw;
    }
    .woocommerce table.shop_table td.actions {
        padding: 5vw 0;
    }
    .woocommerce table.shop_table td.actions, .woocommerce table.shop_table tfoot th {
        border-top: 0 !important;
    }
    tr.coupon td {
        flex-flow: column !important;
        display: flex !important;
    }
    tr.coupon td button {
        margin: 5vw 0 3.86vw 0 !important;
    }
    .wc-proceed-to-checkout.blackbutton, .ordersubbtn {
        margin-top: 8.7vw !important;
    }
    table.shop_table.woocommerce-cart-form__contents tr:last-child td {
        padding: 0 !important;
    }
    .cart_totals tbody tr:first-child {
        padding-top: 0 !important;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        margin-right: 2.5vw;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered, #order_review .cart_item td, .remember-forget {
        padding: 3.86vw 0;
    }
    .woocommerce form.woocommerce-form-login .form-row input.input-text, input#password, input#username, input#reg_email {
        padding: 3.86vw;
    }
    .woocommerce form .form-row textarea {
        padding: 3.86vw;
        height: 20vw !important;
    }
    #order_review .cart_item .product-name, .woo-cart .product-name {
        padding-right: 5vw;
    }
    .order-total {
        padding: 5vw 0 !important;
    }
    .woocommerce ul#shipping_method li {
        margin-bottom: 3.86vw !important;
    }
    .paysera-image {
        width: 15vw;
    }
    .payment-group-title {
        padding: 3.86vw 0;
    }
    .woocommerce .woo-thanks table.shop_table td.product-name {
        padding: 0 5vw 3.86vw 0;
    }
    .woo-thanks tr.woocommerce-table__line-item td {
        border: 0;
    }
}
@media all and (max-width: 1079px) and (min-width: 768px) {
    .hide-medium {
        display: none !important;
    }    
}
@media all and (max-width: 767px) {
    body {
        display: flex;
        flex-flow: column;
    }
    .hide-small {
        display: none !important;
    }    
}