/*
Theme Name: ITBrolis
Theme URI: URL
Version: 1.0
Author: Linas Pagirys
Author URI: http://www.itbrolis.lt/
*/

/* 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }


/* MAIN LAYOUT */
/* ----------------------------------------- */



:root {
  --font:  'Helvetica Neue LT Pro', sans-serif;
  --bold-font: 'Helvetica Neue LT Pro 750', sans-serif;
  --font-size: 15px;
  --line-height: 22.5px;
}




select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  border-color: #ccc;
  height: 39px;
  width: 100%;
}

html {
  height:100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1325px;
  padding: 0 15px;
}

body {
  font-family: var(--font);
  color: var(--text-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.header {
  background: black;
  position: sticky;
  width: 100%;
  z-index: 120;
  top: 0;
}

.header-main__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header li a {
  color: white;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  font-family: var(--bold-font);
}

.header__menu > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media (min-width: 1240px) {
  .header__menu > ul {
    gap: 50px;
  }
}

.header li > a {
  text-transform: uppercase;
}

.header li a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.header__logo h1 {
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  /*padding-left: 15px;*/
}

.logo h1 a {
  max-height: 120px;
  object-fit: contain;
}


.logo h1 a:hover {
  opacity: 1;
}

/*.admin-bar header {*/
/*  top: 32px;*/
/*}*/

@media (max-width: 992px) {
  .header-menus {
    display: none;
  }
}

footer {
  background-color: var(--sub-color);
  padding: 30px 0;
}

#main-content {
  flex: 1 0 auto;
}

a {
  color: #000000;
  transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #f14f1d;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

p {
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1,
h2,
h3 {

}

h4,
h5,
h6 {

}


h1 {
  /*font-size: 45px;*/
  font-size: 45px;

  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 992px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
}

@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.37;
}


h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0.07em;
}

@media (max-width: 768px) {
  h6 {
    letter-spacing: 0.0em;
  }
}

.rte a {
  color: #f14f1d;
}

.rte a:hover {
  color: #27c9ea;
}

iframe {
  border: none;
  max-width: 100%!important;
}

.rte p {
  margin-bottom: 25px;
  color: #666666;
}

.rte div {
  font-size: 16px;
}

.rte a:hover, .rte a:focus, .rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.rte h2 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type:decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

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

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}


.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption{
  display: none;
}

input {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}

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


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */

.not-found {
  text-align: center;
  padding: 100px 0;
}

.not-found h1 {
  margin-bottom: 30px;
}

nav {
  width: 100%;
}

.sub-menu {
  position: absolute;
  background: #181818;
  min-width: 130px;
  padding: 15px;
  display: none;
  z-index: 10;
}

.main-desc-nav > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
  }
  #cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }

}


.menu-wrapper {
  display: flex;
}
.logo-holder {
  padding: 12px;
  margin-right: 48px;
}
.main-desc-nav {
  display: flex;
  justify-content: flex-end;
}
.subheader {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 12px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.web-section {
  padding: 96px 0;
}



.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #dcdcdc;
}
.admin-bar .mobile-menu {
  top: 46px;
}
.mobbutton {
  display: inline-block;
  width: 24px;
}
.mobbutton span {
  width: 100%;
  height: 2px;
  background: #424242;
  margin-bottom: 5px;
  display: block;
}
.mobbutton span:last-child {
  margin-bottom: 0px;
}
.mob-logo-holder {
  position: relative;
}
.mobile-menu .mob-logo-holder img {
  max-width: 100px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.items-mobile {
  text-align: right;
}
.items-mobile .call-britta,
.items-mobile .mobbutton {
  display: inline-block;
}
.items-mobile .mobbutton {
  margin-left: 24px;
}
.mobilefooter-wrapper {
  position: fixed;
  left: calc(0px - 100%);
  top: 0px;
  width: 100%;
  background: #f3fdef;
  z-index: 9999999999;
  transition: all 0.3s;
  height: 100vh;
}
.closemobmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 11px 15px;
  border-bottom: 1px solid #e6f7df;
  border-left: 1px solid #e6f7df;
}



.cookie-law-wrapper-in {
  display: flex;
}
.cookie-law-text-wrapper {
    display: flex;
}
.cookie-law-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #002d47;
  color: #fff;
  padding: 10px 0px;
  z-index: 50000;
  font-size: 14px;
}
.cookie-law-text-wrapper a {
  text-decoration: underline;
  color: #fff;
}
.cookie-law-text-wrapper a:hover {
  color: #fff;

}
.cookie-law-wrapper p {
  margin-bottom: 0px;
}
.cookie-law-button-wrapper button {
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
  color: #002d47;
  padding: 15px 15px;
  vertical-align: top;
  margin: 0px 0 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  width: 195px;
  font-family: 'Nexa', sans-serif;
  font-weight: 800;
  cursor: pointer;
}
.cookie-law-button-wrapper button:hover{
  opacity: 0.7;
  transition: all 0.3s;
}




@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

   .cookie-law-wrapper-in {
    display: block;
  }

  .cookie-law-text-wrapper {
    display: inline-block;
    width: 100%;
  }

  .cookie-law-wrapper p {
    padding: 15px;
  }

  .cookie-law-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 15px;
  }

  .web-section {
    padding: 36px 0;
  }

  body {
    /*padding-top: 46px;*/
  }
  
  .map-responsive{
    padding-bottom:110%;
  }
  .video-wrapper {
    padding-bottom: 110%; /* 16:9 */
  }
}

@media screen and (max-width: 480px) {

}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* ---------------------------------------
	Hero Section
--------------------------------------- */


.hero-section {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-height: 600px;
  padding-bottom: 60px;
  background-color: black;
}


.hero-section .bg-image {
  object-fit: contain;
}

.hero-section .container {
  z-index: 6;
  position: relative;
}

.hero-section__text {
  color: white;
}

.hero-section__text p {
  font-family: var(--font);
  font-size: 19px;
  line-height: 28px;
}

@media (max-width: 768px) {

}
@media (max-width: 576px) {
  .hero-section {
    padding-bottom: 36px;
    min-height: 500px;
  }
  .hero-section__text p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ---------------------------------------
	Icons
--------------------------------------- */

.icons-text {
  background-color: black;
}

.icons-text__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.icon-block-item {
  flex: 1 1 15%;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--sub-color);
  justify-content: center;
  border-radius: 12px;
  padding: 37px 0;
}

.icon-block-item__image {
  max-width: 65px;
  min-width: 50px;
}

.icon-block-item__text {
  color: white;
}

.icon-block-item__text h5 {
  margin-bottom: 0;
}



@media screen and (min-width: 768px) {
  .icons-text {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .icon-block-item {
    justify-content: flex-start;
    padding: 15px;
  }
  .icons-text__list {
    gap: 15px;
  }
  .icons-text__list {
    gap: 15px;
  }
}


/* ---------------------------------------
	Popular Products
--------------------------------------- */


.popular-products {
  background: black;
  position: relative;
  padding: 15px 0;
}

.popular-products .slick-dots {
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.popular-products__title {
  text-align: center;
  color: white;
}

.popular-products-list .slick-prev {

}

.popular-products-list .slick-next {

}

.popular-products-titles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
}

.popular-products-titles li .popular-product-title {
  color: white;
  font-weight: 400;
  position: relative;
  display: inline-block;
  background-color: transparent;
  margin-bottom: 0;
  text-decoration: none;
  opacity: 1;
  border: none;
  padding: 0 0 4px 0;
}

.popular-products-titles li .popular-product-title:hover {
  text-decoration: none;
  opacity: 1;
}

.popular-products-titles li .popular-product-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 2px;
  content: '';
  background-color: var(--main-color);
}

.popular-products-titles li:hover .popular-product-title:after {
  width: 100%;
}

.popular-products-titles .active .popular-product-title:after {
  width: 100%;
}

.popular-products-list .slick-list {
  margin: 0 -15px;
}

.popular-products-list .slick-slide {
  margin: 0 15px;
}

.my-product {
  position: relative;
}

.my-product {
  position: relative;
}

.my-product__image {
  background-color: white;
  box-shadow: 4px 4px 10px 0 #00000014;
  height: 308px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  overflow: hidden;
  text-align: center;
  border-radius: 12px;
}

.my-product__image img {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0%);
  object-fit: contain;
  padding: 10px;
  border-radius: 12px;
}

.my-product__image-hover img {
  width: 100% !important;
  height: 100% !important;
}

.my-product__no-featured-image img {
  width: auto !important;
}

.my-product__featured-image {
  opacity: 1;
}

.my-product__gallery-item {
  opacity: 0;
}

.my-product__image img {
  object-fit: contain;
  transition: all 0.5s ease;
  width: 100%;
}

.my-product__image-hover:hover .my-product__featured-image {
  opacity: 0;
}

.my-product__image-hover:hover .my-product__gallery-item {
  opacity: 1;
}

.my-product__image-no-hover:hover {
  opacity: 0.7;
}

.popular-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-product__title {
  color: var(--text-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.0em;
  text-decoration: none;
  text-align: center;
  margin-bottom: 7px;
}

.my-product__link:hover {
  opacity: 1;
  color: var(--text-color);
  text-decoration: none;
  outline: none;
}

.my-product__link:focus {
  text-decoration: none;
  outline: none;
}

.my-product__no-featured-image {
  background-color: black;
}

.my-product__no-featured-image:hover {
  opacity: 0.8;
}

.my-product__no-featured-image .my-product__logo {
  width: auto;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

.my-product__card {
  margin-top: 13px;
}

.my-product__price {
  text-align: center;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.woocommerce-Price-amount {
  text-align: center;
}

.my-product__price del {
  position: relative;
  order: 2;
  color: #797979;
}

.my-product__price ins {
  position: relative;
  order: 1;
  text-decoration: none;
  color: var(--accent-color);
}

.popular-products-tabs .popular-products-list {
  display: none;
}

.popular-products-tabs .active {
  display: block;
}

.my-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  transform: translate(20px, 15px);
  padding: 2px;
  min-width: 85px;
  font-weight: 400;
  text-align: center;
}

.my-out-of-stock {
  position: absolute;
  background: #5B5658;
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  padding: 5px 3px;
}

.outofstock .my-product__image img {
  opacity: 0.3;
}
.outofstock .my-out-of-stock {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .popular-products__title {
    padding-top: 20px;
  }
  .popular-products-titles {
    padding-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .popular-products-titles {
    gap: 15px;
  }
  .popular-products-tabs {
    padding: 15px 30px 30px 30px;
  }
}

.price-var {
  display: none;
}

.normal-price {

}

.popular-products .my-product__title {
  color: white;
}

.popular-products .woocommerce-Price-amount  {
  color: white;
}

.slick-next {

}

.slick-arrow  {
  background: none;
}

.slick-prev {

}