/*
 * techno_express//customer/css/color-schemas/techno_express/techno_express.schema
 */
/*
 * Designer Editor Variables
 */
/*
 * techno_express/customer/css/skin.css
 */
html {
  box-sizing: border-box;
}


body {
  overflow-x: hidden;
}


*, *:before, *:after {
  box-sizing: inherit;
}


@font-face {  font-family: 'Icons';  src: url("/skins/assets/fonts/open-iconic-11/fonts/open-iconic.woff2?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") format('woff2'), url("/skins/assets/fonts/open-iconic-11/fonts/open-iconic.woff?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") format('woff');  font-weight: normal;  font-style: normal;}

@font-face {  font-family: 'Awesome-icons';  src: url("/skins/assets/fonts/awesome-icons-4.7/fontawesome-webfont.woff2?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") format('woff2'), url("/skins/assets/fonts/awesome-icons-4.7/fontawesome-webfont.woff?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") format('woff');  font-weight: normal;  font-style: normal;}

/*
 * Reset CSS
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/*
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}


body {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}


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


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


input[type="submit"] {
  -webkit-appearance: none;
}


/*
 * Reset CSS
 */
img {
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}


sup {
  vertical-align: super;
  font-size: small;
}


a {
  text-decoration: none;
}


input[type="checkbox"] {
  margin: 4px 4px 0 0;
}


input[type="radio"] {
  margin: 4px 4px 0 0;
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/*
 * Hide script tag
 */
script {
  display: none !important;
}


/*
 * Hide all img in thin column in mobile
 */
@media screen and (max-width:1110px) {
  .c-layout-main--thin img {
  display: none !important;
}


body #colorbox {
  max-height: 92vh;
  overflow: auto !important;
}
}


/*
 * Disable Auto-zoom in iPhone
 */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1110px) {
  select, textarea, input {
  font-size: 16px !important;
}
}


@media screen and (max-width:768px) {
  body {
  -webkit-text-size-adjust: none;
}
}


@media print {
  .c-layout-top__sticky, .c-layout-top__nonsticky, .c-layout-bottom__sticky, .c-layout-bottom__nonsticky {
  display: none;
}


.c-breadcrumb {
  display: none;
}


header {
  display: none;
}


footer {
  display: none;
}
}


/*
 * *
 * * Mixins
 */
/*
 * Builds an hollow down-facing arrow
 */
/*
 * Builds an hollow right and left facing arrows
 */
/*
 * Triangle for before and after html tag
 */
/*
 * Makes an elemt site site-full-width
 */
/*
 * Mixin to reduce the css
 */
/*
 * Media Queries
 */
/*
 * Media Queries for little wider width
 */
/*
 * *
 * * Font
 */
body {
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
}


html {
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
}


footer {
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-size: 14px !important;
  letter-spacing: 0.01em;
}


*, *:before, *:after {
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
}


@font-face {  font-family: "Open Sans", sans-serif;  src: url("../assets/fonts/open-sans/OpenSans-Regular.ttf");  font-display: swap;}

/*
 * *
 * * Buttons and Inputs
 */
.o-button-simple-submit {
  border: none;
  padding: 7px;
  background: #ff5500;
  color: white;
  cursor: pointer;
  font-size: 14px;
}


.o-button-simple-link {
  border: none;
  background: none;
  color: black;
  cursor: pointer;
  font-size: 14px;
}

.o-button-simple-link:hover {
  text-decoration: underline;
}


.c-address__label {
  width: 30%;
}


.c-address__input-text, .c-address__dropdown {
  width: 70%;
  padding: 5px;
}


.c-address__input-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
  position: relative;
}

.c-address__input-row .c-auto-complete__result.has-autocomplete-appended {
  top: 100% !important;
  left: inherit !important;
  right: 0 !important;
  z-index: 9999;
  padding: 0;
}
.c-address__input-row .c-auto-complete__result.has-autocomplete-appended .c-auto-complete__odd, .c-address__input-row .c-auto-complete__result.has-autocomplete-appended .c-auto-complete__even {
  padding: 4px 2px;
}

.c-address__input-row .o-input-text {
  width: 70%;
}


@media only screen and (max-width: 640px) {
  .c-address__label {
  width: 100%;
}


.c-address__input-text, .c-address__dropdown {
  width: 100%;
  padding: 5px;
}


.c-address__input-row .o-input-text {
  width: 100%;
}


.c-one-page-checkout__address-form-state .custom-select {
  width: 100% !important;
}
}


select {
  padding: 4px 22px 4px 12px;
  font-size: 13px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAACXBIWXMAAA3XAAAN1wFCKJt4AAADGGlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BSMDVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMCgwGDA0MAQyJDPcMChqMMbxjFGV0YSxlXMN5jEmMKYprAdIFZmDmSeSHzGxZLlg6WW6x6rK2s99gs2aaxfWMPZ9/NocTRxfGFM5HzApcj1xZuTe4FPFI8U3mFeCfxCfNN45fhXyygI7BD0FXwilCq0A/hXhEVkb2i4aJfxCaJG4lfkaiQlJM8JpUvLS19QqZMVl32llyfvIv8H4WtioVKekpvldeqFKiaqP5UO6jepRGqqaT5QeuA9iSdVF0rPUG9V/pHDBYY1hrFGNuayJsym740u2C+02KJ5QSrOutcmzjbQDtXe2sHY0cdJzVnJRcFV3k3BXdlD3VPXS8Tbxsfd99gvwT//ID6wIlBS4N3hVwMfRnOFCEXaRUVEV0RMzN2T9yDBLZE3aSw5IaUNak30zkyLDIzs+ZmX8xlz7PPryjYVPiuWLskq3RV2ZsK/cqSql01jLVedVPrHzbqNdU0n22VaytsP9op3VXUfbpXta+x/+5Em0mzJ/+dGj/t8AyNmf2zvs9JmHt6vvmCpYtEFrcu+bYsc/m9lSGrTq9xWbtvveWGbZtMNm/ZarJt+w6rnft3u+45uy9s/4ODOYd+Hmk/Jn58xUnrU+fOJJ/9dX7SRe1LR68kXv13fc5Nm1t379TfU75/4mHeY7En+59lvhB5efB1/lv5dxc+NH0y/fzq64Lv4T8Ffp360/rP8f9/AA0ADzT6lvFdAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABuSURBVHjabM6xCcJAAEDRd3Lb2It9RvFI1CaF41yIDuIALuAqEkjOWIii6C9f9cPst9BuXFw/ZGkdVe5fuFItDHrpTUlviBqzjA5J1ttGo1qQjciOaiWiaBQndPYKEYx2bjiYeCGTM08i/Jt/DABWUyEpDRN4agAAAABJRU5ErkJggg==") no-repeat 97% 55%;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  min-width: 220px;
}


input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  font-size: 13px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  padding: 6px;
}


textarea {
  font-size: 13px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  padding: 6px;
}


/*
 * *
 * * Auto Complete
 */
.c-auto-complete__result {
  background: white;
  padding-left: 5px;
  border: 1px solid #d2d2d2;
}


.c-auto-complete__even:hover, .c-auto-complete__odd:hover, .c-auto-complete__over {
  background: #d2d2d2;
  cursor: pointer;
}


@media only screen and (max-width: 1110px) {
  .c-auto-complete__even, .c-auto-complete__odd {
  padding: 8px 0;
  border-bottom: 1px solid #f9f9f9;
}
}


/*
 * *
 * * Error Messages
 */
.o-error-message.error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid red;
  background: #dddddd;
  color: #ed1c2e;
}


.o-message--error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid red;
  background: #dddddd;
  color: #ed1c2e;
}


/*
 * Loading gift
 */
div#loading {
  display: none;
  z-index: 100;
  width: 80px;
  height: 80px;
  background-position: 0% 0%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}


div.loading {
  z-index: 100;
  width: 100%;
  height: 80px;
  background-position: 50% 0%;
  position: relative;
  margin: 50px auto;
}


div#loadingGlobal {
  display: none;
  z-index: 99999;
  width: 150px;
  height: 75px;
  border: 0px solid black;
  background: url("/skins/orion/customer/images/loader.gif?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat;
  background-position: 0% 0%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}


/*
 * *
 * * Tabs
 */
.c-product-page__tabs-menu {
  display: flex;
  height: 48px;
  width: 100%;
  overflow: hidden;
  background: #42bfb7;
  color: white;
}

.c-product-page__tabs-menu::before {
  content: "";
  width: 100vw;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  background: #42bfb7;
}


.c-product-page__tabs-menu-item {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px 0;
  height: 40px;
  border-radius: 4px;
  z-index: 9;
}


.c-product-page__tabs-menu-item-link {
  padding: 28px;
  color: inherit;
  text-transform: uppercase;
}


.c-product-page__tabs-menu-item.active {
  background: white;
  color: #42bfb7;
}


.tab-content {
  display: none;
  padding: 20px;
  border: 2px solid #42bfb7;
  border-top: 0;
}


.tab-content:nth-of-type(2) {
  display: block;
}


.c-tab-attribute__wrapper {
  display: flex;
  margin-bottom: 5px;
}

.c-tab-attribute__wrapper:last-child {
  margin-bottom: 0;
}


.c-tab-attribute__label {
  width: 50%;
  max-width: 160px;
  font-weight: 700;
  text-align: center;
}


.c-tabc-tab-attribute__value-wrapper {
  width: 50%;
  max-width: 160px;
  word-break: break-all;
}


.c-tab-wholesale__quantity-wrapper, .c-tab-wholesale__wholesale-price-wrapper, .c-tab-wholesale__wholesale-price-with-and-without-taxes-wrapper {
  display: flex;
  margin-bottom: 5px;
}


.c-tab-wholesale__qiantity-discount-label {
  display: flex;
  width: 140px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  word-break: break-all;
  font-weight: 700;
}


.c-tab-wholesale__wholesale-price-with-taxes, .c-tab-wholesale__wholesale-price-without-taxes {
  display: flex;
}


.c-tab-wholesale__wholesale-price-with-and-without-taxes-wrapper {
  flex-direction: column;
}


.c-tab-wholesale__wholesale-price-amount, .c-tab-wholesale__quantity-value, .c-tab-wholesale__wholesale-price-without-taxes-price-amount, .c-tab-wholesale__wholesale-price-with-taxes-price-amount, .c-tab-wholesale__wholesale-price-without-taxes-amount, .c-tab-wholesale__wholesale-price-with-taxes-amount {
  display: flex;
  justify-content: center;
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  word-break: break-all;
}


.c-tab-wholesale__wholesale-price-amount {
  color: #f79a54;
}


.c-related-products__list {
  display: grid;
  width: 100%;
}


.products-per-row-6 .c-related-products__list {
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}


.products-per-row-5 .c-related-products__list {
  grid-template-columns: 20% 20% 20% 20% 20%;
}


.products-per-row-4 .c-related-products__list {
  grid-template-columns: 25% 25% 25% 25%;
}


.products-per-row-3 .c-related-products__list {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.c-related-products__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 10px 4px;
}


.c-related-products__item .c-product-price__discount-precent {
  position: absolute;
  background: red;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: white;
  font-size: 14px;
  top: 0;
  right: 0;
}


.c-related-products__view-details-button {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}


.c-related-products__add-to-cart-section {
  display: flex;
}

.c-related-products__add-to-cart-section .c-product-list__quantity {
  display: none;
}

.c-related-products__add-to-cart-section .c-button__add-to-cart {
  display: flex;
  justify-content: center;
  margin-top: 6px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 0;
  font-weight: normal;
  height: inherit;
}
.c-related-products__add-to-cart-section .c-button__add-to-cart:hover {
  background: rgba(0, 0, 0, 0);
  opacity: inherit;
}


@media only screen and (max-width: 1110px) {
  .products-per-row-6 .c-related-products__list {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.products-per-row-5 .c-related-products__list {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.products-per-row-4 .c-related-products__list {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.products-per-row-3 .c-related-products__list {
  grid-template-columns: 33.33% 33.33% 33.33%;
}
}


@media only screen and (max-width: 640px) {
  .products-per-row-6 .c-related-products__list {
  grid-template-columns: 50% 50%;
}


.products-per-row-5 .c-related-products__list {
  grid-template-columns: 50% 50%;
}


.products-per-row-4 .c-related-products__list {
  grid-template-columns: 50% 50%;
}


.products-per-row-3 .c-related-products__list {
  grid-template-columns: 50% 50%;
}


.c-related-products__list .c-button__add-to-cart-submit, .c-related-products__list .c-related-products__view-details-link {
  width: 100%;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
}


.c-box-recently-viewed__product-image {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}


.c-tab-bundled-product__list {
  display: flex;
  flex-wrap: wrap;
}


.c-tab-bundled-products__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 25%;
  padding: 20px;
}


.c-tab-bundled-products__view-details-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}


.c-tab-bundled-products__view-details-link {
  padding: 10px;
  color: white;
  background: #2cb8ad;
}


.c-tab-bundled-products__details-wrapper {
  width: 100%;
  min-height: 110px;
}


.c-tab-bundled-products__add-to-cart-section {
  display: flex;
  justify-content: center;
}


.c-tab-bundled-products__quantity-wrapper {
  margin-right: 5px;
}


.c-tab-bundled-products__quantity-input {
  width: 39px;
  height: 39px;
  text-align: center;
}


.c-tab-bundled-products__add-to-cart-submit {
  padding: 10px;
  color: white;
  background: #2cb8ad;
  border: 0;
  width: 100%;
  height: 100%;
}


.c-tab-video__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.c-tab-video__list iframe {
  max-width: 100%;
}


.c-tab-video__item {
  max-width: calc(50% - 48px);
  margin: 0 24px 48px 24px;
}


@media only screen and (max-width: 640px) {
  .c-tab-video__item {
  max-width: 100%;
  margin: 0 0 24px 0;
}
}


.tab-content .c-web-page .o-page-content {
  word-break: break-word;
  max-width: 100%;
  overflow: hidden;
}


.c-tab__box-title-wrapper {
  margin-top: 40px;
}


.c-tab__box-title {
  color: #00817e;
  line-height: 55px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.c-tab__box-title:after {
  content: "";
  width: 100%;
  top: 50%;
  margin-left: 14px;
  border-top: 3px solid #626262;
  position: absolute;
}


.c-tab-content-form .c-tab__box-title::after, .tab-content .c-tab__box-title::after {
  content: none;
}


/*
 * *
 * * Product Options
 */
.c-option-color__filter-list {
  display: flex;
}


.c-option-color__value-text {
  display: none;
}


.c-option-color__value-color {
  display: flex;
  width: 30px;
  height: 30px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dddddd;
  position: relative;
  text-align: center;
}


.c-option-color__wrapper {
  padding: 1px;
  margin-right: 5px;
}


.c-option-color__wrapper.selected {
  border: 1px solid #dedede;
}


.c-option-color__list:last-cild {
  margin-right: 0;
}


.c-option-color__radio-select {
  display: inline-flex;
  position: absolute;
  z-index: -1;
  left: -9999px;
}


.c-option-color__radio-select {
  position: absolute;
  transform: translateY(-175%);
  z-index: -1;
}


/*
 * *
 * * Widgets
 */
.c-extra-field__input {
  width: 70%;
}


.c-extra-field__input textarea {
  max-width: 100%;
  padding: 5px;
  width: 100%;
}


.c-extra-field__input label select {
  width: 100%;
  padding: 5px;
}


.c-custom-select-image__list {
  display: none;
  position: absolute;
  background: white;
  width: 365px;
  border: 1px solid #d5d5d5;
  padding: 7px;
  margin-top: 2px;
  z-index: 9;
}


.c-custom-select-image__option {
  display: flex;
  align-items: center;
  padding: 5px;
}

.c-custom-select-image__option:hover {
  background: #eeeeee;
}


.c-custom-select-image__option-name {
  cursor: default;
}


.c-custom-select-image__option.selected {
  background: #eeeeee;
}


.c-custom-select-image__target {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}


.c-custom-select-image__target::after {
  content: "";
  font-size: 0;
  border: solid black;
  border-width: 3px 0 0 3px;
  display: inline-flex;
  padding: 3px;
  transform: rotate(-135deg);
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
  margin-right: 4px;
  cursor: pointer;
}


.c-custom-select-image__image-wrapper {
  width: 28%;
  height: 22px;
}


.c-custom-select-image__image {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}


.c-custom-select-image__option-name {
  width: 70%;
}


.c-extra-field__input input {
  width: 100%;
}


/*
 * Address fields
 */
.c-address__state-select {
  width: 100%;
  padding: 5px;
}


@media only screen and (max-width: 1110px) {
  .c-extra-field__label {
  width: 30%;
}


.c-address__label, .c-address__input-text, .c-address__dropdown {
  width: 100%;
  margin: 0;
}
}


/*
 * *
 * * Box Accordion Categories and Subcategories
 */
.c-box-accordion-categories__box-title-wrapper {
  display: none;
}


.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content {
  display: none;
  width: 100%;
}


.c-box-accordion-subcategories__category-name {
  font-size: 13px;
}


.c-box-accordion-subcategories__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  word-break: break-word;
  overflow: hidden;
}


.c-box-accordion-subcategories__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding-right: 5px;
  cursor: pointer;
}

.c-box-accordion-subcategories__toggle::before {
  content: "\271B";
  color: black;
}


.c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper {
  border-bottom: 2px solid white;
}


/*
 * .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .is-open {
 * color: #008080 !important;
 * }
 */
.c-box-accordion-subcategories__wrapper {
  background: #ededed;
}


.c-box-accordion-subcategories__wrapper.is-open > .c-box-accordion-subcategories__box-content {
  display: block;
}


.c-box-accordion-subcategories__toggle .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper.is-open > .c-box-accordion-subcategories__box-content {
  display: block;
}


.c-box-accordion-subcategories__wrapper.is-open-accordion {
  background: #f79a54;
}

.c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__category-link {
  color: white;
}

.c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__toggle::before {
  color: white;
}

.c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__category-icon img {
  filter:  unquote("brightness(25)");
}


.c-box-accordion-subcategories__category-link {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 2px 0 2px 5px;
  color: black;
}


.c-box-accordion-subcategories__category-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}


.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper {
  background: #fafafa;
  padding: 6px 0 6px 14px;
}

.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-link {
  color: black;
}
.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-link::before {
  content: "\276F";
  margin-right: 5px;
  font-size: 10px;
}
.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-link:hover {
  color: #f79a54;
}

.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__toggle::before {
  color: black;
}

.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-icon {
  display: none;
}


/*
 * *
 * * Box Bestsellers
 */
.c-box-bestsellers__title {
  color: #00817e;
  line-height: 55px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.c-box-bestsellers__title:after {
  content: "";
  width: 100%;
  top: 50%;
  margin-left: 14px;
  border-top: 3px solid #626262;
  position: absolute;
}


.c-box-bestsellers__list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}


.c-box-bestsellers__product:not(.c-mega-menu__rows-list .bx-wrapper .c-box-bestsellers__product) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.c-box-bestsellers__product-image-link {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}


.c-box-bestsellers__product-image {
  width: auto;
  height: auto;
  max-height: 100%;
}


.c-box-bestsellers__product-title {
  margin: 10px 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 30px;
  overflow: hidden;
}


.c-box-bestsellers__product-title-link {
  color: black;
}


/*
 * *
 * * Brand Box
 */
.c-box-brands__view-all-brands-link {
  display: none;
}


.c-box-brands__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  margin: 5px 0;
  color: #333333;
}

.c-box-brands__brand-link:hover {
  text-decoration: underline;
}


.c-box-brands__brand-link-wrapper {
  display: inline-block;
  width: 100%;
}


.c-box-brands__brand-image {
  max-height: 35px;
  max-width: 133px;
  width: auto;
}


.c-box-brands__brand-name {
  padding-top: 10px;
}


.c-box-brands__list {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  width: 1110px;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*
 * *
 * * Box Categories
 */
.c-box-categories__list {
  display: flex;
  flex-wrap: wrap;
}


.c-box-categories__category-title-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 250px;
  max-width: 250px;
}


.c-box-categories__category {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
}


.c-box-categories__category-image {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  overflow: hidden;
}


.c-box-categories__category-name-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

.c-box-categories__category-name-wrapper:hover {
  text-decoration: underline;
}


.c-box-categories__category-product-count {
  margin-left: 5px;
}


.c-box-categories__category-name {
  color: black;
  font-weight: bold;
}


/*
 * *
 * * Mobile Box Categories
 */
@media only screen and (max-width: 1110px) {
  .c-box-categories__category {
  width: 50%;
}
}


/*
 * *
 * * Custom Category Box
 */
.c-box-custom-categories__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.c-box-custom-categories__category {
  display: flex;
  justify-content: center;
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}


.c-box-custom-categories__category-title-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  padding: 0 10px;
  width: 100%;
  height: 66px;
  z-index: 9;
}


.c-box-custom-categories__category-title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 66px;
  padding: 0 10px;
  background: rgba(237, 28, 46, 0.8);
  overflow: hidden;
  text-transform: uppercase;
}


.c-box-custom-categories__category-title {
  font-size: 20px;
  color: white;
  text-align: center;
}


.c-box-custom-categories__category-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
}


.c-box-custom-categories__category-image {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}


.c-box-custom-categories__category-image-wrapper {
  transition: opacity 0.5s;
}


.c-box-custom-categories__category:hover .c-box-custom-categories__category-image-wrapper {
  opacity: 0.8;
}


@media only screen and (max-width: 1110px) {
  .c-box-custom-categories__category {
  width: 50%;
}


.c-box-custom-categories__category-title {
  font-size: 18px;
}
}


@media only screen and (max-width: 640px) {
  .c-box-custom-categories__category {
  width: 100%;
}


.c-box-custom-categories__category-title {
  font-size: 16px;
}
}


/*
 * *
 * * Custom Product Box
 */
.c-box-custom-products {
  margin-bottom: 20px;
}


.c-box-custom-products__box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}


.c-box-custom-products__list {
  display: flex;
  flex-wrap: wrap;
}


.c-box-custom-products__product {
  width: 20%;
  padding: 10px;
  text-align: center;
}


.c-box-custom-products__product-title-wrapper {
  min-height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.c-box-custom-products__box-content .price-value {
  color: #cc4545;
  font-weight: 700;
}


.c-box-custom-products__product-image {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}


/*
 * *
 * * Mobile Custom Product Box
 */
@media only screen and (max-width: 1110px) {
  .c-box-custom-products__list {
  flex-wrap: wrap;
  width: 100%;
}


.c-box-custom-products__product {
  width: 25%;
}


.c-box-custom-products__product:first-child {
  margin-top: 0;
}
}


@media only screen and (max-width: 768px) {
  .c-box-custom-products__product {
  width: 50%;
}
}


.c-box-mini-cart__box-title-wrapper.o-box-title-wrapper {
  padding: 0 0 5px 0;
}


.c-box-mini-cart__title {
  font-size: 20px;
  text-transform: uppercase;
}


.c-box-mini-cart-items__item-name {
  display: flex;
  width: 100%;
  font-size: 12px;
  word-break: normal;
}


.c-box-mini-cart-items__item-subtotal-title {
  font-size: 14px;
  color: #ed1c2e;
  font-weight: bold;
}


.c-box-mini-cart-items__item-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: bold;
  color: #ed1c2e;
}


.c-box-mini-cart-items__item-wrapper {
  display: flex;
  margin: 20px 0 10px 0;
}


.c-box-mini-cart-items__item-quantity {
  display: flex;
  align-items: left;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  font-size: 11px;
  color: #ed1c2e;
}


.c-box-mini-cart-items__item-name-link {
  color: black;
}


.c-box-mini-cart-items__item-name-link:hover {
  color: #ed1c2e;
}


.c-box-mini-cart-items__subtotal-title-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0 0;
}


.c-box-mini-cart-items__item-tax-title-wrapper, .c-box-mini-cart-items__item-grand-total-title-wrapper {
  display: flex;
  justify-content: space-between;
}


.c-box-mini-cart-items__item-grand-total-wrapper {
  margin-bottom: 10px;
}


.c-box-mini-cart-items__subtotal-wrapper {
  padding: 0 0 15px 0;
}


.c-box-mini-cart-items__item-grand-total-title-wrapper {
  font-weight: bold;
}


.c-box-mini-cart-items__item-total .item-total {
  display: none;
}


.c-box-mini-cart-items__item-total .remove-item {
  display: none;
}


/*
 * If there are Taxes
 */
/*
 * *
 * * Box New Products
 */
.c-box-new-products__box-title {
  color: #00817e;
  line-height: 55px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.c-box-new-products__box-title:after {
  content: "";
  width: 100%;
  top: 50%;
  margin-left: 14px;
  border-top: 3px solid #626262;
  position: absolute;
}


.c-box-new-products__list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}


.bx-wrapper .c-box-new-products__list {
  padding: 0;
}


.c-box-new-products__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: 20%;
}


.c-box-new-products__product-image-link {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}


.c-box-new-products__product-image {
  width: auto;
  height: auto;
  max-height: 100%;
}


.c-box-new-products__product-title {
  margin: 10px 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 30px;
  overflow: hidden;
}


.c-box-new-products__product-title-link {
  color: black;
}


.c-box-new-products__rss-feed {
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
}

.c-box-new-products__rss-feed:hover {
  text-decoration: underline;
}


/*
 * *
 * * Box News
 */
.c-box-news__item {
  padding: 4px 0;
  margin: 2px 0;
}


.c-box-news__news-title-link {
  color: #ed1c2e;
  font-size: 14px;
}


.c-box-news__news-teaser-link {
  display: flex;
  margin: 10px 0;
  color: #ed1c2e;
}


.c-box-news__news-date.date {
  color: #ed1c2e;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
}


.c-box-news__subscribe-link, .c-box-news__view-all-link {
  color: black;
  font-size: 14px;
}

.c-box-news__subscribe-link:hover, .c-box-news__view-all-link:hover {
  text-decoration: underline;
}


.c-box-news__subscribe-link, .c-box-news__view-all-link {
  font-size: 12px;
}


.c-box-polls__content-wrapper {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
  box-shadow: none;
}


.c-box-polls__content-wrapper .c-box-polls__content {
  margin: 0 10px 0 10px;
}

.c-box-polls__content-wrapper .c-box-polls__box-title-wrapper {
  margin: 0 10px 0 10px;
}

.c-box-polls__content-wrapper .c-poll-content__poll-description {
  color: #ed1c2e;
  padding: 10px 0 0 0;
  text-align: right;
}

.c-box-polls__content-wrapper .c-box-polls__box-title {
  display: flex;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 19px;
}

.c-box-polls__content-wrapper .c-poll-content__answer-input-wrapper:hover, .c-box-polls__content-wrapper .c-poll-content__custom-answer-label:hover {
  color: #ed1c2e;
}


.c-poll-content__question-wrapper {
  margin: 6px 0;
}


.c-poll-content__answer-input-wrapper {
  margin: 4px 0;
}


.c-poll-content__custom-answer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 4px 0;
}


.c-poll-content__custom-answer-input {
  margin-left: 6px;
}


.c-poll-content__person-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 6px 0;
}


.c-poll-content__response-name, .c-poll-content__response-email {
  width: 100%;
  margin: 4px 0;
}


.c-poll-content__submit-button {
  text-align: right;
}


/*
 * *
 * * Box Promotions
 */
.c-box-promotions__banner-promotion-link {
  text-indent: -99999px;
}


.c-box-promotions__banner-promotion-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-box-promotions__banner-promotion-wrapper {
  text-align: center;
}


.c-box-promotions__promotions {
  position: relative;
  min-height: 50px;
  margin: 4px 0;
}


.c-box-promotions__promotion-wrapper {
  position: absolute;
  bottom: 0px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}


.c-box-promotions__promotion-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 18px;
}


.c-promotion-countdown__label::before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e03b";
  font-size: 16px;
  color: white;
  margin-right: 5px;
}


.c-box-promotions .c-box-promotions__promotion-countdown {
  display: flex;
  width: 40%;
}

.c-box-promotions .c-promotion-countdown__wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.c-box-promotions .c-promotion-countdown__date {
  font-size: 18px;
  color: #cc4545;
  margin-left: 10px;
}

.c-box-promotions .c-promotion-countdown__time {
  font-size: 18px;
  color: #cc4545;
}

.c-box-promotions .c-promotion-countdown__days {
  font-size: 18px;
  color: #cc4545;
  margin-right: 4px;
}

.c-box-promotions .c-promotion-countdown__text {
  margin-left: 10px;
}


.c-layout-bottom .c-box-promotions__promotion-wrapper, .c-layout-main--thin .c-box-promotions__promotion-wrapper {
  position: relative;
  order: 2;
  bottom: 2px;
  padding: 8px;
}

.c-layout-bottom .c-box-promotions__promotions, .c-layout-main--thin .c-box-promotions__promotions {
  display: flex;
  flex-wrap: wrap;
}

.c-layout-bottom .c-box-promotions__promotion-link, .c-layout-main--thin .c-box-promotions__promotion-link {
  font-size: 14px;
  flex-wrap: wrap;
}

.c-layout-bottom .c-box-promotions__banner-promotion-wrapper, .c-layout-main--thin .c-box-promotions__banner-promotion-wrapper {
  order: 1;
}


@media only screen and (max-width: 1110px) {
  .c-box-promotions__promotion-title {
  width: 44%;
  font-size: 12px;
}


.c-box-promotions .c-box-promotions__promotion-countdown {
  width: 56%;
}


.c-box-promotions .c-promotion-countdown__wrapper {
  flex-wrap: wrap;
}


.c-promotion-countdown__label, .c-box-promotions .c-promotion-countdown__days, .c-box-promotions .c-promotion-countdown__time {
  font-size: 12px;
}


.c-box-promotions .c-promotion-countdown__date {
  font-size: 12px;
}


.c-box-promotions__promotion-wrapper {
  padding: 6px 10px;
}


.c-promotion-countdown__label::before {
  font-size: 12px;
}
}


/*
 * *
 * * Box Promotion List
 */
.c-box-promotions-list__promotion-list-link {
  color: #333333;
}

.c-box-promotions-list__promotion-list-link:hover {
  color: black;
  text-decoration: underline;
}


.c-box-promotions-list__promotion {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 6px 0;
}

.c-box-promotions-list__promotion::before {
  content: "";
  content: '';
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-right: 10px;
}


/*
 * *
 * * Box Search
 */
.c-box-search__box-content-form > input {
  border: 1px solid #dddddd;
  width: 100%;
  padding: 4px;
  margin: 2px 0;
  border-radius: 0 !important;
}


.c-box-search__advanced-search-link {
  margin-left: auto;
  color: black;
  opacity: 0.6;
  font-size: 12px;
  margin-bottom: 2px;
}


.c-box-search__search-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}


/*
 * *
 * * Box Recently Viewed
 */
.c-box-recently-viewed__products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.c-box-recently-viewed__product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 25%;
  padding: 10px;
}


.c-box-recently-viewed__product-image {
  max-height: 180px !important;
}


.c-box-recently-viewed__product-name {
  width: 100%;
  text-align: center;
}


.c-box-recently-viewed__product-name-link {
  color: black;
}


/*
 * *
 * * Box Promotions
 */
.c-box-login__box-content {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 2px;
}


.c-box-login__login-link, .c-box-login__register-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  color: black;
  font-size: 12px;
}


.c-box-login__login-link:hover, .c-box-login__register-link:hover {
  color: #ed1c2e;
}


/*
 * *
 * * Box Upsell Products
 */
.c-layout-bottom .c-box-upsell-products__product-wrapper {
  width: 100%;
}


.o-box-product__product-title-and-price {
  position: relative;
}


.c-box-upsell-products__box-content {
  width: 100%;
}


.c-box-upsell-products__buy-product-form, .c-box-upsell-products__view-details-button {
  padding: 10px 0;
}


.c-box-upsell-products__buy-product-button {
  display: flex;
  align-items: center;
}


.c-box-upsell-products__buy-product-submit {
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: black;
  cursor: pointer;
  order: 2;
  font-weight: bold;
}

.c-box-upsell-products__buy-product-submit:hover {
  color: #ed1c2e;
}


.c-box-upsell-products__buy-product-icon::before {
  content: "+";
  display: flex;
  width: 12px;
  height: 18px;
  color: #ed1c2e;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}


.c-box-upsell-products__view-details-link {
  display: flex;
  align-items: center;
  color: black;
  cursor: pointer;
  font-weight: bold;
}

.c-box-upsell-products__view-details-link:hover {
  color: #ed1c2e;
}


.c-box-upsell-products__view-details-link::before {
  content: "\27A5";
  display: flex;
  width: 12px;
  height: 18px;
  color: #ed1c2e;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 4px;
}


.c-box-upsell-products__product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-box-upsell-products__product-name-link {
  color: black;
}


@media only screen and (max-width: 640px) {
  .c-layout-main--wide .c-box-upsell-products__product-wrapper {
  justify-content: center;
}

.c-layout-main--wide .c-box-upsell-products__product-name-price-button {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.c-layout-main--wide .c-box-upsell-products__product-image-wrapper {
  width: 100%;
}

.c-layout-main--wide .c-box-upsell-products__product-name {
  justify-content: center;
  text-align: center;
}

.c-layout-main--wide .c-box-upsell-products__product-name-price-button .c-price-exclude-taxes {
  text-align: center;
}
.c-layout-main--wide .c-box-upsell-products__product-name-price-button .c-price-exclude-taxes .price-withtax {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.c-layout-main--wide .c-box-upsell-products__product-name-price-button .c-price-exclude-taxes .final-price {
  flex-wrap: wrap;
}
.c-layout-main--wide .c-box-upsell-products__product-name-price-button .c-price-exclude-taxes .product-price {
  justify-content: center;
}

.c-layout-main--wide .c-box-upsell-products__view-details-link {
  justify-content: center;
}

.c-layout-main--wide .c-box-upsell-products__buy-product-button {
  justify-content: center;
}

.c-layout-main--wide .c-box-upsell-products__product-name-link {
  text-align: center;
  justify-content: center;
}


.c-box-upsell-products__buy-product-submit {
  font-size: 13px !important;
}
}


/*
 * *
 * * Box Blog Article
 */
.c-box-blog-articles {
  height: inherit;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}


.c-box-blog-articles__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}


.c-box-blog-articles__box-title {
  font-size: 18px;
  font-weight: bold;
}


.c-box-blog-articles__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.bx-wrapper .c-box-blog-articles__list {
  justify-content: flex-start;
}


.c-box-blog-articles__item {
  width: 30%;
  padding: 20px 0;
}


.c-box-blog-articles__image-link {
  display: block;
}


.c-box-blog-articles__image {
  max-width: 100%;
  height: auto;
  width: auto;
}


.c-box-blog-articles__details-title {
  order: 2;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  padding: 10px 0;
}


.c-box-blog-articles__details-title-link {
  font-size: 18px;
  font-weight: bold;
  color: #ff5500;
}


.c-box-blog-articles__date {
  order: 1;
  text-align: center;
  width: 100%;
  padding: 20px 0 10px 0;
}


.c-box-blog-articles__short-excerpt {
  order: 3;
  width: 100%;
  padding: 10px 0;
}


.c-box-blog-articles__details-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.c-box-blog-articles__view-all-articles {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px 0;
}


.c-box-blog-articles__view-all-articles-link {
  color: #ff5500;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid black;
  transition: 0.5s;
}

.c-box-blog-articles__view-all-articles-link:hover {
  color: white;
  background: #ff5500;
}


.c-box-blog-articles__image-wrapper {
  overflow: hidden;
}


.c-box-blog-articles__image {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: all 0.4s linear;
  box-shadow: black 0em 0em 0em;
}

.c-box-blog-articles__image:hover {
  transform: scale(1.5) rotate(-10deg);
  box-shadow: black 0em 0em 0em;
}


@media only screen and (max-width: 1110px) {
  .c-box-blog-articles__list {
  justify-content: center;
}


.c-box-blog-articles__item {
  width: 100%;
  justify-content: center;
}
}


/*
 * *
 * * Box Dropdown Categories
 */
.c-box-dd-categories .c-box-dd-categories__subcategory-list {
  display: flex;
}

.c-box-dd-categories > .c-box-dd-categories__subcategory-list > .c-box-dd-categories__item {
  display: none;
}


.c-box-dd-categories {
  position: relative;
  display: flex;
  width: 1220px;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #cc4545;
  border-radius: 0 0 6px 6px;
}

.c-box-dd-categories .c-box-dd-categories__title-wrapper {
  display: none;
}

.c-box-dd-categories .c-box-dd-categories__subcategory-list {
  display: flex;
  left: 0;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-box-dd-categories .c-box-dd-categories__subcategory-list .c-box-dd-categories__item {
  position: relative;
  height: inherit;
  padding: 6px 12px;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.c-box-dd-categories .c-box-dd-categories__subcategory-list .c-box-dd-categories__subcategory-item-link {
  border: none;
}
.c-box-dd-categories .c-box-dd-categories__subcategory-list .c-box-dd-categories__subcategory-item-link::after {
  content: none;
}

.c-box-dd-categories .c-box-dd-categories__item .c-box-dd-categories__subcategory-list {
  display: none;
  left: inherit !important;
  right: 0 !important;
  top: 31px !important;
  z-index: 99;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: black;
}
.c-box-dd-categories .c-box-dd-categories__item .c-box-dd-categories__subcategory-list .c-box-dd-categories__item {
  background: white;
}
.c-box-dd-categories .c-box-dd-categories__item .c-box-dd-categories__subcategory-list .c-box-dd-categories__item .c-box-dd-categories__subcategory-item-link {
  color: black;
}


.c-layout-top .c-box-dd-categories__item .c-box-main-menu__mobile-control {
  display: none;
}

.c-layout-top .c-box-dd-categories {
  width: 100%;
  background: white;
  border-bottom: 1px solid #dddddd;
  z-index: 9;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__subcategory-list {
  z-index: 99;
}
.c-layout-top .c-box-dd-categories > .c-box-dd-categories__subcategory-list > .c-box-dd-categories__item {
  padding: 4px 8px;
}
.c-layout-top .c-box-dd-categories > .c-box-dd-categories__subcategory-list > .c-box-dd-categories__item > .c-box-dd-categories__subcategory-list {
  padding: 0;
  border-top: 2px solid black;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  right: unset !important;
  left: 8px !important;
  margin: 0 auto;
}
.c-layout-top .c-box-dd-categories > .c-box-dd-categories__subcategory-list > .c-box-dd-categories__item > .c-box-dd-categories__subcategory-list::before {
  content: "";
  border-bottom: 8px solid black;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -8px;
  right: 0;
  left: 20px;
  width: 8px;
}
.c-layout-top .c-box-dd-categories > .c-box-dd-categories__subcategory-list > .c-box-dd-categories__item .c-box-dd-categories__subcategory-list .c-box-dd-categories__item .c-box-dd-categories__subcategory-item-link {
  padding: 4px 8px;
  white-space: nowrap;
}
.c-layout-top .c-box-dd-categories > .c-box-dd-categories__subcategory-list > .c-box-dd-categories__item > .c-box-dd-categories__subcategory-item-link {
  padding: 6px 12px;
  white-space: nowrap;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__subcategory-list {
  max-width: 1220px;
  margin: 0 auto;
  border: 0;
  top: 0;
  justify-content: flex-start;
  padding: 0 20px;
  width: 100%;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__subcategory-list::before {
  content: none;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content {
  display: none !important;
  flex-wrap: wrap;
  background: white;
  position: absolute;
  right: 0;
  top: 41px;
  border-top: 2px solid black;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content::before {
  content: "";
  border-bottom: 8px solid black;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -8px;
  right: 40px;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content .c-box-dd-categories__item {
  width: 25%;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content > .c-box-dd-categories__item > .c-box-dd-categories__subcategory-item-link {
  font-weight: bold;
  padding-left: 0;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content .c-box-dd-categories__item > .c-box-dd-categories__subcategory-list {
  display: flex;
  position: relative;
  top: 0 !important;
  border: 0;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content .c-box-dd-categories__item > .c-box-dd-categories__subcategory-list .c-box-dd-categories__item {
  width: 100%;
  padding: 4px 6px;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content .c-box-dd-categories__item > .c-box-dd-categories__subcategory-list .c-box-dd-categories__item .c-box-dd-categories__subcategory-item-link {
  text-transform: none;
  padding: 4px 6px;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content .c-box-dd-categories__item > .c-box-dd-categories__subcategory-list .c-box-dd-categories__item .c-box-dd-categories__subcategory-item-link:hover {
  color: #ed1c2e;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-category-link:hover .c-box-dd-categories__all-categories-content {
  display: flex !important;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-category-link {
  position: relative;
  margin-left: auto;
  float: right;
}
.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-category-link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  color: black;
  text-transform: uppercase;
  padding: 0 8px;
}


@media only screen and (max-width: 640px) {
  .c-layout-top .c-box-dd-categories .c-box-dd-categories__all-category-link:hover .c-box-dd-categories__all-categories-content {
  width: 96vw !important;
  right: -20px;
}


.c-layout-top .c-box-dd-categories .c-box-dd-categories__all-categories-content .c-box-dd-categories__item {
  width: 50%;
}
}


/*
 * *
 * * Box Menu
 */
.c-layout-top .c-box-menu {
  width: 100%;
  margin: 0 auto;
  background: #cc4545;
  border-radius: 0 0 6px 6px;
}

.c-layout-top .c-box-menu__menus-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.c-layout-top .c-box-menu__item {
  padding: 8px 20px;
}

.c-layout-top .c-box-menu__item-link {
  font-size: 12px;
  color: white;
}
.c-layout-top .c-box-menu__item-link:hover {
  color: black;
}

@media only screen and (max-width: 1110px) {
  .c-layout-top .c-box-menu {
  width: 100%;
}
.c-layout-top .c-box-menu__item {
  padding: 4px 8px;
}
}


/*
 * *
 * * Box Tabs box
 */
.c-box-tabs .c-box-mega-tabs__navigation-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #cc4545;
}

.c-box-tabs .c-box-mega-tabs__navigation {
  width: 16.2%;
  background: #eeeeee;
  height: 30px;
  border-radius: 6px 6px 0 0;
  margin: 0 6px 0 0;
}

.c-box-tabs .c-box-mega-tabs__navigation:last-child {
  margin: 0;
}

.c-box-tabs .c-box-mega-tabs__navigation-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

.c-box-tabs .c-box-mega-tabs__item-content.ui-tabs-hide {
  visibility: hidden;
  height: 0;
  margin-top: 0;
}

.c-box-tabs .c-box-mega-tabs__item-content {
  visibility: visible;
  margin-top: 20px;
}

.c-box-tabs .c-box-mega-tabs__navigation.ui-tabs-selected {
  background: #ff5500;
}
.c-box-tabs .c-box-mega-tabs__navigation.ui-tabs-selected .c-box-mega-tabs__navigation-link {
  color: white;
}

.c-box-tabs .c-box-mega-tabs__navigation:hover {
  background: #ff5500;
}
.c-box-tabs .c-box-mega-tabs__navigation:hover .c-box-mega-tabs__navigation-link {
  color: white;
}


@media (min-width: 640px) and (max-width: 1109px) {
  .c-box-tabs .c-box-mega-tabs__navigation {
  width: 50%;
}

.c-box-tabs .c-box-mega-tabs__navigation {
  margin: 0;
  border-bottom: 1px solid #cc4545;
  border-radius: 0;
}

.c-box-tabs .c-box-mega-tabs__navigation-list {
  border: 0;
}
}


@media only screen and (max-width: 640px) {
  .c-box-tabs .c-box-mega-tabs__navigation {
  width: 100%;
}

.c-box-tabs .c-box-mega-tabs__navigation {
  margin: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
}

.c-box-tabs .c-box-mega-tabs__navigation-list {
  border: 0;
}
}


/*
 * *
 * * Deals of the day
 */
.c-box-deals-of-the-day__box-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: gainsboro;
}


.c-box-deals-of-the-day__box-title {
  text-transform: uppercase;
  padding: 14px 0;
  font-weight: bold;
}


.c-box-deals-of-the-day__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}


.c-box-deals-of-the-day__image-and-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}


.c-box-deals-of-the-day__product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-box-deals-of-the-day__product-title {
  color: black;
  text-overflow: ellipsis;
  padding: 0 0 4px 0;
  display: flex;
}


.c-box-deals-of-the-day__product-title-link {
  color: black;
  text-overflow: ellipsis;
}


.c-box-deals-of-the-day__title-and-price-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 140px;
}


.c-box-deals-of-the-day__empty {
  min-width: 230px;
  margin: 0 15px;
}


.c-box-deals-of-the-day__list {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.c-box-deals-of-the-day__list .c-countdown-product-grid__wrapper {
  position: relative;
}

.c-box-deals-of-the-day__list .c-countdown-product-grid__label {
  text-align: center;
  font-size: 14px;
}

.c-box-deals-of-the-day__list .c-countdown-product-grid__delimiter {
  width: 1%;
  font-size: 13px;
}

.c-box-deals-of-the-day__list .c-countdown-product-grid__unit-of-time {
  width: 23%;
  font-size: 13px;
}


.c-box-deals-of-the-day__product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.c-box-deals-of-the-day__content-wrapper {
  display: flex;
  width: 100%;
}


.c-box-deals-of-the-day__price-and-buy-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 0;
}

.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__product-price {
  display: flex;
  width: 40%;
}
.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__product-price .product-prices {
  width: auto !important;
  margin: 0 !important;
}
.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__product-price del.c-price-exclude-taxes__final-price-list-price {
  display: flex !important;
}

.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}

.c-box-deals-of-the-day__price-and-buy-button .c-product-price__discount-precent-wrapper {
  right: 0 !important;
  left: inherit !important;
}

.c-box-deals-of-the-day__price-and-buy-button .c-product-price__discount-precent {
  transform: rotate(-20deg);
  font-size: 14px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100px !important;
}

.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__view-details-button, .c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__buy-product-button {
  display: flex;
}

.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__buy-product-submit, .c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__view-details-link {
  width: 100%;
  background: black;
  border: 0;
  color: white;
  padding: 5px 15px;
  font-size: 13px !important;
  cursor: pointer;
}
.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__buy-product-submit:hover, .c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__view-details-link:hover {
  background: #ed1c2e;
}


.c-box-deals-of-the-day .bx-prev, .c-box-deals-of-the-day .bx-next {
  transform: rotate(0) !important;
  border: 0 !important;
  margin-top: 0 !important;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box-deals-of-the-day .bx-prev > span, .c-box-deals-of-the-day .bx-next > span {
  display: none;
}

.c-box-deals-of-the-day .bx-prev:hover, .c-box-deals-of-the-day .bx-next:hover {
  opacity: 1;
}

.c-box-deals-of-the-day .bx-next {
  background: gainsboro;
  height: 45px;
  width: 30px;
}
.c-box-deals-of-the-day .bx-next:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f054";
  font-size: 18px;
  color: white;
  margin-right: 5px;
}
.c-box-deals-of-the-day .bx-next::before {
  margin: 2px 0 0 2px !important;
  text-indent: 0;
}

.c-box-deals-of-the-day .bx-prev {
  background: gainsboro;
  height: 45px;
  width: 30px;
}
.c-box-deals-of-the-day .bx-prev:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f053";
  font-size: 18px;
  color: white;
  margin-right: 5px;
}
.c-box-deals-of-the-day .bx-prev::before {
  margin: 2px 2px 0 0 !important;
  text-indent: 0;
}


/*
 * *
 * * Banners
 */
.c-banner__img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}


.c-banner__image-wrapper {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  line-height: 0;
}

.c-banner__image-wrapper picture {
  width: 100%;
}


.c-banner__image-link {
  width: 100%;
}


.c-banner-multibanner {
  display: flex;
  padding: 0;
  margin: 0 auto;
}


.c-banner-multibanner__row-wrapper {
  line-height: 0;
}


.layout-type-thin-wide .c-layout-main--wide .c-banner-multibanner {
  width: 100% !important;
}


.layout-type-wide-thin .c-layout-main--wide .c-banner-multibanner {
  width: 100% !important;
}


.o-layout--vertical .c-banner-multibanner__columns-wrapper {
  padding: 2px;
}


.c-banner-multibanner .c-banner__image-wrapper {
  line-height: 0px;
}


.c-banner-multibanner .c-banner__img {
  margin: 0px;
  padding: 0px;
}


.c-banner-multibanner .c-banner-multibanner__row-wrapper .bx-wrapper {
  padding: 0;
}


.c-banner-multibanner .c-banner-multibanner__row-wrapper .bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0px;
}


.c-banner-multibanner .c-banner-multibanner__row-wrapper .bx-wrapper .bx-controls .bx-pager {
  display: none !important;
}


.banner-full-width img {
  min-width: 100%;
}


.c-bxslider {
  position: relative;
}

.c-bxslider img {
  display: none;
}

.c-bxslider .c-bxslider__image-and-title-link:first-child img {
  display: block;
}


.c-bxslider .bx-wrapper img {
  display: block;
  margin: 0 auto;
}

.c-bxslider .bx-wrapper + .c-bxslider__static-controls {
  display: none;
}


.bx-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 12px;
}


.bx-prev, .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  outline: 0;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
  z-index: 9999;
}


.bx-prev {
  left: 2px;
  content: '';
  border: solid #c6c6c6;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
}


.bx-next {
  right: 2px;
  content: '';
  border: solid #c6c6c6;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
}

.bx-next:hover {
  opacity: 0.9;
}


.bx-prev.disabled, .bx-next.disabled {
  display: none;
}


.c-bxslider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main .c-bxslider .bx-wrapper img {
  max-height: 100%;
  width: auto;
}


main .c-bxslider .c-bxslider__image-and-title-link {
  display: inherit;
  height: auto;
}
}


.c-bxslider {
  text-align: center;
}


/*
 * ** BxSlider fix for safari **
 */
.c-bxslider__wrapper {
  display: flex;
}


.c-bxslider__title-and-description {
  position: absolute;
  bottom: 0;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  min-height: 60px;
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #ff5500;
}

.c-bxslider__title-and-description .c-bxslider__title {
  font-size: 20px;
  width: 100%;
  color: white;
}

.c-bxslider__title-and-description .c-bxslider__description {
  font-size: 14px;
  color: #919191;
  width: 100%;
}


.c-bxslider__title-and-description.is-empty {
  display: none;
}


/*
 * hide source tag when parent is displayed block
 */
picture source {
  display: none;
}


picture {
  display: inline-block;
  line-height: 0;
}


@media only screen and (max-width: 1110px) {
  .c-banner-multibanner, .o-layout--vertical .c-banner-multibanner {
  width: 100% !important;
}


.c-banner-multibanner__columns-wrapper {
  padding: 2px;
}


.c-banner-multibanner__row-wrapper {
  padding-right: 0 !important;
}


.c-bxslider__title-and-description {
  display: none;
}
}


/*
 * *
 * * General Style for Boxes
 */
.c-layout-main--thin .c-box {
  margin-bottom: 20px;
}

.c-layout-main--thin .c-box:last-child {
  margin-bottom: 0;
}


.o-box-products__wrapper {
  position: relative;
}


.o-box-products .c-product-price__discount-precent-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.o-box-products .c-product-price__discount-precent {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.o-box-products__product-name {
  margin: 10px 0;
}


.o-box-products__product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-box .bx-pager {
  display: none;
}


/*
 * *
 * * Header Top Line
 */
.c-breadcrumb__list {
  color: #9c9c9c;
  line-height: 55px;
}


.c-breadcrumb__item {
  font-size: 12px;
}


.c-breadcrumb__item-link {
  color: #9c9c9c;
}


.c-breadcrumb__list span:NTH-CHILD(3) .c-breadcrumb__item-link {
  color: #fa9b4b;
}


.c-breadcrumb__list span:NTH-CHILD(3) {
  color: #fa9b4b;
  font-weight: 700;
}


.c-breadcrumb__item--last {
  display: none;
}


.c-breadcrumb__separator::before {
  content: "\276F";
  font-size: 10px;
  padding: 0 6px;
  color: #fa9b4b;
}


@media only screen and (max-width: 1110px) {
  .c-breadcrumb {
  background: whitesmoke;
  padding: 0 15px;
}


.c-breadcrumb__list {
  line-height: 26px;
}
}


/*
 * *
 * * Captcha Style
 */
.c-captcha__heading {
  display: flex;
  margin-top: 10px;
}


.c-captcha__container {
  width: 35%;
  padding: 10px;
  margin: 5px auto;
  border: 1px solid #dddddd;
}


.c-captcha__img-and-button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}


.c-captcha__image-wrapper {
  background: url("/skins/orion/customer/images/captcha-icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 95% 50%;
  width: 340px;
  height: 65px;
  border: 1px solid #dddddd;
  padding: 5px;
}


.c-captcha__image {
  height: 100%;
}


.c-captcha__reload-captcha, .c-captcha__help-button {
  display: block;
  width: 30px;
  height: 30px;
}


.c-captcha__reload-captcha {
  background: black;
  margin-bottom: 5px;
  margin-left: 5px;
}

.c-captcha__reload-captcha::before {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  font-size: 16px;
  content: "\21BB";
  color: white;
}

.c-captcha__reload-captcha:hover {
  opacity: 0.7;
}


.c-captcha__help-button {
  background: black;
  margin-left: 5px;
}

.c-captcha__help-button::before {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  font-size: 16px;
  content: "\2753";
  color: white;
}

.c-captcha__help-button:hover {
  opacity: 0.7;
}


.c-captcha__input-wrapper input {
  width: 100%;
  padding: 7px;
}


.c-google-recaptcha {
  display: flex;
  max-width: 75%;
  margin-left: 50px;
  justify-content: flex-end;
  margin-top: 10px;
}


.g-recaptcha {
  display: flex;
  justify-content: flex-end;
}


@media only screen and (max-width: 1110px) {
  .c-google-recaptcha {
  max-width: 100%;
}


.c-captcha__container {
  width: 100%;
}
}


/*
 * *
 * * Cart Details during Checkout
 */
.c-checkout-cart__content-responsive {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
}


.c-checkout-cart__content-responsive:last-child {
  margin-bottom: 10px;
}


.c-checkout-cart__content-product-image-item {
  width: 35%;
  padding: 16px;
}


.c-checkout-cart__content-product-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 45%;
  padding-left: 4px;
}


.c-checkout-cart__content-product-quantity-and-name {
  display: flex;
  margin: 7px 0;
}


.c-checkout-cart__content-product-options {
  font-size: 12px;
  opacity: 0.8;
}


.c-checkout-cart__content-product-link {
  color: #ff5500;
  text-decoration: underline;
}

.c-checkout-cart__content-product-link:hover {
  text-decoration: none;
}


.c-checkout-cart__content-product-item-quantity {
  margin-right: 10px;
  color: #ed1c2e;
}


.c-checkout-cart__content-total-price {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}


.c-checkout-cart__order-total-list {
  display: table;
  width: 100%;
}


.c-checkout-cart__order-total-lines {
  display: table-row;
  margin: 0;
}


.c-checkout-cart__order-total-label {
  display: table-cell;
  padding: 0 0 0 100px;
  font-weight: bold;
  text-align: right;
}


.c-checkout-cart__order-total-amount {
  display: table-cell;
  text-align: right;
}


/*
 * *
 * * Checkout Review
 */
.c-checkout-confirm__review-info, .c-checkout-confirm__cart-content-title {
  font-size: 18px;
  padding: 5px;
  border-bottom: 1px solid #dddddd;
}


.c-checkout-confirm__cart-content-title {
  margin-bottom: 30px;
}


.c-checkout-confirm__billing-information-table {
  display: flex;
  margin: 20px 0;
  border: 1px solid #dddddd;
}


.c-checkout-confirm__billing-information-section {
  width: 50%;
  padding: 20px 10px;
}


.c-checkout-confirm__shipping-information-section {
  width: 50%;
  padding: 20px 10px;
}


.c-checkout-confirm__billing-information-title, .c-checkout-confirm__shipping-information-title, .c-checkout-confirm__billing-information-payment-title, .c-checkout-confirm__shipping-information-shipping-title {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}


.c-checkout-confirm__billing-information-edit-address, .c-checkout-confirm__shipping-information-edit-address {
  color: black;
}


.c-checkout-confirm__billing-information-edit-address:hover, .c-checkout-confirm__shipping-information-edit-address:hover {
  text-decoration: underline;
}


.c-checkout-confirm__billing-information-address, .c-checkout-confirm__shipping-information-address, .c-checkout-confirm__billing-information-payment-method, .c-checkout-confirm__shipping-information-shipping-method {
  padding: 10px 5px;
  border-bottom: 1px solid #dddddd;
  line-height: 18px;
}


.c-checkout-confirm__billing-information-address .address-first-name, .c-checkout-confirm__billing-information-address .address-last-name, .c-checkout-confirm__shipping-information-address .address-first-name, .c-checkout-confirm__shipping-information-address .address-last-name {
  font-weight: 700;
}


.c-checkout-confirm__edit-and-finalize-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}


.c-checkout-confirm__checkout-final-submit {
  padding: 12px 20px;
  border: none;
  background: #ff5500;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

.c-checkout-confirm__checkout-final-submit:hover {
  background: white;
  color: #23b5aa;
  border: 1px solid #23b5aa;
  padding: 11px 19px 11px 19px;
}


.c-checkout-confirm__edit-order-submit {
  background: white;
  color: #23b5aa;
  border: 1px solid #23b5aa;
  padding: 11px 19px 11px 19px;
  cursor: pointer;
  font-size: 14px;
}

.c-checkout-confirm__edit-order-submit:hover {
  border: none;
  padding: 12px 20px 12px 20px;
  background: #23b5aa;
  color: white;
}


/*
 * *
 * * Design Editor
 */
@font-face {  font-family: 'Icons';  src: url("/skins/assets/fonts/open-iconic-11/fonts/open-iconic.woff2?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") format('woff2'), url("/skins/assets/fonts/open-iconic-11/fonts/open-iconic.woff?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") format('woff');  font-weight: normal;  font-style: normal;  font-display: swap;}

.c-design-editor__success-msg .success {
  display: flex;
  padding: 0 10px;
}

.c-design-editor__success-msg .success:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e038";
  font-size: 28px;
  color: #00cd70;
  margin-right: 5px;
}

.c-design-editor__success-msg .success::before {
  margin-right: 10px;
}


.c-design-editor__ok-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-design-editor__ok-button a {
  background: #00cd70;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
}


.c-designer-container {
  width: 380px;
  position: fixed;
  border: 1px solid #7e4881;
  background: #eeeeee;
  z-index: 9999999;
  left: 0;
}


.c-designer-container__designer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -96px;
  top: 54px;
  width: 150px;
  height: 40px;
  padding: 8px 10px 8px 10px;
  transform: rotate(90deg);
  font-size: 18px;
  color: white;
  background: #7e4881;
  border-radius: 0px 20px 0px 0px;
  cursor: pointer;
  font-weight: bold;
}

.c-designer-container__designer-title:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e041";
  font-size: 16px;
  color: white;
  margin-right: 5px;
}

.c-designer-container__designer-title::before {
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


/*
 * Spin animation
 */
@keyframes spin {  from {  transform: rotate(0deg);}  to {  transform: rotate(360deg);}}

.c-designer-container__widget {
  display: none;
  overflow: hidden;
  position: relative;
}


.c-designer-container__items-wrapper h2 {
  color: #333333;
  background: #eeeeee;
  padding: 7px 10px 7px 15px;
  cursor: pointer;
}

.c-designer-container__items-wrapper h2:hover {
  background: #dddddd;
}


.c-designer-container__items-wrapper {
  border-bottom: 1px solid #aaaaaa;
}

.c-designer-container__items-wrapper:last-child {
  border-bottom: 0;
}


.c-designer-container__actions-wrapper {
  display: flex;
  align-items: center;
  height: 38px;
  background: #7e4881;
}


.c-designer-container__actions-list {
  display: flex;
  align-items: center;
  width: 50%;
  height: 30px;
  justify-content: center;
  background: #7e4881;
}


.c-designer-container__actions-list:first-child {
  border-right: 1px solid white;
}


.c-designer-container__close-button-link, .c-designer-container__save-button-link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}


.c-designer-container__save-button-link:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0c8";
  font-size: 12px;
  color: white;
  margin-right: 5px;
}


.c-designer-container__close-button-link:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0db";
  font-size: 12px;
  color: white;
  margin-right: 5px;
}

.c-designer-container__close-button-link::before {
  margin-bottom: 2px;
}


.c-designer-container__group-name.active {
  background: #dddddd;
}


#design-editor-skins .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e007";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#design-editor-color-schemes .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e007";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-buttons-schemes .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e007";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-colors .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e049";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-body .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e06f";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-top-bar .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e042";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-header .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e075";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-menu .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e05b";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-content .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e09b";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-boxes .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e023";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-column-bottom .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e04b";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-footer .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e045";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-banners-colors .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e041";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


#editor-buttons-colors .c-designer-container__group-name:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e041";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}


.c-designer-editer-widget {
  display: flex;
  align-items: center;
  background: white;
  padding: 15px 10px 15px 50px;
  position: relative;
  border-top: 1px solid #dddddd;
}


.c-designer-editer-widget.disabled {
  opacity: 0.3;
  pointer-events: none;
}


.c-designer-color-picker__widget-name-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 36%;
  text-align: left;
}


.c-designer-color-picker__info-de {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
}


.c-designer-color-picker__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-designer-color-picker__info-de:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e07c";
  font-size: 10px;
  color: #999999;
  margin-right: 5px;
}

.c-designer-color-picker__info-de::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  border-radius: 50px;
}


.c-designer-color-picker__reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36%;
}


.c-designer-color-picker__reset-button-link {
  padding: 4px 12px;
  color: white;
  background: #7e4881;
  border-radius: 4px;
  display: flex;
}


.c-designer-color-picker__fake-input-wrapper {
  height: 25px;
  width: 25px;
  position: relative;
  border: 1px solid #dddddd;
  text-align: center;
  margin-right: 5px;
  border-radius: 5px;
}


.c-designer-color-picker__widget-id {
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  border: none !important;
  width: 23px;
  height: 23px;
  left: 0px;
  background: rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  font-size: 0 !important;
}


.c-designer-color-picker__transparent {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  height: 25px;
  width: 25px;
  left: 0px;
  border-radius: 5px;
}


.c-designer-color-picker__preview-color {
  display: flex;
  height: 18px;
  width: 18px;
  border: 1px solid #dddddd;
  position: absolute;
  left: 15px;
  top: 34%;
  border-radius: 50px;
}


.c-designer-skin-picker__preview {
  max-width: 64px;
  height: auto;
}


.c-designer-skin-picker__preview-wrapper {
  justify-content: space-between;
  padding: 10px 20px 10px 50px;
}


/*
 * Hide tab with available skins and color of banner
 */
#design-editor-skins, #editor-banners-colors {
  display: none !important;
}


#design-editor-content .button-scheme {
  position: relative;
  padding-left: 40px;
  display: block;
}
#design-editor-content .button-scheme:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#design-editor-content .button-scheme h3 {
  margin: 0 0 5px 0;
}
#design-editor-content .button-scheme div {
  margin: -5px;
}
#design-editor-content .button-scheme span {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
}
#design-editor-content .button-scheme .button-2 {
  background: #6e1e72;
  padding: 10px;
}
#design-editor-content .button-scheme .button-2 a, #design-editor-content .button-scheme .button-2 input {
  background: rgba(0, 0, 0, 0);
  color: white;
  font-size: 12px !important;
  font-family: inherit !important;
}
#design-editor-content .button-scheme .button-2.button-icon:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0af";
  font-size: null;
  color: white;
  margin-right: 5px;
}


#design-editor-color-schemes h2:before, #editor-buttons-schemes h2:before, #design-editor-skins h2:before {
  content: '\e007';
}

#design-editor-color-schemes .item:hover, #editor-buttons-schemes .item:hover, #design-editor-skins .item:hover, #design-editor-color-schemes .item.selected, #editor-buttons-schemes .item.selected, #design-editor-skins .item.selected {
  background: #999999;
  cursor: pointer;
}
#design-editor-color-schemes .item:hover h3, #editor-buttons-schemes .item:hover h3, #design-editor-skins .item:hover h3, #design-editor-color-schemes .item.selected h3, #editor-buttons-schemes .item.selected h3, #design-editor-skins .item.selected h3 {
  color: white;
}
#design-editor-color-schemes .item:hover .color-schema-reset:before, #editor-buttons-schemes .item:hover .color-schema-reset:before, #design-editor-skins .item:hover .color-schema-reset:before, #design-editor-color-schemes .item.selected .color-schema-reset:before, #editor-buttons-schemes .item.selected .color-schema-reset:before, #design-editor-skins .item.selected .color-schema-reset:before {
  color: white;
}
#design-editor-color-schemes .item.selected:before, #editor-buttons-schemes .item.selected:before, #design-editor-skins .item.selected:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: '\e033';
  font-size: 16px;
  color: white;
  margin-right: 5px;
}
#design-editor-color-schemes .item.selected:before, #editor-buttons-schemes .item.selected:before, #design-editor-skins .item.selected:before {
  position: absolute;
  left: 15px;
  top: 25px;
}
#design-editor-color-schemes .item span, #editor-buttons-schemes .item span, #design-editor-skins .item span {
  border-color: #bbbbbb !important;
}


/*
 * *
 * * Featured Categories
 */
.c-featured-category__title-content-link {
  color: #23b5aa;
}


.c-featured-category__link {
  display: flex;
  justify-content: flex-end;
  color: #ff5500;
}

.c-featured-category__link:hover {
  text-decoration: underline;
}


.c-featured-category__title {
  margin: 20px 0;
}

.c-featured-category__title::before {
  display: block;
  position: relative;
  bottom: -16px;
  left: 0;
  right: 0;
  content: "";
  border: 2px solid whitesmoke;
}


.c-featured-category__title-content {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  background: white;
  color: #23b5aa;
  font-size: 22px;
  z-index: 9;
}


.c-featured-category__title-wrapper {
  text-align: center;
  width: auto;
}


/*
 * *
 * * Filters
 */
.c-box-filter__title-wrapper {
  margin-bottom: 15px;
}


.c-box-filter__title {
  font-size: 18px;
}


.c-box-filter__cancel-filters {
  display: none;
}


.c-filter-attribute__title, .c-filter-options__title, .c-filter-atributes-group__title {
  color: #ed1c2e;
  margin-bottom: 7px;
  font-size: 16px;
}


.c-filter-attribute, .c-filter-options, .c-filter-atributes-group {
  margin-bottom: 10px;
}


.c-filter-thumb__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.c-filter-thumb__wrapper {
  margin: 1px;
  position: relative;
  width: 27px;
  height: 27px;
}


.c-filter-thumb__option-value-link {
  display: flex;
  width: 25px;
  height: 25px;
  border: 1px solid #dddddd;
  text-align: center;
}

.c-filter-thumb__option-value-link:hover {
  border-color: black;
}


.c-filter-thumb__option-value-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-filter-dropdown__wrapper {
  display: flex;
}


.c-filter-dropdown__wrapper::after {
  display: flex;
  width: 9px;
  height: 9px;
  top: 8px;
}


.c-filter-slider__range {
  color: #ff5500;
}


.c-filter-slider__filter {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  padding: 0 10px;
}


.c-filter-slider__filter * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}


.c-filter-slider__slider-range {
  display: flex;
  justify-content: center;
  position: absolute;
  border-color: #ed1c2e;
  height: 7px;
  background: #ed1c2e;
}


.c-filter-slider__slider-range:first-of-type {
  background: white;
  height: 5px;
}


.c-filter-slider__slider {
  position: relative;
  height: 8px;
  margin: 10px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ed1c2e;
  background: white;
}


.c-filter-slider__handle {
  display: flex;
  position: absolute;
  top: -6px;
  margin-left: -9px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #333333;
  z-index: 9;
  outline: none;
}


.c-filter-multiselect-widget__list {
  padding-right: 10px;
  padding-left: 6px;
}


.c-filter-multiselect-widget__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}


.c-filter-multiselect-widget__input {
  min-width: 20px;
}


.c-filter-multiselect-widget__label {
  word-break: break-all;
}


.c-filter-links__filters-list {
  list-style-type: initial;
  list-style-position: outside;
  color: #ed1c2e;
  padding-left: 20px;
}


.c-filter-links__filters-wrapper {
  margin-bottom: 4px;
}


.c-filter-links__filters-link {
  color: #333333;
  word-break: normal;
  cursor: pointer;
}

.c-filter-links__filters-link:hover {
  color: #ed1c2e;
}


.c-filter-links-compact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #333333;
  border-radius: 2px;
  color: white;
  text-align: center;
  transition: 0.4s;
}

.c-filter-links-compact__link:hover {
  background: #ed1c2e;
}


.c-filter-links-compact__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 6px;
}


.c-filter-links-compact__wrapper {
  margin-right: 2px;
  margin-bottom: 2px;
}


.c-filter-thumb__option-tooltip-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 2px;
}


.c-filter-thumb__option-tooltip-name {
  color: #ed1c2e;
  font-size: 12px;
}


.c-filter-thumb__option-tooltip::after {
  content: "";
  content: "";
  border-top: 7px solid black;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 5px;
}


.c-filter-thumb__wrapper:hover .c-filter-thumb__option-tooltip {
  display: block;
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 5px;
  background: white;
  border: 1px solid #cccccc;
  border-bottom-width: 4px;
  border-bottom-color: black;
  word-break: break-all;
  z-index: 9;
}


.c-filter-thumb__option-tooltip {
  display: none;
}


.c-box-active-filters__box-title-wrapper {
  margin-bottom: 15px;
}


.c-box-active-filters__box-title {
  color: teal;
  font-weight: bold;
  font-size: 18px;
}


.c-box-active-filters__filters-name {
  font-weight: bold;
}


.c-box-active-filters__value {
  margin-left: 5px;
}


.c-box-active-filters__remove-link:before {
  width: 14px;
  height: 14px;
  content: "\274C";
  display: flex;
  font-size: 10px;
  color: #ed1c2e;
}


.c-box-active-filters__remove-link {
  display: flex;
  position: absolute;
  right: 0;
}


.c-box-active-filters__active-filters-links {
  display: flex;
  position: relative;
  padding: 5px 0;
}


.c-filter-color__list {
  display: flex;
  flex-wrap: wrap;
}


.c-filter-color__color-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #dddddd;
  margin: 2px;
}


.c-filter-color__wrapper:hover .c-filter-color__color-link {
  border-color: black;
}


.c-filter-color__wrapper.is-selected .c-filter-color__color-link {
  border: 1px solid black;
}


.c-filter-color__color {
  display: flex;
  width: 22px;
  height: 22px;
  padding: 2px;
}


.c-option-color__tooltip {
  display: none;
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 5px;
  background: white;
  border: 1px solid #cccccc;
  border-bottom-width: 4px;
  border-bottom-color: black;
  word-break: normal;
  z-index: 9;
}


.c-option-color__tooltip-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 2px;
}


.c-option-color__tooltip-name {
  color: #ed1c2e;
  font-size: 12px;
}


.c-option-color__tooltip::after {
  content: "";
  border-top: 7px solid black;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 5px;
}


.c-filter-color__wrapper {
  position: relative;
}


.c-filter-color__wrapper:hover .c-option-color__tooltip {
  display: flex;
}


.o-filter__search-filter-value-input {
  border-radius: 3px !important;
  border: 1px solid #d2d2d2;
  width: 100%;
  font-size: 13px;
  padding: 4px 8px;
}


.o-filter__search-filter-value {
  margin: 0 0 12px 0;
}


.o-filter__search-filter-value::marker {
  content: none;
}


#responsive-filters.c-box-filter__mobile-filters {
  display: none;
}


@media only screen and (max-width: 1110px) {
  #responsive-filters.c-box-filter__mobile-filters {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  margin: 10px 12px 16px 12px;
  border: 2px solid #f79a54;
  color: #f79a54;
  font-weight: bold;
  position: relative;
}

#responsive-filters.c-box-filter__mobile-filters::after {
  content: '';
  border: solid #f79a54;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 6px;
}


.c-box-filter {
  position: fixed;
  left: 0px;
  top: 100px;
  background: white;
  width: 100%;
  z-index: 9999;
  max-height: 60vh;
  overflow-y: scroll !important;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #cccccc;
}

.c-box-filter .c-box-filter__cancel-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 60px;
  right: 16px;
  cursor: pointer;
  z-index: 99;
}
.c-box-filter .c-box-filter__cancel-filters::before {
  content: "\e0db";
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  color: white;
}


.c-box-active-filters {
  padding: 20px 60px 20px 10px !important;
  background: white;
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  left: 0;
  height: 100px;
  overflow-y: scroll !important;
  z-index: 99;
}
}


/*
 * *
 * * Header Mini Cart
 */
.c-header-mini-cart {
  display: none;
  position: absolute;
  z-index: 999;
  background: white;
  padding: 20px;
  box-shadow: 0px 5px 8px -6px #333333;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  border-top-color: #333333;
  margin-top: 1px;
  width: 330px;
  transform: translateX(-84%) translateY(1%);
}


.c-header-mini-cart::before {
  content: "";
  border-bottom: 7px solid black;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -9px;
  right: 22px;
}


.c-header-mini-cart__product-wrapper {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
}

.c-header-mini-cart__product-wrapper:last-child {
  margin-bottom: 5px;
}


.c-header-mini-cart__product-image {
  display: flex;
  justify-content: center;
  width: 30%;
}


.c-header-mini-cart__product-image img {
  max-width: 70px;
  height: auto;
  width: auto;
  max-height: 70px;
}


.c-header-mini-cart__product-name {
  display: flex;
  width: 40%;
  padding: 0 6px;
}


.c-header-mini-cart__product-name-link {
  color: #f79a54;
  font-size: 12px;
}


.c-header-mini-cart__product-option {
  font-size: 12px;
  margin: 5px 0;
  opacity: 0.7;
  padding-left: 10px;
  padding-right: 30px;
}


.c-header-mini-cart__product-quantity-and-price {
  display: flex;
  justify-content: flex-end;
}


.c-header-mini-cart__product-quantity {
  margin-right: 5px;
  color: #f79a54;
}


.c-header-mini-cart__price-quantity-remove-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}


.c-header-mini-cart__remove-item {
  display: block;
  height: 16px;
  font-size: 12px;
  z-index: 9;
  text-align: right;
  padding-right: 2px;
  color: #ed1c2e;
}

.c-header-mini-cart__remove-item:hover {
  text-decoration: underline;
}


.c-header-mini-cart__subtotal-title {
  font-weight: 700;
}


.c-header-mini-cart__product-price {
  color: black;
}


.c-header-mini-cart__subtotal {
  display: flex;
  justify-content: space-between;
  padding: 3px 6px;
}


.c-header-mini-cart__price-value {
  font-weight: 700;
}


.c-header-mini-cart__view-checkout-button {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}


.c-header-mini-cart__view-checkout-link {
  background: #ff5500;
  color: white;
  cursor: pointer;
  padding: 7px;
  border: 0;
}


/*
 * *
 * * HTML editor
 */
.s-html-editor {
  max-width: 100%;
  padding: 0 5px;
  word-break: normal;
}

.s-html-editor img {
  max-width: 100%;
  height: auto !important;
}

.s-html-editor h1 {
  font-size: 24px;
}

.s-html-editor h2 {
  font-size: 22px;
}

.s-html-editor h3 {
  font-size: 18px;
}

.s-html-editor h4 {
  font-size: 16px;
}

.s-html-editor h5 {
  font-size: 12px;
}

.s-html-editor h6 {
  font-size: 10px;
}

.s-html-editor ul {
  list-style: disc;
  list-style-position: inside;
  width: 100%;
}

.s-html-editor li {
  padding: 8px 0 8px 16px;
  width: 100%;
}

.s-html-editor ol {
  list-style: decimal;
  list-style-position: inside;
  margin: 1em 0 1em 1em;
}

.s-html-editor a {
  text-decoration: underline;
  color: #ff5500;
}

.s-html-editor strong, .s-html-editor b {
  font-weight: bold;
}

.s-html-editor td {
  border-width: 1px;
  border-style: solid;
  border-color: grey;
}

.s-html-editor table[border="0"] td {
  border: 0;
}

.s-html-editor sup {
  vertical-align: super;
  font-size: smaller;
}

.s-html-editor em {
  font-style: italic;
}


.c-web-page__text-page-content {
  padding: 10px 0 20px 0;
}


.c-web-page .c-facebook-comments {
  margin: 15px 0 0 0;
}


.c-dynamic-area img {
  max-width: 100%;
  height: auto !important;
  width: auto;
}


/*
 * 
 * * Order Details
 */
.c-order-details__heading {
  display: flex;
  width: 100%;
}


.c-order-details__additional-info-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid whitesmoke;
  font-size: 18px;
  font-weight: 700;
}

.c-order-details__additional-info-title:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e03a";
  font-size: 20px;
  color: black;
  margin-right: 5px;
}


.c-order-details__additional-info-wrapper {
  padding: 20px 0;
  width: 50%;
}


.c-order-details__additional-info-section {
  font-weight: 700;
}


.c-order-details__additional-info-wrappers {
  display: flex;
}


.c-order-details__additional-info-labels {
  width: 130px;
}


.c-order-details__info-section {
  display: flex;
  border: 2px solid whitesmoke;
}


.c-order-details__billing-info-wrapper, .c-order-details__shipping-info-wrapper {
  width: 50%;
  padding: 10px;
}


.c-order-details__bill-to-title, .c-order-details__payment-info-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid whitesmoke;
  font-size: 16px;
}


.c-order-details__bill-to {
  padding: 10px;
}


.c-order-details__bank-details {
  padding: 10px;
}


.c-order-details__payment {
  padding: 10px;
}


.c-order-details__payment-method-title, .c-order-details__payment-notes-title {
  font-weight: 700;
}


.c-order-details__print-buttons {
  display: flex;
  align-items: flex-start;
  margin: 56px 0 20px 0;
  padding: 24px 0 0 0;
  border-top: 2px solid whitesmoke;
  width: 50%;
}


.c-order-approval__approve-button .c-order-approval__approve-button-link {
  display: inline-flex;
  padding: 6px 16px;
}


.c-order-approval__disapprove-button-link {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  position: relative;
  padding: 4px 8px 4px 16px;
  margin: 0 0 0 16px;
  color: black;
}

.c-order-approval__disapprove-button-link::before, .c-order-approval__disapprove-button-link::after {
  position: absolute;
  top: 9px;
  left: 4px;
  content: '';
  height: 14px;
  width: 2px;
  background-color: #333333;
}

.c-order-approval__disapprove-button-link::before {
  transform: rotate(45deg);
}

.c-order-approval__disapprove-button-link::after {
  transform: rotate(-45deg);
}

.c-order-approval__disapprove-button-link:hover {
  text-decoration: underline;
  transition: all 0.1s ease;
}
.c-order-approval__disapprove-button-link:hover::before, .c-order-approval__disapprove-button-link:hover::after {
  background: #ed1c2e;
  transition: all 0.1s ease;
}


.c-order-customer-instructions__text-edit-link {
  color: black;
  text-decoration: underline;
}


.c-order-customer-instructions__edit-textarea {
  min-width: 270px;
  min-height: 100px;
  margin: 12px 0 4px 0;
}


.c-order-customer-instructions__edit-buttons {
  display: flex;
  width: 100%;
  align-items: center;
}


.c-order-customer-instructions__edit-save-button .c-order-customer-instructions__edit-save {
  padding: 4px 16px;
}


.c-order-customer-instructions__edit-cancel {
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0 0 0 8px;
  color: black;
  cursor: pointer;
}

.c-order-customer-instructions__edit-cancel:hover {
  text-decoration: underline;
  transition: all 0.1s ease;
}


.dynamic-page-orders .ui-datepicker select.ui-datepicker-month, .dynamic-page-orders .ui-datepicker select.ui-datepicker-year {
  width: 100%;
  min-width: initial;
}


@media only screen and (max-width: 640px) {
  .c-order-details__heading {
  flex-wrap: wrap;
}


.c-order-details__additional-info-wrapper {
  width: 100%;
}


.c-order-details__print-buttons {
  width: 100%;
  padding: 0;
  border: 0;
}


.c-view-order-profile-page__back-to-my-order-button {
  display: flex;
  widows: 100%;
  justify-content: center;
  margin: 24px 0 0 0;
}
}


.c-order-details__bill-to .address-first-name, .c-order-details__bill-to .address-last-name {
  font-weight: 700;
}


.c-order-details__ship-to-title, .c-order-details__shipping-info-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid whitesmoke;
  font-size: 16px;
}


.c-order-details__ship-to {
  padding: 10px;
}


.c-order-details__shipping-info {
  padding: 10px;
}


.c-order-details__shipping-method-title {
  font-weight: 700;
}


.c-order-details__ship-to .address-first-name, .c-order-details__ship-to .address-last-name {
  font-weight: 700;
}


.c-order-details__products-section-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}


.c-order-details__products-columns-titles {
  display: flex;
  text-align: center;
  border-bottom: 2px solid whitesmoke;
  padding-bottom: 5px;
}


.c-order-details__products-image-title {
  width: 15%;
}


.c-order-details__products-product-name-title {
  width: 55%;
}


.c-order-details__products-quantity-title, .c-order-details__products-price-title, .c-order-details__products-total-title, .c-order-details__products-discount-title {
  width: 10%;
}


.c-order-details__products-price-title, .c-order-details__products-total-title, .c-order-details__products-price-wrapper, .c-order-details__products-total-price-wrapper {
  text-align: right;
}


.c-order-details__products-list {
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 10px;
}


.c-order-details__products-image-wrapper {
  width: 15%;
}


.c-order-details__products-image {
  padding: 15px;
  max-width: 100%;
  height: auto;
}


.c-order-details__products-product-name-wrapper {
  width: 55%;
}


.c-order-details__products-product-option-wrapper {
  font-size: 12px;
  opacity: 0.8;
  margin: 2px;
}


.c-order-details__products-qty, .c-order-details__products-price-wrapper, .c-order-details__products-total-price-wrapper, .c-order-details__products-discounts-wrapper {
  width: 10%;
}


.c-order-details__order-total-list {
  display: table;
  width: 100%;
}


.c-order-details__order-total-lines, .c-order-details__grand-total-wrapper {
  display: table-row;
}


.c-order-details__order-total-label {
  display: table-cell;
  text-align: right;
  font-weight: 700;
  font-size: 12px;
  padding: 0 10px 6px 0;
}


.c-order-details__order-total-amount {
  display: table-cell;
  padding: 0 0 6px 10px;
  text-align: right;
  color: #ed1c2e;
  font-size: 12px;
}


.c-order-details__grand-total-label {
  display: table-cell;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 10px 6px 0;
}


.c-order-details__grand-total-price-value {
  display: table-cell;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #ed1c2e;
  padding: 10px 0 6px 10px;
}


@media only screen and (max-width: 1110px) {
  .c-order-details__products-columns-titles > span, .c-order-details__products-discounts-wrapper {
  display: none;
}


.c-order-details__products-list {
  flex-wrap: wrap;
}


.c-order-details__products-image-wrapper, .c-order-details__products-product-name-wrapper {
  width: 100%;
}


.c-order-details__products-product-name-wrapper {
  margin-bottom: 14px;
}


.c-order-details__products-total-price-wrapper {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #cc4545;
  padding: 4px 0;
  font-size: 16px;
}


.c-order-details__products-qty {
  width: 44%;
  text-align: right;
  padding-right: 10px;
}

.c-order-details__products-qty::after {
  content: "x";
}


.c-order-details__products-price-wrapper {
  width: 56%;
  text-align: left;
  padding-left: 10px;
}
}


/*
 * ** Start Order Fail Page **
 */
.c-checkout-failure-page__error-message {
  padding: 14px 18px;
  border: 3px double #ed1c2e;
  color: #ed1c2e;
  font-size: 16px;
  background: #dddddd;
  margin: 0 0 20px 0;
}


.c-checkout-failure-page__table {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.c-checkout-failure-page__order-number-wrapper, .c-checkout-failure-page__message-wrapper, .c-checkout-failure-page__payment-status-wrapper, .c-checkout-failure-page__ip-adress-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 10px;
  margin: 4px 0;
}


.c-checkout-failure-page__order-number-label, .c-checkout-failure-page__message-label, .c-checkout-failure-page__payment-status-label, .c-checkout-failure-page__ip-adress-label {
  font-weight: bold;
  min-width: 180px;
  padding: 0 10px 0 0;
}


.c-checkout-failure-page__checkout-form {
  display: flex;
  justify-content: flex-end;
}


/*
 * ** End Order Fail Page **
 */
/*
 * *
 * * Pager Style
 */
.c-pager {
  display: flex;
  justify-content: space-between;
}


.c-pager__buttons {
  display: flex;
}


.c-pager-bottom[style="display:block"] {
  display: flex !important;
  width: 100%;
}


.c-pager__tooltip {
  display: none;
  position: relative;
  bottom: 40px;
  left: -50px;
  padding: 10px;
  border-bottom: 2px solid;
  background: white;
  color: black;
  box-shadow: 0px 0px 1px;
  white-space: nowrap;
}


.c-pager__tooltip::before {
  content: "";
  border-top: 7px solid black;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -8px;
  left: 60px;
}


.c-sort-by {
  display: flex;
}


.c-pager__type-view--grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 10px;
}

.c-pager__type-view--grid .c-pager__type-view-link {
  width: 28px;
  height: 28px;
  display: flex;
  background: url("/skins/orion/customer/images/view-list.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 100% 50%;
}


.c-pager__type-view--list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 10px;
}

.c-pager__type-view--list .c-pager__type-view-link {
  width: 28px;
  height: 28px;
  display: flex;
  background: url("/skins/orion/customer/images/view-grid.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 100% 50%;
}


.prev-page, .selected-page, .next-page, .c-pager__buttons a, .c-pager__buttons .page_sel, .c-pager__buttons span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  border: 1px solid #dddddd;
  color: black;
  cursor: pointer;
}


.selected-page, .c-pager__buttons .page_sel, .c-pager__buttons span {
  background: #dddddd;
  cursor: default;
}


.c-pager__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}


.c-popup-product-quick-view__product-info-wrapper {
  display: flex;
  height: auto;
}


.c-popup-product-quick-view__availability {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}


.c-popup-product-quick-view__product-description, .c-popup-product-quick-view__product-options-value {
  display: flex;
  padding: 5px 0 0 0;
  font-size: 12px;
}


.c-popup-product-quick-view__product-name-link {
  font-size: 18px;
  color: black;
}


.c-popup-product-quick-view__attribute-name-title {
  width: 55%;
  font-size: 12px;
  font-weight: bold;
}


.c-popup-product-quick-view__price-value {
  font-size: 18px;
  color: #ed1c2e;
}


.c-popup-product-quick-view__new-product-image {
  position: absolute;
  top: 8px;
  left: 34px;
}


.c-popup-product-quick-view__attribute-wrapper {
  display: flex;
  padding: 2px 0 2px 0;
}


.c-popup-product-quick-view__attribute-value {
  width: 45%;
  font-size: 12px;
}


.c-popup-product-quick-view__add-to-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 0 0;
}


.c-popup-product-quick-view__product-price {
  display: flex;
  flex-direction: column;
}


.c-popup-product-quick-view__description-price-name-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  width: 50%;
}


.c-popup-product-quick-view__vertical-table {
  width: 100%;
}


.c-popup-product-quick-view__vertical-table select {
  width: 50%;
  margin: 15px 0 10px 0;
}


.c-popup-product-quick-view__product-description {
  margin: 10px 0 20px 0;
}


.c-popup-product-quick-view__form {
  border-top: 1px solid #e7e7e7;
  padding-top: 12px;
}


.c-popup-product-quick-view__product-thumb-holder {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}


.c-popup-product-quick-view__product-thumb-image-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}


.c-popup-product-quick-view__product-link {
  width: 100%;
  height: 100%;
  background: url('%%PRODUCTICONPATH%%') no-repeat;
}


.c-popup-product-quick-view__availability-label {
  width: 410px;
  font-weight: bold;
}


.c-popup-product-quick-view__page-title {
  width: 100%;
}


.c-popup-product-quick-view__page-title-wrapper {
  display: flex;
  width: 100%;
  padding: 0 0 30px 0;
}


.c-popup-product-quick-view__page-title-content {
  padding: 0 !important;
}


.c-popup-product-quick-view__page-title-content.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-popup-product-quick-view__page-title-content.ellipsis .c-popup-product-quick-view__product-name-link {
  white-space: nowrap;
}


.c-popup-product-quick-view__product-image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0 0 20px;
}


.c-popup-product-quick-view__product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-popup-product-quick-view__product-image-frame {
  min-width: 360px;
  height: 360px;
  max-height: 360px;
  border: 1px solid #dddddd;
  overflow: hidden;
  text-align: center;
}


.c-popup-product-quick-view__prev-link, .c-popup-product-quick-view__next-link {
  display: none;
}


.c-popup-product-quick-view__product-thumbs {
  display: flex;
  flex-wrap: wrap;
}


.c-popup-product-quick-view__product-thumb-image {
  max-width: 60px;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 4px;
}


.c-popup-product-quick-view__product-thumbs-wrapper {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
  border-bottom: 1px solid #e7e7e7;
}


.c-popup-product-quick-view__quantity-title {
  display: none;
}


.c-popup-product-quick-view__quantity {
  width: 42px;
  height: 42px;
  text-align: center;
  margin-right: 6px;
}


.c-popup-product-quick-view__product-page-wrapper {
  width: 50%;
  height: auto;
}


.c-popup-product-quick-view__product-description-title {
  display: none;
}


.c-popup-product-quick-view__product-description {
  display: block;
  text-align: justify;
  flex-wrap: wrap;
  overflow: hidden;
  color: #555555;
}


.c-popup-product-quick-view__product-details-title {
  display: none;
}


.c-popup-product-quick-view__product-price-holder .c-price__price-amount {
  margin: 6px 0 0 0;
  font-size: 18px;
  color: #ed1c2e;
}


.c-popup-product-quick-view__product-price-holder .c-price__price-label {
  display: flex;
  margin: 5px 0 6px 0;
}


.c-popup-product-quick-view__product-thumbs-wrapper {
  position: relative;
}


.c-popup-product-quick-view__product-increments-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 6px;
}


.c-popup-product-quick-view__product-increments-plus, .c-popup-product-quick-view__product-increments-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 21px;
  border: 1px solid #cccccc;
  margin-right: 2px;
  font-weight: bold;
  cursor: pointer;
}


.c-popup-product-quick-view__product-page-prices-box {
  position: relative;
}

.c-popup-product-quick-view__product-page-prices-box .c-popup-product-quick-view__discount-percent-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.c-popup-product-quick-view__product-page-prices-box .c-popup-product-quick-view__discount-percent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 20px;
  background: #ed1c2e;
  color: white;
}


.c-popup-quick-view__section {
  padding: 0 0 60px 0;
}


.c-popup-quick-view__popup #cboxClose {
  top: -28px;
}


.c-popup-product-quick-view__product-thumb-holder {
  display: none;
}


.c-popup-product-quick-view__product-thumb-holder:nth-child(1) {
  display: flex;
}


.c-popup-product-quick-view__product-thumb-holder:nth-child(2) {
  display: flex;
}


.c-popup-product-quick-view__product-thumb-holder:nth-child(3) {
  display: flex;
}


.c-rate-product__rate-title {
  font-size: 24px;
}


.c-rate-product__your-name-title, .c-rate-product__your-review-title, .c-rate-product__product-rating-title {
  padding: 15px 0 15px 0;
  font-size: 12px;
}


.c-rate-product__your-name-wrapper, .c-rate-product__your-review-wrapper, .c-rate-product__product-rating-wrapper {
  display: flex;
  flex-direction: column;
}


.c-rate-product__cancel-button {
  width: 50%;
}


.c-rate-product__send-review-button {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}


.c-rate-product__button-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px 0 15px 0;
}


.c-rate-product__cancel-button-input {
  padding: 0;
  border: none;
  background: none;
  color: #333333;
  font-size: 12px;
}


.c-rate-product__cancel-button-input:hover {
  text-decoration: underline;
}


.c-rate-product__form {
  min-width: 370px;
  margin: 20px;
}


.c-rate-product__product-rating-select {
  font-size: 12px;
}


.c-rate-product__rate-wrapper {
  padding: 0 0 10px 12px;
}


.c-rate-product__close-popup-button {
  display: flex;
  margin-top: 12px;
  justify-content: flex-end;
}


@media only screen and (max-width: 1110px) {
  .c-rate-product__form-wrapper {
  max-width: 320px;
  padding: 10px;
}


.c-rate-product__form {
  min-width: inherit;
  max-width: 320px;
}
}


/*
 * *
 * * Pop Up Send to friend
 */
.c-popup-send-to-friend {
  padding: 12px;
}


.c-popup-send-to-friend__popup-title {
  font-size: 24px;
  padding: 20px 0;
}


.c-popup-send-to-friend__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}


.c-popup-send-to-friend__label {
  width: 30%;
}


.c-popup-send-to-friend__row input {
  width: 70%;
  padding: 5px;
}


.c-popup-send-to-friend__row textarea {
  width: 70%;
  max-width: 70%;
  padding: 5px;
}


.c-popup-send-to-friend__action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}


.c-popup-send-to-friend__popup-wrapper .c-popup-send-to-friend__row {
  display: flex;
  align-items: center;
}


.c-popup-send-to-friend__email-input, .c-popup-send-to-friend__name-input, .c-popup-send-to-friend__your-friend-email-input, .c-popup-send-to-friend__additional-notes-input {
  width: 70%;
}


.c-popup-send-to-friend__email-input input, .c-popup-send-to-friend__name-input input, .c-popup-send-to-friend__your-friend-email-input input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
}


.c-popup-send-to-friend__additional-notes-input textarea {
  width: 100%;
  max-width: inherit;
}


.c-popup-send-to-friend__captcha .c-captcha__container {
  width: 40%;
}


@media only screen and (max-width: 1110px) {
  .c-popup-send-to-friend__label, .c-popup-send-to-friend__email-input, .c-popup-send-to-friend__name-input, .c-popup-send-to-friend__your-friend-email-input, .c-popup-send-to-friend__additional-notes-input {
  width: 100%;
}


.c-popup-send-to-friend__row {
  flex-wrap: wrap;
}


.c-popup-send-to-friend__form, .c-popup-send-to-friend {
  max-width: 320px;
  padding: 10px;
}


.c-popup-send-to-friend__captcha .c-captcha__container {
  width: 100%;
}
}


/*
 * *
 * * Product Grid
 */
@media only screen and (max-width: 640px) {
  .c-product-grid__product-image-link {
  height: 200px;
}
}


.c-product-grid__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 8px;
  margin: 8px 0;
}

.c-product-grid__wrapper:hover {
  border-color: #d5d5d5;
}


.c-product-grid__product-title {
  font-size: 16px;
  text-align: center;
  padding: 10px 5px;
}


.c-product-grid__product-title-link {
  color: black;
}


.c-product-grid__product-details {
  text-align: center;
}


.c-product-grid__comparison-button-label {
  display: none;
}


.c-product-grid__comparison-button-checkbox {
  display: none;
}


.c-product-grid__wrapper:hover .c-product-grid__quick-view-wrapper {
  display: block;
}


.c-product-grid__quick-view-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}


.c-product-grid__quick-view {
  margin: 0 auto;
  padding: 5px 10px;
  background: black;
  color: white;
  opacity: 0.7;
}


.c-product-grid__product-image-wrapper {
  position: relative;
}


.c-product-grid__price-modifiers {
  position: absolute;
  right: 0;
}


.c-product-grid__discount-percent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 20px;
  background: #ed1c2e;
  color: white;
}


.c-product-grid__icon-new {
  display: flex;
  justify-content: flex-start;
  position: absolute;
}


.c-product-grid__product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-align: center;
}


.c-product-grid__view-wrapper {
  width: 100%;
}


.c-product-grid__product-details .price-modifiers {
  display: none;
}


.c-product-grid__product-details .what-price {
  display: none;
}


.c-product-grid__availability {
  padding: 10px 0;
}


.c-product-grid__wrapper .c-product-grid__hover-product-thumb-holder {
  display: none;
}


.c-product-grid__buy-product-submit, .c-product-grid__view-details-link {
  cursor: pointer;
}


.c-product-grid__wrapper.is-image-hover .c-product-grid__view-content {
  display: flex;
  right: -9px;
  top: -9px;
  box-shadow: 0px 5px 8px -8px black;
  background: white;
  border: 1px solid #dddddd;
  box-sizing: content-box;
  padding: 8px 8px 15px 80px;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__view-wrapper {
  position: relative;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-info {
  overflow: visible !important;
  width: 100%;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-view {
  display: block !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder {
  position: absolute;
  left: 0;
  padding-top: 15px;
  max-width: 80px;
  background: white;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder .c-product-grid__product-thumb {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder .c-product-grid__product-thumb-holder {
  height: 60px;
  width: 60px !important;
  display: block;
  margin-bottom: 4px;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder .c-product-grid__product-thumbs {
  width: 60px !important;
  overflow: hidden;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder .bx-wrapper {
  max-width: 80px !important;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder .bx-wrapper .bx-viewport {
  height: 260px !important;
  box-shadow: none !important;
  top: 12px;
  border: none;
  left: 0;
  background: rgba(0, 0, 0, 0) !important;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__hover-product-thumb-holder {
  display: block;
}


.c-product-grid__wrapper.is-image-hover .c-product-grid__view-content.has-no-thumbs {
  padding: 8px;
  top: -6px;
  right: -6px;
}

.c-product-grid__wrapper.is-image-hover .c-product-grid__view-content.has-no-thumbs .c-product-grid__hover-product-thumb-holder {
  display: none;
}


.c-product-grid__wrapper.hasVideo .c-product-grid__product-image-wrapper::before {
  content: "";
  background: rgba(0, 0, 0, 0) url("/skins/orion/customer/images/video-icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  display: flex;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 8;
}


/*
 * Product names - comparable
 */
.c-product-grid__product-title.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-product-grid__product-title.ellipsis .c-product-grid__product-title-link {
  white-space: nowrap;
}


.c-product-grid__custom-icons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}

.c-product-grid__custom-icons.icon-possition-top-left {
  background-position-x: left !important;
}

.c-product-grid__custom-icons.icon-possition-top-middle {
  background-position-x: center !important;
}

.c-product-grid__custom-icons.icon-possition-top-right {
  top: 0;
  left: 0;
  background-position-x: right !important;
}

.c-product-grid__custom-icons.icon-possition-left {
  background-position-x: left !important;
  background-position-y: center !important;
}

.c-product-grid__custom-icons.icon-possition-middle {
  background-position: center !important;
}

.c-product-grid__custom-icons.icon-possition-right {
  background-position: right !important;
  background-position-y: center !important;
}

.c-product-grid__custom-icons.icon-possition-bottom-left {
  background-position-x: left !important;
  background-position-y: bottom !important;
}

.c-product-grid__custom-icons.icon-possition-bottom-middle {
  background-position-x: center !important;
  background-position-y: bottom !important;
}

.c-product-grid__custom-icons.icon-possition-bottom-right {
  background-position-x: right !important;
  background-position-y: bottom !important;
}


/*
 * Show second product img on hover
 */
.c-product-grid__wrapper.is-image-hover .c-product-grid__product-image-link.has-second-image .c-product-grid__product-image {
  display: none !important;
}
.c-product-grid__wrapper.is-image-hover .c-product-grid__product-image-link.has-second-image .c-product-grid__second-product-image {
  display: block !important;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}


@media only screen and (max-width: 1110px) {
  .c-product-grid__wrapper:hover .c-product-grid__quick-view-wrapper {
  display: none;
}
}


/*
 * *
 * * Product Listing
 */
.c-procut-listing__product-wrapper {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid whitesmoke;
}

.c-procut-listing__product-wrapper:last-child {
  margin-bottom: 0;
}


.c-product-listing__product-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  padding: 14px;
}


.c-product-listing__product-image-wrapper {
  width: 25%;
  text-align: center;
  position: relative;
}


.c-product-listing__product-details {
  width: 55%;
  margin-top: 20px;
}


.c-product-listing__product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}


.c-product-listing__product-name {
  margin-bottom: 10px;
}


.c-product-listing__product-name-link {
  color: black;
  font-size: 16px;
}


.c-product-listing__product-description {
  opacity: 0.6;
}


.c-product-listing__product-actions  .price-value {
  font-size: 16px;
}


.c-product-listing__availability {
  padding: 10px;
}


.c-product-listing__input-text {
  padding: 5px;
}


.c-product-listing__view-details-link {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
  cursor: pointer;
}


.c-product-listing__buy-product-button {
  text-align: center;
  padding: 5px;
}


.c-product-listing__buy-product-submit {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
  cursor: pointer;
}


.c-product-listing__custom-icons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-product-listing__custom-icons.icon-possition-top-left {
  background-position-x: left !important;
}

.c-product-listing__custom-icons.icon-possition-top-middle {
  background-position-x: center !important;
}

.c-product-listing__custom-icons.icon-possition-top-right {
  top: 0;
  left: 0;
  background-position-x: right !important;
}

.c-product-listing__custom-icons.icon-possition-left {
  background-position-x: left !important;
  background-position-y: center !important;
}

.c-product-listing__custom-icons.icon-possition-middle {
  background-position: center !important;
}

.c-product-listing__custom-icons.icon-possition-right {
  background-position: right !important;
  background-position-y: center !important;
}

.c-product-listing__custom-icons.icon-possition-bottom-left {
  background-position-x: left !important;
  background-position-y: bottom !important;
}

.c-product-listing__custom-icons.icon-possition-bottom-middle {
  background-position-x: center !important;
  background-position-y: bottom !important;
}

.c-product-listing__custom-icons.icon-possition-bottom-right {
  background-position-x: right !important;
  background-position-y: bottom !important;
}


.c-product-listing__second-image {
  display: none;
}


.c-product-listing__compare-add-button, .c-product-listing__compare-remove-button {
  display: none !important;
}


@media only screen and (max-width: 640px) {
  .c-procut-listing__product-wrapper {
  flex-wrap: wrap;
}


.c-product-listing__product-image-wrapper, .c-product-listing__product-details, .c-product-listing__product-actions {
  width: 100%;
  text-align: center;
}


.c-product-listing__product-actions {
  margin-top: 20px;
}
}


/*
 * *
 * * Product Price
 */
.u-widget__call-for-price {
  display: flex;
  flex-direction: column;
  width: fit-content;
}


.u-widget__call-for-price-label {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}


.u-widget__call-for-price-method {
  color: #cc4545;
  font-size: 16px;
}


.u-price__dual-currency {
  position: relative;
}

.u-price__dual-currency::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #cbcbcb;
  display: inline-block;
  transform: rotate(15deg);
  margin: 0 6px;
  position: relative;
  top: 1px;
}


del.u-price__dual-currency::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #cbcbcb;
  display: inline-block;
  transform: rotate(15deg);
  margin: 0 6px;
  position: relative;
  top: 1px;
}


.u-product-page__price-dual-currency {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}


.c-box .u-product-page__price-dual-currency {
  justify-content: flex-start;
  width: fit-content;
}

.c-box .u-product-page__price-dual-currency::before {
  content: "";
  width: 2px;
  height: 14px;
  background: #cbcbcb;
  display: inline-block;
  transform: rotate(15deg);
  margin: 2px 6px 0 6px;
  position: relative;
  top: 1px;
}


.o-tooltip-discount-info {
  display: none;
}


.what-price {
  display: none;
}


.c-price-retail-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}


.c-price-retail-price__label {
  display: inline-block;
  margin: 0 4px 0 0;
}


.c-price-retail-price__tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 4px;
  order: 1;
}

.c-price-retail-price__tooltip::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: white url("/skins/orion/customer/images/rrp_icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  background-size: 100% auto;
}

.c-price-retail-price__tooltip .c-price-retail-price__tooltip-text {
  position: absolute;
  right: 30px;
  top: -46px;
  padding: 4px 8px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  min-width: 192px;
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: left;
  opacity: 0;
  min-height: 46px;
  pointer-events: none;
}

.c-price-retail-price__tooltip:hover .c-price-retail-price__tooltip-text {
  opacity: 1;
  right: -4px;
  transition: right 0.3s ease;
}


.c-price-retail-price-difference {
  display: block;
  color: #777777;
}


.price-value {
  font-size: 16px;
  color: #cc4545;
  font-weight: 700;
}


.product-price sub {
  vertical-align: super;
  font-size: small;
}


.product-prices .c-product-price__discount-precent-wrapper {
  display: none;
}


/*
 * With new classes
 */
.c-box {
  /*
 * does not need mixin
 */

}

.c-box .c-price-include-taxes__no-wholesale-with-tax, .c-box .c-price-exclude-taxes__no-wholesale-with-tax, .c-box .c-price-include-taxes__product-price, .c-box .c-price-exclude-taxes__product-price, .c-box .c-price-include-taxes__final-price, .c-box .c-price-exclude-taxes__final-price {
  display: flex;
  width: 100%;
}

.c-box .c-price-exclude-taxes__final-price-with-tax, .c-box .c-price-include-taxes__final-price-with-tax, .c-box .c-price-exclude-taxes__final-price-withtax, .c-box .c-price-include-taxes__final-price-withtax {
  display: flex;
  align-items: center;
}

.c-box .c-price-exclude-taxes__final-price-price-list, .c-box .c-price-include-taxes__final-price-price-list, .c-box .c-price-exclude-taxes__final-price-list, .c-box .c-price-include-taxes__final-price-list {
  display: flex;
  align-items: center;
}

.c-box .c-price-include-taxes, .c-box .c-price-include-taxes__final-price {
  display: flex;
  align-items: center;
  width: 100%;
}


.c-product-grid__product-details {
  display: flex;
  flex-wrap: wrap;
}


.c-product-grid__product-details .c-price-include-taxes, .c-product-grid__product-details .c-price-exclude-taxes, .c-product-listing__product-actions .c-price-include-taxes, .c-product-listing__product-actions .c-price-exclude-taxes, .c-wishlist-notlogged-page__product-list .c-price-include-taxes, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.c-product-grid__product-details .c-price-include-taxes__final-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price, .c-product-listing__product-actions .c-price-include-taxes__final-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax-price, .c-product-grid__product-details .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax-price, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax-price, .c-product-listing__product-actions .c-price-include-taxes__no-wholesale-with-tax-price, .c-product-listing__product-actions .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax-price, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__no-wholesale-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__no-wholesale-price-list-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax-price {
  font-weight: normal;
  font-size: 18px;
  color: #ed1c2e;
}

.c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-product-grid__product-details .c-price-exclude-taxes__final-price-price-list, .c-product-grid__product-details .c-price-include-taxes__final-price-price-list, .c-product-grid__product-details .c-price-exclude-taxes__final-price-list, .c-product-grid__product-details .c-price-include-taxes__final-price-list, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-price-list, .c-product-listing__product-actions .c-price-include-taxes__final-price-price-list, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-list, .c-product-listing__product-actions .c-price-include-taxes__final-price-list, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-price-list, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-price-list, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-list, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-product-grid__product-details del.c-price-exclude-taxes__final-price-price-list-price, .c-product-grid__product-details del.c-price-include-taxes__final-price-price-list-price, .c-product-grid__product-details del.c-price-exclude-taxes__final-price-list-price, .c-product-grid__product-details del.c-price-include-taxes__final-price-list-price, .c-product-listing__product-actions del.c-price-exclude-taxes__final-price-price-list-price, .c-product-listing__product-actions del.c-price-include-taxes__final-price-price-list-price, .c-product-listing__product-actions del.c-price-exclude-taxes__final-price-list-price, .c-product-listing__product-actions del.c-price-include-taxes__final-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-exclude-taxes__final-price-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-include-taxes__final-price-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-exclude-taxes__final-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-include-taxes__final-price-list-price {
  color: grey;
  font-size: 12px;
  font-weight: normal;
}


.c-product__top-area .c-price-include-taxes__final-price-withtax-price, .c-product__top-area .c-price-exclude-taxes__final-price-withtax-price, .c-product__top-area .c-price-include-taxes__no-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-with-tax-price, .c-stamper-page .c-price-include-taxes__final-price-withtax-price, .c-stamper-page .c-price-exclude-taxes__final-price-withtax-price, .c-stamper-page .c-price-include-taxes__no-wholesale-price-list-price, .c-stamper-page .c-price-exclude-taxes__no-wholesale-price-list-price, .c-stamper-page .c-price-include-taxes__no-wholesale-with-tax-price, .c-stamper-page .c-price-exclude-taxes__no-wholesale-with-tax-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__final-price-withtax-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__final-price-withtax-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-price-list-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-price-list-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-with-tax-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-with-tax-price {
  color: #ed1c2e;
  font-size: 32px;
  font-weight: normal;
}

.c-product__top-area .c-price-include-taxes__final-price-withtax-label, .c-product__top-area .c-price-exclude-taxes__final-price-withtax-label, .c-product__top-area .c-price-include-taxes__no-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-with-tax-label, .c-stamper-page .c-price-include-taxes__final-price-withtax-label, .c-stamper-page .c-price-exclude-taxes__final-price-withtax-label, .c-stamper-page .c-price-include-taxes__no-wholesale-price-list-label, .c-stamper-page .c-price-exclude-taxes__no-wholesale-price-list-label, .c-stamper-page .c-price-include-taxes__no-wholesale-with-tax-label, .c-stamper-page .c-price-exclude-taxes__no-wholesale-with-tax-label, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__final-price-withtax-label, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__final-price-withtax-label, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-price-list-label, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-price-list-label, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-with-tax-label, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-with-tax-label {
  display: flex;
  margin-bottom: 4px;
  margin-right: 2px;
}

.c-product__top-area del.c-price-include-taxes__final-price-list-price, .c-product__top-area del.c-price-exclude-taxes__final-price-list-price, .c-stamper-page del.c-price-include-taxes__final-price-list-price, .c-stamper-page del.c-price-exclude-taxes__final-price-list-price, .c-popup-product-quick-view__product-price-holder del.c-price-include-taxes__final-price-list-price, .c-popup-product-quick-view__product-price-holder del.c-price-exclude-taxes__final-price-list-price {
  font-size: 16px;
  color: grey;
  font-weight: normal;
}

.c-product__top-area .c-product-price__discount-precent, .c-stamper-page .c-product-price__discount-precent, .c-popup-product-quick-view__product-price-holder .c-product-price__discount-precent {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  background: #ed1c2e;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
}

.c-product__top-area .c-product-price__discount-freeship, .c-stamper-page .c-product-price__discount-freeship, .c-popup-product-quick-view__product-price-holder .c-product-price__discount-freeship {
  display: none;
}


/*
 * Hide all price and display only final price with or without discount
 */
.c-price-include-taxes__no-wholesale-without-tax, .c-price-include-taxes__final-price-without-tax, .c-price-include-taxes__discount-modifier, .c-price-include-taxes__has-wholesale-price-list, .o-tooltip-section-title__excluding-tax, .c-price-include-taxes__no-wholesale-without-tax, .c-price-exclude-taxes__discount-modifier {
  display: none;
}


/*
 * Show Labels for price with and without VAT
 */
.c-product__top-area .c-price-include-taxes__no-wholesale-without-tax, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-label {
  display: block;
  margin-right: 6px;
  margin-bottom: 2px;
}
.c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-price, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-include-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax .c-price-exclude-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__no-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-without-tax-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-include-taxes__has-wholesale-price-list-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list .c-price-exclude-taxes__has-wholesale-price-list-price {
  font-weight: normal;
}

.c-product__top-area .c-price-include-taxes__product-price, .c-product__top-area .c-price-exclude-taxes__product-price, .c-product-grid__wrapper .c-price-include-taxes__product-price, .c-product-grid__wrapper .c-price-exclude-taxes__product-price, .c-procut-listing__product-wrapper .c-price-include-taxes__product-price, .c-procut-listing__product-wrapper .c-price-exclude-taxes__product-price {
  flex-wrap: wrap;
}

.c-product__top-area .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.c-product__top-area .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax .c-price-include-taxes__no-wholesale-with-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax .c-price-exclude-taxes__no-wholesale-with-tax-label, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax .c-price-include-taxes__has-wholesale-with-tax-label, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax .c-price-exclude-taxes__has-wholesale-with-tax-label, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax .c-price-include-taxes__no-wholesale-with-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax .c-price-exclude-taxes__no-wholesale-with-tax-label, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax .c-price-include-taxes__has-wholesale-with-tax-label, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax .c-price-exclude-taxes__has-wholesale-with-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax .c-price-include-taxes__no-wholesale-with-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax .c-price-exclude-taxes__no-wholesale-with-tax-label, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax .c-price-include-taxes__has-wholesale-with-tax-label, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax .c-price-exclude-taxes__has-wholesale-with-tax-label {
  display: block;
  margin-right: 6px;
  margin-bottom: 2px;
}


/*
 * ** Mixins needed for different skins **
 */
/*
 * Start prices for boxes
 */
/*
 * End prices for boxes
 */
/*
 * Start prices for product page
 */
/*
 * End prices for product page
 */
/*
 * Start prices for product grid and list pages
 */
/*
 * End prices for product grid and list pages
 */
/*
 * Start prices for product page
 */
.c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-without-tax-label, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-with-tax-label {
  display: inline-block;
}


.c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-with-tax, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__product-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__product-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__final-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__final-price {
  flex-wrap: wrap;
}


/*
 * End prices for product page
 */
/*
 * *
 * * Security fields
 */
.u-form-security-code {
  display: none;
}


.c-social-buttons {
  margin-top: 10px;
}


.c-product-page__option-alert-popup.is-hidden {
  display: none;
}


/*
 * ** Promotion Countdown In Grid **
 */
.c-countdown-product-grid__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  width: 100%;
}

.c-countdown-product-grid__wrapper .c-countdown-product-grid__time-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-countdown-product-grid__wrapper .c-countdown-product-grid__unit-of-time {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}
.c-countdown-product-grid__wrapper .c-countdown-product-grid__unit-of-time span {
  font-weight: normal;
  color: #dddddd;
  text-align: center;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.c-countdown-product-grid__wrapper .c-countdown-product-grid__delimiter {
  display: flex;
  justify-content: center;
  width: 2%;
  color: white;
  font-weight: bold;
}


.c-countdown-product-grid__label {
  width: 100%;
  font-size: 16px;
  padding: 6px 0 2px 0;
  color: #9d449c;
  text-transform: uppercase;
  font-weight: bold;
}


.c-countdown-product-grid__countdown {
  width: 100%;
  padding: 2px 0 6px 0;
}


/*
 * Start Countdown in Promotion page
 */
.c-promotion-grid-page .c-promotion-page__countdown-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-promotion-grid-page .c-promotion-countdown__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.c-promotion-grid-page .c-promotion-countdown__label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
}

.c-promotion-grid-page .c-promotion-countdown__label::before {
  font-size: 20px;
  color: black;
}

.c-promotion-grid-page .c-promotion-countdown__text {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.c-promotion-grid-page .c-promotion-countdown__text .c-countdown-product-grid__time-wrapper {
  display: flex;
  align-items: center;
}
.c-promotion-grid-page .c-promotion-countdown__text .c-countdown-product-grid__unit-of-time span {
  display: none;
}

.c-promotion-grid-page .c-promotion-countdown__text[data-countdown-format="2"] .c-countdown-product-grid__unit-of-time:first-child {
  margin-right: 6px;
  display: flex;
}
.c-promotion-grid-page .c-promotion-countdown__text[data-countdown-format="2"] .c-countdown-product-grid__unit-of-time:first-child span {
  display: block;
}
.c-promotion-grid-page .c-promotion-countdown__text[data-countdown-format="2"] .c-countdown-product-grid__unit-of-time:first-child + .c-countdown-product-grid__delimiter {
  display: none;
}


@media only screen and (max-width: 640px) {
  .c-promotion-grid-page__promotion-header {
  flex-wrap: wrap;
  justify-contet: center;
}


.c-promotion-grid-page .c-promotion-grid-page__promotion-description {
  padding: 0;
  margin-top: 10px;
}


.c-promotion-grid-page .c-promotion-countdown__wrapper {
  flex-wrap: wrap;
}

.c-promotion-grid-page .c-promotion-countdown__label {
  width: 100%;
  justify-content: center;
}

.c-promotion-grid-page .c-promotion-countdown__date {
  width: 100%;
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ed1c2e;
}

.c-promotion-grid-page .c-promotion-grid-page__promotion-image-grid {
  width: 100%;
  text-align: center;
}

.c-promotion-grid-page .c-promotion-grid-page__promotion-description {
  width: 100%;
  margin-top: 6px;
}
}


/*
 * End Countdown in Promotion page
 */
/*
 * *
 * * Wishlist
 */
.c-product-page__wishlist-popup-colorbox {
  margin: 0px;
}

.c-product-page__wishlist-popup-colorbox #cboxContent {
  margin: 0px;
}

.c-product-page__wishlist-popup-colorbox #cboxLoadedContent {
  padding: 0px;
  background: rgba(0, 0, 0, 0);
}

.c-product-page__wishlist-popup-colorbox #cboxClose {
  top: 0px !important;
  right: 0;
  background: black;
  color: white;
  font-size: 30px;
  display: block;
  text-indent: 0px;
  line-height: 24px;
  padding: 0px;
}
.c-product-page__wishlist-popup-colorbox #cboxClose:focus {
  outline: none;
}
.c-product-page__wishlist-popup-colorbox #cboxClose::before {
  content: none;
}
.c-product-page__wishlist-popup-colorbox #cboxClose::after {
  content: none;
}


.c-product-page__wishlist-popup-wrapper {
  max-width: 600px;
  padding: 10px;
}

.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-product-image-wrapper {
  float: left;
  width: 30%;
  padding-right: 10px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-product-image-wrapper .c-product-page__wishlist-popup-product-image {
  width: 100%;
}

.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper {
  width: 70%;
  float: left;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper h2 {
  font-weight: 900;
  font-size: 24px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper p {
  margin: 10px 0px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-error {
  margin-bottom: 10px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-error p {
  color: red;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field {
  margin-bottom: 10px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field .c-product-page__wishlist-popup-field-title {
  float: left;
  line-height: 30px;
  width: 100px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field .c-product-page__wishlist-popup-field-input {
  float: right;
  width: 250px;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field .c-product-page__wishlist-popup-field-input input {
  width: 100%;
}
.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field:after {
  content: ' ';
  clear: both;
  display: block;
}

.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-submit-button {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background: black;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}

.c-product-page__wishlist-popup-wrapper:after {
  content: ' ';
  clear: both;
  display: block;
}


/*
 * Start Wishlist not logged page
 */
.c-wishlist-notlogged-page__subtitle {
  display: none;
}


.c-wishlist-notlogged-page__new-icon {
  top: 16px;
}


.c-wishlist-notlogged-page__send-to-friend-form, .c-profile-pages__note {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}


.c-wishlist-notlogged-page__send-to-friend-note {
  margin-bottom: 40px;
  text-align: center;
}


.c-wishlist-notlogged-page__send-to-friend {
  display: flex;
  flex-wrap: wrap;
}


.c-wishlist-notlogged-page__send-to-friend-button {
  display: flex;
  justify-content: center;
  width: 30%;
}


.c-wishlist-notlogged-page__send-to-friend-input-text {
  width: 70%;
  border-radius: 0 !important;
  height: 32px;
}


.c-wishlist-notlogged-page__send-to-friend-input {
  width: 100%;
}


.c-wishlist-notlogged-page__product-wrapper .c-wishlist-notlogged-page__new-icon {
  top: 20px;
}


.c-wishlist-notlogged-page__input-text {
  display: none;
}


@media only screen and (max-width: 1110px) {
  #colorbox.c-product-page__wishlist-popup-colorbox {
  border: 0;
}


.c-wishlist-notlogged-page__send-to-friend-form {
  width: 100%;
}


.c-wishlist-notlogged-page__send-to-friend-input-text {
  width: 100%;
}


.c-wishlist-notlogged-page__send-to-friend-button {
  width: 100%;
  margin-top: 10px;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper h2 {
  font-size: 20px;
}


.c-product-page__wishlist-popup-field-input input {
  font-size: 14px !important;
}
}


@media only screen and (max-width: 600px) {
  /*
 * Resposive pop-up
 */
.c-product-page__wishlist-popup-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  max-width: 340px;
  overflow: hidden;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-product-image-wrapper {
  width: 100%;
  padding: 10px;
  height: 220px;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-product-image-wrapper .c-product-page__wishlist-popup-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field .c-product-page__wishlist-popup-field-title {
  display: none;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-submit-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field .c-product-page__wishlist-popup-field-input, .c-product-page__wishlist-popup-wrapper .c-product-page__wishlist-popup-fields-wrapper .c-product-page__wishlist-popup-field {
  width: 100%;
}
}


/*
 * End Wishlist not logged page
 */
/*
 * *
 * * Pop Up Upsell Products
 */
.c-popup-upsell-products__added-successfully-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}


.c-popup-upsell-products__added-successfully-message-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 42%;
  border-right: 1px solid #dddddd;
  padding: 10px 20px 10px 10px;
}


.c-popup-upsell-products__added-successfully-message {
  color: #3fa546;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  min-height: 35px;
}

.c-popup-upsell-products__added-successfully-message::before {
  content: "\2714";
  font-weight: 700;
  margin-right: 5px;
  font-size: 26px;
}


.c-popup-upsell-products__currunt-product-image {
  display: flex;
  justify-content: flex-start;
}


.c-popup-upsell-products__added-successfully-image {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  padding: 4px;
  border: 1px solid #dddddd;
}


.c-popup-upsell-products__product-name {
  display: flex;
  padding: 0 0 0 20px;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  flex: 1;
}


.c-popup-upsell-products__cart-summary-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 58%;
  padding: 10px 10px 10px 20px;
}


.c-popup-upsell-products__cart-summary {
  display: flex;
  align-items: center;
  height: 35px;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}

.c-popup-upsell-products__cart-summary:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e02a";
  font-size: 16px;
  color: black;
  margin-right: 5px;
}


.c-popup-upsell-products__total-cart-items, .c-popup-upsell-products__total-cart-amount {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}


.c-popup-upsell-products__action-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}


.c-popup-upsell-products__continue-shopping-link {
  display: flex;
  align-items: center;
  color: black;
  font-size: 12px;
  background: #efefef !important;
}

.c-popup-upsell-products__continue-shopping-link:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e00d";
  font-size: 14px;
  color: black;
  margin-right: 5px;
}


.c-popup-upsell-products__continue-shopping-link:hover {
  opacity: 0.8;
}


.c-popup-upsell-products__proceed-to-checkout-link {
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
  background: #3fa546 !important;
}

.c-popup-upsell-products__proceed-to-checkout-link:after {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e00e";
  font-size: 14px;
  color: white;
  margin-right: 5px;
}

.c-popup-upsell-products__proceed-to-checkout-link::after {
  margin-left: 5px;
}


.c-popup-upsell-products__proceed-to-checkout-link:hover {
  opacity: 0.8;
}


.c-popup-upsell-products__products-box {
  padding: 0px 10px 10px 10px;
}


.c-popup-upsell-products__suggest-message {
  display: flex;
  align-items: center;
  min-height: 35px;
  font-size: 18px;
  width: 100%;
}

.c-popup-upsell-products__suggest-message:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e019";
  font-size: 16px;
  color: black;
  margin-right: 5px;
}


.c-popup-upsell-products__box-content {
  display: flex;
  flex-wrap: wrap;
}


.c-popup-upsell-products__product-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 25%;
  padding: 12px;
  position: relative;
  flex-direction: column;
}


.c-popup-upsell-products__product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}


.c-popup-upsell-products__product-image {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
}


.c-popup-upsell-products__suggest-product-name {
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
  height: 38px;
  overflow: hidden;
}

.c-popup-upsell-products__suggest-product-name .c-popup-upsell-products__product-name-link {
  color: black;
  font-weight: bold;
}


.c-popup-upsell-products__products-box .c-price-exclude-taxes {
  width: 100%;
}

.c-popup-upsell-products__products-box .final-price {
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  justify-content: center;
  flex-direction: inherit;
}

.c-popup-upsell-products__products-box .price-withtax {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding: 0 6px 0 0;
}

.c-popup-upsell-products__products-box .price-value {
  color: #cc4545;
  font-size: 16px;
}

.c-popup-upsell-products__products-box .list-price {
  display: flex;
  align-items: center;
  width: 42%;
  padding: 0 0 0 6px;
}

.c-popup-upsell-products__products-box .list-price del {
  margin-left: 0;
  color: grey !important;
  font-size: 12px !important;
}

.c-popup-upsell-products__products-box .c-price-exclude-taxes__no-wholesale-price-list {
  width: 100%;
  justify-content: center;
  padding: 0;
}

.c-popup-upsell-products__products-box .c-product-price__discount-precent {
  position: absolute;
  top: 0;
  right: 0;
  color: #cc4545;
  font-weight: bold;
  border: 1px solid #cc4545;
  width: 36px;
  height: 36px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.c-popup-upsell-products__products-box .u-grid-has-dual-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-popup-upsell-products__products-box .u-grid-has-dual-price .price-withtax {
  width: 100%;
  padding: 0 0 2px 0;
  justify-content: center;
}
.c-popup-upsell-products__products-box .u-grid-has-dual-price .list-price {
  width: 100%;
  padding: 2px 0 0 0;
  justify-content: center;
}


.c-popup-upsell-products__view-details-button {
  justify-content: center;
  display: flex;
  margin-top: 6px;
}


.c-popup-upsell-products__add-to-cart-button {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}


@media only screen and (max-width: 640px) {
  .c-popup-upsell {
  border: 0 !important;
}


.c-popup-upsell #cboxClose {
  top: 0;
}


.c-popup-upsell-products__added-successfully-message-wrapper {
  width: 100%;
  padding: 24px 0 8px 0;
  border: 0;
}


.c-popup-upsell-products__cart-summary {
  font-size: 18px;
}


.c-popup-upsell-products__added-successfully-message {
  height: initial;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  position: relative;
}


.c-popup-upsell-products__added-successfully-image {
  max-width: 100px;
  max-height: 100px;
}


.c-popup-upsell-products__currunt-product-image {
  width: 100px;
}


.c-popup-upsell-products__product-name {
  width: calc(100% - 150px);
  padding: 0 0 0 8px;
  font-size: 16px;
  text-align: left;
  text-transform: none;
}


.c-popup-upsell-products__cart-summary-wrapper {
  width: 100%;
  padding: 10px 0;
}


.c-popup-upsell-products__action-buttons-wrapper {
  flex-wrap: wrap;
}


.c-popup-upsell-products__continue-shopping-link, .c-popup-upsell-products__proceed-to-checkout-link {
  width: 100% !important;
  margin: 8px 0;
  height: 32px !important;
}


.c-popup-upsell-products__products-box {
  padding: 10px 0 10px 0;
}


.c-popup-upsell-products__suggest-message {
  font-size: 16px;
  height: initial;
  position: relative;
  padding: 0 0 0 26px;
}


.c-popup-upsell-products__product-wrapper {
  width: 100%;
}


.c-popup-upsell-products__suggest-message:before {
  font-size: 18px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 4px;
}
}


/*
 * *
 * * Welcome Pop Up
 */
#colorbox.c-welcome-popup {
  background: #23b5aa !important;
  border-radius: 6px;
  border-width: 0px;
  overflow: visible !important;
}


#colorbox.c-welcome-popup #cboxLoadedContent {
  background: #23b5aa !important;
  border-radius: 6px;
}


#colorbox.c-welcome-popup #cboxClose {
  right: 0;
  top: -28px;
}

#colorbox.c-welcome-popup #cboxClose::after, #colorbox.c-welcome-popup #cboxClose::before {
  left: 12px;
  top: 0;
  background-color: white;
}


.c-popup-promotion {
  padding: 30px 0px;
  max-width: 700px;
  min-width: 420px;
  background: #23b5aa !important;
}


.c-popup-promotion__email-input {
  width: 68%;
  height: 32px;
  padding-right: 10px !important;
  border-radius: 3px !important;
}


.c-popup-promotion__content {
  font-size: 12px;
}


.c-popup-promotion__content+.c-popup-promotion__newsletter-form {
  margin: 25px 0 0 0;
}


.c-popup-promotion__subscribe-button {
  height: 32px;
  padding-left: 10px;
  border-radius: 3px !important;
  opacity: 0.9;
  flex: 1;
}

.c-popup-promotion__subscribe-button>input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #65c3ec;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 10px !important;
}


.c-popup-promotion__footer-newsletter-wrapper {
  display: flex;
  align-items: center;
}


.c-popup-promotion img {
  max-width: 100%;
  height: auto !important;
}


@media only screen and (max-width: 640px) {
  .c-popup-promotion {
  max-width: none;
  min-width: auto;
}


.c-popup-promotion img {
  width: auto;
}
}


/*
 * *
 * * Exit Pop Up
 */
#colorbox.c-exit-popup {
  background: black !important;
  border-radius: 6px;
  border: 0 !important;
}


#colorbox.c-exit-popup #cboxLoadedContent {
  background: black !important;
  border-radius: 6px;
}


#colorbox.c-exit-popup #cboxClose {
  background: rgba(0, 0, 0, 0) url("/skins/orion/customer/images/exit-button.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  background-size: 20px 20px;
  top: 10px !important;
  right: 10px !important;
  display: none !important;
}


#cboxOverlay.c-exit-popup {
  background: black;
  opacity: 1 !important;
  z-index: 9999;
}


.c-popup-promotion-exit .s-html-editor {
  color: white;
  text-align: center;
}


.c-popup-promotion-exit__fake-exit-button {
  color: white;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: underline;
  pointer-events: none;
}


.c-popup-promotion-exit__email-address {
  width: 100%;
  border-radius: 0 !important;
  margin-top: 20px;
  height: 40px;
}


.c-popup-promotion-exit__subscribe-button {
  width: 100%;
  margin: 10px 0;
  height: 40px;
}

.c-popup-promotion-exit__subscribe-button > input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  text-align: center;
}


.c-popup-promotion-exit__subscribe-button-submit {
  height: 40px;
  background: #c01000 !important;
}


/*
 * *
 * * Footer
 */
.c-footer__background {
  background: #333333;
}


.c-footer__work-time-background {
  background: #f79a54;
}


.c-footer__links {
  max-width: 805px;
  width: 100%;
}


.c-footer__menu-links-list {
  display: flex;
}


.c-footer__menu-links {
  color: #ff5500;
  padding: 4px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.c-footer__menu-links:hover {
  color: white;
}


.c-footer__menu-link-column {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}


.c-footer__payment-methods-title {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  color: #ff5500;
  font-weight: 700;
}


.c-footer__payment-methods-logos-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}


.c-payment__logo {
  margin-right: 8px;
}


.c-footer__newsletter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 29px;
}


.c-footer__newsletter-title {
  margin-bottom: 5px;
  color: #ff5500;
  font-weight: 700;
}


.c-footer__newsletter-input {
  width: 72%;
  padding: 5px;
  border-radius: 5px;
}


.c-footer__subscribe-button-submit {
  border-radius: 5px;
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-footer__powered-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #247670;
  background: #333333;
}


.c-footer__powerеd-adapt {
  display: flex;
  width: 33.33%;
  justify-content: flex-start;
  margin-right: 20px;
  color: white;
}


.c-footer__powerеd-seliton {
  display: flex;
  width: 33.33%;
  justify-content: center;
  color: white;
}


.c-footer__social-medias-list {
  display: flex;
  width: 33.33%;
  justify-content: flex-end;
}


.c-footer__social-media-effect:hover {
  opacity: 0.9;
}


.c-footer__powerеd-adapt-link, .c-footer__powerеd-seliton-link {
  color: white;
  font-weight: 700;
}


.c-footer__back-top-button-link {
  font-size: 0;
  border: solid black;
  border-width: 0 12px 12px 0;
  display: inline-flex;
  padding: 10px;
  transform: rotate(-135deg);
}


.c-footer__back-top-button {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 15%;
  bottom: 15%;
  width: 60px;
  height: 60px;
  text-align: center;
  opacity: 0.5;
  z-index: 9;
}

.c-footer__back-top-button:hover {
  opacity: 1;
  transition: 0.6s;
}


/*
 * Start GDPR
 */
.c-footer__gdpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #4d4d4d;
}


.c-footer__gdpr-note {
  display: flex;
  align-items: center;
}


.c-footer__gdpr-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
}


.c-footer__gdpr-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 100%;
  font-size: 8px;
  color: #ffe15a;
  text-align: center;
}


.c-footer__gdpr-text {
  color: white;
  margin-left: 10px;
}


.c-footer__gdpr-link {
  display: flex;
  align-items: center;
  color: white;
  position: relative;
  text-decoration: underline;
  transition: all 0.4s ease;
}

.c-footer__gdpr-link:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f023";
  font-size: 16px;
  color: white;
  margin-right: 5px;
}

.c-footer__gdpr-link::before {
  position: absolute;
  top: 2px;
  left: -16px;
  transition: all 0.4s ease;
}


.c-footer__gdpr-link:hover {
  color: #ffe15a;
  transition: all 0.4s ease;
}

.c-footer__gdpr-link:hover::before {
  color: #ffe15a;
}


.c-footer__gdpr-policy a {
  color: white;
  text-decoration: underline;
  margin-left: 4px;
}

.c-footer__gdpr-policy a:hover {
  color: #ffe15a;
}


/*
 * End GDPR
 */
/*
 * *
 * * Mobile footer
 */
@media only screen and (max-width: 1110px) {
  .c-footer__content-list {
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0;
}


.c-footer__menu-links {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}


.c-footer__menu-links-list {
  flex-wrap: wrap;
  justify-content: center;
}


.c-footer__menu-link-column {
  width: inherit;
}


.c-footer__payment-methods-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}


.c-footer__payment-methods-logos-list {
  width: 100%;
}


.c-footer__newsletter-form {
  max-width: 400px;
  width: 100%;
}


.c-footer__payments-and-subscribe {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 20px 0;
  background: #085752;
  width: 100%;
}

.c-footer__payments-and-subscribe::after {
  display: flex;
  content: none;
  width: 100vw;
  background: #085752;
}


.c-footer__newsletter-form {
  padding: 0 20px;
}


.c-footer__newsletter-input {
  width: 75%;
}


.c-footer__powerеd-seliton {
  margin-top: 5px;
  width: 100%;
}


.c-footer__social-medias-list {
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}


.c-footer__back-top-button {
  right: 5%;
  bottom: 5%;
}
}


@media only screen and (max-width: 640px) {
  .c-footer__gdpr {
  flex-wrap: wrap;
}

.c-footer__gdpr .c-footer__gdpr-link::before {
  top: 22px !important;
}


.c-footer__gdpr-icon-wrapper {
  width: 100%;
}


.c-footer__gdpr-note {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}


.c-footer__gdpr-text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
}


.c-footer__gdpr-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 16px;
}


.c-footer__gdpr-link {
  width: fit-content;
  width: -moz-fit-content;
  padding: 20px 0;
}
}


/*
 * *
 * * Header Top Line
 */
.c-header__topline {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}


.c-header__currency {
  color: #4d4d4d;
}


.c-header__language-dropdown-image {
  height: 12px;
  width: auto;
}


.c-header__language-code-wrapper img {
  height: 12px;
  width: auto;
}


.c_header__currency-selected-code {
  font-size: 12px;
  font-weight: 700;
}


.c_header__currency-selected-code::after {
  position: relative;
  left: 7px;
  top: -3px;
  content: '';
  border: solid #b8b8b8;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}


.c-header__currency-list {
  display: none;
  position: absolute;
  padding-top: 5px;
  background: white;
  z-index: 9;
  box-shadow: 1px 1px 1px 0px;
  width: 48px;
  text-align: center;
}


.c-header__currency-selector {
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  margin-top: 2px;
  cursor: pointer;
}

.c-header__currency-selector:first-child {
  margin-top: 0;
}


.c_header__currency-selected {
  padding-left: 6px;
}


.c-header__currency-selector:hover {
  background: #f79a54;
}


.c-header__currency-selector.selected {
  background: #f79a54;
}


.c-header__currency:hover .c-header__currency-list {
  display: block;
}


.c-header__language {
  padding-left: 20px;
}


.c_header__language-selected {
  padding-left: 10px;
}


.c-header__language:hover .c-header__language-list {
  display: block;
}


.c-header__language-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  margin-top: 2px;
}

.c-header__language-dropdown:hover {
  background: #f79a54;
}


.c-header__language-list {
  display: none;
  position: absolute;
  padding-top: 5px;
  background: white;
  z-index: 9;
  box-shadow: 1px 1px 1px 0px;
  width: 48px;
  text-align: center;
}


.c-header__language-code {
  display: none;
}


.c-header__language-code-wrapper::after {
  position: relative;
  left: 4px;
  top: -3px;
  content: '';
  border: solid #b8b8b8;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}


.c-header__profile {
  padding-left: 25px;
}


.c-header__profile_link {
  color: #999999;
  font-size: 12px;
}


/*
 * *
 * * Header Standard Line
 */
.c-header__standard {
  display: flex;
  align-items: center;
  height: 78px;
  padding-bottom: 22px;
  overflow: hidden;
}


.c-header__logo {
  width: 255px;
}


.c-header__logo-text {
  display: none;
}


.c-header__logo-image {
  width: 214px;
  height: 63px;
  position: absolute;
  top: 20px;
}


.c-header__slogan-text {
  display: none;
}


.c-header__search-advanced {
  display: none;
}


.c-header__search-button {
  display: none;
}


.c-header__search {
  width: 315px;
}


.c-header__search_input {
  outline: none;
  width: 283px;
  height: 42px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  border: solid 1px #dddddd;
  color: #333333;
  background: url("/skins/orion/customer/images/adapt/header-search.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 255px 13px;
  cursor: auto;
}


.c-header__search_input::-webkit-input-placeholder {
  /*
 * WebKit, Blink, Edge
 */

  color: #a6a6a6;
}


.c-header__search_input::-moz-placeholder {
  /*
 * Firefox 19+
 */

  color: #a6a6a6;
}


.c-header__search_input:-ms-input-placeholder {
  /*
 * IE 10+
 */

  color: #a6a6a6;
}


.c-header__info {
  display: flex;
  align-items: center;
  width: 540px;
  word-wrap: break-word;
  height: inherit;
}


/*
 * Top menu line
 */
.c-header__top-menu-link {
  display: flex;
  align-items: center;
}

.c-header__top-menu-link .c-header__top-menu-icon {
  margin-right: 6px;
}


/*
 * *
 * * Mobile header
 */
@media only screen and (max-width: 1110px) {
  .c-header__topline {
  display: none;
}


.c-header__standard {
  display: none;
}
}


@media only screen and (min-width: 1110px) {
  .c-header__mobile {
  display: none;
}
}


.c-header__mobile {
  min-width: 360px;
}


.c-header__mobile-menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  background: linear-gradient(#20b6b7, #158b8b);
}


.c-box-main-menu__item-link, .c-header__menu-tree-label {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


.c-header__mobile-menu-item {
  height: 32px;
}


.mobile-nav-icon {
  display: inline-block;
  cursor: pointer;
}


.mobile-nav-icon-bar {
  width: 27px;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  margin-top: 5px;
}


/*
 * 
 * .mobile-nav-icon-bar:nth-child(1) {
 * transform: rotate(-45deg) translate(-9px, 6px) ;
 * }
 * .mobile-nav-icon-bar:nth-child(2) {
 * opacity: 0;
 * }
 * .mobile-nav-icon-bar:nth-child(3) {
 * transform: rotate(45deg) translate(-8px, -8px) ;
 * }
 */
.c-header__search--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
}


.c-header__search_input--mobile {
  width: 298px;
  border-radius: 5px;
  background: url("/skins/orion/customer/images/adapt/header-search.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 270px 13px;
}


.c-header__mobile-filters {
  display: none;
}


.mobile-menu-item-nav {
  padding-left: 10px;
  padding-right: 19px;
}


/*
 * *
 * * Main menu
 */
.c-box-main-menu {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #23b5aa;
}


@media only screen and (max-width: 1110px) {
  .c-box-main-menu {
  display: none;
}
}


.c-box-main-menu__content {
  display: flex;
  align-items: center;
  width: 1110px;
  margin: auto;
}


.c-box-main-menu__list {
  display: flex;
  height: 46px;
  font-size: 16px;
  z-index: 10;
}


.c-box-main-menu__item-link {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: black;
}


.c-box-main-menu__item-link[href="#"] {
  pointer-events: none;
}

.c-box-main-menu__item-link[href="#"] .c-box-main-menu__mobile-control {
  cursor: pointer;
  pointer-events: auto;
  z-index: 9999;
}


.c-box-main-menu__item:hover {
  background: #118e86;
}


.c-box-main-menu__separator {
  display: none;
}


.c-box-dd-categories__subcategory-list {
  display: none;
  position: absolute;
  border-top: 4px solid;
  border-color: black;
  white-space: nowrap;
}


.c-box-dd-categories__subcategory-list .c-box-dd-categories__subcategory-list {
  border-top: 0;
  margin-left: 1px;
}


.c-box-dd-categories__subcategory-list::before {
  content: "";
  border-bottom: 7px solid;
  border-bottom-color: black;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -10px;
  left: 60px;
}


.c-box-dd-categories__subcategory-list .c-box-dd-categories__subcategory-list::before {
  content: none;
}


.c-box-dd-categories__item {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}


.c-box-main-menu__mobile-control {
  display: none;
}


.c-box-main-menu__social_icons {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}


.c-box-main-menu__social_icon {
  padding-left: 5px;
}


.c-box-main-menu__social_icon_facebook {
  background: url("/skins/orion/customer/images/social-media/facebook-icon-biger.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  width: 30px;
  height: 30px;
}

.c-box-main-menu__social_icon_facebook:hover {
  opacity: 0.9;
}


.c-box-main-menu__social_icon_youtube {
  background: url("/skins/orion/customer/images/social-media/youtube-icon-biger.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  width: 30px;
  height: 30px;
}

.c-box-main-menu__social_icon_youtube:hover {
  opacity: 0.9;
}


.c-box-main-menu__social_icon_skype {
  background: url("/skins/orion/customer/images/social-media/skype-icon-biger.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  width: 30px;
  height: 30px;
}

.c-box-main-menu__social_icon_skype:hover {
  opacity: 0.9;
}


.c-box-main-menu__mobile-control {
  display: none;
}


@media only screen and (max-width: 1110px) {
  .has-submenus > a > .c-box-main-menu__mobile-control {
  display: flex;
}
}


.c-box-dd-categories__subcategory-item-link {
  display: block;
  padding: 15px 20px 15px 20px;
  background: #23b5aa;
  color: #434542;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.c-box-dd-categories__subcategory-item-link:hover {
  color: #f79a54;
}


.c-box-dd-categories__subcategory-item-link.is-parent::after {
  margin-left: auto;
  padding-left: 20px;
  content: '';
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
}


.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s linear;
  z-index: 999 !important;
  opacity: 0.9;
}


@media only screen and (max-width: 1110px) {
  .c-box-main-menu__list .c-box-main-menu__item > .c-dropdown-menu {
  width: 100%;
}


.c-box-main-menu__item-link[href="#"] {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-box-main-menu__item-link[href="#"] .c-box-main-menu__mobile-control {
  text-indent: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  justify-content: flex-end;
  margin: auto;
}

.c-box-main-menu__item-link[href="#"] .c-box-main-menu__mobile-control::before {
  margin: 0;
  background: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}


.c-box-main-menu__content {
  width: 100%;
}


.sticky-menu {
  position: inherit;
  height: auto !important;
}


.menu-item-mega-menu:hover .c-box-main-menu__item-link::before {
  content: none;
}


.c-box-main-menu__list {
  width: 100%;
  height: auto;
  flex-direction: column;
  padding: 5px 25px;
}


.c-box-main-menu__item-link {
  padding-right: 0;
  padding-left: 0;
  height: auto;
}


.c-box-dd-categories__subcategory-item-link {
  padding: 10px 0 10px 10px;
}


.c-box-main-menu__social_icons {
  display: none;
}


.c-box-main-menu__mobile-control {
  margin-left: auto;
  font-size: 22px;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
}


.c-box-dd-categories__subcategory-list {
  position: relative;
  border-top: 0;
}


.c-box-main-menu__item:hover {
  background: rgba(0, 0, 0, 0);
}


.c-box-dd-categories__subcategory-item-link.is-parent::after {
  content: none;
}


.c-box-dd-categories__item {
  border-left: 0;
  border-right: 0;
}

.c-box-dd-categories__item:last-child {
  border-bottom: 0;
}


.c-box-dd-categories__item .c-box-dd-categories__subcategory-list {
  padding: 0 20px;
}


.c-box-main-menu__item {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}


ul > li > a > .c-box-main-menu__mobile-control {
  display: none;
}


.c-box-main-menu__list ul > li.has-submenus > a > .c-box-main-menu__mobile-control {
  display: flex;
}
}


/*
 * *
 * * Site Width
 */
/*
 * Center site
 */
.c-header__topline, .c-header__standard, .c-layout-main, .c-main__content, .c-layout-bottom {
  width: 1110px;
  margin: 0 auto;
}


.c-body-container {
  background: white;
}


/*
 * This is used by the JS to detect the aspect ration of images
 */
.u-aspect-ratio {
  z-index: 1110;
  /*
 * Image aspect ratio multiplied by 1000
 */

  display: none;
  position: fixed;
  /*
 * required by Chrome
 */

}


@media only screen and (max-width: 1110px) {
  .c-header__topline, .c-header__standard, .c-layout-main, .c-main__content, .c-layout-bottom {
  width: auto;
  margin: auto;
}
}


/*
 * *
 * * Layouts and product per row
 */
.c-layout-main {
  display: flex;
  position: relative;
}


.o-layout--vertical.c-layout-main--thin {
  min-width: 240px;
  width: 240px;
  padding: 0 10px;
}


.o-layout--vertical.c-layout-main--thin .c-layout-wrapper {
  margin-top: 22px;
}


.o-layout--vertical.c-layout-main--wide {
  width: 100%;
}


.products-per-row-2 .o-product-grid-wrapper {
  width: 50%;
}
.products-per-row-2 .o-product-grid-wrapper.width2 {
  width: 100%;
}


.products-per-row-3 .o-product-grid-wrapper {
  width: 33.33%;
}
.products-per-row-3 .o-product-grid-wrapper.width2 {
  width: 66.66%;
}


.products-per-row-4 .o-product-grid-wrapper {
  width: 25%;
}
.products-per-row-4 .o-product-grid-wrapper.width2 {
  width: 50%;
}


.products-per-row-5 .o-product-grid-wrapper {
  width: 20%;
}
.products-per-row-5 .o-product-grid-wrapper.width2 {
  width: 40%;
}


@media only screen and (max-width: 1110px) {
  .products-per-row-2 .o-product-grid-wrapper {
  width: 50%;
}
.products-per-row-2 .o-product-grid-wrapper.width2 {
  width: 100%;
}


.products-per-row-3 .o-product-grid-wrapper {
  width: 50%;
}
.products-per-row-3 .o-product-grid-wrapper.width2 {
  width: 100%;
}


.products-per-row-4 .o-product-grid-wrapper {
  width: 50%;
}
.products-per-row-4 .o-product-grid-wrapper.width2 {
  width: 100%;
}


.products-per-row-5 .o-product-grid-wrapper {
  width: 50%;
}
.products-per-row-5 .o-product-grid-wrapper.width2 {
  width: 100%;
}


.o-layout--vertical.c-layout-main--thin {
  min-width: inherit;
}


.o-layout--vertical.c-layout-main--wide {
  min-width: inherit;
}
}


/*
 * ** Start general style for popup scpopup **
 */
.o-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}


.o-popup__content-wrapper {
  max-width: 620px;
  max-height: 82vh;
  width: 100%;
  background: white;
  border-radius: 8px;
  padding: 24px;
}


.o-popup__content {
  margin: 24px 0;
}


.o-popup__content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.o-popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  width: 34px;
  height: 34px;
}


.o-popup__close::before, .o-popup__close::after {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  height: 33px;
  width: 3px;
  background-color: white;
}


.o-popup__close::before {
  transform: rotate(45deg);
}


.o-popup__close::after {
  transform: rotate(-45deg);
}


/*
 * ** End general style for popup scpopup **
 */
/*
 * *
 * * Mega Menu
 */
.c-mega-menu__rows-list {
  display: none;
}


.menu-item-mega-menu:hover .c-box-main-menu__item-link::before {
  content: "";
  border-bottom: 7px solid;
  border-bottom-color: black;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0px;
  left: 45%;
}


.c-mega-menu__title-box span {
  width: 100%;
  display: flex;
  border-bottom: 1px solid whitesmoke;
  margin-bottom: 10px;
  padding-bottom: 5px;
}


.c-mega-menu__title-box {
  display: flex;
  padding: 0 5px;
  order: 1;
  text-transform: uppercase;
}


.c-mega-menu__content-box {
  display: flex;
  order: 2;
}


.c-mega-menu__rows-list {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1110px;
  border-top: 4px solid;
  border-top-color: black;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  z-index: 9;
}


.c-mega-menu__row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: white;
  border: 1px solid whitesmoke;
}


.c-mega-menu__content-box .c-box {
  margin-bottom: 0;
}


.c-mega-menu__content-box .c-box-news {
  width: 100%;
}


.c-mega-menu__content-box .c-box-categories {
  width: 100%;
}

.c-mega-menu__content-box .c-box-category__base-category-image {
  max-width: 100%;
}

.c-mega-menu__content-box .c-box-categories__base-category-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 80px;
  padding: 0 6px;
}

.c-mega-menu__content-box .c-box-categories__base-category-image {
  max-width: 100%;
  height: auto;
}

.c-mega-menu__content-box .c-box-categories__category-title-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
  color: black;
  font-size: 14px;
  flex-direction: inherit;
}
.c-mega-menu__content-box .c-box-categories__category-title-link::before {
  content: "";
  content: '';
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-right: 5px;
}

.c-mega-menu__content-box .c-box-categories__category-name-wrapper {
  padding-bottom: 0;
}

.c-mega-menu__content-box .c-box-categories__category-name {
  font-weight: 400;
}

.c-mega-menu__content-box .c-box-categories__list {
  display: inherit;
  margin: 5px 0px 5px 10px;
}

.c-mega-menu__content-box .c-box-categories__category-product-count {
  display: none;
}

.c-mega-menu__content-box .c-box-categories__category {
  width: auto;
  margin-bottom: 0;
}

.c-mega-menu__content-box .c-box-subcategories-with-level__title-wrapper {
  display: none;
}

.c-mega-menu__content-box .c-subcategory-with-level__category-name-link {
  color: black;
  font-size: 14px;
  margin: 10px 0;
}

.c-mega-menu__content-box .c-subcategory-with-level__category-name-link::before {
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-right: 5px;
}


.c-mega-menu__content-box .c-box-new-products__rss-feed {
  display: none;
}

.c-mega-menu__content-box .c-box-new-products__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-mega-menu__content-box .what-price.single-price {
  display: none;
}

.c-mega-menu__content-box .list-price {
  text-align: center;
}

.c-mega-menu__content-box .c-box-new-products__wrapper {
  text-align: center;
}

.c-mega-menu__content-box .c-box-new-products__product-title {
  text-align: center;
}

.c-mega-menu__content-box .c-box-new-products__content-wrapper {
  display: flex;
  width: 100%;
}


.c-mega-menu__content-box .c-box-custom-products {
  width: 100%;
}

.c-mega-menu__content-box .c-box-custom-products__list {
  display: flex;
  flex-wrap: wrap;
}

.c-mega-menu__content-box .o-tooltip-discount-info {
  display: none;
}

.c-mega-menu__content-box .c-box-custom-products__product {
  padding: 5px;
}

.c-mega-menu__content-box .c-box-custom-products__product-image {
  width: 100%;
  height: auto;
}


.c-mega-menu__content-box .c-box-address__company-name {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.c-mega-menu__content-box .c-box-address__address-list {
  margin-bottom: 10px;
}

.c-mega-menu__content-box .c-box-address__address-title {
  margin-bottom: 5px;
  font-weight: 700;
}

.c-mega-menu__content-box .c-box-address__phone-list {
  margin-bottom: 10px;
}

.c-mega-menu__content-box .c-box-address__phone-title {
  margin-bottom: 5px;
  font-weight: 700;
}

.c-mega-menu__content-box .c-box-address__email-title {
  margin-bottom: 5px;
  font-weight: 700;
}

.c-mega-menu__content-box .c-box-address__email-link {
  color: black;
}
.c-mega-menu__content-box .c-box-address__email-link:hover {
  text-decoration: underline;
}


.c-mega-menu__content-box .c-box-bestsellers__content {
  display: flex;
}


.c-mega-menu__content-box .c-box-blog-articles__image {
  max-width: 100%;
  height: auto;
}


.c-mega-menu__content-box .c-box-blog-categories__category-link {
  color: black;
  font-size: 14px;
}
.c-mega-menu__content-box .c-box-blog-categories__category-link::before {
  margin-right: 5px;
  content: "\27A2";
}


.c-mega-menu__content-box .c-box-brands__list {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
  background: white;
  flex-wrap: nowrap;
  width: 1066px;
}

.c-mega-menu__content-box .c-box-brands__brand-name-link {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: center;
}

.c-mega-menu__content-box .c-box-brands__brand-image {
  max-width: 100%;
  max-height: 60px;
  height: auto;
  width: auto;
}

.c-mega-menu__content-box .c-box-brands__brand-link {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.c-mega-menu__content-box .c-box-brands__brand-name {
  display: flex;
  justify-content: center;
  width: 100%;
}


/*
 * Hide box titles in mega menu
 */
.c-mega-menu__content-box .o-box-title-wrapper {
  display: none;
}


/*
 * ** Start If mega menu is a box **
 */
.c-box .c-mega-menu__rows-list {
  display: flex;
  position: relative;
  border: 0;
}

.c-box .c-mega-menu__title-box {
  display: none;
}


/*
 * ** End If mega menu is a box **
 */
/*
 * *
 * * Mobile style for mega menu
 */
@media only screen and (max-width: 1110px) {
  .c-mega-menu__title-box {
  display: none;
}


.menu-item-mega-menu:hover .c-mega-menu__rows-list {
  display: none;
}


.c-mega-menu__rows-list {
  position: relative;
  width: 100%;
  border-top-color: rgba(0, 0, 0, 0);
}


.c-mega-menu__row {
  flex-direction: column;
}

.c-mega-menu__row .c-mega-menu__title-box, .c-mega-menu__row .c-mega-menu__content-box {
  width: 100% !important;
}


.c-mega-menu__title-box {
  padding-top: 10px;
}


.c-mega-menu__content-box {
  padding: 10px 0;
  border-bottom: 1px solid whitesmoke;
}

.c-mega-menu__content-box:last-child {
  border-bottom: 0;
}


.menu-item-mega-menu:hover .c-box-main-menu__item-link::before {
  content: none;
}


.c-mega-menu__content-box .c-box-new-products__wrapper {
  width: 50%;
}
}


/*
 * *
 * * Page Titles
 */
.o-title__page-title {
  margin-bottom: 30px;
}

.o-title__page-title::before {
  display: block;
  position: relative;
  bottom: -16px;
  left: 0;
  right: 0;
  content: "";
  border: 2px solid whitesmoke;
}


.o-title__page-title-content {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0 20px 0;
  background: white;
  color: #23b5aa;
  font-size: 22px;
  z-index: 9;
}


.o-title__page-title-wrapper {
  text-align: center;
  width: auto;
}


@media only screen and (max-width: 640px) {
  .o-title__page-title-content {
  padding: 0 20px 10px 0;
}
}


/*
 * *
 * * Quick Search
 */
.c-quick-search__results {
  z-index: 99999;
  background: white;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  overflow: hidden;
  box-shadow: 0px 5px 7px -3px #999999;
  border-radius: 0 0 10px 10px;
  margin-left: -34px;
}


.c-quick-search__results ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}


.c-quick-search__results li {
  margin: 0px;
  padding: 0;
  cursor: default;
  display: block;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}

.c-quick-search__results li:last-child {
  border-bottom: 0;
}


.c-quick-search__results-name {
  float: right;
  width: 255px;
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.c-quick-search__results-image-wrapper {
  float: left;
  margin: 10px;
  line-height: 0;
}


.c-quick-search__results-image {
  width: 50px;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 3px;
}


.c-quick-search__results-description {
  float: right;
  width: 255px;
  margin: 0 10px 10px 10px;
  color: black;
}


.c-quick-search__results-price {
  width: 255px;
  margin: 0 10px 10px 10px;
  color: #cc4545;
  text-align: left;
  float: right;
  font-weight: bold;
}


.c-quick-search__see-more-link {
  display: none;
}


@media only screen and (max-width: 1110px) {
  .c-quick-search__results {
  margin-left: -6px;
  max-width: 348px;
  width: 100% !important;
}
}


@media only screen and (max-width: 640px) {
  .c-quick-search__results {
  max-width: 320px;
  margin: auto;
}


.c-quick-search__results-name, .c-quick-search__results-price, .c-quick-search__results-description {
  width: 228px;
}
}


.c-advanced-search-page__form {
  margin: 0 0 0 20px;
}


.c-advanced-search-page__note {
  margin: 0 0 0 10px;
  font-size: 16px;
}


.c-advanced-search-page__search-phrase-label, .c-advanced-search-page__product-code-label, .c-advanced-search-page__category-label, .c-advanced-search-page__brand-label, .c-advanced-search-page__price-title, .c-advanced-search-page__product-quantity-title, .c-advanced-search-page__product-class-title, .c-advanced-search-page__product-attributes-label {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  font-size: 12px;
  font-weight: bold;
  padding-right: 40px;
}


.c-advanced-search-page__product-details-label, .c-advanced-search-page__include-subcategories-label {
  font-size: 12px;
}


.c-advanced-search-page__price-input {
  display: flex;
}


.c-advanced-search-page__price-from-label input, .c-advanced-search-page__price-to-label input {
  width: 40%;
  padding: 7px 0 7px 7px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #333333;
}


.c-advanced-search-page__search-phrase-input {
  display: flex;
  flex-direction: column;
  width: 40%;
  color: #333333;
  background: white;
}


.c-advanced-search-page__search-phrase-input input {
  padding: 7px;
}


.c-advanced-search-page__product-containing-wrapper, .c-advanced-search-page__product-code-wrapper, .c-advanced-search-page__product-category-wrapper, .c-advanced-search-page__product-brand-wrapper, .c-advanced-search-page__product-price-wrapper, .c-advanced-search-page__product-quantity-wrapper, .c-advanced-search-page__product-class-wrapper {
  display: flex;
  align-items: center;
  margin: 15px 0 10px 0;
}


.c-advanced-search-page__product-code-input input, .c-advanced-search-page__category-input select, .c-advanced-search-page__brand-select select, .c-advanced-search-page__product-quantity-select select, .c-advanced-search-page__product-class-select select {
  width: 100%;
  padding: 7px 0 7px 7px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #333333;
  font-size: 12px;
}


.c-advanced-search-page__category-input, .c-advanced-search-page__brand-select, .c-advanced-search-page__product-quantity-select, .c-advanced-search-page__product-class-select, .c-advanced-search-page__product-code-input {
  width: 40%;
}


.c-advanced-search-page__search-button {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}


.c-advanced-search-page__product-attributes-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}


.c-advanced-search-page__product-details-wrapper, .c-advanced-search-page__include-subcategories-wrapper {
  display: flex;
  align-items: center;
  margin-top: 6px;
}


.c-advanced-search-page__product-attributes-unit {
  display: none;
}


.c-advanced-search-page__product-attributes-select {
  width: 40%;
}


.c-advanced-search-page__product-attributes-select select {
  width: 100%;
}


.c-advanced-search-page__product-attributes-select label > span {
  margin: 2px 0;
}


.c-advanced-search-page__product-containing-wrapper, .c-advanced-search-page__product-category-wrapper {
  align-items: flex-start;
}


.c-advanced-search-page__search-phrase-label, .c-advanced-search-page__category-label {
  margin-top: 10px;
}


/*
 * Combo Tree
 */
.comboTreeDropDownContainer ul {
  position: relative;
}


.comboTreeWrapper .comboTreeParentPlus {
  position: absolute;
  left: 8px;
  top: 5px;
  width: 4px;
  float: left;
  cursor: pointer;
  width: 12px;
  height: 14px;
}


.comboTreeParentPlus .mdi-chevron-down-circle-outline {
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid black;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid black;
  margin-top: 2px;
  margin-left: 2px;
}


.comboTreeDropDownContainer input.multiplesFilter {
  max-width: 100%;
  width: 100%;
  border: 1px solid #e1e1e1;
  float: none;
  margin: 0;
}


.c-combo-tree__search-input-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 8px 12px;
  background: white;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}


.comboTreeDropDownContainer ul li {
  padding: 0;
  position: relative;
}


.comboTreeDropDownContainer li .selectable {
  padding-left: 22px;
}


.comboTreeDropDownContainer li .selectable + ul li .selectable {
  padding-left: 34px;
}


.comboTreeDropDownContainer li .selectable + ul li .selectable + ul li .selectable {
  padding-left: 46px;
}


.comboTreeDropDownContainer li .selectable + ul li .selectable + ul li .selectable + ul li .selectable {
  padding-left: 58px;
}


.comboTreeDropDownContainer li .selectable + ul li .selectable + ul li .selectable + ul li .selectable + ul li .selectable {
  padding-left: 70px;
}


.comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus {
  left: 20px;
}


.comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus {
  left: 32px;
}


.comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus {
  left: 44px;
}


.comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus {
  left: 56px;
}


.comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus + .selectable + ul li .comboTreeParentPlus {
  left: 68px;
}


.comboTreeInputWrapper .comboTreeArrowBtn {
  width: 27px;
}


.comboTreeWrapper .comboTreeArrowBtnImg {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  font-size: 0;
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAACXBIWXMAAA3XAAAN1wFCKJt4AAADGGlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BSMDVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMCgwGDA0MAQyJDPcMChqMMbxjFGV0YSxlXMN5jEmMKYprAdIFZmDmSeSHzGxZLlg6WW6x6rK2s99gs2aaxfWMPZ9/NocTRxfGFM5HzApcj1xZuTe4FPFI8U3mFeCfxCfNN45fhXyygI7BD0FXwilCq0A/hXhEVkb2i4aJfxCaJG4lfkaiQlJM8JpUvLS19QqZMVl32llyfvIv8H4WtioVKekpvldeqFKiaqP5UO6jepRGqqaT5QeuA9iSdVF0rPUG9V/pHDBYY1hrFGNuayJsym740u2C+02KJ5QSrOutcmzjbQDtXe2sHY0cdJzVnJRcFV3k3BXdlD3VPXS8Tbxsfd99gvwT//ID6wIlBS4N3hVwMfRnOFCEXaRUVEV0RMzN2T9yDBLZE3aSw5IaUNak30zkyLDIzs+ZmX8xlz7PPryjYVPiuWLskq3RV2ZsK/cqSql01jLVedVPrHzbqNdU0n22VaytsP9op3VXUfbpXta+x/+5Em0mzJ/+dGj/t8AyNmf2zvs9JmHt6vvmCpYtEFrcu+bYsc/m9lSGrTq9xWbtvveWGbZtMNm/ZarJt+w6rnft3u+45uy9s/4ODOYd+Hmk/Jn58xUnrU+fOJJ/9dX7SRe1LR68kXv13fc5Nm1t379TfU75/4mHeY7En+59lvhB5efB1/lv5dxc+NH0y/fzq64Lv4T8Ffp360/rP8f9/AA0ADzT6lvFdAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABuSURBVHjabM6xCcJAAEDRd3Lb2It9RvFI1CaF41yIDuIALuAqEkjOWIii6C9f9cPst9BuXFw/ZGkdVe5fuFItDHrpTUlviBqzjA5J1ttGo1qQjciOaiWiaBQndPYKEYx2bjiYeCGTM08i/Jt/DABWUyEpDRN4agAAAABJRU5ErkJggg==") no-repeat 55% 55%;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 640px) {
  .c-advanced-search-page__search-button {
  width: 100%;
}


.c-advanced-search-page__search-submit {
  width: 100%;
}


.c-advanced-search-page__form {
  margin: 0;
  padding: 0 10px 20px 10px;
}


.c-advanced-search-page__product-containing-wrapper, .c-advanced-search-page__product-code-wrapper, .c-advanced-search-page__product-category-wrapper, .c-advanced-search-page__product-brand-wrapper, .c-advanced-search-page__product-price-wrapper, .c-advanced-search-page__product-quantity-wrapper, .c-advanced-search-page__product-class-wrapper {
  flex-wrap: wrap;
}


.c-advanced-search-page__search-phrase-label, .c-advanced-search-page__product-code-label, .c-advanced-search-page__category-label, .c-advanced-search-page__brand-label, .c-advanced-search-page__price-title, .c-advanced-search-page__product-quantity-title, .c-advanced-search-page__product-class-title, .c-advanced-search-page__product-attributes-label {
  width: 100%;
  justify-content: flex-start;
  padding: 0;
}


.c-advanced-search-page__search-phrase-input, .c-advanced-search-page__category-input, .c-advanced-search-page__brand-select, .c-advanced-search-page__product-quantity-select, .c-advanced-search-page__product-class-select, .c-advanced-search-page__product-code-input, .c-advanced-search-page__price-input {
  width: 100%;
}
}


/*
 * *
 * * Blog Article
 */
.c-blog-article__view-all-button {
  display: flex;
  justify-content: flex-end;
}


.c-blog-article__view-all-button-link {
  padding: 7px;
  background: #ff5500;
  color: white;
}


.c-blog-article-page {
  margin-bottom: 40px;
}


.c-blog__article-excerpt img {
  max-width: 100%;
  max-height: 100%;
  widht: auto !important;
  height: auto !important;
}


.c-blog-article__article-thumb {
  display: none;
}


.c-blog-article__date {
  margin-bottom: 5px;
  opacity: 0.7;
  text-align: right;
}


.c-blog-article__contents {
  margin-bottom: 10px;
  word-break: normal;
}


.c-blog-article-add-comment__wrapper .c-error-page__message-error {
  margin-bottom: 10px;
  text-align: center;
  color: #ed1c2e;
}


.c-blog-article-add-comment__wrapper {
  border-top: 1px solid #e9ebee;
  padding: 0 5px;
}


.c-blog-article-add-comment__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}


.c-blog-article-add-comment__input-wrapper {
  margin-bottom: 5px;
}


.c-blog-article-add-comment__input {
  width: 100%;
  max-width: 100%;
  padding: 7px;
}


.c-blog-article-add-comment__name-label {
  display: flex;
  width: 100%;
}


.c-blog-article-add-comment__name-input {
  width: 20%;
  padding: 7px;
}


.c-blog-article-add-comment__name-wrapper {
  margin-bottom: 5px;
}


.c-blog-article-add-comment__send-button {
  text-align: right;
  margin-bottom: 20px;
}


.c-blog-article-add-comment__send-button-submit {
  border: none;
  background: #ff5500;
  padding: 10px;
  cursor: pointer;
  color: white;
}


.c-blog-article-add-comment__options {
  display: none;
}


.c-blog-article-comment__list {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ebee;
  margin-bottom: 20px;
  font-weight: 700;
}


.c-blog-article-comment__info {
  display: flex;
  margin-bottom: 5px;
}


.c-blog-article-comment__commentator-name::after {
  content: "-";
  margin: 0 5px;
}


.c-blog-article-comment__content {
  display: flex;
  margin-bottom: 15px;
  white-space: pre-line;
}


.c-blog-article-comment__reply-button {
  color: #ff5500;
  text-decoration: underline;
}

.c-blog-article-comment__reply-button:hover {
  text-decoration: none;
}


.c-blog-article__pager-wrapper {
  display: flex;
  justify-content: flex-end;
}


.c-blog-article-add-comment__replay-comment {
  margin-top: 20px;
}


@media only screen and (max-width: 1110px) {
  .c-blog-article-add-comment__name-input {
  width: 100%;
}


.c-blog-article-add-comment__send-button-submit {
  width: 100%;
  margin-top: 10px;
}
}


/*
 * *
 * * Blog Page
 */
.c-blog-home-page {
  margin-bottom: 40px;
}


.c-blog__page-title {
  margin-bottom: 30px;
}


.c-blog__article-wrapper {
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 20px;
}


.c-blog__article-thumb {
  display: none;
}


.c-blog__article-title {
  margin-bottom: 5px;
}


.c-blog__article-title-link {
  font-size: 20px;
  color: #ff5500;
}


.c-blog__article-date {
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 12px;
}


.c-blog__continue-reading-link {
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ff5500;
}

.c-blog__continue-reading-link:hover {
  text-decoration: underline;
}


.c-blog__article-list {
  padding: 0 5px;
}


/*
 * *
 * * Brand Page
 */
.c-brand-page-grid {
  margin-bottom: 40px;
}


.c-brand__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 150px;
}


.c-brand__image-wrapper {
  width: 25%;
  text-align: center;
}


.c-brand__description-wrapper {
  width: 65%;
  text-align: left;
}


.c-brand__image {
  max-width: 200px;
  height: auto;
}


.c-brand__name {
  font-size: 16px;
  margin-bottom: 5px;
}


.c-brand__description * {
  color: #666666;
}


.c-brand__brand-website-link {
  color: #ff5500;
}


.c-brand__information-title {
  font-size: 16px;
  margin: 0 0 12px 0;
}


.c-brand__description {
  margin: 0 0 12px 0;
}


.c-brand__contact-row {
  margin: 0 0 4px 0;
  color: #666666;
}


.c-brand__brand-website {
  margin: 16px 0;
}


.c-brand__brand-address {
  white-space: pre-line;
}


.c-brand__contact-row a {
  color: #666666;
}

.c-brand__contact-row a:hover {
  text-decoration: underline;
}


.c-brand__information-wrapper {
  max-height: 120px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-out;
}

.c-brand__information-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.c-brand__information-wrapper.is-opened {
  max-height: 2500px;
  transition: all 0.4s ease-in;
}
.c-brand__information-wrapper.is-opened::before {
  content: none;
}


.c-brand__toggle-description {
  cursor: pointer;
  width: fit-content;
}

.c-brand__toggle-description:after {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f103";
  font-size: 14px;
  color: black;
  margin-right: 5px;
}

.c-brand__toggle-description::after {
  margin: 2px 0 0 4px;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}

.c-brand__toggle-description:hover::after {
  top: 2px;
  transition: all 0.2s ease;
}

.c-brand__toggle-description.is-opened::after {
  transform: rotate(-180deg);
}


.c-brand__product-counter-number {
  font-size: 30px;
  margin-bottom: 5px;
}


.c-brand__product-counter-wrapper {
  width: 10%;
  text-align: center;
}


@media only screen and (max-width: 640px) {
  /*
 * Brand page
 */
.c-brand__info {
  flex-wrap: wrap;
}


.c-brand__image-wrapper, .c-brand__description-wrapper, .c-brand__product-counter-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
}


/*
 * 
 * * Checkout Success Page
 */
.c-checkout-final-page {
  margin-bottom: 40px;
}


.c-checkout-final-page__success-message {
  color: #3fa546;
  font-size: 20px;
  margin-bottom: 20px;
}

.c-checkout-final-page__success-message::before {
  content: "\2714";
  font-weight: 700;
  margin-right: 5px;
  font-size: 26px;
}


.c-checkout-final-page__print-order {
  display: flex;
  justify-content: flex-end;
}


.c-checkout-final-page__print-order-button {
  padding: 5px 7px;
  border: none;
  background: #ff5500;
  color: white;
  cursor: pointer;
}


/*
 * *
 * * Forgot Password Page
 */
.c-forgotten-password-page {
  margin-bottom: 40px;
}


.c-forgot-pass__message-info {
  color: #ed1c2e;
  margin-bottom: 15px;
  text-align: center;
}


.c-forgot-pass__form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}


.c-forgot-pass__email-label {
  width: 10%;
}


.c-forgot-pass__email-input-text {
  width: 30%;
  padding: 5px;
}


.c-forgot-pass__action-button-submit {
  padding: 7px;
  margin-left: 5px;
  border: 0;
  background: #ff5500;
  color: white;
}


@media only screen and (max-width: 640px) {
  .c-forgot-pass__form {
  flex-wrap: wrap;
}


.c-forgot-pass__email-label {
  width: 100%;
}


.c-forgot-pass__email-input-text {
  width: 100%;
  margin-bottom: 10px;
}
}


/*
 * *
 * * Form Confirmation Page
 */
/*
 * *
 * * Form Page
 */
.c-form-page {
  margin-bottom: 40px;
}


.c-form-page__form-input-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c-form-page__form-input-wrapper .c-form-page__form-field {
  width: 70%;
}
.c-form-page__form-input-wrapper .c-form-page__form-field input, .c-form-page__form-input-wrapper .c-form-page__form-field textarea {
  width: 100%;
  padding: 5px;
}


.c-form-page__label {
  width: 30%;
}


.c-form-page__form-description {
  margin-bottom: 5px;
}


.c-form-page__button {
  display: flex;
  justify-content: flex-end;
}


.c-form-page__form-submit {
  background: #ff5500;
  color: white;
  cursor: pointer;
  font-size: 12px;
  padding: 7px;
  border: 0;
}


.c-form-page__info-note {
  margin: 10px 0 6px 0;
}


.c-form-page .f-is-require {
  color: #ed1c2e;
  margin: 0 2px;
}


.c-form-page__form-input-wrapper .c-form-page__form-field > input[type="text"], .c-form-page__form-input-wrapper .c-form-page__form-field > input[type="email"] {
  width: 100%;
}


.c-form-page__form-field .o-custom-select-wrapper {
  width: 100%;
}
.c-form-page__form-field .o-custom-select-wrapper select {
  width: 100%;
}


.c-form-page__form-content-list .c-country__form-input-wrapper, .c-form-page__form-content-list .c-state__form-input-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}

.c-form-page__form-content-list .c-country__label, .c-form-page__form-content-list .c-state__label {
  width: 30%;
}

.c-form-page__form-content-list .c-country__dropdown-label, .c-form-page__form-content-list .c-state__dropdown-label {
  width: 70%;
}
.c-form-page__form-content-list .c-country__dropdown-label select, .c-form-page__form-content-list .c-state__dropdown-label select {
  width: 100%;
}


.c-form-page__form-separator {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  padding: 10px 0;
}


@media only screen and (max-width: 640px) {
  .c-form-page__form-content-list .c-country__label, .c-form-page__form-content-list .c-state__label {
  width: 100%;
}

.c-form-page__form-content-list .c-country__dropdown-label, .c-form-page__form-content-list .c-state__dropdown-label {
  width: 100%;
}


/*
 * Form page and checkout page
 */
.c-form-page__form-input-wrapper {
  flex-wrap: wrap;
}


.c-form-page__label, .c-form-page__form-input-wrapper .c-form-page__form-field {
  width: 100%;
  margin: 0;
}


.c-form-page__form-field .custom-select select {
  width: 100%;
}
}


@media only screen and (max-width: 640px) {
  .c-form-page__button-form-submit {
  width: 100%;
  margin-top: 10px;
}


.c-form-page__form-submit {
  width: 100%;
}
}


/*
 * *
 * * Gallery
 */
.c-gallery-page {
  margin-bottom: 40px;
}


.c-gallery-page__items-list {
  display: flex;
  flex-wrap: wrap;
}


.c-gallery-page__gallery-item {
  padding: 2px;
  margin: 4px;
  border: 4px double #d2d2d2;
  text-align: center;
  width: calc(25% - 8px);
}


.c-gallery-page__gallery-item-description {
  word-break: break-word;
  max-width: 200px;
}


.c-gallery-page__gallery-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}


.c-gallery-page__image-popup {
  border: 0 !important;
}


.c-gallery-page__image-popup .cboxPhoto {
  width: 100% !important;
  height: auto !important;
}


/*
 * *
 * * Mobile Gallery
 */
@media only screen and (max-width: 1110px) {
  .c-gallery-page__items-list {
  justify-content: center;
}


.c-gallery-page__gallery-item {
  width: calc(50% - 8px);
}
}


/*
 * *
 * * Login Page
 */
.c-login-page {
  margin-bottom: 40px;
}


.c-login__form-wrapper {
  display: flex;
  justify-content: space-around;
}


.c-login-info__register-wrapper {
  border-right: 1px solid whitesmoke;
  margin-left: 30px;
  width: 50%;
}


.c-login__form {
  margin-left: 30px;
  width: 50%;
}


.c-login-info__register-text-title {
  margin-bottom: 5px;
}


.c-login-info__register-title, .c-login__form-title, .c-login-alt-methods__title {
  margin-bottom: 20px;
  font-size: 18px;
}


.c-login-info__register-text {
  margin-bottom: 5px;
}

.c-login-info__register-text::before {
  content: "\2714";
  margin-right: 5px;
}


.c-login-info__register-text-list {
  margin-bottom: 15px;
}


.c-login-info__register-form-link {
  padding: 5px;
  background: #ff5500;
  color: white;
}

.c-login-info__register-form-link::before {
  padding-right: 5px;
  content: "\27A5";
}

.c-login-info__register-form-link:hover {
  background: white;
  color: #23b5aa;
  border: 1px solid #23b5aa;
  padding: 4px;
}


.c-login__email-wrapper, .c-login__password-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin-bottom: 10px;
}


.c-login__button {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 29.5%;
}


.c-login__email-input, .c-login__form-password-input {
  padding: 7px;
  width: 225px;
}


.c-login__button-submit {
  border: none;
  padding: 7px;
  background: #ff5500;
  color: white;
  cursor: pointer;
  font-size: 14px;
}


.c-login__forgotten-pass {
  margin-left: 20px;
  color: black;
}

.c-login__forgotten-pass:hover {
  text-decoration: underline;
}


.c-login__alt-method-social-login-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 175px;
  height: 33px;
  padding-left: 42px;
  padding-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  color: white;
  transition: all 0.15s linear 0s;
}


.c-login__email-login {
  background: #9e9e9e url("/skins/orion/customer/images/login-email-icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat;
}

.c-login__email-login:hover {
  opacity: 0.8;
}


.c-login__facebook-login {
  background: #4267b2;
  padding: 0 10px 0 38px;
  position: relative;
}

.c-login__facebook-login:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f230";
  font-size: 24px;
  color: white;
  margin-right: 5px;
}

.c-login__facebook-login::before {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  width: 20px;
  line-height: 1;
}

.c-login__facebook-login:hover {
  opacity: 0.8;
}


.c-login__google-login {
  background: #dd4b39 url("/skins/orion/customer/images/login-google-icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat;
}

.c-login__google-login:hover {
  opacity: 0.8;
}


@media only screen and (max-width: 1110px) {
  .c-login__form-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}


.c-login-info__register-wrapper, .c-login__form {
  width: 100%;
  margin: 0;
  padding: 0 20px 40px 20px;
}


.c-login__email-wrapper, .c-login__password-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.c-login__email-input, .c-login__form-password-input, .c-login__email-input-wrapper, .c-login__password-input-wrapper {
  width: 100%;
}


.c-login__button {
  margin-left: 0;
  justify-content: space-between;
}
}


/*
 * *
 * * One Page Checkout
 */
.c-one-page-checkout__content-list {
  display: flex;
}


.c-one-page-checkout__customer-info {
  width: 50%;
  padding-right: 15px;
}


.c-one-page-checkout__order-summary-list {
  width: 50%;
  padding-left: 15px;
}


.c-one-page-checkout__billing-address-title {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 15px;
  font-size: 16px;
}

.c-one-page-checkout__billing-address-title::before {
  margin-right: 5px;
  font-size: 26px;
  content: "\278A";
  color: #23b5aa;
}


.c-one-page-checkout__social-login-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}


.c-one-page-checkout__login-form-email-wrapper, .c-one-page-checkout__login-form-password-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}


.c-one-page-checkout__login-form-email-input, .c-one-page-checkout__login-form-password-input {
  width: 65%;
  padding: 7px;
}


.c-one-page-checkout__login-form-action-button-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 35%;
}


.c-one-page-checkout__checkout-login-form.is-hidden {
  display: none;
}


.c-one-page-checkout__checkout-login-form.is-visible {
  display: block;
}


.c-one-page-checkout__login-button-submit {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
}


.c-one-page-checkout__login-button-forgotten-pass {
  margin-left: 20px;
  color: #333333;
}

.c-one-page-checkout__login-button-forgotten-pass:hover {
  text-decoration: underline;
}


.c-one-page-checkout__login-info {
  color: red;
  margin-bottom: 5px;
}


.c-one-page-checkout__address-form-select-address .custom-select {
  width: 70%;
}


.c-one-page-checkout__address-form-select-address .custom-select select {
  width: 100%;
}


.c-one-page-checkout__fields-note {
  margin-bottom: 10px;
  font-weight: 700;
}


.c-one-page-checkout__address-form-state .custom-select {
  width: 70%;
}


.u-input-error-note {
  margin-left: 30%;
  margin-bottom: 5px;
  color: red;
  width: 100%;
}


.dynamic-page-checkout input[readonly="readonly"] {
  background: rgba(210, 210, 210, 0.4) !important;
  color: rgba(0, 0, 0, 0.4) !important;
  cursor: no-drop !important;
}


.c-one-page-checkout__is-company-radio-personal, .c-one-page-checkout__is-company-radio-business {
  display: flex;
  align-items: center;
  width: 50%;
}


.c-one-page-checkout__is-company-radio-personal input, .c-one-page-checkout__is-company-radio-business input {
  margin-top: 0;
}


.c-one-page-checkout__address-form-do-register, .c-one-page-checkout__address-form-do-not-register {
  display: flex;
  align-items: center;
  width: 50%;
}


.c-one-page-checkout__address-form-do-register input, .c-one-page-checkout__address-form-do-not-register input {
  margin-top: 0;
}


.c-one-page-checkout__address-form-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-left: 30%;
  margin-top: 15px;
  margin-bottom: 10px;
}


.c-one-page-checkout__address-form-register-note, .c-one-page-checkout__address-form-guest-note {
  text-align: right;
  width: 100%;
}


.c-one-page-checkout__address-form-register-notes {
  margin-bottom: 10px;
}


.c-one-page-checkout__is-company-radio-list {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 5px;
}


.c-one-page-checkout__is-company-radio-title {
  width: 30%;
}


.c-one-page-checkout__is-company-radio-buttons {
  display: flex;
  justify-content: space-between;
  width: 70%;
}


.c-one-page-checkout__is-company-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}


.c-one-page-checkout__shipping-address-checkbox-title {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 16px;
}

.c-one-page-checkout__shipping-address-checkbox-title::before {
  margin-right: 5px;
  font-size: 30px;
  content: "\278B";
  color: #23b5aa;
}


.c-one-page-checkout__shipping-address-checkbox-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}


.c-one-page-checkout__shipping-address-checkbox-list {
  margin-bottom: 40px;
}


.c-one-page-checkout__shipping-address-list {
  margin-top: 10px;
}


.c-one-page-checkout__billing-shipping-methods-title {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
  font-size: 16px;
}

.c-one-page-checkout__billing-shipping-methods-title::before {
  margin-right: 5px;
  font-size: 30px;
  content: "\278C";
  color: #23b5aa;
}


.c-one-page-checkout__billing-shipping-methods-list {
  margin-bottom: 30px;
}


.c-one-page-checkout__billing-methods-payment-form {
  width: 100%;
}


.c-one-page-checkout__billing-methods-wrapper, .c-one-page-checkout__shipping-methods-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid whitesmoke;
  min-height: 50px;
  padding: 10px;
}


.c-one-page-checkout__shipping-methods-additional-html {
  width: 100%;
}


.c-one-page-checkout__shipping-methods-title, .c-one-page-checkout__billing-methods-title {
  width: 30%;
}


.c-one-page-checkout__billing-methods-payment, .c-one-page-checkout__shipping-methods-shipping {
  width: 70%;
}


.c-one-page-checkout__instructions-list {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.c-one-page-checkout__instructions-wrapper {
  font-weight: 700;
}


.c-one-page-checkout__instructions-textarea {
  width: 100%;
  max-width: 100%;
  min-height: 65px;
  padding: 5px;
}


.c-one-page-checkout__instructions {
  margin: 10px 0 10px 0;
  width: 100%;
}


.c-checkout-cart__content-total-price {
  flex-wrap: wrap;
}


.c-one-page-checkout__grand-total-price-value .u-price__dual-currency::before {
  margin: 0 12px 0 6px;
}


.c-one-page-checkout__order-summary-title {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 15px;
  font-size: 16px;
}

.c-one-page-checkout__order-summary-title::before {
  margin-right: 5px;
  font-size: 26px;
  content: "\26DF";
  color: #23b5aa;
}


.c-one-page-checkout__checkout-grand-total-wrapper {
  display: flex;
  justify-content: flex-end;
}


.c-one-page-checkout__grand-total-price-value {
  margin-left: 10px;
}


.c-one-page-checkout__checkout-grand-total-wrapper {
  font-size: 18px;
  font-weight: 700;
}


.c-one-page-checkout__terms-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}


.c-one-page-checkout__terms-link {
  margin-left: 2px;
  color: black;
  text-decoration: underline;
}

.c-one-page-checkout__terms-link:hover {
  text-decoration: none;
}


.c-one-page-checkout__finalize-order {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}


.c-one-page-checkout__finalize-order.checkout_right-loader {
  width: 100%;
}


.c-one-page-checkout__finalize-order-submit {
  border: 0;
  background: #23b5aa;
  color: white;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  cursor: pointer;
}


.c-one-page-checkout__checkout-total-table {
  margin-top: 20px;
}


.c-one-page-checkout__billing-methods-payment, .c-one-page-checkout__shipping-methods-shipping {
  font-size: 13px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
}


.c-one-page-checkout__shipping-address-address1 input {
  width: 70%;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
}


.c-checkout-cart__content-product-image-thumb {
  width: 100%;
  height: auto;
}


.c-one-page-checkout__finalize-order-submit.is-disable {
  opacity: 0.4;
  pointer-events: none;
}


.is-fixed, .c-one-page-checkout__checkout-total-table.is-fixed:not('.c-smart-checkout-page .is-fixed, .c-smart-checkout-page .c-one-page-checkout__checkout-total-table.is-fixed') {
  position: fixed;
  width: 28.4%;
  min-width: 550px;
}


/*
 * Start errors pop up
 */
.c-one-page-checkout__error-popup-body {
  margin-bottom: 25px;
}


.c-one-page-checkout__error-popup-body ul li strong {
  font-weight: 900;
  word-break: break-all;
}


.c-one-page-checkout__error-popup-body ul li {
  padding: 0 10px;
}


.c-one-page-checkout__error-popup-button {
  text-align: center;
  margin-bottom: 15px;
}


/*
 * End errors pop up
 */
/*
 * *
 * * Mobile One Page Checkout
 */
@media only screen and (max-width: 1110px) {
  .c-one-page-checkout__content-list {
  flex-direction: column;
}


.c-one-page-checkout__customer-info {
  width: inherit;
  padding-left: 15px;
}


.c-one-page-checkout__order-summary-list {
  width: inherit;
  padding-right: 15px;
  margin: 20px 0;
}


.c-one-page-checkout__finalize-order {
  width: 100%;
}


.c-one-page-checkout__finalize-order-submit {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
}


.dynamic-page-checkout .mobile-menu-item-nav {
  display: none;
}

.dynamic-page-checkout .mobile-menu-item-logo {
  margin-left: 15px;
}


.c-one-page-checkout__address-form-register {
  flex-wrap: wrap;
}
}


.c-one-page-checkout__terms-content {
  overflow: auto;
  min-height: 450px;
  padding: 0 10px;
  max-width: 600px;
}


.c-one-page-checkout__terms-checkbox-wrapper {
  display: flex;
  align-items: center;
}


.c-one-page-checkout__shipping-methods-message {
  display: flex;
  width: 70%;
  justify-content: center;
  margin-left: auto;
  padding-top: 5px;
  color: #ed1c2e;
}


@media only screen and (max-width: 640px) {
  .c-checkout-cart__order-total-label {
  padding: 0;
}


.c-one-page-checkout__address-form-register {
  margin: 15px 0 10px 0;
}


.c-one-page-checkout__address-form-do-register, .c-one-page-checkout__address-form-do-not-register, .c-one-page-checkout__is-company-radio-personal, .c-one-page-checkout__is-company-radio-business {
  width: fit-content;
  width: -moz-fit-content;
}


.c-one-page-checkout__is-company-radio-buttons {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}


.u-input-error-note {
  margin: 0;
}


.c-one-page-checkout__address-form-register-note, .c-one-page-checkout__address-form-guest-note {
  text-align: center;
}


.c-one-page-checkout__is-company-radio-list {
  flex-wrap: wrap;
}


.c-one-page-checkout__terms-content {
  max-width: 400px;
}


.c-one-page-checkout__address-form-state .custom-select, .c-one-page-checkout__address-form-register-note {
  width: 100%;
  margin: 0;
}
}


@media only screen and (max-width: 420px) {
  .c-one-page-checkout__terms-content {
  max-width: 340px;
}
}


@media only screen and (max-width: 370px) {
  .c-one-page-checkout__terms-content {
  max-width: 320px;
}
}


/*
 * *
 * * Register Page
 */
.c-register-page {
  margin-bottom: 40px;
}


.c-register__page-title {
  margin-bottom: 10px;
}


.c-register__account-info-note, .c-register__billing-address-note, .c-register__address-info-title, .c-register__is-copany-title, .c-register__shipping-address-contact-info-title, .c-register__shipping-address-info-title {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 5px;
}


.c-register__account-info-title, .c-register__billing-address-title, .c-register__shipping-address-check-box-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}


.c-register__account-info-table-list {
  max-width: 75%;
  margin-left: 50px;
}


.c-register__account-info-email, .c-register__account-info-password, .c-register__account-info-confirm-password {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}


.c-register__billing-address-table-list {
  max-width: 75%;
  margin-left: 50px;
}


.c-register__address-info-table-list {
  max-width: 75%;
  margin-left: 50px;
}


.c-register__is-company-personal, .c-register__is-company-business {
  width: 35%;
  display: flex;
  align-items: center;
}


.c-register__shipping-address-check-box {
  display: flex;
  align-items: center;
}


.c-register__is-company-address-form-table {
  max-width: 75%;
  margin-left: 50px;
}


.c-register__shipping-address-contact-info-table {
  max-width: 75%;
  margin-left: 50px;
}


.c-register__shipping-address-info-table {
  max-width: 75%;
  margin-left: 50px;
}


.c-register__button-register-submit {
  padding: 7px;
  background: #ff5500;
  cursor: pointer;
  border: none;
  color: white;
}


.c-register__button-wrapper {
  display: flex;
  max-width: 75%;
  margin-left: 50px;
  justify-content: flex-end;
  margin-top: 10px;
}


.c-register__address-info-state > .custom-select > select {
  width: 100%;
  padding: 5px;
}


.c-register__address-info-state > .custom-select {
  width: 70%;
}


.c-register__address-info-address1 > input {
  width: 70%;
  padding: 5px;
}


.c-register__shipping-address-info-state > .custom-select {
  width: 70%;
}


.c-register__shipping-address-info-state > .custom-select > select {
  width: 100%;
  padding: 5px;
}


.c-register__shipping-address-info-city > .input-text.ac_input {
  width: 70%;
  padding: 5px;
}


.c-register__shipping-address-info-address1 > input {
  width: 70%;
  padding: 5px;
}


.c-register-success-page__message-wrapper {
  text-align: center;
}


/*
 * Register success
 */
.c-register-success-page__button-wrapper {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}


/*
 * GDPR checkbox
 */
.c-register-page .c-privacy-policy-wrapper {
  margin-top: 20px;
  margin-left: 50px;
  max-width: 75%;
}


/*
 * Extra fields
 */
.c-register__register-form .c-extra-field__wrapper.c-address__input-row {
  width: 100%;
}


@media only screen and (max-width: 1110px) {
  .c-register__button-wrapper {
  width: 100%;
  margin-left: 0;
  justify-content: center;
  max-width: unset;
}


.c-register__button-register {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.c-register__button-register-submit {
  width: 100%;
}


.c-register__account-info-title, .c-register__billing-address-title, .c-register__shipping-address-check-box-title {
  font-size: 18px;
}


.c-register__is-company-personal, .c-register__is-company-business {
  width: 50%;
}


.c-register__account-info-table-list, .c-register__billing-address-table-list, .c-register__address-info-table-list, .c-register__shipping-address-info-table, .c-register__shipping-address-contact-info-table {
  max-width: 100%;
  margin: 0;
}


.c-register-page .c-privacy-policy-wrapper {
  margin-top: 20px;
  margin-left: 0;
  max-width: 100%;
  justify-content: flex-start;
  width: 100%;
}


.c-register__is-company-title {
  width: 100%;
}
}


@media only screen and (max-width: 640px) {
  .c-register__address-info-address1 > input, .c-register__address-info-state > .custom-select, .c-register__shipping-address-info-state > .custom-select, .c-register__shipping-address-info-address1 > input {
  width: 100%;
}
}


/*
 * 
 * * View Cart Page
 */
.c-view-cart {
  margin-bottom: 40px;
}


.c-view-cart__button-continue-shopping-wrapper {
  text-align: right;
  padding: 0 0 30px 20px;
}

.c-view-cart__button-continue-shopping-wrapper::after {
  content: "\2192";
}


.c-button-continue-shopping {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
}

.c-button-continue-shopping:hover {
  text-decoration: none;
}


.c-view-cart__tabel-title-list {
  display: flex;
}


.c-view-cart__product-title, .c-view-cart__product-quantity-title, .c-view-cart__product-price-title, .c-view-cart__product-price-total-title {
  padding: 0 0 5px 0;
  border-bottom: 1px solid whitesmoke;
  font-weight: 700;
}


.c-view-cart__product-title {
  padding: 0 0 5px 10px;
}


.c-view-cart__product-price-total-title, .c-view-cart__product-price-title {
  text-align: right;
  width: 140px;
}


.c-view-cart__product-quantity-title {
  width: 140px;
}


.c-view-cart__product-title {
  width: 100%;
}


.c-view-cart__cart-content-wrapper {
  display: flex;
  align-items: center;
}


.c-view-cart__product {
  width: 100%;
}


.c-view-cart__product-thumb {
  max-width: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  padding: 15px;
}


.c-view-cart__product-name-wrapper {
  border-bottom: 1px solid whitesmoke;
}


.c-view-cart__product-name {
  width: 70%;
}


.c-view-cart__product-image {
  width: 30%;
}


.c-view-cart__quantity-spinner {
  border-bottom: 1px solid whitesmoke;
}


.c-view-cart__product-name-link {
  display: flex;
  align-items: flex-end;
  height: 50%;
  color: black;
  padding-left: 10px;
  padding-right: 30px;
  text-decoration: underline;
}

.c-view-cart__product-name-link:hover {
  text-decoration: none;
}


.c-view-cart__product-name-wrapper {
  display: flex;
}


.c-view-cart__product-option {
  font-size: 12px;
  margin: 5px 0;
  opacity: 0.7;
  padding-left: 10px;
  padding-right: 30px;
}


.c-view-cart__product-quantity {
  width: 140px;
}


.c-view-cart__quantity-spinner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}


.c-view-cart__quantity-option-action-buttons {
  margin: 0 3px;
  width: 16px;
}


.c-view-cart__increase-quantity, .c-view-cart__decrease-quantity {
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}


.c-view-cart__input-quantity {
  text-align: center;
}


.c-view-cart__increase-quantity {
  height: 18px;
  width: 18px;
  background: url("/skins/orion/customer/images/quantity-icons.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 0 5px;
}


.c-view-cart__decrease-quantity {
  height: 12px;
  width: 16px;
  background: url("/skins/orion/customer/images/quantity-icons.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 0 100%;
}


.c-view-cart-remove-item {
  display: flex;
  align-items: center;
}


.c-view-cart-remove-item-image {
  display: none;
}


.c-view-cart_remove-item-icon::before {
  color: #ed1c2e;
  content: "\274C";
  font-size: 16px;
}


.c-view-cart__product-price, .c-view-cart__product-price-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  flex-wrap: wrap;
}


.c-view-cart__product-price-total-amount {
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.c-view-cart__product-price-before-discount {
  color: #64062a;
  text-decoration: line-through;
}


.c-view-cart__order-total {
  margin-top: 20px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}


.c-view-cart__order-total-lines, .c-view-cart__order-grand-total {
  display: table-row;
}


.c-view-cart__order-grand-total {
  margin-top: 10px;
}


.c-view-cart__order-total-lines {
  padding-bottom: 10px;
}


.c-view-cart__buttons {
  display: flex;
  margin-top: 30px;
  min-height: 40px;
}


.c-view-cart__action-buttons-list {
  display: flex;
  max-height: 37px;
}


.c-view-cart__checkout-buttons {
  display: flex;
  margin-left: auto;
}


.c-view-cart__order-total-lines-description {
  display: table-cell;
  text-align: right;
  font-size: 15px;
}


.c-view-cart__order-grand-total-description {
  display: table-cell;
  text-align: right;
  font-weight: 700;
}


.c-view-cart__order-total-lines-amount {
  display: table-cell;
  width: 20%;
  text-align: right;
}


.c-view-cart__order-grand-total-amount {
  display: table-cell;
  width: 20%;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}


.c-view-cart__remove-coupon-link {
  display: flex;
  align-items: center;
  color: black;
}

.c-view-cart__remove-coupon-link:hover {
  color: #ed1c2e;
}

.c-view-cart__remove-coupon-link img {
  margin-right: 4px;
}


.c-view-cart__coupon-code {
  margin-left: 23px;
  max-width: 150px;
}


.c-view-cart__coupon-button-list {
  margin: 5px 5px 0 0;
  min-height: 28px;
  text-align: right;
}


.c-view-cart__coupon-submit {
  border: none;
  background: none;
  color: white;
}


.c-view-cart__button-add-coupon {
  position: relative;
  padding: 5px;
  top: 5px;
  background: #ff5500;
}


.c-view-cart__input-coupon {
  width: 145px;
}


.c-view-cart__checkout-modules-buttons {
  display: flex;
}


.c-view-cart__one-page-checkout-button {
  border: none;
  color: white;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}


.c-view-cart__button-checkout {
  margin: 6px 0 6px 16px;
}


.c-view-cart__button-checkout-icon::before {
  position: relative;
  left: 6px;
  color: white;
  content: "\2713";
}


.c-view-cart__checkout-modules-buttons .c-paypal-module__image {
  margin: 0 6px;
}


.c-view-cart__product-price-after-discount + .c-view-cart__product-price-after-discount, .c-view-cart__product-price-total-amount + .c-view-cart__product-price-total-amount {
  position: relative;
}

.c-view-cart__product-price-after-discount + .c-view-cart__product-price-after-discount::before, .c-view-cart__product-price-total-amount + .c-view-cart__product-price-total-amount::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #cbcbcb;
  display: inline-block;
  transform: rotate(15deg);
  margin: 0 6px 0 0;
  position: relative;
  top: 1px;
}


.c-view-cart__product-price-total-amount + .c-view-cart__product-price-total-amount {
  justify-content: flex-end;
}


.c-view-cart__plugin-gift-boxes-message {
  padding: 16px 12px;
  background: #b2fba5;
  margin: 0 0 32px 0;
  border: 3px double white;
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-size: 15px;
}


@keyframes product-appearance {  0% {  opacity: 0;  transform: translateY(15px);}  100% {  opacity: 1;  transform: none;}}

.has-gift-boxes .c-view-cart__cart-content-wrapper {
  transition: all 0.5s ease;
  animation-name: product-appearance;
  animation-duration: 1s;
}


.has-gift-boxes .c-view-cart__product-list {
  animation-name: product-appearance;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}


.c-view-cart__product-price-after-discount-mobile-label, .c-view-cart__product-price-total-mobile-label {
  display: none;
}


.c-view-cart__product-name-link-mobile {
  display: none;
}


.c-view-cart__product-price-total-amount-mobile {
  display: none;
}


.c-view-cart__remove-item-mobile {
  display: none;
}


.c-view-cart__free-shipping-message {
  border: 3px double #087744;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #ed1c2e;
}


/*
 * *
 * * Mobile View Cart
 */
@media only screen and (max-width: 1110px) {
  .c-view-cart .o-page-content {
  padding: 0 10px;
}


.c-view-cart__form {
  border: 1px solid #d5d5d5;
  position: relative;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__button-continue-shopping-wrapper {
  display: none;
}


.c-view-cart__tabel-title-list {
  display: none;
}


.c-view-cart__product-name-wrapper .c-view-cart__product-name {
  display: none;
}


.c-view-cart__product-name-wrapper {
  border-bottom: 0;
}


.c-view-cart__cart-content-wrapper {
  flex-wrap: wrap;
  padding: 10px 5px;
  border-bottom: 1px solid whitesmoke;
  position: relative;
}


.c-view-cart__product-name-link-mobile {
  display: flex;
  width: 100%;
  color: black;
  order: 1;
  font-size: 16px;
}


.c-view-cart__product {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}


.c-view-cart__product-thumb {
  width: 100%;
  height: auto;
}


.c-view-cart__product-image {
  width: inherit;
}


.c-view-cart__product-price {
  display: flex;
  justify-content: flex-end;
  border: 0;
  order: 5;
  width: 100%;
}

.c-view-cart__product-price .c-view-cart__product-price-after-discount {
  display: none;
}

.c-view-cart__product-price .c-view-cart__product-price-before-discount {
  margin-bottom: 4px;
}


.c-view-cart__product-price-total {
  display: none;
}


.c-view-cart__product-price-total-amount-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  height: 40px;
  float: right;
  font-size: 26px;
  color: #d2d2d2;
  order: 3;
}


.c-view-cart__product-quantity {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  margin-top: 5px;
}


.c-view-cart__quantity-spinner {
  width: 100%;
  height: 40px;
  float: left;
  border: 0px;
  justify-content: flex-start;
  order: 2;
}


.c-view-cart__quantity-option-action-buttons {
  position: relative;
  width: 31px;
  height: 31px;
  margin: 0;
}


.c-view-cart__increase-quantity {
  background: url("/skins/orion/customer/images/minus-qty.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 0 0;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 82px;
}


.c-view-cart__decrease-quantity {
  background: url("/skins/orion/customer/images/plus-qty.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 0 0;
  width: 31px;
  height: 31px;
}


.c-view-cart__input-quantity {
  width: 51px;
  height: 31px;
  padding: 4px;
  border-color: #d5d5d5;
  border-style: solid;
}


.c-view-cart__remove-item {
  display: none;
}


.c-view-cart__remove-item-mobile {
  display: flex;
  position: absolute;
  right: 5px;
  transform: translateY(-55%);
}


.c-view-cart-remove-item-image-mobile {
  display: none;
}


.c-view-cart_remove-item-icon-mobile::before {
  color: #ed1c2e;
  content: "\274C";
  font-size: 12px;
}


.c-view-cart__order-total-lines, .c-view-cart__order-grand-total {
  justify-content: space-between;
}


.c-view-cart__order-total-lines-description, .c-view-cart__order-grand-total-description {
  width: auto;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  width: auto;
}


.c-view-cart__order-total {
  padding: 10px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__action-buttons-list {
  display: none;
}


.c-view-cart__checkout-buttons {
  margin-left: 0;
  width: 100%;
}


.c-view-cart__checkout-modules-buttons {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}


.c-view-cart__button-checkout {
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
}


.c-view-cart__button-checkout-icon {
  width: 100%;
}


.c-view-cart__one-page-checkout-button {
  width: 100%;
  text-transform: uppercase;
}


.c-view-cart__button-checkout-icon::before {
  content: none;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  width: 35%;
}
}


/*
 * *
 * * Four page checkout
 */
/*
 * ** Start Nav Bar **
 */
.c-four-page-checkout__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  color: #333333;
  font-size: 18px;
  padding: 10px 20px 10px 10px;
  border: 1px solid #333333;
  margin-bottom: 10px;
}

.c-four-page-checkout__nav-item::after {
  content: "";
  border: solid #333333;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
}


.c-four-page-checkout__nav-bar.is-prev-steps {
  margin-bottom: 40px;
}


.c-four-page-checkout__nav-bar.is-next-steps .c-four-page-checkout__nav-item {
  background: #333333;
  color: white;
}
.c-four-page-checkout__nav-bar.is-next-steps .c-four-page-checkout__nav-item::after {
  transform: rotate(-45deg);
  border: solid white;
  border-width: 0 4px 4px 0;
}
.c-four-page-checkout__nav-bar.is-next-steps .c-four-page-checkout__nav-item:first-of-type {
  margin-top: 40px;
}


/*
 * ** End Nav Bar **
 */
/*
 * ** Start First Step **
 */
.c-four-page-checkout.is-first-step, .c-four-page-checkout.is-second-step, .c-four-page-checkout.is-third-step, .c-four-page-checkout.is-fourth-step {
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  position: relative;
}


.c-four-page-checkout .c-four-page-checkout__page-title {
  top: 0;
}


.c-four-page-checkout__login-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}


.c-four-page-checkout__guest-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}


.c-four-page-checkout__login-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.c-four-page-checkout__login-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
  padding: 0 20px;
}


.c-four-page-checkout__login-form {
  width: 100%;
}


.c-four-page-checkout__register-wrapper {
  width: 50%;
  padding: 0 20px;
}


.c-four-page-checkout__login-section-title, .c-four-page-checkout__register-label, .c-four-page-checkout__guest-section-label {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__login-section-title::before, .c-four-page-checkout__register-label::before, .c-four-page-checkout__guest-section-label::before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__authentication-email, .c-four-page-checkout__authentication-password {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}


.c-four-page-checkout__label {
  font-size: 12px;
  width: 50%;
  display: flex;
  align-items: center;
}


.c-four-page-checkout__input {
  width: 50%;
}


.c-four-page-checkout__login-button {
  display: flex;
  justify-content: flex-end;
}


.c-four-page-checkout__social-login-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}


.c-four-page-checkout__social-login-wrapper {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}


.c-four-page-checkout__register-email-wrapper, .c-four-page-checkout__register-password-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}


.c-four-page-checkout__register-captcha {
  margin-bottom: 10px;
}

.c-four-page-checkout__register-captcha .c-captcha__container {
  width: 70%;
  margin: 5px 0 5px auto;
}


.c-four-page-checkout__register-button-widgets {
  display: flex;
  justify-content: flex-end;
}


.c-four-page-checkout__guest-form {
  width: 100%;
  padding: 0 20px;
}


.c-four-page-checkout__guest-text {
  font-size: 12px;
  margin-bottom: 6px;
}


.c-four-page-checkout__guest-email-wrapper {
  margin-bottom: 6px;
}


.c-four-page-checkout__guest-email-label {
  font-weight: bold;
  font-size: 12px;
}


.c-four-page-checkout__guest-email-input-wrapper input {
  min-width: 230px;
}


.c-four-page-checkout__guest-button-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}


.c-four-page-checkout__address-form-select-address {
  max-width: 820px;
  margin: 0 auto 5px auto;
}

.c-four-page-checkout__address-form-select-address .custom-select {
  width: 70%;
}
.c-four-page-checkout__address-form-select-address .custom-select select {
  width: 100%;
}


/*
 * ** End First Step **
 */
/*
 * ** Start Second Step **
 */
.c-four-page-checkout__billing-address-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__billing-address-title::before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__fields-note {
  font-size: 12px;
  color: #333333;
}


.c-four-page-checkout__address-form-table-list .c-address__input-row {
  max-width: 820px;
  margin: 0 auto 5px auto;
}


.c-four-page-checkout__section-label {
  display: flex;
  width: 100%;
  font-weight: bold;
  margin: 16px 0 10px 0;
}


.c-four-page-checkout__address-form-address1 input {
  width: 70%;
}


.c-four-page-checkout__address-form-state .custom-select {
  width: 70%;
}

.c-four-page-checkout__address-form-state .custom-select select {
  width: 100%;
}


.c-four-page-checkout__is-company-radio-list {
  max-width: 820px;
  margin: 0 auto 5px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-four-page-checkout__is-company-radio-list .c-four-page-checkout__is-company-radio-title {
  width: 30%;
}

.c-four-page-checkout__is-company-radio-list .c-four-page-checkout__is-company-radio-buttons {
  width: 70%;
  display: flex;
  align-items: center;
}
.c-four-page-checkout__is-company-radio-list .c-four-page-checkout__is-company-radio-buttons .c-four-page-checkout__is-company-radio-personal {
  display: flex;
  align-items: center;
  width: 50%;
}
.c-four-page-checkout__is-company-radio-list .c-four-page-checkout__is-company-radio-buttons .c-four-page-checkout__is-company-radio-business {
  display: flex;
  align-items: center;
  width: 50%;
}


.c-four-page-checkout__shipping-address-checkbox-list {
  margin: 60px 0 40px 0;
}


.c-four-page-checkout__shipping-address-checkbox-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__shipping-address-checkbox-title::before {
  content: "2";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__shipping-address-state .custom-select {
  width: 70%;
}

.c-four-page-checkout__shipping-address-state .custom-select select {
  width: 100%;
}


.c-four-page-checkout__shipping-address-address1 input {
  width: 70%;
}


.c-four-page-checkout__shipping-address-table-list .c-address__input-row {
  max-width: 820px;
  margin: 0 auto 5px auto;
}


.c-four-page-checkout__is-company-table .c-address__input-row {
  max-width: 820px;
  margin: 0 auto 5px auto;
}


.c-four-page-checkout__is-company-title {
  display: flex;
  width: 100%;
  font-weight: bold;
  margin: 16px 0 10px 0;
}


.c-four-page-checkout__shipping-address-checkbox-wrapper {
  display: flex;
  align-items: center;
}


.c-four-page-checkout__next-step-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}


.c-four-page-checkout__next-step-button-submit {
  padding: 10px 30px 10px 10px !important;
}


.c-four-page-checkout__next-step-button-icon {
  pointer-events: none;
}

.c-four-page-checkout__next-step-button-icon:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e002";
  font-size: 14px;
  color: white;
  margin-right: 5px;
}

.c-four-page-checkout__next-step-button-icon::before {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}


.c-four-page-checkout__shipping-methods-shipping {
  max-width: 100%;
}


/*
 * ** End Second Step **
 */
/*
 * ** Start Third Step **
 */
.c-four-page-checkout__second-step-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}


.c-four-page-checkout__pay-address-info {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  padding: 10px;
  border: 1px solid #dddddd;
}


.c-four-page-checkout__shipping-address-info {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  padding: 10px;
  border: 1px solid #dddddd;
}


.c-four-page-checkout__pay-address-title-wrapper, .c-four-page-checkout__shipping-address-title-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}


.c-four-page-checkout__pay-address-title-wrapper, .c-four-page-checkout__shipping-address-title-wrapper {
  font-weight: bold;
}


.c-four-page-checkout__shipping-address-edit-link, .c-four-page-checkout__pay-address-edit-link {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin: 0 2px;
}

.c-four-page-checkout__shipping-address-edit-link:hover, .c-four-page-checkout__pay-address-edit-link:hover {
  text-decoration: underline;
}


.c-four-page-checkout__pay-address-title, .c-four-page-checkout__shipping-address-title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 4px;
}


.c-four-page-checkout__pay-address, .c-four-page-checkout__shipping-address {
  font-size: 12px;
}

.c-four-page-checkout__pay-address .address-first-name, .c-four-page-checkout__pay-address .address-last-name, .c-four-page-checkout__shipping-address .address-first-name, .c-four-page-checkout__shipping-address .address-last-name {
  font-weight: bold;
}


.c-four-page-checkout__billing-shipping-methods-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}


.c-four-page-checkout__billing-method-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48%;
}


.c-four-page-checkout__shipping-method-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48%;
}


.c-four-page-checkout__billing-method-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__billing-method-title::before {
  content: "3";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__shipping-method-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__shipping-method-title::before {
  content: "4";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__billing-methods-payment label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}

.c-four-page-checkout__billing-methods-payment label img {
  max-width: 100%;
  max-height: 22px;
  width: auto;
  height: auto;
}


.c-four-page-checkout__shipping-methods-shipping > label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}


.c-four-page-checkout__shipping-methods-shipping .c-speedy-widget__speedy-options-wrapper {
  margin-bottom: 30px;
}

.c-four-page-checkout__shipping-methods-shipping .c-econt-widget__econt-options-wrapper {
  margin-bottom: 30px;
}


.c-four-page-checkout__instructions-list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.c-four-page-checkout__instructions {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.c-four-page-checkout__instructions textarea {
  min-width: 400px;
  min-height: 70px;
}


.c-four-page-checkout__steps-button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.c-four-page-checkout__steps-button-wrapper .c-four-page-checkout__next-step-button-wrapper {
  width: auto;
}


.c-four-page-checkout__prev-step-button-wrapper {
  position: relative;
}


.c-four-page-checkout__prev-step-button-submit {
  padding: 10px 10px 10px 30px !important;
}


.c-four-page-checkout__prev-step-button-icon {
  pointer-events: none;
}

.c-four-page-checkout__prev-step-button-icon:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e002";
  font-size: 14px;
  color: white;
  margin-right: 5px;
}

.c-four-page-checkout__prev-step-button-icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
}


/*
 * ** End Third Step **
 */
/*
 * ** Satrt Fourth Step **
 */
.c-four-page-checkout__review-row-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__review-row-title:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e03a";
  font-size: 14px;
  color: white;
  margin-right: 5px;
}

.c-four-page-checkout__review-row-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__shipping-billing-review-information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  padding: 20px 10px;
  margin: 0 auto 40px auto;
  border: 1px solid #dddddd;
}


.c-four-page-checkout__review-title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dddddd;
}


.c-four-page-checkout__billing-review-section, .c-four-page-checkout__shipping-review-section {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}


.c-four-page-checkout__shipping-review-info, .c-four-page-checkout__shipping-review-method, .c-four-page-checkout__billing-review-info, .c-four-page-checkout__billing-review-method {
  width: 100%;
}


.c-four-page-checkout__billing-review-info, .c-four-page-checkout__shipping-review-info {
  min-height: 140px;
}


.c-four-page-checkout__cart-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 18px;
}

.c-four-page-checkout__cart-title:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e031";
  font-size: 14px;
  color: white;
  margin-right: 5px;
}

.c-four-page-checkout__cart-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: black;
  color: white;
}


.c-four-page-checkout__products-section .c-order-details__products-columns-titles > span, .c-four-page-checkout__products-section .c-order-details__products-total-price-wrapper {
  font-weight: bold;
}

.c-four-page-checkout__products-section .c-order-details__products-image {
  max-height: 180px;
  width: auto;
}


@media only screen and (max-width: 1110px) {
  .c-order-details__products-list {
  position: relative;
}


.c-order-details__products-discounts-inner-wrapper {
  bottom: 47px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  position: absolute;
  display: flex;
  align-items: center;
}

.c-order-details__products-discounts-inner-wrapper del {
  font-size: 12px;
}

.c-order-details__products-discounts-inner-wrapper span {
  font-size: 10px;
}
}


.c-four-page-checkout__steps-button-wrapper.is-fourth-step {
  margin-top: 20px;
}

.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-one-page-checkout__finalize-order {
  margin-top: 0;
  position: relative;
}

.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-one-page-checkout__finalize-order-submit {
  padding: 12px 20px 12px 40px;
  font-size: 17px;
}

.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-one-page-checkout__finalize-order-icon {
  pointer-events: none;
}
.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-one-page-checkout__finalize-order-icon:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0c8";
  font-size: 20px;
  color: white;
  margin-right: 5px;
}
.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-one-page-checkout__finalize-order-icon::before {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-four-page-checkout__prev-step-button-wrapper {
  max-height: 37px;
}


/*
 * ** End Fourth Step **
 */
/*
 * ** Start Mobile Four Page Checkout **
 */
@media only screen and (max-width: 1110px) {
  .c-four-page-checkout.is-first-step, .c-four-page-checkout.is-second-step, .c-four-page-checkout.is-third-step, .c-four-page-checkout.is-fourth-step {
  padding: 0;
}


.c-four-page-checkout__login-wrapper, .c-four-page-checkout__register-wrapper {
  width: 100%;
}


.c-four-page-checkout__input, .c-four-page-checkout__label, .c-four-page-checkout__social-login-wrapper {
  width: 100%;
  max-width: 400px;
}


.c-four-page-checkout__label {
  margin-bottom: 8px;
}


.c-four-page-checkout__social-login-buttons {
  margin-bottom: 20px;
}


.c-four-page-checkout__register-captcha .c-captcha__container {
  width: 100%;
  max-width: 420px;
}


.c-four-page-checkout__address-form-state .custom-select, .c-four-page-checkout__shipping-address-state .custom-select {
  width: 100%;
}


.c-extra-field__input, .c-four-page-checkout__shipping-address-address1 input {
  width: 100%;
}


.c-extra-field__label {
  width: 100%;
}


.c-four-page-checkout__address-form-address1 input {
  width: 100%;
}


.c-four-page-checkout__pay-address-info {
  width: 100%;
  margin-bottom: 12px;
}


.c-four-page-checkout__shipping-address-info {
  width: 100%;
}


.c-four-page-checkout__methods-form {
  padding: 0 10px;
}


.c-four-page-checkout__billing-method-wrapper {
  width: 100%;
  margin-bottom: 12px;
}


.c-four-page-checkout__shipping-method-wrapper {
  width: 100%;
}


.c-four-page-checkout__billing-review-section, .c-four-page-checkout__shipping-review-section {
  width: 100%;
}


.c-four-page-checkout__steps-button-wrapper {
  flex-wrap: wrap;
}


.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-four-page-checkout__prev-step-button-submit {
  font-size: 12px !important;
}

.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-four-page-checkout__prev-step-button-icon::before {
  font-size: 12px;
}

.c-four-page-checkout__steps-button-wrapper.is-fourth-step .c-one-page-checkout__finalize-order {
  margin-top: 20px;
}


.c-four-page-checkout.is-fourth-step .o-page-content {
  padding: 0 10px;
}
}


/*
 * ** End Mobile Four Page Checkout **
 */
/*
 * *
 * * Profile Page - Addresses
 */
.c-addresses-profile-page__column-titles {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}


.c-addresses-profile-page__address-title {
  width: 40%;
  padding-left: 20px;
}


.c-addresses-profile-page__default-billing-title, .c-addresses-profile-page__default-shipping-title {
  width: 20%;
  text-align: center;
}


.c-addresses-profile-page__edit-address-title, .c-addresses-profile-page__delete-address-title {
  width: 10%;
  text-align: center;
}


.c-addresses-profile-page__column-content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}


.c-addresses-profile-page__address {
  width: 40%;
}


.c-addresses-profile-page__default-billing, .c-addresses-profile-page__default-shipping {
  width: 20%;
  text-align: center;
}


.c-addresses-profile-page__edit-address, .c-addresses-profile-page__delete-address {
  width: 10%;
  text-align: center;
}


.c-addresses-profile-page__edit-address-icon::before {
  content: "\270E";
  color: black;
}


.c-addresses-profile-page__edit-address-icon:hover {
  opacity: 0.8;
}


.c-addresses-profile-page__delete-address-icon::before {
  content: "\274C";
  color: #ed1c2e;
}


.c-addresses-profile-page__delete-address-icon::hover {
  opacity: 0.8;
}


.c-addresses-profile-page__add-update-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}


.c-addresses-profile-page__update-input {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-addresses-profile-page__add-address-link {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-address-profile__personal-or-business {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.c-address-profile__type, .c-address-profile__business-type {
  width: 35%;
}


.c-address-profile__business-table {
  margin-bottom: 20px;
}


.c-address-create-profile-page__add-address-button {
  display: flex;
  justify-content: flex-end;
}


.c-address-create-profile-page__add-address-button-submit {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-address-edit-profile-page__update-address-button {
  display: flex;
  justify-content: flex-end;
}


.c-address-edit-profile-page__update-address-submit {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-address-create-profile-page__form .custom-select {
  width: 70%;
}
.c-address-create-profile-page__form .custom-select select {
  width: 100%;
}


.c-address-create-profile-page__address1 input {
  width: 70%;
}


@media only screen and (max-width: 640px) {
  .c-address-create-profile-page__form .custom-select {
  width: 100%;
}
.c-address-create-profile-page__form .custom-select select {
  width: 100%;
}


.c-address-create-profile-page__address1 input {
  width: 100%;
}
}


/*
 * *
 * * Invoices Profile Page
 */
.c-invoices-profile-page__invoice-column-titles {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}


.c-invoices-profile-page__id-title, .c-invoices-profile-page__id {
  width: 10%;
  text-align: center;
}


.c-invoices-profile-page__type-title, .c-invoices-profile-page__type {
  width: 20%;
  text-align: center;
}


.c-invoices-profile-page__date-title, .c-invoices-profile-page__date {
  width: 20%;
  text-align: center;
}


.c-invoices-profile-page__total-title, .c-invoices-profile-page__price-value {
  width: 20%;
  text-align: center;
}


.c-invoices-profile-page__order-title, .c-invoices-profile-page__details {
  width: 10%;
  text-align: center;
}


.c-invoices-profile-page__company-title, .c-invoices-profile-page__company {
  width: 10%;
  text-align: center;
}


.c-invoices-profile-page__print-title, .c-invoices-profile-page__print-button {
  width: 10%;
  text-align: center;
}


.c-invoices-profile-page__id-title, .c-invoices-profile-page__type-title, .c-invoices-profile-page__date-title, .c-invoices-profile-page__total-title, .c-invoices-profile-page__order-title, .c-invoices-profile-page__company-title {
  font-weight: 700;
}


.c-invoices-profile-page__column-title-mobile {
  display: none;
}


.c-invoices-profile-page__invoice-column-content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}


.c-invoices-profile-page__details-link {
  color: black;
}

.c-invoices-profile-page__details-link:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 640px) {
  .c-invoices-profile-page__id-title, .c-invoices-profile-page__type-title, .c-invoices-profile-page__date-title, .c-invoices-profile-page__total-title, .c-invoices-profile-page__order-title, .c-invoices-profile-page__company-title {
  font-size: 0;
}


.c-invoices-profile-page__column-title-mobile {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #555555;
}


.c-invoices-profile-page__id, .c-invoices-profile-page__type, .c-invoices-profile-page__date, .c-invoices-profile-page__price-value, .c-invoices-profile-page__details, .c-invoices-profile-page__company, .c-invoices-profile-page__print-button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 4px 8px;
}


.c-invoices-profile-page__invoice-column-content {
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}


.c-invoices-profile-page__print-button {
  position: absolute;
  right: 8px;
  top: 4px;
  width: max-content;
}


.c-invoices-profile-page__print-link {
  background: black;
  color: white;
  padding: 4px 12px;
  line-height: 19px;
  font-size: 13px;
}

.c-invoices-profile-page__print-link:hover {
  background-color: #e6092c;
}
}


.c-make-payments-profile-page__payment-data-wrapper {
  display: flex;
  flex-direction: column;
}


.c-make-payments-profile-page__payment-amount {
  display: flex;
  flex-direction: column;
}


.c-make-payments-profile-page__input-text {
  width: 10%;
}


.c-make-payments-profile-page__payment-note {
  display: flex;
  flex-direction: column;
  margin: 15px 0 10px 0;
}


.c-make-payments-profile-page__payment-data {
  width: 70%;
  margin: 0 0 0 25px;
}


.c-make-payments-profile-page__title {
  margin: 0 0 20px 25px;
  font-size: 18px;
}


.c-make-payments-profile-page__pay-amount-label, .c-make-payments-profile-page__payment-notes-label {
  margin: 0 0 10px 0;
}


.c-make-payments-profile-page__make-payment-button {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 15px 0 0 25px;
}


.c-make-payments-profile-page__payment-module .c-custom-select-image__target {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  color: #333333;
}


.c-make-payments-profile-page__input-text {
  min-width: 120px;
}


/*
 * *
 * * Profile Menu
 */
.c-profile-tabs__menu-list {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
}


.c-profile-tabs__menu {
  padding: 5px 0;
  border-bottom: 1px solid #d5d5d5;
}


.c-profile-tabs__menu:last-child {
  border-bottom: 0;
}


.c-profile-tabs__menu.active .c-profile-tabs__menu-link {
  margin-left: 10px;
}


.c-profile-tabs__menu-link::before {
  content: "\276F";
  margin-right: 5px;
  font-weight: 700;
  font-size: 12px;
}


.c-profile-tabs__menu-link {
  display: flex;
  align-items: center;
  color: #333333;
}


/*
 * *
 * * Mobile Customer Profile Menu
 */
@media only screen and (max-width: 1110px) {
  .c-profile-pages__mobile-menu {
  margin: 20px 20px 0;
}
}


/*
 * *
 * * My Payments Profile Page
 */
.c-my-payments-profile-page__subtitle-and-new-payment-button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.c-my-payments-profile-page__subtitle {
  font-size: 16px;
}


.c-my-payments-profile-page__new-payment-input {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-my-payments-profile-page__my-payments-columns-titles {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}


.c-my-payments-profile-page__id-title, .c-my-payments-profile-page__id {
  width: 10%;
  text-align: center;
}


.c-my-payments-profile-page__payment-title, .c-my-payments-profile-page__payment {
  width: 35%;
  text-align: center;
}


.c-my-payments-profile-page__date-title, .c-my-payments-profile-page__date {
  width: 10%;
  text-align: center;
}


.c-my-payments-profile-page__details-title, .c-my-payments-profile-page__details {
  width: 20%;
  text-align: center;
}


.c-my-payments-profile-page__total-title, .c-my-payments-profile-page__price-value {
  width: 25%;
  text-align: center;
}


.c-points-profile-page__id-title, .c-points-profile-page__payment-title, .c-points-profile-page__date-title, .c-points-profile-page__details-title, .c-points-profile-page__total-title {
  font-weight: 700;
}


.c-my-payments-profile-page__column-title-mobile {
  display: none;
}


.c-my-payments-profile-page__my-payments-columns-content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}


@media only screen and (max-width: 640px) {
  .c-my-payments-profile-page__id-title, .c-my-payments-profile-page__payment-title, .c-my-payments-profile-page__date-title, .c-my-payments-profile-page__details-title, .c-my-payments-profile-page__total-title {
  font-size: 0;
}


.c-my-payments-profile-page__column-title-mobile {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #555555;
}


.c-my-payments-profile-page__id, .c-my-payments-profile-page__payment, .c-my-payments-profile-page__date, .c-my-payments-profile-page__details, .c-my-payments-profile-page__price-value {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 4px 8px;
}


.c-my-payments-profile-page__my-payments-columns-content {
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}


.c-my-payments-profile-page__details {
  position: absolute;
  right: 8px;
  top: 4px;
  width: max-content;
}


.c-my-payments-profile-page__details-link {
  background: black;
  color: white;
  padding: 4px 12px;
  line-height: 19px;
  font-size: 13px;
}

.c-my-payments-profile-page__details-link:hover {
  background-color: #e6092c;
}
}


/*
 * *
 * * Profile Orders Page
 */
.c-orders-profile-page__column-titles {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}


.c-orders-profile-page__id-title, .c-orders-profile-page__id {
  width: 10%;
  text-align: center;
}


.c-orders-profile-page__status-title, .c-orders-profile-page__status {
  width: 20%;
  text-align: center;
}


.c-orders-profile-page__date-title, .c-orders-profile-page__date {
  width: 30%;
  text-align: center;
}


.c-orders-profile-page__details-title, .c-orders-profile-page__details {
  width: 20%;
  text-align: center;
}


.c-orders-profile-page__total-title, .c-orders-profile-page__price-value {
  width: 20%;
  text-align: center;
}


.c-orders-profile-page__id-title, .c-orders-profile-page__status-title, .c-orders-profile-page__date-title, .c-orders-profile-page__details-title, .c-orders-profile-page__total-title {
  font-weight: 700;
}


.c-orders-profile-page__column-title-mobile {
  display: none;
}


.c-orders-profile-page__column-content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}


.c-orders-profile-page__details-link {
  color: black;
}

.c-orders-profile-page__details-link:hover {
  text-decoration: underline;
}


.c-orders-profile-page__order-filter-button-wrapper {
  display: inline-block;
}

.c-orders-profile-page__order-filter-button-wrapper .c-orders-profile-page__order-filter-submit {
  padding: 4px 16px;
}


.c-orders-profile-page__order-filter-reset {
  border: 0;
  background: white;
  margin: 0 0 0 4px;
  cursor: pointer;
}

.c-orders-profile-page__order-filter-reset:hover {
  text-decoration: underline;
  transition: all 0.1s ease;
}


.c-orders-profile-page__orders-filter-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 12px 0 24px 0;
}

.c-orders-profile-page__orders-filter-form .c-orders-profile-page__order-filter-input {
  margin: 0 8px 0 0;
  padding: 4px 6px;
}


.c-orders-profile-page__order-filter-label {
  margin: 0 4px 0 0;
}


.c-orders-profile-page__order-filter-select {
  margin: 0 8px 0 0;
}


@media only screen and (max-width: 640px) {
  .c-orders-profile-page__orders-filter-form {
  flex-wrap: wrap;
  justify-content: center;
}


.c-orders-profile-page__orders-filter-form .c-orders-profile-page__order-filter-input {
  margin: 12px 8px 12px 0;
  min-width: 60px;
  max-width: 110px;
}


.c-orders-profile-page__order-filter-select {
  width: 100%;
  margin: 0 0 12px 0;
}


.c-orders-profile-page__table * {
  font-size: 12px;
  word-break: break-all;
}


.c-orders-profile-page__id-title, .c-orders-profile-page__status-title, .c-orders-profile-page__date-title, .c-orders-profile-page__details-title, .c-orders-profile-page__total-title {
  font-size: 0;
}


.c-orders-profile-page__column-title-mobile {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #555555;
}


.c-orders-profile-page__id, .c-orders-profile-page__status, .c-orders-profile-page__date, .c-orders-profile-page__details, .c-orders-profile-page__price-value {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 4px 8px;
}


.c-orders-profile-page__column-content {
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}


.c-orders-profile-page__details {
  position: absolute;
  right: 8px;
  top: 4px;
  width: max-content;
}


.c-orders-profile-page__details-link {
  background: black;
  color: white;
  padding: 4px 12px;
  line-height: 19px;
  font-size: 13px;
}

.c-orders-profile-page__details-link:hover {
  background-color: #e6092c;
}
}


/*
 * *
 * * Points Profile Page
 */
.c-points-profile-page .c-pager-bottom {
  justify-content: flex-end;
}


.c-points-profile-page__subtitle-and-score {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.c-points-profile-page__subtitle {
  font-size: 16px;
}


.c-points-profile-page__points-score {
  font-size: 16px;
}


.c-points-profile-page__points-score-wheel {
  font-weight: 700;
}


.c-points-profile-page__column-titles {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}


.c-points-profile-page__column-title-mobile {
  display: none;
}


.c-points-profile-page__time-title, .c-points-profile-page__time {
  width: 20%;
  text-align: center;
}


.c-points-profile-page__action-title, .c-points-profile-page__action {
  width: 10%;
  text-align: center;
}


.c-points-profile-page__points-title, .c-points-profile-page__points {
  width: 10%;
  text-align: center;
}


.c-points-profile-page__description-title, .c-points-profile-page__description {
  width: 40%;
  text-align: center;
}


.c-points-profile-page__status-title, .c-points-profile-page__status {
  width: 20%;
  text-align: center;
}


.c-points-profile-page__time-title, .c-points-profile-page__action-title, .c-points-profile-page__points-title, .c-points-profile-page__description-title, .c-points-profile-page__status-title {
  font-weight: 700;
}


.c-points-profile-page__table {
  margin-bottom: 20px;
}


.c-points-profile-page__column-content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}


@media only screen and (max-width: 640px) {
  .c-points-profile-page__time-title, .c-points-profile-page__action-title, .c-points-profile-page__points-title, .c-points-profile-page__description-title, .c-points-profile-page__status-title {
  font-size: 0;
}


.c-points-profile-page__column-title-mobile {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #555555;
}


.c-points-profile-page__time, .c-points-profile-page__action, .c-points-profile-page__points, .c-points-profile-page__description, .c-points-profile-page__status {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 4px 8px;
}


.c-points-profile-page__column-content {
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
}


/*
 * *
 * * Reorder Profile Page
 */
.c-reorder-profile-page .c-pager-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.c-reorder-profile-page .c-pager-bottom {
  margin-top: 20px;
}


.c-reorder-profile-page__reorder-columns-titles {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}


.c-reorder-profile-page__image-title, .c-reorder-profile-page__image {
  width: 15%;
  text-align: center;
}


.c-reorder-profile-page__product-title, .c-reorder-profile-page__product {
  width: 30%;
  text-align: center;
}


.c-reorder-profile-page__ordered-quantity-title, .c-reorder-profile-page__ordered-quantity {
  width: 10%;
  text-align: center;
}


.c-reorder-profile-page__price-per-unit-title, .c-reorder-profile-page__price-per-unit {
  width: 20%;
  text-align: center;
}


.c-reorder-profile-page__reorder-title, .c-reorder-profile-page__reorder {
  width: 25%;
  text-align: center;
}


.c-reorder-profile-page__image-title, .c-reorder-profile-page__product-title, .c-reorder-profile-page__ordered-quantity-title, .c-reorder-profile-page__price-per-unit-title, .c-reorder-profile-page__reorder-title {
  font-weight: 700;
}


.c-reorder-profile-page__reorder-column-content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}


.c-reorder-profile-page__product-image {
  max-width: 100px;
  height: auto;
}


.c-reorder-profile-page__product-name-link {
  color: black;
  font-size: 14px;
  text-decoration: underline;
  padding: 4px;
}

.c-reorder-profile-page__product-name-link:hover {
  text-decoration: none;
}


.c-reorder-profile-page__product-sku {
  font-size: 12px;
  padding: 4px;
}


.c-reorder-profile-page__price-per-unit .price-value {
  font-size: 16px;
}


.c-reorder-profile-page__price-per-unit .what-price.single-price {
  display: none;
}


.c-reorder-profile-page__buy-button-input {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-reorder-profile-page__buy-button-quantity-input {
  max-width: 30px;
  padding: 5px;
  text-align: center;
}


.c-reorder-profile-page__availability {
  padding: 5px;
}


/*
 * Start Reorder page mobile version
 */
.c-reorder-profile-page__ordered-quantity-title-mobile, .c-reorder-profile-page__price-per-unit-title-mobile {
  display: none;
}


@media only screen and (max-width: 640px) {
  .c-reorder-profile-page .c-pager-top {
  flex-wrap: wrap;
}


.c-reorder-profile-page .c-pager-top .c-pager__buttons {
  display: none;
}


.c-reorder-profile-page__ordered-quantity-title-mobile, .c-reorder-profile-page__price-per-unit-title-mobile {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 12px;
}


.c-reorder-profile-page__reorder-columns-titles {
  display: none;
}


.c-reorder-profile-page__reorder-table {
  display: flex;
  flex-wrap: wrap;
}


.c-reorder-profile-page__reorder-column-content {
  flex-wrap: wrap;
  border: 1px solid #d5d5d5;
  justify-content: center;
  width: 48%;
  padding: 10px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}


.c-reorder-profile-page__reorder-column-content:nth-child(odd) {
  margin: 0 0 10px 1%;
}


.c-reorder-profile-page__reorder-column-content:nth-child(even) {
  margin: 0 1% 10px 0;
}


.c-reorder-profile-page__image {
  width: 100%;
}


.c-reorder-profile-page__product {
  width: 100%;
}


.c-reorder-profile-page__ordered-quantity {
  width: 100%;
  margin-top: auto;
}


.c-reorder-profile-page__price-per-unit {
  width: 100%;
  margin-top: auto;
}


.c-reorder-profile-page__reorder {
  width: 100%;
  margin-top: auto;
}
}


/*
 * End Reorder page mobile version
 */
/*
 * *
 * * Wishlist Profile Page
 */
.c-wishlist-profile-page__send-to-friend-note {
  margin-bottom: 10px;
}


.c-wishlist-profile-page__send-to-friend {
  margin-bottom: 30px;
}


.c-wishlist-profile-page__send-to-friend-input-text {
  padding: 5px;
}


.c-wishlist-profile-page__send-to-friend-input {
  border: none;
  color: white;
  background: #ff5500;
  cursor: pointer;
  padding: 7px;
}


.c-wishlist-profile-page__send-to-friend-button {
  display: inline-block;
  margin-left: 10px;
}


.c-wishlist-profile-page__subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}


.c-wishlist-profile-page__remove-wishlist-link {
  color: black;
  font-size: 12px;
}

.c-wishlist-profile-page__remove-wishlist-link::after {
  content: "\274C";
  color: #ed1c2e;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
}


.c-wishlist-profile-page__product-icon-link {
  width: 100%;
  height: 100%;
}


.c-wishlist-profile-page__image-and-icons-wrapper {
  position: relative;
}


.c-wishlist-profile-page__product-wrapper {
  flex-direction: column;
  width: 100%;
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-image-wrapper {
  width: 100%;
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-details {
  width: 100%;
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-actions {
  width: 100%;
  position: initial;
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-description {
  display: none;
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-name {
  text-align: center;
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-image {
  max-height: 260px;
}

.c-wishlist-profile-page__product-wrapper .c-wishlist-profile-page__item-type {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.c-wishlist-profile-page__product-wrapper .c-product-listing__product-actions .c-product-price__discount-precent-wrapper {
  top: 16px;
  right: 4px;
}


@media only screen and (max-width: 640px) {
  .c-wishlist-profile-page__send-to-friend-button {
  margin: 4px 0 0 0;
  display: block;
}


.c-wishlist-profile-page__send-to-friend-input-text {
  width: 100%;
}


.c-wishlist-profile-page__send-to-friend-input {
  width: 100%;
  padding: 0;
  height: 32px;
  line-height: 1;
}


.c-wishlist-profile-page .c-product-listing__product-actions {
  align-items: center;
}


.c-wishlist-profile-page .c-product-listing__availability {
  text-align: center;
}


.c-wishlist-profile-page .o-product-list-grid-view {
  grid-template-columns: 100% !important;
}
}


/*
 * *
 * * Profile Page
 */
.c-profile-pages {
  margin-bottom: 40px;
}


.c-profile-pages__recent-orders, .c-profile-pages__address, .c-profile-pages__account-info {
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
}


.c-profile-pages__points {
  padding: 20px 0;
}


.c-profile-pages__edit-password-form {
  display: none;
  padding: 10px 10px 0 25px;
}


.c-profile-pages__update-password-button {
  display: block;
  margin-top: 10px;
  width: 50%;
  text-align: right;
}


.c-profile-pages__recent-orders-title {
  margin-bottom: 10px;
  font-size: 18px;
}


.c-profile-pages__recent-orders-columns-titles, .c-profile-pages__recent-orders-columns-content {
  display: flex;
}


.c-profile-pages__recent-orders-title-id, .c-profile-pages__recent-orders-id {
  width: 10%;
  text-align: center;
}


.c-profile-pages__recent-orders-title-status, .c-profile-pages__recent-orders-status {
  width: 20%;
  text-align: center;
}


.c-profile-pages__recent-orders-title-date, .c-profile-pages__recent-orders-date {
  width: 30%;
  text-align: center;
}


.c-profile-pages__recent-orders-title-details, .c-profile-pages__recent-orders-details {
  width: 20%;
  text-align: center;
}


.c-profile-pages__recent-orders-title-total {
  width: 20%;
  text-align: center;
}


.c-profile-pages__recent-orders-price-value {
  width: 20%;
  text-align: right;
}


.c-profile-pages__recent-orders-details-link {
  color: black;
}

.c-profile-pages__recent-orders-details-link:hover {
  text-decoration: underline;
}


.c-profile-pages__recent-orders-title-id, .c-profile-pages__recent-orders-title-status, .c-profile-pages__recent-orders-title-date, .c-profile-pages__recent-orders-title-details, .c-profile-pages__recent-orders-title-total {
  padding: 5px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}


.c-profile-pages__recent-orders-id, .c-profile-pages__recent-orders-status, .c-profile-pages__recent-orders-date, .c-profile-pages__recent-orders-details, .c-profile-pages__recent-orders-price-value {
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
}


.c-profile-pages__view-all-orders-button {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}


.c-profile-pages__view-all-orders-link {
  color: black;
}

.c-profile-pages__view-all-orders-link:hover {
  text-decoration: underline;
}


.c-profile-pages__column-title-mobile {
  display: none;
}


.c-profile-pages__address {
  position: relative;
}


.c-profile-pages__customer-group-banner {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.c-profile-pages__address-title {
  margin-bottom: 10px;
  font-size: 18px;
}


.c-profile-pages__address-link {
  color: black;
}

.c-profile-pages__address-link .address-first-name, .c-profile-pages__address-link .address-last-name {
  font-size: 18px;
}


.c-profile-pages__form .c-newsletters__newsletter-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}


.c-profile-pages__account-info-title {
  margin-bottom: 10px;
  font-size: 18px;
}


.c-profile-pages__new-password, .c-profile-pages__confirm-password {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}


.c-profile-pages__new-password-label, .c-profile-pages__confirm-password-label {
  width: 40%;
}


.c-profile-pages__new-password-input, .c-profile-pages__confirm-password-input {
  padding: 5px;
  width: 60%;
}


.c-profile-pages__change-pass-help-wrapper {
  display: flex;
  padding: 5px 0 10px 0;
}


.c-profile-pages__change-pass-help-wrapper::before {
  content: "";
  width: 20%;
}


.c-profile-pages__update-password-input {
  padding: 7px;
  background: #ff5500;
  color: white;
  border: 0;
  cursor: pointer;
}


.c-profile-pages__points-title {
  margin-bottom: 10px;
  font-size: 18px;
}


.c-profile-pages__points-info-link {
  color: black;
  font-weight: 700;
}

.c-profile-pages__points-info-link:hover {
  text-decoration: underline;
}


/*
 * *
 * * Mobile Profile Page
 */
@media only screen and (max-width: 1110px) {
  .c-profile-pages__customer-group-banner {
  width: 140px;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 0 12px 0;
}
}


@media only screen and (max-width: 640px) {
  .c-profile-pages .o-page-content, .c-profile-pages .o-page-content-listing {
  padding: 0 20px;
}


.c-profile-pages__recent-orders-title-id, .c-profile-pages__recent-orders-title-status, .c-profile-pages__recent-orders-title-date, .c-profile-pages__recent-orders-title-details, .c-profile-pages__recent-orders-title-total {
  font-size: 0;
}


.c-profile-pages__column-title-mobile {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #555555;
}


.c-profile-pages__recent-orders-id, .c-profile-pages__recent-orders-status, .c-profile-pages__recent-orders-date, .c-profile-pages__recent-orders-details, .c-profile-pages__recent-orders-price-value {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 4px 8px;
}


.c-profile-pages__recent-orders-columns-content {
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}


.c-profile-pages__recent-orders-details-link {
  position: absolute;
  right: 8px;
  top: 4px;
  background: black;
  color: white;
  padding: 4px 12px;
  line-height: 19px;
  font-size: 13px;
}

.c-profile-pages__recent-orders-details-link:hover {
  background-color: #e6092c;
}
}


/*
 * *
 * * ColorBox Core Style
 * * The following rules are the styles that are consistant between themes.
 * * Avoid changing this area to maintain compatability with future versions of ColorBox.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible !important;
  outline: none;
}


#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}


#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}


#cboxContent {
  position: relative;
  overflow: visible;
}


#cboxLoadedContent {
  overflow: visible !important;
  margin: 0 auto;
}


#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}


#cboxTitle {
  margin: 0;
}


#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}


/*
 * *
 * * ColorBox example user style
 * * The following rules are ordered and tabbed in a way that represents the
 * * order/nesting of the generated HTML, so that the structure easier to understand.
 */
#cboxOverlay {
  background: rgba(33, 33, 33, 0.7);
}


#colorbox {
  background: white;
  border-radius: 3px;
  box-shadow: 0 7px 15px -15px #444444;
  border: 1px solid #dadada;
  margin-top: 20px;
}


#cboxContent {
  margin-top: 32px;
}


#cboxLoadedContent {
  padding: 5px;
  background: white;
}


#cboxLoadingGraphic {
  background: url("/skins/orion/customer/images/innerbox/loading.gif?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") center center no-repeat;
}


#cboxLoadingOverlay {
  background: white;
}


#cboxTitle {
  position: absolute;
  top: -24px;
  left: 15px;
  right: 75px;
  height: 18px;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  color: black;
}


#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}


#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -26px;
  background: url("/skins/orion/customer/images/innerbox/controls.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") 0 0 no-repeat;
  border: none;
}


#cboxPrevious {
  background-position: 0px 0px;
  right: 50px;
}


#cboxPrevious.hover {
  background-position: 0px -25px;
}


#cboxNext {
  background-position: -25px 0px;
  right: 30px;
}


#cboxNext.hover {
  background-position: -25px -25px;
}


#cboxClose {
  position: absolute;
  right: 11px;
  top: 0;
  width: 24px;
  height: 24px;
  border: none;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0);
}


#cboxClose:hover {
  opacity: 1;
}


#cboxClose::before, #cboxClose::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #333333;
}


#cboxClose::before {
  transform: rotate(45deg);
}


#cboxClose::after {
  transform: rotate(-45deg);
}


.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}


.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}


.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}


.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}


.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}


#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}


.cboxNoTitle #cboxTitle {
  display: none !important;
}

.cboxNoTitle #cboxContent {
  margin-top: 0 !important;
}


/*
 * PRODUCTS PER ROW FOR MOBILE
 */
@media only screen and (max-width: 1110px) {
  html {
  --products-per-row-mobile: 2;
}
}


html {
  --disable-masonry: 0;
}


.o-product-list-grid-view {
  display: grid;
  width: 100%;
}


.products-per-row-6 .o-product-list-grid-view {
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}


.products-per-row-5 .o-product-list-grid-view {
  grid-template-columns: 20% 20% 20% 20% 20%;
}


.products-per-row-4 .o-product-list-grid-view {
  grid-template-columns: 25% 25% 25% 25%;
}


.products-per-row-3 .o-product-list-grid-view {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


@media only screen and (max-width: 1110px) {
  .products-per-row-6 .o-product-list-grid-view {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.products-per-row-5 .o-product-list-grid-view {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.products-per-row-4 .o-product-list-grid-view {
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.products-per-row-3 .o-product-list-grid-view {
  grid-template-columns: 33.33% 33.33% 33.33%;
}
}


@media only screen and (max-width: 640px) {
  .products-per-row-6 .o-product-list-grid-view {
  grid-template-columns: 50% 50%;
}


.products-per-row-5 .o-product-list-grid-view {
  grid-template-columns: 50% 50%;
}


.products-per-row-4 .o-product-list-grid-view {
  grid-template-columns: 50% 50%;
}


.products-per-row-3 .o-product-list-grid-view {
  grid-template-columns: 50% 50%;
}
}


.o-product-grid-wrapper {
  display: inline-flex;
  align-items: flex-start !important;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 100% !important;
  position: relative;
  z-index: 9;
}

.o-product-grid-wrapper * {
  box-sizing: border-box;
}


.o-product-grid-wrapper.height2, .o-product-grid-wrapper.height2-applied {
  grid-row-end: span 2;
}

.o-product-grid-wrapper.height2 .c-product-grid__product-image-wrap, .o-product-grid-wrapper.height2 .o-box-products__product-image-wrap, .o-product-grid-wrapper.height2-applied .c-product-grid__product-image-wrap, .o-product-grid-wrapper.height2-applied .o-box-products__product-image-wrap {
  padding: 0 0 200% 0;
}


.o-product-grid-wrapper.width2.height2 .c-product-grid__product-image-wrap, .o-product-grid-wrapper.width2.height2 .o-box-products__product-image-wrap, .o-product-grid-wrapper.width2.height2-applied .c-product-grid__product-image-wrap, .o-product-grid-wrapper.width2.height2-applied .o-box-products__product-image-wrap {
  padding: 0 0 149.24% 0;
}


.o-product-grid-wrapper.width2 {
  grid-column-start: span 2;
}


.c-product-grid__product-image-wrap, .o-box-products__product-image-wrap {
  position: relative;
  width: 100%;
  padding: 0 0 149.24% 0;
}

.c-product-grid__product-image-wrap img, .o-box-products__product-image-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  bottom: 0;
  margin: 0 auto;
}


.c-product-grid__product-image-wrapper {
  position: relative;
}


.c-product-grid__second-product-image {
  transition: all 0.6s ease;
}


.c-product-grid__product-image-link {
  position: relative;
  overflow: hidden;
}


.c-product-grid__product-image-link.has-second-image .c-product-grid__second-product-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block !important;
  opacity: 0;
}


.c-product-grid__price-modifiers {
  z-index: 9;
}


.c-product-grid__wrapper:hover .c-product-grid__product-image-link.has-second-image .c-product-grid__second-product-image {
  opacity: 1;
}


.c-product-grid__wrapper:hover .c-product-grid__product-image-link.has-second-image .c-product-grid__product-image {
  opacity: 0 !important;
  transition: opacity 0.15s ease;
}


.o-product-grid-wrapper.height2 .c-product-grid__view-wrapper, .o-product-grid-wrapper.height2 .c-product-grid__view-content, .o-product-grid-wrapper.height2-applied .c-product-grid__view-wrapper, .o-product-grid-wrapper.height2-applied .c-product-grid__view-content {
  height: 100%;
}

.o-product-grid-wrapper.height2 .c-product-grid__hover-product-info, .o-product-grid-wrapper.height2-applied .c-product-grid__hover-product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.o-product-grid-wrapper.height2 .c-product-grid__product-image-link, .o-product-grid-wrapper.height2-applied .c-product-grid__product-image-link {
  height: auto !important;
}

.o-product-grid-wrapper.height2 .c-product-grid__product-image, .o-product-grid-wrapper.height2-applied .c-product-grid__product-image {
  max-height: 100% !important;
}

.o-product-grid-wrapper.height2 .c-product-grid__product-image-wrapper, .o-product-grid-wrapper.height2-applied .c-product-grid__product-image-wrapper {
  margin: 0 0 auto 0;
}


.c-product-grid__product-thumb-holder {
  display: none;
  margin: 0 0 4px 0;
}


.c-product-grid__product-thumbs {
  padding: 8px;
}


.c-product-grid__product-thumb-holder:nth-child(1), .c-product-grid__product-thumb-holder:nth-child(2), .c-product-grid__product-thumb-holder:nth-child(3) {
  display: block;
}


.c-product-grid__product-thumb {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dddddd;
}


@media only screen and (min-width: 1110px) {
  .o-product-grid-wrapper.hasHoverView:hover {
  z-index: 91;
  border: 1px solid #dddddd;
}

.o-product-grid-wrapper.hasHoverView:hover .c-product-grid__hover-product-thumb-holder {
  display: block;
  position: absolute;
  left: -88px;
  top: -1px;
  background: white;
  width: 88px;
  height: calc(100% + 2px);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dddddd;
}

.o-product-grid-wrapper.hasHoverView:hover .c-product-grid__hover-view {
  width: calc(100% + 89px);
  right: -1px;
  display: block !important;
  position: absolute;
  z-index: 99;
  background: white;
  padding: 4px 8px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dddddd;
}

.o-product-grid-wrapper.hasHoverView:hover.has-no-thumbs .c-product-grid__hover-view {
  width: calc(100% + 2px);
  right: -1px;
  padding: 4px;
}
}


/*
 * Need for Orion
 */
.c-layout-main {
  width: 100%;
  padding: 20px 10px;
  background: white;
  border-radius: 0;
  margin: 0 auto;
}


input[type="checkbox"], input[type="radio"] {
  margin: 0 4px 0 0;
}


/*
 * ** Start General style **
 */
input, textarea, select {
  border-radius: 0 !important;
}


input[type="image"] {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}


#cboxClose {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  background-image: url("/skins/techno_express/customer/images/close.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
  background-position: 2px 2px;
  background-size: 80% 80%;
  color: red;
  width: 24px;
  height: 24px;
  border: none;
  top: -32px !important;
  right: 2px;
}


.cboxNoTitle #cboxClose {
  top: 0 !important;
  right: 2px;
}

.cboxNoTitle .c-popup-promotion__subscribe-button-submit {
  max-width: 260px;
}


.c-layout-main, .c-layout-bottom {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}


/*
 * Radio buttons
 */
.u-form-radio-button {
  display: flex;
  align-items: center;
}

.u-form-radio-button input[type="radio"] {
  width: auto;
  margin-top: 0;
}


/*
 * Start Grid style
 */
.c-layout-bottom .c-box {
  width: 25%;
}


.c-layout-bottom .c-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
}


@media (min-width: 640px) and (max-width: 1109px) {
  .c-layout-bottom .c-box {
  width: 50%;
}
}


@media only screen and (max-width: 640px) {
  .c-layout-bottom .c-box {
  width: 100%;
}
}


.o-layout--vertical.c-layout-main--thin {
  min-width: 280px;
  width: 20%;
  padding: 0px 10px 0px 0px;
}


.o-layout--vertical.c-layout-main--wide {
  min-width: 930px;
  width: 80%;
  padding: 0 10px 0 0;
}


#c-layout-main__column-middle.o-layout--vertical.c-layout-main--wide {
  padding: 0 10px 0 10px;
}


#c-layout-main__column-left.c-layout-main--wide {
  width: 100%;
}


.products-per-row-5 .o-product-grid-wrapper {
  width: 20%;
}
.products-per-row-5 .o-product-grid-wrapper.width2 {
  width: 40%;
}


.o-layout--vertical.c-layout-main--thin .c-layout-wrapper {
  margin-top: 0;
}


#checkout-steps-wrapper {
  background: white;
  padding: 20px;
  margin-top: 20px;
  border-radius: 0;
}


/*
 * End Grid style
 */
/*
 * Start Center site
 */
.c-header__standard, .c-main__content, .c-layout-bottom, .c-footer__content-list, .c-footer__powered-list, .c-header__nav-inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}


.c-body-container {
  background: white;
}


@media only screen and (max-width: 1110px) {
  .c-header__intro-text {
  width: auto;
  margin: auto;
}


.dynamic-page:not(.dynamic-page-index):not(.dynamic-page-product) .c-layout-main, .dynamic-page-checkout .c-layout-main {
  padding-top: 0;
}


.products-per-row-5 .o-product-grid-wrapper {
  width: 50%;
}
.products-per-row-5 .o-product-grid-wrapper.width2 {
  width: 100%;
}
}


@media only screen and (max-width: 1110px) {
  .o-layout--vertical.c-layout-main--wide {
  min-width: inherit;
  width: 100%;
  padding-right: 0;
}


.c-layout-bottom {
  padding: 10px 20px;
}
}


/*
 * End Center site
 */
/*
 * Start Breadcrumb
 */
.c-breadcrumb__separator::before {
  color: grey;
  font-size: 8px;
}


.c-breadcrumb__item-link {
  color: grey;
}


.c-breadcrumb__list span:NTH-CHILD(3) .c-breadcrumb__item-link {
  color: grey;
}


.c-breadcrumb__list span:NTH-CHILD(3) {
  color: grey;
  font-weight: normal;
}


.c-breadcrumb__item {
  font-size: 11px;
  color: grey;
}


.c-breadcrumb__list {
  line-height: normal;
  padding: 0 0 6px 0;
}


.c-categories-page .c-breadcrumb__list {
  padding-left: 9px;
}


/*
 * End Breadcrumb
 */
/*
 * Start Elements Title
 */
.o-title__page-title::before {
  contnet: none;
  display: none;
}


.c-categories__page-title-content {
  display: flex;
  align-items: center;
  padding-left: 9px;
}


.c-featured-category__title::before {
  content: none;
}


.c-featured-category__title-content {
  color: inherit;
  font-size: 20px;
  padding: 0;
}


.c-featured-category__title-wrapper {
  display: flex;
  align-items: center;
  width: 86%;
}


.c-featured-category__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 14%;
}


.c-featured-category__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 10px 20px;
}


.o-title__page-title-wrapper::before {
  content: none;
}


.o-title__page-title {
  margin: 0;
}


.o-title__page-title-content, .c-featured-category__title-content-link {
  font-size: 22px;
  color: #ff5500;
  font-weight: normal;
  background: rgba(0, 0, 0, 0);
}


.o-title__page-title-content {
  margin-bottom: 20px;
}


.c-one-page-checkout__page-title {
  position: relative;
  top: 0;
}


.c-one-page-checkout__grand-total-price-value {
  margin-left: 40px;
}


.c-one-page-checkout__form-login-button {
  padding: 0;
  background: rgba(0, 0, 0, 0);
}


.o-box-title {
  font-size: 22px;
  white-space: nowrap;
  color: #ff5500;
  font-weight: normal;
  margin: 0;
  text-align: left;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}


.o-box-title-wrapper {
  margin-bottom: 10px;
}


.s-html-editor h3 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  position: inherit;
}


.o-message-error--error {
  padding: 6px;
  margin-bottom: 6px;
  border: 1px solid red;
  background: #dddddd;
  color: red;
  text-align: center;
}


/*
 * End Elements Title
 */
/*
 * Start Product prices
 */
/*
 * Start prices for boxes
 */
.c-box .c-price-include-taxes__no-wholesale-with-tax-price, .c-box .c-price-include-taxes__final-price-with-tax-price, .c-box .c-price-exclude-taxes__no-wholesale-price-list-price, .c-box .c-price-exclude-taxes__final-price-withtax-price, .c-box .c-price-include-taxes__final-price-withtax-price {
  font-size: 14px;
  color: #cc4545;
  font-weight: bold;
}


.c-box del.c-price-exclude-taxes__final-price-price-list-price, .c-box del.c-price-include-taxes__final-price-price-list-price, .c-box del.c-price-exclude-taxes__final-price-list-price, .c-box del.c-price-include-taxes__final-price-list-price {
  font-size: 12px;
  color: grey;
  font-weight: normal;
}


.c-box .c-price-exclude-taxes__final-price-price-list, .c-box .c-price-include-taxes__final-price-price-list, .c-box .c-price-exclude-taxes__final-price-list, .c-box .c-price-include-taxes__final-price-list {
  width: 100%;
  padding: 0;
  justify-content: flex-end;
}


.c-box .c-price-exclude-taxes__final-price-with-tax, .c-box .c-price-include-taxes__final-price-with-tax, .c-box .c-price-exclude-taxes__final-price-withtax, .c-box .c-price-include-taxes__final-price-withtax {
  width: 100%;
  padding: 0;
  justify-content: flex-end;
}


.c-box .c-price-include-taxes, .c-box .c-price-include-taxes__final-price {
  justify-content: flex-end;
  flex-wrap: nowrap;
}


.c-box .c-price-include-taxes__no-wholesale-with-tax, .c-box .c-price-exclude-taxes__no-wholesale-with-tax, .c-box .c-price-include-taxes__product-price, .c-box .c-price-exclude-taxes__product-price, .c-box .c-price-include-taxes__final-price, .c-box .c-price-exclude-taxes__final-price {
  justify-content: flex-end;
}


/*
 * End prices for boxes
 */
/*
 * Start prices for product page
 */
.c-product__top-area .c-price-include-taxes__final-price-withtax-price, .c-product__top-area .c-price-exclude-taxes__final-price-withtax-price, .c-product__top-area .c-price-include-taxes__no-wholesale-price-list-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-price, .c-product__top-area .c-price-exclude-taxes__no-wholesale-with-tax-price {
  font-size: 24px;
  color: #cc4545;
  font-weight: bold;
}


.c-product__top-area .c-price-include-taxes__final-price-withtax-label, .c-product__top-area .c-price-exclude-taxes__final-price-withtax-label, .c-product__top-area .c-price-include-taxes__no-wholesale-price-list-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-price-list-label, .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-label, .c-product__top-area .c-price-exclude-taxes__no-wholesale-with-tax-label {
  display: none;
  margin: 0;
}


.c-product__top-area del.c-price-include-taxes__final-price-list-price, .c-product__top-area del.c-price-exclude-taxes__final-price-list-price {
  font-size: 14px;
  color: grey;
  font-weight: normal;
}


.c-product__top-area .c-product-price__discount-precent {
  border-radius: 0;
  width: 42px;
  height: 42px;
  background: #ff5500;
  color: white;
}


.c-page-product .c-product-page__product-price-wrapper {
  text-align: right;
}
.c-page-product .c-product-page__product-price-wrapper .product-price, .c-page-product .c-product-page__product-price-wrapper .price-withtax {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.c-page-product .c-price-exclude-taxes__no-wholesale-price-list-label {
  display: none;
}


.c-page-product .c-product-page__product-price-wrapper .c-product-price__discount-precent-wrapper {
  position: absolute;
  top: -24px;
  right: -14px;
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-end;
}

.c-page-product .c-product-page__product-price-wrapper .c-product-price__discount-precent {
  position: relative;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  font-size: 13px;
}

.c-page-product .c-product-page__product-price-wrapper .c-price-include-taxes__product-price {
  margin-bottom: -25px;
}


@media only screen and (max-width: 1110px) {
  .c-page-product .c-product-page__product-price-wrapper .c-product-price__discount-precent-wrapper {
  position: relative;
  top: 0;
  right: 0;
  justify-content: flex-end !important;
  text-align: right !important;
}
}


.c-price-include-taxes__has-wholesale-with-tax-label {
  display: flex;
}


.c-price-include-taxes__has-wholesale-with-tax {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}


del.price-value {
  color: grey;
}


.c-price-exclude-taxes__price-modifiers, .c-price-exclude-taxes__discount-modifier {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}

.c-price-exclude-taxes__price-modifiers .c-price-exclude-taxes__price-modifiers-label, .c-price-exclude-taxes__price-modifiers .c-price-exclude-taxes__price-modifiers, .c-price-exclude-taxes__discount-modifier .c-price-exclude-taxes__price-modifiers-label, .c-price-exclude-taxes__discount-modifier .c-price-exclude-taxes__price-modifiers {
  display: inline-flex;
  line-height: 1;
  align-items: flex-end;
  margin-right: 2px;
  font-size: 12px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin-top: 0;
}

.c-price-exclude-taxes__price-modifiers .c-price-exclude-taxes__price-modifiers-price, .c-price-exclude-taxes__price-modifiers .c-price-exclude-taxes__price-modifiers-price, .c-price-exclude-taxes__discount-modifier .c-price-exclude-taxes__price-modifiers-price, .c-price-exclude-taxes__discount-modifier .c-price-exclude-taxes__price-modifiers-price {
  display: inline-flex;
  line-height: 1;
  align-items: flex-end;
  font-size: 14px;
  color: black;
  font-weight: normal;
}


.c-price__discount-percent {
  display: flex;
}


.c-product-page__product-price-wrapper {
  position: relative;
  margin-top: 10px;
}


.c-page-product .c-product__top-area .c-price-exclude-taxes__final-price-withtax-price {
  line-height: 38px;
}

.c-page-product .c-product__top-area .c-price-exclude-taxes__final-price-withtax-label {
  font-size: 12px;
  margin: 0 6px 6px 0;
  display: none !important;
}

.c-page-product .c-product__top-area .c-price-exclude-taxes__final-price-list-label {
  display: inline-flex;
  margin: 0 4px 4px 0;
  font-size: 12px;
}

.c-page-product .c-product__top-area del.c-price-exclude-taxes__final-price-list-price {
  color: black;
  font-size: 14px;
}

.c-page-product .c-product__top-area .c-price-exclude-taxes__final-price-list + .c-price-exclude-taxes__discount-modifier {
  margin: 0 0 -25px 0;
}
.c-page-product .c-product__top-area .c-price-exclude-taxes__final-price-list + .c-price-exclude-taxes__discount-modifier .c-price-exclude-taxes__discount-modifier-label {
  display: inline-flex;
  margin: 0 4px 0 0;
  font-size: 12px;
  color: black;
}
.c-page-product .c-product__top-area .c-price-exclude-taxes__final-price-list + .c-price-exclude-taxes__discount-modifier .c-price-exclude-taxes__discount-modifier-amount {
  font-weight: normal;
  font-size: 14px;
}

.c-page-product .c-product__top-area .c-product-page__product-price-wrapper {
  display: flex;
  flex-direction: column;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-without-tax {
  order: 1;
}

.c-page-product .c-product__top-area .c-price-include-taxes__has-wholesale-price-list {
  order: 2;
}

.c-page-product .c-product__top-area .c-price-include-taxes__discount-modifier {
  order: 3;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-withtax {
  order: 4;
  margin-top: 12px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-list {
  order: 5;
  margin-bottom: -25px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-label {
  margin-bottom: 0 !important;
  line-height: 1;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-without-tax-label {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 2px;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 88px;
  right: 0;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-list-label {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  margin-right: 4px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-without-tax-price {
  font-weight: normal;
  line-height: 1;
  font-size: 32px;
  margin-top: 18px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-list-price {
  font-weight: normal;
  line-height: 1;
  font-size: 15px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-withtax-label {
  font-size: 12px;
  margin: 0 4px 0 0;
}

.c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax-price {
  font-size: 32px;
  line-height: 1;
}

.c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-price {
  line-height: 1;
  font-size: 16px;
}

.c-page-product .c-product__top-area .o-tooltip-section-title__excluding-tax {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 14px;
  font-size: 12px;
}
.c-page-product .c-product__top-area .o-tooltip-section-title__excluding-tax + .c-price-include-taxes__final-price-without-tax {
  display: none;
}

.c-page-product .c-product__top-area .c-price-include-taxes__has-wholesale-price-list-label {
  font-size: 12px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__has-wholesale-price-list-price {
  font-size: 15px;
}

.c-page-product .c-product__top-area .o-tooltip-section-title__excluding-tax + .c-price-include-taxes__final-price-without-tax .what-price {
  display: none;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-without-tax, .c-page-product .c-product__top-area .c-price-include-taxes__final-price-list, .c-page-product .c-product__top-area .c-price-include-taxes__has-wholesale-price-list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.c-page-product .c-product__top-area .c-price-include-taxes__discount-modifier {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax {
  margin-bottom: 8px;
  justify-content: flex-end;
}

.c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax-label {
  font-size: 12px;
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
}

.c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-with-tax-label {
  font-size: 12px;
  margin-bottom: 0 !important;
}

.c-page-product .c-product__top-area .c-price-include-taxes__discount-modifier-label {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  margin-right: 4px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__discount-modifier-amount {
  font-weight: normal;
  line-height: 1;
  font-size: 15px;
}

.c-page-product .c-product__top-area .c-price-include-taxes__final-price-withtax-price {
  font-size: 15px;
}


@media only screen and (max-width: 640px) {
  .c-page-product .c-product-page__product-price-wrapper * {
  text-align: center !important;
  justify-content: center !important;
}


.c-page-product .c-product-page__product-price-wrapper .c-price-include-taxes__product-price {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}


.c-page-product .c-product__top-area .c-price-include-taxes__final-price-without-tax-label, .c-page-product .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax-label {
  position: relative;
  top: 0;
  right: 0;
}


.c-page-product .c-product__top-area .c-price-include-taxes__final-price-without-tax-price {
  margin-top: 0;
}
}


/*
 * End prices for product page
 */
/*
 * Start prices for product grid and list
 */
.c-product-grid__product-details .c-price-include-taxes, .c-product-grid__product-details .c-price-exclude-taxes, .c-product-listing__product-actions .c-price-include-taxes, .c-product-listing__product-actions .c-price-exclude-taxes {
  width: 65%;
  text-align: left;
  min-height: 36px;
}


.c-product-grid__product-details .c-price-include-taxes__final-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price, .c-product-listing__product-actions .c-price-include-taxes__final-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price {
  justify-content: center;
}


.c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax-price, .c-product-grid__product-details .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax-price, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax-price, .c-product-listing__product-actions .c-price-include-taxes__no-wholesale-with-tax-price, .c-product-listing__product-actions .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax-price, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__no-wholesale-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__no-wholesale-price-list-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax-price {
  font-weight: bold;
  font-size: 20px;
  color: #cc4545;
}


.c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax {
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}


.c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax, .c-product-grid__product-details .c-price-exclude-taxes__final-price-list, .c-product-grid__product-details .c-price-include-taxes__final-price-list, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-list, .c-product-listing__product-actions .c-price-include-taxes__final-price-list, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-list, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-list {
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}


.c-product-grid__product-details del.c-price-exclude-taxes__final-price-price-list-price, .c-product-grid__product-details del.c-price-include-taxes__final-price-price-list-price, .c-product-grid__product-details del.c-price-exclude-taxes__final-price-list-price, .c-product-grid__product-details del.c-price-include-taxes__final-price-list-price, .c-product-listing__product-actions del.c-price-exclude-taxes__final-price-price-list-price, .c-product-listing__product-actions del.c-price-include-taxes__final-price-price-list-price, .c-product-listing__product-actions del.c-price-exclude-taxes__final-price-list-price, .c-product-listing__product-actions del.c-price-include-taxes__final-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-exclude-taxes__final-price-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-include-taxes__final-price-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-exclude-taxes__final-price-list-price, .c-wishlist-notlogged-page__product-list del.c-price-include-taxes__final-price-list-price {
  margin: 0;
  color: grey;
  font-size: 10px;
  font-weight: normal;
}


.c-product__top-area .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax + .c-price-include-taxes__no-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax + .c-price-exclude-taxes__no-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax + .c-price-include-taxes__has-wholesale-with-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax + .c-price-exclude-taxes__has-wholesale-with-tax, .c-product__top-area .c-price-include-taxes__no-wholesale-without-tax, .c-product__top-area .c-price-exclude-taxes__no-wholesale-without-tax, .c-product__top-area .c-price-include-taxes__has-wholesale-without-tax, .c-product__top-area .c-price-exclude-taxes__has-wholesale-without-tax, .c-product__top-area .c-price-include-taxes__has-wholesale-price-list, .c-product__top-area .c-price-exclude-taxes__has-wholesale-price-list, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-without-tax, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-without-tax, .c-product-grid__wrapper .c-price-include-taxes__has-wholesale-price-list, .c-product-grid__wrapper .c-price-exclude-taxes__has-wholesale-price-list, .c-procut-listing__product-wrapper .c-price-include-taxes__no-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__no-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-without-tax, .c-procut-listing__product-wrapper .c-price-include-taxes__has-wholesale-price-list, .c-procut-listing__product-wrapper .c-price-exclude-taxes__has-wholesale-price-list {
  justify-content: flex-end;
}


.c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax, .c-product-grid__product-details .c-price-exclude-taxes__final-price-list, .c-product-grid__product-details .c-price-include-taxes__final-price-list, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-list, .c-product-listing__product-actions .c-price-include-taxes__final-price-list, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-list, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-list {
  justify-content: flex-end;
}


.c-wishlist-profile-page__product-list .c-procut-listing__product-wrapper {
  position: relative;
}


.c-wishlist-profile-page .c-wishlist-profile-page__send-to-friend {
  display: flex;
  max-width: 440px;
  margin: 0 auto;
}

.c-wishlist-profile-page .c-wishlist-profile-page__send-to-friend .c-wishlist-profile-page__send-to-friend-input-text {
  width: 100%;
}


.c-product-grid__wrapper .c-price-include-taxes__no-wholesale-without-tax, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-without-tax, .c-product-grid__wrapper .c-price-include-taxes__no-wholesale-with-tax, .c-product-grid__wrapper .c-price-exclude-taxes__no-wholesale-with-tax {
  text-align: center;
  justify-content: center;
}


.c-product-listing__product-actions .c-price-include-taxes__final-price-without-tax, .c-product-listing__product-actions .c-price-include-taxes__final-price-list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.c-product-listing__product-actions .c-price-include-taxes__final-price-without-tax-label, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax-label {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin-right: 4px;
}

.c-product-listing__product-actions .c-price-include-taxes__final-price-without-tax + .c-price-include-taxes__final-price-withtax {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.c-product-listing__product-actions .c-price-include-taxes__final-price-list .what-price {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin-right: 4px;
}

.c-product-listing__product-actions .c-price-include-taxes__final-price-list + .c-price-include-taxes__has-wholesale-price-list {
  display: none;
}

.c-product-listing__product-actions .c-price-include-taxes__tooltip-discount-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 4px 0 6px 0;
  position: relative;
}

.c-product-listing__product-actions .c-price-include-taxes__final-price-without-tax-price {
  font-weight: normal;
}

.c-product-listing__product-actions .c-price-include-taxes__tooltip-discount-info > .o-tooltip-discount-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  width: 100%;
  justify-content: flex-start;
  cursor: default;
}
.c-product-listing__product-actions .c-price-include-taxes__tooltip-discount-info > .o-tooltip-discount-info:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f101";
  font-size: 13px;
  color: #999999;
  margin-right: 5px;
}
.c-product-listing__product-actions .c-price-include-taxes__tooltip-discount-info > .o-tooltip-discount-info::before {
  margin: auto 0;
  width: 12px;
  height: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
}

.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip {
  position: absolute;
  opacity: 0;
  top: 50px;
  left: 0;
  flex-wrap: wrap;
  background: white;
  box-shadow: 0 0 12px -6px #333333;
  border-radius: 6px;
  padding: 10px;
  pointer-events: none;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  transition: all 0.3s ease;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip:hover {
  opacity: 1;
  top: 18px;
  pointer-events: auto;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .o-tooltip-section-title {
  display: none;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip::before {
  content: none;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .what-price {
  display: inline-block;
  line-height: 1;
  margin: 0 6px 0 0;
  min-width: 120px;
  justify-content: flex-start;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .o-tooltip-section-title__excluding-tax {
  width: 100%;
  line-height: 1;
  margin: 16px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .o-tooltip-section-title__excluding-tax + .c-price-include-taxes__final-price-without-tax {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__has-wholesale-price-list, .c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__final-price-without-tax, .c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__final-price-withtax {
  flex-wrap: nowrap;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__final-price-without-tax-price, .c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__final-price-withtax-price, .c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__has-wholesale-price-list-price {
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__discount-modifier {
  display: flex;
  flex-wrap: nowrap;
}
.c-product-listing__product-actions .o-tooltip-discount-info.price-discount-tooltip .c-price-include-taxes__discount-modifier-amount {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}

.c-product-listing__product-actions .c-price-include-taxes__tooltip-discount-info:hover .o-tooltip-discount-info.price-discount-tooltip {
  transition: all 0.3s ease;
  top: 18px;
  opacity: 1;
  pointer-events: auto;
}


@media only screen and (max-width: 640px) {
  .c-product-listing__product-actions .c-price-include-taxes, .c-product-listing__product-actions .c-price-exclude-taxes {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin: 0 auto;
}

.c-product-listing__product-actions .c-price-include-taxes *, .c-product-listing__product-actions .c-price-exclude-taxes * {
  text-align: center;
  justify-content: center !important;
}


.c-procut-listing__product-wrapper .c-product-listing__product-actions .c-price-include-taxes__tooltip-discount-info > .o-tooltip-discount-info::before {
  position: relative;
  right: 2px;
  top: 2px;
}
}


.c-product-grid__product-details .c-price-include-taxes__product-price {
  display: flex;
  justify-content: center;
}

.c-product-grid__product-details .c-price-include-taxes__final-price {
  align-items: flex-end;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-without-tax, .c-product-grid__product-details .c-price-include-taxes__final-price-list {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-without-tax-label, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax-label, .c-product-grid__product-details .c-price-include-taxes .c-price-include-taxes__final-price-list-label {
  display: inline-block;
  line-height: normal;
  font-size: 11px !important;
  font-weight: bold;
  margin-right: 4px;
  margin: 0 2px 4px 0 !important;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-without-tax + .c-price-include-taxes__final-price-withtax {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-list .what-price {
  display: inline-block;
  line-height: normal;
  font-size: 11px;
  margin-right: 4px;
  margin: 0 0 2px 0 !important;
}

.c-product-grid__product-details .c-price-include-taxes__no-wholesale-without-tax .what-price, .c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax .what-price {
  display: inline-block;
  line-height: normal;
  font-size: 11px;
  padding-right: 2px;
  margin: 0 0 2px 0 !important;
  font-weight: bold;
  text-align: right;
}

.c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax .what-price, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax-label {
  margin-bottom: 0 !important;
}

.c-product-grid__product-details .c-price-include-taxes__no-wholesale-without-tax-price, .c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax-price {
  padding-left: 2px;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 18px;
}

.c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax-price {
  font-size: 16px;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-list + .c-price-include-taxes__has-wholesale-price-list {
  display: none;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-without-tax-price, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax-price {
  line-height: normal;
  font-weight: normal;
  padding-left: 2px;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 18px;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-withtax-price {
  font-size: 16px;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-list-price {
  padding-left: 4px;
}

.c-product-grid__product-details .c-price-include-taxes .c-price-include-taxes__final-price-withtax, .c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax {
  justify-content: flex-end;
  width: 100%;
  margin-top: 6px;
}

.c-product-grid__product-details .c-price-include-taxes .c-price-include-taxes__final-price-list {
  justify-content: flex-end;
  margin-top: 4px;
}

.c-product-grid__product-details .c-price-include-taxes__final-price-without-tax, .c-product-grid__product-details .c-price-include-taxes__no-wholesale-without-tax {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
}


@media only screen and (max-width: 640px) {
  .c-wishlist-profile-page .c-wishlist-profile-page__send-to-friend {
  flex-wrap: wrap;
}


.c-wishlist-profile-page__send-to-friend-button {
  width: 100%;
}
}


/*
 * End prices for product grid and list
 */
/*
 * Shop price labels
 */
.c-product-grid__product-details .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-grid__product-details .c-price-include-taxes__has-wholesale-price-list-label, .c-product-grid__product-details .c-price-exclude-taxes__has-wholesale-price-wholesale-label, .c-product-grid__product-details .c-price-include-taxes__has-wholesale-price-wholesale-label {
  display: flex;
  font-size: 12px;
}


.c-product-page__product-price-wrapper .c-price-exclude-taxes__has-wholesale-price-list-label, .c-product-page__product-price-wrapper .c-price-include-taxes__has-wholesale-price-list-label, .c-product-page__product-price-wrapper .c-price-exclude-taxes__has-wholesale-price-wholesale-label, .c-product-page__product-price-wrapper .c-price-include-taxes__has-wholesale-price-wholesale-label {
  display: flex;
  font-size: 12px;
}


/*
 * End Product prices
 */
/*
 * Start Buttons
 */
.o-button-add-to-cart {
  display: flex;
}


.o-box-products__buy-product-form, .o-button-view-details {
  width: 100%;
  box-sizing: border-box;
}


.o-button-view-details {
  display: flex;
  justify-content: center;
}


.o-button-view-details-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 5px;
  width: 100%;
  background: #ff5500;
  display: inline-flex !important;
}

.o-button-view-details-submit:hover {
  opacity: 0.8;
}


.o-button-add-to-cart-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 5px;
  width: 100%;
  background: #ff5500;
  cursor: pointer;
}

.o-button-add-to-cart-submit::before {
  content: '';
  margin-right: 6px;
  height: 25px;
  width: 25px;
  background-image: url("/skins/techno_express/customer/images/basket-icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
  background-repeat: no-repeat;
  background-size: contain;
}

.o-button-add-to-cart-submit:hover {
  opacity: 0.8;
}


@media only screen and (max-width: 1110px) {
  .o-button-add-to-cart-submit {
  font-size: 0;
}


.o-button-add-to-cart-submit {
  font-size: 14px;
}
}


.o-button-simple-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 5px;
  width: 100%;
  background-color: #ff5500;
  padding: 5px 15px;
  border-radius: 0;
}

.o-button-simple-submit:hover {
  opacity: 0.8;
}


.c-rate-product__cancel-button-input {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 5px;
  width: 100%;
  color: #d60000;
  padding: 0 15px;
  border: 1px solid #9f9f9f;
  width: auto;
}


.c-button__add-to-cart-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: inherit;
  margin-bottom: 0;
  order: 3;
  border-radius: 0;
}

.c-button__add-to-cart-wrapper:hover {
  opacity: 0.8;
}


.c-button__add-to-cart {
  padding-left: 40px;
}


.c-view-cart__button-checkout-icon::before {
  content: none;
}


.c-view-cart__one-page-checkout-button {
  background: #ff5500;
  color: white;
  padding: 10px 30px;
  border-radius: 0;
}

.c-view-cart__one-page-checkout-button:hover {
  padding: 10px 30px;
  color: white;
  background: #ff5500;
  opacity: 0.8;
}


.c-view-cart__button-checkout {
  background: rgba(0, 0, 0, 0);
}


.c-one-page-checkout__finalize-order-submit {
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.c-one-page-checkout__finalize-order-submit:hover {
  background: rgba(0, 0, 0, 0);
}


.c-one-page-checkout__finalize-order {
  justify-content: center;
  background: #ff5500;
  color: white;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 0;
}

.c-one-page-checkout__finalize-order:hover {
  color: white;
  background: #ff5500;
}


.c-view-cart__button-add-coupon {
  background: rgba(0, 0, 0, 0);
}


.c-view-cart__button-continue-shopping-wrapper {
  padding: 4px 8px;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  justify-content: flex-end;
  margin-left: auto;
  margin-bottom: 20px;
  background: #ff5500;
  color: white;
  border-radius: 0;
}

.c-view-cart__button-continue-shopping-wrapper:after {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e011";
  font-size: 12px;
  color: white;
  margin-right: 5px;
}

.c-view-cart__button-continue-shopping-wrapper::after {
  color: white;
}

.c-view-cart__button-continue-shopping-wrapper:hover {
  color: white;
  background: #ff5500;
}
.c-view-cart__button-continue-shopping-wrapper:hover::after {
  color: white;
}


.c-view-cart__button-continue-shopping-wrapper::after {
  display: flex;
  align-items: center;
  justify-content: center;
}


.c-button-continue-shopping {
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.c-button-continue-shopping:hover {
  color: white;
}


.c-product-page__add-to-wishlist-button {
  width: 100%;
}


.c-wishlist-notlogged-page__product-wrapper {
  flex-wrap: wrap;
}


.c-wishlist-notlogged-page__product-list .c-price-exclude-taxes {
  width: 100%;
  text-align: center;
}


.c-related-products__view-details-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 5px;
  width: 100%;
  background: #ff5500;
}


.c-product-grid__wishList-and-addToCart {
  display: flex;
  box-sizing: border-box;
}


.c-product-page__button-wishlist-text {
  display: flex;
  text-align: center;
  max-width: 170px;
}


.c-product-page__button-wishlist {
  width: 100%;
}


.c-product-grid__add-to-wishlist-button .c-product-page__button-wishlist {
  width: 40px;
}

.c-product-grid__add-to-wishlist-button .c-product-page__button-wishlist-text {
  display: none;
}


.c-login__alt-method-social-login-button {
  border-radius: 0;
}


.c-login-info__register-form-link {
  background: #ff5500;
  color: white;
  border: 0;
}

.c-login-info__register-form-link:hover {
  color: white;
  background: #ff5500;
  border: 0;
  padding: 5px;
}


/*
 * End Buttons
 */
/*
 * Start social network Icons
 */
.social-network__fb::before {
  content: url("/skins/techno_express/customer/images/fb.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
}


.social-network__tw::before {
  content: url("/skins/techno_express/customer/images/twitter.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
}


.c-footer__social-icons.social-network__ig:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f16d";
  font-size: 20px;
  color: white;
  margin-right: 5px;
}

.c-footer__social-icons.social-network__ig::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 3px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}


.c-footer__social-icons.social-network__yt:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f16a";
  font-size: 24px;
  color: #fe0108;
  margin-right: 5px;
}

.c-footer__social-icons.social-network__yt::before {
  margin: 0;
}


.c-footer__social-networks a {
  display: inline-flex;
  max-height: 22px;
}


/*
 * End social network Icons
 */
.o-box-products__rating-and-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 6px;
  min-height: 70px;
}


.o-box-products__rating-wrapper {
  width: 40%;
  text-align: left;
}


.c-product-grid__product-details .o-box-products__rating-wrapper {
  width: 36%;
}


.rating-image {
  max-height: 14px;
  width: auto;
}


/*
 * ** End General style **
 */
/*
 * ** Start Header **
 */
.c-layout-top__nonsticky {
  background: #f8f8f8;
}


.c-header__nav-wrapper {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e9e9e9;
  background: #f8f8f8;
}


.c-header {
  /*
 * background: #fff;
 */

}


.c-header__top-line-background {
  background: #f8f8f8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
}


.c-header__topline {
  width: 100%;
  padding: 0;
  max-width: 1220px;
  margin: 0 auto;
  justify-content: flex-end;
  background: #f8f8f8;
}

.c-header__topline .c-header__intro-text {
  display: none;
  width: 1220px;
  margin: 0 auto;
  padding: 4px 20px;
  color: #999999;
  background: rgba(0, 0, 0, 0);
  font-size: 12px;
}


.c-header__logo-text {
  display: flex;
  color: #333333;
  padding: 0 0 0 20px;
}


.c-header__slogan-text {
  display: none;
}


.c-header__standard {
  flex-wrap: wrap;
  height: inherit;
  overflow: visible;
  padding: 0;
}


.c-header__standard-top-info {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  background: white;
  padding: 14px 20px;
}


.c-header__logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.c-header__standard-top-info-rows {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}


.c-header__lang-and-currency-row, .c-header__top-menu-row, .c-header__top-menu-line, .c-header__company-info-row {
  display: flex;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  margin: 8px 0;
}


.c-header__lang-and-currency-row {
  width: 15%;
}


.c-header__top-menu-row {
  display: none;
}


.c-header__company-info-row {
  justify-content: flex-end;
  align-items: center;
}


.c-header__lang-currency-social {
  display: flex;
  align-items: center;
  padding-right: 20px;
}


.c-header__currency {
  position: relative;
}


.c-header__currency-code-wrapper {
  display: flex;
  align-items: center;
}


.c-header__currency-list {
  text-align: center;
  width: 40px;
  left: 7px;
}


.c-header__language-code {
  display: flex;
  font-size: 14px;
  color: #999999;
  margin-left: 2px;
}


.c-header__language {
  position: relative;
  padding-left: 0;
  margin: 0 20px;
}


.c-header__language-list {
  left: 4px;
  width: auto;
}

.c-header__language-list .c-header__language-code {
  color: #333333;
}


.c-header__language-dropdown-link {
  display: flex;
  align-items: center;
}


.c-header__language-code-wrapper {
  display: flex;
  align-items: center;
}

.c-header__language-code-wrapper img {
  display: none;
}


.c-header__language-code-wrapper::after {
  width: 8px;
  height: 8px;
  top: -2px;
  left: 7px;
}


.c-header__currency-selector {
  font-weight: normal;
  padding: 2px 4px;
}


.c-header__currency-selector.selected {
  background: #f3f3f3;
}


.c-header__currency-selector:hover {
  background: #f3f3f3;
}


.c_header__currency-selected-code {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}


.c_header__currency-selected-code::after, .c-header__language-code-wrapper::after {
  border-color: #999999;
}


.c_header__currency-selected, .c-header__language {
  padding-right: 10px;
}


.c-header__language-dropdown:hover {
  background: #f3f3f3;
}


.c-header__top-menu-separator {
  display: none;
}


.c-header__top-menu-separator:last-child {
  display: none;
}


.c-header__top-menu-item .c-header__top-menu-link {
  color: #434542;
  height: 100%;
  padding: 0 20px;
}


.c-header__contacet-row {
  padding: 0 20px;
}


.c-header__top-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.c-header__top-menu-item > .c-dropdown-menu.dropdown-menu-wrapper {
  left: 0 !important;
  top: 59px !important;
  z-index: 99;
  width: 100%;
  min-width: 100px;
}
.c-header__top-menu-item > .c-dropdown-menu.dropdown-menu-wrapper .c-dropdown-menu__current {
  padding: 10px 20px;
  background: white;
}
.c-header__top-menu-item > .c-dropdown-menu.dropdown-menu-wrapper .c-dropdown-menu__current:hover .c-dropdown-menu__item-link {
  color: #39b54a;
}
.c-header__top-menu-item > .c-dropdown-menu.dropdown-menu-wrapper:hover {
  display: block !important;
}

.c-header__top-menu-item .c-dropdown-menu__item-link {
  color: black;
}

.c-header__top-menu-item > .c-box-dd-categories__subcategory-list {
  top: 59px !important;
  left: 0 !important;
  z-index: 9;
}


@media only screen and (max-width: 640px) {
  .c-header__top-menu-item {
  padding: 6px 0;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  flex-basis: 50%;
}
}


.c-header__email-link {
  color: #afafa5;
  flex-wrap: wrap;
  min-width: 58px;
  font-size: 16px;
  display: none;
}


.c-header__phone-number {
  color: #999999;
  font-size: 22px;
}

.c-header__phone-number:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f095";
  font-size: 20px;
  color: #999999;
  margin-right: 5px;
}

.c-header__phone-number::before {
  color: #999999;
  margin: 0 8px 0 0;
}


.c-header__cart-and-profile {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 25%;
}


.c-header__navigation-line {
  display: flex;
  width: 100%;
  background: #f8f8f8;
  border-radius: 0;
  height: 60px;
  max-height: 60px;
  position: relative;
}


/*
 * Start Main Menu
 */
.c-header__menu-tree {
  display: flex;
  align-items: center;
  width: 280px;
  max-width: 280px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #f9f3ef;
  cursor: pointer;
}


.c-header__menu-tree-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #434542;
  text-transform: uppercase;
}


.c-header__menu-tree-label::before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e09b";
  font-size: inherit;
  color: #434542;
  margin-right: 10px;
}


.c-box-main-menu {
  display: none;
  position: absolute;
  width: 280px;
  margin: 0;
  left: 0;
  top: 60px;
  z-index: 9999;
  background: white;
}


.c-box-main-menu__list {
  height: inherit;
  flex-direction: column;
  width: 100%;
  font-weight: normal;
  text-transform: none;
  position: relative;
}


.c-box-main-menu__content {
  width: 100%;
}


.c-box-main-menu__item {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 12px 0 15px;
  border: none;
}

.c-box-main-menu__item:hover {
  background: white;
}
.c-box-main-menu__item:hover .c-box-main-menu__item-link {
  color: black;
  border-bottom-color: white;
}


.c-box-main-menu__item-image {
  width: 25px;
  height: auto;
  margin-right: 10px;
  filter:  unquote("brightness(0%)");
}


.c-box-main-menu__item-link {
  font-size: 16px;
  width: 100%;
  border-bottom: none;
  padding: 0;
  text-transform: none;
  color: black;
}


.c-box-dd-categories__subcategory-list {
  left: 280px;
  border: none;
  top: 0;
}

.c-box-dd-categories__subcategory-list::before {
  content: none;
}


.c-box-dd-categories__item {
  padding: 0 16px 0 20px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 46px;
  background: white;
}

.c-box-dd-categories__item:hover {
  color: black;
  background: false;
}
.c-box-dd-categories__item:hover > .c-box-dd-categories__subcategory-item-link {
  color: black;
  border-bottom-color: white;
}


.c-box-dd-categories__subcategory-item-link {
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  padding: 0;
  height: 100%;
  color: black;
  min-height: 46px;
}


.c-box-dd-categories__subcategory-item-link.is-parent {
  color: black;
}

.c-box-dd-categories__subcategory-item-link.is-parent:hover {
  color: black;
}


.c-box-dd-categories__subcategory-item-link.is-parent::after {
  padding: 3px;
  border-color: black;
}


.c-box-dd-categories__subcategory-item-link > span {
  margin-right: 8px;
}


.c-box-dd-categories__subcategory-list .c-box-dd-categories__subcategory-list {
  margin-left: 0;
}


.c-box-main-menu__list .c-mega-menu__rows-list {
  left: 280px;
  top: 0;
  width: 940px;
  max-width: 940px;
  border: none;
  height: auto;
  overflow: visible !important;
  min-height: 100%;
  height: 100%;
  background: white;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
}


.menu-item-mega-menu:hover .c-box-main-menu__item-link::before {
  display: none;
}


.c-box-main-menu__list > .c-box-main-menu__item.menu-item-dropdown-menu ul {
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
}


@media screen and (min-width:1110px) {
  .c-box-main-menu__list > li:hover > ul {
  display: block;
}


li.menu-item-dropdown-menu.c-box-main-menu__item {
  position: relative;
}
}


/*
 * End Main Menu
 */
.c-header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 0 20px;
  justify-content: flex-start;
}


.c-header_search_form {
  position: relative;
}


.c-header__search-form-icon-wrapper {
  width: 100%;
}


.c-header__search_input {
  background: white;
  width: 100%;
  height: 34px;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #d2d2d2;
  border-radius: 0 !important;
  padding-right: 225px !important;
  color: #333333;
}

.c-header__search_input::placeholder {
  color: #333333;
}


.c-header__search-tool {
  position: absolute;
  top: 0;
  right: 40px;
  margin-top: 4px;
}

.c-header__search-tool:after {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: '\f0d7';
  font-size: 16px;
  color: black;
  margin-right: 5px;
}

.c-header__search-tool::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-header__search-tool #SearchCategories {
  min-width: 100px;
  max-width: 180px;
  height: 26px;
  border-width: 0 0 0 1px;
  border-radius: 0;
  border-color: #d2d2d2;
  color: #333333;
  background: none;
  cursor: pointer;
  outline: 0;
}
.c-header__search-tool #SearchCategories option {
  color: #333333;
}


.c-header__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-radius: 0;
  background: #e62e04;
}

.c-header__search-button:after {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e08f";
  font-size: 14px;
  color: white;
  margin-right: 5px;
}

.c-header__search-button::after {
  color: white;
  position: absolute;
  pointer-events: none;
  margin: 0;
  top: 10px;
  right: 11px;
}


.c-header__search-button:hover {
  opacity: 0.8;
}


.c-header__search-button-submit {
  background: none;
  border: 0;
  box-shadow: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.c-quick-search__results {
  margin-left: 0;
  width: 272px !important;
  border-radius: 0;
}


.c-quick-search__results-price {
  color: #cc4545;
}


.c-header__profile-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}


.c-header__profile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  align-items: center;
  width: 100%;
  height: auto;
}


.c-header__profile_link {
  display: flex;
  flex-direction: column;
  color: #434542;
  font-size: 13px;
}

.c-header__profile_link:hover {
  text-decoration: underline;
}


.c-header__profile-login::before {
  background-image: url("/skins/techno_express/customer/images/new-profile-new-ie.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
}


.c-header__profile-login {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
}

.c-header__profile-login::after {
  margin: 2px 5px 0 8px;
}


.c-header__profile-register {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-bottom: 4px;
  display: none;
}


.c-header__profile-drop-down {
  position: absolute;
  top: 58px;
  right: 0;
  background: #f8f8f8;
  padding: 10px;
  z-index: 999;
  width: 300px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 8px 20px -10px black;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #333333;
}

.c-header__profile-drop-down:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f0d8";
  font-size: 26px;
  color: #333333;
  margin-right: 5px;
}

.c-header__profile-drop-down::before {
  color: #333333;
  margin: 0;
  position: absolute;
  top: -20px;
  right: 0;
  width: 100%;
  text-align: right;
  padding-right: 28px;
}


.c-header__profile-drop-down .c-header__profile_link {
  width: 50%;
  text-align: center;
  margin-bottom: 4px;
}


.c-header__profile:hover + .c-header__profile-drop-down, .c-header__profile-drop-down:hover {
  display: flex;
}


.c-header__profile-not-logged {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.c-header__email-input-wrapper, .c-header__password-input-wrapper {
  position: relative;
  padding-left: 28px;
  margin: 6px 0;
}


.c-header__email-input-wrapper:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e05c";
  font-size: 14px;
  color: black;
  margin-right: 5px;
}

.c-header__email-input-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  padding: 4px;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: black;
  background: white;
}


.c-header__password-input-wrapper:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e08a";
  font-size: 14px;
  color: black;
  margin-right: 5px;
}

.c-header__password-input-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  padding: 4px;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: black;
  background: white;
}


.c-header__email-input, .c-header__password-input {
  padding: 4px !important;
  height: 28px;
  border-radius: 0 !important;
  width: 200px;
  color: black;
  background: white;
}


.c-header__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.c-header__login-button {
  font-size: 12px;
}


.c-header__profile-not-logged-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.c-header__register-link {
  color: #333333;
}


.c-header__cart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #434542;
  font-size: 13px;
}

.c-header__cart-title > a {
  color: #333333;
  font-size: inherit;
}


.c-header__cart-title-link {
  color: #434542;
  font-size: 14px;
}


.c-header__warehouse-link {
  display: flex;
  flex-direction: column;
  color: #434542;
}


.c-header__warehouse-link::before, .c-header__cart-title::before, .c-header__wishlist-link::before, .c-header__profile-login::before {
  content: "";
  display: block;
  margin-bottom: -3px;
  width: 100%;
  height: 30px;
  background-size: contain !important;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding: 0;
}


.c-header__cart-title::before {
  background: url("/skins/techno_express/customer/images/be-cart-new-ie.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat top center;
}


.c-header__cart-not-empty-link {
  width: 100%;
}


.c-header__warehouse-link::before {
  background: url("/skins/techno_express/customer/images/be-store-new-ie.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat top center;
}


.c-header__cart-title-link, .c-header__cart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.c-header__cart--empty, .c-header__cart--not-empty {
  position: absolute;
  pointer-events: none;
  margin: 0;
  top: -12%;
  right: 20%;
}


.c-header__cart-items-count, .c-header__cart-zero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #ff5500;
  color: white;
  border-radius: 50%;
  font-size: 12px;
}


.c-header__cart-zero {
  display: none;
}


.c-header-mini-cart {
  transform: none;
  right: 0;
  top: 58px;
  border: none;
  background: #f8f8f8;
  margin: 0;
  box-shadow: 0 8px 20px -10px black;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #333333;
}

.c-header-mini-cart:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f0d8";
  font-size: 26px;
  color: #333333;
  margin-right: 5px;
}

.c-header-mini-cart::before {
  color: #333333;
  margin: 0;
  position: absolute;
  top: -20px;
  right: 0;
  text-align: right;
  padding-right: 28px;
  width: 100%;
  border: 0;
}


.c-header-mini-cart__product-name-link, .c-header-mini-cart__product-quantity, .c-header-mini-cart__product-price, .c-header-mini-cart__subtotal {
  color: #333333;
}


.c-header-mini-cart__product-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ff5500;
}


.c-header__cart--subtotal {
  display: none;
}


.c-header__main-menu {
  display: flex;
  align-items: center;
}


.c-header__wishlist-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


.c-header__wishlist-link {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  word-break: normal;
  white-space: normal;
  color: #434542;
  font-size: 13px;
}


.c-header__wishlist-link::before {
  background-image: url("/skins/techno_express/customer/images/be-fav-new-ie.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
}


.c-header__cart, .c-header__wishlist-wrapper, .c-header__profile-wrapper {
  padding: 0 5px;
  width: 25%;
}


/*
 * Start Mobile header
 */
.mobile-menu-item-nav {
  cursor: pointer;
}

.mobile-menu-item-nav:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e09b";
  font-size: 30px;
  color: black;
  margin-right: 5px;
}

.mobile-menu-item-nav::before {
  color: #333333;
  font-weight: bold;
}


.mobile-menu-item-account {
  cursor: pointer;
}

.mobile-menu-item-account:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0a5";
  font-size: 24px;
  color: black;
  margin-right: 5px;
}

.mobile-menu-item-account::before {
  color: #333333;
}

.mobile-menu-item-account .mobile-menu-item-login {
  display: none !important;
}

.mobile-menu-item-account.active-icon .mobile-menu-item-login {
  display: block !important;
}


.mobile-menu-item-search {
  cursor: pointer;
}

.mobile-menu-item-search:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e08f";
  font-size: 24px;
  color: black;
  margin-right: 5px;
}

.mobile-menu-item-search::before {
  color: #333333;
}


.mobile-menu-item-international {
  cursor: pointer;
}

.mobile-menu-item-international:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e06f";
  font-size: 24px;
  color: black;
  margin-right: 5px;
}

.mobile-menu-item-international::before {
  color: #333333;
}


.mobile-menu-item-cart {
  cursor: pointer;
}

.mobile-menu-item-cart:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e031";
  font-size: 28px;
  color: black;
  margin-right: 5px;
}

.mobile-menu-item-cart::before {
  margin-bottom: 6px;
  color: #333333;
}


.c-header__mobile-menu {
  background: #f8f8f8;
  position: relative;
  border-radius: 0;
  height: 60px;
}


.c-header__mobile-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 20px;
}


.c-header__search--mobile, .mobile-menu-item-language-and-currency, .mobile-menu-item-login {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
  background: white;
  width: 100%;
  height: 63px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border-radius: 0;
}


.mobile-menu-item-language-and-currency-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mobile-menu-item-language-and-currency-inner .c-header__currency, .mobile-menu-item-language-and-currency-inner .c-header__language {
  display: flex;
  width: 50%;
}

.mobile-menu-item-language-and-currency-inner .c-header__currency {
  padding-right: 10px;
  justify-content: flex-end;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
}

.mobile-menu-item-language-and-currency-inner .c-header__language {
  padding-left: 10px;
  justify-content: flex-start;
}

.mobile-menu-item-language-and-currency-inner .c_header__language-selected {
  padding-left: 0;
}

.mobile-menu-item-language-and-currency-inner .c_header__currency-selected-code, .mobile-menu-item-language-and-currency-inner .c-header__language-code {
  font-size: 14px;
  user-select: none;
}

.mobile-menu-item-language-and-currency-inner .c-header__currency-list {
  top: 100%;
  left: unset;
  right: 10px;
  width: unset;
}

.mobile-menu-item-language-and-currency-inner .c-header__currency-selector {
  padding: 8px 16px;
}

.mobile-menu-item-language-and-currency-inner .c-header__language-dropdown {
  padding: 8px 16px;
}

.mobile-menu-item-language-and-currency-inner .c-header__language-list {
  left: 0;
}

.mobile-menu-item-language-and-currency-inner .c-header__language-list {
  left: 10px;
}


.mobile-menu-item-account {
  margin-left: auto;
}

.mobile-menu-item-account .mobile-menu-item-login {
  height: unset;
  overflow: hidden;
}

.mobile-menu-item-account .c-header__profile {
  display: none;
}

.mobile-menu-item-account .c-header__profile-drop-down {
  display: flex;
  position: relative;
  width: 100%;
  top: 0;
}

.mobile-menu-item-account .c-header__profile_link {
  font-size: 14px;
}

.mobile-menu-item-account .c-header__profile-login:before, .mobile-menu-item-account .c-header__profile-register:before {
  font-size: 12px;
}

.mobile-menu-item-account .header-login-separator {
  padding: 0 10px;
  margin-bottom: 2px;
}


.mobile-menu-item-search .c-header_search_form {
  display: flex;
  align-items: center;
  height: 100%;
}

.mobile-menu-item-search .c-header__search-button {
  top: 15px;
}


.c-header__standard-logo-section {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 4px;
}


.c-header__logo-image {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}


.c-header__logo {
  width: 30%;
}


.c-header__logo--is-image {
  font-size: 0;
}


.c-header__mobile-contact-info {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 30%;
}

.c-header__mobile-contact-info .c-header__phone-number, .c-header__mobile-contact-info .c-header__email-link {
  font-size: 12px;
}
.c-header__mobile-contact-info .c-header__phone-number::before, .c-header__mobile-contact-info .c-header__email-link::before {
  font-size: 12px;
}


.mobile-menu-item-nav::before {
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}


.mobile-menu-item-nav {
  width: 60px;
  height: 60px;
  position: relative;
}

.mobile-menu-item-nav .c-header__menu-tree {
  height: 60px;
  width: 60px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
}
.mobile-menu-item-nav .c-header__menu-tree::after {
  content: none;
}

.mobile-menu-item-nav .c-header__menu-tree-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu-item-nav .c-header__menu-tree-label::before {
  margin-right: 0;
}


.c-header__mobile {
  width: 100%;
  min-width: inherit;
}

.c-header__mobile .c-header__logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-header__mobile .c-header__logo-text {
  font-size: 32px !important;
  color: #333333;
}

.c-header__mobile .c-header__mobile-contact-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}
.c-header__mobile .c-header__mobile-contact-info .c-header__phone-number {
  font-size: 18px;
  color: #999999;
}


/*
 * End Mobile header
 */
/*
 * ** End Header **
 */
/*
 * ** Start Dynamic Pages **
 */
.dynamic-page-index {
  z-index: 1;
}

.dynamic-page-index .c-layout-main {
  padding: 20px 0;
}

.dynamic-page-index .o-layout--vertical.c-layout-main--wide {
  padding-right: 0;
}

.dynamic-page-index .c-layout-top__nonsticky .bx-prev, .dynamic-page-index .c-layout-top__nonsticky .bx-next {
  z-index: 0;
}

.dynamic-page-index .c-bxslider {
  padding-left: 280px;
}

.dynamic-page-index .s-html-editor {
  padding: 0;
}

.dynamic-page-index .c-header__main-menu-section {
  position: relative;
  width: 100%;
  height: 0;
}

.dynamic-page-index .c-box-main-menu {
  display: block;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  height: auto;
}

.dynamic-page-index .c-header__navigation-line {
  height: auto;
  max-height: none;
}


/*
 * ** End Dinamic Pages **
 */
/*
 * ** Start Product page **
 */
/*
 * Start slider in product page
 */
.c-product-page__product-image-slide .c-product-page__product-image {
  display: none;
}


.bx-wrapper .c-product-page__product-image-slide .c-product-page__product-image {
  display: block;
  margin: auto;
}


.c-product-page__image-section .bx-wrapper {
  padding: 0;
}

.c-product-page__image-section .bx-prev, .c-product-page__image-section .bx-next {
  padding: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #ff5500;
  z-index: 999 !important;
}

.c-product-page__image-section .bx-prev {
  left: 10px;
}

.c-product-page__image-section .bx-next {
  right: 10px;
}


.c-product-page__product-image-pager-wrapper {
  display: none;
  height: 24px;
  margin: 16px 0;
}


.c-product-page__product-image-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px 0;
}


.c-product-page__product-image-pager-link {
  display: flex;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  background: #dddddd;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 10px;
  position: relative;
}


.c-product-page__product-image-pager-link.active {
  background: #ff5500;
}


.product-image-a .product-thumb-video iframe {
  width: 100%;
}


@media only screen and (max-width: 1110px) {
  .c-product-page__images-wrapper-of-all {
  width: 100%;
  display: block;
}
}


/*
 * End slider in product page
 */
.c-popup-upsell-products__continue-shopping-link {
  color: black;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.c-popup-upsell-products__continue-shopping-link::before {
  margin: 0 auto 0 0;
}


.c-popup-upsell-products__proceed-to-checkout-link {
  color: white;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.c-popup-upsell-products__proceed-to-checkout-link::after {
  margin: 0 0 0 auto;
}


.c-popup-upsell-products__added-successfully-message-wrapper {
  width: 44%;
}


.c-popup-upsell-products__cart-summary-wrapper {
  width: 56%;
}


.c-product-page__buy-section .c-countdown-product-grid__wrapper {
  position: relative;
  top: 0;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.c-product-page__buy-section .c-countdown-product-grid__label {
  text-align: center;
}


.c-product__top-area {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}


.c-product-page__thumb-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0) !important;
}


.c-product-page__product-name-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.c-product-page__product-name-title-wrapper .c-promotion-countdown__label {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-right: 4px;
}

.c-product-page__product-name-title-wrapper .c-promotion-countdown__label::before {
  color: #333333;
  font-size: 20px;
  margin-top: 6px;
}

.c-product-page__product-name-title-wrapper .c-promotion-countdown__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 54%;
}

.c-product-page__product-name-title-wrapper span[data-countdown-format="2"] .countdown-time, .c-product-page__product-name-title-wrapper span[data-countdown-format="2"] .countdown-day {
  font-size: 24px;
  color: #cc4545;
  margin: 0 1px;
  font-weight: bold;
}


.c-product-page__product-name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%;
}



.c-product-page__images-block {
  width: 40%;
}


.c-product-page__tags-wrapper {
  margin: 10px 0 0 0;
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
}


.product-page-description-price-block {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  padding: 0;
}


.c-product-page__additional-info-section {
  width: 55%;
  padding: 0 16px 10px 10px;
}


.c-product-page__buy-section {
  width: 45%;
}


.c-product-page__inner-buy-section {
  padding: 20px;
  background: #f3f3f3;
  border-radius: 0;
}

.c-product-page__inner-buy-section .c-button__add-to-cart-icon {
  position: absolute;
  width: 40px;
  height: 35px;
  background-color: red;
  left: 0;
  top: 0;
  border-bottom-right-radius: 37% 100%;
  background-image: url("/skins/techno_express/customer/images/basket-icon.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
  background-repeat: no-repeat;
  background-position: left 3px center;
  background-size: 70%;
}


.c-product-page__product-description {
  display: block;
  font-size: 12px;
  padding: 0 0 10px 0;
  word-break: normal;
}


.c-product-page__rating {
  display: flex;
  align-items: center;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #dddddd;
  padding: 6px 0;
}


.c-product-page__rating-label {
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
}


.c-product-page__promo-info-list {
  padding: 8px 12px;
  border: 3px;
  border-style: solid;
  border-color: #cc4545;
  font-size: 12px;
  border-radius: 0;
}

.c-product-page__promo-info-list a {
  color: #ff5500;
  font-weight: bold;
}

.c-product-page__promo-info-list strong {
  color: #cc4545;
  font-weight: bold;
  font-size: 14px;
}


.c-product-page__promo-info {
  line-height: 1.4;
}


.c-product-page__product-features {
  padding: 10px 0;
  flex-wrap: wrap;
}


.c-product-page__product-code-wrapper, .c-product-page__product-brand-wrapper, .c-product-page__product-weight-wrapper {
  width: 100%;
  padding: 0;
}


.c-product-page__product-code-label, .c-product-page__product-brand-label, .c-product-page__product-weight-label, .c-product-page__weight {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
}


.c-product-page__product-code {
  font-size: 12px;
}


.c-product-page__product-brand-link {
  display: flex;
  align-items: flex-end;
  color: #ff5500;
  font-size: 12px;
  text-decoration: underline;
}

.c-product-page__product-brand-link .brand {
  text-overflow: ellipsis;
  overflow: hidden;
}


.c-quick-buy {
  height: inherit;
  width: 100%;
  background: inherit;
  padding: 10px 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-radius: 0;
}


.c-quick-buy__title {
  display: flex;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #ff5500;
}


.c-quick-buy__subtitle {
  display: flex;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}


.c-quick-buy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.c-quick-buy__buy-button-and-info-text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.c-quick-buy__input {
  width: 100%;
  border-radius: 0 !important;
}


.c-quick-buy__item {
  width: 50%;
  margin-bottom: 10px;
}


.c-quick-buy__item:nth-child(odd) {
  padding-right: 10px;
}


.c-quick-buy__item:nth-child(event) {
  padding-left: 10px;
}


.c-quick-buy__info-text {
  display: flex;
  align-items: center;
  font-style: italic;
  color: grey;
  font-size: 12px;
}


.c-quick-buy__button-wrapper {
  justify-content: flex-end;
}


.c-quick-buy__button {
  width: auto;
}


.c-product-page__button-actions {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}


.c-product-page__option-info-link-wrapper {
  display: flex;
  margin-top: 10px;
  margin-bottom: 6px;
  width: 100%;
}


.c-product-page__option-info-link {
  font-size: 12px;
  font-weight: bold;
  color: #ff5500;
  padding-left: 16px;
  background: rgba(0, 0, 0, 0) url("/skins/skeleton/customer/images/info_link.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat left center;
}

.c-product-page__option-info-link:hover {
  text-decoration: underline;
}


.product-page__price-and-options {
  margin-bottom: 10px;
}


.c-page-product .product-option-select {
  min-width: 90px;
  width: auto;
  background-position: right 5px center;
  border-radius: 0;
  border: 1px solid #12699f;
}


.c-product-page__button-actions-wrapper {
  width: 50%;
  margin-bottom: 6px;
}


.c-button__send-to-friend {
  color: #333333;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.c-button__send-to-friend:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e05c";
  font-size: 10px;
  color: #39b54a;
  margin-right: 5px;
}

.c-button__send-to-friend::before {
  color: #ff5500;
  margin-right: 5px;
}


.c-product-page__rate-product-button {
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
}

.c-product-page__rate-product-button:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0c2";
  font-size: 10px;
  color: #39b54a;
  margin-right: 5px;
}

.c-product-page__rate-product-button::before {
  color: #ff5500;
  margin-right: 5px;
}


.c-product-grid__wrapper {
  border-width: 1px;
}

.c-product-grid__wrapper .c-product-page__button-wishlist::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.c-product-grid__button-wrapper .has-in-wishlist .c-product-page__button-wishlist:before {
  display: flex;
}


.c-product-page__button-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  color: #868484;
  border: 1px solid #868484;
  position: relative;
  font-size: 16px;
}

.c-product-page__button-wishlist:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f08a";
  font-size: 22px;
  color: #868484;
  margin-right: 5px;
}

.c-product-page__button-wishlist::before {
  display: flex;
  margin-right: 0;
}


.c-product-page__button-wishlist:hover {
  color: #cb3b3b;
}

.c-product-page__button-wishlist:hover:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f004";
  font-size: 22px;
  color: #cb3b3b;
  margin-right: 5px;
}

.c-product-page__button-wishlist:hover::before {
  display: flex;
  margin-right: 0;
}


.has-in-wishlist .c-product-page__button-wishlist {
  color: #cb3b3b;
}

.has-in-wishlist .c-product-page__button-wishlist:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f004";
  font-size: 22px;
  color: #cb3b3b;
  margin-right: 5px;
}

.has-in-wishlist .c-product-page__button-wishlist::before {
  display: flex;
  margin-right: 0;
}


.c-page-product .c-product-page__add-to-wishlist-email-me-when-available-button, .c-page-product .c-product-page__add-to-wishlist-subscribe-for-lower-price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.c-page-product .c-product-page__email-me-when-available-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.c-page-product .c-product-page__wishlist-email-me-when-available-buttons {
  width: 100%;
}

.c-page-product .c-product-page__button-wishlist-email-me-when-available {
  font-size: 16px;
  color: black;
  font-weight: lighter;
  background: #868484;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
}

.c-page-product .c-product-page__button-wishlist-email-me-when-available.is-in-wishlist {
  font-size: 16px;
  color: #ed1c2e;
  background: #39b54a;
  color: white;
}

.c-page-product .c-product-page__wishlist-subscribe-for-lower-price-buttons {
  width: 100%;
}

.c-page-product .c-product-page__button-wishlist-subscribe-for-lower-price {
  font-size: 16px;
  color: #868484;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #868484;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  transition: all 0.6s ease;
  margin-top: 10px;
}
.c-page-product .c-product-page__button-wishlist-subscribe-for-lower-price::before {
  content: "";
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/lower-price.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  background-size: 20px 20px;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  filter:  unquote("brightness(30%) invert(30%)");
}

.c-page-product .c-product-page__button-wishlist-subscribe-for-lower-price.is-in-wishlist {
  font-size: 16px;
  color: white;
  background: #39b54a;
  border-color: #39b54a;
  font-weight: lighter;
}
.c-page-product .c-product-page__button-wishlist-subscribe-for-lower-price.is-in-wishlist::before {
  filter:  unquote("brightness(0) invert(1)");
}

.c-page-product .c-product-page__button-wishlist {
  position: relative;
}
.c-page-product .c-product-page__button-wishlist::before {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  margin-right: 0;
}
.c-page-product .c-product-page__button-wishlist .c-product-page__button-wishlist-text {
  padding-left: 32px;
  width: 100%;
  justify-content: center;
  max-width: unset;
}


.c-product-page__comparison-button .button_blue {
  color: #333333;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.c-product-page__comparison-button .button_blue:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e08e";
  font-size: 10px;
  color: #39b54a;
  margin-right: 5px;
}

.c-product-page__comparison-button .button_blue::before {
  color: #ff5500;
  margin-right: 5px;
}


.c-product-options-thumb__thumbs-wrapper {
  display: flex;
  flex-wrap: wrap;
}


.c-product-options-thumb__option-input {
  display: none;
  position: absolute;
  z-index: -1;
  display: inline-block;
  left: -9999px;
}


.c-product-options-thumb__option-name {
  display: none;
}


.c-product-options-thumb__option-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid black;
  margin: 4px 4px 0 0;
  position: relative;
  height: 33px;
  overflow: hidden;
  transition: 0.8s;
}

.c-product-options-thumb__option-image-wrapper:hover {
  opacity: 0.8;
}


.c-product-options-thumb__option-label {
  width: 63px !important;
  height: 41px;
  display: flex;
  cursor: pointer;
  margin-right: 6px;
}


.c-product-options-thumb__option-image {
  max-width: 59px;
  max-height: 59px;
  width: auto;
  height: auto;
}


.c-product-options-thumb__option-selected-list.selected .c-product-options-thumb__option-image-wrapper {
  box-shadow: 0px 0px 4px 1px black;
}


.c-option-color__section {
  margin-bottom: 10px;
}


.c-option-color__filter-list {
  display: flex;
  flex-wrap: wrap;
}


.c-option-color__radio-select {
  display: none;
  position: absolute;
  z-index: -1;
  display: inline-block;
  left: -9999px;
}


.c-option-color__value-text {
  display: none;
}


.c-option-color__value-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  border: 1px solid black;
  margin: 4px 4px 0 0;
  position: relative;
  height: 22px;
  overflow: hidden;
  transition: 0.8s;
}

.c-option-color__value-color:hover {
  opacity: 0.8;
}


.c-option-color__value-wrapper {
  width: 44px !important;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.c-option-color__wrapper.selected {
  border: 0;
}

.c-option-color__wrapper.selected .c-option-color__value-color {
  outline: 2px solid black;
  outline-offset: 2px;
}


.c-product-page__options-wrapper {
  margin-left: 0;
  max-width: inherit;
  width: 100%;
}


.c-product-page__buy-buttons {
  flex-wrap: wrap;
  justify-content: center;
}


.c-product-page__availability-label {
  font-size: 12px;
  color: #333333;
  width: 100%;
  margin: 5px 0;
}

.c-product-page__availability-label strong {
  font-weight: bold;
}


.c-product-page__attributes-list {
  margin: 0;
}


.c-product-page__attribute-item {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0);
  padding: 0 0 10px 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  white-space: normal;
  color: #333333;
  font-size: 12px;
}


.c-product-page__attribute-name {
  width: 60%;
  text-align: left;
}


.c-product-page__attribute-value {
  width: 40%;
  text-align: left;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}

.c-product-page__attribute-value .c-product-page__attribute-multivalue {
  width: 100%;
}


.c-product-page__tabs-menu::before {
  content: none;
}


.c-product-page__product-image {
  max-height: 100%;
}


.c-product-page__thumb-wrapper {
  margin-right: 10px;
  position: relative;
}


.quantity.availability.add-to-cart {
  display: flex;
  flex-wrap: wrap;
}


.c-product-page__quantity-input {
  display: none;
  border-radius: 0 !important;
  text-align: center;
}


.c-product-page__quantity-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 16px;
  margin-right: 6px;
  display: none;
}


.c-product-page__quantity-plus, .c-product-page__quantity-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-size: 12px;
  font-weight: bold;
}


.c-product-page__tabs {
  margin-top: 40px;
}


.c-product-page__tabs .tab-content {
  display: block !important;
  border: none;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}


.c-product-page__tabs .tab-content .s-html-editor {
  padding: 0;
}


.c-product-page__tabs .c-tab__box-title-wrapper, .c-product-page__tabs .c-product-page__details-title {
  display: block !important;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}


.c-product-page__tabs .c-tab__box-title, .c-product-page__tabs .c-product-page__details-title, .tab-content .c-page__page-title-content {
  color: #ff5500;
  border-bottom: 1px solid black;
  font-size: 18px;
  padding: 0 0 10px 0;
  width: 100%;
  line-height: normal;
}

.c-product-page__tabs .c-tab__box-title::after, .c-product-page__tabs .c-product-page__details-title::after, .tab-content .c-page__page-title-content::after {
  content: none;
}


.c-product-page__tabs-menu {
  display: flex;
  justify-content: center;
  background: #f8f8f8;
  height: inherit;
  margin-bottom: 30px;
}


.c-product-page__tabs-menu-item {
  margin: 0 2px 0 0;
  color: #333333;
  border-radius: 0;
}

.c-product-page__tabs-menu-item:hover {
  background: inherit;
  color: #39b54a;
}


.c-product-page__tabs-menu-item.active {
  background: none;
  color: black;
  border-bottom-width: 0;
}

.c-product-page__tabs-menu-item.active:hover {
  background: inherit;
  color: #ff5500;
}


.c-product-page__tabs-menu-item-link {
  font-size: 14px;
}


.tab-content {
  border: 1px solid #f1f1f1;
}


.c-tab-attribute__wrapper {
  margin-bottom: 10px;
}


.c-tab-attribute__label {
  max-width: 200px;
  padding-right: 10px;
}


.c-tab__detailed-description {
  font-size: 12px;
}


.c-tab-review__section {
  margin-bottom: 20px;
  font-size: 12px;
  color: #333333;
}


.c-tab-review__author {
  display: flex;
  align-items: center;
}


.c-tab-review__star-rating {
  margin-right: 6px;
}


.c-tab-attribute__label {
  max-width: 180px;
  word-break: normal;
  text-align: left;
}


.c-related-products .c-related-products__item {
  padding: 10px;
  width: 100% !important;
}


.c-page-product .c-related-products__item .c-product-price__discount-precent-wrapper {
  display: block;
}
.c-page-product .c-related-products__item .o-product-is-new__icon {
  top: 0;
  left: 0;
}
.c-page-product .c-related-products__item .c-product-price__discount-precent {
  top: 0;
  right: 0;
}
.c-page-product .c-related-products__item .c-product-list__image {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto;
  height: auto;
}
.c-page-product .c-related-products__item .c-product-list__details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-page-product .c-related-products__item .c-product-list__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  width: 100%;
}
.c-page-product .c-related-products__item .c-product-list__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-page-product .c-related-products__item .c-product-list__description {
  display: none;
}
.c-page-product .c-related-products__item .c-product-list__product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  margin: 4px 0;
}
.c-page-product .c-related-products__item .c-price-include-taxes, .c-page-product .c-related-products__item .c-price-exclude-taxes {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.c-page-product .c-related-products__item .c-price-include-taxes__final-price, .c-page-product .c-related-products__item .c-price-exclude-taxes__final-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-page-product .c-related-products__item .c-price-include-taxes__no-wholesale-with-tax-price, .c-page-product .c-related-products__item .c-price-exclude-taxes__no-wholesale-price-list-price, .c-page-product .c-related-products__item .c-price-include-taxes__final-price-with-tax-price, .c-page-product .c-related-products__item .c-price-exclude-taxes__final-price-with-tax-price, .c-page-product .c-related-products__item .c-price-include-taxes__final-price-withtax-price, .c-page-product .c-related-products__item .c-price-exclude-taxes__final-price-withtax-price {
  font-weight: bold;
  font-size: 16px;
  color: #ed1c2e;
}
.c-page-product .c-related-products__item .c-price-exclude-taxes__final-price-with-tax, .c-page-product .c-related-products__item .c-price-include-taxes__final-price-with-tax, .c-page-product .c-related-products__item .c-price-exclude-taxes__final-price-withtax, .c-page-product .c-related-products__item .c-price-include-taxes__final-price-withtax {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-page-product .c-related-products__item .c-price-exclude-taxes__final-price-price-list, .c-page-product .c-related-products__item .c-price-include-taxes__final-price-price-list, .c-page-product .c-related-products__item .c-price-exclude-taxes__final-price-list, .c-page-product .c-related-products__item .c-price-include-taxes__final-price-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-page-product .c-related-products__item del.c-price-exclude-taxes__final-price-price-list-price, .c-page-product .c-related-products__item del.c-price-include-taxes__final-price-price-list-price, .c-page-product .c-related-products__item del.c-price-exclude-taxes__final-price-list-price, .c-page-product .c-related-products__item del.c-price-include-taxes__final-price-list-price {
  color: grey;
  font-size: 12px;
  font-weight: normal;
}

.c-page-product .o-box-products__rating-and-price {
  align-items: flex-start;
}


.c-related-products__item .c-product-price__discount-precent {
  background: #ff5500;
  border: none;
  color: white;
  border-radius: 0;
  right: 10px;
}


.c-product-page__product-price-wrapper {
  position: relative;
}


.c-product-page__buy-buttons-wrapper {
  width: 100%;
}


.c-product-page__product-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.c-product-page__cart-form .c-product-page__add-to-wishlist-button {
  margin-bottom: 10px;
}


/*
 * ** End Product page **
 */
/*
 * ** Start Category page **
 */
.c-category-subcategories__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}


.c-category-subcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 33.33%;
  height: 200px;
  text-align: center;
  margin: 0;
  padding: 8px;
}


.c-product-grid__view-content {
  padding: 0;
}


.c-product-grid__product-details {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  /*
 * Start Product grid buttons
 */

  /*
 * End Product grid buttons
 */

}

.c-product-grid__product-details .product-prices {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 64%;
}

.c-product-grid__product-details .price-value {
  padding-left: 6px;
  font-weight: bold;
  font-size: 14px;
}

.c-product-grid__product-details .list-price {
  display: flex;
}

.c-product-grid__product-details .c-product-grid__button-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
}


.c-product-grid__brand-logo-small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}

.c-product-grid__brand-logo-small .listing-brand-image {
  max-width: 60px;
  max-height: 35px;
  width: auto;
  height: auto;
}


.c-product-grid__availability {
  display: none;
  text-align: center;
  position: relative;
  padding: 2px 10px !important;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 0;
  font-size: 10px;
  color: #333333;
  margin-top: 5px;
  float: left;
}


.c-product-grid__wrapper.is-image-hover .c-product-grid__view-content {
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
  transition: box-shadow 0.25s linear;
  border: 1px solid #e3e3e3;
}


.c-product-grid__wrapper.is-image-hover .c-product-grid__availability {
  display: inline-block;
}


.c-product-grid__product-title {
  text-align: center;
  padding: 5px;
}


.c-product-grid__product-title-link {
  font-size: 14px;
  text-transform: uppercase;
}


.c-product-grid__view-wrapper {
  background: white;
}


.c-product-grid__option-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}


.c-product-grid__option-group-name-title {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #333333;
  padding-bottom: 2px;
  margin-bottom: 5px;
}


.c-product-grid__available-options {
  margin-left: 8px;
  color: #cc4545;
  font-size: 12px;
}


.c-product-grid__hover-view-attributes {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  margin-top: 6px;
  padding-top: 4px;
}


.c-product-grid__discount-percent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: white;
  background: #ff5500;
  border: none;
  border-radius: 0;
}


.c-sort-view__product-sort {
  display: none;
}


.c-sort-view__megashop-sort-view-list {
  display: flex;
  align-items: center;
  height: 100%;
}


.c-sort-view__sort-by-products-per-page {
  display: flex;
  align-items: center;
  height: 100%;
}


.c-sort-view__megashop-sort-view-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0 10px;
}


.c-sort-view__megashop-sort-view-item:first-child {
  border-radius: 0;
}


.c-sort-view__megashop-sort-view-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #333333;
  font-size: 16px;
  padding: 5px 15px;
  position: relative;
  top: 1px;
  height: 100%;
}

.c-sort-view__megashop-sort-view-link.active {
  color: #ff5500;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ff5500;
}

.c-sort-view__megashop-sort-view-link:hover {
  color: #ff5500;
}


.c-category__filter-pager-buttons {
  margin: 46px 0 20px;
}


.c-sort-by {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0);
  height: 34px;
  align-items: center;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
}

.c-sort-by.is-second {
  border-bottom: 0;
  justify-content: space-between;
  margin-top: 10px;
}


.c-pager__type-view--grid, .c-pager__type-view--list {
  display: none;
  margin-left: auto;
  margin-right: 10px;
}


.c-pager-bottom[style="display:block"] {
  display: flex !important;
  width: 100%;
}


.c-category-subcategories__name-link {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
}


.c-category-subcategories__image-link {
  max-height: 100%;
}


.c-category-subcategories__info {
  flex-wrap: wrap;
  position: relative;
  max-height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}


.c-category-subcategories__name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
}


.c-category-description {
  padding: 6px 9px;
  display: block;
}


.c-categories__page-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.c-categories__page-title-wrapper {
  width: 80%;
}


.c-categories__product-count {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  font-size: 12px;
  color: #333333;
}


.c-popup-product-quick-view__button {
  width: 70%;
}

.c-popup-product-quick-view__button .c-button__add-to-cart {
  padding-left: 0;
  height: 42px;
}


.c-popup-quick-view__section {
  padding-bottom: 40px;
}


.c-product-grid__quick-view {
  display: flex;
  width: auto;
  white-space: nowrap;
}


.c-product-grid__available-options .option-value-color {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  outline: 1px solid black;
  outline-offset: 1px;
}
.c-product-grid__available-options .option-value-color img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.c-productgrid__discount-and-new-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  right: 0;
}


.c-productgrid__discount-and-new-wrapper .o-product-is-new__icon, .c-productgrid__discount-and-new-wrapper .c-product-grid__price-modifiers {
  position: relative;
}


.o-product-is-new__icon {
  margin-bottom: 5px;
}


.c-product-page__icon-new {
  z-index: 1;
}


/*
 * Start Filters
 */
.c-box-filter .c-box-filter__cancel-filters {
  top: 100px;
}


.c-box-filter__title {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.c-box-filter__title:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e08f";
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}

.c-box-filter__title::before {
  color: #333333;
}


.c-filter-attribute__title, .c-filter-options__title, .c-filter-atributes-group__title {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0 6px 0;
  background: rgba(0, 0, 0, 0);
  color: #333333;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
}


.c-filter-links__filters-list {
  font-size: 12px;
  padding-left: 5px;
}


.c-filter-links__filters-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0 18px;
  margin: 0 0 5px 0;
}

.c-filter-links__filters-wrapper::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ff5500;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}


.c-filter-links__filters-wrapper.is-selected .c-filter-links__filters-link:after {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f00d";
  font-size: 14px;
  color: #ed1c2e;
  margin-right: 5px;
}

.c-filter-links__filters-wrapper.is-selected .c-filter-links__filters-link::after {
  margin: 0;
}


.c-box-filter__product-filters-list select {
  max-width: 100% !important;
  width: 100%;
}


.c-option-color__tooltip-name {
  color: #333333;
}


.c-filter-multiselect-widget__label {
  display: flex;
  font-size: 12px;
}


.c-filter-links__filters-link {
  word-break: normal;
  font-size: 13px;
  color: #333333;
}


.c-filter-links__filters-link:hover {
  color: #ff5500;
  text-decoration: underline;
}


.c-filter-slider__handle {
  background: white;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-color: #ff5500;
  border-radius: 0;
}


.c-filter-slider__slider-range {
  background: #ff5500;
  border-color: #f1f1f1;
}


.c-filter-slider__slider {
  border: 1px solid #f1f1f1;
  height: 9px;
}


.c-filter-multiselect-widget__label {
  cursor: pointer;
}

.c-filter-multiselect-widget__label::before {
  display: flex;
  position: relative;
  left: -18px;
  margin-right: -10px;
  content: '';
  width: 15px;
  height: 15px;
  background-color: white;
  border: 2px solid #adadad;
}

.c-filter-multiselect-widget__label:hover {
  color: #ff5500;
}
.c-filter-multiselect-widget__label:hover::before {
  border-color: #ff5500;
}


.c-filter-multiselect-widget__input {
  margin: 0 !important;
  visibility: hidden;
}


/*
 * End Filters
 */
/*
 * Start Product grid Countdown
 */
.c-countdown-product-grid__wrapper {
  background: rgba(0, 0, 0, 0.6);
}


.c-countdown-product-grid__label {
  font-size: 14px;
  color: #ff5500;
}


/*
 * End Product grid Countdown
 */
/*
 * ** End Category page **
 */
/*
 * ** Start Checkout page **
 */
.c-extra-field__input label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 6px 0;
}


.c-extra-field__input input[type="radio"] {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}


.c-one-page-checkout__page-title-content {
  padding: 6px 0 10px 0;
  width: 100%;
  font-size: 24px;
}


.c-checkout-cart__content-product-item-quantity {
  color: #333333;
}


.c-checkout-cart__content-product-link {
  color: #ff5500;
}


.c-one-page-checkout__billing-address-title::before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #333333;
  color: white;
  border-radius: 0;
}


.c-one-page-checkout__shipping-address-checkbox-title::before {
  content: "2";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #333333;
  color: white;
  border-radius: 0;
}


.c-one-page-checkout__billing-shipping-methods-title::before {
  content: "3";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #333333;
  color: white;
  border-radius: 0;
}


.c-one-page-checkout__order-summary-title:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e031";
  font-size: 12px;
  color: white;
  margin-right: 5px;
}

.c-one-page-checkout__order-summary-title:before {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  width: 20px;
  height: 20px;
  border-radius: 0;
}


.c-checkout-final-page__success-message {
  margin-top: 20px;
}


.c-order-details__order-total-amount {
  width: 20%;
}


.c-order-details__special-instructions-wrapper {
  padding: 10px;
  margin: 10px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #dddddd;
}


.c-order-details__special-instructions-title {
  font-weight: bold;
  color: #ed1c2e;
  font-size: 14px;
}


.c-order-details__special-instructions-text {
  font-size: 13px;
  color: #333333;
  padding: 0 10px;
}


.c-checkout-final-page__print-order {
  margin-top: 20px;
}


/*
 * ** End Checkout page **
 */
/*
 * Web and Form pages
 */
.c-social-buttons {
  margin: 20px 0 10px 0;
}


.c-form-page__form-description {
  font-weight: inherit;
  margin-bottom: 20px;
}


.c-form-page__form-field .u-form-radio-buttons-label {
  display: flex;
  align-items: center;
}
.c-form-page__form-field .u-form-radio-buttons-label input {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}


.c-register__account-info-table-list, .c-register__billing-address-table-list, .c-register__address-info-table-list {
  max-width: 100%;
}


/*
 * Web and Form pages
 */
/*
 * ** Start Banners **
 */
.c-bxslider__title-and-description {
  display: none;
}


.bx-prev, .bx-next {
  z-index: 8 !important;
}


.c-bxslider {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.c-bxslider .bx-wrapper {
  padding: 0;
}

.c-bxslider .c-bxslider__image {
  border-radius: 0;
}

.c-bxslider .bx-prev, .c-bxslider .bx-next {
  border: none;
  transform: none;
  padding: 0;
  width: 32px;
  height: 32px;
  z-index: 999;
}

.c-bxslider .bx-prev {
  left: 16px;
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/controls.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 0 -32px;
}
.c-bxslider .bx-prev:hover {
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/controls.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat 0 0;
}

.c-bxslider .bx-next {
  right: 16px;
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/controls.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat -43px -32px;
}
.c-bxslider .bx-next:hover {
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/controls.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat -43px 0;
}


@media only screen and (max-width: 640px) {
  .c-bxslider {
  width: 100%;
}


.c-bxslider__wrapper {
  display: flex;
}
}


/*
 * Start Category Banners
 */
.c-category-banner__menu-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 9999;
}


.c-category-banner__menu-inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}


.c-category-banner__menu {
  position: relative;
  left: -40px;
  max-width: 30px;
  width: auto;
  height: auto;
  background: white;
}


.dynamic-page-index .c-category-banner__menu-wrapper {
  display: block;
}


.c-category-banner .c-category-banner__main-category::after {
  display: none;
}

.c-category-banner .c-category-banner__main-category-link {
  font-size: 18px;
  font-weight: normal;
}

.c-category-banner .c-category-banner__subcategories-list {
  text-align: left;
  padding: 20px;
}

.c-category-banner .c-category-banner__small-banner-link {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 10px;
}

.c-category-banner .c-category-banner__small-banner-description {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

.c-category-banner .c-category-banner__small-wide-banner-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  top: inherit !important;
  bottom: 0;
}

.c-category-banner .c-category-banner__small-wide-banner-title {
  width: 100%;
}

.c-category-banner .c-category-banner__small-wide-banner-subtitle {
  width: 100%;
  font-weight: normal;
}


.c-category-banner__banner-number-1 {
  border-top-color: #f3124a !important;
}

.c-category-banner__banner-number-1 .c-category-banner__main-category-link, .c-category-banner__banner-number-1 .c-category-banner__small-wide-banner-title {
  color: #f3124a;
}

.c-category-banner__banner-number-1 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #f3124a;
}

.c-category-banner__banner-number-1 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #f3124a;
}

.c-category-banner__banner-number-1 .c-category-banner__big-banner-description {
  background: rgba(243, 18, 74, 0.7);
}

.c-category-banner__banner-number-1 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #f3124a;
}


.c-category-banner__banner-number-2 {
  border-top-color: #8c6e64 !important;
}

.c-category-banner__banner-number-2 .c-category-banner__main-category-link, .c-category-banner__banner-number-2 .c-category-banner__small-wide-banner-title {
  color: #8c6e64;
}

.c-category-banner__banner-number-2 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #8c6e64;
}

.c-category-banner__banner-number-2 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #8c6e64;
}

.c-category-banner__banner-number-2 .c-category-banner__big-banner-description {
  background: #8c6e64;
  background: rgba(140, 110, 100, 0.7);
}

.c-category-banner__banner-number-2 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #8c6e64;
}


.c-category-banner__banner-number-3 {
  border-top-color: #0059a7 !important;
}

.c-category-banner__banner-number-3 .c-category-banner__main-category-link, .c-category-banner__banner-number-3 .c-category-banner__small-wide-banner-title {
  color: #0059a7;
}

.c-category-banner__banner-number-3 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #0059a7;
}

.c-category-banner__banner-number-3 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #0059a7;
}

.c-category-banner__banner-number-3 .c-category-banner__big-banner-description {
  background: #0059a7;
  background: rgba(0, 89, 167, 0.7);
}

.c-category-banner__banner-number-3 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #0059a7;
}


.c-category-banner__banner-number-4 {
  border-top-color: #5c6dbd !important;
}

.c-category-banner__banner-number-4 .c-category-banner__main-category-link, .c-category-banner__banner-number-4 .c-category-banner__small-wide-banner-title {
  color: #5c6dbd;
}

.c-category-banner__banner-number-4 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #5c6dbd;
}

.c-category-banner__banner-number-4 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #5c6dbd;
}

.c-category-banner__banner-number-4 .c-category-banner__big-banner-description {
  background: #5c6dbd;
  background: rgba(92, 109, 189, 0.7);
}

.c-category-banner__banner-number-4 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #5c6dbd;
}


.c-category-banner__banner-number-5 {
  border-top-color: #019893 !important;
}

.c-category-banner__banner-number-5 .c-category-banner__main-category-link, .c-category-banner__banner-number-5 .c-category-banner__small-wide-banner-title {
  color: #019893;
}

.c-category-banner__banner-number-5 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #019893;
}

.c-category-banner__banner-number-5 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #019893;
}

.c-category-banner__banner-number-5 .c-category-banner__big-banner-description {
  background: #019893;
  background: rgba(1, 152, 147, 0.7);
}

.c-category-banner__banner-number-5 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #019893;
}


.c-category-banner__banner-number-6 {
  border-top-color: #15c1d7 !important;
}

.c-category-banner__banner-number-6 .c-category-banner__main-category-link, .c-category-banner__banner-number-6 .c-category-banner__small-wide-banner-title {
  color: #15c1d7;
}

.c-category-banner__banner-number-6 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #15c1d7;
}

.c-category-banner__banner-number-6 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #15c1d7;
}

.c-category-banner__banner-number-6 .c-category-banner__big-banner-description {
  background: #15c1d7;
  background: rgba(21, 193, 215, 0.7);
}

.c-category-banner__banner-number-6 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #15c1d7;
}


.c-category-banner__banner-number-7 {
  border-top-color: #52cb2e !important;
}

.c-category-banner__banner-number-7 .c-category-banner__main-category-link, .c-category-banner__banner-number-7 .c-category-banner__small-wide-banner-title {
  color: #52cb2e;
}

.c-category-banner__banner-number-7 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #52cb2e;
}

.c-category-banner__banner-number-7 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #52cb2e;
}

.c-category-banner__banner-number-7 .c-category-banner__big-banner-description {
  background: #52cb2e;
  background: rgba(82, 203, 46, 0.7);
}

.c-category-banner__banner-number-7 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #52cb2e;
}


.c-category-banner__banner-number-8 {
  border-top-color: #abb902 !important;
}

.c-category-banner__banner-number-8 .c-category-banner__main-category-link, .c-category-banner__banner-number-8 .c-category-banner__small-wide-banner-title {
  color: #abb902;
}

.c-category-banner__banner-number-8 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #abb902;
}

.c-category-banner__banner-number-8 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #abb902;
}

.c-category-banner__banner-number-8 .c-category-banner__big-banner-description {
  background: #abb902;
  background: rgba(171, 185, 2, 0.7);
}

.c-category-banner__banner-number-8 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #abb902;
}


.c-category-banner__banner-number-9 {
  border-top-color: #57c933 !important;
}

.c-category-banner__banner-number-9 .c-category-banner__main-category-link, .c-category-banner__banner-number-9 .c-category-banner__small-wide-banner-title {
  color: #57c933;
}

.c-category-banner__banner-number-9 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #57c933;
}

.c-category-banner__banner-number-9 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #57c933;
}

.c-category-banner__banner-number-9 .c-category-banner__big-banner-description {
  background: #57c933;
  background: rgba(87, 201, 51, 0.7);
}

.c-category-banner__banner-number-9 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #57c933;
}


.c-category-banner__banner-number-10 {
  border-top-color: #e3521b !important;
}

.c-category-banner__banner-number-10 .c-category-banner__main-category-link, .c-category-banner__banner-number-10 .c-category-banner__small-wide-banner-title {
  color: #e3521b;
}

.c-category-banner__banner-number-10 .c-category-banner__main-category.highlight .c-category-banner__main-category-link {
  color: #e3521b;
}

.c-category-banner__banner-number-10 .c-category-banner__selected-subcategory.highlight .c-category-banner__subcategory-link {
  color: #e3521b;
}

.c-category-banner__banner-number-10 .c-category-banner__big-banner-description {
  background: #e3521b;
  background: rgba(227, 82, 27, 0.7);
}

.c-category-banner__banner-number-10 .c-category-banner__big-banner-wrapper .bx-pager-link {
  background: #e3521b;
}


.c-category-banner__small-banner-title.banner_title {
  margin-top: auto;
}


.c-category-banner .c-category-banner__small-banner-description {
  flex-direction: column;
}


.c-category-banner__menu-item:hover .c-category-banner__menu-item-link {
  filter:  unquote("brightness(0) invert(1)");
}


.c-category-banner__menu .c-category-banner__menu-item {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 5000;
  pointer-events: auto;
  cursor: pointer;
}

.c-category-banner__menu .c-category-banner__menu-item-link {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/skins/techno_express/customer/images/icons/tv-silver.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894");
  background-repeat: no-repeat;
  background-position: center center;
}

.c-category-banner__menu .c-category-banner__menu-text {
  display: none;
  align-items: center;
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  height: 100%;
  white-space: nowrap;
  padding: 0 5px;
  background-color: white;
  z-index: 50000;
}

.c-category-banner__menu .c-category-banner__menu-item:hover .c-category-banner__menu-text, .c-category-banner__menu .c-category-banner__menu-item-active .c-category-banner__menu-text {
  display: flex;
  background-color: inherit;
  color: white;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:first-of-type, .c-category-banner__menu .c-category-banner__menu-item-active:first-of-type {
  background-color: #f3124a;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(2), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(2) {
  background-color: #8c6e64;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(3), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(3) {
  background-color: #0059a7;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(4), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(4) {
  background-color: #5c6dbd;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(5), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(5) {
  background-color: #019893;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(6), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(6) {
  background-color: #15c1d7;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(7), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(7) {
  background-color: #52cb2e;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(8), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(8) {
  background-color: #abb902;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(9), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(9) {
  background-color: #57c933;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(10), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(10) {
  background-color: #e3521b;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(10), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(10) {
  background-color: #3eabfe;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(10), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(10) {
  background-color: #b018a9;
}
.c-category-banner__menu .c-category-banner__menu-item:hover:nth-of-type(10), .c-category-banner__menu .c-category-banner__menu-item-active:nth-of-type(10) {
  background-color: #eb65c8;
}

.c-category-banner__menu .c-category-banner__menu-item-active .c-category-banner__menu-item-link {
  filter:  unquote("brightness(0) invert(1)");
}
.c-category-banner__menu .c-category-banner__menu-item-active .c-category-banner__menu-text {
  display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-category-banner__small-banner-image-wrapper, .c-category-banner__small-banner-description {
  max-width: 180px;
}


.c-category-banner__small-banner-image-view {
  max-width: 100%;
}


.c-category-banner__banner-image {
  max-width: 100%;
  max-height: 100%;
}


.c-category-banner .c-category-banner__small-banner-link {
  max-width: 202px;
}


.banner_title.c-category-banner__small-banner-title {
  margin-top: 0 !important;
}


.c-category-banner__small-banner-description {
  margin-top: 0 !important;
  align-items: flex-end !important;
}
}


/*
 * End Category Banners
 */
/*
 * ** End Banners **
 */
/*
 * ** Start Boxes **
 */
/*
 * Start Product price in product box with discount
 */
.c-box .c-price-include-taxes__no-wholesale-with-tax, .c-box .c-price-exclude-taxes__no-wholesale-with-tax, .c-box .c-price-include-taxes__product-price, .c-box .c-price-exclude-taxes__product-price, .c-box .c-price-include-taxes__final-price, .c-box .c-price-exclude-taxes__final-price {
  flex-wrap: wrap;
}


.c-box .c-price-exclude-taxes__final-price-with-tax, .c-box .c-price-include-taxes__final-price-with-tax, .c-box .c-price-exclude-taxes__final-price-withtax, .c-box .c-price-include-taxes__final-price-withtax {
  justify-content: flex-end;
}


.c-box .c-price-exclude-taxes__final-price-price-list, .c-box .c-price-include-taxes__final-price-price-list, .c-box .c-price-exclude-taxes__final-price-list, .c-box .c-price-include-taxes__final-price-list {
  justify-content: flex-end;
}


/*
 * End Product price in product box with discount
 */
/*
 * Start Custom Categories
 */
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper {
  padding: 32px 0 0 0;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev, #c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next {
  top: 2px;
  margin: 0;
  width: 22px;
  height: 18px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  z-index: 9;
  transform: rotate(0deg) scaleX(1.2);
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev span, #c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next span, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev span, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next span {
  font-size: 0;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev {
  left: inherit;
  right: 38px;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev:before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f060";
  font-size: 16px;
  color: #adadad;
  margin-right: 5px;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev::before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev::before {
  margin: 0;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev.disabled::before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-prev.disabled::before {
  color: #e0e0e0;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next {
  right: 10px;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next:before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f061";
  font-size: 16px;
  color: #adadad;
  margin-right: 5px;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next::before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next::before {
  margin: 0;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next.disabled::before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories .bx-wrapper .bx-next.disabled::before {
  color: #e0e0e0;
}

#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category {
  width: 20%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 6px;
  position: relative;
}

#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category-title-wrapper, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category-title-wrapper {
  padding: 0;
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 0;
  right: 0;
  height: auto;
  order: 2;
  width: 90%;
  margin: 0 auto 6px auto;
}

#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category-title-link, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category-title-link {
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 10px;
  position: relative;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category-title-link::before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category-title-link::before {
  content: "";
  width: 2%;
  height: 100%;
  display: flex;
  background: #ff5500;
  position: absolute;
  left: 0;
  top: 0;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-duration: 0.3s;
}


.c-box-custom-categories__list {
  justify-content: flex-start;
  width: 100%;
}


.c-box-custom-categories__category-title-link {
  background: rgba(0, 0, 0, 0);
  height: auto;
  text-transform: capitalize;
}


.c-box-custom-categories__category-image-wrapper {
  order: 1;
  width: 100%;
  max-height: 160px;
}


.c-box-custom-categories__category-title {
  color: #333333;
  font-size: 14px;
  z-index: 8;
  transition: color 0.2s ease;
}


.c-box-custom-categories__category-image, .c-box-custom-categories__category-image-link {
  max-height: 160px;
}


#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category:hover .c-box-custom-categories__category-image-wrapper, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category:hover .c-box-custom-categories__category-image-wrapper {
  opacity: 1;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category:hover .c-box-custom-categories__category-title-link::before, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category:hover .c-box-custom-categories__category-title-link::before {
  width: 100%;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-duration: 0.3s;
}
#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__category:hover .c-box-custom-categories__category-title, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__category:hover .c-box-custom-categories__category-title {
  color: white;
  transition: color 0.3s ease;
}


@media only screen and (max-width: 1110px) {
  #c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
  padding: 10px 0;
}

#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories__inner-wrapper, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories__inner-wrapper {
  padding: 10px;
}

#c-layout-main__column-left.c-layout-main--wide .c-box-custom-categories.has-carousel .c-box-custom-categories__box-title-wrapper, #c-layout-main__column-middle.c-layout-main--wide .c-box-custom-categories.has-carousel .c-box-custom-categories__box-title-wrapper {
  top: 10px;
  left: 10px;
}


.c-box-custom-categories__category {
  width: 50%;
}
}


.c-layout-bottom .c-box-custom-categories__category, .c-layout-main--thin .c-box-custom-categories__category {
  width: 100%;
  padding: 0;
  flex-direction: row-reverse;
  background: #f3f3f3;
  margin-bottom: 10px;
  overflow: hidden;
}
.c-layout-bottom .c-box-custom-categories__category:last-child, .c-layout-main--thin .c-box-custom-categories__category:last-child {
  margin-bottom: 10px;
}

.c-layout-bottom .c-box-custom-categories__category-title-wrapper, .c-layout-main--thin .c-box-custom-categories__category-title-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  text-align: left;
  position: relative;
  height: auto;
}

.c-layout-bottom .c-box-custom-categories__category-title-link, .c-layout-main--thin .c-box-custom-categories__category-title-link {
  justify-content: flex-start;
  text-align: left;
  padding: 10px 22px 10px 12px;
  position: relative;
}
.c-layout-bottom .c-box-custom-categories__category-title-link:before, .c-layout-main--thin .c-box-custom-categories__category-title-link:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f178";
  font-size: 12px;
  color: black;
  margin-right: 5px;
}
.c-layout-bottom .c-box-custom-categories__category-title-link::before, .c-layout-main--thin .c-box-custom-categories__category-title-link::before {
  margin: auto 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 8;
}
.c-layout-bottom .c-box-custom-categories__category-title-link::after, .c-layout-main--thin .c-box-custom-categories__category-title-link::after {
  content: "";
  width: 2%;
  height: 100%;
  display: flex;
  background: #39b54a;
  position: absolute;
  left: 0;
  top: 0;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-duration: 0.3s;
}

.c-layout-bottom .c-box-custom-categories__category-title, .c-layout-main--thin .c-box-custom-categories__category-title {
  color: black;
  text-align: left;
}

.c-layout-bottom .c-box-custom-categories__category-image-wrapper, .c-layout-main--thin .c-box-custom-categories__category-image-wrapper {
  display: none;
}

.c-layout-bottom .c-box-custom-categories__category:hover .c-box-custom-categories__category-title-link::before, .c-layout-main--thin .c-box-custom-categories__category:hover .c-box-custom-categories__category-title-link::before {
  transition: all 0.4s ease;
  color: white;
}
.c-layout-bottom .c-box-custom-categories__category:hover .c-box-custom-categories__category-title, .c-layout-main--thin .c-box-custom-categories__category:hover .c-box-custom-categories__category-title {
  color: white;
}
.c-layout-bottom .c-box-custom-categories__category:hover .c-box-custom-categories__category-title-link::after, .c-layout-main--thin .c-box-custom-categories__category:hover .c-box-custom-categories__category-title-link::after {
  width: 100%;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-duration: 0.3s;
}


/*
 * End Custom Categories
 */
.c-box .c-box-deals-of-the-day__buy-product-submit, .c-box .c-box-deals-of-the-day__view-details-link {
  font-size: 10px !important;
}

.c-box .c-box-deals-of-the-day__buy-product-submit:hover, .c-box .c-box-deals-of-the-day__view-details-link:hover {
  background: #ff5500;
}


.c-box-deals-of-the-day__wrapper, .c-box-deals-of-the-day__title-and-price-wrapper {
  padding: 0;
}


.c-box-deals-of-the-day__title-and-price-wrapper {
  min-height: 180px;
}


.c-box-deals-of-the-day__product-price .final-price {
  flex-wrap: wrap;
}


.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__buy-product-submit, .c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__view-details-link {
  color: white;
  background: #ff5500;
}

.c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__buy-product-submit:hover, .c-box-deals-of-the-day__price-and-buy-button .c-box-deals-of-the-day__view-details-link:hover {
  opacity: 0.8;
}


.o-box-title::after {
  content: none;
}


.o-box-products__wrapper {
  width: 25%;
  display: flex;
  flex-direction: inherit;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 10px;
}


.o-box-products__image-link, .o-box-products__product-image-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 75px;
}

.o-box-products__image-link .o-box-products__image, .o-box-products__image-link .o-box-products__product-image, .o-box-products__product-image-link .o-box-products__image, .o-box-products__product-image-link .o-box-products__product-image {
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
}


.bx-wrapper .o-box-products__image-link .o-box-products__image, .bx-wrapper .o-box-products__image-link .o-box-products__product-image, .bx-wrapper .o-box-products__product-image-link .o-box-products__image, .bx-wrapper .o-box-products__product-image-link .o-box-products__product-image {
  max-height: 130px;
}


.o-box-products__title-and-price-wrapper {
  width: 100%;
  padding: 0;
}

.o-box-products__title-and-price-wrapper .price-value {
  font-size: 14px;
  font-weight: bold;
}

.o-box-products__title-and-price-wrapper .product-prices {
  width: 60%;
  text-align: left;
}


.o-box-products__title, .o-box-products__product-title, .o-box-products__product-title-wrapper {
  justify-content: center;
  text-align: center;
  margin: 0 0 4px 0;
  height: 32px;
  color: #333333;
  overflow: hidden;
  font-size: 12px;
}


.c-box-custom-products__title-link {
  color: #333333;
  max-height: inherit;
  font-weight: inherit;
  overflow: inherit;
}


.c-box-new-products__rss-feed {
  justify-content: flex-start;
  align-items: center;
  color: #333333;
}

.c-box-new-products__rss-feed:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0b7";
  font-size: 10px;
  color: #333333;
  margin-right: 5px;
}

.c-box-new-products__rss-feed::before {
  color: #333333;
}


.c-box-news__subscribe-link {
  display: inline-block;
  color: #333333;
}

.c-box-news__subscribe-link:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0b7";
  font-size: 10px;
  color: #333333;
  margin-right: 5px;
}

.c-box-news__subscribe-link::before {
  color: #333333;
}


.c-box-brands__list {
  background: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
}


.c-box-brands__brand-image {
  max-width: 100%;
  height: auto;
  max-height: 45px;
}


.bx-wrappper .c-box-brands__brand-link {
  margin: 0;
}


.layout-type-wide .c-box-brands {
  margin-bottom: 20px;
}


.c-box-bestsellers__product form {
  display: flex;
}

.c-box-bestsellers__product .c-product-grid__buy-product-button {
  width: 100%;
}


.c-box-brands__brand-name {
  width: 100%;
}


.c-box-brands__brand-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}


.c-box-brands__brand-link {
  width: 12.5%;
  padding: 0 6px;
}


.c-box-brands__brand-link-wrapper {
  color: #333333;
}


.c-box-blog-articles__details-title-link {
  font-size: 16px;
  color: #ff5500;
  font-weight: normal;
}


.c-box-blog-articles__date {
  font-size: 12px;
  padding: 0 0 5px 20px;
  text-align: left;
  color: #333333;
  opacity: 0.8;
}


.c-box-blog-articles__item {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  padding: 0 10px 0 0;
}


.c-box-blog-articles__image-wrapper {
  width: 34%;
}


.c-box-blog-articles__title-and-date-wrapper {
  width: 66%;
}


.c-box-blog-articles__details-wrapper {
  width: 100%;
}


.c-box-blog-articles__details-title {
  padding: 0 0 5px 20px;
  margin: 0;
  text-align: left;
}


.c-box-blog-articles__view-all-articles {
  padding: 6px 0 10px 0;
  justify-content: flex-end;
}


.c-box-blog-articles__view-all-articles-link {
  color: white;
  background: #ff5500;
  border-color: #ff5500;
  font-weight: normal;
  padding: 6px 10px;
  border-radius: 0;
}

.c-box-blog-articles__view-all-articles-link:hover {
  background: #ff5500;
}


.c-box-blog-articles__title-wrapper {
  padding: 8px 0;
  justify-content: flex-start;
}


.o-box-products .c-product-price__discount-precent-wrapper {
  top: 10px;
  right: 10px;
}


.o-box-products .c-product-price__discount-precent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: white;
  background: #ff5500;
  border: none;
  border-radius: 0;
}


.c-box-mini-cart__view-checkout-button {
  display: flex;
  justify-content: flex-end;
}


.c-box-mini-cart-items__item-name {
  word-break: normal;
}


/*
 * Star New Products Box
 */
.c-box-new-products__wrapper {
  flex-direction: column;
  align-items: center;
}


.c-box-new-products__title-and-price-wrapper {
  width: 100%;
}


/*
 * End New Proiducts Box
 */
/*
 * Start Tabs Box
 */
.c-box-tabs .c-box-mega-tabs__separator {
  display: none;
}

.c-box-tabs .c-box-mega-tabs__navigation-list {
  display: flex;
  justify-content: center;
  border-bottom: none;
  margin: 0;
}

.c-box-tabs .c-box-mega-tabs__navigation {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding: 10px 5px;
  margin: 0;
}
.c-box-tabs .c-box-mega-tabs__navigation:hover {
  background-color: rgba(0, 0, 0, 0);
}
.c-box-tabs .c-box-mega-tabs__navigation:hover .c-box-mega-tabs__navigation-link {
  color: #ff5500;
}
.c-box-tabs .c-box-mega-tabs__navigation .c-box-mega-tabs__navigation-link {
  font-size: 16px;
  font-weight: normal;
}
.c-box-tabs .c-box-mega-tabs__navigation.ui-tabs-selected {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid;
  border-color: #ff5500;
}
.c-box-tabs .c-box-mega-tabs__navigation.ui-tabs-selected .c-box-mega-tabs__navigation-link {
  color: #39b54a;
}

.c-box-tabs .o-box-products__wrapper {
  flex-direction: column;
  align-items: center;
}

.c-box-tabs .o-box-products__list {
  padding: 10px 0;
}

.c-box-tabs .o-box-products__title-and-price-wrapper {
  width: 100%;
  margin: 5px 0 0 0;
}

.c-box-tabs .o-box-products__title, .c-box-tabs .o-box-products__product-title, .c-box-tabs .o-box-products__product-title-wrapper {
  font-size: 14px;
  height: 40px;
  padding: 5px 0;
  margin-bottom: 15px;
  color: #333333;
}

.c-box-tabs .c-box-mega-tabs__content {
  padding: 35px 0 0 0;
  margin: 0;
}

.c-box-tabs .c-box-mega-tabs__item-content {
  padding: 20px;
  background-color: white;
}

.c-box-tabs .product-prices {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

.c-box-tabs .c-price-include-taxes__final-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.c-box-tabs .c-price-include-taxes__final-price-with-tax, .c-box-tabs .c-price-include-taxes__final-price-price-list {
  display: none;
}


/*
 * End Tabs Box
 */
/*
 * Start Featured Boxes
 */
.products-per-row-5 .c-layout-main--wide .o-box-products__wrapper {
  width: 20%;
}


@media only screen and (max-width: 1110px) {
  .products-per-row-5 .c-layout-main--wide .o-box-products__wrapper {
  width: 48%;
}
}


.c-layout-main--wide .o-box-products__wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.c-layout-main--wide .o-box-products__title a, .c-layout-main--wide .o-box-products__product-title a, .c-layout-main--wide .o-box-products__product-title-wrapper a {
  text-align: center;
  justify-content: center;
}


/*
 * End Featured Boxes
 */
/*
 * Start releated products
 */
.c-related-products .c-product-list__details {
  width: 100%;
}

.c-related-products .c-product-list__availability {
  display: none;
}


/*
 * End releated products
 */
/*
 * Boxes at thin column
 */
.c-layout-main--thin {
  /*
 * Start Accordeon Categories in thin column
 */

  /*
 * Border on Main Categories only
 */

  /*
 * Change the color of selected subcategory
 */

  /*
 * Main Categories Style
 */

  /*
 * Subcategories Style
 */

  /*
 * End Accordeon Categories in thin column
 */

}

.c-layout-main--thin .c-box-categories__category {
  width: 100%;
  margin: 0;
}

.c-layout-main--thin .c-box-categories__category-title-link {
  flex-direction: row;
  font-size: 14px;
  color: #333333;
}

.c-layout-main--thin .c-box-categories__category-name {
  color: #333333;
  font-weight: normal;
}

.c-layout-main--thin .c-box-categories__category-product-count {
  color: #333333;
}

.c-layout-main--thin .c-box-categories__category-image {
  display: none;
}

.c-layout-main--thin .c-box-accordion-categories {
  margin-left: -10px;
}

.c-layout-main--thin .c-box-accordion-subcategories__toggle {
  width: 18px;
  height: 18px;
  background: none;
  border-radius: 0;
  margin-right: 2px;
  padding: 0;
}
.c-layout-main--thin .c-box-accordion-subcategories__toggle:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e02f";
  font-size: 10px;
  color: black;
  margin-right: 5px;
}
.c-layout-main--thin .c-box-accordion-subcategories__toggle::before {
  color: #333333;
  margin-right: 0px;
  margin-left: 4px;
}

.c-layout-main--thin .c-box-accordion-subcategories__toggle.is-open:before, .c-layout-main--thin .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__toggle:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e02d";
  font-size: 10px;
  color: black;
  margin-right: 5px;
}
.c-layout-main--thin .c-box-accordion-subcategories__toggle.is-open::before, .c-layout-main--thin .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__toggle::before {
  color: #333333;
  margin-right: 0;
  margin-left: 1px;
  margin-top: 2px;
}

.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper {
  margin-bottom: 4px;
  border-bottom-width: 0;
  border-style: solid;
  border-color: #333333;
  border-radius: 0;
}

.c-layout-main--thin .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .is-open {
  color: #333333 !important;
  font-weight: bold;
}

.c-layout-main--thin .c-box-accordion-subcategories__wrapper {
  background: white;
}

.c-layout-main--thin .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__category-link {
  color: #333333;
}
.c-layout-main--thin .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__toggle::before {
  color: #333333;
}
.c-layout-main--thin .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__category-icon img {
  filter:  unquote("brightness(0) invert(1)");
}

.c-layout-main--thin .c-box-accordion-subcategories__category-icon img {
  filter:  unquote("brightness(0) invert(1)");
}

.c-layout-main--thin .c-box-accordion-subcategories__category-link {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 6px 0 6px 5px;
  color: #333333;
}

.c-layout-main--thin .c-box-accordion-subcategories__category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.c-layout-main--thin .c-box-accordion-subcategories__category-icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper {
  /*
 * All levels of sub-categories
 */
  /*
 * First level of subcategories
 */
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper {
  background: white;
  padding: 0;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-link {
  padding-left: 22px;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-link::before {
  content: none;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__category-link:hover {
  color: black;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content {
  background-color: white;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper {
  margin-bottom: 1px;
  /*
 * Second level of subcategories
 */
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper:first-of-type {
  margin-top: 1px;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__category-link {
  padding-left: 32px;
}
.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__category-link {
  padding-left: 42px;
}

.c-layout-main--thin .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper:last-child .c-box-accordion-subcategories__category-link {
  border-bottom: 0;
}


.c-box-accordion-subcategories__toggle {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 20px;
  margin-right: 2px;
  padding: 0;
}

.c-box-accordion-subcategories__toggle:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e02f";
  font-size: 10px;
  color: #2469ac;
  margin-right: 5px;
}

.c-box-accordion-subcategories__toggle::before {
  color: #333333;
  margin-right: 0px;
  margin-left: 4px;
}


.c-box-accordion-subcategories__toggle.is-open:before, .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__toggle:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e02d";
  font-size: 10px;
  color: #2469ac;
  margin-right: 5px;
}

.c-box-accordion-subcategories__toggle.is-open::before, .c-box-accordion-subcategories__wrapper.is-open-accordion .c-box-accordion-subcategories__toggle::before {
  color: #333333;
  margin-right: 0;
}


.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content .c-box-accordion-subcategories__wrapper .c-box-accordion-subcategories__toggle::before {
  content: "\e02f";
}


.c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .is-open::before {
  content: "\e02d";
}


.c-layout-main--thin .c-box-accordion-categories > .c-box-accordion-subcategories__box-content > .c-box-accordion-subcategories__wrapper > .c-box-accordion-subcategories__box-content {
  padding-right: 6px;
}


/*
 * Boxes at thin column
 */
/*
 * Boxes at bottom position
 */
.c-layout-bottom .o-box-title-wrapper, .c-layout-main--thin .o-box-title-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
  padding-bottom: 10px;
}

.c-layout-bottom .o-box-products__wrapper, .c-layout-main--thin .o-box-products__wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
}

.c-layout-bottom .o-box-products__image-link, .c-layout-bottom .o-box-products__product-image-link, .c-layout-main--thin .o-box-products__image-link, .c-layout-main--thin .o-box-products__product-image-link {
  align-items: flex-start;
  margin: 0 auto 5px;
  height: auto;
  min-height: 75px;
  height: 180px;
}
.c-layout-bottom .o-box-products__image-link .o-box-products__image, .c-layout-bottom .o-box-products__image-link .o-box-products__product-image, .c-layout-bottom .o-box-products__product-image-link .o-box-products__image, .c-layout-bottom .o-box-products__product-image-link .o-box-products__product-image, .c-layout-main--thin .o-box-products__image-link .o-box-products__image, .c-layout-main--thin .o-box-products__image-link .o-box-products__product-image, .c-layout-main--thin .o-box-products__product-image-link .o-box-products__image, .c-layout-main--thin .o-box-products__product-image-link .o-box-products__product-image {
  max-width: 100%;
  max-height: 180px;
}

.c-layout-bottom .o-box-products__title-and-price-wrapper, .c-layout-main--thin .o-box-products__title-and-price-wrapper {
  width: 100%;
  padding: 0;
}
.c-layout-bottom .o-box-products__title-and-price-wrapper .price-value, .c-layout-main--thin .o-box-products__title-and-price-wrapper .price-value {
  font-size: 14px;
  font-weight: bold;
}

.c-layout-bottom .o-box-products__title, .c-layout-bottom .o-box-products__product-title, .c-layout-main--thin .o-box-products__title, .c-layout-main--thin .o-box-products__product-title {
  justify-content: center;
  text-align: left;
  margin: 0 0 4px 0;
  height: 32px;
  color: #333333;
  font-size: 12px;
}

.c-layout-bottom .c-box-new-products__rss-feed, .c-layout-main--thin .c-box-new-products__rss-feed {
  justify-content: flex-start;
  align-items: center;
}
.c-layout-bottom .c-box-new-products__rss-feed:before, .c-layout-main--thin .c-box-new-products__rss-feed:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0b7";
  font-size: 10px;
  color: #333333;
  margin-right: 5px;
}
.c-layout-bottom .c-box-new-products__rss-feed::before, .c-layout-main--thin .c-box-new-products__rss-feed::before {
  color: #333333;
}

.c-layout-bottom .c-box-news__subscribe-link, .c-layout-main--thin .c-box-news__subscribe-link {
  display: inline-block;
}
.c-layout-bottom .c-box-news__subscribe-link:before, .c-layout-main--thin .c-box-news__subscribe-link:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0b7";
  font-size: 10px;
  color: #333333;
  margin-right: 5px;
}
.c-layout-bottom .c-box-news__subscribe-link::before, .c-layout-main--thin .c-box-news__subscribe-link::before {
  color: #333333;
}

.c-layout-bottom .c-box-brands__list, .c-layout-main--thin .c-box-brands__list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.c-layout-bottom .c-box-brands__brand-link, .c-layout-main--thin .c-box-brands__brand-link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.c-layout-bottom .c-box-brands__view-all-brands-link, .c-layout-main--thin .c-box-brands__view-all-brands-link {
  display: inline;
  color: #333333;
  font-size: 12px;
}
.c-layout-bottom .c-box-brands__view-all-brands-link:hover, .c-layout-main--thin .c-box-brands__view-all-brands-link:hover {
  text-decoration: underline;
}


/*
 * Boxes at bottom position
 */
/*
 * ***** Start Subcategories box in mega menu *****
 */
.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level {
  display: flex;
  width: 100%;
  margin: 0;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 100%;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid {
  height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  max-width: 33.33%;
  width: 100%;
  padding: 0 6px 0 0;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link {
  font-weight: normal;
  margin: 0 0 5px 6px;
  font-size: 13px;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 15px 0;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__box-content {
  height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  display: flex;
  flex-wrap: wrap;
  max-width: 33.33%;
  width: 100%;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid {
  width: 100%;
}


.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid {
  max-width: 50%;
}


.c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content {
  max-height: 560px;
  flex-direction: column;
  overflow: hidden;
}


.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link {
  margin: 15px 0 7px;
  font-size: 13px;
}

.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link:first-of-type, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link:first-of-type, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid.is-main-category .c-subcategory-with-level__category-name-link:first-of-type {
  margin-top: 0;
}


.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link {
  font-size: 13px;
}


.c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid {
  max-width: 25%;
}


.c-box-main-menu__list .c-mega-menu__rows-list {
  left: 280px;
  top: 0;
  width: 940px;
  max-width: 940px;
  border: none;
  height: auto;
  overflow: visible !important;
  min-height: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
}


.menu-item-mega-menu:hover .c-box-main-menu__item-link::before {
  display: none;
}


.c-mega-menu__content-box .c-subcategory-with-level__category-name-link:hover {
  color: #ff5500;
}


@media only screen and (min-width: 1110px) {
  .c-box-main-menu__list > li > ul {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}


.c-box-main-menu__list > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}


.c-box-main-menu {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}


.dynamic-page-index .c-box-main-menu {
  pointer-events: auto;
  opacity: 1;
}


.c-header__menu-tree:hover .c-box-main-menu {
  opacity: 1;
  pointer-events: auto;
}
}


@media screen and (min-width:1110px) {
  .c-box-main-menu__list > li:hover > ul {
  display: block;
}
}


@media only screen and (max-width: 1110px) {
  .c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid {
  max-width: 50%;
}


.c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content {
  max-height: inherit;
  flex-direction: inherit;
}


.c-mega-menu__content-box[style="width:25%;"] .c-subcategory-with-level__categoryid.is-main-category, .c-mega-menu__content-box[style="width:50%;"] .c-subcategory-with-level__categoryid.is-main-category, .c-mega-menu__content-box[style="width:75%;"] .c-subcategory-with-level__categoryid.is-main-category, .c-mega-menu__content-box[style="width:100%;"] .c-subcategory-with-level__categoryid.is-main-category {
  width: 100%;
  max-width: 100%;
  display: flex;
  min-width: 100%;
  margin: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0 !important;
}

.c-mega-menu__content-box[style="width:25%;"] .c-subcategory-with-level__categoryid.is-main-category:first-of-type, .c-mega-menu__content-box[style="width:50%;"] .c-subcategory-with-level__categoryid.is-main-category:first-of-type, .c-mega-menu__content-box[style="width:75%;"] .c-subcategory-with-level__categoryid.is-main-category:first-of-type, .c-mega-menu__content-box[style="width:100%;"] .c-subcategory-with-level__categoryid.is-main-category:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}


.mobile-menu-item-nav .c-box-main-menu {
  overflow: visible !important;
}
}


@media only screen and (max-width: 640px) {
  .c-mega-menu__content-box[style="width:50%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:75%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid, .c-mega-menu__content-box[style="width:100%;"] .c-box-subcategories-with-level > .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid {
  max-width: 50%;
}
}


/*
 * ***** End Subcategories box in mega menu *****
 */
/*
 * Start Boxes in Mega menu
 */
.c-mega-menu__rows-list {
  /*
 * Start Subcategory with levels Box in Mega menu
 */

  /*
 * End Subcategory with levels Box in Mega menu
 */

}

.c-mega-menu__rows-list .c-box.o-box-products {
  display: none !important;
}

.c-mega-menu__rows-list .c-mega-menu__row {
  background-color: inherit;
}

.c-mega-menu__rows-list .c-box-brands__brand-name {
  padding: 0;
}

.c-mega-menu__rows-list .c-mega-menu__title-box {
  color: black;
  font-size: 14px;
  display: none;
}

.c-mega-menu__rows-list .c-box-brands__brand-link {
  padding: 0;
  margin: 0;
  color: black;
}

.c-mega-menu__rows-list .c-box-brands__list {
  border-bottom: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

.c-mega-menu__rows-list .o-box-products__wrapper {
  width: 50%;
}

.c-mega-menu__rows-list .o-box-products__image-link, .c-mega-menu__rows-list .o-box-products__product-image-link {
  width: 100%;
}

.c-mega-menu__rows-list .o-box-products__title-and-price-wrapper {
  width: 100%;
  padding: 10px 0 0 0;
}

.c-mega-menu__rows-list .o-box-products__title, .c-mega-menu__rows-list .o-box-products__product-title, .c-mega-menu__rows-list .o-box-products__product-title-wrapper {
  text-align: center;
  justify-content: center;
}

.c-mega-menu__rows-list .o-box-products__title-and-price-wrapper .product-prices, .c-mega-menu__rows-list .o-box-products__product .product-prices {
  text-align: right;
}

.c-mega-menu__rows-list .o-box-products__image-link .o-box-products__image, .c-mega-menu__rows-list .o-box-products__image-link .o-box-products__product-image, .c-mega-menu__rows-list .o-box-products__product-image-link .o-box-products__image, .c-mega-menu__rows-list .o-box-products__product-image-link .o-box-products__product-image {
  max-height: 100%;
  max-width: 100%;
}

.c-mega-menu__rows-list .c-box-upsell-products__buy-product-button {
  justify-content: flex-end;
}

.c-mega-menu__rows-list .c-box-blog-articles__item {
  width: 100%;
}

.c-mega-menu__rows-list .c-box-blog-articles__image-wrapper {
  width: 100%;
}

.c-mega-menu__rows-list .c-box-blog-articles__title-and-date-wrapper {
  width: 100%;
}

.c-mega-menu__rows-list .c-box-blog-articles__details-wrapper, .c-mega-menu__rows-list .c-box-blog-articles__view-all-articles {
  display: none;
}

.c-mega-menu__rows-list .c-box-blog-articles__details-title {
  padding: 0;
  text-align: center;
}

.c-mega-menu__rows-list .c-box-blog-articles__details-title-link {
  font-size: 14px;
}

.c-mega-menu__rows-list .c-box-blog-articles__date {
  padding: 4px 0;
  text-align: center;
}

.c-mega-menu__rows-list .c-box-categories__category-title-link {
  position: relative;
  color: black;
}
.c-mega-menu__rows-list .c-box-categories__category-title-link::before {
  content: none;
}

.c-mega-menu__rows-list .c-box-categories__category-title-link::before {
  position: absolute;
  top: 6px;
  left: 0;
}

.c-mega-menu__rows-list .c-box-categories__category-name-wrapper {
  padding-left: 12px;
}

.c-mega-menu__rows-list .c-box-categories__base-category-image-wrapper {
  display: none;
}

.c-mega-menu__rows-list .c-box-categories__category-image {
  display: none;
}

.c-mega-menu__rows-list .c-subcategory-with-level__box-content {
  margin: 0 0 10px 0;
  /*
 * First level
 */
  /*
 * Second level and deep
 */
  /*
 * Common style for links
 */
}
.c-mega-menu__rows-list .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link {
  font-size: 14px;
  font-weight: normal;
  margin-top: 14px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
.c-mega-menu__rows-list .c-subcategory-with-level__box-content .c-subcategory-with-level__box-content {
  margin: 0 0 0 10px;
}
.c-mega-menu__rows-list .c-subcategory-with-level__box-content .c-subcategory-with-level__box-content .c-subcategory-with-level__category-name-link {
  font-size: 13px;
  font-weight: normal;
  display: inline;
}
.c-mega-menu__rows-list .c-subcategory-with-level__box-content .c-subcategory-with-level__category-name-link::before {
  content: none;
}


@media only screen and (max-width: 640px) {
  .c-mega-menu__rows-list .c-mega-menu__title-box {
  order: unset;
  display: flex;
}


.c-mega-menu__title-box span {
  margin-top: 10px;
  padding-top: 5px;
}


.c-mega-menu__rows-list .c-mega-menu__content-box {
  order: unset;
}


.c-box-dd-categories__subcategory-item-link > span {
  margin-right: 0;
  white-space: normal;
  justify-content: flex-end;
  word-break: normal;
}
}


/*
 * End Boxes in Mega menu
 */
/*
 * ** End Boxes **
 */
/*
 * ** Start column bottom **
 */
.c-layout-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e9e9e9;
  background: white;
  padding: 30px 20px 60px 20px;
}

.c-layout-bottom .c-box-brands__brand-link {
  width: 50%;
}

.c-layout-bottom .c-box-brands__list {
  flex-direction: inherit;
}

.c-layout-bottom .c-layout-wrapper .c-box {
  padding: 0 20px;
}
.c-layout-bottom .c-layout-wrapper .c-box-news .c-box-news__news-title-link, .c-layout-bottom .c-layout-wrapper .c-box-news .c-box-news__news-date {
  color: #323431;
}
.c-layout-bottom .c-layout-wrapper .c-box-news .c-box-news__news-teaser-link {
  margin: 0;
}


/*
 * ** End column bottom **
 */
/*
 * Other pages
 */
.c-promotion-grid-page__promotion-header {
  display: flex;
  margin-bottom: 20px;
}


.c-promotion-grid-page__promotion-image-grid {
  width: 34%;
}


.c-promotion-grid-page__promotion-description {
  width: 66%;
  padding-left: 14px;
}


.c-promotion-countdown__date {
  font-size: 18px;
  font-weight: bold;
}


.c-promotion-countdown__days {
  margin-right: 4px;
}


.c-search-grid-page__section-title {
  display: none;
}


.c-search-grid-page__modify-search {
  margin-bottom: 20px;
}


.c-search-grid-page__modify-search-link {
  padding: 6px 10px;
  color: white;
  background: #ff5500;
}

.c-search-grid-page__modify-search-link:hover {
  color: white;
  background: #ff5500;
}


.c-one-page-checkout__shipping-methods-title, .c-one-page-checkout__billing-methods-title {
  width: 100%;
}


.c-custom-select-image__target {
  display: none;
}


.c-one-page-checkout__billing-methods-payment, .c-one-page-checkout__shipping-methods-shipping {
  border: none;
  width: 100%;
  margin-left: auto;
}


.c-one-page-checkout__billing-shipping-methods-list .c-custom-select-image__list {
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  border: none;
  width: 100%;
  height: 100% !important;
  padding: 7px !important;
  margin-top: 0;
}

.c-one-page-checkout__billing-shipping-methods-list .c-custom-select-image__option:hover {
  background: rgba(0, 0, 0, 0);
}

.c-one-page-checkout__billing-shipping-methods-list .c-custom-select-image__option {
  width: 100%;
  cursor: pointer;
}
.c-one-page-checkout__billing-shipping-methods-list .c-custom-select-image__option:hover {
  background: #f1f1f1;
}

.c-one-page-checkout__billing-shipping-methods-list .c-custom-select-image__option::before {
  content: "";
  margin-right: 10px;
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/radio-unchecked-big.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
}

.c-one-page-checkout__billing-shipping-methods-list .c-custom-select-image__option.selected::before {
  margin-right: 10px;
  background: rgba(0, 0, 0, 0) url("/skins/techno_express/customer/images/radio-checked-big.png?rev=8dcbfcdf9abde0253b98b9d680a59046cca00894") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
}


.c-one-page-checkout__terms-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.c-one-page-checkout__terms-checkbox-wrapper .u-input-error-note {
  order: 3;
  margin-left: 0;
  text-align: right;
}


/*
 * ** Start Footer **
 */
.c-footer__all-categories-list {
  display: flex;
  width: 100%;
  padding: 40px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
}


.c-footer__all-categories-column {
  width: 25%;
}


.c-footer__all-categories {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto 20px auto;
}


.c-footer__category-link {
  color: white;
}


.c-footer__category-link {
  margin-bottom: 6px;
  display: block;
  font-size: 13px;
}

.c-footer__category-link.c-footer__node-level--0 {
  color: #ff5500;
  font-weight: bold;
}

.c-footer__category-link.c-footer__node-level--1 {
  margin-left: 10px;
}

.c-footer__category-link.c-footer__node-level--2 {
  margin-left: 20px;
}

.c-footer__category-link.c-footer__node-level--3 {
  margin-left: 30px;
}

.c-footer__category-link:hover {
  color: #ff5500;
}


.c-footer__category-link:before {
  color: white;
}


@media only screen and (max-width: 1110px) {
  .c-footer__all-categories {
  width: 100%;
}


.c-footer__all-categories-list {
  display: flex;
  flex-wrap: wrap;
}
}


.c-footer__gdpr {
  max-width: 1180px;
  padding: 10px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
}


.c-footer__gdpr-link:before {
  top: 2px;
}


.c-footer__back-top-button {
  right: 5%;
  bottom: 5%;
}


.c-footer__logo {
  max-width: 300px;
  height: auto;
}


.c-footer__subscribe-wrapper {
  display: flex;
  justify-content: center;
  min-height: 155px;
  padding: 25px;
  background-color: #f8f8f8;
}


.c-footer__payments-and-subscribe {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #9b9b9b;
}


.c-footer__payments-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}


.c-footer__payment-methods-logos-list {
  margin-bottom: 0;
}


.c-footer__newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}


.c-footer__newsletter-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #ff5500;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}


.c-footer__newsletter-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.c-footer__newsletter-text {
  font-size: 16px;
  padding-top: 3px;
}


.c-footer__newsletter-content {
  max-height: none;
}


.c-footer__newsletter-input {
  border-radius: 0 !important;
  min-width: 380px;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ff5500 !important;
  height: 35px;
}


.c-footer__subscribe-button-submit {
  padding: 7px 15px 6px 15px;
  margin-left: 5px;
  border-radius: 0;
  text-transform: uppercase;
}


.c-footer__newsletter-input, .c-footer__subscribe-button-submit {
  font-size: 16px !important;
}


.c-footer__content-list {
  padding: 30px 20px;
  background-color: #333333;
}


.c-footer__menu-links-list {
  justify-content: flex-end;
}


.c-footer__menu-link-column {
  padding: 10px;
}


.c-footer__menu-links {
  display: flex;
  align-items: center;
  font-size: 14px;
  opacity: 0.6;
  width: fit-content;
  width: -moz-fit-content;
  transition: all 0.4s ease;
  white-space: normal;
  color: white;
}

.c-footer__menu-links:hover {
  opacity: 1;
}


.c-footer__menu-title {
  font-size: 16px;
  font-weight: bold;
  color: #ff5500;
  margin-bottom: 15px;
  padding: 7px 0 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
}


.c-footer__links {
  max-width: inherit;
  width: 70%;
}


.c-footer__copyright-and-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 4px;
}


.c-footer__company-info-row .c-header__logo-text {
  padding: 0;
  font-size: 28px !important;
}

.c-footer__company-info-row .c-header__contacet-row {
  padding-left: 0;
}


.c-footer__contact-wrapper {
  margin-top: 15px;
}


.c-footer__social-networks {
  margin-top: 20px;
  display: flex;
  align-items: center;
}


.c-footer__social-icons {
  margin-right: 15px;
}


.c-footer__powerеd-seliton {
  width: 100%;
  justify-content: center;
  padding: 15px 20px;
}


.c-footer__powerеd-seliton-link {
  font-weight: normal;
  font-size: 11px;
  opacity: 0.6;
}


#powered {
  display: none;
}


/*
 * ** End Footer **
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-box-deals-of-the-day__list {
  display: block;
}


select::-ms-expand {
  display: none;
}


.c-quick-buy__list {
  max-width: 400px;
}


.c-header__wishlist-link {
  display: block;
}


.c-form-page__form-field input[type="radio"] {
  width: auto;
}


.c-category-banner__menu .c-category-banner__menu-text {
  min-width: 200px;
}
}


/*
 * ** Start Resposive **
 */
@media only screen and (max-width: 1110px) {
  /*
 * Header
 */
.mobile-menu-item-nav .c-box-main-menu {
  width: 100vw;
  left: 0;
  border-radius: 0;
}

.mobile-menu-item-nav .c-box-main-menu__item, .mobile-menu-item-nav .c-box-dd-categories__item {
  height: inherit;
  flex-wrap: wrap;
}

.mobile-menu-item-nav .c-box-dd-categories__subcategory-list {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.mobile-menu-item-nav .c-box-main-menu__item-link {
  height: 46px;
}

.mobile-menu-item-nav .c-box-main-menu__mobile-control {
  height: 46px;
  width: 46px;
  z-index: 99;
  cursor: pointer;
}

.mobile-menu-item-nav .c-box-main-menu__item:hover, .mobile-menu-item-nav .c-box-dd-categories__item:hover, .mobile-menu-item-nav .c-box-main-menu__item-link:hover, .mobile-menu-item-nav .c-box-dd-categories__subcategory-item-link, .mobile-menu-item-nav .c-box-main-menu__item:active {
  background: rgba(0, 0, 0, 0);
  color: #ff5500 !important;
  border-bottom-color: #ff5500;
}

.mobile-menu-item-nav .c-box-dd-categories__item, .mobile-menu-item-nav .c-box-dd-categories__subcategory-list, .mobile-menu-item-nav .c-box-main-menu__item {
  padding: 2px 8px;
}

.mobile-menu-item-nav .c-box-main-menu__item:hover::after {
  content: none;
}

.mobile-menu-item-nav .c-mega-menu__rows-list {
  left: 0 !important;
  width: 100%;
}


.dynamic-page-index .c-box-main-menu {
  display: none;
}


/*
 * Product Page
 */
.c-product-page__product-name-title-wrapper {
  order: 1;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}


.c-product-page__product-name, .c-product-page__product-name-title-wrapper .c-promotion-countdown__wrapper {
  width: 100%;
}


.c-product-page__images-block {
  width: 100%;
}


.product-page-description-price-block {
  width: 100%;
  flex-direction: column-reverse;
}


.c-product-page__buy-section {
  width: 100%;
}


.c-product-page__additional-info-section {
  width: 100%;
  padding: 0;
}


/*
 * Boxes
 */
.o-layout--vertical.c-layout-main--thin .c-box {
  padding: 10px;
}


.o-box-products__wrapper {
  width: 100%;
  margin-bottom: 8px;
  max-width: inherit;
}


.c-box-blog-articles__item {
  width: 100%;
}


.c-box-brands__brand-link {
  width: 46%;
}


.c-box-promotions__promotions {
  display: flex;
  flex-wrap: wrap;
}


.c-box-promotions__promotion-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}


.c-box-promotions__promotion-link {
  display: flex;
  flex-wrap: wrap;
}


.c-box-promotions__promotion-title, .c-box-promotions .c-box-promotions__promotion-countdown {
  width: 100%;
}


/*
 * Footer
 */
.c-footer__payments-and-subscribe {
  background: rgba(0, 0, 0, 0);
  padding: 0 0 10px 0;
}


.c-footer__newsletter-form {
  width: 100%;
  max-width: inherit;
  flex-wrap: wrap;
  justify-content: space-between;
}


.c-footer__newsletter-title {
  padding: 0 0 6px 0;
}


.c-footer__payments-logos {
  width: 100%;
  padding: 16px 0 10px 0;
}


.c-footer__copyright-and-bottom-menu {
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}


.c-footer__powerеd-seliton {
  width: 100%;
  padding: 6px 0;
}


.c-footer__links {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}


.c-footer__menu-links-list {
  justify-content: flex-start;
}


.c-footer__company-info-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*
 * Banners
 */
.dynamic-page-index .c-bxslider {
  padding-left: 0;
}


.c-category-banner__menu {
  display: none;
}


.c-category-banner {
  display: none !important;
}


.c-header__profile-not-logged-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}


.c-header__profile-not-logged-buttons {
  width: 100%;
  max-width: 320px;
  min-width: 250px;
}
}


@media screen and (min-width: 1110px) and (max-width: 1325px) {
  .dynamic-page-index .o-layout--vertical.c-layout-main--wide, .dynamic-page-index .c-category-banner__menu-inner {
  max-width: 1010px;
  margin: 0 auto;
}
}


@media only screen and (max-width: 1110px) {
  .c-header__nav-wrapper {
  display: none;
}


.c-footer__newsletter-content {
  flex-wrap: wrap;
}


.c-featured-category__title-wrapper, .c-featured-category__link {
  width: 100%;
  justify-content: center;
}


.c-product-grid__product-details .product-prices {
  width: 100%;
  justify-content: center;
}

.c-product-grid__product-details .product-prices div {
  justify-content: center;
}


.o-box-products__rating-wrapper {
  width: 100%;
  text-align: center;
}


.c-footer__newsletter-input {
  min-width: unset;
  width: 100%;
}


.c-footer__subscribe-button-submit {
  margin-left: 0;
}


.c-footer__subscribe-button {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}


.c-footer__newsletter-input {
  margin-top: 10px;
}


.c-footer__newsletter-text-wrapper {
  text-align: center;
}


.c-footer__links {
  flex-wrap: wrap;
}


.c-footer__menu-title {
  width: 100%;
}


.c-footer__menu-link-column {
  width: 50%;
}


.c-related-products__item {
  width: 50% !important;
}


.c-product-page__product-description {
  padding: 10px;
}


.c-view-cart__button-continue-shopping-wrapper {
  display: none;
}


.c-view-cart__coupon {
  padding: 2px 10px;
}


.c-view-cart__coupon-code {
  margin: 0 auto 10px auto;
  max-width: 230px;
  width: 100%;
}


.c-view-cart__button-add-coupon {
  padding: 0;
  top: 0;
}


.c-view-cart__coupon-button-list {
  margin: 10px 0 0 0;
}


.c-view-cart__input-coupon {
  width: 100%;
}


.c-one-page-checkout__shipping-methods-title, .c-one-page-checkout__billing-methods-title {
  width: 100%;
}


.c-one-page-checkout__billing-methods-payment, .c-one-page-checkout__shipping-methods-shipping {
  width: 100%;
}


.c-breadcrumb {
  background: white;
}


.mobile-menu-item-cart {
  position: relative;
}

.mobile-menu-item-cart .c-header__cart-items-count {
  position: absolute;
  top: 0;
  right: 0;
}


.c-sort-view__megashop-sort-view-list {
  flex-wrap: wrap;
  height: unset;
  width: 100%;
}


.c-sort-view__megashop-sort-view-item {
  width: 100%;
  height: unset;
  margin: 0 0 10px 0;
}


.c-sort-view__megashop-sort-view-link {
  width: 100%;
  background: #f8f8f8;
}


.c-sort-by {
  height: unset;
}


.c-sort-by.is-second {
  justify-content: center;
}


.c-sort-view__sort-by-products-per-page {
  margin-bottom: 6px;
}


#responsive-filters.c-box-filter__mobile-filters {
  border-width: 2px;
  border-style: solid;
  border-color: #ff5500;
  color: #39b54a;
  cursor: pointer;
}

#responsive-filters.c-box-filter__mobile-filters::after {
  border-style: solid;
  border-color: #ff5500;
  border-width: 0 3px 3px 0;
}


.c-category__filter-pager-buttons {
  margin: 20px 0;
}


.c-header__language {
  margin: 0;
}


.c-header__phone-number {
  color: #333333;
}


.c-header__search_input {
  border-color: #ff5500 !important;
  padding-right: 45px !important;
}


footer .c-header__phone-number {
  color: white;
}


.c-category-subcategories {
  width: 50%;
  height: unset;
  min-height: 100px;
}


.o-title__page-title-content, .c-featured-category__title-content-link {
  justify-content: center;
  padding: 0 20px;
}


.c-categories__page-title-wrapper {
  width: 100%;
}


.c-search-grid-page__modify-search {
  display: flex;
  justify-content: center;
}


.c-popup-quick-buy__wrapper {
  max-width: 300px;
  padding: 10px;
}

.c-popup-quick-buy__wrapper .c-popup-quick-buy__ok-button {
  max-width: 200px;
  margin: 0 auto;
}

.c-popup-quick-buy__wrapper .c-popup-quick-buy__message {
  border-bottom: 1px solid black;
  text-align: center;
}


.c-header__mobile-top-menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.c-header__mobile-top-menu .c-header__top-menu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  background: #f8f8f8;
}

.c-header__mobile-top-menu .c-header__top-menu-line {
  width: 100%;
  margin: 0;
  border-top: 1px solid black;
  background: #f8f8f8;
}

.c-header__mobile-top-menu .c-header__top-menu-line .c-header__top-menu-link {
  color: black !important;
}

.c-header__mobile-top-menu .c-header__top-menu-row {
  display: flex;
  width: unset;
  height: 100%;
  align-items: center;
  margin: 0;
}
.c-header__mobile-top-menu .c-header__top-menu-row:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  font-weight: normal;
  content: "\f142";
  font-size: 28px;
  color: black;
  margin-right: 5px;
}
.c-header__mobile-top-menu .c-header__top-menu-row::before {
  margin: 0 20px 0 0;
  cursor: pointer;
}
.c-header__mobile-top-menu .c-header__top-menu-row .c-header__top-menu-line.active-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.c-box-main-menu__list {
  box-shadow: 0 4px 10px -4px black;
}


.c-view-cart__product-name-link-mobile {
  margin: 8px 0;
}


.c-view-cart_remove-item-icon-mobile::before {
  font-size: 16px;
}


.c-view-cart__remove-item-mobile {
  transform: translateY(-30%);
}
}


/*
 * ** End Resposive **
 */
/*
 * ** Do NOT edit this file. Put all your css in custom.css file. **
 */
/*
 * techno_express/customer/css/custom.css
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: 'Comfortaa' !important;
}


.c-page-product .c-product-price__discount-precent {
  background: #39b54a;
}


.c-sort-view__megashop-sort-view-list li:first-child a {
  display: none !important;
}


.c-all-brands__brand-name-link, .c-all-brands__products-count-numer-link {
  color: #333333;
}


.c-all-brands__view-all-products-link {
  color: #39b54a;
}


.c-header__menu-tree-label, .c-page-product .c-price-exclude-taxes__no-wholesale-price-list-price, .c-popup-product-quick-view__price-value, .c-product-grid__product-details .price-value, .c-product-grid__product-details .c-price-include-taxes__no-wholesale-with-tax-price, .c-product-grid__product-details .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-grid__product-details .c-price-include-taxes__final-price-with-tax-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price-with-tax-price, .c-product-grid__product-details .c-price-include-taxes__final-price-withtax-price, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax-price, .c-product-listing__product-actions .c-price-include-taxes__no-wholesale-with-tax-price, .c-product-listing__product-actions .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-listing__product-actions .c-price-include-taxes__final-price-with-tax-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-with-tax-price, .c-product-listing__product-actions .c-price-include-taxes__final-price-withtax-price, .c-product-listing__product-actions .c-price-exclude-taxes__final-price-withtax-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__no-wholesale-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__no-wholesale-price-list-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-with-tax-price, .c-wishlist-notlogged-page__product-list .c-price-include-taxes__final-price-withtax-price, .c-wishlist-notlogged-page__product-list .c-price-exclude-taxes__final-price-withtax-price {
  font-family: Comfortaa;
}


@media only screen and (max-width: 800px) {
  .c-layout-bottom {
  display: none;
}
}


.c-header__nav-wrapper, .c-header__navigation-line {
  background: #333333;
}


.c-header__top-menu-item .c-header__top-menu-link {
  color: white;
}


.c-header__top-line-background, .c-header__topline {
  background: white;
}


.c-header__phone-number {
  color: #333333;
}


.s-html-editor td, .price-value, .o-button-view-details-submit, .c-box-blog-articles__view-all-articles-link, .c-box-blog-articles__details-title-link, .c-box-accordion-subcategories__category-name, p, .c-box-tabs .c-box-mega-tabs__navigation .c-box-mega-tabs__navigation-link, .o-box-title, .c-box-new-products__product-title-link, .c-box-main-menu__item-link, .o-button-simple-submit, .c-product-page__tabs-menu, .c-header__top-menu-link, .c-header__menu-tree-label {
  font-family: 'Comfortaa';
}


.c-blog__continue-reading-link {
  color: #39b54a;
}


.c-blog__article-title-link {
  color: #333333;
}


.o-box-products__title-and-price-wrapper .price-value {
  font-size: 18px;
}


.c-login-info__register-form-link {
  background: #39b54a;
}


.c-checkout-cart__content-product-link:hover {
  color: #39b54a;
}


.c-checkout-cart__content-product-link {
  color: #333333;
}


.c-header__cart-items-count {
  background: #39b54a;
}


.c-header__search-button-submit {
  background: #333333;
}


.c-box-active-filters__box-title {
  color: #39b54a;
}


.c-one-page-checkout__finalize-order-submit {
  background: #333333;
}


.c-one-page-checkout__finalize-order-submit:hover {
  background: #39b54a;
}


.c-popup-upsell-products__products-box .price-value {
  color: #39b54a;
}


.c-header__cart-zero, .o-button-view-details-submit, .o-button-add-to-cart-submit, .o-button-simple-submit {
  background: #333333;
}


.c-header__cart-zero, .o-button-add-to-cart-submit:hover {
  background: #39b54a;
}


.o-button-simple-submit:hover {
  background: #39b54a;
  opacity: 1;
}


.c-header__menu-tree {
  background-color: #39b54a;
}


.c-product-page__inner-buy-section .c-button__add-to-cart-icon {
  background-color: #39b54a;
}


.c-header__menu-tree-label, .c-header__menu-tree-label::before {
  color: white;
  font-weight: 600;
}


.o-title__page-title-content {
  color: #333333;
  padding: 10px;
}


.c-header__phone-number::before, .c-product-page__product-brand-link, .c-quick-buy__title, .c-button__send-to-friend::before, .c-product-page__tabs .c-tab__box-title, .c-product-page__tabs .c-product-page__details-title, .tab-content .c-page__page-title-content, .c-featured-category__title-content-link, .c-view-cart__order-grand-total-amount {
  color: #39b54a;
}


.c-box .c-price-include-taxes__no-wholesale-with-tax-price, .c-box .c-price-include-taxes__final-price-with-tax-price, .c-box .c-price-exclude-taxes__no-wholesale-price-list-price, .c-box .c-price-exclude-taxes__final-price-withtax-price, .c-box .c-price-include-taxes__final-price-withtax-price {
  color: #39b54a;
}


.c-page-product .c-price-include-taxes__final-price-withtax-price, .c-page-product .c-price-exclude-taxes__final-price-withtax-price, .c-page-product .c-price-include-taxes__no-wholesale-price-list-price, .c-page-product .c-price-exclude-taxes__no-wholesale-price-list-price, .c-page-product .c-price-include-taxes__no-wholesale-with-tax-price, .c-page-product .c-price-exclude-taxes__no-wholesale-with-tax-price, .c-stamper-page .c-price-include-taxes__final-price-withtax-price, .c-stamper-page .c-price-exclude-taxes__final-price-withtax-price, .c-stamper-page .c-price-include-taxes__no-wholesale-price-list-price, .c-stamper-page .c-price-exclude-taxes__no-wholesale-price-list-price, .c-stamper-page .c-price-include-taxes__no-wholesale-with-tax-price, .c-stamper-page .c-price-exclude-taxes__no-wholesale-with-tax-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__final-price-withtax-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__final-price-withtax-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-price-list-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-price-list-price, .c-popup-product-quick-view__product-price-holder .c-price-include-taxes__no-wholesale-with-tax-price, .c-popup-product-quick-view__product-price-holder .c-price-exclude-taxes__no-wholesale-with-tax-price {
  color: #39b54a;
}


.c-product-page__image-section .bx-prev, .c-product-page__image-section .bx-next {
  border-color: #39b54a;
}


.c-product-page__product-image-pager-link.active, .c-view-cart__button-continue-shopping-wrapper {
  background: #333333;
}


.c-view-cart__button-continue-shopping-wrapper:hover {
  background: #39b54a;
}


.c-header__menu-tree {
  width: 316px;
  max-width: 280px;
}


.c-view-cart__one-page-checkout-button {
  background: #333333;
}


.c-view-cart__one-page-checkout-button:hover {
  background: #39b54a;
  opacity: 1;
}


.c-layout-bottom .c-box-new-products__rss-feed, .c-box-new-products__rss-feed {
  display: none;
}


.c-view-cart__free-shipping-message {
  border: 3px double #39b54a;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: black;
}


.dynamic-page-index .c-header__main-menu-section {
  opacity: 1;
}


.c-box-tabs .c-box-mega-tabs__navigation.ui-tabs-selected {
  border-color: #39b54a;
}


.c-login-info__register-form-link:hover {
  background: #39b54a;
  opacity: 0.8;
}


.c-box-tabs .c-box-mega-tabs__navigation:hover .c-box-mega-tabs__navigation-link {
  color: #39b54a !important;
}


.c-header-mini-cart__product-wrapper {
  border-bottom-color: #333333;
}


.c-filter-links__filters-wrapper::before {
  background: #39b54a;
}


.c-product-grid__product-details .c-price-exclude-taxes__no-wholesale-price-list-price {
  color: #39b54a;
}


.c-sort-view__megashop-sort-view-link.active {
  color: #39b54a;
  border-bottom-color: #39b54a;
}


.s-html-editor a {
  color: #39b54a;
}


.c-sort-view__megashop-sort-view-link:hover {
  color: #39b54a;
}


.c-mega-menu__content-box .c-subcategory-with-level__category-name-link:hover {
  color: #39b54a;
}


.o-button-view-details-submit:hover {
  background: #39b54a;
  opacity: 1;
}


.o-button-add-to-cart-submit:hover {
  background: #39b54a;
  opacity: 1;
}


.c-box-new-products__product-title-link, .c-box-main-menu__item-link, .c-box-main-menu__list .c-mega-menu__rows-list {
  line-height: 1.3;
}


.s-html-editor {
  line-height: 1.5;
}


@media (min-width: 640px) and (max-width: 1109px) {
  .c-box-tabs .c-box-mega-tabs__navigation, .c-box-tabs .c-box-mega-tabs__navigation {
  border-bottom: 1px solid white;
}
}


.c-filter-links__filters-link:hover {
  color: #39b54a;
}


.c-product-page__tabs-menu-item-link:hover {
  color: #39b54a;
}


.c-footer__menu-title {
  color: #39b54a;
  border-bottom-color: #333333;
}


.c-footer__gdpr-policy a:hover {
  color: #39b54a;
}


.c-footer__powerеd-seliton-link:hover {
  color: #39b54a;
}


.c-footer__content-list {
  background-color: #fafafa;
}


.c-footer__background {
  background: #fafafa;
}


.c-footer__gdpr {
  border-top-color: #333333;
  border-bottom-color: #333333;
}


.c-footer__menu-links, .c-footer__powerеd-adapt-link, .c-footer__powerеd-seliton-link {
  color: #333333;
}


.c-footer__menu-links:hover {
  color: #39b54a;
}


.c-footer__gdpr-text, .c-footer__gdpr-policy a, .c-footer__gdpr-link, .c-footer__gdpr-link:before {
  color: #333333;
  opacity: 1;
}


.c-footer__gdpr-link:before:hover {
  color: #39b54a;
}


.c-header__logo-image {
  max-height: 158px;
}


.c-header__menu-tree {
  border-top-right-radius: 70px;
}


.c-footer__social-icons.social-network__ig::before {
  content: url("https://files.fm/thumb.php?i=t3pgqkcqx");
}


.c-footer__social-icons.social-network__yt:before {
  content: url("https://files.fm/thumb.php?i=pzpjzttes");
}


.social-network__fb::before {
  content: url("https://files.fm/thumb.php?i=fc67sr5jz");
}


.c-footer__social-icons.social-network__ig::before {
  background: none;
}


.c-social-buttons {
  display: none;
}


.c-footer__social-icons.social-network__yt:before {
  color: white;
}


.o-box-products .c-product-price__discount-precent {
  background: #39b54a;
}


.price-value, .c-box-custom-products__box-content .price-value {
  color: #39b54a;
}


.c-product-page__button-wishlist {
  display: none;
}


.c-price-exclude-taxes__has-wholesale-price-list-price price-value {
  color: grey !important;
  font-size: 14px !important;
}


.c-page-product .c-related-products__item .c-price-exclude-taxes__no-wholesale-price-list-price, .c-product-grid__product-details .price-value, .c-product-grid__product-details .c-price-exclude-taxes__final-price-withtax-price {
  color: #39b54a;
}


.c-product-grid__discount-percent {
  background: #39b54a;
}


.dynamic-page-index .c-bxslider {
  padding-left: 0px;
}


footer .c-header__phone-number {
  color: #333333;
}


.c-search-grid-page__modify-search-link {
  background: #333333;
}


.c-search-grid-page__modify-search-link:hover {
  background: #39b54a;
}


.c-quick-search__results-price {
  color: #39b54a;
}


#responsive-filters.c-box-filter__mobile-filters {
  border-color: #333333;
  color: #333333;
}


#responsive-filters.c-box-filter__mobile-filters::after {
  border-color: #39b54a;
}


.c-box-tabs .c-box-mega-tabs__item-content {
  padding-top: 0px;
}


.c-product-grid__available-options {
  color: #333333;
}


.c-header__top-menu-item .c-header__top-menu-link:hover {
  font-weight: 600 !important;
  color: #39b54a;
}


.c-box-main-menu__item-link:hover {
  color: #39b54a !important;
  font-weight: 600 !important;
}


.c-footer__social-icons.social-network__ig::before {
  display: inline;
}


.mobile-menu-item-nav .c-box-main-menu__item-link:hover {
  border-bottom-color: #39b54a !important;
  color: #39b54a !important;
  height: 43px;
}


.c-header__search_input {
  border-color: #333333 !important;
}


.slider-wrapper {
  height: 397px !important;
}


.c-bxslider {
  height: 397px !important;
}


.c-header__menu-tree {
  background-color: #333333;
  border-right-color: #eaeaea;
  border-right: solid 3px white;
}


.c-header__mobile-menu {
  background: white;
}


.c-banner__img {
  max-width: 100%;
  height: auto;
  margin: 2px 0px -7px auto;
}


.c-mega-menu__rows-list .c-subcategory-with-level__box-content > .c-subcategory-with-level__categoryid .c-subcategory-with-level__category-name-link {
  margin-top: 4px;
}


.o-title__page-title-content {
  font-weight: 1000;
}


.c-box-tabs .c-box-mega-tabs__navigation-link {
  font-weight: 800 !important;
}


div .c-layout-wrapper {
  background: white !important;
}


.c-page-product .c-product-page__product-price-wrapper .product-price, .c-page-product .c-product-page__product-price-wrapper .price-withtax {
  justify-content: center;
}


.c-product-page__product-options {
  align-items: center;
}


.c-product-grid__product-details .product-prices {
  display: center;
}


.c-layout-main .o-box-products__image-link, .c-layout-main .o-box-products__product-image-link {
  height: 175px;
  align-items: center;
  background: white;
}


.c-page-product .c-price-exclude-taxes__no-wholesale-price-list-price, .c-page-product .c-price-include-taxes__no-wholesale-with-tax-price {
  text-align: left;
}


.mobile-menu-item-nav .c-box-main-menu {
  background: white;
}


.c-product-page__quantity-label {
  display: none;
}


.c-box-main-menu > div > .c-box-main-menu__list {
  padding: 0;
}


.c-mega-menu__content-box .c-box {
  width: 100%;
}


@media only screen and (max-width: 1110px) {
  .o-layout--vertical.c-layout-main--thin {
  min-width: initial !important;
  position: absolute;
  width: 0 !important;
  padding: 0 !important;
}

.o-layout--vertical.c-layout-main--thin .c-box {
  display: none;
}


.c-category-subcategories__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


#c-layout-main__column-middle.o-layout--vertical.c-layout-main--wide {
  padding: 0;
}


.o-button-add-to-cart-submit {
  font-size: 10px;
}


.c-page-product .c-product-page__product-price-wrapper .c-product-price__discount-precent-wrapper {
  position: absolute;
}


.c-page-product .c-product__top-area .c-product-page__product-price-wrapper {
  margin-bottom: 40px;
}
}


.slidermainbrand {
  height: 180px !important;
}


@media only screen and (max-width: 1100px) {
  .slidermainbrand {
  height: 100px !important;
}
}


@media only screen and (max-width: 600px) {
  .slidermainbrand {
  height: 36px !important;
}
}


.slidermainbrand {
  padding-top: 66px;
}


@media only screen and (max-width: 600px) {
  .slidermainbrand {
  padding-top: 20px;
}
}


.promobaner {
  height: 260px !important;
}


@media only screen and (max-width: 1100px) {
  .promobaner {
  height: 200px !important;
}
}


@media only screen and (max-width: 600px) {
  .promobaner {
  height: 120px !important;
}
}


.promobaner {
  padding-top: 66px;
}


.bx-viewport {
  height: 55px;
}


.o-box-title {
  color: #39b54a;
  text-align: center;
}


