@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
:root {
  font-size: 14px;
  font-family: 'Poppins', 'sans-serif';
}
.main-container {
  margin-top: 80px;
  padding: 0 0 40px;
  background: #f8f9fb;
  margin-top: calc(128px);
}
@media only screen and (max-width: 900px) {
  .main-container {
    margin-top: calc(140px);
    margin-top: calc(188px);
  }
}
.async {
  margin: 0;
}
.async.row.mceNonEditable {
  margin-bottom: 1rem;
}
.index-container {
  padding-top: 20px;
}
.index-container > * {
  max-width: 1200px;
  margin: auto;
}
.cart-container {
  padding-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
.cart-container > * {
  max-width: 1200px;
  margin: auto;
}
.user-container {
  padding-top: 40px;
  background: #ffffff;
}
.user-container > * {
  max-width: 1200px;
  margin: auto;
}
.hidden {
  display: none;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}
h1 {
  font-size: 2em;
  font-weight: bold;
}
a,
.anchor {
  color: #000000;
}
a:hover,
.anchor:hover {
  color: #e9820c;
  text-decoration: none;
}
.anchor {
  cursor: pointer;
}
.tab-pane {
  background: #ffffff;
}
.thin-main-container {
  max-width: 1400px;
  margin: 30px auto;
}
@media only screen and (min-width: 900px) {
  .phone {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .desktop {
    display: none !important;
  }
}
.flashes {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#addedToCart {
  position: fixed;
  right: 200px;
  top: 130px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 350px;
  text-transform: none;
  padding: 15px;
  display: none;
  z-index: 30;
}
@media only screen and (max-width: 900px) {
  #addedToCart {
    right: 10px;
  }
}
#addedToCart .headding {
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: solid 1px #DFE6EB;
}
#addedToCart .btns {
  margin-top: 15px;
}
#addedToCart .btns .btn {
  width: 155px;
}
#addedToCart .btns .btn-secondary {
  margin-right: 6px;
}
#addedToCart .prod-row {
  height: 100px;
  padding-top: 15px;
}
#addedToCart .prod-row #addedImage {
  height: 80px;
  float: left;
}
#addedToCart .prod-row #addedName {
  font-size: 12px;
}
#addedToCart .prod-row #addedPrice {
  color: #99a4ad;
  margin-top: 5px;
}
.tooltip-main {
  border-radius: 50%;
  background: #f3f3f3;
  border: 1px solid #737373;
  color: #737373;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}
.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}
.tooltip-inner {
  max-width: 250px !important;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #48b7da;
  color: #000000;
  border: 1px solid #737373;
  text-align: left;
}
.tooltip.show {
  opacity: 1;
}
.element-container > * {
  max-width: 1200px;
  margin: auto;
}
.mobile-margins {
  margin-right: 15px;
  margin-left: 15px;
}
.flexbox-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hide-arrows input {
  -moz-appearance: textfield;
}
.hide-arrows input::-webkit-outer-spin-button,
.hide-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list-price {
  text-align: right;
}
.product-list-price .discount {
  font-size: 0.8em;
  background: #e9820c;
  width: 50%;
  margin-left: auto;
}
.product-list-price .price-primary,
.product-list-price .points-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-list-price .price-secondary {
  font-size: 0.8em;
}
.order-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .order-buttons {
    flex-direction: column-reverse;
  }
}
.order-buttons a,
.order-buttons button,
.order-buttons input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .order-buttons a,
  .order-buttons button,
  .order-buttons input {
    width: 100%;
    justify-content: center;
  }
}
.topbar-container {
  height: 48px;
  background: #ffffff;
  display: none;
  display: block;
}
.topbar-container > * {
  max-width: 1200px;
  margin: auto;
}
.topbar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #ffffff;
}
.topbar .navbar-nav {
  flex-direction: column;
  gap: 16px;
}
.topbar a {
  color: #e9820c;
}
.navbar-container {
  background: #ffffff;
  margin-top: 48px;
}
.navbar-container > * {
  max-width: 1200px;
  margin: auto;
}
.navbar-brand > img {
  height: 56px;
}
.navbar {
  height: 80px;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .navbar {
    height: calc(140px);
    flex-wrap: wrap;
  }
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .navbar-left {
  flex: 2;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-left {
    width: 40%;
  }
}
.navbar .navbar-center {
  flex-grow: 0;
}
.navbar .navbar-center .search-form {
  width: 100%;
}
.navbar .navbar-center .search-form form {
  width: 100%;
}
.navbar .navbar-center .search-form form .search-part {
  width: 100%;
}
.navbar .navbar-center .search-form form .search-part span.deleteicon {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.navbar .navbar-center .search-form form .search-part span.deleteicon span {
  position: absolute;
  display: block;
  right: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #cccccc;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
.navbar .navbar-center .search-form form .search-part span.deleteicon input {
  padding-right: 18px;
  box-sizing: border-box;
}
.navbar .navbar-center .inner-form {
  display: flex;
}
.navbar .navbar-center .inner-form input {
  height: 100%;
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 7px 16px;
  border: 1px solid #cccccc;
}
.navbar .navbar-center .inner-form input:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.navbar .navbar-center .inner-form button {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  background: #cccccc;
  border: 0;
}
.navbar .navbar-center .inner-form .search-btn {
  width: 60px;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-center {
    width: 100%;
    order: 3;
  }
}
.navbar .navbar-right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-right .flag {
  margin-top: 5px;
}
.navbar .navbar-right .mobile-categories,
.navbar .navbar-right .mobile-filters {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  background: #ffffff;
  overflow-x: scroll;
}
.navbar .navbar-right .points-top a,
.navbar .navbar-right .cart-top a {
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-right {
    width: 60%;
    order: 2;
    font-size: 1.6em;
  }
  .navbar .navbar-right .nav-link {
    margin-left: 14px;
  }
  .navbar .navbar-right .flag {
    padding-left: 14px;
  }
  .navbar .navbar-right #cartTopHeader {
    margin-left: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f7ae5a;
  }
  .navbar .navbar-right #cartTopHeader a {
    margin: 0;
  }
}
.header-logo {
  height: 80px;
}
@media only screen and (max-width: 900px) {
  .header-logo {
    height: 56px;
  }
}
.footer {
  background: #000000;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer a {
  color: #ffffff;
}
.footer a.navigate {
  color: #e9820c;
}
.footer-credits {
  background: #000000;
  color: #ffffff;
}
.footer-credits .byArit {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .footer-credits .byArit {
    margin-top: -20px;
  }
}
.footer-credits .cpShop {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .footer-credits .cpShop {
    margin-bottom: -20px;
  }
}
.footer-credits p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .footer-credits p {
    text-align: center;
  }
}
.footer-credits a {
  color: #ffffff;
}
.btn {
  border-radius: 0;
  display: flex;
  padding: 6px 12px;
}
.btn.btn-primary {
  border: #e9820c;
  background: #e9820c;
  color: #ffffff;
}
.btn.btn-primary:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
  transition: 0.1s !important;
}
.btn.btn-primary:focus {
  box-shadow: none !important;
}
.btn.btn-primary:active {
  box-shadow: none !important;
  background: #e9820c !important;
  opacity: 0.7 !important;
}
.btn.btn-delete {
  border: #d93d3d;
  background: #d93d3d;
  color: #ffffff;
}
.btn.btn-delete:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
  transition: 0.1s !important;
}
.btn.btn-delete:focus {
  box-shadow: none !important;
}
.btn.btn-delete:active {
  box-shadow: none !important;
  background: #d93d3d !important;
  opacity: 0.7 !important;
}
.cookies {
  background: #cccccc;
  padding: 15px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.login-modal .modal-body button {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.login-modal .modal-body button i {
  height: 14px;
  margin-right: 10px;
  display: none;
}
.login-modal .modal-footer {
  justify-content: center;
}
.login-modal .modal-footer .btn {
  width: 45%;
  display: block;
}
.form-container fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .form-container fieldset {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 900px) {
  .form-container fieldset legend {
    grid-column: span 2;
  }
}
.form-container fieldset .form-group input,
.form-container fieldset select {
  width: 100%;
}
.form-container fieldset .checkbox input {
  width: 20px;
}
.form-container input[type="checkbox"],
.form-container input[type="radio"] {
  margin-right: 8px;
}
.form input[type="radio"] {
  margin-right: 8px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}
.user-container .nav-tabs .nav-item:first-of-type a {
  padding-left: 10px;
}
.user-container .nav-tabs .nav-item a {
  border-radius: 0;
  border: none;
}
.user-container .nav-tabs .nav-item a:not(.active) {
  background: #f8f9fb;
}
.user-container .nav-tabs .nav-item a:hover {
  border: none;
}
.user-container .content {
  padding-bottom: 50px;
}
.user-container thead {
  border-top: solid white;
}
.user-container .g-recaptcha {
  border: none;
  position: relative;
  top: -90px;
  padding: 0;
}
@media (max-width: 900px) {
  .user-container .g-recaptcha {
    top: -50px;
  }
}
.sidebar {
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .sidebar {
    display: none;
  }
}
.sidebar .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.sidebar .nav-tabs .nav-item a {
  border-radius: 0;
}
.sidebar .nav-tabs .nav-item a:not(.active) {
  background: #b0b6cc;
  border: 1px solid #b0b6cc;
}
.categorymenu-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categorymenu-item a .menu-icon {
  width: 40px;
  text-align: right;
}
.categorymenu-item a:hover {
  color: #e9820c;
}
.categorymenu-item a.active {
  background: #f8f9fb;
  border: inherit;
  color: #000000;
  font-weight: bold;
}
.categorymenu-item .categorymenu-item {
  font-size: 0.9em;
}
.categorymenu-item .categorymenu-item > a {
  padding-left: 24px;
}
.categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 30px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 36px;
}
.filter {
  padding: 10.5px 17.5px;
}
.filter .btn {
  justify-content: center;
}
.filter .price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.filter .price-range input {
  width: 100%;
}
.filter .input-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.filter .input-range input {
  width: 100%;
}
#fil-menu {
  border: 1px solid #dee2e6;
}
.index-side,
.product-detail-side,
.cart-side {
  margin-top: 0;
}
