body {
  font-family: "Fira Sans", sans-serif;
}

body, .top-menu a[data-depth="0"], .btn {
  font-family: "Fira Sans", sans-serif;
}

:root {
  --primary-color: #ff4800;
  --secondary-color: #ffffff;
  --price-color: #212121;
  --link-hover-color: #ff4800;
  --border-radius: 5px;
  --body-font-family: "Fira Sans", sans-serif;
  --title-font-family: "Fira Sans", sans-serif;
}

.header-banner {
  background-color: #303840;
  color: #fff;
}
.header-banner .ah-box {
  display: flex;
  align-items: center;
  margin: 9px 0;
}
.header-banner .ah-box img {
  margin-right: 8px;
}
.header-banner .ah-box p {
  margin: 0;
}

#header .header-nav {
  padding: 8px 0px;
}
#header .header-nav i {
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
}
#header .header-nav .tvheader-nav-offer-text p {
  display: flex;
}
#header .header-nav p {
  margin: 0;
}
#header .header-nav .phone, #header .header-nav .email {
  display: flex;
  align-items: center;
  margin-right: 8px;
  font-size: 15px;
}

.header-top-main .category > a[data-depth="0"], .header-top-main .menu-icon .cat-title {
  color: #ffffff;
}

.header-top-main.bg_main {
  background-color: #ff4800;
}

.iqitfreedeliverycount {
  border-radius: 6px;
  margin-top: 18px;
  padding: 8px 15px;
  font-size: 14px;
}

.checkout-area-4 {
  padding-left: 30px;
}

#thecheckout-cart-summary, #thecheckout-account, #thecheckout-address-invoice, #thecheckout-shipping, #thecheckout-payment {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  margin-bottom: 30px;
}

#thecheckout-account {
  border-bottom: 0;
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#thecheckout-account .inner-wrapper {
  margin-top: 30px;
}

#thecheckout-address-invoice {
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.checkout-block[class*=num-] .block-header {
  text-transform: uppercase;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #676767;
  margin-bottom: 20px;
}
.checkout-block[class*=num-] .block-header:before {
  margin: 0 14px 0 0px;
  background: #FF2C00;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1.8;
}

#checkout #content-wrapper {
  padding: 0;
}
#checkout #content-wrapper .card-block {
  padding: 0;
}
#checkout #content-wrapper .page-content {
  padding: 0;
  border: 0;
}

.delivery-options {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .delivery-options {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.delivery-options .delivery-wrapper {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  position: relative;
  color: #000000;
}
.delivery-options .delivery-wrapper.selected {
  border: 2px solid #FF2C00;
}
.delivery-options .delivery-option-logo {
  margin-bottom: 8px;
}
.delivery-options .delivery-option {
  padding: 18px;
  margin: 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 184px;
  overflow: hidden;
}
.delivery-options .delivery-option .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-options .shipping-radio {
  display: none;
}
.delivery-options label .row {
  display: flex;
  flex-direction: column;
}
.delivery-options .delivery-option-logo img {
  max-width: 70px;
}
.delivery-options .delivery-option-price {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  order: 1;
  margin-bottom: 18px;
}
.delivery-options .delivery-option-name {
  order: 2;
  text-align: center;
}
.delivery-options .delivery-option-delay {
  position: absolute;
  background: #F5F5F5;
  color: #000000;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 5px 8px;
  font-size: 14px;
}

.payment-options {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .payment-options {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.payment-options .tc-main-title {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  min-height: 184px;
  overflow: hidden;
}
.payment-options .tc-main-title label {
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-options .tc-main-title label img {
  order: 1;
  margin-bottom: 12px;
}
.payment-options .tc-main-title label span {
  order: 2;
}
.payment-options .tc-main-title.selected {
  border: 2px solid #FF2C00;
}
.payment-options .custom-radio {
  display: none;
}

.ps_wirepayment section p {
  display: none;
}

.checkout-block {
  margin: 0;
  padding: 10px 10px;
}

.checkout-block .inner-area {
  padding: 10px;
  position: relative;
}

.checkout-block .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.checkout-block #invoice-address {
  order: 1;
}
.checkout-block .business-customer {
  order: 2;
}

#thecheckout-order-message {
  display: flex;
  padding: 0;
  margin: 10px 0;
}
#thecheckout-order-message .inner-area {
  padding: 0;
  width: 100%;
}
#thecheckout-order-message label {
  font-weight: 600;
}
#thecheckout-order-message textarea {
  min-height: 98px;
  padding: 9.5px 12px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}

#thecheckout-newsletter, #thecheckout-psgdpr, #thecheckout-confirm {
  display: flex;
  padding: 10px 0;
}
#thecheckout-newsletter .inner-area, #thecheckout-psgdpr .inner-area, #thecheckout-confirm .inner-area {
  padding: 0;
}
#thecheckout-newsletter .form-group, #thecheckout-psgdpr .form-group, #thecheckout-confirm .form-group {
  padding: 0;
}
#thecheckout-newsletter label, #thecheckout-psgdpr label, #thecheckout-confirm label {
  margin: 0;
}

body#checkout .cart-summary-line {
  margin-bottom: 14px;
  font-weight: 500;
}
body#checkout .cart-total {
  padding-top: 16px;
  font-size: 24px;
  border-top: 1px solid #e5e5e5;
}
body#checkout .cart-summary label, body#checkout .cart-summary .label {
  font-weight: 500;
}
body#checkout .inner-wrapper #hook_displayPersonalInformationTop {
  margin-bottom: 30px;
  margin-top: 40px;
  border-top: 1px solid #E3E3E3;
}
body#checkout .login-methods {
  display: flex;
}
body#checkout .login-methods hr {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 24px;
  background-color: #E3E3E3;
  height: 1px;
}
body#checkout .login-methods h3 {
  margin-bottom: 18px;
}
body#checkout .login-wrapper {
  margin-top: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #E3E3E3;
}
body#checkout .guest-wrapper {
  margin-top: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E3E3E3;
}
body#checkout .classic-login {
  margin-top: 18px;
  width: 100%;
}
body#checkout .social-login-wrapper {
  border-left: 1px solid #ddd;
}
body#checkout .log-in {
  width: 100%;
  display: table;
}
body#checkout .custom-checkbox {
  display: flex;
}
body#checkout .custom-checkbox .label, body#checkout .custom-checkbox .js-terms {
  margin-left: 8px;
}

#confirm_order {
  width: 100%;
  display: table;
  color: #ffffff;
  font-size: 16px;
}

.inner-area {
  width: 100%;
}

.business-customer {
  padding-left: 4px;
}
.business-customer label {
  padding-left: 12px;
}

#conditions-to-approve {
  margin-bottom: 20px;
}
#conditions-to-approve ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#conditions-to-approve .custom-checkbox span {
  top: 0 !important;
}
#conditions-to-approve label {
  margin-left: 8px;
}

#thecheckout-login-form {
  padding: 0;
}
#thecheckout-login-form .inner-area {
  padding: 0;
}

.checkout_nav {
  padding-bottom: 50px;
}
.checkout_nav .checkout-multi-step {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding: 0;
  list-style-type: none;
  max-width: 900px;
}
.checkout_nav .checkout-multi-step::after {
  display: block;
  position: absolute;
  background: #E3E3E3;
  content: "";
  width: calc(100% - 100px);
  height: 6px;
  z-index: 1;
  top: 22px;
  left: 50px;
  right: 50px;
}
.checkout_nav .checkout-multi-step li {
  z-index: 2;
  width: 200px;
}
.checkout_nav .checkout-multi-step li .checkout_nav--title {
  font-size: 15px;
  font-weight: 500;
}
.checkout_nav .checkout-multi-step li.active .checkout_nav--number {
  background: #676767;
  color: #fff;
}
.checkout_nav .checkout-multi-step li.current .checkout_nav--number {
  background: #ff4800;
  color: #fff;
}
.checkout_nav .checkout-multi-step a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.checkout_nav .checkout-multi-step .checkout_nav--number {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  background: #e5e5e5;
  color: #394148;
}

@media only screen and (min-width: 768px) {
  .checkout_nav .checkout-multi-step::after {
    width: calc(100% - 200px);
    left: 100px;
    right: 100px;
  }
}
.custom-checkbox input[type=checkbox] {
  width: auto;
}

.custom-checkbox input[type=checkbox] + span {
  width: 18px;
  height: 18px;
}

.shopping-cart-header {
  text-transform: uppercase;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #676767;
  margin-bottom: 20px;
}

.block-header-icon {
  margin: 0 14px 0 0px;
  background: #FF2C00;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-header-icon img {
  filter: invert(89%) sepia(100%) saturate(20%) hue-rotate(305deg) brightness(106%) contrast(105%);
}

.social-login {
  width: 100%;
}

.facebook-signin {
  background: #EBF5FF;
  border: 1px solid #1976D2;
  margin-bottom: 12px;
}

.google-signin {
  background: #FFECEF;
  border: 1px solid #CF2D48;
}

.social-signin {
  padding: 7px 15px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.social-signin img {
  margin-right: 8px;
}

.qty-box {
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 6px 0 3px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 90px;
}
.qty-box input {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  height: 32px;
  margin-right: 0;
  width: 40px;
  text-align: center;
  border: 0;
  border-right: 1px solid #E3E3E3;
  padding-right: 8px;
}
.qty-box .cart-line-product-quantity-up,
.qty-box .cart-line-product-quantity-down {
  height: 18px;
  width: 30px;
  display: flex;
  justify-content: center;
}
.qty-box .cart-line-product-quantity-up {
  grid-column: 2/3;
  grid-row: 1/2;
}
.qty-box .cart-line-product-quantity-down {
  grid-column: 2/3;
  grid-row: 2/3;
}

.product-line-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product-line-wrapper .product-price {
  font-size: 16px;
  margin-bottom: 0;
}

.checkout-help {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  background: #ff4800;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  color: #ffffff;
  align-items: center;
  padding-bottom: 18px;
}
.checkout-help img {
  margin-top: -40px;
  margin-bottom: 28px;
}
.checkout-help h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1.5;
}
.checkout-help p {
  font-size: 16px;
  font-weight: 500;
}

.carrier-extra-content {
  margin-bottom: 16px;
  display: table;
}

.inpost-shipping-container {
  background: transparent;
}

.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}

.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  direction: ltr !important;
  right: 0;
  left: auto;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.products .customNavigation {
  top: 48%;
}

.tmcategorylist .customNavigation,
.testimonial-block-part .customNavigation {
  top: 54%;
}

.tmcategorylist:hover .customNavigation {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.customNavigation a.prev::before {
  content: "\e314";
  font-family: "Material Icons";
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: -1px;
  color: #808080;
}

.customNavigation a.next::before {
  content: "\e315";
  font-family: "Material Icons";
  position: absolute;
  font-size: 20px;
  position: absolute;
  right: 3px;
  top: -1px;
  color: #808080;
}

#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}

#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}

.special-products .customNavigation {
  top: 52%;
}

.special-products:hover .customNavigation,
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation,
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.lastest_block .customNavigation {
  top: 44%;
}

.customNavigation i {
  color: #222 !important;
  cursor: pointer;
  font-size: 0;
  font-weight: 500;
  height: 38px;
  line-height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 38px;
  background: transparent;
  border-radius: 0;
  font-style: unset;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

.customNavigation i.prev {
  background: transparent;
  right: auto;
  background: #fff;
  border-radius: 50%;
  left: -5px;
}

.customNavigation i.next {
  background: transparent;
  right: 0px;
  background: #fff;
  border-radius: 50%;
  right: -5px;
}

.tmcategorylist .customNavigation i.prev,
.testimonial-block-part .customNavigation i.prev,
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev {
  left: -20px;
}

.tmcategorylist .customNavigation i.next,
.testimonial-block-part .customNavigation i.next,
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next {
  right: -20px;
}

#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}

#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}

.customNavigation i.next:hover::before,
.customNavigation i.prev:hover::before {
  color: #fff;
}

#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}

#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}

#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}

.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

#header #_desktop_user_info .account .account-icon {
  height: 40px !important;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjcuODggMzQzLjczIj48cGF0aCBkPSJNMzI4LjEyLDMwNmMtMTIuMzgtNjAuNjQtNDcuNTgtMTAyLjE1LTEwNC44OC0xMjUuMTQtMS4xOC0uNDctMi43My0uMzMtMy40OS0xLjczLDM4LjY0LTI2LjQ1LDUxLTcxLjk1LDM4LjE0LTExMC4zNGE5NS45NSw5NS45NSwwLDAsMC0xODIuMTYsMGMtMTIuODcsMzguNTQtLjM5LDg0LDM4LjQ0LDExMC40OUE3LjYsNy42LDAsMCwxLDExMywxODBhMTYxLjY0LDE2MS42NCwwLDAsMC03Ni40Miw1NS40NEMxNC4zLDI2NC41OCwzLjMxLDI5Ny42NiwyLjg5LDMzNC4yNWMtLjA5LDcuNDIsNS4zMywxMi43LDEyLjQ0LDEyLjQ5LDYuNjktLjIsMTEuMzQtNS4xNywxMS40OS0xMi42NGExNDUuMjIsMTQ1LjIyLDAsMCwxLDkuMi00OWMyMC43Ni01NC42NCw3NC40LTkxLjI3LDEzMi40Ni05MCw0My44NS45NCw3OS42NiwxOC40OSwxMDcuMzQsNTIuMjQsMjAuNTksMjUuMDksMzAuMzgsNTQuMzMsMzEsODYuNzMuMTYsOCw1LjI3LDEzLDEyLjU2LDEyLjcsNi44Ny0uMjcsMTEuNjEtNS44NiwxMS4zNy0xMy41NkMzMzAuNDgsMzI0LjA2LDMzMCwzMTUsMzI4LjEyLDMwNlpNMTY2LjgzLDE3MC42OWE3MS44NCw3MS44NCwwLDEsMSw3Mi03MS42OEE3MS42OCw3MS42OCwwLDAsMSwxNjYuODMsMTcwLjY5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuODkgLTMuMDIpIi8+PC9zdmc+);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjcuODggMzQzLjczIj48cGF0aCBkPSJNMzI4LjEyLDMwNmMtMTIuMzgtNjAuNjQtNDcuNTgtMTAyLjE1LTEwNC44OC0xMjUuMTQtMS4xOC0uNDctMi43My0uMzMtMy40OS0xLjczLDM4LjY0LTI2LjQ1LDUxLTcxLjk1LDM4LjE0LTExMC4zNGE5NS45NSw5NS45NSwwLDAsMC0xODIuMTYsMGMtMTIuODcsMzguNTQtLjM5LDg0LDM4LjQ0LDExMC40OUE3LjYsNy42LDAsMCwxLDExMywxODBhMTYxLjY0LDE2MS42NCwwLDAsMC03Ni40Miw1NS40NEMxNC4zLDI2NC41OCwzLjMxLDI5Ny42NiwyLjg5LDMzNC4yNWMtLjA5LDcuNDIsNS4zMywxMi43LDEyLjQ0LDEyLjQ5LDYuNjktLjIsMTEuMzQtNS4xNywxMS40OS0xMi42NGExNDUuMjIsMTQ1LjIyLDAsMCwxLDkuMi00OWMyMC43Ni01NC42NCw3NC40LTkxLjI3LDEzMi40Ni05MCw0My44NS45NCw3OS42NiwxOC40OSwxMDcuMzQsNTIuMjQsMjAuNTksMjUuMDksMzAuMzgsNTQuMzMsMzEsODYuNzMuMTYsOCw1LjI3LDEzLDEyLjU2LDEyLjcsNi44Ny0uMjcsMTEuNjEtNS44NiwxMS4zNy0xMy41NkMzMzAuNDgsMzI0LjA2LDMzMCwzMTUsMzI4LjEyLDMwNlpNMTY2LjgzLDE3MC42OWE3MS44NCw3MS44NCwwLDEsMSw3Mi03MS42OEE3MS42OCw3MS42OCwwLDAsMSwxNjYuODMsMTcwLjY5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuODkgLTMuMDIpIi8+PC9zdmc+);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #303840;
  mask-size: 14px;
  font-size: 14px;
  -webkit-mask-size: 21px;
  margin-right: 12px;
}

#header .material-icons.expand-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#tc-social-logins #tc-google-signin svg {
  max-width: 20px;
  height: auto;
}

#tc-social-logins .tc-social-login-btn {
  padding: 7px 10px 7px 40px !important;
}

.verticalmenu-side #cpheadercms1 {
  width: 100%;
}

.tvheader-nav-offer-text {
  color: #303840;
  width: 100%;
}
.tvheader-nav-offer-text i {
  position: relative;
  left: -5px;
  bottom: 2px;
}
.tvheader-nav-offer-text p {
  row-gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tvheader-nav-offer-text .facebook img {
  position: relative;
  left: -7px;
  bottom: 2px;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev,
  .testimonial-block-part .customNavigation i.prev,
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev {
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next,
  .testimonial-block-part .customNavigation i.next,
  #tminstagramblock .btn.next.instagram_next,
  .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}
@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
  .footer-after .col-md-6 {
    text-align: center !important;
  }
  .footer-newsletter-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    order: 1;
  }
  .footer-newsletter-container > .block_content {
    margin-top: 10px;
  }
  .footer-container .links .title[aria-expanded=true] .collapse-icons .remove,
  .footer-container .block_newsletter .title[aria-expanded=true] .collapse-icons .remove {
    color: #303840;
  }
  .footer-right {
    display: flex;
    flex-direction: column;
  }
  .footer-right > .top-to-bottom {
    order: 2;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  .tmcategorylist .customNavigation i.prev,
  .testimonial-block-part .customNavigation i.prev,
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next,
  .testimonial-block-part .customNavigation i.next,
  #tminstagramblock .btn.next.instagram_next,
  .special-products .customNavigation i.next,
  .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
  .footer-newsletter-container {
    margin-top: 0;
  }
  .footer-newsletter-container .block_newsletter {
    display: inline-grid;
    margin-top: 10px;
  }
  #cpcmsbanner1 > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#cpfootercms2 i {
  margin-right: 8px;
}

.tvfooter-addresses,
.tvfooter-store-link,
.tvfooter-store-link-content {
  padding-bottom: 12px;
}

.delivery-wrapper .alert {
  text-align: center;
}

.dpdpoland-pudo-cod-new-point,
.dpdpoland-pudo-new-point,
.dpdpoland-pudo-selected-point,
.dpdpoland-pudo-selected-point p,
.dpdpoland-pudo-cod-selected-point p,
.dpdpoland-pudo-cod-selected-point,
.dpdpoland-pudo-cod-selected-point p {
  text-align: center;
}

.dpdpoland-pudo-cod-change-map-btn {
  margin-right: 0;
}

.dpdpoland-pudo-change-map-btn {
  margin-right: 0;
}

.row.carrier-extra-content {
  position: relative;
  bottom: 35px;
}

#cp_sidevertical_menu_top .top-menu a {
  color: black;
}

.header-top-main.bg_main .menu-icon-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-top-main.bg_main .menu-icon-item span {
  margin-left: 8px;
  color: #ffffff;
}

#cp_sidevertical_menu_top .menu-icon-item span {
  color: #030303;
}

#_top_main_menu .menu-icon-item img {
  filter: brightness(0) invert(1);
}

.change-region {
  display: inline-block;
  float: right;
  vertical-align: middle;
  padding: 13px 0;
  color: #ffffff;
  margin-left: auto;
}
.change-region a,
.change-region a:focus,
.change-region a:hover {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.region-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.page-my-account #content .links a:hover i {
  color: var(--primary-color);
}

@media (max-width: 485px) {
  .header-top-main .container.text-xs-center.mobile {
    margin-right: 0;
    margin-left: 0;
  }
  .header-center-searchbar {
    margin-left: auto;
    margin-right: auto;
  }
}

#header .header-top-main.fixed {
    position: unset;
    top: 0;
    left: 0;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    width: 100%;
    height: auto;
    z-index: 999;
    padding: 0;
    right: 0;
    padding: 0 0px;
    padding-top: 0px;
}

.header-top .header-div .container {
    padding: 6px 0px 6px 0px;
}


@media (max-width: 767px) {
    .header-top .header-div .container {
        gap: 5px !important;
        padding: 6px 10px 0px 10px;
    }
}

@media (max-width: 1199px) {
    .header-top-main.bg_main #_top_main_menu li {
        margin-inline: 15px;
    }
}

#cpcmsbanner1_block2 {
    clear: both;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
/*Prawy gï¿½rny top bar*/
.cart-text, .compare-text, .wishlist-text, .account-text-logged-in, .account-text-logged-out{
    color: black;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
} 

@media(max-width:1199px){
.cart-text, .compare-text, .wishlist-text, .account-text-logged-in, .account-text-logged-out{
    color: black;
    font-size: 10px;
    vertical-align: top;
    display: inline-block;
}

}

@media (max-width: 1449px) {
    .header-top .header-div .container .header-right {
        gap: 20px;
    }
}  

.ap-btn-compare, .ap-btn-wishlist, .carthome{
float: inline-start;
}

.head-wishlist, .head-compare, #_desktop_cart{
line-height: 16px;
}

.carthome{
height: 28px !important;
}

@media(max-width:1199px){
.cart-products-counthome{
left:20px
}	} 

.header-top .header-div .container .header-right>*:last-child {
    margin-left: -12px !important;
} 

#header #_desktop_user_info .account .account-icon {
    height: 27px !important;
    margin-left: 12px;
}

.head-wishlist > div,
.head-compare > div {
    display: flex;
    justify-content: center;
} 

.head-wishlist > div .ap-total-wishlist,
.head-compare > div [class="ap-total-compare ap-total"]{
    left:39px;
} 

@media(max-width:1199px){
.head-wishlist > div .ap-total-wishlist,
.head-compare > div [class="ap-total-compare ap-total"]{
    left:29px;
} }

.header-top .header-div .container .header-right {
    margin-top: 7px;
}

#ybc_blog_page #page #wrapper [class="columns container"] #columns_inner #content-wrapper {
    width: 100%; 
}

@media (max-width: 767px){
#ybc_blog_page #page #wrapper [class="columns container"] #columns_inner #content-wrapper {
    width: 100%; 
}
} 

#ybc_blog_page #page #wrapper [class="columns container"] #columns_inner .row #content-wrapper {
    position: relative;
    float: none; /* Wyï¿½ï¿½cz float, ale zachowaj ukï¿½ad */
    width: 50%;
    margin-left: 100px;
}

@media (max-width: 767px) {
    #ybc_blog_page #page #wrapper [class="columns container"] #columns_inner .row #content-wrapper {
        width: 100% !important; /* Wymusi nadpisanie */
        padding: 0 0px !important; /* Wymusi nadpisanie */
        float: none !important; /* Wymusi nadpisanie */
        margin-left: 0px;
    }
}


#ybc_blog_page #page #wrapper [class="columns container"] #columns_inner [class= "col-xs-12 col-sm-4 col-md-3 hb-animate-element top-to-bottom"]{
display:none;
}

[class= "col-xs-12 col-sm-4 col-md-3"]{
width: 20%; 
}

#ybc_blog_page #page #wrapper [class="columns container"] #columns_inner [class= "col-xs-12 col-sm-4 col-md-3"]{
width: 20% !important;
}

@media(max-width: 767px){
#ybc_blog_page #page #wrapper [class="columns container"] #columns_inner [class= "col-xs-12 col-sm-4 col-md-3"] {
    display: none !important; 
	}
}

/*wyrzuciï¿½ gdy coï¿½ siï¿½ rozjedzie*/

#page{
overflow: hidden;
}

svg:not(:root) {
    height: 15px;
    width: 15px;
}

/*service block */

@media (max-width: 767px) {
    #cpserviceblock { 
        display: none;
    }
} 
 
/*CMS */

#cpcmsbanner1 .first-content.main-content .cms_content .cms-block, #cpcmsbanner1 .second-content.main-content .cms_content .cms-block {
    font-size: 17px;
   }

@media (max-width: 1199px) {
    #cpcmsbanner1 .first-content.main-content .cms_content .cms-block, #cpcmsbanner1 .second-content.main-content .cms_content .cms-block, #cpcmsbanner2 .left-side.main-content .cms_content .cms-block, #cpcmsbanner2 .right-side.main-content .cms_content .cms-block, #cpcmsbanner2 .center-side.main-content .cms_content .cms-block, #cpcmsbanner3 .left-side.main-content .cms_content .cms-block, #cpcmsbanner3 .right-side.main-content .cms_content .cms-block {
        font-size: 14px;
        line-height: 17px;
    }
}

#custom-text{
background-color: #f5f5f5;
margin: 20px;
text-align: left !important; 
padding: 20px 80px;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}

#custom-text h1{ 
font-size: 30px;
}

@media (max-width: 1199px) {
    #custom-text{
	padding: 0px 20px;
    }
} 

.customNavigation{
    top: 30% !important;}

.customNavigation [class="btn next bestseller_next"],
.customNavigation [class="btn prev bestseller_prev"],
.customNavigation [class="btn next feature_next"],
.customNavigation [class="btn prev feature_prev"],
.customNavigation [class="btn next newproduct_next"],
.customNavigation [class="btn prev newproduct_prev"]{
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px; /* rozmiar tekstu lub ikony */
    background-color: #f5f5f5;
    color: black;
    text-align: center;
} 

.customNavigation [class="btn next bestseller_next"]::after,
.customNavigation [class="btn next feature_next"]::after,
.customNavigation [class="btn next newproduct_next"]::after
{
    content: '>';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: black;
    font-weight:300;
} 

.customNavigation [class="btn prev bestseller_prev"]::after,
.customNavigation [class="btn prev feature_prev"]::after,
.customNavigation [class="btn prev newproduct_prev"]::after 
{
    content: '<';
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: black;
    font-weight:300;
} 

.flexslider {
    height: auto;
}

    #cpcmsbanner1 .first-content.main-content .cms_content .cms-block, #cpcmsbanner1 .second-content.main-content .cms_content .cms-block {
        top: 5px;
    }

@media (max-width: 1449px) {
    #cpcmsbanner1 .first-content.main-content .cms_content .cms-block, #cpcmsbanner1 .second-content.main-content .cms_content .cms-block {
        top: 5px;
    }
}

#cpcmsbanner1_block2 .cms_content .cms-block .offer-text4, #cpcmsbanner1_block1 .cms_content .cms-block .offer-text4 {
    font-weight: 600;
    font-size: 24px;
    margin: 5px 0px 5px 0px;
}

.header_logo a img {
height:50px;
}

@media (max-width: 768px) {
  .header_logo a img {
    height: 40px;
  }
}

.post-details a {
    color: #ff4800;      /* Kolor tekstu w stanie normalnym */
}

.post-details a:hover {
    color: #ff4800;      /* Kolor tekstu w stanie hover */
    text-decoration: underline;  
}
 
.ybc_item_img{
border-radius: 10px; 
}

/*[class="block ybc_blog_ltr_mode ybc_block_featured page_home  ybc_block_slider"]{
padding:0px;
}

.ybc_blog_content_block_item {
padding:0px !important;
}*/

/*#top-menu { 
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

#top-menu li {
    flex-grow: 1;
    text-align: center;
    }*/

 
#header #sidevertical_menu #top-menu.top-menu[data-depth="0"] {
  display: block !important;
}

#search_block_top { 
    width: auto !important;
}
 
@media (max-width: 2000px) {
    .tebim_deliverytime {
        display: none;
    }
}

[class="container text-xs-center mobile"]{
    margin-left: -4px;
}
   
#columns_inner #content-wrapper #main .phdescription [class="row row-1"] .col-lg-12 .image-box {
    text-align: center !important;
}

.image-box {
    text-align: center !important;
}

[class="menu col-lg-8 col-md-7 js-top-menu position-static"]{
    width:75% !important;
}

.top-menu{ 
        display: flex;
        justify-content: space-between;
        height: auto;
        max-width: 100%;
        width: 100%;
        padding: 0 40px;
}

@media{ .top-menu{ 
        padding: 0 0px;
     }
}


[class="page-content page-cms page-cms-9"] .container .column img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}  

.top-menu .link .dropdown-item {
    border-bottom: none !important;
} 

.top-menu[data-depth="1"] { 
    margin: 0; 
    display: block;
	} 

@media { .top-menu[data-depth="1"] { 
    margin: 0;
    display: block;
	} 
}
 
.remaining-amount-to-free-shipping-container{
display: none;}

#category #wrapper .columns #columns_inner #content-wrapper #main {
  display: flex;
  flex-direction: column;
}

#category #wrapper .columns #columns_inner #content-wrapper #main #js-product-list-header {
  order: 2; /* Przesuniï¿½cie `js-product-list-header` niï¿½ej */
}

#category #wrapper .columns #columns_inner #content-wrapper #main #products {
  order: 1; /* Przesuniï¿½cie `products` wyï¿½ej */
}

/* sekcja zmiany right header ikony */



.header-right .head-compare .ap-btn-compare {
-webkit-mask-size: 26px !important;
}

@media (max-width: 1199px) {
.header-right .head-compare .ap-btn-compare {
-webkit-mask-size: 19px !important;
}
}

 

.header-right .head-wishlist .ap-btn-wishlist {
-webkit-mask-size: 27px !important;
}

@media (max-width: 1199px) {
.header-right .head-wishlist .ap-btn-wishlist {
-webkit-mask-size: 23px !important;
}
}
 


.header-right .carthome { 
-webkit-mask-size: 31px !important;
}

@media (max-width: 1199px) {
.header-right .carthome {
-webkit-mask-size: 27px !important;
}
}



.header-right .account-icon {
-webkit-mask-size: 25px !important;
}

@media (max-width: 1199px) {
.header-right .account-icon {
-webkit-mask-size: 20px !important;
}
}

.lc_chatbox_closed.lc_chatbox:not(.lc_bubble_alert) {
  bottom: 24px !important;
  top: auto !important;
  left: auto !important;
  width: 83px !important;
  right: 0px !important;
}
div.top_button {
  bottom: 62px;
}

@media (min-width: 768px) {
  .lc_chatbox_closed.lc_chatbox:not(.lc_bubble_alert) {
    bottom: 19px !important;
    top: auto !important;
    right: -17px !important;
    width: 100px !important;
    left: auto !important;
    margin-bottom: 0px !important;
  }
 div.lc_chatbox {
    left: auto;
    right: 15px;
  }
}

/* done by tuya */

@media (max-width: 767px) {
    .lc_chatbox_closed.lc_chatbox > form {
        margin-bottom:-5px !important;
    }
}

.lc_chatbox_closed .lc_heading.lc_bubble_image {
  display: block !important;
  max-width: 90px !important;
  border-radius: 0 !important;
  margin-bottom: -12px !important;
}

/* G³ówna konfiguracja flexslider */
.flexslider {
    min-height: 200px; /* Zapobiega przeskokom layoutu */
    position: relative;
    overflow: hidden; 
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 10; /* Zapewnia, ¿e slider nie jest przykryty */
}

.flexslider .slides {
    display: block;
    white-space: nowrap; /* Zapewnia, ¿e slajdy nie powoduj¹ przeskoków */
}
.flexslider .slides .slide {
    display: inline-block;
    vertical-align: top;
} 

/* Zapewnienie widocznoœci aktywnego slajdu */
.flexslider .slides .slide {
    width: 100%;
    float: left;
    position: relative;
    opacity: 0; /* Domyœlnie ukryte */
    display: none; /* Domyœlnie ukryte */
    z-index: 1;
}

/* Aktywny slajd musi byæ widoczny */
.flexslider .slides .flex-active-slide {
    opacity: 1 !important;
    display: block !important;
    z-index: 2;
}

/* Ukrycie loadingdiv po za³adowaniu */
.loadingdiv {
    display: none !important;
}


/* Fix h1 h2 itd. */
.phdescription h2 {
    font-size: 20px !important;
}
/*# sourceMappingURL=custom.css.map*/   
 