/*CSS VASA GROUP*/

@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans-Light.ttf')  format('truetype'); 
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans-Regular.ttf')  format('truetype'); 
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans-Medium.ttf')  format('truetype'); 
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans-SemiBold.ttf')  format('truetype'); 
    font-weight: 600;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans-Bold.ttf')  format('truetype'); 
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans-ExtraBold.ttf')  format('truetype'); 
    font-weight: 800;
}

@font-face {
  font-family: 'vasaicons';
  src:  url('/assets/fonts/vasaicons.eot?r4vl1n');
  src:  url('/assets/fonts/vasaicons.eot?r4vl1n#iefix') format('embedded-opentype'),
    url('/assets/fonts/vasaicons.ttf?r4vl1n') format('truetype'),
    url('/assets/fonts/vasaicons.woff?r4vl1n') format('woff'),
    url('/assets/fonts/vasaicons.svg?r4vl1n#vasaicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="vs-"], [class*=" vs-"] {
  font-family: 'vasaicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vs-contact:before {
  content: "\e900";
}
.vs-arrow-right:before {
  content: "\e901";
}
.vs-pin:before {
  content: "\e902";
}
.vs-facebook:before {
  content: "\e903";
}
.vs-instagram:before {
  content: "\e904";
}
.vs-sitex:before {
  content: "\e905";
}
.vs-pinterest:before {
  content: "\e906";
}
.vs-whatsapp:before {
  content: "\e907";
}
.vs-info:before {
  content: "\e908";
}
.vs-icon-email:before {
  content: "\e909";
}
.vs-icon-phone:before {
  content: "\e90a";
}
.vs-cart:before {
  content: "\e90b";
}
.vs-heart:before {
  content: "\e90c";
}
.vs-nav-right:before {
  content: "\e90d";
}
.vs-nav-left:before {
  content: "\e90e";
}
.vs-search:before {
  content: "\e90f";
}
.vs-user:before {
  content: "\e910";
}


strong {
    font-family: 'Noto Sans';
    font-weight: 700;
}

:root {
    --accent: #8F0026;
    --grey: #777777;
    --white: #ffffff;
    --black: #000000;
    --light: #f6f6f6;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

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%;
    vertical-align: baseline;
}

a {
    text-decoration-skip-ink: auto;
    transition: all 0.3s ease;
    text-decoration: none;
}

button {
outline: 0;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Noto Sans';
    background: #fff;
    font-size: 16px;
    color: #777777;
}

p {
    font-family: 'Noto Sans';
    color: #777777;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans';
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px; 
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.light p, .light h1, .light h2, .light h3, .light h4, .light h5, .light li, .light a, .light span {
    color: var(--white);
}

.w-border {
    padding-left: 0.4em;
    border-left: 0.18em solid var(--accent);
}

.main-btn {
    background: var(--accent);
    color: #fff;
    text-transform: uppercase;
    padding: 15px 28px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 200px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
}

.main-btn:hover {
    background: #ad002e;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}

.main-btn.white {
    background: #fff;
    color: var(--accent);
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1460px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-4-5 {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-3-5 {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2-5 {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-1-5 {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-3-0 {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-7-0 {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
}



/*RESPONSIVE*/
@media (max-width: 1000px) {
.col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
}

/*HEADER*/
.section.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section.header-top .row.in-grid {
    display: flex;
    align-items: center;
}

.header-top .logo {
    margin-left: 0;
    z-index: 3;
    margin-right: 20px;
    min-width: 196px;
}

.logo img {
    height: 50px;
    width: auto !important;
}

#header .logo a {
    display: flex;
}

.search-wrapper {
    max-width: 770px;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
}

.search-box {
    position: relative;
    background: white;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.search-input {
    border: 1px solid #777;
    border-radius: 30px;
    padding: 15px 25px;
    padding-right: 50px;
    height: 50px;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Noto Sans';
    outline: none;
}

.search-input:focus {
    border-color: var(--accent);
    box-shadow: none;
}

.search-input::placeholder {
    color: #777;
}

.search-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition: all 0.3s ease;
    width: 42px;
    height: 42px;
    background: var(--accent);
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.search-icon:hover {
    background: var(--grey);
}

.header-contact {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.header-contact i {
    font-size: 36px;
    color: #333;
    margin-right: 8px;
}
    
.header-contact-links {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.header-contact-links a {
    color: var(--accent);
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 1000px) {
    button.drawer-toggle.drawer-hamburger {
        display: none;
    }
}

/*POTREBNE UPRAVIT !!!!!!!!!!!!!!!!! */

.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 20px;
    margin-right: 20px;
    padding: 13px 9px 25px;
}

.drawer-hamburger {
    width: 45px;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #222;
    height: 1px;
}

.drawer--right .drawer-nav {
    right: -100vw;
}

.drawer-nav {
    background-color: #fff;
    text-align: center;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    padding: 10px 20px 40px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position:fixed;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    background-color: #222;
}

.drawer-hamburger-icon:before {
    top: -5px;
}

.drawer-hamburger-icon:after {
    top: 5px;
} 
/*********************/


.section.header-bottom {
    background: var(--accent);
    padding: 13px 0;
}

.header-bottom .row.in-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.main-menu {
    display: flex;
    list-style: none;
}

ul.main-menu li.menu-item {
    margin-right: 5px;
}

ul.main-menu li.menu-item a {
    position: relative;
    padding: 13px 24px; 
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
    transition: all 0.3s ease;
}

ul.main-menu li.menu-item a span {
    position: relative;
    z-index: 2;
}

ul.main-menu li.menu-item a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 30%);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 23px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0);
    z-index: 1;
}

ul.main-menu li.menu-item a:hover:after {
    opacity: 1;
    transform: scale(1);
}

li.menu-item.categories {
    margin-right: 20px;
}

ul.main-menu li.menu-item.categories > a:after {
    background: rgb(255 255 255 / 100%);
    opacity: 1;
    transform: scale(1);
}

ul.main-menu li.menu-item.categories > a:hover:after,
ul.main-menu li.menu-item.categories > a.active:after {
    background: rgb(255 255 255 / 30%);
}

ul.main-menu li.menu-item.categories > a {
    color: #000;
    padding-left: 52px;
}

ul.main-menu li.menu-item.categories > a:hover {
    color: #fff;
}

ul.main-menu li.menu-item a span.menu-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    background: var(--accent);
    top: 5px;
    left: 7px;
    display: block;
    border-radius: 50%;
}

ul.main-menu li.menu-item a span.lines {
    position: absolute;
    width: 16px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 0.5px));
}

ul.main-menu li.menu-item a span.lines:before,
ul.main-menu li.menu-item a span.lines:after {
    content: '';
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
}

ul.main-menu li.menu-item a span.lines:before {
    top: -4px;
}

ul.main-menu li.menu-item a span.lines:after {
    top: 4px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.shop-account a,
.shop-wishlist a,
.shop-cart a {
    background: #fff;
    margin-left: 13px;
    width: 45px;
    height: 45px;
    display: flex;
    text-decoration: none;
    color: #000;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.shop-account a:hover,
.shop-wishlist a:hover,
.shop-cart a:hover {
    color: #fff;
    background: rgba(255,255,255,0.3);
}

.shop-cart {
    position: relative;
}

span.cart-totals {
    position: absolute;
    top: -5px;
    right: -5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--accent);
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}

ul.submenu {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 50%;
    top: 160px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.20);
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: all 0.45s ease;
    z-index: -1;
}

.main-menu li.menu-item.categories:hover ul.submenu {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    z-index: 10;
}

ul.submenu li a:after {
    display: none;
}

ul.main-menu li.menu-item a.megamenu-item {
    position: relative;
    padding: 0;
    color: #777;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.3s ease;
    display: inline-block;
}

ul.submenu .col-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 23px;
}

ul.submenu .col-3 h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
}

a.megamenu-item:before {
    content: "\e90d";
    font-family: 'vasaicons' !important;
    font-size: 10px;
    position: absolute;
    left: -15px;
    top: 4px;
    color: var(--accent);
    opacity: 0;
    transform: translateX(-3px);
    transition: all 0.3s ease;
}

a.megamenu-item:hover,
a.megamenu-item.active {
    margin-left: 15px;
}

a.megamenu-item:hover:before,
a.megamenu-item.active:before {
    opacity: 1;
    transform: translateX(0px);
}

a.megamenu-banner {
    min-height: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: url(/images/home-2.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    align-items: flex-start;
}

a.megamenu-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 70%));
}

a.megamenu-banner h4 {
    position: relative;
    font-weight: 500;
}

a.megamenu-banner .cta {
    position: relative;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    line-height: 1.5;
    margin-top: 10px;
}

a.megamenu-banner .cta i {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}


/*HOMEPAGE*/
.section.home-1 {
    background: #F6F6F6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.homeslider {
    height: 500px;
}

.homeslider .slide-item {
    height: 500px;
    display: flex !important;
    flex-direction: column;
    padding: 20px 100px;
    justify-content: center;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    position: relative;
}

.homeslider .overlay {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(238 238 240 / 90%), rgb(238 238 240 / 0%));
}

.slide-content {
    position: relative;
}

.slide-content h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 500px;
}
    
.slide-content p {
    font-size: 20px;
    font-weight: 500;
    max-width: 450px;
    line-height: 1.5;
    color: #414141;
    margin-bottom: 50px;
}

button.nav-prev.slick-arrow,
button.nav-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    background: transparent;
    font-size: 35px;
    cursor: pointer;
}

button.nav-prev.slick-arrow {
left: 10px;
}

button.nav-next.slick-arrow {
right: 10px;
}

button.nav-prev.slick-arrow:hover,
button.nav-next.slick-arrow:hover {
    color: var(--accent);
}

.section.home-2 {
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 70px;
}

a.icon-box {
    background: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}

a.icon-box:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.icon-image {
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 15px;
}

a.icon-box h4 {
    margin-bottom: 5px;
}

.columns-wrapper.icon-boxes {
    margin-top: 35px;
}

.section.home-3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.right {
    text-align: right;
}

.columns-wrapper.products-loop {
    margin-top: 20px;
}

a.cta {
    color: #777;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    gap: 15px;
}

a.cta i {
    font-size: 12px;
}

a.cta:hover {
    color: var(--accent);
}


/*PRODUCTS*/

.products.products-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.product-grid-item {
    padding: 0 10px 20px 10px;
    flex: 0 0 25%;
    max-width: 25%;
}

.product-grid-item-wrapper {
    border: 1px solid #DDDDDD;
    padding: 10px;
    height: 100%;
    background: #fff;
}

.product-element-top {
    position: relative;
}

.product-element-top>a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.product-element-top img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
} 

.product-grid-item-wrapper:hover img {
    transform: scale(1.1);
}

.product-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

span.product-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 4px 22px;
    color: #fff;
}

span.new.product-label {
    background: #29CE09;
}

span.sale.product-label {
    background: var(--accent);
}

.wishlist-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.wishlist-btn a {
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    font-size: 17px;
    display: block;
}

.wishlist-btn a, h3.product-title a {
    color: #000;
    display: block;
}

.wishlist-btn a:hover {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}

.product-content {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    height: 125px;
    position: relative;
}

h3.product-title {
    font-size: 16px;
    padding-bottom: 5px;
}

.product-stock-info {
    font-size: 12px;
    line-height: 1;
}

.product-stock-info span {
    padding-left: 15px;
    position: relative;
}

.product-stock-info span:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 4px;
}

span.in-stock:before {
    background: #20A117;
}
span.in-stock {
    color: #20A117;
}

span.to-order:before {
    background: #E67300;
}
span.to-order {
    color: #E67300;
}

.product-price-button {
    margin-top: auto;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price-button span.price {
    color: var(--accent);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.product-price-button span.del {
    opacity: 0.5;
    margin-right: 5px;
    text-decoration:line-through;
}

a.btn-add {
    color :#fff;
    padding: 10px 12px;
    background: var(--accent);
    border-radius: 200px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
}

a.btn-add i {
    font-size: 15px;
    margin-left: 8px;
}

a.btn-add:hover {
   background: #ad002e;
}

.section.home-5 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-banner.banner-1 {
    background: url(/images/banner-1.jpg);
    background-size: cover;
    background-position: center;
}

.home-banner.banner-2 {
    background: url(/images/banner-2.jpg);
    background-size: cover;
    background-position: center;
}

.home-banner {
    padding: 80px 30px;
    height: 100%;
}

.home-banner h2 {
    max-width: 450px;
    margin-bottom: 20px;
}

.home-banner p {
    font-size: 18px;
    opacity: 0.8;
    max-width: 520px;
    margin-bottom: 30px;
}

.section.home-6 {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f6f6f6;
}

.center {
    text-align: center;
}

.col-12.post-loop {
    margin-top: 30px;
    margin-bottom: 50px;
}

/*POSTS*/

.posts.post-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.post-grid-item {
    padding: 0 10px 20px 10px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.post-grid-item-wrapper {
    border: 1px solid #DDDDDD;
    height: 100%;
    background:#fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.post-image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.post-grid-item-wrapper:hover img {
    transform: scale(1.1);
}

.post-content {
    padding: 25px;
    position: relative;
}

span.category {
    position: absolute;
    top: -13px;
    background: var(--accent);
    color: #fff;
    border-radius: 12px;
    font-size: 13px;
    padding: 3px 19px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 112px;
    text-align: center;
}

span.post-date {
    font-size: 13px;
    color: #777777;
}

h4.post-title {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 18px;
}

.read-more {
    margin-top: 12px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 0;
}

p.post-excerpt {
    font-size: 15px;
}


/*SINGLE PRODUCT*/
.product-gallery {
    display: flex;
    width: 100%;
}

.col-9.main-slider-wrapper {
    position: relative;
    overflow: hidden;
    clear: both;
    padding-left: 0;
}

.col-9 .main-slider .slick-slide a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: inline-block;
}

.col-9 .main-slider .slick-slide a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.lightbox-btn {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    right: calc(1% + 10px);
    bottom: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.lightbox-btn img {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.col-3.thumbs {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

.col-3.thumbs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  flex-shrink: 0;
  position: relative;
}

.thumb-slider.slick-vertical {
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}

.thumb-slider .slick-slide {
    width: 100%;
    padding-bottom: 101%;
    position: relative;
}

.thumb-slider .slick-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.thumb-nav {
    flex: 0 0 40px;
    display: flex;
    justify-content: space-between;
}

button.thumb-prev, button.thumb-next {
    border: none;
    background: #F6F6F6;
    width: 48%;
    height: 35px;
    position: relative;
    padding: 0;
    cursor: pointer;
}

button.thumb-prev i.vs-nav-left {
    font-size: 20px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotateZ(-90deg);
    display: inline-block;
}

button.thumb-next i.vs-nav-right {
    font-size: 20px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotateZ(-90deg);
    display: inline-block;
}

.section.product-image-summary {
    padding-top: 50px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs a {
    font-size: 14px;
    line-height: 1.1;
    color: #777777;
    margin-right: 5px;
}

.breadcrumbs a:after {
    content: "/";
    margin-left: 5px;
}

span.breadcrumb-last {
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
}

.product-image-summary .product-labels {
    position: relative;
    top: 0px;
    left: 0px;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 10px;
}

.product-image-summary span.product-label {
    line-height: 1.1;
    padding: 6px 25px;
}

h1.product_title.entry-title {
    margin-bottom: 10px; 
}

.product-image-summary .product-stock-info {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.short-description {
    margin-bottom: 30px;
}

form.variations_form {
    width: 100%;
}

.variations {
    width: 100%;
}

.variations-item {
    background: #F6F6F6;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.variations-item .label {
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    min-width: 140px;
    padding: 29px 5px 29px 15px;
}

asterisk {
    color: var(--accent);
}

.variations-item .value input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    padding: 10px;
    font-size: 15px;
    font-family: 'Noto Sans';
    color: #000;
}

.variations-item .value input[type="text"]:focus {
    border-color: var(--accent);
}

.variations-item .value {
    flex: 1;
    padding-right: 30px;
}

.variations-item.swatches-item {
    align-items: flex-start;
}

.swatches-select {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.swatches-select .swatch {
    max-width: 60px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.swatch-anchor {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

img.swatch-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swatches-select .swatch span {
    font-size: 10px;
    line-height: 1;
}

.swatch.selected .swatch-anchor,
.swatch:hover .swatch-anchor {
    border: 2px solid var(--accent);
}

.variations-item .value select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Noto Sans';
    color: #000;
}

.variations-item .value select:focus {
    border-color: var(--accent);
}

.single-price {
    margin-top: 25px;
    margin-bottom: 30px;
}

.single-price span {
    font-size: 28px;
}

span.price {
    color: var(--accent);
    font-weight: 700;
}

span.del {
    opacity: 0.7;
    margin-right: 10px;
    text-decoration: line-through;
}

span.small, span.price-vat {
    font-size: 16px;
    color: #777;
    font-weight: 400;
}

.variation-add-to-cart {
    display: flex;
    align-items: center;
}

.quantity {
    margin-right: 25px;
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    white-space: nowrap;
}

div.quantity .minus, div.quantity .plus {
    background-color: transparent;
    border: 1px solid #E0E0E0;
    color: #777;
    min-width: 25px;
    background-color: #f9f9f9;
    transition: all .2s ease;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 18px;
    transition: all 0.3s ease;
}

div.quantity .minus:hover, div.quantity .plus:hover {
    background: var(--accent);
    color: #fff;
}

div.quantity .minus {
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.quantity .plus {
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.quantity input[type="number"] {
    color: #848484;
    text-align: center;
    width: 50px;
    -moz-appearance: textfield;
    line-height: 50px;
    border-radius: 0;
    border: 1px solid #E0E0E0;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    font-family: 'Noto Sans';
    font-size: 16px;
    color: #777;
    outline: none;
}

div.quantity input[type=number]::-webkit-inner-spin-button,
div.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div.quantity input[type=number] {
-moz-appearance: textfield;
}

.variation-add-to-cart .btn-add {
    color: #fff;
    padding: 10px 35px;
    background: var(--accent);
    border-radius: 200px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 54px;
    border: none;
    font-family: 'Noto Sans';
    transition: all 0.3s ease;
    cursor: pointer;
}

.variation-add-to-cart .btn-add i {
    font-size: 20px;
    margin-left: 15px;
}

.variation-add-to-cart .btn-add:hover {
    background: #ad002e;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}
    
.summary-inner {
    padding-bottom: 80px;
}

.product_meta {
    margin-top: 40px;
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_meta .wishlist-btn-wrapper a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.product_meta .wishlist-btn-wrapper a i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.product_meta .wishlist-btn-wrapper a:hover {
    color: var(--accent);
}

.product-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 3px;
}

.product-share span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.product-share a {
    color: #777777;
}

.product-share a:hover {
    color: var(--accent);
}

.tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
}

.tab-nav li {
    padding: 8px 35px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color:#000;
    font-weight: 600;
    position: relative;
}

.tab-nav li:after {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: var(--accent);
    transition: all 0.3s ease;
}

.tab-nav li.active, .tab-nav li:hover {
    color: var(--accent); 
}

.tab-nav li.active:after, .tab-nav li:hover:after {
    width: 100%;
}

.section.product-tabs {
   padding-bottom: 60px; 
}

.tab-content .tab-panel {
    display: none;
    padding: 15px 0;
}

.tab-content .tab-panel.active {
    display: block;
}

.tab-nav li.advice {
    color: var(--accent);
}

form.advice-form {
    width: 100%;
    max-width: 500px;
}

form.advice-form input[type="text"], form.advice-form input[type="email"], form.advice-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 10px;
    font-family: 'Noto Sans';
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    outline: none;
}

form.advice-form textarea {
    height: 100px;
}

form.advice-form input[type="text"]:focus, 
form.advice-form input[type="email"]:focus, form.advice-form textarea:focus {
    border-color: var(--accent);
}

form.advice-form button[type="submit"] {
    background: var(--accent);
    color: #fff;
    text-transform: uppercase;
    padding: 15px 28px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 200px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    border: none;
    font-family: 'Noto Sans';
    margin-top: 15px;
    min-width: 200px;
}

form.advice-form button[type="submit"]:hover {
    background: #ad002e;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}

.section.recent-products {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #F6F6F6
}

.section.category-header {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F6F6F6;
}

.category-header p {
    font-size: 14px;
    margin-top: 20px;
}

.section.shop-loop-head {
    padding-top: 20px;
    padding-bottom: 30px;
}

.section.shop-loop-head .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section.shop-loop-head .breadcrumbs {
    margin-bottom: 0px;
}

.shop-ordering {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-ordering span {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.shop-ordering select {
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Noto Sans';
    color: #000;
    max-width: 220px;
    width: 100%;
}

.products-footer {
    padding-top: 50px;
    margin-bottom: 50px;
}

.shop-pagination {
    display: block;
    text-align: center;
}

.shop-pagination .page-numbers {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.shop-pagination .page-numbers li {
    margin-left: 2px;
    margin-right: 2px;
}

a.prev.page-numbers, a.next.page-numbers {
    color: #777;
    font-size: 18px;
}

a.prev.page-numbers {
    margin-right: 10px;
}

a.next.page-numbers {
    margin-left: 10px;
}

a.page-numbers {
    width: 34px;
    height: 34px;
    color: #777;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

a.page-numbers:hover {
    color: #ad002e;
    background: #e6e6e6;
}

span.page-numbers.current {
    width: 34px;
    height: 34px;
    color: #fff;
    text-align: center;
    background: #ad002e;
    font-size: 14px;
    line-height: 30px;
}

/*CART*/
.section.cart-header {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F6F6F6;
}

.checkout-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    align-items: center;
    color: #777777;
    list-style: none;
}

.checkout-steps li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-steps h1,
.checkout-steps h2 {
    font-size: 24px;
}

.checkout-steps h2 {
    color: #777777;
}

.checkout-steps li:not(:last-child):after {
    font-weight: 400;
    font-size: 14px;
    content: "\E901";
    font-family: 'vasaicons';
    color :#777;
    top: 1px;
    position: relative;
}

.section.cart-content {
    padding: 50px 0;
}

.cart-table {
    margin-top: 30px;
}

.cart-table-item {
    border: 1px solid #DDDDDD;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
}

.cart-product-thumb {
    flex: 0 0 100px;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    overflow: hidden;
}

.cart-product-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-product-name {
    flex: 0 0 50%;
}

.cart-product-name h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.cart-product-meta-info p {
    font-size: 12px;
    line-height: 1.3;
}

.cart-table .product-quantity {
    align-self: flex-end;
    margin-left: auto;
}

.cart-product-price {
    align-self: flex-end;
    margin-bottom: 15px;
    font-weight: 700;
    color :#000;
    font-size: 20px;
    white-space: nowrap;
}

.cart-table a.close {
    width: 30px;
    height: 30px;
    background: #ad002e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.cart-table a.close:hover {
    background: #777;
}

.cart-summary {
    margin-top: 30px;
    padding: 20px 15px;
    background: #f6f6f6;
    border-radius: 8px;
}

.cart-summary h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.coupon-form {
    background: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 5px;
    border-radius: 8px;
}

input#coupon_code {
    border: none;
    outline: none;
    height: 40px;
    padding: 5px 15px;
    flex: 1;
    font-family: 'Noto Sans';
    font-weight: 500;
    color: #000;
    border-radius: 3px;
}

.coupon-form button.btn-add {
    color: #fff;
    border: none;
    border-radius: 3px;
    height: 40px;
    width: 90px;
    flex: 0 0 90px;
    background: var(--accent);
    font-family: 'Noto Sans';
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.cart-summary table {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    color:#000;
   border-spacing: 0;
    border-collapse: collapse;
}

.cart-summary table th {
    padding: 15px 0;
}

.cart-summary table td {
    text-align: right;
}

table tr.cart-coupon td {
    color: var(--accent);
}

tr.order-total th, tr.order-total td {
    border-top: 1px solid #DDDDDD !important;
    font-size: 20px;
    font-weight: 700;
}

tr.order-total th {
    text-transform: uppercase;
}

a.checkout-button {
    text-align: center;
    display: flex;
    color: #fff;
    padding: 10px 35px;
    background: var(--accent);
    border-radius: 200px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    height: 54px;
    border: none;
    font-family: 'Noto Sans';
    transition: all 0.3s ease;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

a.checkout-button:hover {
    background: #ad002e;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}

/*CHECKOUT*/
.billing.form, .shipping-form, .payment-form {
    margin-top: 40px;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.billing.form h3, .shipping-form h3, .payment-form h3 {
    margin-bottom: 20px;
}

.fields-wrapper {
    --wd-col: 4;
    --wd-gap: 15px;
    display: grid;
    grid-template-columns: repeat(var(--wd-col), minmax(0, 1fr));
    gap: var(--wd-gap);
}

.form-row-first {
    float: left;
    grid-column: auto / span 2;
}

.form-row-last {
    float: right;
    grid-column: auto / span 2;
}

.form-row.full {
    grid-column: auto / span 4;
}

.checkout-content label {
    display: block;
    margin-bottom: 3px;
    vertical-align: middle;
    font-size: 14px;
    color: var(--grey);
    font-weight: 500;
}

.checkout-content input[type="text"],
.checkout-content input[type="email"],
.checkout-content textarea {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    padding: 10px;
    font-size: 15px;
    font-family: 'Noto Sans';
    color: #000;
}

.checkout-content textarea {
    height: 120px;
}

.checkout-content select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Noto Sans';
    color: #000;
}

.checkout-content input[type="text"]:focus,
.checkout-content input[type="email"]:focus,
.checkout-content textarea:focus,
.checkout-content select:focus {
    border-color: var(--accent);
}

#companyFields, #differentAddressFields {
    padding-bottom: 40px;
}

.checkbox-field {
    margin: 30px 0;
    width: auto;
    display: inline-block;
}

.checkbox-field label {
    font-weight: 700;
    font-size: 16px;
    color :#000;
    display: flex;
    align-items: center;
    gap: 10px;
}

#companyFields, #differentAddressFields {
    display: none;
}

.shipping-option, .payment-option {
    margin-bottom: 15px;
}

.shipping-option label {
    color: #000;
    font-size: 16px;
    display: flex;
    gap: 15px;
    line-height: 1.2;
}

.checkout-content input[type="radio"] {
    margin: 0;
}

.checkout-content input[type="radio"]:checked + span {
    color: var(--accent);
    font-weight: 600;
}

.shipping-fields, .payment-fields {
    margin-top: 40px;
}

.payment-option label {
    color: #000;
    font-size: 16px;
    gap: 15px;
    line-height: 1.2;
}

.payment-card, .shipping-card{
  display: grid !important;
  grid-template-columns: 18px 1fr;
  align-items: start;
  padding: 25px 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.payment-card input[type="radio"], .shipping-card input[type="radio"]{
  margin-top: 3px;
  accent-color: #ad002e; 
}

.payment-description, .shipping-description{
  display: none;
  margin-top: 6px;
  font-size: 14px;
  color: #777;
}

.payment-card:hover, .shipping-card:hover{
  background: #f6f6f6;
}

.payment-card:has(input:checked), .shipping-card:has(input:checked){
  background: #f6f6f6;
  border-color: #ddd;
}

.payment-card__title {
    display: flex;
    gap: 10px;
}

.payment-card__title img {
    max-height: 30px;
    width: auto;
    margin-top: -5px;
}

.cart-summary.checkout-summary {
    margin-top: 40px;
}

.checkout-summary .cart-product-thumb {
    flex: 0 0 60px;
    max-width: 60px;
}

.checkout-summary .cart-product-name h3 {
    font-size: 16px;
    line-height: 1.1;
}

.checkout-summary .cart-product-price {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0;
}

.section.checkout-content {
    margin-bottom: 60px;
}

.cart-table.checkout-table .cart-product-name {
    flex: 0 0 70%;
}

.cart-table.checkout-table .cart-table-item {
    flex-wrap: wrap;
}

.cart-table.checkout-table .product-quantity {
    flex: 0 0 50%;
    align-self: center;
    margin-left: 75px;
    font-size: 15px;
    color :#000;
}

/*THANK YOU PAGE*/
table.order-info-table {
    text-align: left;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 800px;
    margin: 30px auto 0 auto;
    padding: 20px;
}

.section.order-complete {
padding: 40px 0 60px 0;
}

table.order-info-table th {
    color: #000;
    padding: 10px 0;
}

table.order-info-table td {
    padding: 10px 0;
    font-size: 15px;
}

.order-complete-top {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.order-complete-top a {
    color: var(--accent);
}

.wrapper{
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin: 60px auto;
  border: 1px solid #ddd;
}

.wrapper .title-text{
  display: flex;
  width: 200%;
  color: #000;
}

.wrapper .title{
  width: 50%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.68,0.55,0.265,1.55);
}

.wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.slide-controls label.signup{
  color: #000;
}

.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 3px;
  background: var(--accent);
  transition: all 0.3s cubic-bezier(0.68,0.55,0.265,1.55);
}

.slide-controls input[type="radio"]{
  display: none;
}

#signup:checked ~ .slider-tab{
  left: 50%;
}

#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}

#signup:checked ~ label.login{
  color: #000;
}

#login:checked ~ label.signup{
  color: #000;
}

#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}

.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}

.form-container .form-inner{
  display: flex;
  width: 200%;
}

.form-container .form-inner form{
  width: 50%;
  transition: all 0.3s cubic-bezier(0.68,0.55,0.265,1.55);
}

.form-inner form .field{
  width: 100%;
  margin-top: 15px;
}

.form-inner form .field input{
  height: 50px;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: all 0.3s ease;
  font-family: 'Noto Sans';
}

.form-inner form .field input:focus{
  border-color: var(--accent);
}

.form-inner form .field input::placeholder{
  color: #777;
  transition: all 0.3s ease;
}

.form-inner form .pass-link{
  margin-top: 5px;
}

.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: var(--accent);
  text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}

form .btn{
  height: 50px;
  width: 100%;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}

form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: var(--accent);
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.form-inner form .field.btn {
  margin-top: 30px;
}

/*MY ACCOUNT*/
.section.page-header {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F6F6F6;
}

.account{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:16px;
  align-items:start;
}

.account-nav{
  background:#f6f6f6;
  border-radius:8px;
  overflow:hidden;
  padding: 15px;
}

.account-nav__header{
  padding: 10px;
  border-bottom:1px solid #ddd;
  color :#000;
}

.account-nav__header .name{
  font-weight: 700;
  text-transform: uppercase;
}

.account-nav__header .meta{
  color:#777;
  font-size:14px;
  margin-top:2px;
}

.account-nav__list{
  list-style:none;
  margin:0;
  display:grid;
  gap:6px;
  padding-top: 10px;
}

.account-nav__list .nav-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:10px;
  border:1px solid transparent;
  border-radius:8px;
  background:transparent;
  cursor:pointer;
  text-align:left;
  font-size:16px;
  color:#000;
  font-weight: 700;
  font-family: 'Noto Sans';
}

.account-nav__list .nav-btn i {
  font-size: 24px;
}

.nav-btn:hover{
  background:#fff;
}

.nav-btn[aria-selected="true"]{
  background:#fff;
  border-color:#d7d7d7;
  color: var(--accent);
}

.nav-sep{
  height:1px;
  background:#ddd;
  margin:6px 0;
}

.nav-btn.logout{
  color:#7a1f1f;
}

.nav-btn.logout:hover{
  background:#fff;
  border-color:var(--accent);
}

/* right content */
.account-content{
  background:#fff;
  border:1px solid #ddd;
  border-radius: 8px;
  overflow:hidden;
}

.tab-panel{
  padding:16px;
  display:none;
}

.tab-panel.active{
  display:block;
}

.card{
  padding:15px 0;
}

.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.tab-header{
  margin-bottom: 12px;
}

.tab-title{
  margin: 0;
  font-size: 30px;
}

.tab-subtitle{
  margin: 6px 0 0;
  font-size: 14px;
}

.card-title{
  font-weight: 700;
  color :#000;
}

.account-content .grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.account-content .btn{
  display:inline-flex;
  align-items:center;
    gap: 5px;
    justify-content: center;
    padding: 6px 12px;
  border-radius: 25px;
  border:1px solid var(--accent);
  background:#fff;
  cursor:pointer;
  font-weight:700;
  font-family: 'Noto Sans';
  text-transform: uppercase;
  font-size: 13px;
  color: var(--accent);
}

.account-content .btn i {
  font-size: 16px;
}

.account-content .btn:hover{
  background: var(--accent);
  color: #fff;
}

.actions-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.account-content table{
  width:100%;
  border-collapse:collapse;
  margin-top: 30px
}

.account-content th, .account-content td{
  padding:10px;
  border-bottom:1px solid #ddd;
  text-align:left;
  font-size:14px;
}

.account-content th{
  font-weight:700;
  background:#f6f6f6;
  color:#000;
}

.account-content th:last-child {
  text-align: center;
}

.account-content td:last-child {
  width: 370px;
}

.table-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.table-wrapper{
  overflow-x: auto;
}

.status{
  font-weight: 600;
}

.status--done{
  color: #1cb01c;
}

.status--processing{
  color: #e67002;
}

.card-title--spaced{
  margin-bottom: 10px;
}

table.quotes-table td:last-child {
  width: 190px;
  text-align: center;
}

table.quotes-table .table-actions {
  justify-content: center;
}

button.btn.primary {
  background: var(--accent);
  color: #fff;
    padding: 10px 20px;
}

.account-content .field {
  display:grid;
  gap:6px;
  margin-bottom:10px;
}

.account-content .field label{
  font-size:14px;
  color:#777;
    font-weight: 500;
}

.account-content .field input,
.account-content .field select {
  padding: 0 10px;
  border-radius:3px;
  border:1px solid #ddd;
  outline:none;
  font-family: 'Noto Sans';
  height: 40px;
  font-size: 15px;
    color: #000;
}

.account-content .field:focus,
.account-content .field select:focus{
  border-color: var(--accent);
}

.account-content .section-title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.account-content label.toggle-row span {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.account-content .toggle-row{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.account-content .delivery-box{
  margin-top: 8px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
  margin-bottom: 30px;
}

.account-content button.btn.primary {
  max-width: 280px;
}

form.password-form {
  max-width: 400px;
}

.section.my-account {
  padding: 40px 0 60px 0;
}

.cart-table.account-table .cart-product-price {
    margin-bottom: 0px;
}

.cart-table.account-table .product-quantity {
    color :#000;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 15px;
}

.card .order-meta {
    margin-bottom: 20px;
}

.cart-table.account-table .cart-product-thumb {
    flex: 0 0 60px;
    max-width: 60px;
}

button.btn.btn-back {
    color: #000;
    border: none;
    padding: 0;
    margin-right: 20px;
}

button.btn.btn-back:hover {
    background: transparent;
    color: #777;
}


/*BLOG*/
.section.all-news {
    padding: 40px 0 60px 0;
}

.section.all-news .col-9.post-loop {
    padding-right: 30px;
}

.widget-wrapper {
    margin-bottom: 35px;
}

.widget-wrapper ul {
    list-style: none;
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin-top: 15px;
}

.widget-wrapper ul.categories li a {
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.widget-wrapper ul.categories li a:hover {
    background: #f6f6f6;
}
    
a.post-grid-item-small {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    gap: 10px;
}

a.post-grid-item-small:hover {
    background: #f6f6f6;
}

a.post-grid-item-small .post-image {
    flex: 0 0 70px;
    padding-bottom: 0;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
}

a.post-grid-item-small .post-content {
    padding: 0;
}

a.post-grid-item-small span.post-date {
    font-size: 11px;
    line-height: 1;
}

a.post-grid-item-small h4.post-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.1;
}

.section.all-news .col-9.post-loop .post-content {
    padding: 25px 15px;
}

.post-footer {
    margin-top: 20px;
}

/*single post*/
.single-post .post-meta {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

span.post-meta-date:after {
    content: '|';
    margin: 0 8px;
    color: var(--accent);
    font-size: 18px;
}

.single-post h1 {
    margin-bottom: 25px;
}

.single-post .post-image {
    width: 100%;
    padding-bottom: 0;
    aspect-ratio: 21 / 9;
}

.section.post-content .perex p {
    color: #000;
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}

.section.post-content article h1,
.section.post-content article h2,
.section.post-content article h3,
.section.post-content article h4, 
.section.post-content article h5,
.section.post-content article p,
.section.post-content article ul {
    margin-bottom: 0.6em;
}

.section.post-content article ul {
    list-style: inside;
}

.section.post-content article {
    margin-bottom: 40px;
    max-width: 930px;
    padding-right: 30px;
}

.col-12.post-loop.related-single {
    margin-bottom: 0;
}



/*FOOTER*/
footer {
    background: #222;
}

.section.footer-top {
    padding-top: 40px;
    padding-bottom: 80px;
}

img.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

p.footer-text {
    color: #BBBBBB;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-info p, .footer-info a {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.footer-info p i, .footer-info a i {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.footer-info a:hover {
   opacity: 0.7;
}

.footer-top h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

ul.footer-menu {
    list-style: none;
}

ul.footer-menu li {
    padding-bottom: 10px;
}

ul.footer-menu li a {
    font-size: 14px;
    opacity: 0.7;
}

ul.footer-menu li a:hover {
    opacity: 1;
}

.footer-top .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.footer-top .social-icons a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: var(--accent);
    position: relative;
}

.footer-top .social-icons a i {
    font-size: 28px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.footer-top .social-icons a:hover {
    background: rgb(255 255 255 / 75%);
}

.section.footer-copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #777777;
}

.footer-copyright p {
    font-size: 12px;
    opacity: 0.5;
}