:root {
    --yellow: #ff1c31;
    --black: #000;
}
.product__priceform button {
    border-color: #000;
}

.homepage__boxes--inner
{
    background: #ff1c31;
}
.homepage__box::before,.product__priceform button {
    background: #282828;
}
.homepage__slider, .page__header {
    background: #f0f0f0;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.product__tabs ul li {
    height: unset;
}
.product__priceform--main h2 {
    margin: 0;
    padding: 0;
}
.homepage__section h2::after,
.homepage__products-more,
.category-nav__item:hover,
.category-nav__item.active,
.sign__form input[type="submit"],
.header__cart--inner span,
.kosik__steps ul li.active,
.homepage__products-more:hover, .homepage__products-more:active, .homepage__products-more:focus,
.header__cart--inner span,
.homepage__section h1::after,
.homepage__section h2::after,
.sign__form input[type="submit"],
.currencies-wrap a:hover,
.kosik__btn,
.kosik .dodani__item input[type="radio"]:before,
.kosik .platby__item input[type="radio"]:before,
.category .cat::after,
.recommended__products h2::after,
#add_to_cart,
.product__tabs ul li.active, .product__tabs ul li:hover,
.contact__form input[type="submit"],
.popup_wrap .web-btn,
.blog__categories li.active a, .blog__categories li:hover a,
.pagination ul li.next,
.pagination ul li.prev,
.cart-nav__item.active,
.cart-nav__item:hover, .cart-nav__item:focus,
.category__filters input[type="checkbox"]:before, .category__filters input[type="radio"]:before,
.product__item--icons span.blue,
.category__tree h3::after
 {
    background: var(--yellow);
}
.product__description {
    padding-top: 0;
}
.product__table {
    margin-top: 0;
}
.range-slider .noUi-handle {
    background: var(--yellow)!important
}

.sign__form input[type="text"]:focus, .sign__form input[type="password"]:focus, .sign__form input[type="email"]:focus, .sign__form input[type="number"]:focus, .sign__form input[type="telephone"]:focus,
.sign__form input[type="submit"] {
    border-color: var(--yellow);
}


.header__navigation ul > li > a
{
    color: var(--black);
}

.header__navigation ul > li .dropdown-menu ul li a:hover, .header__navigation ul > li .dropdown-menu ul li a:focus,
.category__filters label.form-label span,
.header__user ul li a:hover, .header__user ul li a:focus,
.header__cart--inner:hover, .header__cart--inner:focus,
.sign__form input[type="submit"]:hover, .sign__form input[type="submit"]:focus,
.page p a,
.page p a:hover, .page p a:focus,
.nav-link.dropdown-toggle::after,
a,
a:hover,
p a,
.sign__form input[type="submit"]:hover,
.header__user a:hover,
.blog-icon a:hover,
.header__user ul li a:hover,
.header__cart--inner:hover,
.sign__form span.required,
 .kosik__btn:hover,
.header__navigation ul li a:hover,
.header__navigation ul > li > a:hover, .header__navigation ul > li > a:focus,
.kosik__inside input[type=checkbox]:checked + label:before,
#search-products-autosuggest ul li .search-products-price,
.category__filters label.form-label span,
.product__item--name:hover, .product__item--name:focus,
.products__more a:hover, .products__more a:focus,
.product h2,
.contact__form input[type="submit"]:hover, .contact__form input[type="submit"]:focus,
.popup_wrap .price,
.popup_wrap .web-btn.btn-light,
.show-more,
.category__sub--item:hover span,
.recommended__product--name:hover,
.recommended__products--more a > strong, .recommended__products--less a > strong,
.web-btn.btn-light.pull-left.close,
.header__user ul li a:hover, .header__user ul li a:focus,
.header__cart--inner:hover, .header__cart--inner:focus,
.page p a,
.news__item--name:hover, .news__item--name:focus,
#search-products-autosuggest ul li a:hover,
.product__table td a:hover, .product__table td a:focus

{
    color: var(--yellow);
}
.contact__form input[type="submit"] {
    border-color: var(--yellow);;
}

.header__navigation {
    background: white;
    border-bottom: 1px solid #e4e7eb;
    border-top: 1px solid #e4e7eb;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}
.category-nav {
    margin-bottom: 40px;
}
strong .dph {
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-decoration: none!important;
}
.product__button svg {
    fill: black;
}
.footer__col h3 {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
.product__priceform--main h2 {
    color: black;
    font-size: 20px;
}
.toDelivery {
    color: black;
    font-weight: 600;
}
.product-detail-related {
    padding-top: 3rem;
}
.shoes-size {
    width: 100%;
}
.shoes-size td {
    padding: 1.5rem 0;
}
.shoes-size tr:first-child {
    border-top: 1px solid #ebebeb;
}
.shoes-size tr {
    border-bottom: 1px solid #ebebeb;
}
.category-nav__item--first, .category-nav__item--last {
    border-radius: 0;
}
.category-line__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    align-items: flex-end;
}

.category-nav {
    width: unset;
    padding-bottom: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .category-line__item  {
        flex-direction: column;
        align-items: flex-start;
    }
    .category-nav {
        padding-bottom: 30px;
    }
}

.header__navigation ul > li .dropdown-menu ul li a:hover, .header__navigation ul > li .dropdown-menu ul li a:focus {
    background-size: unset;
    background: url("../images/dropdown-angle-right-icon.svg") no-repeat left 25px center;
}

#search-products-autosuggest ul li a span {
    max-width: 250px;
}

.relatedProducts .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.relatedProducts .owl-nav button {
    background: #18bc9b!important;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: none;
    border-radius: 50%!important;
    font-size: 20px;
}
.relatedProducts .owl-nav button span {
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.regSale {
    display: flex;
    margin-top: 3rem;
}
.regSale--yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff1c31;
    padding: 11px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}
.regSale--grey {
    background-color: #f0f0f0;
    padding: 11px 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}
.regSale--grey p {
    margin-bottom: 0;
    color: #000;
    font-weight: 800;
    line-height: 31px;
    font-size: 16px;
}
@media (max-width: 993px) {
    
    .regSale--grey {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .regSale--grey p {
        line-height: 24px;
    }
}
.language-switch-top a {

    background: #ff1c31;
    color: white;
    border-radius: 5px;
    padding: 5px 25px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;

}
.language-switch-top:hover {
    opacity: 0.8;
}
.language-switch-top a {
    color: white;
    font-size: 13px;
}
#language-switcher {
    position: relative;
    margin-right: 1rem;
    margin: auto;
    z-index: 900;
    width: 100%;
    max-width: fit-content;
}
.language-switch-bottom {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.language-switch-bottom a {
    background: black;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 25px;
    display: block;
    margin-top: .5rem;
    -webkit-box-shadow: 0px 0px 46px 8px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 46px 8px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 46px 8px rgba(0,0,0,0.07);
    text-align: center;
}
#language-switcher:hover .language-switch-bottom {
    display: block;
}
.news__item--date {
    margin: 1rem 0 1rem;
    padding-left: 20px;
}

.suppliers {
    margin-top: 60px;
    margin-bottom: 70px;
}
.suppliers-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
}
.suppliers-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 1rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: .1s;
}
.suppliers-item img {
    object-fit: scale-down;
    transition: .1s;
}
.suppliers-item a:hover {
    background-color: #f2ead9;
}
.owl-suppliers {
    position: relative;
}
.owl-suppliers .owl-stage {
    margin: 0 auto;
}
.owl-suppliers .owl-next, .owl-suppliers .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-suppliers .owl-next {
    right: -3rem;
}
.owl-suppliers .owl-prev {
    left: -3rem;
}
.suppliers-item img {
    padding: 1.5rem;
}
.homepage__suppliers {
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .suppliers-item img {
        padding: 1rem;
    }
    .suppliers {  
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .owl-suppliers {
        padding: 0 3rem;
    }
    .owl-suppliers .owl-next {
        right: 0rem;
    }
    .owl-suppliers .owl-prev {
        left: 0rem;
    }
}




.header-top-icons-item-currencies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  gap: 0.35rem;
  list-style-type: none;  
}
.header-top-icons-item-currencies a {
  text-decoration: none;
}
.header-top-icons-item-currencies a svg {
  width: 1.375rem;
  aspect-ratio: 1/1;
}

/* custom.css */

.homepage__boxes--inner {
    margin: 0;
}
@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (min-width: 1330px) {
    .header__logo {
        margin-left: 12px;
        display: block;
    }
}
.header__navigation ul > li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.header__navigation ul > li {
    padding: 15px 0;
}
.homepage__slider--item img {
    height: 385px;
}
.header__search form input[type="text"] {
    background: #f0f0f0;
}
.homepage__box--right p strong {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.homepage__box {
    padding: 5px 25px;
    min-height: 82px;
}
.homepage__boxes {
    margin-top: -42px;
}
.homepage__boxes--inner {
    border-radius: 5px;
}
.homepage__boxes--inner > .row {
    margin: 0;
}
.homepage__box::before {
    height: 82px;
    transform: none;
    top: 0;
    left: -15px;
    background: #fff;
}
.homepage__box--left {
    margin-right: 12px;
}
.homepage__box--right span {
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.homepage__slider {
    padding: 35px 0 72px;
}
.header__cart--inner span {
    position: unset;
    width: 19px;
    height: 19px;
    line-height: 20px;
    color: #fff;
    margin-top: -2px;
}
.header__user ul li a {
    line-height: 18px;
}
.homepage__section h2 {
    font-family: 'Poppins', sans-serif;
    color: #132642;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.hoempage_cats_box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.hoempage_cats_imga {
    width: 100%;
    display: block;
}
.hoempage_cats_img {
    background-color: #f0f0f0;
    width: 100%;
    height: 215px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 15px;
}
.hoempage_cats_img img {
    object-fit: scale-down;
}
.homepage__categories .row {
    margin-left: -11px;
    margin-right: -11px;
}
.homepage__categories .col-12 {
    padding-left: 11px;
    padding-right: 11px;
}
.home-category-item {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.home-category-subitem {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #7a7a7a;
    display: block;
}
.home-category-subitem:hover {
    color: #7a7a7a;
}
.hoempage_cats_arr {
    display: block;
    margin-top: 10px;
    padding: 3px 0;
}
.homepage__section {
    padding: 60px 0 90px 0;
}
@media (min-width: 1200px) {
    .homepage__products {
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        padding-top: 0;
        margin-top: 70px;
    }
    .homepage__products .product__item--wrap {
        margin-top: 6px;
        margin-bottom: 5px;
    }
    .homepage__products .row .product__item--wrap:nth-child(3n)::after {
        display: block;
    }
    .homepage__products .row .product__item--wrap:nth-child(4n)::after {
        display: none;
    }
    .homepage__products .row .product__item--wrap:last-child::after {
        display: none;
    }
}
.product__item--icons span, .recommended__product--icon {
    background: #fff !important;
    color: #000;
    border: 1px solid #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 2px;
}
.product__item--icons .lime {
    color: #fff !important;
    background-color: #a4cd39 !important;
    border-color: #a4cd39 !important;
}
.product__item--icons .blue {
    color: #fff !important;
    background-color: #52c4f3 !important;
    border-color: #52c4f3 !important;
}
.product__item {
    padding-top: 40px;
}
.homepage__newssec {
    margin: 0;
    background-color: #f0f6fb;
    padding: 60px 0 90px 0;
    margin-top: 0;
}
.homepage__news {
    padding-top: 0;
    margin-top: 70px;
}
.homepage__newssec .news__item--image {
    background-color: #fff;
}
.homepage {
    padding-bottom: 0px;
}
.lastfootercol h3 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
.footer__icons p {
    line-height: 21px;
    margin-bottom: 8px !important;
}
.footer__icon-pin {
    padding-left: 38px;
    background-image: url("../images/kontakt-pin.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.footer__icon-mail {
    padding-left: 38px;
    background-image: url("../images/kontakt-mail.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.footer__icon-tel {
    padding-left: 38px;
    background-image: url("../images/kontakt-tel.png");
    background-repeat: no-repeat;
    background-position: top left;
}
@media (max-width: 1500px) {
    .hoempage_cats_img {
        height: 193px;
    }
}
@media (max-width: 1200px) {
    .hoempage_cats_box {
        padding-bottom: 20px;
    }
    .homepage__boxes--inner .col-12 {
        border-bottom: 1px solid #ffeaae;
    }
}
@media (max-width: 993px) {
    .header {
        padding: 13px 0 13px;
    }
    .header__logo {
        margin-bottom: 0;
    }
    .header__navigation ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__navigation ul > li {
        margin: 0;
        padding: 8px 0;
    }
}
@media (max-width:768px) {
    .homepage__boxes {
        background-color: #f0f0f0;
        padding: 28px 0;
    }
}
@media (max-width: 576px) {
    .homepage__box--right p strong {
        font-size: 15px;
    }
}
.news-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 34%;
    left: -50px;
    transform: translateY(-50%);
}
.news-carousel .owl-nav .owl-next {
    position: absolute;
    top: 34%;
    right: -50px;
    transform: translateY(-50%);
}
@media (max-width: 800px) {
    .news-carousel .owl-nav {
        display: none !important;
    }
}
.owl-nav button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
.homecat-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 100px;
    left: -17px;
    transform: translateY(-50%);
}
.homecat-carousel .owl-nav .owl-next {
    position: absolute;
    top: 100px;
    right: -17px;
    transform: translateY(-50%);
}
.hamburger-box {
    background-color: #ff1c31;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}
.hamburger {
    padding: 0;
    border: 0 !important;
    outline: none !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.mobile_header img {
    height: 40px;
    object-fit: scale-down;
    margin-bottom: 8px;
}
.mobile_header a, .mobile_header p{
    
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}
.mobile_header_cart span {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 27px;
    color: #fff;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    top: -10px;
    right: -3px;
    display: block;
    background: #ff1c31;
}
.mobile_header {
    margin-top: 27px;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
.mobile_hamburger {
    margin-left: auto;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 27px;
    padding-left: 10px;
}
.mobile_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.hamburger--collapse .hamburger-inner {
    top: 36px;
}
@media (max-width: 576px) { 
    .mobile_header img {
        height: 27px;
        margin: auto;
        display: block;
    }
    .mobile_header {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 18px;
    }
    .mobile_header a, .mobile_header p {
        font-size: 14px;
    }
    .hamburger-box {
        height: 40px;
        width: 40px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
        height: 3px;
    }
    .hamburger-inner::before {
        top: -7px;
    }
    .hamburger-inner::after {
        bottom: -7px;
    }
    .hamburger--collapse .hamburger-inner {
        top: 30px;
    }
    .mobile_header_cart span {
        width: 22px;
        height: 22px;
        line-height: 23px;
    }
    .mobile_hamburger {
        padding-left: 0;
        margin-right: 0;
    }
}


/* sub */
.page__header {
    padding: 60px 0;
}
.page__header h1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.page__breadcrumb ul {
    justify-content: center;
}
.page__breadcrumb {
    padding-top: 15px;
}
.page__breadcrumb ul li a {
    font-family: 'Roboto', sans-serif;
}
.category__tree h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 16px;
}
.category__tree h3::after {
    bottom: -12px;
}
.category__filters--heading {
    padding-left: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}
.category__filters {
    margin-bottom: 10px;
}
.category__filters .form-group {
    display: flex;
}
.category__sub--item {
    border-radius: 3px;
    border: 1px solid #ff1c31;
    background-color: #fff;
    justify-content: flex-start;
}
.category__sub--item img {
    max-width: 50px;
    object-fit: scale-down;
    margin-right: 13px;
}
.category__sub {
    margin-bottom: 35px !important;
}
.category__sub > .row {
    margin-left: -7px;
    margin-right: -7px;
}
.category__sub > .row > .col-12 {
    padding-left: 7px;
    padding-right: 7px;
}
.category__sub--wrap {
    margin: 15px 0 0;
}
.recommended__products h2 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.recommended__products h2::after {
    left: 0;
    transform: none;
}
.recommended__product--image img {
    max-height: 60px;
}
.recommended__product--name {
    margin-bottom: 0;
}
.recommended__product--price {
    padding-left: 35px;
}
.category-nav__item {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    min-width: 160px;
}
.category-nav__item.active, .category-nav__item:hover {
    border: 1px solid #ff1c31;
}
#snippet--catalog .products {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0 0;
}
.category-line__item {
    padding-bottom: 55px;
}
.pagination {
    justify-content: center;
}
.pagination>li>a, .pagination>li>span {
    font-family: 'Roboto', sans-serif;
    color: #707070;
    font-size: 14px;
    border: 0;
    width: 28px;
    height: 28px;
    line-height: 29px;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    margin: 0 3px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f1f1f1;
    color: #707070;
}
.pagination>.disabled>a {
    background-color: unset !important;
}
.pagination>li:last-of-type a{
    text-indent: -9999px;     
    font-size: 1px;
    background-color: unset !important;
}
.pagination>li:last-of-type {          
    background-image: url(../images/arr-w.png);   
    background-repeat: no-repeat;
    background-color: #ff1c31;
    background-position: center center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
}
.pagination>li:first-of-type a{
    text-indent: -9999px;     
    font-size: 1px;
}
.pagination>li:first-of-type {          
    background-image: url(../images/arr2-w.png);   
    background-repeat: no-repeat;
    background-color: #ff1c31;
    background-position: center center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
}
.pr_dostupnost span.green {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #000;
    border-bottom: 1px solid #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 2px;
    line-height: 21px;
}
.pr_uvas span.green {
    color: #000 !important;
}
.product__vars--item {
    flex: 0 0 22%;
}
.product__table {
    padding: 25px 30px;
    background: #f3f3f3;
    border: 0;
}
.product__table tr:not(:last-child) td {
    padding-bottom: 5px;
}
#snippet--variants {
    border-bottom: 1px solid #ececec;
}
#snippet--variants, #snippet--price {
    border-top: 0;
}
.product__priceform button {
    background-color: #ff1c31;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: initial;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 29px;
    height: 55px;
    line-height: 54px;
    border-radius: 3px;
    border: 2px solid #ff1c31;
    display: block;
    margin-right: auto;
}
.product__priceform button:hover {
    opacity: 1;
    background-color: #fff;
    color: #ff1c31;
}
.product__inputprice input {
    height: 55px;
}
.product__priceform--main {
    text-transform: initial;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.product__priceform--main h2 {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 800;
}
.product__priceform--main span {
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-right: 8px;
}
.product__priceform--second {
    padding-top: 0;
    padding-left: 10px;
}
.product__tabs ul {
    display: flex;
    flex-wrap: wrap;
}
.product__tabs ul li a {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    min-width: 160px;
    padding: 0 15px;
    color: #27171b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.kosik__steps ul li {
    width: 14%;
}
.product__tabs ul li.active a, .product__tabs ul li a:hover {
    border: 1px solid #ff1c31;
    background-color: #ff1c31;
    color: #fff;
}
.kosik__steps ul li.active a, .kosik__steps ul li:hover a {
    color: #fff;
}
.product__table--params table tbody tr td span b {
    color: #000;
}
.product__table--params table tbody tr td {
    padding: 16px 8px;
}
.product-detail-related h3 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: initial;
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px;
}
.product-detail-related h3::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background: #ff1c31;
    bottom: -20px;
    left: 0;
}
.product-detail-related .product__item--wrap::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eaeaea;
    right: -15px;
    top: 0;
}
.product-detail-related-items {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 70px 0 50px;
}
.product-detail-related-items .product__item--wrap {
    margin-top: 6px;
}
.relatedProducts .owl-nav {
    display: none;
}
.flash-container {
    background: #ff1c31;
    padding: 10px;
    margin-bottom: 0;
}
.product__vars--item a.active > span {
    background: #ff1c31;
}
.product__vars--item.active > span {
    color: #ff1c31;
}
.kosik__total span {
    color: #000;
    font-weight: 800;
    font-size: 30px;
}
.kosik__footer {
    background: #f0f0f0;
}
.kosik__btn--next {
    background-color: #ff1c31;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: initial;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 29px;
    height: 55px;
    line-height: 54px;
    border-radius: 3px;
    border: 2px solid #ff1c31;
    display: block;
}
.kosik__btn--next:hover {
    opacity: 1;
    background-color: #fff;
    color: #ff1c31;
}

.kosik__btn--prev {
    background-color: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: initial;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 29px;
    height: 55px;
    line-height: 54px;
    border-radius: 3px;
    border: 2px solid #000;
}
.kosik__btn--prev:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
}
.kosik__inside input[type=checkbox] + label a {
    color: #ff1c31 !important;
}
.kosik__cell--title a:hover, .kosik__cell--title a:focus {
    color: #ff1c31;
}
.mobile_header a:hover {
    text-decoration: none;
}
.cart-min-box {
    border: 2px solid #ff1c31;
    padding: 13px 35px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 60px 0 50px;
}
.cart-min-box span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    transition: 0.2s all;
}
.contact__form input[type="checkbox"]:before, .contact__form input[type="radio"]:before {
    background: var(--yellow);
}
.kosik .dodani__item label .text a {
    color: var(--yellow) !important;
}
.kosik__inside .form-group .form-control:focus {
    border-color: var(--yellow);
}
.product__item--icons span {
    margin-bottom: 6px;
}
.product__item--icons-inner img {
    max-height: 60px;
}
.product__largeimage {
    position: relative;
}
.product__largeimage-labels {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.product__largeimage-labels img {
    position: unset;
    transform: none;
    max-height: 75px;
}
@media (max-width: 1200px) {
    .homepage__slider--item img {
        height: 245px;
    }
}
@media (max-width: 993px) {
    .page__breadcrumb ul {
        display: flex;
    }
    .homepage__slider {
        display: block !important;
    }
    .homepage__slider .row {
        margin: 0 -8px;
    }
    .homepage__slider .row > div {
        padding: 0 8px;
    }
    .homepage__slider--item img {
        height: 180px;
    }
}
@media (min-width: 768px) {
    .kosik__steps ul li a {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 50px;
    }
    .kosik__steps ul li {
        font-family: 'Poppins', sans-serif;
        border: 1px solid #e4e4e4;
        background-color: #fff;
        margin-left: -2px;
        font-size: 14px;
        font-weight: 600;
        height: 50px;
        min-width: 160px;
        padding: 0 15px;
        color: #27171b;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .kosik__steps ul li.active, .kosik__steps ul li:hover {
        border: 1px solid #ff1c31;
        background-color: #ff1c31;
    }
    .kosik__steps ul li:last-child {
        border-right: 1px solid #e4e4e4;
    }
}
@media (max-width: 768px) {
    .product__table {
        border-top: 0;
    }
    .homepage__slider--item img {
        height: auto;
        width: 100%;
    }
    .homepage__slider .row > div:not(:last-child) {
        margin-bottom: 2rem;
    }
    .homepage__slider {
        padding: 35px 0;
    }
    .homepage__box {
        justify-content: flex-start;
    }
    .homepage__box .homepage__box--left {
        min-width: 45px;
    }
    .news__detail--image {
        margin-bottom: 2.5rem;
    }
    .recommended__product--icon {
        margin-right: 0px;
    }
    .recommended__product--price {
        padding-left: 0px;
    }
    #snippet--catalog .products {
        border: none;
    }
    .pagination {
        padding: 30px 0;
    }
    .page__breadcrumb {
        display: none;
    }
    .product__tabs ul li a{
        width: 100%;
    }
    .kosik__steps ul li {
        width: 33%;
    }
    .kosik__steps ul li.active:nth-child(1) a {
        background: #ff1c31 url(../images/cart-step-1-active.png) no-repeat center center;
    }
    .kosik__steps ul li.active:nth-child(2) a {
        background: #ff1c31 url(../images/cart-step-2-active.png) no-repeat center center;
    }
    .kosik__steps ul li.active:nth-child(3) a {
        background: #ff1c31 url(../images/cart-step-3-active.png) no-repeat center center;
    }
    .kosik__price, .kosik__total {
        text-align: left;
    }
    .kosik__freeshipping p {
        width: 100%;
        text-align: left;
    }
    .cart-min-box {
        margin: 35px 0;
    }
}
@media (min-width: 1330px) and (max-width: 1500px) {
    .homepage__slider--item img {
        height: 340px;
    }
}
@media (min-width: 1200px) and (max-width: 1330px) {
    .homepage__slider--item img {
        height: 295px;
    }
}
.header__navigation ul > li .dropdown-menu ul li a {
    display: flex;
    padding-left: 25px;
    background: none !important;
}
.header__navigation ul > li a {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.dropdown-icon img {
    width: 21px;
    height: 21px;
    object-fit: scale-down;
}
.header__navigation ul > li > a .dropdown-icon img {
    transition: 0.2s all;
}
.category__sub--item {
    padding-left: 15px;
}
.category__sub--item img {
    width: 45px;
}
.header__navigation-inner {
    display: flex;
    justify-content: space-between;
}
.header-filter {
    background-color: #f7dca7;
    padding: 1rem 1.75rem;
    gap: 1rem;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}
.header-filter-block {
    height: 100%;
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-shrink: 0;
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    font-family: "Poppins";
}
.header-filter-button {
    border: 0 !important;
    outline: none !important;
    background-color: #f7dca7;
    font-weight: 700;
}
.header-filter-button svg {
    rotate: 90deg;
}
.header-filter-drop-inner {
    position: relative;
    height: 100%;
}
.header-filter-drop-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -1.75rem;
    width: 200px;
    z-index: 999;
    padding-top: 1rem;
}
.header-filter-drop-content a {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 1rem 1.75rem;
    font-size: 14px;
    color: #010101;
    font-weight: 600;
    font-family: "Poppins";
    text-decoration: none;
}
.header-filter-drop-content a:hover {
    background-color: #ffebc3;
}
.header-filter-drop:hover .header-filter-drop-content {
    display: block;
}
@media (min-width: 1330px) and (max-width: 1500px) {
    .header-filter-block {
        font-size: 13px;
    }
    .header__navigation ul > li a {
        font-size: 13px;
    }
    .header__navigation ul > li {
        margin-right: 15px;
    }
}
@media (min-width: 993px) and (max-width: 1330px) {
    .header-filter {
        flex-direction: column;
        justify-content: center;
    }
    .header-filter-block {
        height: auto;
        justify-content: center;
    }
    .header-filter-drop-content {
        padding-top: 3rem;
    }
    .header-filter-drop-inner {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 993px) {
    .header-filter {
        width: fit-content;
        display: none;
        align-items: center;
        margin-bottom: 1.75rem;
        flex-wrap: wrap;
        border-left: 0;
        gap: 1rem;
    }
    .header-filter-block {
        padding: 0;
    }
    .header-filter-drop-content {
        width: 175px;
    }
    .header__navigation-inner {
        flex-direction: column;
    }
}
.homepage__section.aboutHP {
    background-color: #d1dee8;
    margin-bottom: 0;
    padding: 60px 0 90px 0;
    margin-top: 70px;
}
.homepage__section .aboutHP-title {
    color: #000;
}
.aboutHP-wrapper {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem 3rem;
}
.aboutHP-text {
    max-width: 600px;
}
.aboutHP-text h2, .aboutHP-text h3, .aboutHP-text h4, .aboutHP-text h5, .aboutHP-text h6 {
    color: #000;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-family: "Poppins", sans-serif;
}
.homepage__section .aboutHP-title::after {
    background: #132642;
}
.aboutHP-text h2, .aboutHP-text h3 {
    font-size: 21px;
}
.aboutHP-text h4, .aboutHP-text h5{
    font-size: 18px;
}
.aboutHP-text h6 {
    font-size: 15px;
}
.aboutHP-text {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.aboutHP-text-inner {
    margin-bottom: 3rem;
}
.aboutHP-button {
    display: block;
    width: fit-content;
    padding: 1.25rem 2.5rem;
    border: 1px solid #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    transition-duration: .15s;
}
.aboutHP-button:hover {
    color: #fff;
    background-color: #132642;
    border-color: #132642;
    text-decoration: none;
}
.aboutHP-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutHP-image > * {
    margin-bottom: 0;
}
.aboutHP-image img {
    max-width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: scale-down;
}
.product__priceform--old {
    padding-left: 10px;
    font-size: 14px;
    margin-top: 2.5rem !important;
}
@media (min-width: 1200px) {
    .homepage__slider .col-md-4 {    
        flex: 0 0 31.5%;
        max-width: 31.5%;
    }
    .homepage__slider .col-md-8 {    
        flex: 0 0 68.5%;
        max-width: 68.5%;
    }
}
@media only screen and (max-width: 767px) {
    .kosik .dodani .form-group, .kosik .platby .form-group {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 993px) {
    .aboutHP-wrapper {
        grid-template-columns: 1fr;    
    }
    .homepage__section.aboutHP {
        padding: 50px 0 60px;
        margin-top: 50px;
    }
    .aboutHP-wrapper {
        margin-top: 50px;
    }
}

/* universal new */
a {
    transition-duration: .15s;
}
.button-red {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 4rem;
    border: 2px solid #ff1c31;
    background-color: #ff1c31;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition-duration: .1s;
}
.button-red:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ff1c31;
}

/* header remake */
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.header-logo:hover, .header-logo:focus{
    text-decoration: none;
}
.header-logo span {
    font-size: 32px;
    letter-spacing: -2px;
    line-height: 42px;
    color: #ff1c31;
    font-weight: 800;
    font-family: "Epilogue", sans-serif;
    margin-top: 1.5rem;
}
.header-icons, .header-right, .header-socials {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.header-right {
    gap: 4rem;
}
.header-socials {
    gap: 1rem;
}
.header-socials-item {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-socials-item:hover {
    background-color: #151515;
}
.header-socials-item:hover img {
    filter: brightness(0) invert(1);
}
.header-hamburger {
    display: none;
}
.header-icons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-icons-item:hover, .header-icons-item:focus {
    text-decoration: none;
}
.header-icons-item p {
    display: none;
    margin-top: .25rem;
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
}
.header-icons-item-number {
    display: block;
    text-align: center;
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fbd915;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.header-search {
    display: none;
}
.header-search.active {
    display: block;
}
.header__search-form {
    display: flex;
}
.header-search-close {
    display: none;
}
.header__navigation .header-menu-ul {
    display: flex !important;
    align-items: stretch;
    justify-content: space-between;
}
.header__navigation .header-menu-ul > li > a {
    font-size: 16px;
    cursor: pointer;
}
.header__navigation .header-menu-ul > li > a img {
    height: 40px;
    object-fit: scale-down;
}
@media only screen and (max-width: 1330px) and (min-width: 993px) {
    .header__navigation .header-menu-ul > li > a img {
        height: 25px;
        width: 25px;
    }
    .header__navigation .header-menu-ul > li > a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 993px) {
    .header-search .header__search {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin-right: 1rem;
        width: 500px;
    }
    .header-search-close {
        display: block;
        position: absolute;
        z-index: 10;
        top: 1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
    }
    .header-search-close svg {
        stroke: #fff;
    }
    .header-search::after {
        content: "";
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #132642;
        opacity: .95;
    }
}
@media only screen and (max-width: 1200px) {
    .header-logo span {
        display: none;
    }
    .page__breadcrumb {
        display: none;
    }
}
@media only screen and (max-width: 993px) {
    .header-search {
        padding-bottom: 1.75rem;
    }
    .header-hamburger {
        display: block;
    }
    .header-socials {
        display: none;
    }
    .header-right {
        gap: 1.5rem;
    }
    .header-icons {
        gap: 1rem;
    }
    .header-logo {
        max-width: 175px;
    }
    .header-icons-item img {
        display: block;
        width: 25px;
        height: 25px;
        object-position: bottom;
        object-fit: scale-down;
        margin: 0 auto;
    }
    .header-icons-item p {
        display: block;
    }
    .header__navigation .header-menu-ul {
        display: none !important;
        flex-direction: column;
        align-items: flex-start;
    }
    .header__navigation .header-menu-ul > li > a img {
        height: 30px;
        width: 30px;
    }
    .header__navigation .header-menu-ul > li > a {
        font-size: 14px;
    }
    .header__navigation.active .header-menu-ul {
        display: flex !important;
    }
}

/* hp categories */
.homepage__categories {
    padding: 7.5rem 0 2rem 0;
}
.hp-categories {
    margin: 7rem 0 5rem;
}
.hp-categories-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem .75rem;
}
.hp-categories-button {
    margin-top: 3rem;
}
.hp-categories-button a {
    margin: 0 auto;
}
.hp-categories-item {
    transition-duration: .1s;
}
.hp-categories-item img {
    width: 100%;
    object-fit: cover;
}
.hp-categories-item:hover {
    opacity: .85;
}
.hp-categories2-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem 1.25rem;
}
.hp-categories2-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: #f0f6fb;
    padding: .75rem 1.5rem;
    font-size: 15px;
    line-height: 1.25;
    color: #000;
    transition-duration: .1s;
}
.hp-categories2-item img {
    width: 7px;
    height: 10px;
}
.hp-categories2-item:hover {
    background-color: #ff1c31 !important;
    text-decoration: none;
    color: #fff !important;
}
.hp-categories2-item:hover img {
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1200px) {
    .hp-categories-wrapper, .hp-categories2-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 993px) {
    .hp-categories2-wrapper {
        grid-auto-rows: 1fr;
    }
    .homepage__categories {
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .hp-categories-wrapper, .hp-categories2-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .homepage__categories {  
        padding: 6rem 0 2rem 0;
    }
    .homepage__newssec, .homepage__section {
        padding: 6rem 0 4rem;
    }
    .homepage__news, .hp-categories {
        margin-top: 6rem;
    }
}
@media only screen and (max-width: 350px) {
    .hp-categories-wrapper, .hp-categories2-wrapper {
        grid-template-columns: 1fr;
    }
}

.product__priceform--main h2 {
    text-transform: unset;
}
.product__priceform--main, .product__priceform--second {
    padding-left: 0;
}
.product-detail-related-items .owl-stage {
    display: flex;
      margin-left: 1px;
}
.product-detail-related-items .product__item--wrap {
    margin-top: 5px;
    margin-bottom: 5px;
    height: calc(100% - 10px);
}
.product-detail-totalprice {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.product__description--content {
    padding-bottom: 20px;
}
.product__description .product__table {
    border-top: 0;
}
ul {
  padding-left: 1.25rem;
}
.homepage__brands .owl-stage {
    margin: 0 auto;
}
@media (max-width: 1475px) {
    .product-detail-totalprice {
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 2rem;
    }
    .product-detail-quantity {
        max-width: 100px;
        flex: 0 0 100px;
        min-width: 100px;
    }
    .product-detail-addtocart {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .product__priceform button {
        padding: 0 20px;
    }
    .product__inputprice {
        width: fit-content;
    }
    .product__inputprice .price__button--plus, .product__inputprice .price__button--minus {
        right: -1.25rem;
        transform: translateX(50%);
    }
}
.product__table {
    margin-top: 35px;
}
.product__stock {
    margin-top: 20px;
}
.stock-info {
    display: flex;
    flex-wrap: wrap;
}
.stock-info span {
    font-size: 14px;
    font-weight: 600;
}
.stock-info-green {
    color: #7da120;
}
.stock-info-black {
    color: #000000;
}
.stock-info span:not(:last-child)::after {
    content: "|";
    color: #909090;
    font-weight: 400;
    padding: 0 1rem;
}
.product__boxes {
    margin-top: 35px;
}
.parameters-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.parameters-item {
    border-radius: 5px;
    border: 1px solid #b3cb1f;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    padding: 25px 10px 20px;
    min-height: 144px;
}
.parameters-item img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
}
.parameters-item span {
    display: block;
    text-align: center;
    line-height: 1.25;
}
.parameters-item-label {
    color: #7a7a7a;
    font-size: 14px;
}
.parameters-item-value {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.product__item--stock {
    width: 100%;
}
@media (max-width: 1330px) {
    .parameters-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1330px) and (min-width: 1200px) {
    .stock-info span:not(:last-child)::after {
        content: none;
    }
}
@media (max-width: 1200px) {
    .parameters-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 993px) {
    .parameters-item {
        min-height: unset;
    }
}
@media (max-width: 576px) {
    .product__table {
        padding: 15px;
    }
    .stock-info span:not(:last-child)::after {
        padding: 0 8px;
    }
}

/* hp */
.hp {
    padding: 8rem 0;
}
.hp-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 6rem;
}
.hp-item {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.hp-item-inner {
    text-align: center;
    padding: 4rem 3rem 3rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    transition-duration: .15s;
}
.hp-item-inner:hover {
    text-decoration: none;
    opacity: .9;
}
.hp-item-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hp-item-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
}
.hp-item-inner h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: -.5px;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.hp-item p {
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.hp-item-inner p {
    font-size: 19px;
    line-height: 1.35;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.hp-item-inner.red {
    background-image: url("../img/hp-box-red.png");
}
.hp-item-inner.green {
    background-image: url("../img/hp-box-green.png");
}
.hp-item-inner.yellow {
    background-image: url("../img/hp-box-yellow.png");
}
.hp-item-inner.blue {
    background-image: url("../img/hp-box-blue.png");
}
@media (max-width: 993px) {
    .hp-item-inner {
        padding: 2.5rem;
    }
    .hp {
        padding: 3.5rem 0;
    }
    .hp-wrapper {
        grid-template-columns: 1fr;
        grid-auto-rows: unset;
        gap: 3.5rem;
    }
    .hp-item {
        gap: 2rem;
    }
    .hp-item-inner h2 {
        font-size: 28px;
    }
}
.header__navigation {
    position: relative;
}
.header__navigation ul {
    position: unset;
}
.header__navigation ul > li {
    display: flex;
    align-items: center;
}
.header__navigation ul > li.dropdown {
    position: unset;
}
.header__navigation ul > li .dropdown-menu {
    padding: 2.5rem 0;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #e4e7eb;
    border-top: 1px solid #e4e7eb;
}

.contactPage {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 8rem;
    margin-top: 4rem;
}
.contactPage > div {
    width: 25%;
    margin: 1.5rem 0;
    padding: 2rem 3rem;
}
.contactPage > div:not(:last-child) {
    border-right: 1px solid #eaeaea;
}
.contactPage p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
}
.contactPage > div > p:last-of-type {
    margin-bottom: 0;
}
.contactPage h3 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 32px;
}
.contactPage h3 img {
    height: 32px;
    object-fit: scale-down;
    margin-right: 1.5rem;
}
@media (max-width: 1330px) {
    .contactPage > div {
        width: 50%;
        margin: 0;
    }
    .contactPage > div:nth-child(even) {
        border-right: 0;
    }
    .contactPage > div:nth-child(4n+2), .contactPage > div:nth-child(4n+1) {
        border-bottom: 1px solid #eaeaea;
    }
}
@media (max-width: 993px) {
    .contactPage > div {
        width: 100%;
        border-right: 0 !important;
        border-bottom: 0;
    }
    .contactPage > div:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
    .contactPage > div {
        padding: 3rem;
    }
    .contactPage {
        margin-top: 0;
    }
}



.buy__tabs ul {
    display: flex;
    flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;	
}
.buy__tabs ul li a {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    min-width: 160px;
    padding: 0 15px;
    color: #27171b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.buy__tabs ul li.active a, .buy__tabs ul li a:hover {
    border: 1px solid #ff1c31;
    background-color: #ff1c31;
    color: #fff;
}


.buy__switchers {
  width: 100%;
  margin-top: 30px;
}
.buy__switch {
  display: none;
}
.buy__switch--active {
  display: block;
}

.product-rent #snippet--variants, .product-rent .product__description, .product-rent .product__priceform {
    border-top: 0;
    border-bottom: 0;
}
.product-params .product-params-section:not(:last-of-type) {
    margin-bottom: 4rem;
}

.product-params .product-params-title {
    padding-top: 0;
    margin-bottom: 1.5rem;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product-params .product-params-title img {
    width: 25px;
    object-fit: scale-down;
}
.product-params-wrapper.colors {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5rem;
}
.product-params-wrapper.sizes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.75rem;
}
.product-params-item-size {
    border-radius: 5px;
    background-color: #e4e4e4;
    padding: 1.5rem;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.product-params-item-size.active {
    background-color: #ff373e;
    color: #fff;
}
.product-params-item-size-box {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c2c2c2;
    border: 5px solid #fff;
    transition-duration: .15s;
}
.product-params-item-size.active .product-params-item-size-box, .product-params-item-size:hover .product-params-item-size-box {
    background-color: #ff373e;
}
.product-params-item-color {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    text-decoration: none !important;
}
.product-params-item-color-box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    border: 6px solid #fff;
    position: relative;
}
.product-params-item-color .product-params-item-color-box::after {
    content: "";
    width: 19px;
    background-color: #ff373e;
    height: 19px;
    border-radius: 50%;
    background-image: url("../img/icon-tick.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    right: -1px;
    transition-duration: 0.15s;
    opacity: 0;
    visibility: hidden;
}
.product-params-item-color.active .product-params-item-color-box::after {
    opacity: 1;
    visibility: visible;
}
.product-rent .product__priceform {
    padding: 0;
    width: 350px;
}
.product-rent .buy__switchers {
    margin-top: 0;
    border: 2px solid #ecebe9;
    border-radius: 0 0 5px 5px;
    padding: 3.5rem;
}
.product-rent .product__priceform button {
    padding: 0 1rem;
    width: 100%;
}
.product-rent .buy__switchers .row {
    gap: 3rem 0;
}
.product-rent .buy__tabs ul {
    gap: .35rem;
    flex-wrap: nowrap;
}
.product-rent .buy__tabs ul li {
    width: 100%;
}
.product-rent .product-detail-totalprice {
    padding-bottom: 0;
}
.product-rent .buy__tabs ul li a {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border: 0;
    background-color: #e4e4e4;
    text-decoration: none !important;
    font-weight: 600;
    min-width: unset;
}
.product-rent .buy__tabs ul li.active a, .product-rent .buy__tabs ul li a:hover {
    background-color: #ff373e;
}
.product__priceform, .product__priceform-info {
    position: relative;
}
.product__priceform-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: .5rem;
}
.product__priceform-content-inner {
    border: 2px solid #ecebe9;
    background-color: #fff;
    border-radius: 5px;
    min-width: 300px;
    padding: 1.75rem;
}
.product__priceform-info:hover .product__priceform-content {
    display: block;
}
.product__priceform-info {
    position: absolute;
    top: 1.35rem;
    right: -4rem;
}
.product-rent #snippet--variants {
    padding-top: 0;
    padding-bottom: 3.5rem;
}
@media (max-width: 1200px) {
    .product__priceform-content {
        left: unset;
        right: 0;
        transform: none;
    }
}
@media (max-width: 993px) {
    .product-rent .product__priceform {
        width: 100%;
    }
    .product-rent .product__priceform button {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .product__priceform-info {
        display: none;
    }
}
@media (max-width: 576px) {
    .product-rent .buy__switchers {
        padding: 2rem;
    }
    .product-rent .buy__switchers .row {
        gap: 1.5rem 0;
    }
    .product-params-wrapper.colors {
        gap: 1.75rem;
    }
    .product-params-item-color {
        gap: .75rem;
    }
    .product-params-item-color-box {
        width: 40px;
        height: 40px;
    }
    .product-params-item-color .product-params-item-color-box::after {
        width: 17px;
        height: 17px;
        top: -2px;
        right: -2px;
        background-size: 10px;
    }
}