@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@600&amp;display=swap");
@font-face {
  font-family: "Mattone";
  src: url("https://soxy.com/assets/fonts/Mattone-150.woff2") format("woff2"), url("https://soxy.com/assets/fonts/Mattone-150.woff") format("woff"); }

.text-danger {
  color: #E22626 !important; }

.text-primary {
  color: #2727E6; }

h1 {
  margin-bottom: 32px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600; }

h2 {
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 37px;
  font-weight: 600; }
  h2.section-title {
    font-size: 56px;
    line-height: 64px;
    margin-top: 64px;
    margin-bottom: 32px;
    color: #10100E; }
  h2.section-subtitle {
    color: #10100E;
    margin-top: 64px;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px; }

h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #10100E; }

h4 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600; }

.bottom-text {
  margin-top: 80px;
  font-size: 16px;
  line-height: 20px; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    line-height: 26px; }
  h2 {
    font-size: 16px;
    margin-bottom: 10px; }
    h2.section-title {
      font-size: 44px;
      line-height: 54px; }
  h3 {
    font-size: 14px;
    line-height: 22px; } }

@media screen and (max-width: 576px) {
  h1 {
    font-size: 14px;
    line-height: 20px; }
    h1 + p {
      font-size: 12px; }
  h2.section-title, h2.section-subtitle {
    font-size: 28px;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 24px; } }

.btn-inline {
  color: #10100E; }

.btn-lg {
  border: none;
  padding: 16px 38px !important;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px; }

.btn-primary {
  background: #10100E !important; }

header.top-fixed {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff;
  top: 0; }

.top-bar {
  color: #2727E6;
  font-size: 14px;
  line-height: 21px; }
  .top-bar .row {
    height: 64px; }
  .top-bar-text {
    position: absolute;
    padding: 0 25%;
    z-index: -1;
    display: flex;
    justify-content: center;
    height: 64px;
    align-items: center; }

.border-bottom, .border-start, .border-end {
  border-color: #F6F6FB !important; }

.social-link {
  max-width: 164px; }
  .social-link li {
    margin-bottom: 0; }
  .social-link svg {
    width: 20px;
    height: 20px; }

.logo {
  font-family: "Lexend Deca", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600; }
  .logo a {
    text-decoration: none;
    color: #10100E; }

.nav {
  line-height: 64px; }
  .nav .nav-item {
    margin: 0;
    padding: 0 24px; }
    .nav .nav-item:first-child {
      padding-left: 0;
      margin-left: auto; }
    .nav .nav-item:last-child {
      padding-right: 0;
      margin-left: auto; }
  .nav .nav-link {
    padding: 0;
    font-size: 16px;
    color: #10100E; }
    .nav .nav-link svg {
      width: 17px;
      height: 17px; }
    .nav .nav-link.active {
      font-weight: 700;
      color: #2727E6; }
  .nav.main-nav .nav-item:last-child {
    margin-left: 0; }
  .nav.index-nav .nav-item {
    padding: 0 40px; }
    .nav.index-nav .nav-item:first-child {
      padding-left: 0; }
    .nav.index-nav .nav-item:last-child {
      padding-right: 0; }

.nav-search {
  display: flex; }
  .nav-search .nav-item {
    padding: 0 20px;
    position: relative; }
    .nav-search .nav-item:after, .nav-search .nav-item:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 40px;
      background: #F6F6FB;
      top: -11px; }
    .nav-search .nav-item:after {
      left: 0; }
    .nav-search .nav-item:before {
      right: 0; }
  .nav-search .nav-link {
    padding: 0; }
  .nav-search svg {
    width: 17px;
    height: 17px; }

.toggle-nav {
  width: 18px;
  height: 20px;
  min-width: 15px;
  margin-left: auto;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  position: relative; }
  .toggle-nav span {
    width: 100%;
    height: 2px;
    background: #2B2B33;
    margin-bottom: 3px;
    transition: all .3s ease-in-out; }
    .toggle-nav span:nth-child(3) {
      margin-bottom: 0; }
  .toggle-nav.open {
    z-index: 3; }
    .toggle-nav.open span {
      position: absolute;
      margin: 0; }
      .toggle-nav.open span:nth-child(1) {
        transform: rotate(45deg); }
      .toggle-nav.open span:nth-child(2) {
        display: none; }
      .toggle-nav.open span:nth-child(3) {
        transform: rotate(-45deg); }

.header-search {
  max-width: 600px;
  margin-left: 48px;
  flex: 1 0 0; }
  .header-search input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 600px;
    height: 50px;
    border: 1px solid #CACADB;
    padding-left: 58px;
    font-size: 16px;
    color: #10100E; }

    .header-search input[type="text"]:focus {
      font-size: 16px;
    }

    .header-search input[type="text"]::placeholder {
      color: #10100E; }
  .header-search-icon {
    left: 16px;
    top: 50%;
    transform: translateY(-50%); }
    .header-search-icon svg {
      width: 17px;
      height: 17px; }
  .header-search.mobile-search {
    max-width: 100%;
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 8px; }
    .header-search.mobile-search input[type="text"] {
      max-width: 100%;
      height: 42px;
      padding-left: 10px;
      font-size: 14px;
      border-color: #EDEDEA; }
    .header-search.mobile-search button[type="submit"] {
      right: 15px;
      left: auto; }

      .mobile-cart {
        margin-left: auto; }
        .mobile-cart svg {
          width: 17px;
          height: 17px; }

@media screen and (max-width: 1400px) {
  .nav .nav-item {
    padding: 0 14px; }
  .nav.index-nav .nav-item {
    padding: 0 24px; } }

@media screen and (max-width: 992px) {
  .nav .nav-item {
    padding: 0 8px; }
  .nav.index-nav .nav-item {
    padding: 0 14px; }
  .nav.main-nav {
    flex-direction: column;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 105px;
    align-items: start;
    padding: 0 15px; }
    .nav.main-nav .nav-item {
      padding: 0 24px; }
      .nav.main-nav .nav-item:first-child {
        margin-left: 0;
        padding-left: 24px; } }

@media screen and (max-width: 768px) {
  .top-bar-text {
    position: relative;
    line-height: 1.3;
    z-index: 1;
    padding: 10px 0;
    font-size: 12px;
    height: auto; }
  .header-container {
    padding-top: 10px; }
  .logo {
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
  header .nav {
    line-height: 40px; }
    header .nav .nav-item {
      padding: 0 !important; } }

@media screen and (max-width: 480px) {
  .nav-search .nav-item {
    padding: 0 15px; } }

.breadcrumb a {
  font-size: 14px;
  text-decoration: none;
  color: #878790; }

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 3px;
    color: #10100E; }

.breadcrumb .breadcrumb-item.active a {
  font-weight: 700;
  color: #10100E; }

.mobile-breadcrumbs {
  margin-top: 16px;
  margin-bottom: 18px; }

@media screen and (max-width: 576px) {
  .mobile-breadcrumbs a {
    font-size: 12px; } }

#accordionFilter .accordion-item {
  padding: 24px 0 40px 0;
  border: none;
  border-bottom: 1px solid #EDEDEA; }
  #accordionFilter .accordion-item:first-child {
    padding-top: 0; }
  #accordionFilter .accordion-item:last-child {
    border-bottom: none; }

.accordion-button {
  font-size: 20px;
  color: #10100E !important; }
  .accordion-button:after {
    background-image: url(https://soxy.com/assets/images/icon-arrow.svg) !important;
    background-size: 17px;
    background-position: center; }

.wrap-filter-group {
  height: 173px;
  padding-right: 14px;
  overflow-y: auto; }
  .wrap-filter-group::-webkit-scrollbar {
    width: 2px;
    background: #fff; }
  .wrap-filter-group::-webkit-scrollbar-thumb {
    background: #CACADB; }
  .wrap-filter-group.color-group {
    height: 194px; }

.filter-list {
  font-size: 16px; }
  .filter-list a {
    text-decoration: none;
    color: #10100E;
    clear: both; }
    .filter-list a .filter-list-count {
      font-size: 16px;
      line-height: 20px;
      color: #979797;
      float: right;
      text-align: right; }
  .filter-list label {
    position: relative;
    cursor: pointer; }
    .filter-list label input {
      opacity: 0;
      position: absolute; }
      .filter-list label input:checked + span {
        background-image: url(https://soxy.com/assets/images/icon-checkbox.svg);
        background-color: #10100E;
        background-position: center;
        background-repeat: no-repeat; }
    .filter-list label span {
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      border-radius: 1.5px;
      border: 0.8px solid #10100E; }

.filter-input {
  height: 48px;
  background: #EDEDEA;
  padding-left: 16px;
  color: #10100E; }
  .filter-input::placeholder {
    color: #10100E; }

.filter-color {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%; }
  .filter-color.black {
    background: #10100E; }
  .filter-color.blue {
    background: #19AFFF; }
  .filter-color.brown {
    background: #5F4238; }
  .filter-color.gold {
    background: #EED138; }
  .filter-color.gray {
    background: #878790; }
  .filter-color.green {
    background: #75C760; }

.filter-price-form p {
  font-size: 16px;
  margin-bottom: 10px; }

.filter-price-form .filter-input {
  height: 50px;
  background: #fff;
  border: 1px solid #10100E;
  color: #10100E; }
  .filter-price-form .filter-input::placeholder {
    color: #10100E; }

.filter-price-form button[type="submit"] {
  width: 100%;
  height: 50px;
  border-radius: 0;
  background: #10100E;
  color: #fff;
  border: none; }

.filter-mobile svg {
  width: 11px;
  height: 10px;
  margin-right: 8px; }

.filter-mobile a {
  text-decoration: none; }

.filter-mobile span {
  vertical-align: middle; }

.filter-price-item {
  margin-right: 8px; }
  .filter-price-item:last-child {
    margin-right: 0; }
  .filter-price-item button[type="submit"] {
    min-width: 62px; }

.tag-list {
  margin-right: -15px;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .tag-list::-webkit-scrollbar {
    display: none; }
  .tag-list li {
    margin-right: 12px; }
  .tag-list a {
    text-decoration: none;
    font-size: 16px;
    color: #10100E;
    background: #EDEDEA;
    padding: 12px;
    display: inline-block;
    white-space: pre; }
    .tag-list a svg {
      width: 11px;
      height: 11px;
      margin-left: 10px; }

.current-filter-value {
  font-family: "Karla", sans-serif;
  margin-left: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

.product-catalog {
  display: flex; }
  .product-catalog:after {
    content: "";
    flex: auto; }

.product-item {
  width: calc(100% / 5 - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F6F6FB; }
  .product-item .product-img , .card.welcome-products__card .product-img {
    display: block;
    padding: 10px 16px;
    max-height: 400px;
    overflow: hidden; }
    .product-item .product-img img , .card.welcome-products__card .product-img img {
      width: 100%;
      object-fit: cover; }

.product-item .product-img , .card.welcome-products__card .product-img {
    height: 243px;
    /*padding: 10px 16px;*/
    mix-blend-mode:multiply;
}

.product-item .product-img img , .card.welcome-products__card .product-img img {
    max-height: 100%;
    object-fit: contain;
}


  .product-item .product-desc {
    padding: 8px; }
    .product-item .product-desc a {
      color: #10100E; }
  .product-item .product-title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #10100E;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative; }
  .product-item .product-company {
    text-decoration: none;
    color: #979797; }
    .product-item .product-company svg {
      width: 18px;
      height: 18px;
      margin-right: 4px; }
  .product-item .add-to-favorite svg {
    width: 20px;
    height: 18px;
    fill: none;
    stroke: #10100E;
    transition: all .3s ease; }
  .product-item .add-to-favorite:hover svg, .product-item .add-to-favorite.active svg {
    fill: #E22626;
    stroke: #E22626; }

@media screen and (max-width: 1400px) {
  .product-item {
    width: calc(100% / 4 - 24px); } }

@media screen and (max-width: 1200px) {
  .product-item {
    width: calc(100% / 3 - 24px); } }

@media screen and (max-width: 992px) {
  .product-item {
    width: calc(100% / 3 - 24px);
    min-width: auto; } }

@media screen and (max-width: 768px) {
  .product-item {
    max-width: 200px; }
    .product-item .product-title {
      font-size: 16px; }

footer h5 , footer .bottom-bar {
  text-align: center;
}

footer .nav {
  align-items: center;
}

       }

@media screen and (max-width: 576px) {
  .product-item {
    width: calc(50% - 4px);
    margin-left: 0;
    margin-right: 0; }
    .product-item .product-img , .card.welcome-products__card .product-img {
      max-height: 150px;
      padding: 4px; }
    .product-item .product-desc {
      padding: 6px;
      font-size: 12px; }
    .product-item .product-title {
      font-size: 14px;
      line-height: 18px; } }

.banner {
  margin: 48px 0; }
  .banner-title {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 55px; }

@media screen and (max-width: 768px) {
  .banner {
    margin: 24px 0; }
    .banner-title {
      font-size: 32px;
      line-height: 37px; } }

@media screen and (max-width: 480px) {
  .banner {
    height: 190px; }
    .banner img {
      height: 100%;
      object-fit: cover; }

.product-details {
    margin-top: 0 !important;
}

       }

.top-item {
  margin-bottom: 24px;
  padding: 32px;
  background: #F6F6FB; }
  .top-item h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 16px; }
  .top-item-image {
    width: 100%;
    max-width: 256px;
    height: 256px;
    margin-right: 16px; }
  .top-item-desc {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
    border-right: 1px solid #CACADB; }
  .top-item-benefits {
    display: flex;
    flex-wrap: wrap; }
    .top-item-benefits li {
      width: 50%;
      margin: 10px 0 0 0;
      padding-left: 24px;
      padding-right: 24px;
      position: relative; }
    .top-item-benefits svg {
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .top-item-action {
    min-width: 218px;
    padding-left: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; }
    .top-item-action .btn {
      padding: 16px 24px;
      font-weight: 700;
      line-height: 16px; }
  .top-item-more {
    font-weight: 700;
    text-decoration: none;
    color: #10100E; }

.page-review-section {
  font-size: 18px;
  line-height: 27px;
  color: #53535E; }

.page-review-image {
  margin: 40px 0; }

.top-item-post {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 24px; }
  .top-item-post-img {
    margin-bottom: 16px;
    overflow: hidden;
    /*img {
                height: 100%;
                object-fit: cover;
            }*/ }
  .top-item-post h3 {
    font-size: 32px;
    line-height: 36px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 16px; }
  .top-item-post p {
    margin-bottom: 24px; }

@media screen and (max-width: 992px) {
  .top-item {
    flex-wrap: wrap; }
    .top-item-desc {
      order: 2;
      width: 100%;
      border-right: none;
      margin-top: 20px;
      padding-right: 0; }
    .top-item-action {
      flex: 1 0 0; } }

@media screen and (max-width: 768px) {
  .top-item {
    padding: 13px 17px; }
    .top-item-action {
      min-width: 0;
      padding-left: 24px; }
      .top-item-action .btn {
        font-size: 14px; }
    .top-item h2 {
      font-size: 32px;
      line-height: 37px; } }

@media screen and (max-width: 576px) {
  .top-item-image {
    width: 40%;
    height: auto; }
  .top-item h2 + p {
    display: none; }
  .top-item-benefits {
    display: block;
    font-size: 14px; }
    .top-item-benefits li {
      width: 100%; }
  .top-item .mobile-details {
    order: 3;
    width: 100%; }
  .page-review-section {
    font-size: 16px;
    line-height: 24px; }
    .page-review-section h3 {
      font-size: 16px;
      line-height: 18px; } }

.checkout-form__field.invalid {
  border-color: #ff6f61;
  color: #ff6f61; }

footer {
  margin-top: 100px;
  padding-top: 40px;
  background: #10100E;
  color: #fff; }
  footer .social-link {
    max-width: 256px; }
    footer .social-link svg {
      width: 32px;
      height: 32px; }
  footer .nav .nav-link {
    color: #fff; }
    footer .nav .nav-link.active {
      font-weight: 700;
      color: #fff; }

.bottom-bar {
  padding: 32px 0;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  /*footer .nav {
    flex-direction: column;
    align-content: center;
    align-items: center;
    line-height: 40px; }*/
    footer .nav .nav-item {
      display: inline-block; }
  .bottom-bar {
    font-size: 12px;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.3; } }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

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

body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: "Karla", sans-serif;
  color: #10100E;
  font-size: 14px;
  line-height: 1.3;
  /*-webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden;*/ }

ol, ul {
  list-style: none; }
  ol li, ul li {
    margin-bottom: 10px; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  border: none; }

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a:focus, input:focus, textarea:focus {
  outline: none; }

html {
  height: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main {
  padding-top: 130px; }

.sorting {
  font-size: 16px;
  min-width: 180px; }
  .sorting span {
    color: #878790; }
  .sorting .dropdown button {
    outline: none;
    box-shadow: none; }
    .sorting .dropdown button svg {
      width: 15px;
      height: 7.5px;
      margin-left: 10px; }
      .sorting .dropdown button svg:last-child {
        display: none; }

.container-fluid , .header-container.navbar-expand-lg .container-fluid {
  padding-left: 40px;
  padding-right: 40px; }

.white-popup {
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  min-height: 100vh;
  margin: 0; }
  .white-popup .tag-list a {
    white-space: normal;
    padding: 8px; }

.wrap-popup {
  padding: 0 15px; }
  .wrap-popup h4.accordion-header {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700; }
  .wrap-popup .accordion-button {
    font-size: 16px; }
  .wrap-popup .accordion-item {
    border-color: #BCBCD7 !important; }

.mfp-close {
  text-indent: -9999px;
  background: url(https://soxy.com/assets/images/icon-close.svg) center/15px no-repeat !important;
  top: 10px;
  opacity: 1; }

.left-side {
  max-width: 298px; }

.right-side {
  padding-left: 13px;
  padding-right: 13px;
  max-width: calc(100% - 298px); }

.wrap-left-side {
  padding-right: 24px;
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 170px);
  overflow-y: auto; }
  .wrap-left-side::-webkit-scrollbar {
    width: 2px;
    background: #fff; }
  .wrap-left-side::-webkit-scrollbar-thumb {
    background: #CACADB; }
  .wrap-left-side .tag-list a {
    white-space: normal;
    padding: 8px; }

.lh-lg {
  line-height: 2 !important; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px; } }

@media screen and (max-width: 992px) {
  .right-side {
    max-width: none; } }

@media screen and (max-width: 768px) {
  main {
    padding-top: 106px; }
  .container-fluid , .header-container.navbar-expand-lg .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  .sorting {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 18px; }
    .sorting .dropdown {
      order: -1; }
      .sorting .dropdown button {
        padding: 0;
        font-size: 0px; }
        .sorting .dropdown button svg:first-child {
          display: none; }
        .sorting .dropdown button svg:last-child {
          display: inline-block;
          margin-left: 0;
          margin-right: 10px; }
    .sorting-option {
      justify-content: end; }
    .sorting .filter-mobile {
      margin-left: 15px; } }

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

  .sorting .dropdown button {
    width: 70px;
    left: 50px;
    position: relative;
    text-align: left;
  }

}

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

  .header-container .container-fluid {
    padding-left: 11px;
    padding-right: 11px;
  }

}

.margin-bottom-7 {
  margin-bottom: -7rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(https://soxy.com/assets/images/icon-close.svg) center/15px no-repeat !important;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}

#modalShoppingCart .modal-content {
  padding-bottom: 100px;
}
