:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

@-webkit-keyframes viewCart {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes viewCart {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cart-view-win {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -webkit-backdrop-filter: blur(1px) grayscale(35%);
          backdrop-filter: blur(1px) grayscale(35%);
  background: rgba(0, 0, 0, 0.85);
  overflow-x: hidden;
  overflow-y: auto;
}

.cart-view-win .role {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  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;
  padding: 15px;
  color: #13334C;
}

@media (max-width: 799.98px) {
  .cart-view-win .role {
    padding: 5px;
  }
}

.cart-view-win .role > i.svg-preloader {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cart-view-win.active {
  display: block;
  opacity: 1;
}

.cart-view-win .cart-win {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  max-width: 800px;
  max-height: 95%;
  overflow: auto;
  background: white;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.75);
  padding: 2%;
  border: 2px solid #65B0EF;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win {
    padding: 15px 5px;
  }
}

.cart-view-win .cart-win::-webkit-scrollbar-track {
  border-radius: 4px;
  margin: 5px 0;
}

.cart-view-win .cart-win::-webkit-scrollbar {
  width: 6px;
  background: #CCCCCC;
}

.cart-view-win .cart-win::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #13334C;
}

.cart-view-win .cart-win:hover::-webkit-scrollbar-thumb {
  background: #13334C;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win {
    width: 100%;
  }
}

.cart-view-win .cart-win button {
  background: none;
  border: none;
  outline: none;
}

.cart-view-win .cart-win.active {
  -webkit-animation: viewCart 0.25s 0.1s forwards ease-in-out;
          animation: viewCart 0.25s 0.1s forwards ease-in-out;
}

.cart-view-win .cart-win div.cart-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-view-win .cart-win div.cart-header h5 {
  font-size: 1.85rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.25;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.cart-header h5 {
    font-size: 1.5rem;
  }
}

.cart-view-win .cart-win div.cart-header #btn-close {
  padding: 0.25rem 0.75rem;
}

.cart-view-win .cart-win div.cart-header #btn-close svg path,
.cart-view-win .cart-win div.cart-header #btn-close svg rect,
.cart-view-win .cart-win div.cart-header #btn-close svg polygon {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  fill: #8399B2;
}

.cart-view-win .cart-win div.cart-header #btn-close:hover svg path,
.cart-view-win .cart-win div.cart-header #btn-close:hover svg rect,
.cart-view-win .cart-win div.cart-header #btn-close:hover svg polygon {
  fill: #59738f;
}

.cart-view-win .cart-win div.cart-header #btn-close:active svg path,
.cart-view-win .cart-win div.cart-header #btn-close:active svg rect,
.cart-view-win .cart-win div.cart-header #btn-close:active svg polygon {
  fill: #13334C;
}

.cart-view-win .cart-win div.cart-products {
  margin: 1.5rem 0;
  padding: 0.5rem 0;
  border-top: 2px solid #65B0EF;
  border-bottom: 2px solid #65B0EF;
}

.cart-view-win .cart-win div.cart-products .cart-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2.3fr 1.2fr 1fr 0.5fr;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.cart-products .cart-row {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #8399B2;
  }
}

.cart-view-win .cart-win div.cart-products .cart-row:last-child {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: none;
}

.cart-view-win .cart-win div.cart-products .cart-row:first-child {
  font-size: 0.7rem;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.cart-products .cart-row:first-child {
    display: none;
  }
}

.cart-view-win .cart-win div.cart-products .cart-row:first-child > div {
  padding-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #8399B2 !important;
}

.cart-view-win .cart-win div.cart-products .cart-row:first-child > div.image {
  padding-top: 0;
}

.cart-view-win .cart-win div.cart-products .cart-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cart-view-win .cart-win div.cart-products .cart-row .image {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.cart-products .cart-row .image {
    width: 90px;
    height: 90px;
    padding: 0;
    margin-bottom: 10px;
  }
}

.cart-view-win .cart-win div.cart-products .cart-row .image .vm-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 0;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.cart-products .cart-row .image .vm-image {
    position: static;
    width: 100%;
    height: 100%;
  }
}

.cart-view-win .cart-win div.cart-products .cart-row .image .vm-image img {
  -o-object-position: center top;
     object-position: center top;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 120px;
  min-width: 90px;
  border: 1px solid #8399B2;
  border-radius: 5px;
  position: relative;
  height: 36px;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 3px 41px 3px 10px;
  color: #13334C;
  font-weight: normal;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div button {
  width: 100%;
  height: 50%;
  padding: 0;
  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;
  background: #8399B2;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div button:hover {
  background: #59738f;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div button:active {
  background: #13334C;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div button svg path {
  fill: white;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div button:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2px;
}

.cart-view-win .cart-win div.cart-products .cart-row .quantity .quantity-btn > div button:last-child {
  padding-top: 2px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-view-win .cart-win div.cart-products .cart-row .name {
  padding-left: 0.5rem;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.cart-products .cart-row .name {
    width: calc(100% - 100px);
  }
}

.cart-view-win .cart-win div.cart-products .cart-row .name a {
  color: #13334C;
  font-weight: normal;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
}

.cart-view-win .cart-win div.cart-products .cart-row .price {
  font-weight: normal;
  font-size: 1.3rem;
}

.cart-view-win .cart-win div.cart-products .cart-row .price > span {
  color: #FD5F00;
  font-size: 1rem;
}

.cart-view-win .cart-win div.cart-products .cart-row .delete button:hover svg path,
.cart-view-win .cart-win div.cart-products .cart-row .delete button:hover svg polygon {
  fill: #93a6bc;
}

.cart-view-win .cart-win div.cart-products .cart-row .delete button:active svg path,
.cart-view-win .cart-win div.cart-products .cart-row .delete button:active svg polygon {
  fill: #13334C;
}

.cart-view-win .cart-win div.cart-products .cart-row .delete svg {
  width: auto;
  height: 28px;
}

.cart-view-win .cart-win div.cart-products .cart-row .delete svg path,
.cart-view-win .cart-win div.cart-products .cart-row .delete svg polygon {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  fill: #d2dae3;
}

.cart-view-win .cart-win div.row-price {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3.3fr 1.2fr 1.5fr;
  font-size: 1.3rem;
  font-weight: normal;
}

@media (max-width: 799.98px) {
  .cart-view-win .cart-win div.row-price {
    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;
  }
}

.cart-view-win .cart-win div.row-price.empty-cart {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 3.5rem 0 1.5rem 0;
  font-size: 2rem;
  font-weight: normal;
  color: #8399B2;
  font-family: "Roboto Slab", serif;
  line-height: 1.25;
}

.cart-view-win .cart-win div.row-price.empty-cart span {
  text-align: center;
}

.cart-view-win .cart-win div.row-price.empty-cart span:last-child {
  font-size: 0.5em;
}

.cart-view-win .cart-win div.row-price.empty-cart svg {
  height: 80px;
  width: auto;
}

.cart-view-win .cart-win div.row-price.empty-cart svg path {
  fill: #d2dae3;
}

.cart-view-win .buttons-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}

@media (max-width: 799.98px) {
  .cart-view-win .buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cart-view-win .buttons-wrapper button {
  width: 100%;
  max-width: 325px;
  height: 45px;
  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;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  background: #65B0EF;
  color: white;
  padding: 0;
}

.cart-view-win .buttons-wrapper button:hover {
  background: #3BA1DA;
}

.cart-view-win .buttons-wrapper button:active {
  background: #13334C;
}

.cart-view-win .buttons-wrapper button a {
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  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;
}

@-webkit-keyframes showHeader {
  from {
    top: -10px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes showHeader {
  from {
    top: -10px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.mobile-search {
  padding: 15px 0;
  background: #F6F6E9;
}

.search {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  position: relative;
  padding: 0 1rem;
}

.search .search-wrapper {
  width: 100%;
  position: relative;
}

.search input {
  width: 100%;
  font-size: 0.9rem;
  border-radius: 25px;
  padding: 0.375rem 20px;
  border: none;
}

.search input::-webkit-input-placeholder {
  opacity: 0.5;
}

.search input::-moz-placeholder {
  opacity: 0.5;
}

.search input::-ms-input-placeholder {
  opacity: 0.5;
}

.search input::placeholder {
  opacity: 0.5;
}

.search button {
  position: absolute;
  top: 50%;
  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;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  outline: none;
  background: transparent;
}

.search button:hover svg path {
  fill: #3BA1DA;
}

.search button svg path {
  fill: #65B0EF;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

header {
  min-height: 200px;
  position: relative;
  z-index: 999;
}

header .top-header {
  width: 100%;
  height: 36px;
  color: #F6F6E9;
  font-size: 0.85rem;
  background: #3BA1DA;
  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-weight: 300;
}

header .top-header .pages-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .top-header .pages-menu a {
  color: inherit;
  padding: 0 0.85rem;
  font-weight: inherit;
}

header .top-header .pages-menu li:first-child a {
  padding-left: 0;
}

header .top-header .pages-menu li:last-child a {
  padding-right: 0;
}

header .middle-header #logo {
  width: 100%;
  max-width: 230px;
  height: auto;
}

header .middle-header .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.15rem;
}

header .middle-header .phones .phones-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .middle-header .phones svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 1rem;
}

header .middle-header .phones svg path {
  fill: #3BA1DA;
}

header .middle-header .phones a {
  color: inherit;
}

header .middle-header .phones ul {
  list-style: none;
  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;
  margin: 0 2rem 0 0;
  padding: 0;
}

header .middle-header .phones ul li:not(:first-child) {
  padding-left: 0.5rem;
}

header .middle-header .times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .middle-header .times .times-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .middle-header .times .times-wrapper svg path {
  fill: #65B0EF;
}

header .middle-header .times .times-wrapper div {
  font-size: 0.9rem;
  line-height: 1.2;
  padding-left: 0.75rem;
}

header .bottom-header .menu-panel {
  padding-right: 0;
  cursor: pointer;
}

header .bottom-header .main-menu-header {
  background: #FD5F00;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #F6F6E9;
  padding: 0 2rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

header .bottom-header .main-menu-header:hover {
  background: #ee5900;
}

header .bottom-header .main-menu-header h3 {
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 1.6rem;
  padding-left: 1rem;
}

header .bottom-header .main-menu-header svg rect {
  fill: #F6F6E9;
}

header .bottom-header .header-panel {
  padding-left: 0;
}

header .bottom-header .header-panel .header-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #65B0EF;
  color: #F6F6E9;
}

header .bottom-header .header-panel .wish,
header .bottom-header .header-panel .cart {
  min-width: 140px;
}

header .bottom-header .header-panel .wish > div,
header .bottom-header .header-panel .cart > div {
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0 1rem;
  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;
  cursor: pointer;
}

header .bottom-header .header-panel .wish > div:hover > span,
header .bottom-header .header-panel .cart > div:hover > span {
  text-decoration: underline;
}

header .bottom-header .header-panel .wish > div > span,
header .bottom-header .header-panel .cart > div > span {
  padding-left: 0.9rem;
}

header .bottom-header .header-panel .wish .icon,
header .bottom-header .header-panel .cart .icon {
  position: relative;
}

header .bottom-header .header-panel .wish .icon svg path,
header .bottom-header .header-panel .cart .icon svg path {
  fill: #F6F6E9;
}

header .bottom-header .header-panel .wish .icon .qt,
header .bottom-header .header-panel .cart .icon .qt {
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -8px;
  width: 18px;
  height: 18px;
  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: 0.75rem;
  font-weight: 500;
  background: #FD5F00;
  color: #F6F6E9;
}

header.fixed .bottom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  margin: 0 auto !important;
  -webkit-animation: showHeader 0.25s ease-out forwards;
          animation: showHeader 0.25s ease-out forwards;
}

header.fixed .bottom-header:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #FD5F00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

header.fixed .bottom-header .row {
  position: relative;
  z-index: 2;
}

header.fixed .bottom-header:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #65B0EF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

header .btn-menu {
  background: transparent;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 8px 10px;
}

header .btn-menu .btn-m {
  width: 30px;
  cursor: pointer;
}

header .btn-menu span {
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

header .btn-menu span + span {
  margin-top: 8px;
}

header .btn-menu .active span:nth-child(1) {
  -webkit-animation: ease .7s top forwards;
          animation: ease .7s top forwards;
}

header .btn-menu .not-active span:nth-child(1) {
  -webkit-animation: ease .7s top-2 forwards;
          animation: ease .7s top-2 forwards;
}

header .btn-menu .active span:nth-child(2) {
  -webkit-animation: ease .7s scaled forwards;
          animation: ease .7s scaled forwards;
}

header .btn-menu .not-active span:nth-child(2) {
  -webkit-animation: ease .7s scaled-2 forwards;
          animation: ease .7s scaled-2 forwards;
}

header .btn-menu .active span:nth-child(3) {
  -webkit-animation: ease .7s bottom forwards;
          animation: ease .7s bottom forwards;
}

header .btn-menu .not-active span:nth-child(3) {
  -webkit-animation: ease .7s bottom-2 forwards;
          animation: ease .7s bottom-2 forwards;
}

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    top: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    top: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes top-2 {
  0% {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  50% {
    top: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes top-2 {
  0% {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  50% {
    top: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  z-index: 9999999999999999;
}

#preloader img {
  margin-bottom: 0.5rem;
}

#preloader span {
  font-family: serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #65B0EF;
}

.block-name {
  color: #13334C;
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.main-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 5;
}

.main-menu > .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.main-menu .col:first-child {
  padding-right: 0;
}

.main-menu .col:last-child {
  padding-left: 0;
}

.main-menu .info .category-info::-webkit-scrollbar-track,
.main-menu .list::-webkit-scrollbar-track {
  border-radius: 4px;
}

.main-menu .info .category-info::-webkit-scrollbar,
.main-menu .list::-webkit-scrollbar {
  width: 4px;
}

.main-menu .info .category-info::-webkit-scrollbar-thumb,
.main-menu .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #3BA1DA;
}

.main-menu .info .category-info:hover::-webkit-scrollbar-thumb,
.main-menu .list:hover::-webkit-scrollbar-thumb {
  background: #3BA1DA;
}

.main-menu .info {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 80vh;
  background: white;
}

.main-menu .info .category-info {
  padding: 10px 1rem;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-menu .info .category-info .item {
  width: auto;
}

.main-menu .info .category-info .item:not(.without) {
  margin-top: 1rem;
  width: 100% !important;
}

.main-menu .info .category-info .item h5 {
  margin: 0;
  padding: 0;
}

.main-menu .info .category-info .item h5 a {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  color: #65B0EF;
  margin: 0;
  padding: 0 0 2px 0;
  font-weight: 400;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.main-menu .info .category-info .item h5 a:hover {
  color: #13334C;
}

.main-menu .info .category-info .item ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 2px solid #65B0EF;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-menu .info .category-info .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  max-width: 160px;
}

.main-menu .info .category-info .category-wrapper .vm-image {
  width: 85px;
  height: 85px;
}

.main-menu .info .category-info .category-wrapper span {
  padding-top: 0.5rem;
  line-height: 1.25;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #65B0EF;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.main-menu .info .category-info .category-wrapper:hover span {
  color: #13334C;
}

.main-menu .list {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  background: #F6F6E9;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.main-menu .list li {
  width: 100%;
}

.main-menu .list li a {
  display: block;
  padding: 0.75rem calc(0.5rem + 35px) 0.75rem 4rem;
  cursor: pointer;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  position: relative;
  color: #13334C;
}

.main-menu .list li a svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-menu .list li a svg polygon {
  fill: rgba(19, 51, 76, 0.25);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu .list li a:hover {
  color: #FD5F00;
  background: rgba(0, 0, 0, 0.018);
}

.main-menu .list li a:hover svg polygon {
  fill: #FD5F00;
}

.m-menu {
  width: 100vw;
  height: auto;
  height: 200vh;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  background: white;
  position: fixed;
  padding: 10px 15px;
  top: 0;
  left: 0;
  z-index: 100;
}

.m-menu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-menu .logo img {
  height: 40px;
  width: auto;
}

.m-menu .logo .phones {
  padding-top: 15px;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-menu .logo .phones a {
  color: #8399B2;
  text-decoration: none;
}

.m-menu h3 {
  font-family: "Roboto Slab", serif;
  margin: 20px 0 10px 0;
  font-size: 1.4rem;
}

.m-menu > ul {
  padding-left: 0 !important;
}

.m-menu ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.m-menu ul.links li a {
  display: block;
  padding: 6px 0;
  font-size: 1.1rem;
  color: #13334C;
}

.m-menu ul li a {
  width: 100%;
  padding: 6px 0;
  font-size: 1.1rem;
  text-decoration: none;
  color: #65B0EF;
}

.m-menu ul li a[data-toggle="collapse"] {
  color: #13334C;
}

.m-menu ul li a.collapsed + svg {
  -webkit-transform: none;
          transform: none;
}

.m-menu ul li div {
  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;
}

.m-menu ul li div svg {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.m-menu ul li div svg path {
  fill: #CCCCCC;
}

.m-menu ul li div > span {
  font-size: 0.9rem;
  color: #CCCCCC;
}

@media (max-width: 991.98px) {
  header .bottom-header .header-panel .cart > div {
    padding-right: 0;
  }

  header {
    min-height: initial;
  }

  header .bottom-header .header-panel .wish,
  header .bottom-header .header-panel .cart {
    min-width: initial;
  }

  header .menu-panel {
    padding: 0;
  }

  header .menu-panel .main-menu-header {
    padding: 0;
    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;
  }
}

:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

footer {
  margin-top: 2.5rem;
  background: #3BA1DA;
  -webkit-box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0 0 0;
  color: white;
  font-size: 0.9rem;
}

footer > .container {
  margin-bottom: 2.5rem;
}

footer .footer-col > *:not(:last-child) {
  margin-bottom: 0.75rem;
}

footer .adress {
  display: block;
}

footer .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer ul {
  padding: 0;
}

footer h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: white;
}

footer p {
  margin: 0;
  line-height: 1.5;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: inherit;
  text-decoration: underline;
}

footer .footer-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer-payments ul {
  list-style: none;
  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;
  margin: 0;
}

footer .footer-payments ul li {
  width: 50px;
  height: 33px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}

footer .footer-payments ul li:not(:last-child) {
  margin-right: 0.5rem;
}

footer .footer-payments ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

@media (max-width: 574.98px) {
  footer .footer-links ul {
    padding-left: 0;
  }
}

footer .footer-links ul li:not(:last-child) {
  margin-bottom: 0.7rem;
}

footer .footer-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .footer-links ul li i.fa {
  margin-right: 8px;
  font-weight: bold;
  font-size: 0.75rem;
}

footer .tags-list {
  line-height: 1.5;
}

footer .tags-list li {
  display: inline-block;
  opacity: 0.75;
}

footer .tags-list li.size-3x {
  font-size: 1.2rem;
  opacity: 0.45;
}

footer .tags-list li.size-2x {
  font-size: 0.95rem;
  opacity: 0.65;
}

footer .footer-social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  footer .footer-social > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .footer-social a {
  padding: 3px 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

footer .footer-social a:hover {
  opacity: 0.75;
}

footer .footer-social i.fa {
  font-size: 2rem;
}

footer .footer-copyright {
  width: 100%;
  padding: 0.45rem 0;
  background: #13334C;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
}

:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

.slider-product-card-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-product-card-wrapper .in-stock {
  color: #8CC63F;
  margin-top: 10px;
  display: block;
  font-size: 0.8rem;
}

.slider-product-card-wrapper .out-stock {
  color: #CCCCCC;
  margin-top: 10px;
  display: block;
  font-size: 0.8rem;
}

.slider-product-card-wrapper .only-order {
  background: #8CC63F;
  margin-top: 10px;
  display: block;
  font-size: 0.8rem;
  color: white;
  padding: 3px 8px;
}

.slider-product-card-wrapper:hover .slider-product-card {
  border-radius: 15px 15px 0 0;
  border-bottom-color: transparent;
}

.slider-product-card-wrapper:hover .white-space {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.slider-product-card-wrapper .white-space {
  width: 100%;
  height: 71px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px solid #65B0EF;
  border-top: none;
  background: white;
  position: absolute;
  bottom: -69px;
  visibility: hidden;
  display: none;
  z-index: 100;
  opacity: 0;
  border-radius: 0 0 15px 15px;
  padding-top: 15px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.slider-product-card-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
}

.slider-product-card-wrapper button {
  background: #65B0EF;
  text-transform: uppercase;
  padding: 0.35rem 1.75rem 0.35rem 1.25rem;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 60;
  border: none;
  color: white;
  font-size: 1rem;
  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;
  outline: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.slider-product-card-wrapper button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 176, 239, 0.35);
          box-shadow: 0 0 0 0.2rem rgba(101, 176, 239, 0.35);
}

.slider-product-card-wrapper button:hover {
  background: #3BA1DA;
}

.slider-product-card-wrapper button.checked {
  background: #8CC63F;
}

.slider-product-card-wrapper button.checked:hover {
  background: #77aa32;
}

.slider-product-card-wrapper button.checked:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.35);
          box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.35);
}

.slider-product-card-wrapper .cart-btn-m {
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  z-index: 50;
}

.slider-product-card-wrapper .cart-btn-m button {
  position: relative;
  left: -15px;
}

.slider-product-card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 10px 0;
  border-radius: 15px;
  background: white;
  border: 2px solid #65B0EF;
  position: relative;
}

.slider-product-card > * {
  width: 100%;
}

.slider-product-card > *:not(.image) {
  padding: 0 13px;
}

.slider-product-card .image {
  padding-top: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slider-product-card .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 5;
}

.slider-product-card .labels {
  position: absolute;
  width: auto;
  top: 10px;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.slider-product-card .labels .label {
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 0 15px 15px 0;
}

.slider-product-card .labels .label.top {
  background: #F7AA00;
}

.slider-product-card .labels .label.new {
  background: #8CC63F;
}

.slider-product-card .labels .label.discount {
  background: #FD5F00;
}

.slider-product-card .labels .label.gift {
  background: #FD5F00;
}

.slider-product-card .labels .label.delivery {
  background: #13334C;
  font-size: 0.65rem;
  line-height: 1.25;
  padding: 0.35rem 0.75rem 0.35rem 0.5rem;
}

.slider-product-card .wish {
  width: auto;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 60;
}

.slider-product-card .wish button,
.slider-product-card .wish a {
  padding: 3px;
  background: transparent;
  border: none;
  outline: none;
}

.slider-product-card .wish button svg path,
.slider-product-card .wish a svg path {
  fill: #FD5F00;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.slider-product-card .wish button svg path:first-child,
.slider-product-card .wish a svg path:first-child {
  display: none;
}

.slider-product-card .wish button:hover svg path,
.slider-product-card .wish a:hover svg path {
  fill: #FD5F00;
}

.slider-product-card .wish button:hover svg path:first-child,
.slider-product-card .wish a:hover svg path:first-child {
  display: block;
  fill: #F6F6E9;
}

.slider-product-card .wish button.checked svg path,
.slider-product-card .wish a.checked svg path {
  fill: #FD5F00;
}

.slider-product-card .wish button.checked svg path:first-child,
.slider-product-card .wish a.checked svg path:first-child {
  display: block;
  fill: #FD5F00;
}

.slider-product-card .name {
  margin: 0.5rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  word-break: break-word;
  color: #65B0EF;
  font-size: 0.9rem;
  font-weight: 500;
  height: 100%;
}

.slider-product-card .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.slider-product-card .rating .stars svg {
  margin-right: -2px;
  width: 13px;
  height: 13px;
}

.slider-product-card .rating .stars svg path {
  fill: #FD5F00;
}

.slider-product-card .rating .stars svg.empty path {
  fill: #CCCCCC;
}

.slider-product-card .rating .stars svg.half path {
  fill: url(#MyGradient) #fff;
}

.slider-product-card .rating > span {
  font-size: 0.7rem;
  color: #65B0EF;
}

.slider-product-card .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider-product-card .price .price-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.slider-product-card .price .price-wrapper svg {
  position: absolute;
  bottom: 5px;
  right: 3px;
}

.slider-product-card .price .price-wrapper svg path {
  fill: #FD5F00;
}

.slider-product-card .price .price-wrapper .new {
  font-size: 1.25rem;
  line-height: 1;
}

.slider-product-card .price .price-wrapper .new.orange {
  color: #FD5F00;
}

.slider-product-card .price .price-wrapper .old {
  text-decoration: line-through;
  color: #8399B2;
  font-weight: 300;
  font-size: 0.9rem;
}

.slider-product-card .price .price-wrapper .old.gift {
  color: #FD5F00;
  text-decoration: none;
}

@media (max-width: 524.98px) {
  .slider-product-card {
    border: none !important;
  }

  .slider-product-card .name {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    height: auto;
  }

  .slider-product-card .cart-btn-m button {
    position: static;
  }

  .slider-product-card .image {
    padding-top: 75%;
  }

  .slider-product-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

ol.breadcrumb {
  padding: 0;
  margin: 0 0 0.3rem 0;
  list-style: none;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #CCCCCC;
  background: transparent;
}

ol.breadcrumb a {
  color: #3BA1DA;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

ol.breadcrumb > li {
  position: relative;
  max-width: 100%;
  padding: 3px 0;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ol.breadcrumb > li:not(:last-child):after {
  content: '\2192';
  padding: 0 0.35rem;
  color: #65B0EF;
}

@media (max-width: 1099.98px) {
  ol.breadcrumb {
    padding: 10px 0;
  }
}

@media (max-width: 575.98px) {
  ol.breadcrumb {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  ol.breadcrumb {
    padding: 10px 0;
  }

  ol.breadcrumb > li:not(:last-child):after {
    padding: 0 0.25rem;
  }
}

:root {
  --color-from: #FD5F00;
  --color-to: #CCCCCC;
}

body,
html {
  background: #FFF;
  font-size: 1rem;
  color: #13334C;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px !important;
  }
}

main {
  padding: 1rem 0;
}

.andy-btn {
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.375rem 1.5rem;
  background: #65B0EF;
  color: #F6F6E9;
}

.andy-btn:hover {
  background: #3BA1DA;
  color: #F6F6E9;
}

.tooltip {
  font-size: 0.7rem;
}

.category-name {
  margin-bottom: 2rem;
}

.category-name h1 {
  font-size: 2rem;
  color: #13334C;
  font-weight: 400;
}

.callback-msg-complete {
  display: block;
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .callback-msg-complete {
    margin: 20px auto;
  }
}

.callback-msg-complete img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.callback-msg-complete .msg-wrapper {
  display: inline-block;
  padding: 15px 120px;
  background: #77b0dd;
  color: #246291;
  border: 1px solid #2d77b2;
  border-radius: 10px;
}

@media screen and (max-width: 599px) {
  .callback-msg-complete .msg-wrapper {
    padding: 15px;
  }
}

.callback-msg-complete .msg-wrapper i.fa {
  font-size: 3em;
  color: #00e600;
  margin-bottom: 5px;
}

.callback-msg-complete .msg-wrapper p:nth-child(2) {
  padding-bottom: 5px;
  color: #FD5F00;
}

.callback-msg-complete .msg-wrapper p:nth-child(3) {
  font-size: 2em;
  text-transform: uppercase;
  /*color: lighten($btnColor, 20%);*/
  color: #FD5F00;
}

.callback-msg-complete .msg-wrapper p:nth-child(4) {
  font-size: 0.8em;
}

.callback-msg-complete .msg-wrapper > a {
  font-size: 0.7em;
}

.callback-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.callback-form .callback-form-header h2 {
  padding-top: 10px;
  padding-bottom: 3px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.65em;
  color: #13334C;
}

.callback-form button {
  margin-top: 15px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 300 !important;
}

@media screen and (max-width: 599px) {
  .callback-form button {
    margin-top: 10px;
  }
}

.callback-form button i {
  margin-right: 5px;
}

@-webkit-keyframes frame-1 {
  from {
    visibility: visible;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  19% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes frame-1 {
  from {
    visibility: visible;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  19% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes frame-2 {
  from {
    visibility: visible;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  19% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  24% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  56% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  58% {
    opacity: 1;
  }

  59% {
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes frame-2 {
  from {
    visibility: visible;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  19% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  24% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  56% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  58% {
    opacity: 1;
  }

  59% {
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes frame-3 {
  from {
    visibility: visible;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  55% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes frame-3 {
  from {
    visibility: visible;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  55% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes anim-icon {
  from {
    visibility: visible;
    background-position: 50px 50%;
  }

  25% {
    background-position: 50px 50%;
  }

  32% {
    background-position: 13px 50%;
  }

  39% {
    background-position: -50px 50%;
  }

  46% {
    background-position: -112px 50%;
  }

  53% {
    background-position: -174px 50%;
  }

  54% {
    background-position: -174px 50%;
    visibility: hidden;
  }

  to {
    visibility: hidden;
  }
}

@keyframes anim-icon {
  from {
    visibility: visible;
    background-position: 50px 50%;
  }

  25% {
    background-position: 50px 50%;
  }

  32% {
    background-position: 13px 50%;
  }

  39% {
    background-position: -50px 50%;
  }

  46% {
    background-position: -112px 50%;
  }

  53% {
    background-position: -174px 50%;
  }

  54% {
    background-position: -174px 50%;
    visibility: hidden;
  }

  to {
    visibility: hidden;
  }
}

@-webkit-keyframes vis {
  form {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

@keyframes vis {
  form {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

.modal-backdrop {
  display: none !important;
}

#callback {
  font-size: 0.85rem;
  cursor: pointer;
  z-index: 999;
}

.callback-wrapper #callback-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: initial !important;
  z-index: 9999999;
  -webkit-backdrop-filter: blur(1px) grayscale(1);
          backdrop-filter: blur(1px) grayscale(1);
  background: rgba(0, 0, 0, 0.85);
}

.callback-wrapper #callback-modal input#name::-webkit-input-placeholder {
  font-size: 1em !important;
}

.callback-wrapper #callback-modal input#name::-moz-placeholder {
  font-size: 1em !important;
}

.callback-wrapper #callback-modal input#name::-ms-input-placeholder {
  font-size: 1em !important;
}

.callback-wrapper #callback-modal input#name::placeholder {
  font-size: 1em !important;
}

.callback-wrapper #callback-modal .animated {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.callback-wrapper #callback-modal .modal-header {
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.02);
}

.callback-wrapper #callback-modal .modal-content {
  position: relative;
}

.callback-wrapper #callback-modal .modal-body {
  padding: 0 20px 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.06)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.06));
  overflow: hidden;
}

.callback-wrapper #callback-modal .modal-body img {
  position: absolute;
  width: 225px;
  z-index: 100;
  height: auto;
  bottom: -20px;
  right: -35px;
}

.callback-wrapper #callback-modal .modal-body img.animated {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@media screen and (max-width: 599px) {
  .callback-wrapper #callback-modal .modal-body img {
    display: none;
  }
}

.callback-wrapper #callback-modal .modal-body form {
  margin: 0;
}

.callback-wrapper #callback-modal .modal-body form textarea {
  max-width: calc(100% - 50px);
  resize: none;
  padding-right: 100px;
}

@media screen and (max-width: 599px) {
  .callback-wrapper #callback-modal .modal-body form textarea {
    max-width: unset;
    padding-right: 0;
  }
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend {
  position: absolute;
  top: 0;
  left: 2.5rem;
  z-index: 101;
  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;
  width: 4rem;
  height: 100%;
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend svg {
  width: 20px;
  height: 10px;
  margin-right: 5px;
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend + input {
  padding-left: 4.3rem;
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend + input::-webkit-input-placeholder {
  font-size: 1em;
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend + input::-moz-placeholder {
  font-size: 1em;
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend + input::-ms-input-placeholder {
  font-size: 1em;
}

.callback-wrapper #callback-modal .modal-body form .input-phone-prepend + input::placeholder {
  font-size: 1em;
}

.callback-wrapper #callback-modal .modal-header {
  font-size: 0.85rem;
  padding: 10px 10px 0 10px;
  border: none;
}

.callback-wrapper #callback-modal .form-row {
  width: 100%;
}

.callback-wrapper form p {
  margin-bottom: 0.3rem;
}

.callback-wrapper form h2 {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 0.7rem;
}

.callback-wrapper form h2 + p {
  font-size: 0.7rem;
  margin-bottom: 0.6rem;
  line-height: 0.7rem;
}

.callback-wrapper form select {
  margin: 0 3px;
  padding: 5px 25px 5px 5px;
  width: auto;
  height: auto;
  min-width: 66px;
}

.callback-wrapper form .custom-radio {
  margin-right: 15px;
  padding-left: 1.3rem;
}

.callback-wrapper form .custom-radio label {
  line-height: 1.75;
  font-weight: normal;
  padding-left: 0.5rem;
  font-size: 0.9em;
}

.callback-wrapper form .custom-radio label:after,
.callback-wrapper form .custom-radio label:before {
  left: -1.2rem;
  width: 1.1rem;
  height: 1.1rem;
}

.callback-wrapper form .custom-radio label:after {
  background-repeat: no-repeat;
  background-size: 0.6rem 0.6rem;
  background-position: 0.25rem 0.25rem;
}

.callback-wrapper form .time.disabled {
  opacity: 0.4;
}

.callback-wrapper form .time label {
  font-size: 0.9em;
}

.callback-wrapper form .custom-checkbox label {
  margin: 0;
  line-height: 2em;
  font-weight: normal;
}

.callback-wrapper form label {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.callback-wrapper form label span {
  color: red;
  font-size: 0.8em;
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.callback-wrapper form * {
  font-size: 1rem;
}

.callback-wrapper form small {
  font-size: 0.8em;
}

.callback-wrapper .success-submit {
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 500;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #00000005), to(#0000000f));
  background-image: linear-gradient(to bottom, #00000005 75%, #0000000f);
  background-color: white;
}

.callback-wrapper .success-submit .animated {
  -webkit-animation-duration: 1.2s !important;
          animation-duration: 1.2s !important;
}

.callback-wrapper .success-submit i.fa {
  font-size: 5rem;
  margin-bottom: 10px;
  opacity: 0.75;
}

.callback-wrapper .success-submit h3 {
  color: #28a745;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
}

.callback-wrapper .success-submit h3 + p {
  font-size: 1rem;
}

.callback-wrapper .success-submit p,
.callback-wrapper .success-submit small {
  text-align: center !important;
}

.callback-wrapper .success-submit button {
  margin-top: 25px;
  min-width: 150px;
  padding: 5px 0;
  text-transform: uppercase;
}

.callback-wrapper *::-webkit-input-placeholder {
  font-size: 0.85rem;
  opacity: 0.7;
}

.callback-wrapper *:-ms-input-placeholder {
  font-size: 0.85rem;
  opacity: 0.7;
}

.callback-wrapper *::-ms-input-placeholder {
  font-size: 0.85rem;
  opacity: 0.7;
}

.callback-wrapper *::-moz-placeholder {
  font-size: 0.85rem;
  opacity: 0.7;
}

.callback-wrapper *::placeholder {
  font-size: 0.85rem;
  opacity: 0.7;
}

.callback-wrapper textarea::-webkit-input-placeholder {
  font-size: 0.7rem;
  opacity: 0.7;
}

.callback-wrapper textarea:-ms-input-placeholder {
  font-size: 0.7rem;
  opacity: 0.7;
}

.callback-wrapper textarea::-ms-input-placeholder {
  font-size: 0.7rem;
  opacity: 0.7;
}

.callback-wrapper textarea::-moz-placeholder {
  font-size: 0.7rem;
  opacity: 0.7;
}

.callback-wrapper textarea::placeholder {
  font-size: 0.7rem;
  opacity: 0.7;
}

@-webkit-keyframes fadeCallback {
  from {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  20% {
    width: 125%;
    height: 125%;
    opacity: 0;
  }

  21% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  40% {
    width: 125%;
    height: 125%;
    opacity: 0;
  }

  41% {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }

  to {
    width: 110%;
    height: 110%;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeCallback {
  from {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  20% {
    width: 125%;
    height: 125%;
    opacity: 0;
  }

  21% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  40% {
    width: 125%;
    height: 125%;
    opacity: 0;
  }

  41% {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }

  to {
    width: 110%;
    height: 110%;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 575.98px) {
  #callback #callback-modal .modal-body form {
    padding: 0;
  }

  #callback #callback-modal .modal-header {
    padding: 15px 15px 5px 15px;
  }

  #callback #callback-modal .modal-body {
    padding: 0 15px 30px 15px;
  }

  #callback {
    right: 15px;
  }

  a.btn-to-top.active {
    right: 95px;
  }
}

@media (max-width: 991.98px) {
  #callback {
    position: fixed;
    bottom: 10px;
    right: 0;
    background: #FD5F00;
    padding: 7px;
    border-radius: 10px 0 0 10px;
    font-size: 0.8rem;
    display: table-cell;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
  }

  #callback svg {
    width: 30px;
    height: 30px;
  }

  #callback svg path {
    fill: white;
  }
}

.categories-grid-catalog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}

@media (max-width: 767.98px) {
  .categories-grid-catalog {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .categories-grid-catalog {
    grid-template-columns: 1fr 1fr;
  }
}

.categories-grid-catalog .category-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.categories-grid-catalog .category-item > a:hover {
  text-decoration: none;
}

.categories-grid-catalog .category-item > a:hover .category-title > span {
  text-decoration: underline;
}

.categories-grid-catalog .category-item .category-image {
  margin-right: 1.25rem;
}

.categories-grid-catalog .category-item .category-image .vm-image {
  width: 135px;
  height: 135px;
}

@media (max-width: 374.98px) {
  .categories-grid-catalog .category-item .category-image .vm-image {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 375px) and (max-width: 424.98px) {
  .categories-grid-catalog .category-item .category-image .vm-image {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 425px) and (max-width: 767.98px) {
  .categories-grid-catalog .category-item .category-image .vm-image {
    width: 75px;
    height: 75px;
  }
}

.categories-grid-catalog .category-item .category-image .vm-image img {
  -o-object-position: center top;
     object-position: center top;
}

.categories-grid-catalog .category-item .category-title > span {
  display: block;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  color: #3BA1DA;
  margin-bottom: 0.35rem;
}

@media (max-width: 524.98px) {
  .categories-grid-catalog .category-item .category-title > span {
    font-size: 1rem;
  }
}

.categories-grid-catalog .category-item .category-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories-grid-catalog .category-item .category-title ul li a {
  font-size: 0.9rem;
  color: #13334C;
  line-height: 1.2;
}

.categories-grid-catalog .category-item .category-title ul li a > span {
  color: #CCCCCC;
}

