/*
Theme Name: VDTheme Performance Test
Description: Tobylex WooCommerce tema – zasebna testna performance verzija
Version: 1.0.6b
Text Domain: vdtheme
*/

/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Home Categories
15. Home Products
16. Home Info
17. Logos
18. About
19. Footer
20. Products Page
21. Single Product Page
22. Brands Page
23. News Page
24. About Page
25. FAQ Page
26. Contact Page
27. Newsletter
28. Locator Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
}
.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #010105;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
}
main {
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #f68902;
  color: #fff;
}
::selection {
  background-color: #f68902;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 180rem;
}
.container-xl {
  max-width: 192rem;
  padding: 0;
}
.container-sm {
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.title h1,
.title h2 {
  font-size: 3.4rem;
}
p {
  margin-bottom: 2rem;
}
.title {
  margin-bottom: 6rem;
}
.title-center {
  text-align: center;
}
.intro .title h1 {
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1,
  .title h2 {
    font-size: 3.4rem;
  }
  .intro .title h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1,
  .title h2 {
    font-size: 3.6rem;
  }
  .intro .title h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1,
  .title h2 {
    font-size: 4rem;
  }
  .intro .title h1 {
    font-size: 6rem;
  }
}

/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.btn-primary {
  background-color: #f68902;
  color: #fff;
}
.btn-primary:hover {
  background-color: #010105;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 1rem 2rem;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 10rem;
  font-size: 1.5rem;
}
textarea {
  resize: vertical;
  height: 19rem;
  border-radius: 1rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #f68902;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
.page-space {
  padding-top: 5rem;
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  font-size: 1.4rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
  color: #f68902;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
  color: #000;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/uploads/2024/02/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
.moove-gdpr-info-bar-container {
  font-family: "Mulish", sans-serif !important;
  font-weight: 400 !important;
}
#moove_gdpr_cookie_modal,
#moove_gdpr_cookie_info_bar,
.gdpr_cookie_settings_shortcode_content {
  font-family: "Mulish", sans-serif !important;
  font-weight: 400 !important;
}
.moove-gdpr-info-bar-container p {
  font-weight: 400 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
}
header .container {
  display: flex;
  flex: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: 20rem;
}
header nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 2rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li {
  display: block;
}
header nav li a {
  display: block;
  padding: 1rem 1rem;
  font-weight: 600;
}
header nav li:last-child a {
  padding-right: 0;
}
header nav li a:hover,
nav li.current_page_item a {
  color: #f68902;
}

.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 36px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  margin-left: 3rem;
  order: 3;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #30373e;
  border-radius: 20px;
  transition: all 0.6s;
  right: 0;
  z-index: 11;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(0);
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: 0.12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(0);
  transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}

.mobile-info {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
}
.header-top {
  padding: 2rem 0 0 0;
  font-size: 1.6rem;
}
.header-top .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-search form {
  position: relative;
  width: 20rem;
}
.header-search input {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(1, 1, 5, 0.5);
  width: 100%;
  box-sizing: border-box;
}
.search-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-image: url(/wp-content/uploads/2024/02/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
}
.cart-btn {
  display: flex;
  position: relative;
  margin-left: 2rem;
}
.header-cart-quantity {
  position: absolute;
  top: -1rem;
  right: -5px;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f68902;
  font-size: 9px;
}
.cart-btn img {
  width: 2.2rem;
  height: auto;
  display: block;
}
.header-top .btn-primary {
  margin-left: auto;
  margin-right: 2rem;
  padding: 0.5rem 2rem;
}
.reg-btn {
  font-weight: 600;
}
.reg-btn:hover {
  color: #f68902;
}
.header-search {
  display: none;
}
.mobile-info .header-search {
  display: flex;
}
.mobile-info .header-search form {
  width: 100%;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav {
    width: 40rem;
  }
  .header-search {
    display: flex;
  }
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .header-search form {
    width: 30rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .header-top .btn-primary {
    margin-right: 4rem;
  }
  .cart-btn {
    margin-left: 5rem;
  }
  .header-logo img {
    width: 26.7rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .header-search form {
    width: 40rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle {
    display: none;
  }
  header nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
  }
  header nav li {
    display: inline-block;
  }
  header nav li a {
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a {
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro-wrapper {
  display: flex;
  flex-direction: column-reverse;

  padding-top: 5rem;
}

.intro-text {
  width: 100%;
  text-align: center;
}
.intro-text .title {
  margin-bottom: 3rem;
}
.intro-btns {
  margin-top: 3rem;
}
.intro-image {
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
}
.intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-text strong {
  color: #f68902;
}
.intro-image h3 {
  display: none;
}
.intro-image h3 span {
  color: #f68902;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-image h3 {
    position: absolute;
    left: 10rem;
    bottom: 3rem;
    font-size: 2.4rem;
    max-width: 30rem;
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .intro-text {
    width: 45%;
    text-align: left;
  }
  .intro-image {
    width: 55%;
    margin-bottom: 0;
  }
  .intro-image h3 {
    font-size: 3rem;
    max-width: 40rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-image {
    width: calc(100% - 60rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .intro-text {
    width: 100%;
    max-width: 52rem;
  }
  .intro {
    height: 54rem;
  }
  .intro-wrapper {
    padding: 0;
    height: 100%;
  }
  .intro .container {
    height: 100%;
  }
  .intro .container .container {
    position: static;
    height: 100%;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .intro-image {
    width: calc(100% - 65rem);
  }
  .intro {
    height: 70rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .intro-image {
    width: calc(100% - 80rem);
  }
  .intro {
    height: 74rem;
  }
  .intro.banner {
    height: 78rem;
  }
}
/* ================================================================================== 
14. Home Categories
===================================================================================== */
.categories-home {
  background-color: #f9f9f9;
  background-image: url(/wp-content/uploads/2024/02/bg2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: relative;
  margin: 7rem 0;
}
.categories-overlay {
  background-color: #f9f9f9;
  background-image: url(/wp-content/uploads/2024/02/bg2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.categories-home::before {
  content: "";
  width: 100%;
  background-image: url(/wp-content/uploads/2024/02/bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  top: -2rem;
}
.categories-home::after {
  content: "";
  width: 100%;
  background-image: url(/wp-content/uploads/2024/02/bg4.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.categories-home .container {
  z-index: 2;
}
.categories-wrapper {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
.category-box {
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5rem 3rem 0 3rem;
  margin-bottom: 3rem;
}
.category-box h3 {
  font-size: 2.2rem;
}
.category-box img {
  margin: 0 auto;
  width: 50%;
  height: auto;
  transform: translateY(2rem);
  transition: all 0.4s ease-in-out;
}
.category-box:hover img {
  transform: translateY(0);
}
.category-box:nth-child(1) {
  background: linear-gradient(135deg, #ffffff 0%, #cbb6eb 100%);
}
.category-box:nth-child(2) {
  background: linear-gradient(135deg, #ffffff 0%, #e6c190 100%);
}
.category-box:nth-child(3) {
  background: linear-gradient(135deg, #ffffff 0%, #ebb0cc 100%);
}
.category-box:nth-child(4) {
  background: linear-gradient(135deg, #ffffff 0%, #b3e7bc 100%);
}
.category-box:nth-child(5) {
  background: linear-gradient(135deg, #ffffff 0%, #9eccdf 100%);
}
.category-box:nth-child(6) {
  background: linear-gradient(135deg, #ffffff 0%, #6c6c6c 100%);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .category-box {
    width: 48.5%;
  }
  .categories-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .categories-home::before {
    top: -5rem;
  }
  .categories-home {
    margin: 10rem 0;
  }
  .categories-home::after {
    bottom: -5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .category-box {
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .category-box h3 {
    font-size: 2.8rem;
  }
}
/* ================================================================================== 
15. Home Products
===================================================================================== */

.products-box {
  width: 100%;
  background-color: #ffff;
  border-radius: 3rem;
  transition: all 0.4s ease-in-out;

  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.products-box:last-child {
  margin-bottom: 0;
}
.products-image {
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.products-image img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: contain;
}
.products-box h4 {
  color: #b9b9b9;
  transition: all 0.4s ease-in-out;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.products-box h4:hover {
  color: #010105;
}
.products-box h3 {
  font-size: 1.8rem;
}

.product-box-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.btn-cart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: #f68902;
  margin-left: 2rem;
}
.btn-cart img {
  width: 1.7rem;
  height: auto;
  display: block;
}
.prod-price {
  margin-right: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .products-box {
    width: 48.5%;
    padding: 3rem;
  }
  .products-box:last-child {
    margin-bottom: 3rem;
  }
  .products-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .products-box:hover {
    box-shadow: 0 0 31px 9px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  body:not(.woocommerce-cart) .products-box {
    width: 31.3%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  body:not(.woocommerce-cart) .products-box {
    width: 22.7%;
  }
}
/*-------------*/
.home-products2 {
  background-color: #f9f9f9;
  background-size: 100%;
  position: relative;
}
.home-products2 .container {
  z-index: 2;
}
.home-products2::before {
  content: "";
  width: 100%;
  background-image: url(/wp-content/uploads/2024/02/bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  top: -2rem;
}
.home-products2::after {
  content: "";
  width: 100%;
  background-image: url(/wp-content/uploads/2024/02/bg4.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.home-products2 .products-box {
  margin: 0;
  width: 100%;
  padding: 3rem;
}
.home-products2 .slick-slide {
  padding: 2rem;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #000000;
  display: flex;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.slick-arrow:hover {
  background-color: #f68902;
}
.slick-prev {
  left: 1rem;
  background-image: url(/wp-content/uploads/2024/02/prev-white.svg);
}
.slick-next {
  right: 1rem;
  background-image: url(/wp-content/uploads/2024/02/next-white.svg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

  .home-products2::before {
    top: -5rem;
  }

  .home-products2::after {
    bottom: -5rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .slick-prev {
    left: -8rem;
  }
  .slick-next {
    right: -8rem;
  }
}
/* ================================================================================== 
16. Home Info
===================================================================================== */
.home-info {
  padding-top: 10rem;
}

.info-title strong {
  color: #f68902;
}

.info-title .title {
  margin-bottom: 3rem;
}

.info-wrapper {
  width: 100%;
  padding: 5rem 2rem;

  background-color: #fce8cf;
}
.info-wrapper article {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5rem;
  background-color: transparent;
  margin-bottom: 3rem;
}
.info-wrapper article:last-child {
  margin-bottom: 0;
}
.info-icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #fff;
}
.info-icon img {
  display: block;
  width: 5rem;
  height: 3rem;
  object-fit: contain;
}

.info-wrapper article h3 {
  font-size: 1.8rem;
}
.info-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 89rem;
  background-image: url(/wp-content/uploads/2024/02/bg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
  display: none;
}

.info-content {
  position: relative;
  margin-top: 5rem;
}
.bird {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 25rem;
  z-index: -2;
  display: none;
}
.bird img {
  display: block;
  width: 100%;
  height: auto;
}

.dog {
  position: absolute;
  bottom: 14rem;
  left: 5rem;
  width: 30rem;
  z-index: 1;
  display: none;
}
.dog img {
  display: block;
  width: 100%;
  height: auto;
}
.paws {
  position: absolute;
  bottom: 5rem;
  right: 20rem;
  width: 10rem;
  z-index: 1;
  display: none;
}
.paws img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .info-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .title-text {
    text-align: center;
  }
  .info-title {
    text-align: center;
  }
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .info-wrapper article {
    width: 50%;
    padding: 3rem;
    margin-bottom: 0;
  }
  .info-wrapper article:first-child {
    color: #fff;
    background-color: #f68902;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .info-icon {
    width: 10rem;
    height: 10rem;
  }
  .info-wrapper article {
    padding: 4rem 5rem;
  }
  .info-icon img {
    width: 6.3rem;
    height: 4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .info-title {
    display: flex;
  }
  .info-title .title {
    max-width: 40rem;
    width: 100%;
    margin-bottom: 0;
  }

  .title-text {
    max-width: 60rem;
    width: 100%;
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-info {
    padding-top: 0;
  }
  .info-content {
    margin-top: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .dog {
    display: block;
  }
  .info-wrapper {
    max-width: 90rem;
    margin-left: auto;
    background-color: transparent;
    padding: 0;
    padding-top: 18rem;
  }
  .info-content {
    padding-right: 10rem;
  }
  .info-overlay {
    display: block;
  }
  .bird {
    display: block;
  }
  .info-wrapper article h3 {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1500px*/
  .info-wrapper {
    max-width: 72rem;
    padding-top: 0;
  }
  .dog {
    left: 10rem;
    width: 46rem;
  }
  .info-wrapper article {
    padding: 8rem 5rem;
  }
  .home-info {
    margin-top: 13rem;
  }
  .bird {
    top: 5rem;
    width: 34rem;
  }
  .info-content {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .dog {
    bottom: 10rem;
    width: 55rem;
  }
  .bird {
    width: 44rem;
  }
  .info-wrapper {
    max-width: 81rem;
  }
  .paws {
    display: block;
  }
}
/* ================================================================================== 
17. Logos
===================================================================================== */
.logos-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.logos-slider .slick-slide {
  padding: 2rem;
}
/* ================================================================================== 
18. About
===================================================================================== */

.about .container .container {
  position: static;
}
.about-text {
  width: 100%;
  margin-bottom: 5rem;
}
.about-text .title {
  margin-bottom: 3rem;
}
.about-text .btn {
  margin-top: 3rem;
}
.about-image {
  width: 100%;
}
.about-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about-text {
    width: 40%;
    margin-bottom: 0;
  }
  .about-image {
    width: 55%;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .about-image {
    width: 55%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .about-wrapper {
    height: 60rem;
  }
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer {
  padding: 5rem 0 15rem 0;
  position: relative;
  background-color: #f68902;
  color: #fff;
  margin-top: 10rem;
}
footer::before {
  content: "";
  width: 100%;
  background-image: url(/wp-content/uploads/2024/02/bg6-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  top: -2rem;
}
footer .container {
  z-index: 1;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper article {
  margin-bottom: 5rem;
  width: 100%;
  text-align: center;
}
.footer-wrapper article:last-child {
  margin-bottom: 0;
}
.footer-wrapper h3 {
  font-size: 2rem;
}
.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social a {
  display: block;
  margin-right: 1rem;
}
.social a:last-child {
  margin-right: 0;
}
.social a img {
  display: block;
  width: 4rem;
  height: auto;
}
.footer-logo {
  margin-bottom: 5rem;
}
.footer-logo img {
  display: block;
  width: 23rem;
  height: auto;
  margin: 0 auto;
}
.dog2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 50rem;
}
.dog2 img {
  display: block;
  width: 100%;
  display: block;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 5rem;
}
.footer-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
.footer-cards img {
  width: 4rem;
  height: 3rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

  footer::before {
    top: -5rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-wrapper article {
    margin-bottom: 5rem;
    width: 50%;
    text-align: left;
  }
  .footer-wrapper article:last-child {
    margin-bottom: 3rem;
  }
  .footer-logo img {
    width: 28rem;
    margin: 0;
  }
  .footer-logo {
    margin-bottom: 8rem;
  }
  .social {
    justify-content: flex-start;
  }
  .footer-cards {
    justify-content: flex-start;
  }
  .copyright {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
    max-width: 50rem;
    width: 100%;
  }
  footer::before {
    top: -8rem;
  }
  .dog2 {
    right: 10rem;
    left: auto;
    transform: none;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  footer::before {
    top: -10rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper article {
    margin-bottom: 0;
    width: auto;
  }
  .footer-cards {
    margin-top: 8rem;
  }
  .footer-wrapper article:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-wrapper h3 {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .dog2 {
    max-width: 74rem;
  }
}
/* ================================================================================== 
20. Products Page
===================================================================================== */
.title-row {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}
.title-row {
  margin-bottom: 5rem;
}
.title-row .title {
  margin-bottom: 1rem;
}
.title-row h1 {
  margin-bottom: 0;
}

.page-aside {
  width: 100%;
  padding: 3rem;
  background-color: #f9f9f9;
  border-radius: 2rem;
  font-size: 1.6rem;
}
.page-content {
  width: 100%;
  margin-top: 5rem;
}
.products-wrapper .products-box {
  width: 100%;
  margin-bottom: 3rem;
  border: 1px solid #e7e7e7;
  padding: 3rem;
}
body.woocommerce-cart .products-box {
  border: 1px solid #e7e7e7;
}
.products-wrapper .products-box:last-child {
  margin-bottom: 0;
}
.content-top {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
.sort-wrap {
  margin-bottom: 2rem;
}
.content-top span {
  font-weight: 700;
  color: #f68902;
}
.page-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside h3 {
  cursor: pointer;
  margin-top: 3rem;
  background-image: url(/wp-content/uploads/2024/02/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
}

.page-aside h2 {
  margin-bottom: 0;
  border-bottom: 1px dashed #000;
  padding-bottom: 3rem;
}
.page-aside ul li {
  display: block;
  margin-bottom: 5px;
}
.page-aside ul li a {
  display: block;
}
.page-aside ul li a:hover,
.page-aside ul li.current_page_item a {
  color: #f68902;
}
.page-aside ul {
  display: none;
}
.product-count {
  text-align: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .products-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .products-wrapper .products-box {
    width: 48.5%;
  }
  .products-wrapper .products-box:last-child {
    margin-bottom: 3rem;
  }
  .title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .title-row .title {
    margin-bottom: 0;
  }
  .content-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .sort-wrap {
    margin-bottom: 0;
  }
  .product-count {
    text-align: left;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-aside {
    width: 30rem;
    position: sticky;
    top: 10rem;
    height: calc(100vh - 15rem);
    overflow-y: auto;
  }
  .page-content {
    width: calc(100% - 35rem);
    margin-top: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .products-wrapper .products-box {
    width: 31.3%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .page-aside {
    width: 35rem;
  }
  .page-content {
    width: calc(100% - 40rem);
  }
}
/* ================================================================================== 
21. Single Product Page
===================================================================================== */
.single-text {
  width: 100%;
  padding: 5rem 2.5rem;
  border-radius: 2rem;
  background-color: #f9f9f9;
}
.single-image {
  width: 100%;
}
.single-image img {
  display: block;
  width: 100%;
}
.single-image a {
  display: block;
  position: relative;
}
.single-image a::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: #f9f9f9;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-image: url(/wp-content/uploads/2024/02/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.single-text .title h3 {
  font-size: 1.6rem;
  color: #f68902;
}
.single-text .title {
  margin-bottom: 3rem;
}
.single-price {
  font-size: 3rem;
  padding: 1rem 2rem;
  background: #f2f2f2;
  display: inline-block;
}
.single-text-inner {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.single-bottom {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.single-quant {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.single-quant button {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.single-quant input {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  margin: 0 1rem;
}
.single-bottom .btn {
  margin-top: 3rem;
}
.relative {
  position: relative;
}
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  gap: 1rem;
}
.single-product ul.tabs.wc-tabs li {
  border: none !important;
  background: #fff !important;
  padding: 0 0.5em !important;
}
.single-product .woocommerce-Tabs-panel {
  padding: 0 3rem !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 10rem;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.tabs a {
  padding: 2rem 4rem !important;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 10rem;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 4rem;
  color: #000 !important;
}

.single-product ul.tabs.wc-tabs li.active a {
  background-color: #f0d8bb;
  border-color: #f68902;
  background-image: url(/wp-content/uploads/2024/02/paw.svg);
}
.tabs a:hover,
.tabs a.active-tab {
  background-color: #f0d8bb;
  border-color: #f68902;
  background-image: url(/wp-content/uploads/2024/02/paw.svg);
}
.tabs-container {
  width: 100%;
  display: none;
  padding: 2rem;
  margin-top: 1rem;
}
.tabs-container.active-tab {
  display: block;
}
.tabs-container h3 {
  font-size: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-bottom {
    display: flex;
    align-items: center;
  }
  .single-bottom .btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-text {
    padding: 5rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .tabs {
    flex-direction: row;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-text {
    width: 60%;
  }
  .single-image {
    width: 35%;
  }
}
/* ================================================================================== 
22. Brands Page
===================================================================================== */
.brands-wrapper a {
  width: 100%;
  padding: 3rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-wrapper a img {
  display: block;
  width: 70%;
  height: auto;
}
.brands-wrapper a:hover {
  border-color: #f68902;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .brands-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .brands-wrapper a {
    width: 50%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .brands-wrapper a {
    width: 33.33%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .brands-wrapper a {
    width: 25%;
  }
}
/* ================================================================================== 
23. News Page
===================================================================================== */
.bg-page {
  background-image: url(/wp-content/uploads/2024/02/bg2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.news-wrapper article {
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
}
.news-wrapper article:last-child {
  margin-bottom: 0;
}
.news-image {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.news-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.news-image:hover img {
  transform: scale(1.2);
}
.news-wrapper article h3 {
  padding: 0 3rem;
}
.news-wrapper article p {
  padding: 0 3rem;
  font-size: 1.6rem;
}
.news-wrapper article .btn {
  align-self: flex-start;
  margin-top: auto;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
.article-image {
  margin-bottom: 5rem;
}
.article-image img {
  display: block;
  width: 100%;
  height: auto;
  border-start-end-radius: 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .news-wrapper article {
    width: 48.5%;
  }
  .news-wrapper article:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-wrapper article {
    width: 31.3%;
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.about-page-wrapper .about-image {
  position: static;
  transform: none;
  top: auto;
  right: auto;
  left: auto;
}
.about-page-wrapper .about-wrapper:nth-child(2n + 2) {
  flex-direction: row-reverse;
  margin-top: 5rem;
}
.info-pages {
  margin-top: 0;
}
/* ================================================================================== 
25. FAQ Page
===================================================================================== */
.accordion-wrapper {
  counter-reset: accordion-counter;
  /* margin-top: 10rem; */
}

.accordion {
  padding: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
}
.accordion__head_text:before {
  content: counter(accordion-counter);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #45484f;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
}
.accordion__head_btn:before,
.accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #45484f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* .accordion:hover {
background-color: #7654B4;
}
.accordion--active {
background-color: #7654B4;
} */
.accordion--active .accordion__head_text:before {
  background-color: #f68902;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--active .accordion__body {
  margin-top: 3rem;
}
/* ================================================================================== 
26. Contact Page
===================================================================================== */

.contact-wrapper article {
  width: 100%;
  border-radius: 2rem;
  border: 1px solid #e7e7e7;
  padding: 5rem 2.5rem;
  margin-bottom: 3rem;
}
.contact-wrapper article:last-child {
  margin-bottom: 0;
}
.contact-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0d8bb;
  margin-bottom: 3rem;
}
.contact-icon img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-wrapper article {
    width: 48%;
    padding: 5rem;
  }
  .contact-icon {
    width: 10rem;
    height: 10rem;
  }
  .contact-icon img {
    width: 4rem;
    height: 4rem;
  }
  .contact-wrapper article:last-child {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1024px) {
  .container.header-logo {
    justify-content: space-between;
  }

  a.header-logo {
    display: none;
  }
}

/*cart page css*/

.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#respond input#submit,
a.button,
button.button,
input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt {
  background-color: #f68902;
  color: #fff !important;
  margin-left: auto;
  display: inline-block;
  padding: 1.5rem 4rem !important;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.woocommerce-info,
.woocommerce-message {
  border-top-color: #f68902;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #f68902;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#respond input#submit:hover,
a.button:hover,
button.button:hover,
input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #010105 !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  padding: 13px 10px !important;
  width: 130px;
}
.woocommerce a.remove {
  color: #f68902 !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #f68902;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"],
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input[type="checkbox"] {
  display: flex !important;
  width: 10px;
  position: relative;
  top: 15px;
}

li.wc_payment_method.payment_method_vivawallet_native label,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  position: relative;
  left: 20px;
  top: -9px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  span {
  position: relative;
  left: 20px;
  top: -5px;
}

.woocommerce-cart .header-top,
.woocommerce-checkout .header-top {
  /*     display: none; */
}

.woocommerce-cart ul#primary-menu,
.woocommerce-checkout ul#primary-menu {
  /*     display: none; */
}

/* .woocommerce-cart header .return-to-shop,.woocommerce-checkout header .return-to-shop {
    display: block !important;
    margin-bottom: 0 !important;
    position: absolute;
    right: 10px;
} */
/* .woocommerce-cart .button.wc-backward,
.woocommerce-checkout .button.wc-backward {
  padding: 1rem 4rem !important;

} */
/* .woocommerce-cart .toggle,.woocommerce-checkout .toggle {
    display: none;
} */
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: end;
}
.single-product .Category-show a {
  font-weight: 700;
}
.payment_methods.methods li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.payment_methods.methods li input {
  width: auto;
  margin: 0;
  top: auto;
  margin-right: 1rem;
}

.payment_methods.methods li label {
  margin: 0;
  position: static;
}
.payment_methods.methods li img {
  width: 10rem;
  margin-left: 2rem;
  display: inline-block;
  height: 3rem;
  object-fit: contain;
  object-position: left;
}
.payment_methods.methods li svg {
  margin-left: 2rem;
}
.woocommerce form .form-row .input-checkbox {
  margin: 0;
  margin-right: 1rem;
  top: auto;
  width: auto;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin: 0;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex !important;
  align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  span {
  top: auto;
  left: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  background: #f2f2f2;
  border-radius: 10rem;
  line-height: 37px;
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.select2-container--default .select2-selection--single {
  background: #f2f2f2;
  border-radius: 10rem;
  border-color: #f2f2f2;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number {
  font-size: 1.5rem !important;
}

/* tags css */
.tags-custom {
  top: 27px;
  right: 30px;
  background: #e97600;
  color: #ffffff;
  border-radius: 100px;
  width: 88px;
  height: 88px;
  text-transform: uppercase;
  font-size: 12px;

  font-weight: 700;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
article.product-slide,
.slick-slide .products-box,
article.products-box {
  position: relative;
}
.tags-custom.out-of-stock {
  background: #ff0000;
}
.single-product .tags-custom {
  left: 30px !important;
  right: initial !important;
  z-index: 9;
}
.single-product main#main > .tags-custom {
  left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .single-product .tags-custom {
    width: 68px;
    height: 68px;
  }
}
/*---------*/
#ship-to-different-address label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ship-to-different-address input {
  width: auto;
  margin-right: 1rem;
  margin-bottom: 0;
  top: auto;
}
.woocommerce-input-wrapper textarea {
  height: 25rem !important;
}
#billing_country_field {
  margin-bottom: 2rem;
}
/*---------*/
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation {
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a {
  padding-left: 5rem;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(246, 137, 2, 0.1);
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a::before {
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a::before {
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a::before {
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a::before {
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a::before {
  background-image: url(images/payment.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a::before {
  background-image: url(images/details.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a::before {
  background-image: url(images/logout.svg);
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #e97600;
}
.woocommerce-MyAccount-content .edit {
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #f68902;
  color: #fff;
}
header.woocommerce-Address-title {
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.7rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  border-radius: 1rem;
  background-color: #f9f9f9;
  padding: 2rem;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(246, 137, 2, 0.1);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-color: rgba(246, 137, 2, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-MyAccount-content em {
  font-size: 1.4rem;
  opacity: 0.8;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
  margin: 3rem 0;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 2rem !important;
}
.Category-show {
  margin-bottom: 2rem !important;
  display: block;
}
/* ================================================================================== 
27. Newsletter
===================================================================================== */
.newsletter {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.newsletter .mc4wp-form-fields {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.newsletter .mc4wp-form-fields .btn-newsletter {
  transform: none !important;
}
.newsletter h3 {
  text-align: center;
}
.newsletter input {
  background-color: rgba(255, 255, 255, 0.2);
}
.newsletter form {
  display: flex;
  align-items: center;
  position: relative;
}
.mc4wp-form-fields {
  width: 100%;
}
.mc4wp-response {
  position: absolute;
  top: 50px;
  color: #fff;
}
.btn-newsletter {
  border-radius: 10rem;
  background-color: #fff !important;
  font-size: 1.4rem;
  /* position: absolute; */
  /* top: 50%; */
  /*     transform: translateY(-50%); */
  transform: translateY(20%);
  right: 1rem;
  padding: 1rem 2rem;
  color: #f68902;
  font-weight: 700;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .newsletter {
    margin: 0;
    margin-top: 5rem;
  }
  .newsletter h3 {
    text-align: left;
  }
}
/* ================================================================================== 
28. Locator Page
===================================================================================== */

.locator-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 2rem;
  padding: 5rem 2rem;
  background-color: #f68902;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  transition: all 0.4s ease-in-out;
}
.locator-box:last-child {
  margin-bottom: 0;
}
.locator-box::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #010105;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.text-locator {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}

.locator-box img {
  width: 16rem;
  height: 12rem;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.locator-box h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}
.locator-box:hover img {
  filter: brightness(0) invert(1);
}
.locator-box:hover {
  background-color: #010105;
  color: #fff;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .locator-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
  .locator-box {
    width: 48%;
    margin-bottom: 0;
  }
  .locator-box img {
    width: 19rem;
    height: 17rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .locator-box {
    padding: 5rem;
  }
}

@media only screen and (max-width: 900px) {
  .single-image
    .woocommerce-product-gallery__wrapper
    .woocommerce-product-gallery__image
    img {
    object-fit: contain !important;
    height: 430px !important;
  }
}
@media only screen and (max-width: 480px) {
  .single-image
    .woocommerce-product-gallery__wrapper
    .woocommerce-product-gallery__image
    img {
    height: 320px !important;
  }
}
/*------*/
.up-sells {
  margin-bottom: 8rem;
  width: 100%;
}
.up-sells ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.up-sells ul::before,
.up-sells ul::after {
  content: none;
  display: none !important;
}
.cjenik {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.cjenik a {
  margin-left: 0;
}

section.intro.banner {
  /* background: url(/wp-content/uploads/2026/04/Banner3-scaled.webp); */
  background: url(/wp-content/uploads/2026/05/BN_1920x1080.png);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  height: auto !important;
  width: 100% !important;

}
/* @media (max-width: 600px) {
  section.intro.banner {
    height: 45vh;
    background-position-x: -6rem;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  section.intro.banner {
    height: 70vh;
  }
} */

body.single-product .product-slide .products-box {
  width: 100%;
}

/* ==================================================================================
   Brands page refresh - Tobylex
===================================================================================== */
.brands-section {
  margin-top: 2.5rem;
  padding: 2.8rem;
  background: #f4f6f7;
  border: 1px solid #e7eaec;
  border-radius: 1.6rem;
}

.brands-intro {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.5rem;
}

.brands-intro-icon {
  flex: 0 0 5.4rem;
  width: 5.4rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f68902;
  border-radius: 50%;
  color: #f68902;
  font-size: 2.6rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
}

.brands-intro-text h2 {
  margin: 0 0 0.5rem;
  font-size: 2.6rem;
  line-height: 1.2;
}

.brands-intro-text p {
  max-width: 82rem;
  margin: 0;
  color: #62676b;
  font-size: 1.6rem;
  line-height: 1.55;
}

.brands-section .brands-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.brands-section .brands-wrapper .brand-card {
  width: auto;
  min-height: 20rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e1e4e7;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  text-decoration: none;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.brands-section .brands-wrapper .brand-card:hover {
  transform: translateY(-0.3rem);
  border-color: #f68902;
  box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.09);
}

.brands-section .brand-logo {
  flex: 1;
  width: 100%;
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-section .brand-logo img {
  display: block;
  width: auto;
  max-width: 82%;
  max-height: 10rem;
  height: auto;
  object-fit: contain;
}

.brands-section .brand-name {
  color: #1c1d1f;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.brands-section .brand-placeholder {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f7;
  border-radius: 50%;
  color: #f68902;
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 56.25em) {
  .brands-section .brands-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 40em) {
  .brands-section {
    padding: 1.8rem;
  }

  .brands-intro {
    align-items: flex-start;
  }

  .brands-intro-text h2 {
    font-size: 2.2rem;
  }

  .brands-section .brands-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brands-section .brands-wrapper .brand-card {
    min-height: 16rem;
    padding: 1.5rem;
  }

  .brands-section .brand-logo {
    min-height: 8rem;
  }

  .brands-section .brand-logo img {
    max-height: 7.5rem;
  }
}

@media only screen and (max-width: 30em) {
  .brands-section {
    padding: 1.4rem;
    border-radius: 1.2rem;
  }

  .brands-intro-icon {
    flex-basis: 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.1rem;
  }

  .brands-intro-text p {
    font-size: 1.45rem;
  }
}

/*NOVI DIO*/

/* Razmak između kartica u slideru proizvoda */
.home-products2 .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

/* Kartica mora zauzeti širinu svojeg Slick slajda */
.home-products2 .slick-slide .products-box {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* Poravnanje prvog i posljednjeg proizvoda s rubom sadržaja */
.home-products2 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}





/* ==================================================================================
   TOBYLEX - DODATNA PRODAJA U KOŠARICI
   ================================================================================== */
.woocommerce-cart .tobylex-cart-cross-sells {
  width: 100%;
  clear: both;
  margin-top: 5rem;
}

.woocommerce-cart .tobylex-cart-cross-sells .cross-sells {
  width: 100%;
  float: none;
  clear: both;
}

.woocommerce-cart .tobylex-cart-cross-sells .cross-sells > h2 {
  margin: 0 0 2.5rem;
  font-size: 2.8rem;
}

.woocommerce-cart .tobylex-cart-cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-cart .tobylex-cart-cross-sells ul.products::before,
.woocommerce-cart .tobylex-cart-cross-sells ul.products::after {
  display: none;
}

.woocommerce-cart .tobylex-cart-cross-sells .products-box {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 2.4rem;
}

.woocommerce-cart .tobylex-cart-cross-sells .products-image img {
  height: 20rem;
}

.woocommerce-cart .tobylex-cart-cross-sells .products-box h3 {
  font-size: 1.7rem;
}

@media only screen and (max-width: 64em) {
  .woocommerce-cart .tobylex-cart-cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 37.5em) {
  .woocommerce-cart .tobylex-cart-cross-sells {
    margin-top: 3.5rem;
    overflow: hidden;
  }

  .woocommerce-cart .tobylex-cart-cross-sells .cross-sells > h2 {
    margin-bottom: 2rem;
    font-size: 2.3rem;
  }

  .woocommerce-cart .tobylex-cart-cross-sells ul.products {
    display: flex;
    gap: 1.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1.2rem;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-cart .tobylex-cart-cross-sells .products-box {
    flex: 0 0 82%;
    width: 82%;
    scroll-snap-align: start;
  }

  .woocommerce-cart .tobylex-cart-cross-sells .products-image img {
    height: 19rem;
  }
}
