/** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .ui-datepicker { display: none; z-index: 999999 !important; } .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; cursor: pointer; } .ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span { border-color: transparent #ff8400 transparent transparent; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 2px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -5px; font-size: 0px; width: 0px; height: 0px; border: solid; border-width: 5px 8px 5px 0; border-color: transparent #ff9635 transparent transparent; } .ui-datepicker .ui-datepicker-next span { margin-left: 0px; top: 50%; margin-top: -5px; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #ff9635; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month-year { width: 100%; } .ui-datepicker table { width: 100%; font-size: .9em; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 4px; text-align: right; text-decoration: none; color: #000000; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; } .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { height: 25px; margin-bottom: -22px; } .ui-timepicker-div dl .ui_tpicker_time_label { margin-bottom: -25px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-datepicker { padding: 15px; border: #ffffff 4px solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #efefef; -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35); box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35); } .ui-datepicker .ui-datepicker-header { background: transparent; border: none; padding-bottom: 10px; } .ui-datepicker .ui-datepicker-title .ui-datepicker-month { width: 47%; margin-right: 6%; } .ui-datepicker .ui-datepicker-title .ui-datepicker-year { width: 47%; } .ui-datepicker .ui-datepicker-calendar td { border: #cfcfcf 1px solid; } .ui-datepicker .ui-datepicker-calendar td a { padding: 4px; display: block; } .ui-datepicker .ui-datepicker-calendar td .ui-state-hover { background: #f9eae7; } .ui-datepicker .ui-datepicker-calendar { background: #ffffff; border: #cfcfcf 1px solid; border-collapse: collapse; } .ui-datepicker .ui-datepicker-calendar th { background: #efefef; border: #cfcfcf 1px solid; padding: 4px; text-transform: uppercase; } .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col { text-align: center; border: #cfcfcf 1px solid; } .ui-datepicker { width: auto; } .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today { background: #f3d7d2; } .ui-datepicker .ui-datepicker-calendar .ui-state-active { background: #ffdf66; } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dd { margin: 0 0 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-slider { position: relative; text-align: left; } .ui-slider-horizontal .ui-slider-handle { margin-left: -5px; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; } .ui-slider-horizontal { height: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: none; background: #dadada; } .ui-slider-handle { height: 10px; width: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #f98b25; display: block; position: absolute; } .ui-timepicker-div { padding: 10px 0 5px 0; } .ui-datepicker .ui-datepicker-buttonpane { overflow: hidden; padding-top: 10px; border-top: #cfcfcf 1px solid; } .ui-datepicker .ui-datepicker-calendar .ui-state-disabled { background: #f9f9f9; } .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span { color: #959595; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ } body { margin: 0; padding: 0; } article, aside, details, figcaption, figure, main, footer, header, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } nav ul, nav ol { list-style: none none; } img { max-width: 100%; height: auto; border: 0; } video, embed, object { max-width: 100%; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size-adjust: 100%; } body { color: #2b3945; font-family: 'Fira Sans Extra Condensed', sans-serif; font-style: normal; font-weight: 400; line-height: 1.42857143; font-size: 1.6rem; } p { margin-top: 0rem; margin-bottom: 1rem; } abbr[title] { border-bottom: 1px dotted #eff0f1; cursor: help; } b, strong { font-weight: 700; } em, i { font-style: italic; } mark { background: #f6f6f6; color: #000000; } small, .small { font-size: 14px; } hr { border: 0; border-top: 1px solid #eff0f1; margin-bottom: 22px; margin-top: 22px; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } dfn { font-style: italic; } h1 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 5.4rem; font-size: 4.4rem; margin-top: 2rem; margin-bottom: 2rem; } h2 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; } h3, .product-info-sticky .name, .block.askit-question-form > .block-title strong, .contact.form .legend { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.4rem; font-size: 3rem; margin-top: 2.2rem; margin-bottom: 1rem; } h4, .soldtogether-block .totalprice { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.8rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } h5, .product-info-main .block.related .block-title strong { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.6rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } h6 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.6rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small { color: #333333; font-family: 'Fira Sans Extra Condensed', sans-serif; font-style: normal; font-weight: 400; line-height: 1; } .h1 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 5.4rem; font-size: 4.4rem; margin-top: 2rem; margin-bottom: 2rem; } h1, .h1 { text-transform: uppercase; } .modal-content h1 { margin-top: 0; } .h2, .column.main .block-title [aria-level="2"], .product-info-main .page-title { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; } h2, .h2, .column.main .block-title [aria-level="2"], .product-info-main .page-title { text-transform: uppercase; } .h3, .column.main .block-title [aria-level="3"] { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.4rem; font-size: 3rem; margin-top: 2.2rem; margin-bottom: 1rem; } h3, .h3, .product-info-sticky .name, .column.main .block-title [aria-level="3"], .block.askit-question-form > .block-title strong, .contact.form .legend { text-transform: uppercase; } .h4, .column.main .modal-content .block-title [role="heading"] { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.8rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } h4, .h4, .column.main .modal-content .block-title [role="heading"], .soldtogether-block .totalprice { text-transform: uppercase; } .h5 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.6rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } h5, .h5, .product-info-main .block.related .block-title strong { text-transform: uppercase; } .h6 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.6rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { color: #333333; font-family: 'Fira Sans Extra Condensed', sans-serif; font-style: normal; font-weight: 400; line-height: 1; } div.block .block-title strong { color: #2b3945; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.6rem; margin-top: 0rem; margin-bottom: 1.6rem; text-transform: uppercase; } div.hero .block-title { padding: 8px; } div.hero .block-title strong { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 300; font-size: 3rem; margin-top: 0rem; margin-bottom: 3rem; } div.hero .block-title .subtitle, div.hero .block-title .subtitle a { font-size: 18px; color: inherit; } a, .alink { color: #8f98a1; text-decoration: none; } a:visited, .alink:visited { color: #8f98a1; text-decoration: none; } a:hover, .alink:hover { color: #8f98a1; text-decoration: underline; } a:active, .alink:active { color: #8f98a1; text-decoration: underline; } ul, ol { margin-top: 0rem; margin-bottom: 2.75rem; } ul > li, ol > li { margin-top: 0rem; margin-bottom: 1rem; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } dl { margin-bottom: 22px; margin-top: 0; } dt { font-weight: 700; margin-bottom: 5.5px; margin-top: 0; } dd { margin-bottom: 10px; margin-top: 0; margin-left: 0; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; } code { background: #f6f6f6; color: #111111; padding: 2px 4px; font-size: 1.4rem; white-space: nowrap; } kbd { background: #f6f6f6; color: #111111; padding: 2px 4px; font-size: 1.4rem; } pre { background: #f6f6f6; border: 1px solid #eff0f1; color: #111111; line-height: 1.42857143; margin: 0 0 10px; padding: 10px; font-size: 1.4rem; display: block; word-wrap: break-word; } pre code { background-color: transparent; border-radius: 0; color: inherit; font-size: inherit; padding: 0; white-space: pre-wrap; } blockquote { border-left: 0 solid #eff0f1; margin: 0 0 22px 44px; padding: 0; color: #2b3945; font-family: 'Fira Sans Extra Condensed', sans-serif; font-style: italic; font-weight: 400; line-height: 1.42857143; font-size: 1.6rem; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { color: #333333; line-height: 1.42857143; font-size: 1.2rem; display: block; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } blockquote cite { font-style: normal; } blockquote:before, blockquote:after { content: ''; } q { quotes: none; } q:before, q:after { content: ''; content: none; } cite { font-style: normal; } table { width: 100%; border-collapse: collapse; border-spacing: 0; max-width: 100%; } table th { text-align: left; } table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td { vertical-align: top; } table > thead > tr > th, table > thead > tr > td { vertical-align: bottom; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { padding: 11px 10px; } button { background-image: none; background: transparent; border: 2px solid #202633; color: #333333; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; margin: 0; padding: 10px 15px; font-size: 2rem; line-height: 1.8rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; } button:focus, button:active { background: #202633; border: 2px solid #202633; color: #ffffff; } button:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } button.disabled, button[disabled], fieldset[disabled] button { opacity: 0.5; cursor: default; pointer-events: none; } button::-moz-focus-inner { border: 0; padding: 0; } input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] { background: #ffffff; background-clip: padding-box; border: 2px solid #e1e1e1; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; height: 52px; line-height: 24px; padding: 12px 15px; vertical-align: baseline; width: 100%; box-sizing: border-box; } input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type*="date"]:disabled, input[type="email"]:disabled { opacity: 0.5; } input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type*="date"]::-moz-placeholder, input[type="email"]::-moz-placeholder { color: #575757; } input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type*="date"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { color: #575757; } input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type*="date"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder { color: #575757; } input[type="number"] { -moz-appearance: textfield; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="search"] { -webkit-appearance: none; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; } select { background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNTIgLTE3KXRyYW5zbGF0ZSgwIDgpdHJhbnNsYXRlKDEyNzAgMyl0cmFuc2xhdGUoODcuNSA5KXJvdGF0ZSgtMjcwKXRyYW5zbGF0ZSgtODcuNSAtOSkiIHBvaW50cz0iOTAgOSA4NyAxNCA4NSAxNCA4OCA5IDg1IDQgODcgNCIvPjwvZz48L2c+PC9zdmc+') no-repeat right 10px center; background-clip: padding-box; border: 2px solid #e1e1e1; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; height: 52px; line-height: 24px; padding: 12px 34px 12px 15px; vertical-align: baseline; width: 100%; box-sizing: border-box; } select:disabled { opacity: 0.5; background: #ffffff; } select[multiple] { height: auto; background-image: none; } textarea { background: #ffffff; background-clip: padding-box; border: 2px solid #e1e1e1; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; height: auto; line-height: 24px; margin: 0; padding: 12px 15px; vertical-align: baseline; width: 100%; box-sizing: border-box; resize: vertical; } textarea:disabled { opacity: 0.5; } textarea::-moz-placeholder { color: #575757; } textarea::-webkit-input-placeholder { color: #575757; } textarea:-ms-input-placeholder { color: #575757; } input[type="checkbox"] { margin: 2px 5.5px 0 0; position: relative; top: 2px; } input[type="checkbox"]:disabled { opacity: 0.5; } input[type="radio"] { margin: 3px 5.5px 0 0; } input[type="radio"]:disabled { opacity: 0.5; } input.mage-error, select.mage-error, textarea.mage-error { border-color: #ed8380; } div.mage-error[generated] { color: #e02b27; font-size: 1.4rem; } input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input::-moz-focus-inner { border: 0; padding: 0; } form { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } address { font-style: normal; } *:focus { box-shadow: none; outline: 0; } ._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus { box-shadow: none; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .search-terms, .cart-summary .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider { margin: 0; padding: 0; list-style: none none; } .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .search-terms > li, .cart-summary .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .order-details-items .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li { margin: 0; } .action-primary:focus, .action-primary:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .action-primary:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .action-primary.disabled, .action-primary[disabled], fieldset[disabled] .action-primary { opacity: 0.5; cursor: default; pointer-events: none; } .abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) { box-shadow: none; } .abs-discount-block .actions-toolbar .action.primary:active, .abs-discount-block .actions-toolbar .action.cancel:active, .block-compare .action.primary:active, .cart-summary .block .actions-toolbar > .primary .action.primary:active, .abs-discount-code .form-discount .actions-toolbar .primary .action:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review-discount .actions-toolbar .action.primary:active, .paypal-review-discount .actions-toolbar .action.cancel:active, .cart-discount .actions-toolbar .action.primary:active, .cart-discount .actions-toolbar .action.cancel:active, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active { box-shadow: none; } .block-event .slider-panel .slider .item .action.event { background-image: none; background: transparent; border: 2px solid #202633; color: #333333; cursor: pointer; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; margin: 0; padding: 10px 15px; font-size: 2rem; line-height: 1.8rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; display: inline-block; text-decoration: none; } .abs-action-link-button:focus, .abs-action-link-button:active, .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .abs-action-link-button:hover, .block-event .slider-panel .slider .item .action.event:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .abs-action-link-button.disabled, .abs-action-link-button[disabled], fieldset[disabled] .abs-action-link-button, .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled], fieldset[disabled] .block-event .slider-panel .slider .item .action.event { opacity: 0.5; cursor: default; pointer-events: none; } .abs-action-link-button:hover, .abs-action-link-button:active, .abs-action-link-button:focus, .block-event .slider-panel .slider .item .action.event:hover, .block-event .slider-panel .slider .item .action.event:active, .block-event .slider-panel .slider .item .action.event:focus { text-decoration: none; } .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove { line-height: 1.42857143; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; font-weight: 400; border-radius: 0; } .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-discount-block .action.check:visited, .popup .actions-toolbar .action.cancel:visited, .paypal-button-widget .paypal-button:visited, .bundle-options-container .action.back:visited, .block.related .action.select:visited, .cart.table-wrapper .actions-toolbar > .action-delete:visited, .cart.table-wrapper .action.help.map:visited, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited, .gift-options .actions-toolbar .action-cancel:visited, .gift-summary .action-edit:visited, .gift-summary .action-delete:visited, .action-gift:visited, .gift-wrapping-title .action-remove:visited, .wishlist.split.button > .action:visited, .abs-add-fields .action.remove:visited, .paypal-review-discount .action.check:visited, .cart-discount .action.check:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited { color: #8f98a1; text-decoration: none; } .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .action-gift:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover { color: #8f98a1; text-decoration: underline; } .abs-action-button-as-link:active, .abs-action-remove:active, .abs-discount-block .action.check:active, .popup .actions-toolbar .action.cancel:active, .paypal-button-widget .paypal-button:active, .bundle-options-container .action.back:active, .block.related .action.select:active, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .action.help.map:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .gift-summary .action-edit:active, .gift-summary .action-delete:active, .action-gift:active, .gift-wrapping-title .action-remove:active, .wishlist.split.button > .action:active, .abs-add-fields .action.remove:active, .paypal-review-discount .action.check:active, .cart-discount .action.check:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active { color: #8f98a1; text-decoration: underline; } .abs-action-button-as-link:hover, .abs-action-button-as-link:active, .abs-action-button-as-link:focus, .abs-action-remove:hover, .abs-action-remove:active, .abs-action-remove:focus, .abs-discount-block .action.check:hover, .abs-discount-block .action.check:active, .abs-discount-block .action.check:focus, .popup .actions-toolbar .action.cancel:hover, .popup .actions-toolbar .action.cancel:active, .popup .actions-toolbar .action.cancel:focus, .paypal-button-widget .paypal-button:hover, .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:focus, .bundle-options-container .action.back:hover, .bundle-options-container .action.back:active, .bundle-options-container .action.back:focus, .block.related .action.select:hover, .block.related .action.select:active, .block.related .action.select:focus, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .actions-toolbar > .action-delete:focus, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:focus, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus, .opc-wrapper .edit-address-link:hover, .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:hover, .action-auth-toggle:active, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:hover, .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:focus, .gift-options .actions-toolbar .action-cancel:hover, .gift-options .actions-toolbar .action-cancel:active, .gift-options .actions-toolbar .action-cancel:focus, .gift-summary .action-edit:hover, .gift-summary .action-edit:active, .gift-summary .action-edit:focus, .gift-summary .action-delete:hover, .gift-summary .action-delete:active, .gift-summary .action-delete:focus, .action-gift:hover, .action-gift:active, .action-gift:focus, .gift-wrapping-title .action-remove:hover, .gift-wrapping-title .action-remove:active, .gift-wrapping-title .action-remove:focus, .wishlist.split.button > .action:hover, .wishlist.split.button > .action:active, .wishlist.split.button > .action:focus, .abs-add-fields .action.remove:hover, .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:focus, .paypal-review-discount .action.check:hover, .paypal-review-discount .action.check:active, .paypal-review-discount .action.check:focus, .cart-discount .action.check:hover, .cart-discount .action.check:active, .cart-discount .action.check:focus, .form-giftregistry-share .action.remove:hover, .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:hover, .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:hover, .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:hover, .form-create-return .action.remove:active, .form-create-return .action.remove:focus, .form.send.friend .action.remove:hover, .form.send.friend .action.remove:active, .form.send.friend .action.remove:focus { background: none; border: 0; } .abs-action-button-as-link.disabled, .abs-action-button-as-link[disabled], fieldset[disabled] .abs-action-button-as-link, .abs-action-remove.disabled, .abs-action-remove[disabled], fieldset[disabled] .abs-action-remove, .abs-discount-block .action.check.disabled, .abs-discount-block .action.check[disabled], fieldset[disabled] .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel.disabled, .popup .actions-toolbar .action.cancel[disabled], fieldset[disabled] .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button.disabled, .paypal-button-widget .paypal-button[disabled], fieldset[disabled] .paypal-button-widget .paypal-button, .bundle-options-container .action.back.disabled, .bundle-options-container .action.back[disabled], fieldset[disabled] .bundle-options-container .action.back, .block.related .action.select.disabled, .block.related .action.select[disabled], fieldset[disabled] .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete.disabled, .cart.table-wrapper .actions-toolbar > .action-delete[disabled], fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map.disabled, .cart.table-wrapper .action.help.map[disabled], fieldset[disabled] .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled, .checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled], fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link.disabled, .opc-wrapper .edit-address-link[disabled], fieldset[disabled] .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit.disabled, .opc-block-shipping-information .shipping-information-title .action-edit[disabled], fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle.disabled, .action-auth-toggle[disabled], fieldset[disabled] .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel.disabled, .checkout-payment-method .checkout-billing-address .action-cancel[disabled], fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show.disabled, .checkout-agreements-block .action-show[disabled], fieldset[disabled] .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel.disabled, .gift-options .actions-toolbar .action-cancel[disabled], fieldset[disabled] .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit.disabled, .gift-summary .action-edit[disabled], fieldset[disabled] .gift-summary .action-edit, .gift-summary .action-delete.disabled, .gift-summary .action-delete[disabled], fieldset[disabled] .gift-summary .action-delete, .action-gift.disabled, .action-gift[disabled], fieldset[disabled] .action-gift, .gift-wrapping-title .action-remove.disabled, .gift-wrapping-title .action-remove[disabled], fieldset[disabled] .gift-wrapping-title .action-remove, .wishlist.split.button > .action.disabled, .wishlist.split.button > .action[disabled], fieldset[disabled] .wishlist.split.button > .action, .abs-add-fields .action.remove.disabled, .abs-add-fields .action.remove[disabled], fieldset[disabled] .abs-add-fields .action.remove, .paypal-review-discount .action.check.disabled, .paypal-review-discount .action.check[disabled], fieldset[disabled] .paypal-review-discount .action.check, .cart-discount .action.check.disabled, .cart-discount .action.check[disabled], fieldset[disabled] .cart-discount .action.check, .form-giftregistry-share .action.remove.disabled, .form-giftregistry-share .action.remove[disabled], fieldset[disabled] .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove.disabled, .form-giftregistry-edit .action.remove[disabled], fieldset[disabled] .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove.disabled, .form-add-invitations .action.remove[disabled], fieldset[disabled] .form-add-invitations .action.remove, .form-create-return .action.remove.disabled, .form-create-return .action.remove[disabled], fieldset[disabled] .form-create-return .action.remove, .form.send.friend .action.remove.disabled, .form.send.friend .action.remove[disabled], fieldset[disabled] .form.send.friend .action.remove { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .abs-action-remove:active, .abs-action-remove:not(:focus), .abs-discount-block .action.check:active, .abs-discount-block .action.check:not(:focus), .popup .actions-toolbar .action.cancel:active, .popup .actions-toolbar .action.cancel:not(:focus), .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:not(:focus), .bundle-options-container .action.back:active, .bundle-options-container .action.back:not(:focus), .block.related .action.select:active, .block.related .action.select:not(:focus), .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .actions-toolbar > .action-delete:not(:focus), .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:not(:focus), .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus), .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:active, .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:not(:focus), .gift-options .actions-toolbar .action-cancel:active, .gift-options .actions-toolbar .action-cancel:not(:focus), .gift-summary .action-edit:active, .gift-summary .action-edit:not(:focus), .gift-summary .action-delete:active, .gift-summary .action-delete:not(:focus), .action-gift:active, .action-gift:not(:focus), .gift-wrapping-title .action-remove:active, .gift-wrapping-title .action-remove:not(:focus), .wishlist.split.button > .action:active, .wishlist.split.button > .action:not(:focus), .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:not(:focus), .paypal-review-discount .action.check:active, .paypal-review-discount .action.check:not(:focus), .cart-discount .action.check:active, .cart-discount .action.check:not(:focus), .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:active, .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:active, .form.send.friend .action.remove:not(:focus) { box-shadow: none; } .abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .abs-discount-code .form-discount .actions-toolbar .primary .action, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action { background: transparent; border: 2px solid #202633; color: #333333; } .abs-revert-secondary-color:focus, .abs-revert-secondary-color:active, .abs-revert-to-action-secondary:focus, .abs-revert-to-action-secondary:active, .paypal-review .block .actions-toolbar .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:active, .abs-discount-block .actions-toolbar .action.primary:focus, .abs-discount-block .actions-toolbar .action.primary:active, .abs-discount-block .actions-toolbar .action.cancel:focus, .abs-discount-block .actions-toolbar .action.cancel:active, .block-compare .action.primary:focus, .block-compare .action.primary:active, .cart-summary .block .actions-toolbar > .primary .action.primary:focus, .cart-summary .block .actions-toolbar > .primary .action.primary:active, .abs-discount-code .form-discount .actions-toolbar .primary .action:focus, .abs-discount-code .form-discount .actions-toolbar .primary .action:active, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review-discount .actions-toolbar .action.primary:focus, .paypal-review-discount .actions-toolbar .action.primary:active, .paypal-review-discount .actions-toolbar .action.cancel:focus, .paypal-review-discount .actions-toolbar .action.cancel:active, .cart-discount .actions-toolbar .action.primary:focus, .cart-discount .actions-toolbar .action.primary:active, .cart-discount .actions-toolbar .action.cancel:focus, .cart-discount .actions-toolbar .action.cancel:active, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.cancel:hover, .block-compare .action.primary:hover, .cart-summary .block .actions-toolbar > .primary .action.primary:hover, .abs-discount-code .form-discount .actions-toolbar .primary .action:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review-discount .actions-toolbar .action.primary:hover, .paypal-review-discount .actions-toolbar .action.cancel:hover, .cart-discount .actions-toolbar .action.primary:hover, .cart-discount .actions-toolbar .action.cancel:hover, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .products-grid.wishlist .product-item .box-tocart .tocart { font-size: 2rem; line-height: 1.8rem; padding: 10px 15px; } #store-selector .form-continue .actions-toolbar .action.primary, .form-address-edit .actions-toolbar .action.vertex-secondary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary { line-height: 2.4rem; padding: 14px 17px; font-size: 2rem; } .cart.table-wrapper .item-options dt, .minicart-items .product-item-details .product .options.list dt, .opc-block-summary .items-in-cart .product .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt { clear: left; float: left; margin: 0 10px 5.5px 0; } .cart.table-wrapper .item-options dt:after, .minicart-items .product-item-details .product .options.list dt:after, .opc-block-summary .items-in-cart .product .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after { content: ': '; } .cart.table-wrapper .item-options dd, .minicart-items .product-item-details .product .options.list dd, .opc-block-summary .items-in-cart .product .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd { display: inline-block; float: left; margin: 0 0 5.5px; } .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .box-tocart .action.instant-purchase { width: 100%; } .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper { height: auto; padding: 0 !important; } .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo { position: static; } .product.media .product.photo .photo.image { display: block; height: auto; margin: 0 auto; max-width: 100%; } .login-container .block .block-title { border-bottom: 1px solid #4c515a; font-size: 1.8rem; margin-bottom: 15px; padding-bottom: 12px; } .login-container .block .block-title strong { font-weight: 500; } .giftregisty-dropdown, .wishlist-dropdown { display: inline-block; position: relative; } .abs-dropdown-simple:before, .abs-dropdown-simple:after, .giftregisty-dropdown:before, .giftregisty-dropdown:after, .wishlist-dropdown:before, .wishlist-dropdown:after { content: ''; display: table; } .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after { clear: both; } .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle { cursor: pointer; display: inline-block; text-decoration: none; } .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 0 0 0 5px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after { color: inherit; } .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after { color: inherit; } .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active { display: inline-block; text-decoration: none; } .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\f106'; font-family: 'FontAwesome'; margin: 0 0 0 5px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after { color: inherit; } .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after { color: inherit; } .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 200px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li { margin: 0; padding: 5px 5px 5px 23px; } .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .abs-dropdown-simple ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:before, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before { left: 10px; top: -12px; } .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after { left: 9px; top: -14px; } .abs-dropdown-simple.active, .giftregisty-dropdown.active, .wishlist-dropdown.active { overflow: visible; } .abs-dropdown-simple.active ul.dropdown, .giftregisty-dropdown.active ul.dropdown, .wishlist-dropdown.active ul.dropdown { display: block; } .giftregisty-dropdown ul.items, .wishlist-dropdown ul.items { padding: 6px 0; } .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty, .cms-page-view .column.main table.table-grid.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart .qty, .modal-content table.table-grid.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart .qty, .cms-page-view .column.main table.data-table.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart .qty, .modal-content table.data-table.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart .qty { text-align: center; width: 54px; } .block, .customer-review .product-details, .block-banners, .block-banners-inline { margin-bottom: 44px; } .sidebar .product-items .action.delete, .sidebar .block-compare .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filter-current .action.remove { display: inline-block; text-decoration: none; } .abs-remove-button-for-blocks > span, .sidebar .product-items .action.delete > span, .sidebar .block-compare .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filter-current .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-remove-button-for-blocks:before, .sidebar .product-items .action.delete:before, .sidebar .block-compare .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 15px; color: #757575; content: '\f00d'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-remove-button-for-blocks:hover:before, .sidebar .product-items .action.delete:hover:before, .sidebar .block-compare .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filter-current .action.remove:hover:before { color: #494949; } .abs-remove-button-for-blocks:active:before, .sidebar .product-items .action.delete:active:before, .sidebar .block-compare .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filter-current .action.remove:active:before { color: #999999; } .product-item-name, .product.name a { font-weight: 400; } .product-item-name > a, .product.name a > a { color: #2b3945; text-decoration: none; } .abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited { color: #2b3945; text-decoration: underline; } .abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover { color: #2b3945; text-decoration: underline; } .abs-product-link > a:active, .product-item-name > a:active, .product.name a > a:active { color: #2b3945; text-decoration: underline; } .abs-like-link:visited { color: #8f98a1; text-decoration: none; } .abs-like-link:hover { color: #8f98a1; text-decoration: underline; } .abs-like-link:active { color: #8f98a1; text-decoration: underline; } .form.giftregistry.items .actions-toolbar, .form.wishlist.items .actions-toolbar { margin-left: 0; } .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove { line-height: normal; margin-left: 73%; position: absolute; top: 34px; width: auto; } .form-giftregistry-share .fieldset .field .control, .form-giftregistry-edit .fieldset .field .control, .form-add-invitations .fieldset .field .control, .form-create-return .fieldset .field .control, .form.send.friend .fieldset .field .control { width: 70%; } .form-giftregistry-share .fieldset .actions-toolbar > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar > .secondary, .form-add-invitations .fieldset .actions-toolbar > .secondary, .form-create-return .fieldset .actions-toolbar > .secondary, .form.send.friend .fieldset .actions-toolbar > .secondary { float: left; } .form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar > .secondary .action.add, .form-create-return .fieldset .actions-toolbar > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar > .secondary .action.add { margin-top: 33px; } .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar { margin: 0; } .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional { margin-top: 55px; position: relative; } .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice { margin: 33px 0 0; } .order-details-items .order-items .order-gift-message:not(.expanded-content) { height: 0; visibility: hidden; } .opc-wrapper .form-discount .field .label, .bundle-options-container .block-bundle-summary .product-image-container, .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock, .product-item-actions .actions-secondary > .action span, .special-price .price-label, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .block.related .field.choice .label, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname > .label, .field.street .field .label, .block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .form-add-invitations .fields .label, .filter-options-content .filter-count-label, .table-comparison .wishlist.split.button > .action.split span, .product-items .wishlist.split.button > .action.split span, .page-multiple-wishlist .page-title-wrapper .page-title, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .review-date .review-details-label, .customer-review .product-details .rating-average-label, .block-reorder .product-item .label, .action.skip:not(:focus), .page-header .panel.wrapper .switcher .label, .page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label, .page-header .switcher .label, .page-header .panel.wrapper .switcher .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .minicart-items .product.options .toggle > span, .shipping-policy-block.field-tooltip .field-tooltip-action span { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .abs-add-clearfix:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:before, .abs-add-fields .fieldset .actions-toolbar:after, .bundle-options-container .product-options-wrapper .field.choice .label:before, .bundle-options-container .product-options-wrapper .field.choice .label:after, .toolbar:before, .toolbar:after, .sidebar .product-items-images:before, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:before, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:before, .minicart-items .product-item > .product:after, .minicart-items .product-item-details .product .options.list:before, .minicart-items .product-item-details .product .options.list:after, .checkout-container:before, .checkout-container:after, .checkout-onepage-success:before, .checkout-onepage-success:after, .opc-estimated-wrapper:before, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .opc-block-summary .items-in-cart .product .item-options:before, .opc-block-summary .items-in-cart .product .item-options:after, .opc-block-summary .product-item .product-item-details:before, .opc-block-summary .product-item .product-item-details:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .gift-item-block .content:before, .gift-item-block .content:after, .order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:before, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:before, .table-order-items .gift-wrapping .content:after, .order-options .product:before, .order-options .product:after, .map-popup .map-info-price:before, .map-popup .map-info-price:after, .multicheckout .item-options:before, .multicheckout .item-options:after, .multicheckout .block:before, .multicheckout .block:after, .multicheckout .block-content:before, .multicheckout .block-content:after, .customer-review .product-details:before, .customer-review .product-details:after, .form-create-return .actions-toolbar:before, .form-create-return .actions-toolbar:after, .header.content:before, .header.content:after, .box-tocart .fieldset:before, .box-tocart .fieldset:after, .bundle-options-container:before, .bundle-options-container:after, .form-giftregistry-share .fieldset .actions-toolbar:before, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:before, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:before, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:before, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:before, .form.send.friend .fieldset .actions-toolbar:after, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content:before, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content:after, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content:before, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content:after, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content:before, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content:after, .opc-wrapper .data.modal-content table.data-table .gift-wrapping .content:before, .opc-wrapper .data.modal-content table.data-table .gift-wrapping .content:after { content: ''; display: table; } .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:after, .bundle-options-container .product-options-wrapper .field.choice .label:after, .toolbar:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .minicart-items .product-item-details .product .options.list:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .opc-block-summary .items-in-cart .product .item-options:after, .opc-block-summary .product-item .product-item-details:after, .page-product-downloadable .product-add-form:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .form-create-return .actions-toolbar:after, .header.content:after, .box-tocart .fieldset:after, .bundle-options-container:after, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:after, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content:after, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content:after, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content:after, .opc-wrapper .data.modal-content table.data-table .gift-wrapping .content:after { clear: both; } .abs-field-date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .block-event .slider-panel .slider .item .action.show, .sidebar .block-addbysku .fieldset .fields .field.sku, .form.search.advanced .fields.range .field.date .control, .field .control._with-tooltip, .form-giftregistry-edit .field.date .control { box-sizing: border-box; } .abs-navigation-icon:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 34px; line-height: 1.2; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-split-button:before, .abs-split-button:after { content: ''; display: table; } .abs-split-button:after { clear: both; } .abs-split-button .action.split { float: left; margin: 0; } .abs-split-button .action.toggle { float: right; margin: 0; } .abs-split-button button.action.split { border-bottom-right-radius: 0; border-top-right-radius: 0; } .abs-split-button button + .action.toggle { border-bottom-left-radius: 0; border-left: 0; border-top-left-radius: 0; } .abs-split-button .action.toggle { display: inline-block; text-decoration: none; } .abs-split-button .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-split-button .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-split-button .action.toggle:hover:after { color: inherit; } .abs-split-button .action.toggle:active:after { color: inherit; } .abs-split-button .action.toggle.active { display: inline-block; text-decoration: none; } .abs-split-button .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-split-button .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: inherit; color: inherit; content: '\f106'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-split-button .action.toggle.active:hover:after { color: inherit; } .abs-split-button .action.toggle.active:active:after { color: inherit; } .abs-split-button .items { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 160px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .abs-split-button .items li { margin: 0; padding: 3px 5.5px; } .abs-split-button .items li:hover { background: #e8e8e8; cursor: pointer; } .abs-split-button .items:before, .abs-split-button .items:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .abs-split-button .items:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .abs-split-button .items:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .abs-split-button .items:before { right: 10px; top: -12px; } .abs-split-button .items:after { right: 9px; top: -14px; } .abs-split-button.active { overflow: visible; } .abs-split-button.active .items { display: block; } .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-item-actions .actions-secondary > .action, .product-social-links .action.tocompare, .wishlist.split.button > .action.split, .product-social-links .action.mailto.friend, .product-social-links .action.towishlist, .block-bundle-summary .action.towishlist, .product-item .action.towishlist, .table-comparison .action.towishlist { color: #666666; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; display: inline-block; text-decoration: none; } .abs-actions-addto:before, .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: inherit; font-family: 'FontAwesome'; margin: -2px 5px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-item-actions .actions-secondary > .action:hover, .product-social-links .action.tocompare:hover, .wishlist.split.button > .action.split:hover, .product-social-links .action.mailto.friend:hover, .product-social-links .action.towishlist:hover, .block-bundle-summary .action.towishlist:hover, .product-item .action.towishlist:hover, .table-comparison .action.towishlist:hover { color: #333333; text-decoration: none; } .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { width: 18px; } .bundle-options-container .block-bundle-summary .box-tocart, .box-tocart { margin: 0 0 33px; } .abs-cart-block > .title, .minicart-items .product .toggle, .abs-discount-block .block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title, .cart-discount .block > .title { border-top: 1px solid #eff0f1; cursor: pointer; margin-bottom: 0; position: relative; padding: 10px 44px 10px 15px; display: block; text-decoration: none; } .abs-cart-block > .title:after, .minicart-items .product .toggle:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after { position: absolute; right: 22px; top: 10px; } .abs-toggling-title > span, .abs-cart-block > .title > span, .minicart-items .product .toggle > span, .abs-discount-block .block > .title > span, .cart-summary .block > .title > span, .paypal-review-discount .block > .title > span, .cart-discount .block > .title > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-toggling-title:after, .abs-cart-block > .title:after, .minicart-items .product .toggle:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 3px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-discount-block .block, .cart-summary .block, .paypal-review-discount .block, .cart-discount .block { margin: 0; } .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after { color: #858585; } .abs-discount-block .block .content, .cart-summary .block .content, .paypal-review-discount .block .content, .cart-discount .block .content { display: none; padding: 5px 15px 23px; position: relative; } .abs-cart-block.active > .title:after, .abs-discount-block .block.active > .title:after, .cart-summary .block.active > .title:after, .paypal-review-discount .block.active > .title:after, .cart-discount .block.active > .title:after { content: '\f106'; } .abs-discount-block .block.active .content, .cart-summary .block.active .content, .paypal-review-discount .block.active .content, .cart-discount .block.active .content { display: block; } .multicheckout .table-wrapper .cart-price { color: #7d7d7d; font-size: 1.6rem; font-weight: 700; } .multicheckout .table-wrapper .product-item-name { font-size: 1.8rem; font-weight: 300; margin: 0; } .abs-account-blocks .block-title, .account .legend, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title { border-bottom: 1px solid #c6c6c6; margin-bottom: 27.5px; padding-bottom: 10px; } .abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, .block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, .block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, .block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, .block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, .customer-review .review-details .title > strong, .customer-review .review-details .title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, .account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span { font-size: 2.2rem; font-weight: 300; } .block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-address-billing .box-content, .box-address-shipping .box-content, .box-information .box-content, .box-newsletter .box-content { line-height: 24px; } .order-details-items tfoot td { background: #f5f5f5; } .paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax { color: #666666; font-size: 1.8rem; display: block; line-height: 1; white-space: nowrap; } .paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price, .order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price { font-weight: 700; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax, .cart-summary .price-including-tax, .cart-summary .price-excluding-tax, .gift-summary .price-including-tax, .gift-summary .price-excluding-tax, .gift-options .price-including-tax, .gift-options .price-excluding-tax { font-size: 1.4rem; display: inline-block; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax { font-size: 1.1rem; display: inline-block; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before { content: '(' attr(data-label) ': '; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after { content: ')'; } .price-including-tax .cart-tax-total, .price-excluding-tax .cart-tax-total, .paypal-review .table-paypal-review-items .cart-tax-total, .cart.table-wrapper .cart-tax-total, .order-details-items .cart-tax-total { cursor: pointer; padding-right: 10px; position: relative; display: inline-block; text-decoration: none; } .abs-tax-total:after, .price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after, .paypal-review .table-paypal-review-items .cart-tax-total:after, .cart.table-wrapper .cart-tax-total:after, .order-details-items .cart-tax-total:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 8px; line-height: 8px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 3px 0 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after, .paypal-review .table-paypal-review-items .cart-tax-total:after, .cart.table-wrapper .cart-tax-total:after, .order-details-items .cart-tax-total:after { position: absolute; right: -2px; top: 4px; } .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after, .price-excluding-tax .cart-tax-total-expanded:after, .paypal-review .table-paypal-review-items .cart-tax-total-expanded:after, .cart.table-wrapper .cart-tax-total-expanded:after, .order-details-items .cart-tax-total-expanded:after { content: '\f106'; } .giftcard-account .form-giftcard-redeem .fieldset, .form-giftregistry-create .fieldset { margin-bottom: 22px; } .review-ratings .rating-summary, .customer-review .review-details .customer-review-rating .rating-summary { display: table-row; } .review-ratings .rating-label, .customer-review .review-details .customer-review-rating .rating-label { display: table-cell; padding-bottom: 5.5px; padding-right: 27.5px; padding-top: 1px; vertical-align: top; } .review-ratings .rating-result, .customer-review .review-details .customer-review-rating .rating-result { display: table-cell; vertical-align: top; } .block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^='sales-guest-'] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after, .account .data.cms-page-view .column.main table.table-grid .col.actions .action:after, [class^='sales-guest-'] .data.cms-page-view .column.main table.table-grid .col.actions .action:after, .sales-guest-view .data.cms-page-view .column.main table.table-grid .col.actions .action:after, .account .data.modal-content table.table-grid .col.actions .action:after, [class^='sales-guest-'] .data.modal-content table.table-grid .col.actions .action:after, .sales-guest-view .data.modal-content table.table-grid .col.actions .action:after, .account .data.cms-page-view .column.main table.data-table .col.actions .action:after, [class^='sales-guest-'] .data.cms-page-view .column.main table.data-table .col.actions .action:after, .sales-guest-view .data.cms-page-view .column.main table.data-table .col.actions .action:after, .account .data.modal-content table.data-table .col.actions .action:after, [class^='sales-guest-'] .data.modal-content table.data-table .col.actions .action:after, .sales-guest-view .data.modal-content table.data-table .col.actions .action:after { border-left: 1px solid #a6a6a6; content: ''; display: inline-block; height: 12px; margin: 0 10px; vertical-align: -1px; } .block-addresses-list .items.addresses .item.actions .action:last-child:after, .account .data.table .col.actions .action:last-child:after, [class^='sales-guest-'] .data.table .col.actions .action:last-child:after, .sales-guest-view .data.table .col.actions .action:last-child:after, .block .box-actions .action:last-child:after, .account .data.cms-page-view .column.main table.table-grid .col.actions .action:last-child:after, [class^='sales-guest-'] .data.cms-page-view .column.main table.table-grid .col.actions .action:last-child:after, .sales-guest-view .data.cms-page-view .column.main table.table-grid .col.actions .action:last-child:after, .account .data.modal-content table.table-grid .col.actions .action:last-child:after, [class^='sales-guest-'] .data.modal-content table.table-grid .col.actions .action:last-child:after, .sales-guest-view .data.modal-content table.table-grid .col.actions .action:last-child:after, .account .data.cms-page-view .column.main table.data-table .col.actions .action:last-child:after, [class^='sales-guest-'] .data.cms-page-view .column.main table.data-table .col.actions .action:last-child:after, .sales-guest-view .data.cms-page-view .column.main table.data-table .col.actions .action:last-child:after, .account .data.modal-content table.data-table .col.actions .action:last-child:after, [class^='sales-guest-'] .data.modal-content table.data-table .col.actions .action:last-child:after, .sales-guest-view .data.modal-content table.data-table .col.actions .action:last-child:after { display: none; } .paypal-review .block .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action { margin-left: 15px; } .paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title { display: inline-block; margin: 0 0 10px; } .paypal-review .block .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span { font-size: 1.6rem; } .paypal-review .block .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action { font-weight: 400; margin-left: 10px; } .block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after, .minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after, .order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after { content: ': '; } .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new { display: inline-block; text-decoration: none; } .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 10px; color: inherit; content: '\f196'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover { background: #e8e8e8; } .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before { margin-left: -17px; margin-right: 5.5px; } .abs-sidebar-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend, .cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections, [class^='multishipping-'] .nav-toggle, .no-display, .argento-tabs:not(.argento-tabs-initialized) > * > .block-content, .catalog-product_compare-index ul.compare.wrapper, .catalog-product-compare-index ul.compare.wrapper, .checkout-index-index ul.compare.wrapper, ul.compare.wrapper .action.compare.no-display, .product-info-sticky, .product.data.items #product-review-container .block-title, .sidebar .block-wishlist .product-items .product-item-actions, .modes-mode > span, .pages .action span, .block-viewed-products-grid .products-grid .product-item-actions, .block-viewed-products-grid .products-grid .product-item-description, #narrow-by-list:not([role=tablist]) .filter-options-item:not(.active) .filter-options-content, .filter > div.title, .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view + .add, .product-info-main .product-info-stock-sku .product-social-links .action.mailto.friend span, .product-info-main .block.related .block-actions, .product-info-main .block.related .prolabels-wrapper > div:not([class]), .product-info-main .block.related .product.details, .product-options-wrapper .fieldset > .field.required > .label::after, .product-options-wrapper .fieldset > .field.date.required .legend::after, .product-options-wrapper .swatch-attribute .swatch-attribute-label-wrapper .swatch-attribute-selected-option, .product.data.items.collapsed:not([role=tablist]) > .item.content:nth-child(n+4), .product.data.items > .item.content .review-add .block-title > *, .product.data.items .samples-item-title, .review-list .block-title, .review-list .review-date, .bundle-options-container .legend.title, .bundle-options-container .product-options-bottom, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption, #narrow-by-list:not([role=tablist]) .filter-options-item:not(.active) .filter > .content .options > dd { display: none; } .return-status, .order-status { border: 2px solid #eff0f1; border-radius: 3px; display: inline-block; margin: 3px 0 0; padding: 2px 10px; text-transform: uppercase; vertical-align: top; } .magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^='sales-guest-'] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title { margin-right: 25px; } .magento-rma-returns-returns .page-main .page-title-wrapper .order-date, .magento-rma-returns-view .page-main .page-title-wrapper .order-date, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date, .account .page-main .page-title-wrapper .order-date, [class^='sales-guest-'] .page-main .page-title-wrapper .order-date, .sales-guest-view .page-main .page-title-wrapper .order-date, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date { font-size: 16px; margin-bottom: 10px; } .magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label, .magento-rma-returns-view .page-main .page-title-wrapper .order-date .label, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label, .account .page-main .page-title-wrapper .order-date .label, [class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label, .sales-guest-view .page-main .page-title-wrapper .order-date .label, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label { display: none; } .account .column.main .order-details-items .table-wrapper .data.table, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table, .block-giftregistry-results .data.table, .block-wishlist-search-results .data.table, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid, .block-giftregistry-results .data.modal-content table.table-grid, .block-wishlist-search-results .data.modal-content table.table-grid, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table, .block-giftregistry-results .data.cms-page-view .column.main table.data-table, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table, .block-giftregistry-results .data.modal-content table.data-table, .block-wishlist-search-results .data.modal-content table.data-table, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table { border: none; } .abs-table-striped > tbody > tr:nth-child(even) > td, .abs-table-striped > tbody > tr:nth-child(even) > th, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, .block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td, .block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th, .block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td, .block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th, .block-giftregistry-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td, .block-giftregistry-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th, .block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td, .block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th, .block-giftregistry-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > td, .block-giftregistry-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > th, .block-wishlist-search-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > td, .block-wishlist-search-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th { background: #f6f6f6; } .abs-table-striped > thead > tr > th, .abs-table-striped > tbody > tr > th, .abs-table-striped > tfoot > tr > th, .abs-table-striped > thead > tr > td, .abs-table-striped > tbody > tr > td, .abs-table-striped > tfoot > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, .block-giftregistry-results .data.table > thead > tr > th, .block-giftregistry-results .data.table > tbody > tr > th, .block-giftregistry-results .data.table > tfoot > tr > th, .block-giftregistry-results .data.table > thead > tr > td, .block-giftregistry-results .data.table > tbody > tr > td, .block-giftregistry-results .data.table > tfoot > tr > td, .block-wishlist-search-results .data.table > thead > tr > th, .block-wishlist-search-results .data.table > tbody > tr > th, .block-wishlist-search-results .data.table > tfoot > tr > th, .block-wishlist-search-results .data.table > thead > tr > td, .block-wishlist-search-results .data.table > tbody > tr > td, .block-wishlist-search-results .data.table > tfoot > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td, .block-giftregistry-results .data.modal-content table.table-grid > thead > tr > th, .block-giftregistry-results .data.modal-content table.table-grid > tbody > tr > th, .block-giftregistry-results .data.modal-content table.table-grid > tfoot > tr > th, .block-giftregistry-results .data.modal-content table.table-grid > thead > tr > td, .block-giftregistry-results .data.modal-content table.table-grid > tbody > tr > td, .block-giftregistry-results .data.modal-content table.table-grid > tfoot > tr > td, .block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > th, .block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr > th, .block-wishlist-search-results .data.modal-content table.table-grid > tfoot > tr > th, .block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > td, .block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr > td, .block-wishlist-search-results .data.modal-content table.table-grid > tfoot > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > tfoot > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > tfoot > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tfoot > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tfoot > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td, .block-giftregistry-results .data.modal-content table.data-table > thead > tr > th, .block-giftregistry-results .data.modal-content table.data-table > tbody > tr > th, .block-giftregistry-results .data.modal-content table.data-table > tfoot > tr > th, .block-giftregistry-results .data.modal-content table.data-table > thead > tr > td, .block-giftregistry-results .data.modal-content table.data-table > tbody > tr > td, .block-giftregistry-results .data.modal-content table.data-table > tfoot > tr > td, .block-wishlist-search-results .data.modal-content table.data-table > thead > tr > th, .block-wishlist-search-results .data.modal-content table.data-table > tbody > tr > th, .block-wishlist-search-results .data.modal-content table.data-table > tfoot > tr > th, .block-wishlist-search-results .data.modal-content table.data-table > thead > tr > td, .block-wishlist-search-results .data.modal-content table.data-table > tbody > tr > td, .block-wishlist-search-results .data.modal-content table.data-table > tfoot > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td { border: none; } .abs-table-striped > thead > tr > th, .abs-table-striped > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .block-giftregistry-results .data.table > thead > tr > th, .block-giftregistry-results .data.table > thead > tr > td, .block-wishlist-search-results .data.table > thead > tr > th, .block-wishlist-search-results .data.table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, .block-giftregistry-results .data.modal-content table.table-grid > thead > tr > th, .block-giftregistry-results .data.modal-content table.table-grid > thead > tr > td, .block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > th, .block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > th, .block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > td, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > th, .block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td, .block-giftregistry-results .data.modal-content table.data-table > thead > tr > th, .block-giftregistry-results .data.modal-content table.data-table > thead > tr > td, .block-wishlist-search-results .data.modal-content table.data-table > thead > tr > th, .block-wishlist-search-results .data.modal-content table.data-table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td { border-bottom: 1px solid #eff0f1; } .block-compare .counter, .block-wishlist .counter { color: #6d6d6d; font-size: 1.2rem; vertical-align: middle; white-space: nowrap; } .block-compare .counter:before, .block-wishlist .counter:before { content: '('; } .block-compare .counter:after, .block-wishlist .counter:after { content: ')'; } .block-compare .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title { margin: 0 0 22px; } .block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong { font-size: 20px; font-weight: 300; vertical-align: middle; } .block-cart-failed, .cart-container .form-cart { margin-bottom: 22px; } .block-cart-failed .actions.main .continue, .cart-container .form-cart .actions.main .continue { display: none; } .block-cart-failed .actions.main .clear, .cart-container .form-cart .actions.main .clear { line-height: 1.42857143; margin: 0 22px 0 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; font-weight: 400; } .abs-shopping-cart-items .actions.main .clear:visited, .block-cart-failed .actions.main .clear:visited, .cart-container .form-cart .actions.main .clear:visited { color: #8f98a1; text-decoration: none; } .abs-shopping-cart-items .actions.main .clear:hover, .block-cart-failed .actions.main .clear:hover, .cart-container .form-cart .actions.main .clear:hover { color: #8f98a1; text-decoration: underline; } .abs-shopping-cart-items .actions.main .clear:active, .block-cart-failed .actions.main .clear:active, .cart-container .form-cart .actions.main .clear:active { color: #8f98a1; text-decoration: underline; } .abs-shopping-cart-items .actions.main .clear:hover, .abs-shopping-cart-items .actions.main .clear:active, .abs-shopping-cart-items .actions.main .clear:focus, .block-cart-failed .actions.main .clear:hover, .block-cart-failed .actions.main .clear:active, .block-cart-failed .actions.main .clear:focus, .cart-container .form-cart .actions.main .clear:hover, .cart-container .form-cart .actions.main .clear:active, .cart-container .form-cart .actions.main .clear:focus { background: none; border: 0; } .abs-shopping-cart-items .actions.main .clear.disabled, .abs-shopping-cart-items .actions.main .clear[disabled], fieldset[disabled] .abs-shopping-cart-items .actions.main .clear, .block-cart-failed .actions.main .clear.disabled, .block-cart-failed .actions.main .clear[disabled], fieldset[disabled] .block-cart-failed .actions.main .clear, .cart-container .form-cart .actions.main .clear.disabled, .cart-container .form-cart .actions.main .clear[disabled], fieldset[disabled] .cart-container .form-cart .actions.main .clear { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .form.search.advanced .fields.range .field.date .control, .form-giftregistry-edit .field.date .control { position: relative; } .abs-field-date input, .field.date ._has-datepicker, .field-dob ._has-datepicker, .form-giftregistry-search .fields-specific-options .datetime-picker, .form.search.advanced .fields.range .field.date input, .form-giftregistry-edit .field.date input { margin-right: 10px; width: calc(100% - 33px); } .field .control._with-tooltip { position: relative; } .field .control._with-tooltip input { margin-right: 10px; width: calc(100% - 36.5px); } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content { right: -10px; top: 40px; left: auto; } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after { border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0; } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before { border-bottom-color: #f2f5f7; } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after { border-bottom-color: #ffffff; top: 1px; } .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title { padding-bottom: 10px; color: #2b3945; font-weight: 300; font-size: 2.6rem; } .cart-totals, .opc-block-summary .table-totals { border-top: 1px solid #eff0f1; padding-top: 10px; } .cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tfoot .mark { border: 0; font-weight: 400; padding: 6px 0; } .cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount { border: 0; font-weight: 400; padding: 6px 0 6px 14px; text-align: right; white-space: nowrap; } .cart-totals .grand th, .cart-totals .grand td, .opc-block-summary .table-totals .grand th, .opc-block-summary .table-totals .grand td { padding: 11px 0; } .cart-totals .grand strong, .opc-block-summary .table-totals .grand strong { display: inline-block; font-weight: 600; padding: 3px 0 0; } .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark { font-size: 1.8rem; border-top: 1px solid #eff0f1; padding-right: 10px; } .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount { font-size: 1.8rem; border-top: 1px solid #eff0f1; } .cart-totals .msrp, .opc-block-summary .table-totals .msrp { margin-bottom: 10px; } .cart-totals tbody tr:last-child td, .opc-block-summary .table-totals tbody tr:last-child td { padding-bottom: 19px; } .cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount, .opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount { border-bottom: 1px solid #eff0f1; border-top: 1px solid #eff0f1; cursor: pointer; } .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price { padding-right: 22px; position: relative; display: inline-block; text-decoration: none; } .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after { position: absolute; right: 3px; top: 3px; } .cart-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .amount, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount { border-bottom: 0; } .abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after { content: '\f106'; } .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details { border-bottom: 1px solid #eff0f1; display: none; } .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown { display: table-row; } .cart-totals .table-wrapper, .opc-block-summary .table-totals .table-wrapper { margin-bottom: 0; } .paypal-review-discount .block > .title strong, .cart-discount .block > .title strong { color: #8f98a1; font-weight: 400; } .paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar { display: table-cell; vertical-align: top; width: 1%; } .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel { border-bottom-left-radius: 0; border-top-left-radius: 0; margin: 0 0 0 -1px; white-space: nowrap; width: auto; } .paypal-review-discount .actions-toolbar .secondary, .cart-discount .actions-toolbar .secondary { bottom: 5px; left: 15px; position: absolute; } .paypal-review-discount .action.check, .cart-discount .action.check { font-weight: 400; } .paypal-review-discount .fieldset, .cart-discount .fieldset { display: table; width: 100%; } .paypal-review-discount .fieldset > .field > .label, .cart-discount .fieldset > .field > .label { display: none; } .paypal-review-discount .field, .cart-discount .field { display: table-cell; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/light/opensans-300.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/regular/opensans-400.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/semibold/opensans-600.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/opensans/bold/opensans-700.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; } .items { margin: 0; padding: 0; list-style: none none; } .columns { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; } .columns:after { clear: both; content: ' '; display: block; height: 0; overflow: hidden; visibility: hidden; } .columns .column.main { padding-bottom: 44px; -webkit-flex-basis: auto; flex-basis: auto; -webkit-flex-grow: 1; flex-grow: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width: 100%; } .columns .sidebar-main { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .columns .sidebar-additional { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .table-wrapper { margin-bottom: 22px; } table > caption { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .table tfoot, .cms-page-view .column.main table.table-grid tfoot, .modal-content table.table-grid tfoot, .cms-page-view .column.main table.data-table tfoot, .modal-content table.data-table tfoot { background: #f5f5f5; } .table tfoot > tr:first-child th, .table tfoot > tr:first-child td, .cms-page-view .column.main table.table-grid tfoot > tr:first-child th, .cms-page-view .column.main table.table-grid tfoot > tr:first-child td, .modal-content table.table-grid tfoot > tr:first-child th, .modal-content table.table-grid tfoot > tr:first-child td, .cms-page-view .column.main table.data-table tfoot > tr:first-child th, .cms-page-view .column.main table.data-table tfoot > tr:first-child td, .modal-content table.data-table tfoot > tr:first-child th, .modal-content table.data-table tfoot > tr:first-child td { border-top: 1px solid #eff0f1; padding-top: 22px; } .table tfoot th, .table tfoot td, .cms-page-view .column.main table.table-grid tfoot th, .cms-page-view .column.main table.table-grid tfoot td, .modal-content table.table-grid tfoot th, .modal-content table.table-grid tfoot td, .cms-page-view .column.main table.data-table tfoot th, .cms-page-view .column.main table.data-table tfoot td, .modal-content table.data-table tfoot th, .modal-content table.data-table tfoot td { border: 0; } .table tfoot .mark, .cms-page-view .column.main table.table-grid tfoot .mark, .modal-content table.table-grid tfoot .mark, .cms-page-view .column.main table.data-table tfoot .mark, .modal-content table.data-table tfoot .mark { font-weight: 400; text-align: right; } .message.info { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #b3dbff; color: #0074d9; padding-left: 45px; position: relative; } .message.info a { color: #0059a6; } .message.info a:hover { color: #8f98a1; } .message.info a:active { color: #8f98a1; } .message.info > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: transparent; content: 'I'; font-family: 'FontAwesome'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; overflow: visible; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.info > :first-child:before { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMwMDc0RDkiPjxwYXRoIGQ9Ik0yMi40OSA1LjUyQzI3LjE3IDEwLjIgMjcuMTcgMTcuOCAyMi40OSAyMi40OCAxNy44IDI3LjE3IDEwLjIgMjcuMTcgNS41MiAyMi40OCAwLjgzIDE3LjggMC44MyAxMC4yIDUuNTIgNS41MiAxMC4yIDAuODMgMTcuOCAwLjgzIDIyLjQ5IDUuNTJaIi8+PHBhdGggZD0iTTE0IDguMTlMMTQgMTYuNzEiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTQgMTguMjZMMTQgMTkuODEiLz48L2c+PC9nPjwvc3ZnPgo=) no-repeat center / 24px; } .message.error { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #fdc8c8; color: #d74c4c; padding-left: 45px; position: relative; } .message.error a { color: #c42c2c; } .message.error a:hover { color: #8f98a1; } .message.error a:active { color: #8f98a1; } .message.error > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: transparent; content: 'E'; font-family: 'FontAwesome'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; overflow: visible; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.error > :first-child:before { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiNkNzRjNGMiPjxwYXRoIGQ9Ik04Ljk1IDkuMjVMMTkuMDUgMTkuMjgiLz48cGF0aCBkPSJNOC45OSAxOS4zMkwxOS4wMSA5LjIyIi8+PHBhdGggZD0iTTIyLjQ5IDUuNTJDMjcuMTcgMTAuMiAyNy4xNyAxNy44IDIyLjQ5IDIyLjQ5IDE3LjggMjcuMTcgMTAuMiAyNy4xNyA1LjUyIDIyLjQ5IDAuODMgMTcuOCAwLjgzIDEwLjIgNS41MiA1LjUyIDEwLjIgMC44MyAxNy44IDAuODMgMjIuNDkgNS41MiIvPjwvZz48L2c+PC9zdmc+Cg==) no-repeat center / 24px; } .message.warning { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #fcf0ba; color: #b38301; padding-left: 45px; position: relative; } .message.warning a { color: #805e01; } .message.warning a:hover { color: #8f98a1; } .message.warning a:active { color: #8f98a1; } .message.warning > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: transparent; content: 'W'; font-family: 'FontAwesome'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; overflow: visible; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.warning > :first-child:before { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiNiMzgzMDEiPjxwYXRoIGQ9Ik0yMi40OSA1LjUyQzI3LjE3IDEwLjIgMjcuMTcgMTcuOCAyMi40OSAyMi40OCAxNy44IDI3LjE3IDEwLjIgMjcuMTcgNS41MiAyMi40OCAwLjgzIDE3LjggMC44MyAxMC4yIDUuNTIgNS41MiAxMC4yIDAuODMgMTcuOCAwLjgzIDIyLjQ5IDUuNTJaIi8+PHBhdGggZD0iTTE0IDguMTlMMTQgMTYuNzEiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTQgMTguMjZMMTQgMTkuODEiLz48L2c+PC9nPjwvc3ZnPgo=) no-repeat center / 24px; } .message.notice { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #b3dbff; color: #0074d9; padding-left: 45px; position: relative; } .message.notice a { color: #0059a6; } .message.notice a:hover { color: #8f98a1; } .message.notice a:active { color: #8f98a1; } .message.notice > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: transparent; content: 'N'; font-family: 'FontAwesome'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; overflow: visible; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.notice > :first-child:before { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMwMDc0RDkiPjxwYXRoIGQ9Ik0yMi40OSA1LjUyQzI3LjE3IDEwLjIgMjcuMTcgMTcuOCAyMi40OSAyMi40OCAxNy44IDI3LjE3IDEwLjIgMjcuMTcgNS41MiAyMi40OCAwLjgzIDE3LjggMC44MyAxMC4yIDUuNTIgNS41MiAxMC4yIDAuODMgMTcuOCAwLjgzIDIyLjQ5IDUuNTJaIi8+PHBhdGggZD0iTTE0IDguMTlMMTQgMTYuNzEiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTQgMTguMjZMMTQgMTkuODEiLz48L2c+PC9nPjwvc3ZnPgo=) no-repeat center / 24px; } .message.success { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #a9eec9; color: #0d924a; padding-left: 45px; position: relative; } .message.success a { color: #096332; } .message.success a:hover { color: #8f98a1; } .message.success a:active { color: #8f98a1; } .message.success > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: transparent; content: 'S'; font-family: 'FontAwesome'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; overflow: visible; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.success > :first-child:before { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMwZDkyNGEiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPjxwb2x5bGluZSBwb2ludHM9IjYuNjUgMTEuMzkgMTEuMjkgMTYuMDMgMTguMjIgOC45MiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPjxwYXRoIGQ9Ik0yMC40OSAzLjUyQzI1LjE3IDguMiAyNS4xNyAxNS44IDIwLjQ5IDIwLjQ5IDE1LjggMjUuMTcgOC4yIDI1LjE3IDMuNTIgMjAuNDkgLTEuMTcgMTUuOC0xLjE3IDguMiAzLjUyIDMuNTIgOC4yLTEuMTcgMTUuOC0xLjE3IDIwLjQ5IDMuNTIiLz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat center / 24px; } .panel.header .links, .panel.header .switcher { display: none; } .nav-sections { background: transparent; } .nav-toggle { display: inline-block; text-decoration: none; cursor: pointer; display: block; font-size: 0; left: 15px; position: absolute; top: 15px; z-index: 14; } .nav-toggle:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 28px; line-height: inherit; color: #757575; content: '\f0c9'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .nav-toggle:hover:before { color: #333333; } .nav-toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .tooltip.wrapper { position: relative; } .tooltip.wrapper .tooltip.content { background: #ffffff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #333333; line-height: 1.4; border: 1px solid #bbbbbb; margin-top: 5px; left: 0; top: 100%; } .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before { border: solid transparent; content: ''; height: 0; position: absolute; width: 0; } .tooltip.wrapper .tooltip.content:after { border-width: 5px; border-color: transparent; } .tooltip.wrapper .tooltip.content:before { border-width: 6px; border-color: transparent; } .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before { bottom: 100%; } .tooltip.wrapper .tooltip.content:after { border-bottom-color: #ffffff; left: 15px; margin-left: -5px; } .tooltip.wrapper .tooltip.content:before { border-bottom-color: #bbbbbb; left: 15px; margin-left: -6px; } .tooltip.wrapper .tooltip.toggle { cursor: help; } .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content, .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content, .tooltip.wrapper:hover .tooltip.content { display: block; } .tooltip.wrapper .tooltip.content dl { margin-bottom: 0; } .tooltip.wrapper .tooltip.content dd { white-space: normal; } .tooltip.wrapper .tooltip.content .subtitle { display: inline-block; font-size: 16px; font-weight: 500; margin-bottom: 15px; } .tooltip.wrapper .tooltip.content .label { margin-top: 10px; } .tooltip.wrapper .tooltip.content .label:first-child { margin-top: 0; } .tooltip.wrapper .tooltip.content .values { margin: 0; } .ui-tooltip { position: absolute; z-index: 9999; } .load.indicator { background-color: rgba(255, 255, 255, 0.7); z-index: 9999; bottom: 0; left: 0; position: fixed; right: 0; top: 0; position: absolute; } .load.indicator:before { background: transparent url('../../frontend/Kukladom/Main/ru_RU/images/loader-2.gif') no-repeat 50% 50%; border-radius: 5px; height: 160px; width: 160px; bottom: 0; box-sizing: border-box; content: ''; left: 0; margin: auto; position: absolute; right: 0; top: 0; } .load.indicator > span { display: none; } .loading-mask { bottom: 0; left: 0; margin: auto; position: fixed; right: 0; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.5); } .loading-mask .loader > img { bottom: 0; left: 0; margin: auto; position: fixed; right: 0; top: 0; z-index: 100; } .loading-mask .loader > p { display: none; } body > .loading-mask { z-index: 9999; } ._block-content-loading { position: relative; } [data-role='main-css-loader'] { display: none; } .fieldset { border: 0; margin: 0 0 44px; padding: 0; letter-spacing: -.31em; } .fieldset > * { letter-spacing: normal; } .fieldset > .legend { margin: 0 0 22px; padding: 0 0 10px; width: 100%; box-sizing: border-box; float: left; font-weight: 300; line-height: 1.2; font-size: 1.8rem; } .fieldset > .legend + br { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; } .fieldset:last-child { margin-bottom: 22px; } .fieldset > .field, .fieldset > .fields > .field { margin: 0 0 22px; } .fieldset > .field > .label, .fieldset > .fields > .field > .label { margin: 0 0 8px; display: inline-block; } .fieldset > .field:last-child, .fieldset > .fields > .field:last-child { margin-bottom: 0; } .fieldset > .field > .label, .fieldset > .fields > .field > .label { font-weight: 600; } .fieldset > .field > .label + br, .fieldset > .fields > .field > .label + br { display: none; } .fieldset > .field .choice input, .fieldset > .fields > .field .choice input { vertical-align: top; } .fieldset > .field .fields.group:before, .fieldset > .fields > .field .fields.group:before, .fieldset > .field .fields.group:after, .fieldset > .fields > .field .fields.group:after { content: ''; display: table; } .fieldset > .field .fields.group:after, .fieldset > .fields > .field .fields.group:after { clear: both; } .fieldset > .field .fields.group .field, .fieldset > .fields > .field .fields.group .field { box-sizing: border-box; float: left; } .fieldset > .field .fields.group.group-2 .field, .fieldset > .fields > .field .fields.group.group-2 .field { width: 50% !important; } .fieldset > .field .fields.group.group-3 .field, .fieldset > .fields > .field .fields.group.group-3 .field { width: 33.3% !important; } .fieldset > .field .fields.group.group-4 .field, .fieldset > .fields > .field .fields.group.group-4 .field { width: 25% !important; } .fieldset > .field .fields.group.group-5 .field, .fieldset > .fields > .field .fields.group.group-5 .field { width: 20% !important; } .fieldset > .field .addon, .fieldset > .fields > .field .addon { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0; width: 100%; } .fieldset > .field .addon textarea, .fieldset > .fields > .field .addon textarea, .fieldset > .field .addon select, .fieldset > .fields > .field .addon select, .fieldset > .field .addon input, .fieldset > .fields > .field .addon input { -ms-flex-order: 2; -webkit-order: 2; order: 2; -webkit-flex-basis: 100%; flex-basis: 100%; display: inline-block; margin: 0; width: auto; } .fieldset > .field .addon .addbefore, .fieldset > .fields > .field .addon .addbefore, .fieldset > .field .addon .addafter, .fieldset > .fields > .field .addon .addafter { background: #ffffff; background-clip: padding-box; border: 2px solid #e1e1e1; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; height: 52px; line-height: 24px; padding: 12px 15px; vertical-align: baseline; width: 100%; box-sizing: border-box; -ms-flex-order: 3; -webkit-order: 3; order: 3; display: inline-block; vertical-align: middle; white-space: nowrap; width: auto; } .fieldset > .field .addon .addbefore:disabled, .fieldset > .fields > .field .addon .addbefore:disabled, .fieldset > .field .addon .addafter:disabled, .fieldset > .fields > .field .addon .addafter:disabled { opacity: 0.5; } .fieldset > .field .addon .addbefore::-moz-placeholder, .fieldset > .fields > .field .addon .addbefore::-moz-placeholder, .fieldset > .field .addon .addafter::-moz-placeholder, .fieldset > .fields > .field .addon .addafter::-moz-placeholder { color: #575757; } .fieldset > .field .addon .addbefore::-webkit-input-placeholder, .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder, .fieldset > .field .addon .addafter::-webkit-input-placeholder, .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder { color: #575757; } .fieldset > .field .addon .addbefore:-ms-input-placeholder, .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder, .fieldset > .field .addon .addafter:-ms-input-placeholder, .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder { color: #575757; } .fieldset > .field .addon .addbefore, .fieldset > .fields > .field .addon .addbefore { float: left; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .fieldset > .field .additional, .fieldset > .fields > .field .additional { margin-top: 10px; } .fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after { content: '*'; color: #e02b27; font-size: 1.4rem; margin: 0 0 0 5.5px; } .fieldset > .field .note, .fieldset > .fields > .field .note { font-size: 1.4rem; margin: 3px 0 0; padding: 0; display: inline-block; text-decoration: none; } .fieldset > .field .note:before, .fieldset > .fields > .field .note:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 28px; line-height: 14px; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .fieldset > .field .choice input, .fieldset > .fields > .field .choice input { vertical-align: baseline; } .fieldset > .field.no-label > .label, .fieldset > .fields > .field.no-label > .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .fieldset > .field.choice .label, .fieldset > .fields > .field.choice .label { display: inline; font-weight: normal; margin: 0; } .column:not(.main) .fieldset > .field .label, .column:not(.main) .fieldset > .fields > .field .label { font-weight: normal; } .fieldset > .field .field.choice, .fieldset > .fields > .field .field.choice { margin-bottom: 10px; } .fieldset > .field .field.choice:last-child, .fieldset > .fields > .field .field.choice:last-child { margin-bottom: 0; } .legend + .fieldset, .legend + div { clear: both; } .legend > span { margin-right: 5.5px; } fieldset.field { border: 0; padding: 0; } .field.date .time-picker { display: inline-block; margin-top: 10px; white-space: nowrap; } .field .message.warning { margin-top: 10px; } select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-size: 30px 60px; text-indent: .01em; text-overflow: ''; } select::-ms-expand { display: none; } select.admin__control-multiselect { height: auto; } .field-error, div.mage-error[generated] { margin-top: 7px; } .field-error { color: #e02b27; font-size: 1.4rem; } .product-options-wrapper .date.required div[for*='options'].mage-error { display: none !important; } .field .tooltip { position: relative; } .field .tooltip .tooltip-content { background: #ffffff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #333333; line-height: 1.4; border: 1px solid #bbbbbb; margin-left: 5px; left: 100%; top: 0; } .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before { border: solid transparent; content: ''; height: 0; position: absolute; width: 0; } .field .tooltip .tooltip-content:after { border-width: 5px; border-color: transparent; } .field .tooltip .tooltip-content:before { border-width: 6px; border-color: transparent; } .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before { right: 100%; } .field .tooltip .tooltip-content:after { border-right-color: #ffffff; margin-top: -5px; top: 15px; } .field .tooltip .tooltip-content:before { border-right-color: #bbbbbb; margin-top: -6px; top: 15px; } .field .tooltip .tooltip-toggle { cursor: help; } .field .tooltip .tooltip-toggle:hover + .tooltip-content, .field .tooltip .tooltip-toggle:focus + .tooltip-content, .field .tooltip:hover .tooltip-content { display: block; } .field .tooltip .tooltip-content { min-width: 200px; white-space: normal; } input:focus ~ .tooltip .tooltip-content, select:focus ~ .tooltip .tooltip-content { display: block; } ._has-datepicker ~ .ui-datepicker-trigger { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; display: block; text-decoration: none; display: inline-block; margin-top: -4px; vertical-align: middle; } ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active { background: none; border: none; } ._has-datepicker ~ .ui-datepicker-trigger:hover { background: none; border: none; } ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled], fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger { pointer-events: none; opacity: 0.5; } ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active { color: #333333; } ._has-datepicker ~ .ui-datepicker-trigger:hover { color: #333333; } ._has-datepicker ~ .ui-datepicker-trigger > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } ._has-datepicker ~ .ui-datepicker-trigger:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 23px; line-height: 23px; color: #7d7d7d; content: '\f073'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } ._has-datepicker ~ .ui-datepicker-trigger:focus { box-shadow: none; outline: 0; } .sidebar .fieldset { margin: 0; } .sidebar .fieldset > .field:not(.choice):not(:last-child), .sidebar .fieldset .fields > .field:not(:last-child) { margin: 0 0 22px; } .sidebar .fieldset > .field:not(.choice) .label, .sidebar .fieldset .fields > .field .label { margin: 0 0 4px; padding: 0 0 5.5px; text-align: left; width: 100%; } .sidebar .fieldset > .field:not(.choice) .control, .sidebar .fieldset .fields > .field .control { width: 100%; } button:not(.primary) { box-shadow: none; } button:not(.primary):active { box-shadow: none; } body:not(._keyfocus) button:focus { box-shadow: none; } a.action.primary { display: inline-block; text-decoration: none; } a.action.primary:hover, a.action.primary:active, a.action.primary:focus { text-decoration: none; } .action.primary, .action-primary { background-image: none; background: #f76801; border: 2px solid #f76801; color: #ffffff; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; padding: 10px 15px; font-size: 2rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; } .action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .action.primary:hover, .action-primary:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .action.primary.disabled, .action-primary.disabled, .action.primary[disabled], .action-primary[disabled], fieldset[disabled] .action.primary, fieldset[disabled] .action-primary { opacity: 0.5; cursor: default; pointer-events: none; } .product.data.items { margin: 0; padding: 0; border-bottom: 1px solid #2b3945; margin-bottom: 22px; margin-left: -10px; margin-right: -10px; } .product.data.items > .item.title { box-sizing: border-box; float: none; width: 100%; } .product.data.items > .item.title > .switch { display: block; } .product.data.items > .item.content { box-sizing: border-box; display: block; float: none; margin: 0; } .product.data.items > .item.content:before, .product.data.items > .item.content:after { content: ''; display: table; } .product.data.items > .item.content:after { clear: both; } .product.data.items > .item.content.active { display: block; } .product.data.items > .item.title { margin: 0 0 5px; } .product.data.items > .item.title > .switch { background: #eff0f1; height: 50px; padding: 1px 10px 1px 10px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 50px; color: #8f98a1; text-decoration: none; } .product.data.items > .item.title > .switch:visited { text-decoration: none; } .product.data.items > .item.title > .switch:hover { color: #2b3945; text-decoration: none; } .product.data.items > .item.title > .switch:active { color: #2b3945; text-decoration: none; } .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover { color: #2b3945; text-decoration: none; padding-bottom: 1px; } .product.data.items > .item.content { background: #fafafa; margin: 0; padding: 10px 15px; } .product.data.items > .item.title { cursor: pointer; } .product.data.items > .item.title > .switch { text-transform: uppercase; } .product.data.items .item.title a { position: relative; text-decoration: none; } .product.data.items .item.title a:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .product.data.items .item.title a:after { position: absolute; right: 10px; top: 1px; } .product.data.items .item.title.active a:after { content: '\f106'; } .product.data.items .value p:last-child { margin-bottom: 0; } .product.data.items .table-wrapper { margin: 0; } .pages > .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .pages .items { font-size: 0; letter-spacing: -1px; line-height: 0; white-space: nowrap; margin: 0; padding: 0; list-style: none none; display: inline-block; font-weight: bold; } .pages .item { font-size: 1.8rem; line-height: 3.6rem; letter-spacing: normal; margin: 0 8px 0 0; display: inline-block; } .pages .item .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .pages a.page { color: #8f98a1; display: inline-block; padding: 0 12px; text-decoration: none; } .pages a.page:visited { color: #8f98a1; } .pages a.page:hover { color: #202633; text-decoration: none; } .pages a.page:active { color: #8f98a1; } .pages strong.page { background: #eff0f1; font-size: 1.8rem; line-height: 3.6rem; letter-spacing: normal; color: #333333; display: inline-block; font-weight: 700; padding: 0 12px; } .pages .action { background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMCAtMTQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoNTMwIDIpdHJhbnNsYXRlKDMuNSAxMC41KXNjYWxlKC0xIDEpdHJhbnNsYXRlKC0zLjUgLTEwLjUpIiBwb2ludHM9IjcgMTAuNSAyLjggMTcgMCAxNyA0LjIgMTAuNSAwIDQgMi44IDQiLz48L2c+PC9nPjwvc3ZnPg==') no-repeat center / 10px 17px; border: 2px solid #eff0f1; color: #7d7d7d; display: inline-block; padding: 0; text-decoration: none; } .pages .action:visited { color: #7d7d7d; } .pages .action:hover { color: #7d7d7d; text-decoration: none; } .pages .action:active { color: #7d7d7d; } .pages .action { box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(239, 240, 241, 0.3); border-radius: 3px; padding: 0 8px; } .pages .action.previous { margin-right: 8px; } .pages .action.next { margin-left: 8px; } .actions-toolbar > .primary, .actions-toolbar > .secondary { margin-bottom: 10px; text-align: center; } .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action { margin-bottom: 10px; } .actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child { margin-bottom: 0; } .actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child { margin-bottom: 0; } .actions-toolbar > .secondary .action.back { display: none; } .breadcrumbs { margin: 24px 0 16px; text-transform: uppercase; min-height: 17px; } .breadcrumbs .items { font-size: 1.2rem; color: #707070; margin: 0; padding: 0; list-style: none none; } .breadcrumbs .items > li { display: inline-block; vertical-align: top; } .breadcrumbs .item { margin: 0; } .breadcrumbs a { color: #8f98a1; text-decoration: none; } .breadcrumbs a:visited { color: #8f98a1; text-decoration: none; } .breadcrumbs a:hover { color: #8f98a1; text-decoration: underline; } .breadcrumbs a:active { color: #8f98a1; text-decoration: none; } .breadcrumbs strong { font-weight: 400; } .breadcrumbs a { font-weight: bold; } .ui-dialog.popup .action.close { position: absolute; height: 40px; right: 0; top: 0; width: 40px; z-index: 1001; display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; } .ui-dialog.popup .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-dialog.popup .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8c8c8c; content: '\f00d'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .ui-dialog.popup .action.close:hover:before { color: #737373; } .ui-dialog.popup .action.close:active:before { color: #737373; } .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active { background: none; border: none; } .ui-dialog.popup .action.close:hover { background: none; border: none; } .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled], fieldset[disabled] .ui-dialog.popup .action.close { pointer-events: none; opacity: 0.5; } .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active { color: #333333; } .ui-dialog.popup .action.close:hover { color: #333333; } .popup .actions-toolbar .action.cancel { font-weight: 400; } .popup-pointer { margin-left: -14px; position: absolute; top: -14px; } .popup-pointer:before, .popup-pointer:after { content: ''; position: absolute; display: block; width: 0; height: 0; border-bottom-style: solid; } .popup-pointer:before { left: 2px; top: 2px; border: solid 6px; border-color: transparent transparent #ffffff transparent; z-index: 99; } .popup-pointer:after { left: 1px; top: 0px; border: solid 7px; border-color: transparent transparent #aeaeae transparent; z-index: 98; } .price-tier_price .price-excluding-tax, .price-tier_price .price-including-tax { display: inline; } .price-including-tax, .price-excluding-tax { display: block; font-size: 1.8rem; line-height: 1; } .price-including-tax .price, .price-excluding-tax .price { font-weight: 700; } .price-including-tax + .price-excluding-tax, .weee[data-label] { display: block; font-size: 1.8rem; } .price-including-tax + .price-excluding-tax:before, .weee[data-label]:before { content: attr(data-label) ': '; font-size: 1.1rem; } .price-including-tax + .price-excluding-tax .price, .weee[data-label] .price { font-size: 1.1rem; } body._has-modal { height: 100%; overflow: hidden; width: 100%; } .modals-overlay { z-index: 899; } .modal-slide, .modal-popup { bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden; opacity: 0; -webkit-transition: visibility 0s .3s, opacity .3s ease; transition: visibility 0s .3s, opacity .3s ease; } .modal-slide._show, .modal-popup._show { visibility: visible; opacity: 1; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; } .modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap { background-color: #ffffff; box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); opacity: 1; pointer-events: auto; } .modal-slide { left: 44px; z-index: 900; } .modal-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0); } .modal-slide .modal-inner-wrap { height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; width: auto; } .modal-slide._inner-scroll .modal-inner-wrap { overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer { -webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0; } .modal-slide._inner-scroll .modal-content { overflow-y: auto; } .modal-slide._inner-scroll .modal-footer { margin-top: auto; } .modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer { padding: 0 2.6rem 2.6rem; } .modal-slide .modal-header { padding-bottom: 2.1rem; padding-top: 2.1rem; } .modal-popup { z-index: 900; left: 0; overflow-y: auto; } .modal-popup.confirm .modal-inner-wrap { max-width: 50rem; } .modal-popup._show .modal-inner-wrap { -webkit-transform: translateY(0); transform: translateY(0); } .modal-popup .modal-inner-wrap { margin: 5rem auto; width: 75%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-sizing: border-box; height: auto; left: 0; position: absolute; right: 0; -webkit-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: -webkit-transform 0.2s ease; transition: transform .2s ease; } .modal-popup .modal-inner-wrap { transform: translateY(20px); transition: all 0.2s; } .modal-popup ~ .modals-overlay { transition: opacity 0.2s; opacity: 0; } .modal-popup._show ~ .modals-overlay { opacity: 1; } .modal-popup._inner-scroll { overflow-y: visible; } .ie11 .modal-popup._inner-scroll { overflow-y: auto; } .modal-popup._inner-scroll .modal-inner-wrap { max-height: 90%; } .ie11 .modal-popup._inner-scroll .modal-inner-wrap { max-height: none; } .modal-popup._inner-scroll .modal-content { overflow-y: auto; } .modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer { padding-left: 3rem; padding-right: 3rem; } .modal-popup .modal-header, .modal-popup .modal-footer { -webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0; } .modal-popup .modal-header { padding-bottom: 1.2rem; padding-top: 3rem; } .modal-popup .modal-footer { margin-top: auto; padding-bottom: 3rem; padding-top: 3rem; } .modal-popup .modal-footer-actions { text-align: right; } .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; display: inline-block; text-decoration: none; position: absolute; right: 0; top: 0; } .modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active { background: none; border: none; } .modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover { background: none; border: none; } .modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled], fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close { pointer-events: none; opacity: 0.5; } .modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active { color: #333333; } .modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover { color: #333333; } .modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8f98a1; content: '\f00d'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before { color: inherit; } .modal-custom .action-close:active:before, .modal-popup .action-close:active:before, .modal-slide .action-close:active:before { color: inherit; } .modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before { color: #1a1a1a; } .modal-custom .action-close { margin: 15px; } .modal-popup { pointer-events: none; } .modal-popup .modal-title { border-bottom: 1px solid #c1c1c1; font-weight: 300; padding-bottom: 10px; font-size: 26px; margin-bottom: 0; min-height: 1em; word-wrap: break-word; } .modal-popup .action-close { padding: 22px; } .modal-slide .action-close { margin: 15px; padding: 0; } .modal-slide .page-main-actions { margin-bottom: -14.4rem; margin-top: 2.1rem; } .modals-overlay { background-color: rgba(51, 51, 51, 0.55); bottom: 0; left: 0; position: fixed; right: 0; top: 0; } body._has-modal-custom .modal-custom-overlay { height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 899; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .product-info-stock-sku .configurable-variation-qty { display: none; } /** * @codingStandardsIgnoreStart */ #store-pickup.selected-shipping ~ #store-selector { display: none; } #store-pickup.selected-store-pickup ~ #shipping, #store-pickup.selected-store-pickup ~ #opc-shipping_method { visibility: hidden; height: 0; overflow: hidden; } #delivery-method-selector { display: -webkit-flex; display: -ms-flexbox; display: flex; } #delivery-method-selector .action { line-height: 2.4rem; padding: 14px 17px; font-size: 2rem; } #delivery-method-selector .action.selected { background: #ffffff; } #delivery-method-selector .action-select-shipping { border-bottom-right-radius: 0; border-top-right-radius: 0; } #delivery-method-selector .action-select-store-pickup { border-bottom-left-radius: 0; border-left: 0; border-top-left-radius: 0; } /** * @codingStandardsIgnoreStart */ #store-selector .form-login { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } #store-selector .form-continue { margin: 22px 0 0; } .location-details .location-name { font-size: 20px; font-weight: 700; } .store-selector-popup .modal-title { border-bottom: 0; } .store-selector-popup .modal-header { padding-bottom: 0; } /** * @codingStandardsIgnoreStart */ #opc-store-selector-popup { display: none; } #opc-store-selector-popup .block-search { float: none; width: 100%; margin: 0 0 22px; padding: 0 0 10px; border-bottom: 1px solid #c1c1c1; } .modal-content #opc-store-selector-popup { display: block; } .store-selector-popup-table thead th { display: none; } .store-selector-popup-table tbody .location .location-name { font-size: 20px; } .store-selector-popup-table tbody .location + .location { border-top: 1px solid #cccccc; } .store-selector-popup-table tbody .col-location-details { padding-left: 0; } .store-selector-popup-table tbody .col-location-details p:last-child { margin-bottom: 0; } .store-selector-popup-table tbody .col-location-actions { padding-right: 0; vertical-align: middle; } .store-selector-popup-table tbody .col-location-actions .action { float: right; } .store-selector-popup-empty-query, .store-selector-popup-no-locations { margin: 0 0 22px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .lac-notification-sticky { position: relative; z-index: 999; } .lac-notification-sticky .lac-notification { background-color: #373330; color: #ffffff; font-size: 16px; } .lac-notification-sticky .lac-notification .lac-notification-icon { float: left; margin: 10px 25px 10px 10px; } .lac-notification-sticky .lac-notification .lac-notification-icon .logo-img { display: block; } .lac-notification-sticky .lac-notification .lac-notification-text { float: left; padding: 15px 0; } .lac-notification-sticky .lac-notification .lac-notification-links { float: right; padding: 15px 0; } .lac-notification-sticky .lac-notification .lac-notification-links a { color: #ffffff; font-size: 14px; } .lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after { background: url('../../frontend/Kukladom/Main/ru_RU/Magento_LoginAsCustomerFrontendUi/images/close.svg'); content: ' '; display: inline-block; height: 12px; margin-left: 5px; vertical-align: middle; width: 12px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .login-container .g-recaptcha, .form-login .g-recaptcha, .form-edit-account .g-recaptcha { margin-bottom: 10px !important; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .required-captcha.checkbox { position: absolute; display: block; visibility: visible; overflow: hidden; opacity: 0; width: 1px; height: 1px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .block.newsletter .field-recaptcha .field .control:before { content: none; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .review-form .field-recaptcha { margin-bottom: 10px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .form.send.friend .g-recaptcha { margin-top: 40px; } body.blog-post-view .page-title { margin-bottom: 2rem; } .blog__post-view:before, .blog__post-view:after { content: ''; display: table; } .blog__post-view:after { clear: both; } .blog__post-view .blog__post-featured-image { float: left; padding: 0 2rem 2rem 0; } .blog__post-view-related-posts { margin: 2rem 0; } .blog__post-view-related-posts:before, .blog__post-view-related-posts:after { content: ''; display: table; } .blog__post-view-related-posts:after { clear: both; } .blog__post-view-related-posts .block-title { font-size: 1.8rem; margin-bottom: 1rem; } .blog__post-view-related-posts ol { margin: 0 -1.5rem; list-style: none; padding: 0; } .blog__post-view-related-posts ol li { float: left; width: 50%; padding-left: 1.5rem; box-sizing: border-box; margin-bottom: 2rem; color: #999; font-size: 1.2rem; } .blog__post-view-related-posts ol li img { max-width: 7rem; margin: 0 1rem 1rem 0; float: left; border-radius: 2px; } .blog__post-view-related-posts ol li a.post-name { display: block; margin-top: -5px; font-weight: 500; color: #333; font-size: 1.4rem; } .blog__post-view-related-products { margin: 2rem 0; } .blog__post-view-related-products:before, .blog__post-view-related-products:after { content: ''; display: table; } .blog__post-view-related-products:after { clear: both; } .blog__post-view-related-products .block-title { font-size: 1.8rem; } .blog__post-view-related-products ol { margin: 0; list-style: none; padding: 0; } .addthis_bar_fixed { display: none !important; } .blog__post-list-wrapper .blog__post-list { list-style: none; padding: 0; } .blog__post-list-wrapper .blog__post-list > li { margin-bottom: 3rem; border-bottom: 1px dotted #ddd; } .blog__post-list-wrapper .toolbar { position: relative; } .blog__post-item:before, .blog__post-item:after { content: ''; display: table; } .blog__post-item:after { clear: both; } .blog__post-item .blog__post-header .blog__post-title { margin-bottom: 1.5rem; margin-top: 0; } .blog__post-item .blog__post-header .blog__post-title a { color: #333; font-size: 3.5rem; } .blog__post-item .blog__post-header .blog__post-title a:hover { text-decoration: none; color: #000; } .blog__post-item .blog__post-excerpt:before, .blog__post-item .blog__post-excerpt:after { content: ''; display: table; } .blog__post-item .blog__post-excerpt:after { clear: both; } .blog__post-item .blog__post-excerpt > img, .blog__post-item .blog__post-excerpt > a > img { float: left; padding: 0 2rem 2rem 0; max-width: 30%; } .blog__post-item .blog__post-excerpt .read-more { display: block; text-align: right; margin-top: 1rem; } .blog__main-recent .item:before, .blog__main-recent .item:after { content: ''; display: table; } .blog__main-recent .item:after { clear: both; } .blog__main-recent .item img { padding: 0 1rem 1rem 0; float: left; max-width: 10rem; border-radius: 2px; } .blog__main-recent .item a { color: #333; font-size: 1.2rem; display: block; text-decoration: none; } .blog__post-meta { color: #a3a3a3; margin-bottom: 2rem; } .blog__post-meta:before, .blog__post-meta:after { content: ''; display: table; } .blog__post-meta:after { clear: both; } .blog__post-meta .blog__post-meta-time, .blog__post-meta .blog__post-meta-author, .blog__post-meta .blog__post-meta-comments, .blog__post-meta .blog__post-meta-sharing { margin-right: 2rem; } .blog__post-meta .blog__post-meta-sharing { display: inline-block; margin-left: 2rem; } .blog__post-footer { margin-bottom: 2rem; color: #a3a3a3; } .blog__post-footer:before, .blog__post-footer:after { content: ''; display: table; } .blog__post-footer:after { clear: both; } .blog__post-footer .blog__post-footer-categories, .blog__post-footer .blog__post-footer-tags { display: block; float: right; margin-left: 2rem; } .blog__post-footer .blog__post-footer-categories a, .blog__post-footer .blog__post-footer-tags a { color: #a3a3a3; } .blog__post-footer .blog__post-footer-categories a::after, .blog__post-footer .blog__post-footer-tags a::after { content: ','; } .blog__post-footer .blog__post-footer-categories a:last-child::after, .blog__post-footer .blog__post-footer-tags a:last-child::after { content: ''; } .blog__post-pinned { margin-bottom: 3rem; position: relative; } .blog__post-pinned:before, .blog__post-pinned:after { content: ''; display: table; } .blog__post-pinned:after { clear: both; } .blog__post-pinned .block-title { position: absolute; top: 0; left: 0; padding: 0.5rem 1rem; background: rgba(255, 255, 255, 0.6); color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; font-size: 1.8rem; width: 100%; } .blog__post-pinned .items .item { float: left; width: 32%; margin-right: 2%; } .blog__post-pinned .items .item img { width: 100%; margin-bottom: 1rem; } .blog__post-pinned .items .item:last-child { margin-right: 0; } .blog__post-pinned .items .item h2 { display: block; margin-top: 0; font-weight: 500; } .blog__post-pinned .items .item h2 a.title { color: #333; font-size: 1.8rem; } .blog__sidebar-main > .block { margin-bottom: 2rem !important; } .blog__sidebar-main > .block .block-title { font-size: 18px; font-weight: 300; margin-bottom: 0.5rem; } .blog__sidebar-main > .block .block-title strong { font-weight: 300; } .blog__sidebar-search { margin-bottom: 2rem; } .blog__sidebar-search form { position: relative; } .blog__sidebar-search form input { font-size: 1.3rem; border-radius: 3px; } .blog__sidebar-search form button { right: 0; top: 0; position: absolute; border-radius: 0 3px 3px 0; } .blog__sidebar-recent .item:before, .blog__sidebar-recent .item:after { content: ''; display: table; } .blog__sidebar-recent .item:after { clear: both; } .blog__sidebar-recent .item img { padding: 0 1rem 1rem 0; float: left; max-width: 10rem; border-radius: 2px; } .blog__sidebar-recent .item a { color: #333; font-size: 1.2rem; display: block; text-decoration: none; } .blog__sidebar-category-tree li.item.level-2 a { padding-left: 4rem; } .blog__sidebar-category-tree li.item.level-3 a { padding-left: 7rem; } .blog__sidebar-category-tree li.item.level-4 a { padding-left: 9rem; } .blog__sidebar-category-tree li.item.level-5 a { padding-left: 12rem; } .blog__sidebar-tag-cloud { overflow: hidden; text-overflow: ellipsis; } .blog__sidebar-tag-cloud a { color: #666; } .blog__sidebar-rss-link { text-align: center; } .blog__sidebar-rss-link a { color: #999; font-size: 1.5rem; } .blog__sidebar-rss-link a:hover { text-decoration: none; } .blog__post-catalog-related-posts ol { list-style: none; padding: 0; } .blog__post-catalog-related-posts ol li { margin-bottom: 3rem; } .blog__post-catalog-related-posts ol li:before, .blog__post-catalog-related-posts ol li:after { content: ''; display: table; } .blog__post-catalog-related-posts ol li:after { clear: both; } .blog__post-catalog-related-posts ol li .post-image { width: 30%; max-width: 10rem; float: left; padding: 0 1rem 1rem 0; border-radius: 3px; } .blog__post-catalog-related-posts ol li .post-name { display: block; font-weight: 500; } .blog__copyright-wrapper { display: block; float: right; clear: both; margin-top: 50px; font-size: 10px !important; text-transform: none; color: #c2c2c2 !important; } .blog__copyright-wrapper * { font-size: 10px !important; color: #c2c2c2 !important; } .blog__copyright-wrapper h3 { margin-top: 0; display: block; } .blog__copyright-wrapper a { text-decoration: underline !important; } .mst-cache-warmer__toolbar { position: fixed; bottom: 1rem; left: 1rem; font-size: 1.3rem; outline: 5px solid rgba(74, 69, 66, 0.6); border-radius: 0; z-index: 1000000; box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25); max-width: 90%; min-width: 30rem; } .mst-cache-warmer__toolbar > strong { text-align: center; font-weight: 600; display: block; padding: 1rem 2rem; color: #fff; background: #7c7977; } .mst-cache-warmer__toolbar._hit > strong { background: #69BA6D; } .mst-cache-warmer__toolbar._miss > strong { background: #D0011B; } .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body { padding: 1rem 2rem; background: #fff; text-align: center; } .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body > strong { text-align: center; font-size: 2.8rem; font-weight: 800; text-transform: uppercase; color: #928f8e; } .mst-cache-warmer__toolbar table tr th, .mst-cache-warmer__toolbar table tr td { background: #fff; padding: .5rem 1rem; font-size: 1.2rem; } .mst-cache-warmer__toolbar table tr th { background: #f1f1f1; padding: 1rem; text-align: center; } .mst-cache-warmer__toolbar table tr td { text-align: left; border-top: 1px solid #f1f1f1; } .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test, .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info { background: #fff; padding: .5rem 1rem; text-align: right; font-size: 1.2rem; border-top: 1px solid #f1f1f1; color: #928f8e; margin: 0; } .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test a, .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info a { color: #928f8e; text-decoration: underline; } .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test li, .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info li { text-align: left; padding-bottom: .5rem; list-style: none; display: flex; justify-content: space-between; } .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test .__item, .mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info .__item { font-weight: 600; } .m__page__data { display: none; } .cache-warmer__hole_punch_block_info { position: relative; border: 1px dotted red; margin: 6px 2px; padding: 18px 2px 2px 2px; zoom: 1; } .cache-warmer__hole_punch_timer_info { position: absolute; left: 0; top: 0; padding: 2px 5px; background: #faa; color: #333; font: normal 9px Arial; text-align: left !important; z-index: 998; text-transform: none; } .mst-cache-warmer__test-block { text-align: center; } .mst-cache-warmer__test-block .mst-cache-warmer__status-checker { min-width: 400px; background: #fff; outline: 5px solid rgba(74, 69, 66, 0.6); box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25); padding: 2rem 5rem; font-size: 2rem; display: inline-block; font-weight: 800; color: #928f8e; margin-bottom: 5rem; } .mst-cache-warmer__test-block .mst-cache-warmer__status-checker span { font-size: 3rem; padding: 0 1rem; } .mst-cache-warmer__test-block .cacheable { background: #d0ffd9; } .mst-cache-warmer__test-block .non-cacheable { background: #ffe8e6; } .rewardssocial-buttons { order: -2; font-size: 11px; display: inline-block; width: 100%; line-height: 20px; margin-bottom: 10px; z-index: 2; position: relative; } .rewardssocial-buttons > div { margin-bottom: 5px; } .rewardssocial-buttons #facebook-message, .rewardssocial-buttons #facebook-share-message, .rewardssocial-buttons #twitter-message, .rewardssocial-buttons #referral-message, .rewardssocial-buttons #pinterest-message { display: none; position: absolute; background: #333; padding: 2px 5px; color: #fff; margin-top: -25px; } .rewardssocial-buttons .buttons-facebook-like:hover #facebook-message { display: block; } .rewardssocial-buttons .buttons-facebook-like .fb-like > span { width: 61px !important; height: 20px !important; } .rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe { width: 100% !important; height: 100% !important; } .rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message { display: block; } .rewardssocial-buttons .buttons-twitter-like:hover #twitter-message { margin-top: -50px; display: block; } .rewardssocial-buttons .buttons-referral-like > a { text-decoration: none; line-height: 18px; border-radius: 2px; padding: 0px 3px; font-weight: bold; color: #333; font-size: 11px; border: 1px solid #ccc; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea)); background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%); background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%); background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%); background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); } .rewardssocial-buttons .buttons-referral-like:hover #referral-message { display: block; } .rewardssocial-buttons .fb_iframe_widget { margin-right: 10px; display: block; float: left; } .rewardssocial-buttons .mst-rewardssocial-tweet { margin-right: 10px; display: block; float: left; } .rewardssocial-buttons .referral { display: block; float: left; } .rewardssocial-buttons .status-message { float: left; margin-left: 10px; color: #666; } .rewardssocial-buttons .buttons-pinterest-pin > a { margin-right: 10px; float: left; } .rewards-notification-message { border-style: solid !important; border-width: 1px !important; min-height: 24px !important; padding: 8px 8px 6px 32px !important; color: #3d6611; border-color: #446423; background-color: #eff5ea; margin-bottom: 10px; } .rewards-notification-message li { margin-top: 2px; } .rewards-social-buttons { display: inline-block; float: left; } .rewards-social-buttons > .fb { position: relative; display: inline-block; margin-top: 0px; } .rewards-social-buttons > .tw { position: relative; display: inline-block; padding-top: 15px; } .rewards-social-buttons > .gp { position: relative; display: inline-block; margin-top: 5px; } .block-rewards-referral-list div.rewards-social-buttons { height: 20px; } .block-rewards-referral-list div.rewards-social-buttons div.tw { padding-top: 0px; position: relative; top: -2px; } .block-rewards-referral-list div.rewards-social-buttons div.fb { position: relative; top: -6px; } div.rewardssocial-buttons div.buttons-pinterest-pin, div.rewardssocial-buttons div.buttons-twitter-like { height: 20px; } div.rewardssocial-buttons div.buttons-facebook-like, div.rewardssocial-buttons div.buttons-pinterest-pin, div.rewardssocial-buttons div.buttons-referral-like { float: left; } div.rewardssocial-buttons div.buttons-twitter-like { float: left; margin-right: 10px; } div.rewardssocial-buttons div.buttons-twitter-like img { width: 20px; height: 20px; } div.rewardssocial-buttons div.buttons-fb-share { float: left; margin-right: 10px; height: 20px !important; } div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share { border-radius: 3px; font-size: 11px; height: 20px; padding: 0 10px 0 10px; background: #4267b2; border: 0px solid #4267b2; color: #fff; cursor: pointer; font-family: Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; margin: 0; -webkit-user-select: none; white-space: nowrap; display: inline-block; font-weight: bold; } div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg { vertical-align: text-top; } div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img { margin-top: -10px; } div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title { vertical-align: top; } div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message { display: block; margin-top: -45px; } .green { color: #1AA941; } .red { color: #BB1212; } .yellow { color: #bbaa00; } .block-rewards-account-summary { margin-bottom: 2rem !important; border: none; } .block-rewards-account-summary .invite { background: url(../../frontend/Kukladom/Main/ru_RU/Mirasvit_Rewards/images/lending.png) no-repeat; background-size: contain; background-position: center; display: flex; justify-content: flex-end; height: 100%; } .block-rewards-account-summary .invite .column-referral { padding: 150px 50px; background: #f4f4f4; opacity: 0.9; border-radius: 6px; } .block-rewards-account-summary .unsubscribe { font-size: 14px !important; padding-top: 10px; } .block-rewards-account-summary .block-title.earn.subtitle > strong { font-weight: bold !important; } .block-rewards-account-summary .block-title.spend.subtitle > strong { font-weight: bold !important; } .block-rewards-account-summary .mst-referral-widget { text-align: center; } .block-rewards-account-summary .mst-referral-widget .block-title { font-size: 34px !important; } .block-rewards-account-summary .mst-referral-widget .block-content .block .block-content > span { font-size: 20px; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper { margin: 2rem auto; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > strong { font-size: 20px; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set { text-align: right; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button { background: #eeeeee; border: solid 1px #cccccc; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button > span { color: #41362f; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname { text-align: left; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname > span { font-size: 20px; text-align: left; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > thead { padding-bottom: 0; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td { border-top: none; padding: 0 10px 6px; } .block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td ::-webkit-input-placeholder { color: #cccccc; } .block-rewards-account-summary .order-details-items .invitations { border: none; } .rewards-notification-block { list-style-type: none; padding: 0; background: #ecfdff; } .rewards-notification-block > li { padding: 1rem; } .rewards-referral-link { font-weight: 600; } .link.rewards .counter { color: #7d7d7d; white-space: nowrap; } .link.rewards .counter:before { content: "("; } .link.rewards .counter:after { content: ")"; } .mst-rewards-logo { height: 14px; } .mst-rewards-account-amount-wrapper { display: flex; align-items: flex-end; margin-bottom: 25px; } .mst-rewards-account-amount-wrapper .mst-rewards-account-amount { display: flex; align-items: flex-end; } .mst-rewards-account-amount-wrapper .mst-rewards-account-amount .points { font-size: 36px; font-weight: bold; line-height: 36px; } .mst-rewards-account-amount-wrapper .mst-rewards-account-amount .unit { color: #6d6d6d; margin-left: 5px; } .mst-rewards-account-amount-wrapper .mst-rewards-account-amount > img { height: 28px; } .mst-rewards-account-amount-wrapper .mst-rewards-account-subtitle { font-size: 16px; margin-bottom: 10px; font-weight: 600; } .mst-rewards-account-amount-wrapper .mst-rewards-logo { height: 36px; margin-left: 15px; } .form-discount .checkbox-group { margin-bottom: 10px; } .rewards-message-block { float: left; display: inline-block; width: 100%; } .rewards__checkout-cart-usepoints { margin-bottom: 1.5rem; } .rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount { border: 0; border-bottom: 1px solid silver; } .rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus { border-bottom: 1px solid black; } .rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label, .rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label { top: -12px; font-size: 12px; } .rewards__checkout-cart-usepoints.magestore-onepagecheckout .button { background-color: black; color: white; margin: 5px; } .rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box { position: relative; } .rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label { position: absolute; top: 5px; color: #898989; } .rewards__checkout-cart-usepoints .input-box { position: relative; } .rewards__checkout-cart-usepoints .input-box label { position: absolute; top: 5px; left: 3px; color: #898989; } .rewards__checkout-cart-usepoints #points_amount:focus + label, .rewards__checkout-cart-usepoints #points_amount:valid + label { top: -18px; font-size: 12px; } .rewards__checkout-cart-usepoints .discount-form p { margin-bottom: 15px; } .rewards__checkout-cart-usepoints .discount-form .buttons-container { margin-top: 5px; } .rewards__checkout-cart-usepoints .discount-form .checkbox-group { clear: both; padding-top: 10px; } .rewards__checkout-cart-usepoints .amount { display: table; width: 100%; margin-bottom: .5rem; } .rewards__checkout-cart-usepoints .amount .field { display: table-cell; } .rewards__checkout-cart-usepoints .amount .actions-toolbar { display: table-cell; vertical-align: top; width: 1%; } .rewards__checkout-cart-usepoints .amount .actions-toolbar button { border-bottom-left-radius: 0; border-top-left-radius: 0; margin: 0 0 0 -1px; white-space: nowrap; width: auto; } .rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix { top: -2px !important; left: inherit; font-size: 14px !important; color: #898989 !important; } .rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix { padding: 0 5px; width: 105px; height: 35px; background-color: black !important; } .rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span { color: white; } .checkbox-group label span.checkout-rewards-all-block { position: inherit; margin-left: 25px; } .checkbox-group label span.checkout-rewards-all-block span { position: inherit; display: inline-block; } .checkbox-group label span.checkout-rewards-all-block b { position: inherit; } .aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block { max-width: inherit !important; } .aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button { width: 49% !important; } .checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block { display: inline; width: inherit; } .checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button { margin-right: 10px; } .catalog-product-view .rewards__product-points { display: inline-block; font-size: 12px; color: #F96B25; } .catalog-product-view .rewards__product-points .price { font-size: 12px !important; line-height: 1em !important; } .product-items .product-item-info .rewards__product-points { font-size: 12px; color: #000; margin-top: -10px; } .product-items .product-item-info .rewards__product-points .price { font-size: 12px; color: #F96B25; } .rewards__product-earn-points.rewards__product-points .points-loader.loader { position: absolute; height: 17px; } .block-products-list .rewards__product-points { margin-top: -2rem; margin-bottom: 2rem; } .product-info-main .product-info-price { position: relative; } .product-info-main .product-info-price .rewards__product-points .price { font-size: 12px; color: #F96B25; } .product-info-main .product-info-price .product-info-stock-sku .stock { margin-top: 15px; } #amasty-shopby-product-list .product-item-details .rewards__product-points, .widget-product-grid .product-item-details .rewards__product-points { display: block; width: 100%; margin-top: 0px; font-size: 12px; color: #F96B25; } #amasty-shopby-product-list .product-item-details .rewards__product-points .price, .widget-product-grid .product-item-details .rewards__product-points .price { font-size: 12px; color: #F96B25; } .block-referral { width: 100%; text-align: center; margin-top: 25px; } .block-referral li { list-style-position: inside; } .block-title.earn.subtitle { margin-top: 25px; padding-top: 10px; } .block-content.dashed-border { border: 1px dashed #ccc; padding: 5px; margin-bottom: 20px; } .block-rewards-account-summary .table-wrapper.orders-recent { border: none; } .rewards-account-share div.rewards-social-buttons { height: 20px; } .rewards-account-share div.rewards-social-buttons div.fb { top: 0px !important; float: left; } .rewards-account-share div.rewards-social-buttons div.fb .fb-like > span { height: 20px !important; } .rewards-account-share div.rewards-social-buttons div.fb .fb-like > span iframe { height: 20px !important; } .rewards-account-share div.rewards-social-buttons div.tw { top: 0px !important; height: 20px !important; float: left; margin-left: 4px; } .rewards-account__tiers { margin-bottom: 3rem; } .rewards-account__tiers .tier-progress-bar { margin-top: 5rem; margin-bottom: 5rem; margin-left: 3rem; margin-right: 3rem; position: relative; height: 1.1rem; background: #ccc; border-radius: 100px; } .rewards-account__tiers .tier-progress-bar .points { width: auto; display: flex; justify-content: space-between; } .rewards-account__tiers .tier-progress-bar .points .tier-point { width: 2rem; height: 2rem; background: #ccc; border-radius: 100%; margin-top: -.5rem; position: relative; z-index: 1; } .rewards-account__tiers .tier-progress-bar .points .tier-point.closed { background: #fe5503; } .rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo { position: absolute; left: 50%; top: -6rem; color: #727272; margin-left: -1.5rem; width: 3rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rewards-account__tiers .tier-progress-bar .points .tier-point .label { position: absolute; left: 0; top: -3rem; color: #727272; font-weight: bold; font-size: 1.2rem; margin-left: -4.5rem; width: 11rem; text-align: center; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover { text-decoration: underline; cursor: pointer; } .rewards-account__tiers .tier-progress-bar .points .tier-point .number { position: absolute; left: 0; top: 2.5rem; margin-left: -3rem; width: 8rem; text-align: center; } .rewards-account__tiers .tier-progress-bar .points .tier-point .number > span { display: inline-block; background: #fe5503; color: #fff; border-radius: 12px; font-size: 1.1rem; padding: 0.1rem .5rem; white-space: nowrap; } .rewards-account__tiers .tier-progress-bar .closers { width: auto; display: flex; justify-content: space-between; } .rewards-account__tiers .tier-progress-bar .closers .closer { position: absolute; left: 0; top: .3rem; height: .5rem; padding: 0 2px; box-sizing: border-box; } .rewards-account__tiers .tier-progress-bar .closers .closer .progress { height: .5rem; background: #fe5503; } .rewards-account__tiers .to-next { margin-top: .5rem; text-align: center; font-size: 1.2rem; color: #666; margin-bottom: 0; } .rewards-account__tiers .to-next .open-popup { color: #727272; cursor: pointer; } @keyframes askit-spin { to { transform: rotate(360deg); } } [data-role=questions-list]::before { content: ''; display: table; opacity: 0; transition: opacity 0.6s ease-in-out; } [data-role=questions-list][aria-busy=true] { position: relative; min-height: 75px; } [data-role=questions-list][aria-busy=true]::before { opacity: 1; animation: askit-spin 0.6s linear infinite; position: absolute; border: 3px solid #c6d2dc; border-top-color: #2b3945; border-radius: 50%; width: 30px; height: 30px; top: 15px; left: calc(50% - 30px / 2); } [data-role=questions-list][aria-busy=true] > * { opacity: .7; } .askit-questions .toolbar .pager { display: flex; justify-content: space-between; } .askit-questions .toolbar .pages { display: none; } .askit-questions .toolbar ~ .toolbar .toolbar-amount, .askit-questions .toolbar ~ .toolbar .limiter { display: none; } .askit-questions .toolbar ~ .toolbar .pages { display: block; margin: 0 auto; } [role=tabpanel] .askit-questions .toolbar ~ .toolbar { margin-bottom: 0; } .askit-item-avatar { height: 50px; width: 50px; } .no-avatar .askit-item-avatar { display: none; } .askit-item { position: relative; padding-top: 15px; padding-right: 15px; padding-bottom: 0; padding-left: 80px; margin: 0 0 44px; } .no-avatar .askit-item { padding-left: 15px; } .askit-item-avatar { position: absolute; top: 15px; left: 15px; } .askit-item-status { display: inline-block; background: #ffce3c; border-radius: 3px; color: #212529; padding: 0 5px; } .askit-item-timestamp::before { content: '('; } .askit-item-timestamp::after { content: '):'; } .askit-item-vote { color: #aaaaaa; } .askit-item-actions { width: calc(100% + 80px + 15px); margin-left: -80px; } .no-avatar .askit-item-actions { width: calc(100% + 15px + 15px); margin-left: -15px; } .askit-item-actions .askit-item-trigger { line-height: 40px; text-align: center; padding: 0 10px; text-align: left; font-size: 16px; font-weight: 400; color: #797979; cursor: pointer; } .askit-item-answer { border: 0; box-shadow: none; padding-bottom: 15px; margin: 0; } .askit-item-answers { display: none; padding: 15px; } .askit-item-answer-avatar { height: 50px; width: 50px; } .no-avatar .askit-item-answer-avatar { display: none; } .askit-item-answer-same { color: #aaaaaa; font-size: .9em; } .askit-item-answer .askit-item-vote { margin: 0; } .askit-item-trigger + [type=checkbox] { display: none; } .askit-item-trigger + [type=checkbox]:checked ~ .askit-item-answers { display: block; } .askit-answer-form { padding-top: 15px; padding-right: 15px; padding-bottom: 0; padding-left: 80px; position: relative; } .no-avatar .askit-answer-form { padding-left: 15px; } .askit-answer-form textarea { height: 150px; } [role=tabpanel] .askit-questions .block-title { display: none; } .askit-questions .toolbar-amount { float: left; } .askit-questions .toolbar .limiter { float: right; } .askit-questions .toolbar .pages { display: none; } .askit-questions .toolbar ~ .toolbar .toolbar-amount, .askit-questions .toolbar ~ .toolbar .limiter { display: none; } .askit-questions .toolbar ~ .toolbar .pages { display: block; margin-bottom: 0; } [role=tabpanel] .askit-questions .toolbar ~ .toolbar { margin-bottom: 0; } .data.item .askit-question-form .title { display: none; } .data.item .askit-question-form .fieldset { margin-top: 20px; } .breeze [data-role="password-strength-meter"] { display: none; } .breeze .breadcrumbs { min-height: 18px; } .breeze #notice-cookie-block:not([style]) { display: none; } .breeze [data-content-type='products'][data-appearance='carousel'] { position: relative; } .breeze [data-content-type='products'][data-appearance='carousel'][data-show-dots="true"] { padding-bottom: 55px; } .breeze [data-content-type='products'][data-appearance='carousel'] .product-items { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; margin-bottom: 0; -ms-overflow-style: none; scrollbar-width: none; } .breeze [data-content-type='products'][data-appearance='carousel'] .product-items::-webkit-scrollbar { display: none; } .breeze [data-content-type='products'][data-appearance='carousel'] li.product-item { flex-shrink: 0; display: block; visibility: visible; scroll-snap-align: start; } .breeze [data-content-type='products'][data-appearance='carousel'] .slick-arrow { margin-top: -80px; } .breeze-gallery { display: flex; flex-direction: column; } .breeze-gallery .prev, .breeze-gallery .next, .breeze-gallery .close { position: absolute; color: rgba(var(--base-color, 119, 119, 119), .6); } .breeze-gallery .prev:hover, .breeze-gallery .next:hover, .breeze-gallery .close:hover { color: rgba(var(--base-color, 119, 119, 119), 1); } .breeze-gallery .prev svg, .breeze-gallery .next svg, .breeze-gallery .close svg { width: 24px; height: 24px; vertical-align: top; } .breeze-gallery .close { display: none; } .breeze-gallery .prev, .breeze-gallery .next { display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; left: 0; top: 50%; width: 40px; height: 80px; margin-top: -40px; background: rgba(var(--muted-bg, 255, 255, 255), .6); z-index: 11; transition: all 150ms ease-in; } .breeze-gallery .prev:hover, .breeze-gallery .next:hover { opacity: 1; } .breeze-gallery .next { left: auto; right: 0; } .breeze-gallery .stage:hover .prev, .breeze-gallery .stage:hover .next { visibility: visible; opacity: .8; } .breeze-gallery img { vertical-align: top; height: auto; max-height: none; } .breeze-gallery .stage.video .main-image-wrapper::before, .breeze-gallery .thumbnails .item.video::before { content: ''; z-index: 10; position: absolute; pointer-events: none; left: 50%; top: 50%; border: 10px solid transparent; border-left: 16px solid #fff; margin-top: -10px; margin-left: -8px; filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2)); transition: transform 100ms ease-in-out; } .breeze-gallery .stage { display: flex; justify-content: center; align-items: center; position: relative; } .breeze-gallery .stage > div:not(.loading-mask), .breeze-gallery .stage .main-image-wrapper, .breeze-gallery .stage .main-image-wrapper > picture { position: relative; cursor: pointer; display: flex; width: 100%; justify-content: center; align-items: flex-start; } .breeze-gallery .stage .video-wrapper, .breeze-gallery .stage .video-wrapper:not(.loading-mask) { position: absolute; z-index: 10; top: 0; right: 0; left: 0; bottom: 0; align-items: center; } .breeze-gallery .stage .video-wrapper + div, .breeze-gallery .stage .video-wrapper:not(.loading-mask) + div { opacity: 0; } .breeze-gallery .stage.video .main-image-wrapper { cursor: pointer; } .breeze-gallery .stage.video .main-image-wrapper::before { transform: scale(1.3); pointer-events: all; } .breeze-gallery .stage.video .main-image-wrapper:hover::before { transform: scale(1.3) translateX(2px); } .breeze-gallery .thumbnails { display: flex; flex-grow: 0; flex-shrink: 0; gap: 5px; margin: 5px 0 0; overflow: auto; scroll-behavior: smooth; padding-bottom: 12px; } .breeze-gallery .thumbnails::-webkit-scrollbar { width: 6px; height: 6px; } .breeze-gallery .thumbnails::-webkit-scrollbar-track { background-color: rgb(var(--scrollbar-bg, 230, 230, 230)); border-radius: 10px; } .breeze-gallery .thumbnails::-webkit-scrollbar-thumb { background-color: rgb(var(--scrollbar-color, 200, 200, 200)); border-radius: 10px; } .breeze-gallery .thumbnails.hidden { display: none; } .breeze-gallery .thumbnails img { filter: contrast(95%); } .breeze-gallery .thumbnails .item { position: relative; flex-shrink: 0; background: rgba(var(--muted-bg, 244, 244, 244)); } .breeze-gallery .thumbnails .item:focus { outline: none; } .breeze-gallery .thumbnails .item:focus::after, .breeze-gallery .thumbnails .item.active::after { content: ''; box-shadow: inset 0 0 0 2px #ff7a0e; position: absolute; pointer-events: none; left: 0; right: 0; top: 0; bottom: 0; } .breeze-gallery.opened { top: 0; left: 0; position: fixed; z-index: 999; width: 100%; height: 100%; padding: 30px; box-sizing: border-box; background: rgb(var(--base-bg, 255, 255, 255)); } .breeze-gallery.opened .close { display: block; position: absolute; right: 10px; top: 10px; } .breeze-gallery.opened .stage { flex-grow: 0; flex-shrink: 0; height: calc(100vh - 210px); } .breeze-gallery.opened .stage:not(.video) .main-image-wrapper { cursor: default; } .breeze-gallery.opened .stage > div:not(.loading-mask), .breeze-gallery.opened .stage > div:not(.loading-mask) picture { margin: 0 auto; max-height: 100%; } .breeze-gallery.opened .stage > div:not(.loading-mask), .breeze-gallery.opened .stage > div:not(.loading-mask) picture, .breeze-gallery.opened .stage > div:not(.loading-mask) .main-image-wrapper { align-items: normal; } .breeze-gallery.opened .stage > div:not(.loading-mask) img { object-fit: contain; } .breeze-gallery.opened .thumbnails { margin: 20px auto 0; } .breeze-gallery.opened .thumbnails.hidden { display: flex; } .breeze div[data-content-type='slider'] { visibility: visible; } .breeze div[data-content-type='slider'] [data-content-type='slide'] + [data-content-type='slide'] { height: initial; min-height: inherit; } .breeze div[data-content-type='slider'] { display: flex; position: relative; overflow-x: auto; } .breeze div[data-content-type='slider'].slick-initialized { display: block; overflow: hidden; padding-bottom: 0; } .breeze div[data-content-type='slider'] [data-content-type='slide'] { width: 100%; flex: none; scroll-snap-align: start; } .breeze .pagebuilder-slider, .breeze .slick-list { -ms-overflow-style: none; scrollbar-width: none; } .breeze .pagebuilder-slider::-webkit-scrollbar, .breeze .slick-list::-webkit-scrollbar { display: none; } .breeze .slick-list { display: flex; width: 100%; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; } .breeze .slick-dots { position: absolute; bottom: 6px; } .breeze .slick-dots li { z-index: 5; } .block-swissup-ajaxsearch-results, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown { background: #ffffff; border: 0; border-radius: 0; margin: 21px 0 0; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); padding: 10px; box-sizing: border-box; } .block-swissup-ajaxsearch-results { min-width: 200px; font-size: 1.5rem; } .block-swissup-ajaxsearch-results .tt-suggestion { padding: 4px 10px; box-sizing: border-box; } .block-swissup-ajaxsearch-results .tt-suggestion.tt-cursor, .block-swissup-ajaxsearch-results .tt-suggestion:hover { background-color: #fafafa; } .block-swissup-ajaxsearch-results .notFound-item-info { padding: 4px 10px; } .block-swissup-ajaxsearch-results .tt-dataset { max-height: 550px; overflow-y: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; } .block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar { width: 6px; height: 6px; } .block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-track { background-color: #e9e9e9; border-radius: 4px; } .block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-thumb { background-color: #2b3945; border-radius: 4px; } .block-swissup-ajaxsearch-results .ajaxsearch-title { margin: 1rem 0 .7rem; text-transform: uppercase; } .block-swissup-ajaxsearch-results .ajaxsearch-header-container { width: 100%; /*display: flex;*/ justify-content: space-around; padding: 10px; } .block-swissup-ajaxsearch-results .ajaxsearch-header-container .view-all { float: right; } .block-swissup-ajaxsearch-results .product-item-info-wrapper .product-item-info { width: auto; } .block-swissup-ajaxsearch-results .product-item-info { display: block; padding: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .block-swissup-ajaxsearch-results .product-item-info:first-child { border-top: none; } .block-swissup-ajaxsearch-results .product-item-info:last-child { border-bottom: none; } .block-swissup-ajaxsearch-results .product-item-info .product-item-photo { padding: 0; max-width: 100px; } .block-swissup-ajaxsearch-results .product-item-info .product-item-photo, .block-swissup-ajaxsearch-results .product-item-info .product-item-details { display: table-cell; vertical-align: top; } .block-swissup-ajaxsearch-results .product-item-info .product-item-name { margin-bottom: 2px; } .block-swissup-ajaxsearch-results .product-item-info .price-box, .block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku { font-size: 0.85em; color: #8f98a1; } .block-swissup-ajaxsearch-results .product-item-info-wrapper .ajaxsearch-title { width: 100%; display: none; } .block-swissup-ajaxsearch-results .custom-item-info-wrapper { padding: 0 5px 15px 10px; } .block-swissup-ajaxsearch-results .list .product-item-photo { padding: 0 10px 0 0; } .block-swissup-ajaxsearch-results .prolabels-wrapper { height: auto; } @keyframes ajaxsearch-appear { from { opacity: 0; } to { opacity: 1; } } .block-swissup-ajaxsearch-results .product-item-info, .block-swissup-ajaxsearch-results .custom-item-info-wrapper { opacity: 0; animation: 150ms ajaxsearch-appear forwards; } .block-swissup-ajaxsearch-results .custom-item-info-wrapper { animation-delay: 50ms; animation-duration: 500ms; } .block-swissup-ajaxsearch-results .product-item-info { animation-delay: 650ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(12) { animation-delay: 600ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(11) { animation-delay: 550ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(10) { animation-delay: 500ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(9) { animation-delay: 450ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(8) { animation-delay: 400ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(7) { animation-delay: 350ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(6) { animation-delay: 300ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(5) { animation-delay: 250ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(4) { animation-delay: 200ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(3) { animation-delay: 150ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(2) { animation-delay: 100ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(1) { animation-delay: 50ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(0) { animation-delay: 0ms; } .swissup-ajaxsearch-loading #swissup-ajaxsearch-filter-category, .page-wrapper #swissup-ajaxsearch-filter-category { display: none; opacity: 0; } .swissup-ajaxsearch-filter-category-wrapper { display: none; } .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown { padding: 7px; } .block-swissup-ajaxsearch .input-text { left: auto; right: auto; background: #f3ef7a; border: 1px solid #2b3945; padding: 7px 30px 5px 8px; } .block-swissup-ajaxsearch .input-text:focus { border: 1px solid #2b3945; } .block-swissup-ajaxsearch .actions .action.search { display: block; position: absolute; top: -1000px; } .block-swissup-ajaxsearch .actions .action.close { text-align: center; cursor: pointer; display: block; opacity: 0; width: 0; height: 0; overflow: hidden; } .block-swissup-ajaxsearch .twitter-typeahead { width: 100%; } .block-swissup-ajaxsearch .tt-hint { color: #999999; } .block-swissup-ajaxsearch .loading-mask { --spinner-size: 1rem; right: 10px; left: auto; top: -68px; background-color: transparent; width: 20px; height: 20px; } .easycatalogimg-listing { list-style: none; padding: 0; margin: 0; } .easycatalogimg-listing li { margin: 0; padding: 0; } .easycatalogimg img { width: auto; height: auto; max-width: 100%; vertical-align: bottom; } .easycatalogimg a { text-decoration: none; } .easycatalogimg a:hover { text-decoration: underline; } .easycatalogimg .link-more { font-weight: bold; } .easycatalogimg .item { box-sizing: border-box; } .easycatalogimg .image { display: block; text-align: center; } .easycatalogimg .image + .parent-category, .easycatalogimg .list-subcategories { margin: 10px 12px; } @media (min-width: 1024px) { .easycatalogimg .image + .parent-category, .easycatalogimg .list-subcategories { margin: 20px 22px; } } .easycatalogimg .parent-category { font-weight: bold; } .easycatalogimg .parent-category-top { margin: 10px 12px; text-align: center; font-weight: normal; font-size: 1.2em; } @media (min-width: 1024px) { .easycatalogimg .parent-category + .list-subcategories { margin-top: -10px; } } .easycatalogimg .list-subcategories { padding: 0; list-style: none; } .easycatalogimg .list-subcategories li { margin: .45em 0; } .easycatalogimg-masonry { column-gap: 1em; column-count: 2; } @media (min-width: 1024px) { .easycatalogimg-masonry { column-gap: 2em; } } @media (min-width: 768px) { .easycatalogimg-masonry.easycatalogimg-cols-2 { column-count: 2; } .easycatalogimg-masonry.easycatalogimg-cols-3 { column-count: 3; } .easycatalogimg-masonry.easycatalogimg-cols-4 { column-count: 4; } .easycatalogimg-masonry.easycatalogimg-cols-5 { column-count: 5; } .easycatalogimg-masonry.easycatalogimg-cols-6 { column-count: 6; } } @media (min-width: 768px) and (max-width: 1023px) { .easycatalogimg-masonry.easycatalogimg-cols-5, .easycatalogimg-masonry.easycatalogimg-cols-6 { column-count: 4; } } .easycatalogimg-masonry .item { background-color: #f7f7f7; display: inline-block; width: 100%; padding: 2px; margin: 0 0 1em; } @media (min-width: 1024px) { .easycatalogimg-masonry .item { margin: 0 0 2em; } } .easycatalogimg-grid { display: flex; flex-wrap: wrap; margin: 0; } .easycatalogimg-grid .item { width: calc(50% - 0px*2); margin: 0px; padding: 10px 10px 30px 10px; } @media (min-width: 768px) { .easycatalogimg-grid.easycatalogimg-cols-2 .item { width: calc(100% / 2 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-3 .item { width: calc(100% / 3 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-4 .item { width: calc(100% / 4 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-5 .item, .easycatalogimg-grid.easycatalogimg-cols-6 .item { width: calc(100% / 4 - 0px*2); } } @media (min-width: 1024px) { .easycatalogimg-grid.easycatalogimg-cols-2 .item { width: calc(100% / 2 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-3 .item { width: calc(100% / 3 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-4 .item { width: calc(100% / 4 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-5 .item { width: calc(100% / 5 - 0px*2); } .easycatalogimg-grid.easycatalogimg-cols-6 .item { width: calc(100% / 6 - 0px*2); } } .easycatalogimg-departments .easycatalogimg a { color: #333; } .easycatalogimg-departments .easycatalogimg .list-subcategories { font-size: .85em; } .easycatalogimg-departments .easycatalogimg .list-subcategories a { color: #444; } /** * Describe spinner */ @keyframes easytabs-spin { to { transform: rotate(360deg); } } .product.data.items .item.content { display: none; } .product.data.items .item.content:nth-child(2) { display: block; } .product.data.items .item.content::before { opacity: 0; transition: opacity 0.6s ease-in-out; } .product.data.items .item.content[aria-busy=true] { position: relative; min-height: 75px; } .product.data.items .item.content[aria-busy=true]::before { opacity: 1; animation: easytabs-spin 0.6s linear infinite; position: absolute; border: 3px solid #c6d2dc; border-top-color: #2b3945; border-radius: 50%; width: 30px; height: 30px; top: 15px; left: calc(50% - 30px / 2); } .product.data.items .fieldset .review-legend.legend strong { display: inline; margin-left: .5em; } .product.data.items.expanded { border-bottom: 2px solid #eff0f1; } .product.data.items.expanded > .item.title, .product.data.items.expanded > .item.content { border: none; float: none; margin: 0; } .product.data.items.expanded > .item.content { display: block; } .product.data.items.expanded > .item.title { border-top: 2px solid #eff0f1; } .product.data.items.expanded > .item.title h2 { font-size: 2rem; line-height: normal; margin: 10px 15px; } .data.expanded .title .counter::before { content: '('; } .data.expanded .title .counter::after { content: ')'; } .fbl-custom { display: inline-block; margin: 0 12px 0 0; } .fbl-custom .like { cursor: pointer; text-decoration: none; display: inline-block; vertical-align: middle; } .fbl-custom .like::before { color: #d6dbe0; content: '\f230'; font-family: 'FontAwesome'; font-size: 24px; display: inline-block; text-align: center; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fbl-custom .like:hover::before { color: #3b5998; } .fieldset > .field.consent { margin-bottom: 5px; } .fieldset > .field.consent ~ .captcha, .fieldset > .field.consent ~ .g-recaptcha, .fieldset > .field.consent ~ .field-recaptcha { margin-top: 20px; } .field.consent { transition: all 300ms linear; } .hidden-consents .field.consent { max-height: 0 !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; opacity: 0 !important; transform: translateY(-5px); } .block.newsletter .field.consent { text-align: left; margin: 10px 0 15px; order: 10; } .block.newsletter .field.consent label { opacity: .8; clip: auto; height: auto; width: auto; position: static; display: inline; } .block.newsletter .field.consent label::after { content: ''; display: block; } .block.newsletter .field.consent input[type="checkbox"] { margin-right: 5px; } .cookie-bar { z-index: 899; position: fixed; bottom: 0; left: 0; width: 100%; padding: 25px 30px; box-sizing: border-box; color: rgba(var(--base-color, 34, 34, 34), var(--base-alpha, 1)); background: rgba(var(--z-layer-bg, 255, 255, 255), var(--z-layer-bg-alpha, 1)); box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2); visibility: hidden; } .cookie-bar p:last-child { margin: 0; } .cookie-bar .cookie-bar-container { display: flex; flex-direction: column; justify-content: space-between; max-width: 1260px; margin: 0 auto; } .cookie-bar .cookie-bar-text { max-width: 800px; } .cookie-bar .cookie-bar-text > h3 { margin-top: 0; } .cookie-bar .cookie-bar-buttons { display: flex; flex-shrink: 0; align-items: center; justify-content: center; margin-top: 20px; } .cookie-bar .cookie-bar-buttons > * { margin-left: 25px; } .cookie-bar .cookie-bar-buttons > *:first-child { margin: 0; } .cookie-bar .cookie-bar-buttons a { color: rgba(var(--link-color, 136, 136, 136), var(--link-alpha, 1)); text-decoration: underline; } .cookie-bar .cookie-bar-buttons a:hover { text-decoration: none; } .cookie-bar-mode-full { top: 0; bottom: 0; left: 0; width: 420px; max-width: 92%; padding: 15px 10px 15px 20px; } .cookie-bar-mode-full .cookie-bar-text { padding-right: 10px; max-height: calc(100vh - 35px); overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; } .cookie-bar-mode-full .cookie-bar-buttons { justify-content: flex-end; } .cookie-bar-mode-full .cookie-bar-buttons > * { margin-left: 12px; } .cookie-bar { transform: translateY(100%); transition: transform 400ms ease-in-out 0ms, visibility 0ms linear 400ms; } .cookie-bar.shown { visibility: visible; transform: translateY(0); transition-duration: 0ms; } .cookie-bar-mode-full { transform: translateX(-100%); } .cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar { width: 6px; height: 6px; } .cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-track { background-color: transparent; border-radius: 6px; } .cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-thumb { background-color: rgba(var(--scrollbar-bg, 170, 170, 170)); border-radius: 6px; } .cookie-bar-mode-full.shown { transform: translateX(0); } .cookie-bar ~ .cookie-wall { z-index: 898; position: fixed; pointer-events: none; opacity: 0; bottom: 0; left: 0; right: 0; top: 0; background: rgba(var(--z-overlay-bg, 255, 255, 255), var(--z-overlay-bg-alpha, .8)); } .cookie-bar.shown ~ .cookie-wall { transition-duration: 0ms; opacity: 1; pointer-events: all; transition: opacity 400ms ease-in-out 0ms, visibility 0ms linear 400ms; } @keyframes gdpr-loading { 50% { opacity: .8; } } .cookie-buttons { margin: 15px 0 20px; text-align: right; } .cookie-buttons button { margin-left: 10px; } .cookie-buttons button.gdpr-loading { animation: gdpr-loading 0.7s infinite; } .cookie-group { box-sizing: border-box; margin: 0 0 15px; padding: 5px 12px 12px; border: 1px solid rgba(var(--base-color, 238, 238, 238), var(--divider-alpha, .1)); border-radius: 4px; } .cookie-groups { clear: both; width: 100%; } .cookie-group:last-child { margin-bottom: 0; } .cookie-group-heading { position: relative; display: flex; align-items: center; margin-top: 1rem; margin-bottom: 1.5rem; } .cookie-group h3 { font-weight: normal; margin: 0; flex-grow: 1; } .cookie-group-toggler { box-sizing: content-box; margin: 0 10px; position: relative; flex-shrink: 0; cursor: pointer; border: 2px solid transparent; border-radius: 9999px; background: rgba(var(--brand-color, 25, 121, 195), .3); height: 20px; width: 40px; transition: 200ms background ease-in-out; } .cookie-group-toggler span:first-child { display: inline-block; background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1)); height: 20px; width: 20px; border-radius: 50%; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); transform: translateX(0); transition: 200ms transform ease-in-out; } .cookie-group-toggler.active { background: #e66101; } .cookie-group-toggler.active span:first-child { transform: translateX(20px); } .cookie-group-toggler:focus { outline: none; box-shadow: 0 0 0 2px rgba(247, 104, 1, 0.2); } .cookie-group-toggler-message { font-size: .9em; color: rgba(var(--base-color, 119, 119, 119), var(--muted-alpha, .6)); pointer-events: none; position: absolute; white-space: nowrap; right: 65px; background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1)); padding: 4px 6px; border-radius: 2px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .cookie-group-toggler-message:empty { display: none; } .cookie-list-caption { color: rgba(var(--link-color, 119, 119, 119), var(--link-alpha, 1)); cursor: pointer; } .cookie-list-caption.hide { display: none; } .cookie-list-caption:hover { text-decoration: underline; } .cookie-list-toggler { display: none; } .cookie-list-toggler:checked ~ .show { display: none; } .cookie-list-toggler:checked ~ .hide { display: block; } .cookie-list-toggler:checked ~ table { display: table; } .cookie-list table { display: none; table-layout: fixed; word-wrap: break-word; margin-top: 10px !important; font-size: .9em; } .cookie-list table .cookie-name { width: 27%; } .cookie-list table .cookie-description { width: 73%; } .block-accepted-consents .consent-form-title { font-weight: bold; display: block; margin: 10px 0; } .block-accepted-consents .list-consents { list-style: none; padding: 0; margin: 0; } .block-accepted-consents .list-consents li { margin: 0; } .block-accepted-consents .list-consents li + li { margin-top: 3px; } .block-accepted-consents .list-consents svg { width: 16px; height: 12px; vertical-align: middle; margin-top: -3px; fill: currentColor; } .block-accepted-consents .privacy-note { padding: 5px 12px; opacity: .7; border: 1px solid #eee; border-radius: 4px; } .block-accepted-consents .privacy-note p { margin-bottom: 3px; } .block-delete-data button.delete-data { box-shadow: none; background: #ec4236; border: none; color: #fff; font-size: 1.6rem; padding: 10px 15px; text-transform: none; } .block-delete-data button.delete-data:hover { box-shadow: none; color: #fff; background: #d43b31; } .block-delete-data button.delete-data:focus { outline: none; box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5); } .delete-data-modal .modal-inner-wrap { max-width: 600px; } .delete-data-modal h2 { margin-top: 0; } .delete-data-modal .form.delete-data { margin-top: 35px; } .delete-data-modal button.delete-data { box-shadow: none; background: #ec4236; border: none; color: #fff; font-size: 1.6rem; padding: 10px 15px; text-transform: none; } .delete-data-modal button.delete-data:hover { box-shadow: none; color: #fff; background: #d43b31; } .delete-data-modal button.delete-data:focus { outline: none; box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5); } .products-grid .hover-image-container, .products-list .hover-image-container { opacity: 0; position: absolute; display: block; top: 0; left: 0; right: 0; transition: opacity 0.2s ease-in-out; text-align: center; } .easyslide-wrapper .swiper-container { text-align: center; } .easyslide-wrapper .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0.4em; } .easyslide-link { display: block; } .columns .column.main { min-width: 0; } .easyslide-description { position: absolute; overflow: hidden; padding: 15px 20px; text-align: left; box-sizing: border-box; font: 12px Arial, Helvetica, sans-serif !important; } .easyslide-description-top { top: 0; left: 0; width: 100%; } .easyslide-description-bottom { bottom: 0; left: 0; width: 100%; } .easyslide-description-right { right: 0; top: 0; bottom: 0; width: 200px; } .easyslide-description-left { left: 0; top: 0; bottom: 0; width: 200px; } .easyslide-description-center { left: 50%; top: 0; width: 200px; margin-left: -100px; min-height: 1000px; } .easyslide-description a { text-decoration: none; color: #5a5a5a; } .easyslide-description a:hover { text-decoration: underline; } .easyslide-description p { line-height: 20px; text-align: center; } .easyslide-background-light { background: rgba(255, 255, 255, 0.65); color: #000; } .easyslide-background-dark { background: rgba(0, 0, 0, 0.65); color: #fff; } .easyslide-background-transparent { color: #000; } .easyslide-thumbs.swiper-container { padding: 10px 0; text-align: inherit; } .easyslide-thumbs:not(.swiper-container-initialized) .swiper-slide:not(:first-child) { display: none; } .easyslide-thumbs .swiper-slide { cursor: pointer; margin-right: 10px; width: auto; } .easyslide-thumbs .swiper-slide:last-child { margin-right: 0; } .easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 2px solid #007aff; } .easyslide-thumbs-black.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after { border-color: #000; } .easyslide-thumbs-white.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after { border-color: #fff; } .easyslide-wrapper-thumbs-above { display: flex; flex-direction: column-reverse; } .easyslide-wrapper-thumbs-above .swiper-container { max-width: 100%; } .easyslide-wrapper-thumbs-above .easyslide-thumbs { margin: 0; } .easyslide-wrapper-thumbs-above .easyslide-thumbs.swiper-container { padding: 0 0 10px; } .easyslide-wrapper-thumbs-right, .easyslide-wrapper-thumbs-left { display: flex; align-items: flex-start; } .easyslide-wrapper-thumbs-right .easyslide-thumbs, .easyslide-wrapper-thumbs-left .easyslide-thumbs { flex-shrink: 0; } .easyslide-wrapper-thumbs-right .easyslide-thumbs.swiper-container, .easyslide-wrapper-thumbs-left .easyslide-thumbs.swiper-container { padding: 0 0 0 10px; } .easyslide-wrapper-thumbs-right .easyslide-thumbs .swiper-slide, .easyslide-wrapper-thumbs-left .easyslide-thumbs .swiper-slide { margin: 0 0 10px; } .easyslide-wrapper-thumbs-right .easyslide-thumbs .swiper-slide:last-child, .easyslide-wrapper-thumbs-left .easyslide-thumbs .swiper-slide:last-child { margin: 0; } .easyslide-wrapper-thumbs-left { flex-direction: row-reverse; } .easyslide-wrapper-thumbs-left .easyslide-thumbs.swiper-container { padding: 0 10px 0 0; } .navpro.navpro .text-left { text-align: left; } .navpro.navpro .text-center { text-align: center; } .navpro.navpro .text-right { text-align: right; } .navpro.navpro .text-justify { text-align: justify; } .navpro.navpro .nowrap { white-space: nowrap; } .navpro.navpro .break-word { word-wrap: break-word; } .navpro.navpro .va-middle { vertical-align: middle; } .navpro.navpro .va-top { vertical-align: top; } .navpro.navpro .va-bottom { vertical-align: bottom; } .navpro.navpro .va-baseline { vertical-align: baseline; } .navpro.navpro .inline { display: inline; } .navpro.navpro .block { display: block; } .navpro.navpro .inline-block { display: inline-block; } .navpro.navpro .float-left { float: left; } .navpro.navpro .float-right { float: right; } .navpro.navpro .m0 { margin: 0; } .navpro.navpro .mt0 { margin-top: 0; } .navpro.navpro .mr0 { margin-right: 0; } .navpro.navpro .mb0 { margin-bottom: 0; } .navpro.navpro .ml0 { margin-left: 0; } .navpro.navpro .m1 { margin: 0.5rem; } .navpro.navpro .mt1 { margin-top: 0.5rem; } .navpro.navpro .mr1 { margin-right: 0.5rem; } .navpro.navpro .mb1 { margin-bottom: 0.5rem; } .navpro.navpro .ml1 { margin-left: 0.5rem; } .navpro.navpro .m2 { margin: 1rem; } .navpro.navpro .mt2 { margin-top: 1rem; } .navpro.navpro .mr2 { margin-right: 1rem; } .navpro.navpro .mb2 { margin-bottom: 1rem; } .navpro.navpro .ml2 { margin-left: 1rem; } .navpro.navpro .m3 { margin: 2rem; } .navpro.navpro .mt3 { margin-top: 2rem; } .navpro.navpro .mr3 { margin-right: 2rem; } .navpro.navpro .mb3 { margin-bottom: 2rem; } .navpro.navpro .ml3 { margin-left: 2rem; } .navpro.navpro .m4 { margin: 4rem; } .navpro.navpro .mt4 { margin-top: 4rem; } .navpro.navpro .mr4 { margin-right: 4rem; } .navpro.navpro .mb4 { margin-bottom: 4rem; } .navpro.navpro .ml4 { margin-left: 4rem; } .navpro.navpro .ml-auto { margin-left: auto; } .navpro.navpro .mr-auto { margin-right: auto; } @media (max-width: 480px) { .navpro.navpro .xs-m0 { margin: 0; } .navpro.navpro .xs-mt0 { margin-top: 0; } .navpro.navpro .xs-mr0 { margin-right: 0; } .navpro.navpro .xs-mb0 { margin-bottom: 0; } .navpro.navpro .xs-ml0 { margin-left: 0; } .navpro.navpro .xs-m1 { margin: 0.5rem; } .navpro.navpro .xs-mt1 { margin-top: 0.5rem; } .navpro.navpro .xs-mr1 { margin-right: 0.5rem; } .navpro.navpro .xs-mb1 { margin-bottom: 0.5rem; } .navpro.navpro .xs-ml1 { margin-left: 0.5rem; } .navpro.navpro .xs-m2 { margin: 1rem; } .navpro.navpro .xs-mt2 { margin-top: 1rem; } .navpro.navpro .xs-mr2 { margin-right: 1rem; } .navpro.navpro .xs-mb2 { margin-bottom: 1rem; } .navpro.navpro .xs-ml2 { margin-left: 1rem; } .navpro.navpro .xs-m3 { margin: 2rem; } .navpro.navpro .xs-mt3 { margin-top: 2rem; } .navpro.navpro .xs-mr3 { margin-right: 2rem; } .navpro.navpro .xs-mb3 { margin-bottom: 2rem; } .navpro.navpro .xs-ml3 { margin-left: 2rem; } .navpro.navpro .xs-m4 { margin: 4rem; } .navpro.navpro .xs-mt4 { margin-top: 4rem; } .navpro.navpro .xs-mr4 { margin-right: 4rem; } .navpro.navpro .xs-mb4 { margin-bottom: 4rem; } .navpro.navpro .xs-ml4 { margin-left: 4rem; } .navpro.navpro .xs-ml-auto { margin-left: auto; } .navpro.navpro .xs-mr-auto { margin-right: auto; } } .navpro.navpro .p0 { padding: 0; } .navpro.navpro .pt0 { padding-top: 0; } .navpro.navpro .pr0 { padding-right: 0; } .navpro.navpro .pb0 { padding-bottom: 0; } .navpro.navpro .pl0 { padding-left: 0; } .navpro.navpro .p1 { padding: 0.5rem; } .navpro.navpro .pt1 { padding-top: 0.5rem; } .navpro.navpro .pr1 { padding-right: 0.5rem; } .navpro.navpro .pb1 { padding-bottom: 0.5rem; } .navpro.navpro .pl1 { padding-left: 0.5rem; } .navpro.navpro .p2 { padding: 1rem; } .navpro.navpro .pt2 { padding-top: 1rem; } .navpro.navpro .pr2 { padding-right: 1rem; } .navpro.navpro .pb2 { padding-bottom: 1rem; } .navpro.navpro .pl2 { padding-left: 1rem; } .navpro.navpro .p3 { padding: 4rem; } .navpro.navpro .pt3 { padding-top: 4rem; } .navpro.navpro .pr3 { padding-right: 4rem; } .navpro.navpro .pb3 { padding-bottom: 4rem; } .navpro.navpro .pl3 { padding-left: 4rem; } .navpro.navpro .p4 { padding: 4rem; } .navpro.navpro .pt4 { padding-top: 4rem; } .navpro.navpro .pr4 { padding-right: 4rem; } .navpro.navpro .pb4 { padding-bottom: 4rem; } .navpro.navpro .pl4 { padding-left: 4rem; } @media (max-width: 480px) { .navpro.navpro .xs-p0 { padding: 0; } .navpro.navpro .xs-pt0 { padding-top: 0; } .navpro.navpro .xs-pr0 { padding-right: 0; } .navpro.navpro .xs-pb0 { padding-bottom: 0; } .navpro.navpro .xs-pl0 { padding-left: 0; } .navpro.navpro .xs-p1 { padding: 0.5rem; } .navpro.navpro .xs-pt1 { padding-top: 0.5rem; } .navpro.navpro .xs-pr1 { padding-right: 0.5rem; } .navpro.navpro .xs-pb1 { padding-bottom: 0.5rem; } .navpro.navpro .xs-pl1 { padding-left: 0.5rem; } .navpro.navpro .xs-p2 { padding: 1rem; } .navpro.navpro .xs-pt2 { padding-top: 1rem; } .navpro.navpro .xs-pr2 { padding-right: 1rem; } .navpro.navpro .xs-pb2 { padding-bottom: 1rem; } .navpro.navpro .xs-pl2 { padding-left: 1rem; } .navpro.navpro .xs-p3 { padding: 2rem; } .navpro.navpro .xs-pt3 { padding-top: 2rem; } .navpro.navpro .xs-pr3 { padding-right: 2rem; } .navpro.navpro .xs-pb3 { padding-bottom: 2rem; } .navpro.navpro .xs-pl3 { padding-left: 2rem; } .navpro.navpro .xs-p4 { padding: 4rem; } .navpro.navpro .xs-pt4 { padding-top: 4rem; } .navpro.navpro .xs-pr4 { padding-right: 4rem; } .navpro.navpro .xs-pb4 { padding-bottom: 4rem; } .navpro.navpro .xs-pl4 { padding-left: 4rem; } } .navpro.navpro .flex { display: flex !important; } .navpro.navpro .flex-column { flex-direction: column; } .navpro.navpro .flex-wrap { flex-wrap: wrap; } .navpro.navpro .flex-nowrap { flex-wrap: nowrap; } .navpro.navpro .items-start { align-items: flex-start; } .navpro.navpro .items-end { align-items: flex-end; } .navpro.navpro .items-center { align-items: center; } .navpro.navpro .items-baseline { align-items: baseline; } .navpro.navpro .items-stretch { align-items: stretch; } .navpro.navpro .self-start { align-self: flex-start; } .navpro.navpro .self-end { align-self: flex-end; } .navpro.navpro .self-center { align-self: center; } .navpro.navpro .self-baseline { align-self: baseline; } .navpro.navpro .self-stretch { align-self: stretch; } .navpro.navpro .justify-start { justify-content: flex-start; } .navpro.navpro .justify-end { justify-content: flex-end; } .navpro.navpro .justify-center { justify-content: center; } .navpro.navpro .justify-between { justify-content: space-between; } .navpro.navpro .justify-around { justify-content: space-around; } .navpro.navpro .justify-evenly { justify-content: space-evenly; } .navpro.navpro .content-start { align-content: flex-start; } .navpro.navpro .content-end { align-content: flex-end; } .navpro.navpro .content-center { align-content: center; } .navpro.navpro .content-between { align-content: space-between; } .navpro.navpro .content-around { align-content: space-around; } .navpro.navpro .content-stretch { align-content: stretch; } .navpro.navpro .order-0 { order: 0; } .navpro.navpro .order-1 { order: 1; } .navpro.navpro .order-2 { order: 2; } .navpro.navpro .order-3 { order: 3; } .navpro.navpro .order-last { order: 99999; } .navpro.navpro .hide { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); } .navpro.navpro .display-none { display: none !important; } @media (max-width: 480px) { .navpro.navpro .xs-hide { display: none !important; } } @media (min-width: 481px) and (max-width: 767px) { .navpro.navpro .sm-hide { display: none !important; } } .column.main .navpro ul { padding: 0 !important; } .column.main .navpro li { margin: 0 !important; } .column.main .navpro li::before { display: none; } .column.main .navpro .li-item { padding: 0 !important; text-indent: 0 !important; } .navpro ul { margin: 0; padding: 0; } .navpro ul ul { padding: 0; } .navpro li { margin: 0; } .navpro li.level0::after, .navpro li.level0:hover::after { display: none; position: static; height: auto; width: auto; } .navpro.navpro { position: static; } .navpro.navpro ul { position: static; } .navpro.navpro ul ul { padding: 0; } .navpro.navpro li.li-item { position: static; } .navpro.navpro .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navpro.navpro .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) { margin: 0; } .navpro.navpro .li-item > a { position: relative; } .navpro.navpro .parent > a { position: relative; } .navpro.navpro .parent > a::after { content: '' !important; } .navpro.navpro .level0 > .level-top { padding: 16px; border: none; display: inline-block; line-height: normal; } .navpro.navpro .level0.parent > .level-top { padding-right: 16px; } .navpro.navpro .level0.active > .level-top, .navpro.navpro .level0.has-active > .level-top { border: none; display: inline-block; } .navpro > .navpro-menu .panel { padding: 10px 5px; background-color: #fafafa; } .navpro > .navpro-menu .links li { padding: 0 5px; } .navpro > .navpro-menu .links li a { padding: 0; } .navpro > .navpro-menu .transparent { background-color: transparent; } .navpro > .navpro-menu li.text-small > a { font-size: .8em; } .navpro > .navpro-menu li.text-big > a { font-size: 1.1em; } .navpro > .navpro-menu a .text-small, .navpro > .navpro-menu span .text-small, .navpro > .navpro-menu p .text-small, .navpro > .navpro-menu div .text-small { font-size: .8em; } .navpro > .navpro-menu a .text-big, .navpro > .navpro-menu span .text-big, .navpro > .navpro-menu p .text-big, .navpro > .navpro-menu div .text-big { font-size: 1.1em; } .navpro > .navpro-menu img.row { display: block; margin: 0 auto; } @media (max-width: 480px) { .navpro > .navpro-menu .xs-hide-dropdown > a > .navpro-icon-caret::before { display: none !important; } .navpro > .navpro-menu .xs-hide-dropdown > .navpro-dropdown { display: none !important; } .navpro > .navpro-menu .xs-hide-dropdown a.level-top::before, .navpro > .navpro-menu .xs-hide-dropdown a.level-top::after { display: none !important; } } @media (min-width: 481px) and (max-width: 767px) { .navpro > .navpro-menu .sm-hide-dropdown > a > .navpro-icon-caret::before { display: none !important; } .navpro > .navpro-menu .sm-hide-dropdown > .navpro-dropdown { display: none !important; } .navpro > .navpro-menu .sm-hide-dropdown a.level-top::before, .navpro > .navpro-menu .sm-hide-dropdown a.level-top::after { display: none !important; } } .navpro-menu a:hover > .tip { text-decoration: none; } .navpro-menu .tip { display: inline-block; top: -3px; position: relative; padding: 2px 3px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: normal; font-size: 0.7em; line-height: normal; color: #ffffff; background: #1979c3; } .navpro-menu .tip.text-small { font-size: .65em; } .navpro-menu .tip.text-big { font-size: .8em; } .navpro-menu .tip.text-big.top { top: -8px; } .navpro-menu .tip.top { position: absolute; top: -6px; right: 21px; } .rtl .navpro-menu .tip.top { right: auto; left: 21px; } .navpro-menu .tip.top::before { content: ''; position: absolute; right: 6px; top: 100%; width: 0; height: 0; border: 4px solid transparent; border-top-color: #1979c3; } .rtl .navpro-menu .tip.top::before { right: auto; left: 6px; } .navpro-menu .tip.inverted { color: #1979c3; background: #ffffff; } .navpro-menu .tip.inverted::before { border-top-color: #ffffff; } .navpro-menu .tip.accent { background: #ff7103; } .navpro-menu .tip.accent::before { border-top-color: #ff7103; } .navpro-menu .tip.accent.inverted { color: #ff7103; background: #ffffff; } .navpro-menu .tip.accent.inverted::before { border-top-color: #ffffff; } .navpro-menu .tip.muted { background: #555555; } .navpro-menu .tip.muted::before { border-top-color: #555555; } .navpro-menu .tip.muted.inverted { color: #555555; background: #ffffff; } .navpro-menu .tip.muted.inverted::before { border-top-color: #ffffff; } .navpro-menu .tip.black { color: #ffffff; background: #000000; } .navpro-menu .tip.black::before { border-top-color: #000000; } .navpro-menu .tip.black.inverted { color: #000000; background: #ffffff; } .navpro-menu .tip.black.inverted::before { border-top-color: #ffffff; } .navpro .block:first-child { margin-top: 0; } .navpro .block:last-child { margin-bottom: 0; } .navpro .block .subtitle { display: none; } .navpro .block .product-items .product-item { position: relative; } .navpro .block .product-items .action.delete { position: absolute; right: 0; top: 0; } .navpro .navpro-search .block-search { float: none; align-self: center; margin: 0; padding: 0; left: auto; top: auto; right: auto; bottom: auto; transform: none; position: static; width: auto; } .navpro .navpro-search .block-search .block-title { margin: 0 0 15px; } .navpro .navpro-search .block-search .form.minisearch { position: relative; } .navpro .li-item > .navpro-search .block-search .block-title { display: none; } .navpro .li-item > .navpro-search .block-search .field label { display: none; } .navpro.orientation-vertical .level0 { margin: 0; } .navpro.orientation-vertical .children > li > a, .navpro.orientation-vertical .level0 > .level-top, .navpro.orientation-vertical .level0.active > .level-top, .navpro.orientation-vertical .level0.has-active > .level-top { display: block; } .navpro.orientation-vertical .parent-expanded > a { font-weight: bold; } .navpro.orientation-vertical .parent-expanded .parent-expanded > a { font-weight: normal; } .navpro.orientation-vertical > ul { display: flex; flex-wrap: wrap; align-items: stretch; flex-direction: column; } .navpro.orientation-vertical .navpro-dropdown .children > li > a, .navpro.orientation-vertical .navpro-dropdown .children .parent > a { padding: 8px 12px; } .navpro.orientation-vertical .level0 > .level-top { padding: 8px 12px; } .navpro-pills li.level0 { background: #f4f4f4; border-radius: 10px; margin: 0 5px 5px 0; } .navpro-shevron { display: none; } .navpro-dropdown { position: absolute; left: -99999px; top: -99999px; opacity: 0; visibility: hidden; pointer-events: none; } .rtl .navpro-dropdown { left: 99999px; } .navpro-dropdown-inner { box-sizing: border-box; padding: 12px; } .navpro-dropdown-expanded > .navpro-dropdown-inner { padding-top: 0; } .navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner { padding-left: 0; padding-right: 0; } .navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner { padding: 12px; padding-top: 0; padding-bottom: 0; } .navpro-dropdown { box-sizing: border-box; background: #ffffff; border: 1px solid #eaeaea; box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1); min-width: 230px; font-weight: normal; z-index: 90; } .navpro-dropdown.shown { right: auto; opacity: 1; visibility: visible; pointer-events: all; z-index: 91; } .navpro-dropdown > .navpro-close { cursor: pointer; width: 20px; height: 20px; position: relative; z-index: 10; position: absolute; right: 12px; top: 12px; } .navpro-dropdown > .navpro-close::before, .navpro-dropdown > .navpro-close::after { content: ''; position: absolute; left: auto; right: 10px; top: 0; height: 20px; width: 2px; background-color: #333333; } .navpro-dropdown > .navpro-close::before { transform: rotate(45deg); } .navpro-dropdown > .navpro-close::after { transform: rotate(-45deg); } .navpro.orientation-horizontal li.size-boxed, .navpro.orientation-horizontal li.size-fullwidth, .navpro.orientation-horizontal li.size-fullscreen { position: static; } .dropdown-left .ui-menu-item { text-align: right; } .rtl .dropdown-left .ui-menu-item { text-align: left; } .navpro-mobile { width: 767px; height: 0; overflow: hidden; display: none; } .navpro .li-item.opened { z-index: 89; } .navpro .li-item.navpro-shop-all { font-weight: bold; } .navpro .navpro-a-with-thumbnail { margin-bottom: 8px; max-height: 130px; overflow: hidden; } .navpro .navpro-a-with-thumbnail img { margin-top: 5px; filter: contrast(100%); } .navpro .level0 .children > li > a, .navpro .level0 .children .parent > a { text-decoration: none; } .navpro .level0 .children > li > a:hover, .navpro .level0 .children .parent > a:hover { text-decoration: underline; } .navpro-dropdown .children > li > a, .navpro-dropdown .children .parent > a { display: block; line-height: inherit; color: #2b3945; padding: 7px 12px 7px 12px; text-decoration: none; } .navpro-dropdown .children > li > a:hover, .navpro-dropdown .children .parent > a:hover { text-decoration: underline; } .navpro-dropdown .children .parent > a { padding-right: 20px; } .rtl .navpro-dropdown .children .parent > a { padding: 7px 12px 7px 12px; padding-left: 20px; } .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a { font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; font-weight: bold; padding-bottom: 5px; text-transform: uppercase; } .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a { padding-top: 4px; padding-bottom: 4px; } .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a { padding-top: 6px; padding-bottom: 6px; font-size: 0.95em; text-decoration: none; } .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span { line-height: normal; border-bottom: 2px solid #ede734; } .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a:hover { text-decoration: none; } .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a:hover span { border-bottom: 2px solid #d5d02f; } .navpro-dropdown .multicolumn { display: flex; align-content: flex-start; flex-wrap: wrap; flex-direction: row; } .navpro-dropdown .multicolumn > li { width: 100%; } .navpro-dropdown .vertical.multicolumn { flex-direction: column; } .navpro-icon-caret, .navpro.navigation .level0.parent > .level-top > .ui-menu-icon { position: static; display: block; } .navpro-icon-caret::after { display: none !important; } .navpro .caret-hidden > a.level-top { padding: 16px !important; } .navpro .caret-hidden > a.level-top > .navpro-icon-caret::before { display: none !important; } .navpro-icon-caret::before { content: ''; position: absolute; right: 1px; top: calc(50% - 10px); transform: rotate(-90deg); opacity: .8; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo='); background-repeat: no-repeat; background-size: 12px 12px; background-position: 50% 50%; width: 20px; height: 20px; } .rtl .navpro-icon-caret::before { left: 1px; right: auto; transform: rotate(90deg); } .orientation-horizontal a.level-top > .navpro-icon-caret::before { transform: rotate(0); } a.level-top > .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNTIgLTE3KXRyYW5zbGF0ZSgwIDgpdHJhbnNsYXRlKDEyNzAgMyl0cmFuc2xhdGUoODcuNSA5KXJvdGF0ZSgtMjcwKXRyYW5zbGF0ZSgtODcuNSAtOSkiIHBvaW50cz0iOTAgOSA4NyAxNCA4NSAxNCA4OCA5IDg1IDQgODcgNCIvPjwvZz48L2c+PC9zdmc+'); } .caret-bottom a.level-top > .navpro-icon-caret::before { top: auto; right: auto; left: calc(50% - 8px); bottom: 5px; } .caret-light > a > .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') !important; } .caret-dark > a > .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=') !important; } .navpro.navpro .caret-hidden .level0 > .level-top { padding: 16px !important; } .navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret, .navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret::before { display: none !important; } .navpro.orientation-horizontal .caret-bottom .level0 > .level-top, .rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top { padding: 16px; padding-bottom: 16px; } .navpro.orientation-horizontal .caret-light .level0 > .level-top > .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') !important; } .navpro.orientation-horizontal .caret-dark .level0 > .level-top > .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=') !important; } .navpro.dropdown-left .children .navpro-icon-caret::before { right: auto; left: 1px; transform: rotate(90deg); } .rtl .navpro.dropdown-left .children .navpro-icon-caret::before { right: 1px; left: auto; transform: rotate(-90deg); } .navpro.dropdown-left .navpro-dropdown .children .parent > a { padding-right: 12px; padding-left: 20px; } .rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a { padding-right: 20px; padding-left: 12px; } .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before { right: auto; left: 1px; transform: rotate(90deg); } .rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before { right: 1px; left: auto; transform: rotate(-90deg); } .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top { padding: 8px 12px; padding-left: 16px; } .rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top { padding: 8px 12px; padding-right: 16px; } .navpro-overlay-element { visibility: hidden; pointer-events: none; opacity: 0; } .navpro-overlay-element { transition: visibility 0ms linear 200ms, opacity 200ms linear; background-color: rgba(0, 0, 0, 0.4); } .navpro-nowrap { flex-wrap: nowrap !important; } .navpro-nowrap:not(.navpro-nowrap-ready) { overflow: hidden !important; } .navpro-nowrap-justify-start { justify-content: start !important; } .navpro-nowrap > li { flex-shrink: 0; } .navpro-nowrap .navpro-item-more { align-self: center; } .navpro-nowrap .navpro-item-more > .nav-a-icon-more { display: flex !important; } .navpro-nowrap .navpro-item-more > .nav-a-icon-more svg { width: 20px; height: 20px; fill: currentColor; } @media (max-width: 767px) { .navpro-transformable.navpro .level0 > .level-top { display: block; } .navpro-transformable.navpro .level0.active > .level-top, .navpro-transformable.navpro .level0.has-active > .level-top { display: block; } .navpro-transformable .navpro-icon-caret::before { transition: transform 200ms ease-in-out; } .navpro-transformable .navpro-icon-caret::before { transform: rotate(-90deg); } .navpro-transformable li.opened > a > .navpro-icon-caret::before { transform: rotate(0deg); } .navpro-transformable .navpro-dropdown { background: transparent; border: 0; box-shadow: none; min-width: 0; position: static; box-shadow: none !important; width: auto !important; max-height: 0; max-width: 100%; overflow: hidden; } .navpro-transformable .navpro-dropdown .multicolumn.vertical { height: auto !important; } .navpro-transformable .navpro-dropdown.shown { max-height: 1000em; } .navpro-transformable .navpro-dropdown-inner { padding-top: 3px; padding-bottom: 5px; } .navpro-transformable .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner { padding-left: 10px; } .navpro-transformable .navpro-dropdown .children { display: block; /* reset ribbon style */ } .navpro-transformable .navpro-dropdown .children.multicolumn > li { width: 100%; } } .navpro.navpro-accordion.navpro .level0 > .level-top { display: block; } .navpro.navpro-accordion.navpro .level0.active > .level-top, .navpro.navpro-accordion.navpro .level0.has-active > .level-top { display: block; } .navpro.navpro-accordion .navpro-icon-caret::before { transition: transform 200ms ease-in-out; } .navpro.navpro-accordion .navpro-icon-caret::before { transform: rotate(-90deg); } .navpro.navpro-accordion li.opened > a > .navpro-icon-caret::before { transform: rotate(0deg); } .navpro.navpro-accordion .navpro-dropdown { background: transparent; border: 0; box-shadow: none; min-width: 0; position: static; box-shadow: none !important; width: auto !important; max-height: 0; max-width: 100%; overflow: hidden; } .navpro.navpro-accordion .navpro-dropdown .multicolumn.vertical { height: auto !important; } .navpro.navpro-accordion .navpro-dropdown.shown { max-height: 1000em; } .navpro.navpro-accordion .navpro-dropdown-inner { padding-top: 3px; padding-bottom: 5px; } .navpro.navpro-accordion .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner { padding-left: 10px; } .navpro.navpro-accordion .navpro-dropdown .children { display: block; /* reset ribbon style */ } .navpro.navpro-accordion .navpro-dropdown .children.multicolumn > li { width: 100%; } .navpro-amazon li.level1 { position: static; } .navpro-amazon .navpro-departments .navpro-dropdown-level2 { top: -1px !important; left: 100% !important; } .rtl .navpro-amazon .navpro-departments .navpro-dropdown-level2 { left: auto !important; right: 100% !important; } @media (min-width: 1025px) { .navpro-amazon .navpro-dropdown { transition-delay: .3s; } } .navpro-amazon .navpro-dropdown.shown { transition-delay: 0s; } .navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a, .navpro.navpro .navpro-iconic .level0 > .level-top { display: flex; align-items: center; } .navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a img, .navpro.navpro .navpro-iconic .level0 > .level-top img { margin: 3px; } .navpro.navpro .navpro-iconic.iconic-vertical .navpro-wrapped-items .level1 > a, .navpro.navpro .navpro-iconic.iconic-vertical .level0 > .level-top { flex-direction: column; } .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top, .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top { padding-left: 20px; } .rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top, .rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top { padding-left: 0; padding-right: 20px; } .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back), .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) { padding-left: 30px; } .rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back), .rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) { padding-left: 0; padding-right: 30px; } .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a { position: relative; } .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before { content: ''; position: absolute; left: 6px; top: calc(50% - 6px); transform: rotate(90deg); opacity: .8; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo='); background-size: 12px 12px; background-position: 50% 50%; width: 12px; height: 12px; } .rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before { left: auto; right: 6px; transform: rotate(-90deg); } .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current a { font-weight: bold; } .navpro-linkbar { display: flex; flex-wrap: wrap; } .navpro.navpro-theme-dark, .navpro.navpro-theme-dark-bar { background: #1d262d; } .navpro.navpro-theme-dark .level0 > .level-top, .navpro.navpro-theme-dark-bar .level0 > .level-top { color: #eaeaea !important; } .navpro.navpro-theme-dark a.level-top > .navpro-icon-caret::before, .navpro.navpro-theme-dark-bar a.level-top > .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo='); } @media (max-width: 767px) { .navpro.navpro-theme-dark-bar .navpro-dropdown { background: #1d262d; border-color: #1d262d; color: #eaeaea; } .navpro.navpro-theme-dark-bar .navpro-dropdown h3, .navpro.navpro-theme-dark-bar .navpro-dropdown .children a, .navpro.navpro-theme-dark-bar .navpro-dropdown .children .parent > a { color: #eaeaea; } .navpro.navpro-theme-dark-bar .navpro-dropdown .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo='); } } .navpro.navpro-theme-dark .navpro-dropdown, .navpro.navpro-theme-dark-dropdown .navpro-dropdown { background: #1d262d; border-color: #1d262d; color: #eaeaea; } .navpro.navpro-theme-dark .navpro-dropdown h3, .navpro.navpro-theme-dark-dropdown .navpro-dropdown h3, .navpro.navpro-theme-dark .navpro-dropdown .children a, .navpro.navpro-theme-dark-dropdown .navpro-dropdown .children a, .navpro.navpro-theme-dark .navpro-dropdown .children .parent > a, .navpro.navpro-theme-dark-dropdown .navpro-dropdown .children .parent > a { color: #eaeaea; } .navpro.navpro-theme-dark .navpro-dropdown .navpro-icon-caret::before, .navpro.navpro-theme-dark-dropdown .navpro-dropdown .navpro-icon-caret::before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo='); } @media (min-width: 768px) { .navpro.navpro-theme-dark .navpro-dropdown, .navpro.navpro-theme-dark-dropdown .navpro-dropdown { box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.5); } } .navpro.navpro-theme-dark .navpro-dropdown .panel, .navpro.navpro-theme-dark-dropdown .navpro-dropdown .panel { background-color: #232e36; } .navpro.navpro-theme-dark .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a, .navpro.navpro-theme-dark-dropdown .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a { color: #eaeaea; } .navpro.navpro-theme-dark.orientation-horizontal li.level-top.parent a.level-top::before, .navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top.parent a.level-top::before, .navpro.navpro-theme-dark.orientation-horizontal li.level-top.parent a.level-top::after, .navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top.parent a.level-top::after { border-bottom-color: #1d262d; } .navpro.navpro-theme-dark.orientation-horizontal li.level-top > .navpro-dropdown > .navpro-shevron, .navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top > .navpro-dropdown > .navpro-shevron { background: #1d262d; border: 1px solid #1d262d; border-color: #1d262d transparent transparent #1d262d; } .navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::before, .navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::before, .navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after, .navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after { border-top-color: #1d262d; border-bottom-color: transparent; } .navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after, .navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after { border-top-color: #1d262d; } .navpro-theme-flat { border: 1px solid #e0e0e0; border-radius: 2px; background: #fafafa; } .navpro-theme-flat.navpro .children > li > a, .navpro-theme-flat.navpro .level0 > .level-top { color: #666; } .navpro-theme-flat.navpro .level0 > .level-top, .navpro-theme-flat.navpro .level0.active > .level-top, .navpro-theme-flat.navpro .level0.has-active > .level-top { border-top: 1px solid #e0e0e0; } .navpro-theme-flat.navpro .level0:first-child > .level-top { border: none; } .navpro-theme-flat.navpro.orientation-horizontal .level0 { border: 1px solid #e0e0e0; border-width: 0 0 0 1px; margin: 0 0 0 -1px; } .navpro-theme-flat.navpro.orientation-horizontal .level0:first-child { border-width: 0; } .navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top { border: 0; } .navpro.navpro-theme-compact { font-size: .9em; } .navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top { padding: 4px 5px !important; } .navpro.navpro-theme-compact.navpro .level0 > .level-top { padding: 4px 5px; color: #333333; } .navpro.navpro-theme-compact.navpro .level0.parent > .level-top { padding-right: 20px; } .rtl .navpro.navpro-theme-compact.navpro .level0.parent > .level-top { padding: 4px 5px; padding-left: 20px; } .navpro.navpro-theme-compact .navpro-dropdown .children > li > a, .navpro.navpro-theme-compact .navpro-dropdown .children .parent > a { padding: 4px 5px; } .navpro.navpro-theme-compact .navpro-dropdown-inner { padding: 5px; } .navpro.navpro-theme-compact .navpro-item-more > .nav-a-icon-more svg { width: 15px; height: 15px; } .prolabels-wrapper, .prolabels-content-wrapper { position: relative; } .prolabels-wrapper .prolabel, .prolabels-content-wrapper .prolabel { display: inline-block; background: transparent center no-repeat; line-height: normal; transition: all 0.2s; position: relative; vertical-align: top; z-index: 2; } .prolabels-wrapper .prolabel__inner, .prolabels-content-wrapper .prolabel__inner { height: 100%; width: 100%; } .prolabels-wrapper .prolabel__wrapper, .prolabels-content-wrapper .prolabel__wrapper { display: table; height: 100%; width: 100%; } .prolabels-wrapper .prolabel__content, .prolabels-content-wrapper .prolabel__content { display: table-cell; text-align: center; vertical-align: middle; } /* Image Label */ .prolabels-wrapper .absolute { position: absolute; } .prolabels-wrapper .top-left { top: 0; left: 0; } .prolabels-wrapper .top-right { top: 0; right: 0; } .prolabels-wrapper .top-center { top: 0; left: 50%; transform: translateX(-50%); z-index: 2; } .prolabels-wrapper .middle-left { top: 50%; left: 0; transform: translateY(-50%); } .prolabels-wrapper .middle-right { right: 0; top: 50%; transform: translateY(-50%); } .prolabels-wrapper .middle-center { top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; } .prolabels-wrapper .bottom-left { bottom: 0; left: 0; } .prolabels-wrapper .bottom-right { bottom: 0; right: 0; } .prolabels-wrapper .bottom-center { bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2; } /* Content Label */ .prolabels-content-wrapper .prolabel { margin-right: 10px; } .prolabels-wrapper { height: 100%; text-align: center; } .prolabels-wrapper .product-item-photo { font-size: 0; } .prolabels-product-image-labels, .prolabels-content-labels { display: none; } /* Fotorama fullscreen hide labels */ .fotorama--fullscreen .prolabels-wrapper .prolabel { display: none; } .breeze-gallery .prolabels-wrapper { height: auto; } .breeze-gallery.opened .prolabels-wrapper .prolabel { display: none; } .qty-switcher-dec, .qty-switcher-inc { display: inline-block; position: relative; padding: 10px; vertical-align: middle; cursor: pointer; } .qty-switcher-dec:before, .qty-switcher-inc:after { content: ''; display: block; position: absolute; border-left: 1px solid; border-bottom: 1px solid; width: 10px; height: 10px; top: 3px; right: 0; transform: rotate(45deg); } .qty-switcher-inc:after { left: 0; transform: rotate(225deg); } .qty-wrapper { display: inline-block; position: relative; } .qty-wrapper:before, .qty-wrapper:after { content: ''; display: table; } .qty-wrapper:after { clear: both; } .qty-wrapper .action.toggle { cursor: pointer; display: inline-block; text-decoration: none; } .qty-wrapper .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .qty-wrapper .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: ' '; font-family: 'FontAwesome'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .qty-wrapper .action.toggle:hover:after { color: inherit; } .qty-wrapper .action.toggle:active:after { color: inherit; } .qty-wrapper .action.toggle.active { display: inline-block; text-decoration: none; } .qty-wrapper .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .qty-wrapper .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: ' '; font-family: 'FontAwesome'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .qty-wrapper .action.toggle.active:hover:after { color: inherit; } .qty-wrapper .action.toggle.active:active:after { color: inherit; } .qty-wrapper ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 100%; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; right: 0; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .qty-wrapper ul.dropdown li { margin: 0; padding: 3px 5.5px; } .qty-wrapper ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .qty-wrapper ul.dropdown:before, .qty-wrapper ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .qty-wrapper ul.dropdown:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .qty-wrapper ul.dropdown:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .qty-wrapper ul.dropdown:before { right: 2px; top: -12px; } .qty-wrapper ul.dropdown:after { right: 1px; top: -14px; } .qty-wrapper.active { overflow: visible; } .qty-wrapper.active ul.dropdown { display: block; } .qty-dropdown .qty { min-width: 84px; padding: 12px 34px 12px 15px; } .qty-dropdown .trigger { margin: 0 0 0 -30px; } .col.qty .control, .field.qty .control { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .table.grouped .control.qty, .cms-page-view .column.main table.table-grid.grouped .control.qty, .modal-content table.table-grid.grouped .control.qty, .cms-page-view .column.main table.data-table.grouped .control.qty, .modal-content table.data-table.grouped .control.qty { min-width: 100px; } div.swiper-container .swiper-slide { height: auto; } .swiper-lazy-preloader ~ * { visibility: hidden; } .swiper-slide img { vertical-align: top; /* //stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */ height: auto; } [class].swiper-button-prev, [class].swiper-button-next { background-size: 10px 20px; height: 20px; width: 10px; margin-top: -10px; } [class].swiper-button-prev.swiper-button-black, .swiper-container-rtl [class].swiper-button-next.swiper-button-black { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMCAtMTQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoNTMwIDIpdHJhbnNsYXRlKDMuNSAxMC41KXNjYWxlKC0xIDEpdHJhbnNsYXRlKC0zLjUgLTEwLjUpIiBwb2ludHM9IjcgMTAuNSAyLjggMTcgMCAxNyA0LjIgMTAuNSAwIDQgMi44IDQiLz48L2c+PC9nPjwvc3ZnPg=='); } [class].swiper-button-prev.swiper-button-white, .swiper-container-rtl [class].swiper-button-next.swiper-button-white { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyI+PHRpdGxlPiAgUGF0aCBDb3B5IDQ8L3RpdGxlPjxkZXNjPiAgQ3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iI2ZmZiI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMCAtMTQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoNTMwIDIpdHJhbnNsYXRlKDMuNSAxMC41KXNjYWxlKC0xIDEpdHJhbnNsYXRlKC0zLjUgLTEwLjUpIiBwb2ludHM9IjcgMTAuNSAyLjggMTcgMCAxNyA0LjIgMTAuNSAwIDQgMi44IDQiLz48L2c+PC9nPjwvc3ZnPgo='); } [class].swiper-button-next.swiper-button-black, .swiper-container-rtl [class].swiper-button-prev.swiper-button-black { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LCAtMTQpIiBmaWxsPSIjMjAyNjMzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCA4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMwLCAyKSI+PHBvbHlnb24gcG9pbnRzPSI0ODIgMTAuNSA0NzcuOCAxNyA0NzUgMTcgNDc5LjIgMTAuNSA0NzUgNCA0NzcuOCA0Ij48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPgo='); } [class].swiper-button-next.swiper-button-white, .swiper-container-rtl [class].swiper-button-prev.swiper-button-white { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUsIC0xNCkiIGZpbGw9IiNmZmZmZmYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDgpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MzAsIDIpIj48cG9seWdvbiBwb2ludHM9IjQ4MiAxMC41IDQ3Ny44IDE3IDQ3NSAxNyA0NzkuMiAxMC41IDQ3NSA0IDQ3Ny44IDQiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L2c+PC9zdmc+'); } /** * @copyright Vertex. All rights reserved. //www.vertexinc.com/ * @author Mediotype //www.mediotype.com/ */ .opc-block-summary .vertex-message td, .cart-summary .vertex-message td { padding: 0; border-top: none; } /** * @copyright Vertex. All rights reserved. //www.vertexinc.com/ * @author Mediotype //www.mediotype.com/ */ .form-address-edit .actions-toolbar .vertex-update-address { margin-top: 10px; } .vertex__address-suggestion { margin: 5px 0; padding-left: 10px; font-weight: 500; border-left: 2px solid gray; } .apishippvz-select { text-transform: uppercase; cursor: pointer; line-height: 2.4rem; padding: 14px 17px; font-size: 2rem; font-weight: bold; color: #000; border: 3px solid #000; display: inline-block; } .ship-no-pvz-desc { padding: 20px 0; } a.disable-mask { margin-left: 10px; text-decoration: none; text-transform: lowercase; color: #000088; border-bottom: 1px dashed #000088; } a.disable-mask:hover { border-bottom: 1px solid #000088; } @media (min-width: 400px) { .product-city-modal { width: auto; top: 10%; left: 5%; height: 300px; } } @media (min-width: 768px) { .product-city-modal { width: 400px; top: 20%; left: 50%; margin-left: -200px; height: auto; } } .product-shipping-calculation { width: 300px; } .product-shipping-calculation .col-price { color: #858784; } .product-shipping-calculation i { width: 14px; } .product-shipping-calculation .col { width: 10px; white-space: nowrap; } .product-shipping-region { font-weight: 500; text-transform: uppercase; color: #858784; } .product-shipping-region .city-change { cursor: pointer; } table.product-shipping-calculation > tbody > tr > td { padding: 2px; } .block-category-event { background: #f0f0f0; color: #333333; padding: 10px 0 15px; text-align: center; } .block-category-event.block:last-child { margin-bottom: 10px; } .block-category-event .block-title { margin: 0 0 10px; } .block-category-event .block-title strong { font-size: 1.5rem; font-weight: 300; } .block-category-event .ticker { margin: 0; padding: 0; list-style: none none; } .block-category-event .ticker li { display: none; margin: 0 15px; } .block-category-event .ticker .value { font-size: 1.8rem; font-weight: 300; } .block-category-event .ticker .label { font-size: 1rem; display: block; text-transform: lowercase; } .block-category-event .dates { display: table; margin: 0 auto; } .block-category-event .dates .start, .block-category-event .dates .end { display: table-cell; vertical-align: top; } .block-category-event .dates .date { font-size: 1.8rem; } .block-category-event .dates .time { display: block; } .block-category-event .dates .start { padding-right: 44px; position: relative; } .block-category-event .dates .start:after { font-size: 1.8rem; content: '\2013'; display: block; position: absolute; right: 15px; top: 0; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .contact-index-index .column:not(.sidebar-main) .form.contact { float: none; width: 50%; } .contact-index-index .column:not(.sidebar-additional) .form.contact { float: none; width: 50%; } .table-wrapper.billing-agreements { margin-bottom: 44px; } .paypal { display: inline-block; vertical-align: top; } .block-minicart .paypal, .cart-summary .paypal { display: block; } .paypal img { display: block; margin: 5.5px auto 0; } .opc .paypal { vertical-align: middle; } .paypal.acceptance { display: block; margin: 0 0 22px; } .map-form-addtocart .paypal { display: block; margin: 10px auto 5.5px; } .cart-summary .paypal + .paypal { margin-top: 27.5px; } .paypal-review .actions-toolbar { margin-top: 10px; } .paypal-review .paypal-review-title { padding: 0 0 10px; } .paypal-review .paypal-review-title > strong { font-size: 2.4rem; font-weight: 300; } .paypal-review .paypal-review-title .action { display: inline-block; margin: 12px 0 0 33px; } .paypal-review .table-paypal-review-items .col.name { padding-top: 16px; } .paypal-review .table-paypal-review-items .col.qty { text-align: center; } .paypal-review .item-options dt { display: inline-block; } .paypal-review .item-options dt:after { content: ': '; } .paypal-review .item-options dd { margin: 0; } .paypal-review-discount { border-bottom: 1px solid #eff0f1; margin: 0 0 44px; padding: 10px 0 0; } .fotorama-video-container:after { background: url(../../frontend/Kukladom/Main/ru_RU/Magento_ProductVideo/img/gallery-sprite.png) bottom right; bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px; } .fotorama-video-container .magnify-lens { display: none !important; } .fotorama-video-container.video-unplayed:hover img { opacity: .6; } .fotorama-video-container.video-unplayed:hover:after { transform: scale(1.25); } .video-thumb-icon:after { background: url(../../frontend/Kukladom/Main/ru_RU/Magento_ProductVideo/img/gallery-sprite.png) bottom left; bottom: 0; content: ''; height: 40px; left: 0; margin: auto; position: absolute; right: 0; top: 10px; width: 49px; } .product-video { bottom: 0; height: 75%; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 100%; } .product-video iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9999; } .fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after { bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px; } .fotorama__product-video--loading:after { visibility: hidden; } @media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) { .product-video { height: 100%; width: 81%; } } .opc-wrapper .form-discount { max-width: 500px; } .swatch-attribute-label { font-weight: 700; position: relative; } .swatch-attribute-label.required { padding-right: 10px; } .swatch-attribute-label[data-required='1']:after { color: #e02b27; content: '*'; font-size: 16px; font-weight: 700; position: absolute; right: -11px; top: -2px; } .swatch-attribute-selected-option { color: #646464; padding-left: 17px; } .swatch-attribute-options { margin: 10px 0; } .swatch-attribute-options:focus { box-shadow: none; } .swatch-attribute-options .swatch-option-tooltip-layered .title { color: #282828; bottom: -5px; height: 20px; left: 0; margin-bottom: 10px; position: absolute; text-align: center; width: 100%; } .swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option { background: #f0f0f0; color: #949494; } .swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected { background: #ffffff; border: 1px solid #ffffff; color: #000000; } .swatch-option { border: 1px solid #dadada; cursor: pointer; float: left; height: 20px; margin: 0 10px 5.5px 0; max-width: 100%; min-width: 30px; overflow: hidden; padding: 1px 2px; position: relative; text-align: center; text-overflow: ellipsis; } .swatch-option:focus { box-shadow: none; } .swatch-option.text { background: #f0f0f0; color: #686868; font-size: 14px; font-weight: 700; line-height: 20px; margin-right: 7px; min-width: 22px; padding: 4px 8px; } .swatch-option.text.selected { background-color: #ffffff; } .swatch-option.selected { outline: 2px solid #ff7a0e; border: 1px solid #ffffff; color: #333333; } .swatch-option:not(.disabled):hover { border: 1px solid #ffffff; color: #333333; outline: 1px solid #999999; } .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover { border: 1px solid #ffffff; outline: 2px solid #d05d00; } .swatch-option.disabled { box-shadow: unset; cursor: default; pointer-events: none; } .swatch-option.disabled:after { background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); bottom: 0; content: ''; filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)'; left: 0; position: absolute; right: 0; top: 0; } .swatch-option-disabled { border: 0; cursor: default; outline: none !important; } .swatch-option-disabled:after { -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg); background: #e02b27; content: ''; height: 2px; left: -4px; position: absolute; top: 10px; width: 42px; z-index: 995; } .swatch-option-loading { content: url('../../frontend/Kukladom/Main/ru_RU/images/loader-2.gif'); } .swatch-option-tooltip { border: 1px solid #dadada; color: #949494; background: #ffffff; display: none; max-height: 100%; min-height: 20px; min-width: 20px; padding: 5.5px; position: absolute; text-align: center; z-index: 999; } .swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner { bottom: 0; height: 8px; left: 40%; position: absolute; } .swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before, .swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after { border-style: solid; content: ''; font-size: 1px; height: 0; position: relative; width: 0; } .swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before { border-color: #adadad transparent transparent transparent; border-width: 8px 8.5px 0 8.5px; left: 0; top: 2px; } .swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after { border-color: #ffffff transparent transparent transparent; border-width: 7px 7.5px 0 7.5px; left: -15px; top: 1px; } .swatch-option-tooltip .image, .swatch-option-tooltip-layered .image { display: block; height: 130px; margin: 0 auto; width: 130px; } .swatch-option-tooltip-layered { background: #ffffff; border: 1px solid #dadada; color: #949494; display: none; left: -47px; position: absolute; width: 140px; z-index: 999; } .swatch-option-tooltip .title { color: #282828; display: block; max-height: 200px; min-height: 20px; overflow: hidden; text-align: center; } .swatch-option-link-layered { margin: 0 !important; padding: 0 !important; position: relative; } .swatch-option-link-layered:focus > div { box-shadow: 0 0 3px 1px #00699d; } .swatch-option-link-layered:hover > .swatch-option-tooltip-layered { display: block; } .swatch-opt { margin: 22px 0; } .swatch-opt-listing { margin-bottom: 10px; } .swatch-more { display: inline-block; margin: 2px 0; padding: 2px; position: static; } .swatch-visual-tooltip-layered { height: 160px; top: -170px; } .swatch-textual-tooltip-layered { height: 30px; top: -40px; } .swatch-input { left: -1000px; position: absolute; visibility: hidden; } .clearfix:after, .argento-grid:after { clear: both; content: ''; display: block; height: 0; visibility: hidden; } .minilist .weee { display: table-row; font-size: 1.1rem; } .minilist .weee:before { display: none; } .price-container.weee:before { display: none; } .column .block-addbysku .fieldset { margin: 0; } .column .block-addbysku .fieldset .fields { position: relative; } .column .block-addbysku .fieldset .fields .field { display: inline-block; margin-bottom: 10px; vertical-align: top; } .column .block-addbysku .fieldset .fields .actions-toolbar { position: absolute; right: 0; top: 7px; } .column .block-addbysku .sku { margin-right: -155px; padding-right: 160px; width: 100%; } .column .block-addbysku .qty .qty + .mage-error { width: 80px; } .column .block-addbysku .block-content .actions-toolbar { clear: both; margin: 0 0 22px; text-align: left; } .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after { content: ''; display: table; } .column .block-addbysku .block-content .actions-toolbar:after { clear: both; } .column .block-addbysku .block-content .actions-toolbar .primary { float: left; } .column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary { display: inline-block; } .column .block-addbysku .block-content .actions-toolbar .primary a.action, .column .block-addbysku .block-content .actions-toolbar .secondary a.action { display: inline-block; } .column .block-addbysku .block-content .actions-toolbar .primary .action { margin: 0 15px 0 0; } .column .block-addbysku .block-content .actions-toolbar .secondary a.action { margin-top: 6px; } .column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary { display: block; float: none; } .column .block-addbysku .block-content .actions-toolbar > .secondary { text-align: left; } .column .block-addbysku .action.add { display: inline-block; text-decoration: none; line-height: normal; padding: 4px; width: auto; } .column .block-addbysku .action.add > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .column .block-addbysku .action.add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 20px; line-height: inherit; color: inherit; content: '\f196'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .column .block-addbysku .action.add:hover:before { color: inherit; } .column .block-addbysku .action.add:active:before { color: inherit; } .column .block-addbysku .reset { margin: 7px 0; } .column .block-addbysku .note { display: block; margin: 0 0 22px; padding-top: 10px; } .block-cart-failed { margin: 44px 0; } .block-cart-failed .block-title { font-size: 3.2rem; } .block-cart-failed .block-title strong { font-weight: 600; } .block-cart-failed .actions { text-align: center; } .block-cart-failed .actions .action { display: block; margin: 0 auto 10px; } .catalogsearch-advanced-result .message.error { margin-top: -60px; } .bundle-actions { margin: 0 0 33px; } .bundle-options-container { clear: both; margin-bottom: 44px; } .bundle-options-container .legend.title { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 5.4rem; font-size: 4.4rem; margin-top: 2rem; margin-bottom: 2rem; border: 0; padding: 0; } .bundle-options-container .product-add-form { display: none; } .bundle-options-container .product-options-wrapper { margin-bottom: 33px; } .bundle-options-container .product-options-wrapper .fieldset > .field { border-top: 1px #e4e4e4 solid; padding-top: 22px; } .bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type { border-top: 0; padding-top: 0; } .bundle-options-container .product-options-wrapper .field.choice input { float: left; margin-top: 4px; } .bundle-options-container .product-options-wrapper .field.choice .label { display: block; margin-left: 24px; } .bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax { display: inline-block; } .bundle-options-container .action.back { margin-bottom: 33px; } .bundle-options-container .block-bundle-summary > .title { margin-bottom: 15px; } .bundle-options-container .block-bundle-summary > .title > strong { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; } .bundle-options-container .block-bundle-summary > .title, .bundle-options-container .block-bundle-summary .bundle-summary .subtitle { border-bottom: 1px #e4e4e4 solid; margin-bottom: 27.5px; padding-bottom: 16px; } .bundle-options-container .block-bundle-summary .price-box { margin-bottom: 22px; } .bundle-options-container .block-bundle-summary .price-box .price-label { display: block; margin-bottom: 5.5px; } .bundle-options-container .block-bundle-summary .bundle-summary { margin-top: 33px; } .bundle-options-container .block-bundle-summary .bundle-summary.empty { display: none; } .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; display: block; } .bundle-options-container .block-bundle-summary .bundle.items > li { margin-bottom: 22px; } .bundle-options-container .block-bundle-summary .product-addto-links { text-align: center; } .bundle-options-container .block-bundle-summary .product-addto-links > .action { margin-right: 5%; } .bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before { content: '\f24e'; } .bundle-options-container p.required { color: #e02b27; } .bundle-options-container .nested .field.qty { margin: 0 0 22px; margin-top: 22px; } .bundle-options-container .nested .field.qty > .label { margin: 0 0 8px; display: inline-block; } .bundle-options-container .nested .field.qty .label { font-weight: 600; } .bundle-options-container .nested .field.qty:last-child { margin-bottom: 0; } .bundle-options-container .price { font-weight: 600; } .bundle-options-container .product-options-bottom { border-top: 1px solid #eff0f1; clear: left; margin: 0 0 44px; padding-top: 22px; } .products { margin: 33px 0; } .product-items { font-size: 0; letter-spacing: -1px; line-height: 0; } .product-item { font-size: 1.6rem; line-height: normal; letter-spacing: normal; vertical-align: top; } .products-grid .product-item { display: inline-block; margin-left: 2%; width: calc((100% - 2%)/2); } .product-item:nth-child(2n + 1) { margin-left: 0; } .product-item-name { -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; display: block; hyphens: auto; margin: 5.5px 0; word-wrap: break-word; } .product-item-info { max-width: 100%; width: 152px; } .page-products .product-item-info { width: 240px; } .product-item-actions { font-size: 0; } .product-item-actions > * { font-size: 1.4rem; } .product-item-actions .actions-secondary { display: inline-block; font-size: 1.4rem; vertical-align: middle; } .product-item-actions .actions-secondary > button.action { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; } .product-item-actions .actions-secondary > button.action:focus, .product-item-actions .actions-secondary > button.action:active { background: none; border: none; } .product-item-actions .actions-secondary > button.action:hover { background: none; border: none; } .product-item-actions .actions-secondary > button.action.disabled, .product-item-actions .actions-secondary > button.action[disabled], fieldset[disabled] .product-item-actions .actions-secondary > button.action { pointer-events: none; opacity: 0.5; } .product-item-actions .actions-secondary > button.action:focus, .product-item-actions .actions-secondary > button.action:active { color: #333333; } .product-item-actions .actions-secondary > button.action:hover { color: #333333; } .product-item-actions .actions-secondary > .action { line-height: 35px; text-align: center; width: 35px; } .product-item-actions .actions-secondary > .action:before { margin: 0; } .product-item-actions .actions-primary { display: inline-block; vertical-align: middle; } .product-item-actions .actions-primary > .stock.unavailable { line-height: 1; padding-bottom: 10px; padding-right: 24px; padding-top: 10px; } .product-item-description { margin: 27.5px 0; } .product-item .product-reviews-summary .rating-summary { margin: 0 4px 0 0; } .product-item .product-reviews-summary .reviews-actions { font-size: 14px; margin-top: 5px; } .product-item .price-box { margin: 10px 0 27.5px; } .product-item .price-box .price { font-weight: 700; white-space: nowrap; } .product-item .price-box .price-label { color: #666666; font-size: 14px; } .product-item .old-price { margin: 5.5px 0; } .product-item .old-price .price { font-weight: normal; } .product-item .regular-price .price-label { display: none; } .product-item .minimal-price .price-container { display: block; } .product-item .minimal-price-link { margin-top: 5.5px; } .product-item .price-from, .product-item .price-to { margin: 0; } .product-item .tocompare:before { content: '\f24e'; } .product-item .tocart { font-size: 1.3rem; border-radius: 0; line-height: 1; padding-bottom: 10px; padding-top: 10px; white-space: nowrap; } .column.main .product-items { margin-left: 0; } .column.main .product-item { padding-left: 0; } .price-container .price { font-size: 1.4rem; } .price-container .price-including-tax + .price-excluding-tax, .price-container .weee { margin-top: 5.5px; } .price-container .price-including-tax + .price-excluding-tax, .price-container .weee, .price-container .price-including-tax + .price-excluding-tax .price, .price-container .weee .price, .price-container .weee + .price-excluding-tax:before, .price-container .weee + .price-excluding-tax .price { font-size: 1.1rem; } .price-container .weee:before { content: '(' attr(data-label) ': '; } .price-container .weee:after { content: ')'; } .price-container .weee + .price-excluding-tax:before { content: attr(data-label) ': '; } .products-list .product-item { display: table; width: 100%; } .products-list .product-item-info { display: table-row; } .products-list .product-item-photo { display: table-cell; padding: 0 33px 33px 0; vertical-align: top; width: 1%; } .products-list .product-item-details { display: table-cell; vertical-align: top; } .page-products .columns { padding-top: 60px; position: relative; z-index: 1; } .toolbar { margin-bottom: 33px; text-align: center; } .toolbar select { background-color: #ffffff; box-shadow: none; border-radius: 3px; } .toolbar .sorter-action { position: relative; top: -2px; } .toolbar-amount { left: 0; line-height: 16px; margin: 0; padding: 7px 0; text-align: left; top: 0; vertical-align: middle; } .products.wrapper ~ .toolbar .toolbar-amount { display: none; } .page-with-filter .toolbar-amount { position: static; } .toolbar-products { background-color: transparent; } .toolbar-products .pages { display: none; } .products.wrapper ~ .toolbar-products .pages { display: block; } .toolbar .pages { margin-bottom: 27.5px; } .sorter { float: right; } .page-products .sorter { position: absolute; right: 0; top: 0; z-index: 1; } .products.wrapper ~ .toolbar .sorter { display: none; } .sorter-options { margin: 0 5.5px 0 7px; width: auto; } .sorter-action { display: inline-block; text-decoration: none; } .sorter-action:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: inherit; color: #757575; content: '\f176'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .sorter-action:hover:before { color: #333333; } .sorter-action > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sorter-action.sort-desc:before { content: '\f175'; } .modes { display: none; } .limiter-options { margin: 0 5px 0 7px; width: auto; } .limiter-label { font-weight: 400; } .page-products .toolbar .limiter { display: none; } .limiter .control { display: inline-block; } .old-price, .old.price { color: #666666; } .prices-tier .price-container .price-including-tax + .price-excluding-tax:before { content: '(' attr(data-label) ':'; } .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after { content: ')'; } .prices-tier .price-container .weee[data-label] { display: inline; } .prices-tier .price-container .weee[data-label]:before { content: ' +' attr(data-label) ':'; } .actual-price { font-weight: 700; } .category-image .image { display: block; height: auto; max-width: 100%; } .category-cms, .category-image, .category-description { margin-bottom: 22px; } .product-image-container { display: inline-block; max-width: 100%; } .product-image-wrapper { display: block; height: 0; overflow: hidden; position: relative; z-index: 1; } .product-image-photo { bottom: 0; display: block; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: auto; } .product.media .placeholder .photo.container { max-width: 100%; } .product.media .notice { margin: 10px 0; color: #7d7d7d; font-size: 1.4rem; } .product.media .product.thumbs { margin: 10px 0 27.5px; } .product.media .items.thumbs { margin: 0; padding: 0; list-style: none none; } .product.media .items.thumbs > li { display: inline-block; vertical-align: top; } .product.media .items.thumbs > li { margin: 1rem 0 0; } .product.media .items.thumbs img { display: block; } .product.media .items.thumbs .active { display: block; line-height: 1; } .product.info.detailed { clear: both; margin-bottom: 30px; } .product.info.detailed .additional-attributes { width: auto; border: none; } .product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th, .product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td { border: none; } .product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td { padding: 5.5px 5px 10px 5px; } .product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th { padding: 5.5px 33px 10px 0; } .product-info-main .product-info-price { color: #6e7178; border-bottom: 1px solid #c1c1c1; display: table; margin-bottom: 15.5px; width: 100%; } .product-info-main .product-info-price .price-box { display: inline-block; vertical-align: top; width: auto; } .product-info-main .product-info-price .price-box .price-container > span { display: block; margin-bottom: 5.5px; } .product-info-main .product-info-price .price-box .price-container > span:last-child { margin-bottom: 0; } .product-info-main .product-info-price .price-including-tax + .price-excluding-tax, .product-info-main .product-info-price .weee + .price-excluding-tax, .product-info-main .product-info-price .weee { font-size: 1.4rem; } .product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price, .product-info-main .product-info-price .weee + .price-excluding-tax .price, .product-info-main .product-info-price .weee .price { font-size: 1.4rem; font-weight: 600; line-height: 16px; } .product-info-main .product-info-price .price-wrapper .price { font-size: 2.2rem; font-weight: 600; line-height: 22px; } .product-info-main .product-info-price .old-price .price-wrapper .price { font-size: 2rem; font-weight: 300; } .product-info-main .product-info-price .special-price .price-label:after { content: ': '; } .product-info-main .product-info-price .price { white-space: nowrap; } .product-info-main .product-info-stock-sku { display: inline-block; float: right; padding-bottom: 10px; padding-left: 10%; text-align: right; vertical-align: top; } .product-info-main .stock { margin: 0 0 3px; } .product-info-main .stock.available, .product-info-main .stock.unavailable { font-weight: 700; text-transform: uppercase; } .product-info-main .product.attribute.sku { word-break: break-all; word-wrap: break-word; } .product-info-main .product.attribute.sku .type { font-weight: normal; margin-right: 5.5px; } .product-info-main .product.attribute.sku .type:after { content: '#:'; } .product-info-main .product.attribute.sku .value { display: inline-block; } .product-info-main .product.attribute.overview { margin: 22px 0; } .product-info-main .product.alert { margin: 10px 0; } .product-info-main .product-add-form { clear: both; padding-top: 15.5px; } .product-info-main .product-reviews-summary { float: left; } .product-info-main .product-options-bottom .box-tocart { margin-top: 22px; } .product-options-wrapper .fieldset:focus { box-shadow: none; } .product-options-wrapper .fieldset-product-options-inner .legend { font-weight: 600; font-size: 1.4rem; border: none; display: inline-block; float: none; margin: 0 0 8px; padding: 0; } .product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker { margin-top: 10px; } .product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after { content: '*'; color: #e02b27; font-size: 1.4rem; } .product-options-wrapper .field .note { display: block; margin-top: 5.5px; } .product-options-wrapper .field .note.mage-error { color: #e02b27; } .product-options-bottom .price-box, .product-info-price .price-box { color: #6e7178; display: table-cell; padding-bottom: 10px; vertical-align: top; } .product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price { font-size: 20px; font-weight: 300; } .product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span { display: inline-block; } .product-options-bottom .price-box .price-container > span, .product-info-price .price-box .price-container > span { display: block; margin-bottom: 5.5px; } .product-options-bottom .price-box .price-container > span:last-child, .product-info-price .price-box .price-container > span:last-child { margin-bottom: 0; } .product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price { font-size: 22px; font-weight: 600; line-height: 22px; } .product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax, .product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax, .product-options-bottom .price-box .price-container .weee + .price-excluding-tax, .product-info-price .price-box .price-container .weee + .price-excluding-tax, .product-options-bottom .price-box .price-container .weee, .product-info-price .price-box .price-container .weee { font-size: 1.2rem; line-height: 14px; } .product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price, .product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price, .product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price, .product-info-price .price-box .price-container .weee + .price-excluding-tax .price, .product-options-bottom .price-box .price-container .weee .price, .product-info-price .price-box .price-container .weee .price { font-size: 1.2rem; font-weight: 700; } .box-tocart .action.tocart { vertical-align: top; } .box-tocart .action.tocart:not(:last-child) { margin-bottom: 15px; } .product-addto-links { display: inline; } .product-addto-links .action { margin-right: 5%; } .product-social-links { margin: 0 0 20px; text-align: center; } .product-social-links .action.tocompare:before { content: '\f24e'; } .prices-tier { margin-bottom: 15.5px; } .prices-tier .item { margin-bottom: 10px; } .prices-tier .item:last-child { margin-bottom: 0; } .prices-tier .price-excluding-tax, .prices-tier .price-including-tax { display: inline-block; } .minimal-price-link, .price-excluding-tax, .price-including-tax { display: block; white-space: nowrap; } .ui-dialog-titlebar-close { line-height: 1.42857143; margin: 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; } .ui-dialog-titlebar-close:visited { color: #8f98a1; text-decoration: none; } .ui-dialog-titlebar-close:hover { color: #8f98a1; text-decoration: underline; } .ui-dialog-titlebar-close:active { color: #8f98a1; text-decoration: underline; } .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus { background: none; border: 0; } .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled], fieldset[disabled] .ui-dialog-titlebar-close { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .sidebar .product-items .product-item { margin-bottom: 22px; position: relative; } .sidebar .product-items .product-item-info { position: relative; width: auto; } .sidebar .product-items .product-item-info .product-item-photo { left: 0; position: absolute; top: 0; } .sidebar .product-items .product-item-name { margin-top: 0; } .sidebar .product-items .product-item-details { margin: 0 0 0 85px; } .sidebar .product-items .product-item-actions { display: block; margin-top: 10px; } .sidebar .product-items .price-box { display: block; margin: 7px 0; } .sidebar .product-items .text { margin-right: 8px; } .sidebar .product-items .counter { color: #7d7d7d; font-size: 12px; white-space: nowrap; } .sidebar .product-items .minilist .price { display: inline; padding: 0; } .sidebar .product-items .minilist .weee:before { display: inline-block; } .sidebar .product-items .action.delete { position: absolute; right: 0; top: 0; } .sidebar .block-compare .action.delete { right: initial; } .sidebar .action.tocart { border-radius: 0; } .sidebar .product-items-images { margin-left: -5.5px; } .sidebar .product-items-images .product-item { float: left; padding-left: 5.5px; } .sidebar .product-items-names .product-item { display: flex; margin-bottom: 10px; } .sidebar .product-items-names .product-item-name { margin: 0; } .catalog-category-view.page-layout-1column .column.main { min-height: inherit; } body.catalog-product-compare-index .action.print { float: right; margin: 15px 0; } .table-wrapper.comparison { clear: both; max-width: 100%; overflow-x: auto; position: relative; } .table-wrapper.comparison .table-comparison > tbody > tr > th, .table-wrapper.comparison .table-comparison > tbody > tr > td { border-top: 0; } .table-comparison { table-layout: fixed; } .table-comparison .cell { padding: 15px; width: 180px; } .table-comparison .cell.label { border-right: 1px solid #eff0f1; } .table-comparison .cell.label .attribute.label { display: block; width: 100%; word-wrap: break-word; } .table-comparison .cell.product.info, .table-comparison .cell.product.label { border-bottom: 1px solid #eff0f1; } .table-comparison .cell.attribute { font-size: 1.3rem; } .table-comparison .cell.attribute img { height: auto; max-width: 100%; } .table-comparison .cell.remove { padding-bottom: 0; padding-top: 0; text-align: right; } .table-comparison .cell.remove .action.delete { margin-right: .6rem; } .table-comparison .cell .attribute.value { overflow: hidden; width: 100%; } .table-comparison td:last-child { border-right: 1px solid #eff0f1; } .table-comparison .product-item-photo { display: block; margin: 0 auto 15px; } .table-comparison .product-image-photo { margin-left: 0; } .table-comparison .product-item-actions, .table-comparison .price-box, .table-comparison .product.rating, .table-comparison .product-item-name { display: block; margin: 15px 0; } .table-comparison .product-addto-links { margin-top: 15px; } .table-comparison .product-addto-links .action.toggle { padding: 0; } .table-comparison .product-addto-links .action.split, .table-comparison .product-addto-links .action.toggle { line-height: 1.2rem; padding: 5.5px 8px; font-size: 1.1rem; } .table-comparison .action.tocart { white-space: nowrap; } .comparison.headings { background: #ffffff; left: 0; position: absolute; top: 0; width: auto; z-index: 2; } .block-compare .product-item .product-item-name { margin-left: 22px; } .block-compare .action.delete { left: 0; position: absolute; top: 0; } .block-compare .actions-toolbar { margin: 17px 0 0; } .block.related .action.select { vertical-align: top; } .block.related .product-item-details { position: relative; z-index: 1; } .block.related .related-available .product-item-name { margin-left: 20px; } .block.related .field.choice { left: 0; position: absolute; top: 2px; } .search .fieldset .control .addon input { flex-basis: auto; width: 100%; } .block-search { margin-bottom: 0; } .block-search .block-title { display: none; } .block-search .block-content { margin-bottom: 0; } .block-search .label { text-decoration: none; display: inline-block; float: right; } .block-search .label > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .block-search .label:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: 28px; color: #757575; content: '\f002'; font-family: 'FontAwesome'; margin: 0 10px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .block-search .label:hover:before { color: #333333; } .block-search .label:active:before { color: #333333; } .block-search .label.active + .control input { position: static; } .block-search .action.search { display: none; } .block-search .control { border-top: 1px solid #eff0f1; clear: both; margin: 0 -10px -1px; padding: 0 10px; } .block-search input { font-size: 16px; left: -300%; margin: 15px 0; position: absolute; } .block-search .nested { display: none; } .search-autocomplete { display: none; margin-top: -15px; overflow: hidden; position: absolute; z-index: 3; } .search-autocomplete ul { margin: 0; padding: 0; list-style: none none; } .search-autocomplete ul:not(:empty) { background: #ffffff; border: 1px solid #e1e1e1; border-top: 0; } .search-autocomplete ul li { border-top: 1px solid #e5e5e5; cursor: pointer; margin: 0; padding: 5.5px 44px 5.5px 10px; position: relative; text-align: left; white-space: normal; } .search-autocomplete ul li:first-child { border-top: none; } .search-autocomplete ul li:hover, .search-autocomplete ul li.selected { background: #e8e8e8; } .search-autocomplete ul li .amount { color: #999999; position: absolute; right: 7px; top: 5.5px; } .form.search.advanced .fields.range .field:first-child { position: relative; } .form.search.advanced .fields.range .field:first-child .control { padding-right: 25px; } .form.search.advanced .fields.range .field:first-child .control:after { content: ' \2013 '; display: inline-block; position: absolute; right: 0; text-align: center; top: 6px; width: 25px; } .form.search.advanced .fields.range .field:last-child { position: relative; } .form.search.advanced .fields.range .field:last-child div.mage-error[generated] { left: 0; position: absolute; top: 32px; } .form.search.advanced .fields.range .field.with-addon .control { padding-right: 45px; } .form.search.advanced .group.price .addon .addafter { background: none; border: 0; padding-top: 6px; position: absolute; right: 0; top: 0; } .search-terms { line-height: 2em; } .search-terms > li { display: inline-block; margin-right: 10px; } .search.found { margin-bottom: 10px; } .checkout-cart-index .page-main { padding-left: 0; padding-right: 0; } .checkout-cart-index .page-title-wrapper { padding-left: 10px; padding-right: 10px; } .cart-summary { background: #f5f5f5; margin-bottom: 27.5px; padding: 1px 0 27.5px; } .cart-summary > .title { font-size: 2.4rem; display: none; font-weight: 300; margin: 12px 0; } .cart-summary .block form:not(:last-of-type) .fieldset { margin: 0 0 27.5px; } .cart-summary .block .price { font-weight: 700; } .cart-summary .block .field { margin: 0 0 16px; } .cart-summary .block .actions-toolbar > .primary { text-align: left; } .cart-summary .block .actions-toolbar > .primary .action.primary { width: auto; } .cart-summary .block .title strong { font-size: 1.4rem; font-weight: 600; } .cart-summary .block .item-options { margin: 0 0 16px; } .cart-summary .block .item-options .field .radio { float: left; margin-top: 4px; } .cart-summary .block .item-options .field .radio + .label { display: block; margin: 0; overflow: hidden; } .page-main .cart-summary .block { margin-bottom: 0; } .cart-summary .checkout-methods-items { margin: 22px 0 0; padding: 0 15px; text-align: center; } .cart-summary .checkout-methods-items .action.primary.checkout { width: 100%; } .cart-summary .checkout-methods-items .item { margin-bottom: 27.5px; } .cart-summary .checkout-methods-items .item:last-child { margin-bottom: 0; } .cart-summary .message { padding-left: 22px; } .cart-summary .message > *:first-child:before { display: none; } .cart-totals tbody .mark, .cart-totals tfoot .mark { text-align: left; } .cart-totals .discount.coupon { display: none; } .cart.table-wrapper .cart thead tr th.col { border-bottom: 1px solid #eff0f1; padding-bottom: 15px; padding-top: 24px; } .cart.table-wrapper .cart tbody td { border: 0; } .cart.table-wrapper .cart > .item { border-bottom: 1px solid #eff0f1; position: relative; } .cart.table-wrapper .col { padding-top: 15px; } .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp { padding: 20px 11px 10px; text-align: center; } .cart.table-wrapper .col.qty { padding: 22px 11px 10px; text-align: center; } .cart.table-wrapper .col.qty .input-text { height: 36px; margin-top: -7px; text-align: center; width: 60px; } .cart.table-wrapper .col > .price { color: #7d7d7d; font-size: 1.8rem; font-weight: 700; } .cart.table-wrapper .item-actions td { padding-bottom: 0; padding-left: 15px; padding-right: 15px; white-space: normal; } .cart.table-wrapper .item .col.item { display: block; min-height: 75px; padding: 15px 15px 10px 90px; position: relative; } .cart.table-wrapper .actions-toolbar { min-height: 20px; padding-bottom: 15px; position: relative; } .cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete { position: absolute; right: 16px; top: 0; display: inline-block; text-decoration: none; } .cart.table-wrapper .actions-toolbar > .action-edit > span, .cart.table-wrapper .actions-toolbar > .action-delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f040'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before { color: #333333; } .cart.table-wrapper .actions-toolbar > .action-edit:active:before, .cart.table-wrapper .actions-toolbar > .action-delete:active:before { color: #8f98a1; } .cart.table-wrapper .actions-toolbar > .action-delete { right: 0; } .cart.table-wrapper .actions-toolbar > .action-delete:before { content: '\f1f8'; } .cart.table-wrapper .actions-toolbar > .action-delete:hover { text-decoration: none; } .cart.table-wrapper .action { margin-right: 27.5px; } .cart.table-wrapper .action:last-child { margin-right: 0; } .cart.table-wrapper .action.help.map { font-weight: 400; } .cart.table-wrapper .product-item-photo { display: block; left: 15px; max-width: 65px; padding: 0; position: absolute; top: 15px; width: 100%; } .cart.table-wrapper .product-item-name { font-size: 1.8rem; display: block; margin: -3px 0 5.5px; } .cart.table-wrapper .gift-registry-name-label:after { content: ':'; } .cart.table-wrapper .item-options { margin-bottom: 0; } .cart.table-wrapper .product-item-name + .item-options { margin-top: 22px; } .cart.table-wrapper .action.configure { display: inline-block; margin: 10px 0 0; } .cart.table-wrapper .item .message { margin-top: 22px; } .cart-products-toolbar .toolbar-amount { left: inherit; margin: 27.5px 0 15px; padding: 0; position: relative; text-align: center; top: inherit; } .cart-products-toolbar-top { border-bottom: 1px solid #eff0f1; } .cart-discount { border-bottom: 1px solid #eff0f1; clear: left; } .cart-empty { padding-left: 10px; padding-right: 10px; } .cart-tax-info + .cart-tax-total, .cart .cart-tax-info + .cart-tax-total { display: block; } .cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp { text-align: right; } .block.crosssell { padding: 0 15px; margin-top: 70px; } .block.crosssell .product-item-info { width: 200px; } .block-minicart .items-total { float: left; margin: 0 10px; } .block-minicart .items-total .count { font-weight: 700; } .block-minicart .subtotal { margin: 0 10px 10px; text-align: right; } .block-minicart .amount .price-wrapper:first-child .price { font-size: 20px; font-weight: 700; } .block-minicart .subtitle { display: none; } .block-minicart .subtitle.empty { display: block; font-size: 14px; padding: 33px 0 22px; text-align: center; } .block-minicart dl.product.options.list { display: inline-block; vertical-align: top; } .block-minicart .text.empty { text-align: center; } .block-minicart .block-content > .actions { margin-top: 15px; } .block-minicart .block-content > .actions > .secondary { text-align: center; } .block-minicart .block-content > .actions > .primary { margin: 0 10px 15px; } .block-minicart .block-content > .actions > .primary .action.primary { display: block; width: 100%; } .block-minicart .block-content > .actions .paypal-logo { margin-top: 15px; text-align: center; } .block-minicart .block-category-link, .block-minicart .block-product-link, .block-minicart .block-cms-link, .block-minicart .block-banners { margin: 15px 0 0; text-align: center; } .minicart-wrapper { display: inline-block; position: relative; float: right; } .minicart-wrapper:before, .minicart-wrapper:after { content: ''; display: table; } .minicart-wrapper:after { clear: both; } .minicart-wrapper .action.showcart { cursor: pointer; display: inline-block; text-decoration: none; } .minicart-wrapper .action.showcart:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: 28px; color: #8f98a1; content: '\f291'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .minicart-wrapper .action.showcart:hover:before { color: #333333; } .minicart-wrapper .action.showcart:active:before { color: #8f98a1; } .minicart-wrapper .action.showcart.active { display: inline-block; text-decoration: none; } .minicart-wrapper .action.showcart.active:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: 28px; color: #8f98a1; content: '\f291'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .minicart-wrapper .action.showcart.active:hover:before { color: #333333; } .minicart-wrapper .action.showcart.active:active:before { color: #8f98a1; } .minicart-wrapper .block-minicart { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 160px; width: 320px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; right: -10px; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .minicart-wrapper .block-minicart li { margin: 0; } .minicart-wrapper .block-minicart li:hover { cursor: pointer; } .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .minicart-wrapper .block-minicart:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .minicart-wrapper .block-minicart:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .minicart-wrapper .block-minicart:before { right: 12px; top: -12px; } .minicart-wrapper .block-minicart:after { right: 11px; top: -14px; } .minicart-wrapper.active { overflow: visible; } .minicart-wrapper.active .block-minicart { display: block; } .minicart-wrapper .block-minicart { padding: 25px 20px; } .minicart-wrapper .block-minicart .block-title { display: none; } .minicart-wrapper .product .actions { float: right; margin: -28px 0 0; } .minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary { display: inline; } .minicart-wrapper .product .actions > .primary:not(:last-child), .minicart-wrapper .product .actions > .secondary:not(:last-child) { margin-right: 15px; } .minicart-wrapper .action.close { height: 30px; position: absolute; right: 0; top: 0; width: 25px; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; display: inline-block; text-decoration: none; } .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active { background: none; border: none; } .minicart-wrapper .action.close:hover { background: none; border: none; } .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled], fieldset[disabled] .minicart-wrapper .action.close { pointer-events: none; opacity: 0.5; } .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active { color: #333333; } .minicart-wrapper .action.close:hover { color: #333333; } .minicart-wrapper .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .minicart-wrapper .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 14px; color: #8f98a1; content: '\f00d'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .minicart-wrapper .action.close:hover:before { color: inherit; } .minicart-wrapper .action.close:active:before { color: inherit; } .minicart-wrapper .action.showcart { white-space: nowrap; } .minicart-wrapper .action.showcart .counter.qty { background: #ff7a0e; color: #ffffff; height: 24px; line-height: 24px; border-radius: 2px; display: inline-block; margin: 3px 0 0; min-width: 18px; overflow: hidden; padding: 0 3px; text-align: center; white-space: normal; } .minicart-wrapper .action.showcart .counter.qty.empty { display: none; } .minicart-wrapper .action.showcart .counter.qty .loader > img { max-width: 24px; } .minicart-wrapper .action.showcart .counter-number { text-shadow: 0 0 7px #000000; } .minicart-wrapper .minicart-widgets { margin-top: 15px; } .minicart-items-wrapper { border: 1px solid #eff0f1; margin: 0 -20px; border-left: 0; border-right: 0; overflow-x: auto; padding: 15px; } .minicart-items { margin: 0; padding: 0; list-style: none none; } .minicart-items .product-item { padding: 22px 0; } .minicart-items .product-item:not(:first-child) { border-top: 1px solid #eff0f1; } .minicart-items .product-item:first-child { padding-top: 0; } .minicart-items .product-item-pricing .label { display: inline-block; } .minicart-items .price-minicart { margin-bottom: 5.5px; } .minicart-items .message { margin-bottom: 0; margin-top: 10px; } .minicart-items .product-item-name { font-weight: 400; margin: 0 0 10px; } .minicart-items .product-item-name a { color: #8f98a1; } .minicart-items .product-item-details { padding-left: 88px; } .minicart-items .product-item-details .price { font-weight: 700; } .minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax { margin: 5.5px 0; } .minicart-items .product-item-details .weee[data-label] { font-size: 1.1rem; } .minicart-items .product-item-details .details-qty { margin-top: 10px; } .minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container { float: left; } .minicart-items .product .toggle { border: 0; padding: 0 0 5.5px 0; white-space: nowrap; } .minicart-items .product .toggle:after { color: #8f8f8f; margin: 0 0 0 5.5px; position: static; } .minicart-items .product .active > .toggle:after { content: '\f106'; } .minicart-items .product.pricing { margin-top: 3px; } .minicart-items .product.options .toggle.tooltip { display: inline-block; text-decoration: none; } .minicart-items .product.options .toggle.tooltip > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .minicart-items .product.options .toggle.tooltip:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: -3px 0 0 7px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .minicart-items .product.options .details { display: none; } .minicart-items .item-qty { text-align: center; width: 60px; } .minicart-items .update-cart-item { font-size: 1.1rem; margin-left: 5px; vertical-align: top; } .minicart-items .subtitle { display: none; } .minicart-items .action.edit, .minicart-items .action.delete { display: inline-block; text-decoration: none; } .minicart-items .action.edit > span, .minicart-items .action.delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .minicart-items .action.edit:before, .minicart-items .action.delete:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f040'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before { color: #333333; } .minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before { color: #8f98a1; } .minicart-items .action.delete:before { content: '\f1f8'; } .file-uploader-area { position: relative; } .file-uploader-area input[type='file'] { cursor: pointer; opacity: 0; overflow: hidden; position: absolute; visibility: hidden; width: 0; } .file-uploader-area input[type='file']:focus + .file-uploader-button { box-shadow: 0 0 0 1px #006bb4; } .file-uploader-area input[type='file']:disabled + .file-uploader-button { cursor: default; opacity: .5; pointer-events: none; } .file-uploader-summary { display: inline-block; vertical-align: top; } .file-uploader-button { background: #eeeeee; border: 1px solid #cccccc; box-sizing: border-box; color: #333333; cursor: pointer; display: inline-block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.4rem; font-weight: 600; line-height: 1.6rem; margin: 0; padding: 7px 15px; vertical-align: middle; } .file-uploader-button._is-dragover { background: #d4d4d4; border: 1px solid #006bb4; } .file-uploader-spinner { background-image: url('../../frontend/Kukladom/Main/ru_RU/images/loader-1.gif'); background-position: 50%; background-repeat: no-repeat; background-size: 15px; display: none; height: 30px; margin-left: 10px; vertical-align: top; width: 15px; } .file-uploader-preview .action-remove { bottom: 4px; cursor: pointer; display: block; height: 27px; left: 6px; padding: 2px; position: absolute; text-decoration: none; width: 25px; z-index: 2; } .file-uploader-preview .action-remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .file-uploader-preview .action-remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.6rem; line-height: inherit; content: '\f1f8'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .file-uploader-preview:hover .preview-image img, .file-uploader-preview:hover .preview-link:before { opacity: 0.7; } .file-uploader-preview .preview-link { display: block; height: 100%; } .file-uploader-preview .preview-image img { bottom: 0; left: 0; margin: auto; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0; z-index: 1; } .file-uploader-preview .preview-video { display: inline-block; text-decoration: none; } .file-uploader-preview .preview-video:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 4rem; line-height: inherit; color: #cccccc; content: '\f01a'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .file-uploader-preview .preview-video:hover:before { color: #cccccc; } .file-uploader-preview .preview-video:before { left: 0; margin-top: -2rem; position: absolute; right: 0; top: 50%; z-index: 2; } .file-uploader-preview .preview-document { display: inline-block; text-decoration: none; } .file-uploader-preview .preview-document:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7rem; line-height: inherit; color: #cccccc; content: '\f01a'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .file-uploader-preview .preview-document:hover:before { color: #cccccc; } .file-uploader-preview .preview-document:before { left: 0; margin-top: -3.5rem; position: absolute; right: 0; top: 50%; z-index: 2; } .file-uploader-preview, .file-uploader-placeholder { background: #ffffff; border: 1px solid #cacaca; box-sizing: border-box; cursor: pointer; display: block; height: 150px; line-height: 1; margin: 10px 27.5px 10px 0; overflow: hidden; position: relative; width: 150px; } .file-uploader._loading .file-uploader-spinner { display: inline-block; } .file-uploader .admin__field-note, .file-uploader .admin__field-error { margin-bottom: 10px; } .file-uploader .file-uploader-filename { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 150px; word-break: break-all; } .file-uploader .file-uploader-filename:first-child { margin-bottom: 10px; } .file-uploader .file-uploader-meta { color: #9e9e9e; } .file-uploader .admin__field-fallback-reset { margin-left: 10px; } ._keyfocus .file-uploader .action-remove:focus { box-shadow: 0 0 0 1px #006bb4; } .file-uploader-placeholder.placeholder-document { display: inline-block; text-decoration: none; } .file-uploader-placeholder.placeholder-document:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 5rem; line-height: inherit; color: #cccccc; content: '\f01a'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .file-uploader-placeholder.placeholder-document:hover:before { color: #cccccc; } .file-uploader-placeholder.placeholder-document:before { left: 0; position: absolute; right: 0; top: 20px; z-index: 2; } .file-uploader-placeholder.placeholder-image { display: inline-block; text-decoration: none; } .file-uploader-placeholder.placeholder-image:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 5rem; line-height: inherit; color: #cccccc; content: '\f01a'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .file-uploader-placeholder.placeholder-image:hover:before { color: #cccccc; } .file-uploader-placeholder.placeholder-image:before { left: 0; position: absolute; right: 0; top: 20px; z-index: 2; } .file-uploader-placeholder.placeholder-video { display: inline-block; text-decoration: none; } .file-uploader-placeholder.placeholder-video:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 3rem; line-height: inherit; color: #cccccc; content: '\f01a'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .file-uploader-placeholder.placeholder-video:hover:before { color: #cccccc; } .file-uploader-placeholder.placeholder-video:before { left: 0; position: absolute; right: 0; top: 30px; z-index: 2; } .file-uploader-placeholder-text { bottom: 0; color: #008bdb; font-size: 1.1rem; left: 0; line-height: 1.42857143; margin-bottom: 15%; padding: 0 22px; position: absolute; right: 0; text-align: center; } .data-grid-file-uploader { min-width: 7rem; } .data-grid-file-uploader._loading .file-uploader-spinner { display: block; } .data-grid-file-uploader._loading .file-uploader-button:before { display: none; } .data-grid-file-uploader .file-uploader-image { background: transparent; bottom: 0; left: 0; margin: auto; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0; z-index: 1; } .data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before { display: none; } .data-grid-file-uploader .file-uploader-area { z-index: 2; } .data-grid-file-uploader .file-uploader-spinner { height: 100%; margin: 0; position: absolute; top: 0; width: 100%; } .data-grid-file-uploader .file-uploader-button { height: 48px; text-align: center; display: block; text-decoration: none; } .data-grid-file-uploader .file-uploader-button > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .data-grid-file-uploader .file-uploader-button:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.3rem; line-height: 48px; color: #8a837f; content: '\f01a'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .data-grid-file-uploader .file-uploader-button:hover:before { color: #666666; } .data-grid-file-uploader .action-select-wrap { float: left; } .data-grid-file-uploader .action-select-wrap .action-select { border: 1px solid #cacaca; display: block; height: 5rem; margin-left: -1px; padding: 0; width: 2rem; } .data-grid-file-uploader .action-select-wrap .action-select:after { border-color: #8a837f transparent transparent transparent; left: 50%; margin: 0 0 0 -5px; } .data-grid-file-uploader .action-select-wrap .action-select:hover:after { border-color: #666666 transparent transparent transparent; } .data-grid-file-uploader .action-select-wrap .action-select > span { display: none; } .data-grid-file-uploader .action-select-wrap .action-menu { left: 4rem; right: auto; z-index: 2; } .data-grid-file-uploader-inner { border: 1px solid #cacaca; float: left; height: 5rem; position: relative; width: 5rem; } .checkout-container { margin: 0 0 22px; } .opc-wrapper { margin: 0 0 22px; } .opc-wrapper .step-title { border-bottom: 1px solid #cccccc; margin-bottom: 15px; } .opc-wrapper .step-content { margin: 0 0 44px; } .checkout-index-index .nav-sections, .checkout-index-index .nav-toggle { display: none; } .checkout-index-index .logo { margin-left: 0; } .checkout-onepage-success .print { display: none; } .abs-discount-code .form-discount, .checkout-payment-method .payment-option-content .form-discount { display: table; width: 100%; } .abs-discount-code .form-discount .actions-toolbar, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar { display: table-cell; vertical-align: top; width: 1%; } .abs-discount-code .form-discount .actions-toolbar .primary, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary { float: left; } .abs-discount-code .form-discount .actions-toolbar .primary .action, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action { border-bottom-left-radius: 0; border-top-left-radius: 0; margin: 0 0 0 -2px; white-space: nowrap; width: auto; } .abs-discount-code .form-discount > .field > .label, .checkout-payment-method .payment-option-content .form-discount > .field > .label { display: none; } .opc-estimated-wrapper { background: #ffffff; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; margin: -21px -15px 15px; padding: 18px 15px; } .opc-estimated-wrapper .estimated-block { font-size: 18px; float: left; font-weight: 700; } .opc-estimated-wrapper .estimated-block .estimated-label { display: block; margin: 0 0 5.5px; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus, .opc-estimated-wrapper .minicart-wrapper button.action.showcart:active { background: none; border: none; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover { background: none; border: none; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled, .opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled], fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart { pointer-events: none; opacity: 0.5; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus, .opc-estimated-wrapper .minicart-wrapper button.action.showcart:active { color: #333333; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover { color: #333333; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before { color: #333333; } .opc-progress-bar { display: none; } .field.choice .field-tooltip { display: inline-block; margin-left: 10px; position: relative; top: -3px; } .field.choice .field-tooltip-action { line-height: 21px; } .field._error .control input, .field._error .control select, .field._error .control textarea { border-color: #ed8380; } .checkout-index-index .modal-popup .fieldset .field .label { font-weight: 400; } .checkout-index-index .modal-popup .modal-footer .action-hide-popup { margin-top: 8px; } .field-tooltip { cursor: pointer; position: absolute; right: 0; top: 1px; } .field-tooltip._active { z-index: 100; } .field-tooltip._active .field-tooltip-content { display: block; } .field-tooltip._active .field-tooltip-action:before { color: #333333; } .field-tooltip .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .field-tooltip .field-tooltip-action { display: inline-block; text-decoration: none; } .field-tooltip .field-tooltip-action > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .field-tooltip .field-tooltip-action:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px; line-height: inherit; color: #bbbbbb; content: '\f059'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .field-tooltip .field-tooltip-action:hover:before { color: #333333; } .field-tooltip .field-tooltip-action:before { padding-left: 1px; } ._keyfocus .field-tooltip .field-tooltip-action:focus { z-index: 100; } ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content { display: block; } ._keyfocus .field-tooltip .field-tooltip-action:focus:before { color: #333333; } .field-tooltip .field-tooltip-content { background: #ffffff; border: 1px solid #f2f5f7; border-radius: 1px; font-size: 16px; padding: 12px; width: 270px; display: none; left: 38px; position: absolute; text-transform: none; top: -9px; word-wrap: break-word; z-index: 2; } .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after { border: 10px solid transparent; height: 0; width: 0; border-right-color: #ffffff; left: -21px; top: 12px; content: ''; display: block; position: absolute; z-index: 3; } .field-tooltip .field-tooltip-content:before { border-right-color: #f2f5f7; } .field-tooltip .field-tooltip-content:after { border-right-color: #ffffff; width: 1px; z-index: 4; } @media only screen and (max-width: 768px) { .field-tooltip .field-tooltip-content { left: auto; right: -10px; top: 40px; } .field-tooltip .field-tooltip-content::before, .field-tooltip .field-tooltip-content::after { border: 10px solid transparent; height: 0; left: auto; margin-top: -21px; right: 10px; top: 0; width: 0; } .field-tooltip .field-tooltip-content::before { border-bottom-color: #f2f5f7; } .field-tooltip .field-tooltip-content::after { border-bottom-color: #ffffff; top: 1px; } } .opc-wrapper .form-login, .opc-wrapper .form-shipping-address { margin-top: 28px; margin-bottom: 28px; } .opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label { font-weight: 400; } .opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note { font-size: 16px; margin-top: 10px; } .opc-wrapper .shipping-address-items { font-size: 0; } .opc-wrapper .shipping-address-item { border: 2px solid transparent; font-size: 16px; line-height: 30px; margin: 0 0 22px; padding: 22px 38px 22px 22px; transition: 0.3s border-color; width: 50%; display: inline-block; position: relative; vertical-align: top; word-wrap: break-word; } .opc-wrapper .shipping-address-item.selected-item { border-color: #ede734; } .opc-wrapper .shipping-address-item.selected-item:after { background: #ede734; color: #ffffff; content: '\f00c'; font-family: 'FontAwesome'; height: 27px; width: 29px; font-size: 19px; line-height: 21px; padding-top: 2px; position: absolute; right: 0; text-align: center; top: 0; } .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item { visibility: hidden; } .opc-wrapper .action-show-popup { margin: 0 0 22px; } .opc-wrapper .action-show-popup > span:before { content: '+'; padding-right: 5.5px; } .opc-wrapper .action-select-shipping-item { float: right; margin: 22px 0 0; } .opc-wrapper .edit-address-link { display: block; float: left; margin: 26px 5px 0 0; } .checkout-shipping-method .step-title { margin-bottom: 0; } .checkout-shipping-method .no-quotes-block { margin: 22px 0; } .methods-shipping .actions-toolbar .action.primary { margin: 22px 0 0; } .table-checkout-shipping-method thead th { display: none; } .table-checkout-shipping-method tbody td { border-top: 1px solid #cccccc; padding-bottom: 22px; padding-top: 22px; } .table-checkout-shipping-method tbody td:first-child { padding-left: 0; padding-right: 0; width: 20px; } .table-checkout-shipping-method tbody td input[type='radio'] { margin: 4px 5px 0 0; } .table-checkout-shipping-method tbody tr:first-child td { border-top: none; } .table-checkout-shipping-method tbody .col-price { font-weight: 600; } .table-checkout-shipping-method tbody .row-error td { border-top: none; padding-bottom: 10px; padding-top: 0; } .checkout-shipping-method { position: relative; } .shipping-policy-block.field-tooltip { top: 12px; } .shipping-policy-block.field-tooltip .field-tooltip-action { color: #8f98a1; cursor: pointer; } .shipping-policy-block.field-tooltip .field-tooltip-action:before { display: none; } .shipping-policy-block.field-tooltip .field-tooltip-content { width: 420px; top: 33px; } .opc-block-shipping-information { padding: 0 33px; } .opc-block-shipping-information .shipping-information-title { border-bottom: 1px solid #cccccc; margin: 0 0 22px; position: relative; } .opc-block-shipping-information .shipping-information-title .action-edit { top: 10px; display: inline-block; text-decoration: none; margin: 0; position: absolute; right: 0; } .opc-block-shipping-information .shipping-information-title .action-edit > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .opc-block-shipping-information .shipping-information-title .action-edit:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f040'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .opc-block-shipping-information .shipping-information-title .action-edit:hover:before { color: #333333; } .opc-block-shipping-information .shipping-information-title .action-edit:active:before { color: #8f98a1; } .opc-block-shipping-information .shipping-information-content { line-height: 27px; } .opc-block-shipping-information .shipping-information-content .actions-toolbar { margin-left: 0; } .opc-block-shipping-information .ship-to, .opc-block-shipping-information .ship-via { margin: 0 0 22px; } .opc-block-summary { background: #f5f5f5; margin: 0 0 22px; padding: 22px 33px; } .opc-block-summary > .title { display: block; } .opc-block-summary .mark .value { color: #666666; display: block; } .opc-block-summary .discount.coupon { display: none; } .opc-block-summary .grand.incl + .grand.excl .mark, .opc-block-summary .grand.incl + .grand.excl .amount { border-top: 0; font-size: 1.4rem; padding-top: 0; } .opc-block-summary .grand.incl + .grand.excl .mark strong, .opc-block-summary .grand.incl + .grand.excl .amount strong { font-weight: 400; } .opc-block-summary .not-calculated { font-style: italic; } .opc-block-summary .items-in-cart > .title { border-bottom: 1px solid #eff0f1; padding: 10px 44px 10px 0; cursor: pointer; display: block; text-decoration: none; margin-bottom: 0; position: relative; } .opc-block-summary .items-in-cart > .title > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .opc-block-summary .items-in-cart > .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 3px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .opc-block-summary .items-in-cart > .title:after { position: absolute; right: 0; top: 10px; } .opc-block-summary .items-in-cart > .title strong { font-size: 1.8rem; font-weight: 300; margin: 0; } .opc-block-summary .items-in-cart.active > .title:after { content: '\f106'; } .opc-block-summary .items-in-cart .product { position: relative; } .opc-block-summary .minicart-items-wrapper { margin: 0 -15px 0 0; max-height: 370px; padding: 15px 15px 0 0; border: 0; } .column.main .opc-block-summary .product-item { margin: 0; padding-left: 0; } .opc-block-summary .product-item .product-item-inner { display: table; margin: 0 0 10px; width: 100%; } .opc-block-summary .product-item .product-item-name-block { display: block; padding-right: 5.5px; text-align: left; } .opc-block-summary .product-item .subtotal { display: block; text-align: left; } .opc-block-summary .product-item .price { font-size: 1.6rem; font-weight: 400; } .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price { font-size: 1rem; } .opc-block-summary .product-item .message { margin-top: 10px; } .opc-block-summary .actions-toolbar { position: relative; z-index: 1; } .opc-block-summary .actions-toolbar .secondary { border-top: 1px solid #eff0f1; display: block; margin: -1px 0 0; padding: 15px 0 0; text-align: left; } .opc-block-summary .actions-toolbar .secondary .action { margin: 0; } @media only screen and (max-width: 768px) { .opc-block-summary .product-item .product-item-inner { display: block; } .opc-block-summary .product-item .product-item-name-block { display: block; text-align: left; } .opc-block-summary .product-item .subtotal { display: block; text-align: left; } } .authentication-dropdown { box-sizing: border-box; } .authentication-dropdown .modal-inner-wrap { padding: 27.5px; } .authentication-wrapper { float: right; margin-top: -66px; max-width: 50%; position: relative; z-index: 1; } ._has-auth-shown .authentication-wrapper { z-index: 900; } .block-authentication .block-title { font-size: 3rem; border-bottom: 0; margin-bottom: 27.5px; } .block-authentication .block-title strong { font-weight: 300; } .block-authentication .field .label { font-weight: 400; } .block-authentication .actions-toolbar { margin-bottom: 5.5px; } .block-authentication .actions-toolbar > .secondary { padding-top: 27.5px; text-align: left; } .block-authentication .block[class] { margin: 0; } .block-authentication .block[class] ul { list-style: none; padding-left: 10px; } .block-authentication .block[class] .field .control, .block-authentication .block[class] .field .label { float: none; width: auto; } .block-authentication .block[class] + .block { border-top: 1px solid #c1c1c1; margin-top: 44px; padding-top: 44px; position: relative; } .block-authentication .block[class] + .block:before { height: 36px; line-height: 34px; margin: -19px 0 0 -18px; min-width: 36px; background: #ffffff; border: 1px solid #c1c1c1; border-radius: 50%; box-sizing: border-box; color: #c1c1c1; content: attr(data-label); display: inline-block; left: 50%; letter-spacing: normal; padding: 0 .2rem; position: absolute; text-align: center; text-transform: uppercase; top: 0; } .checkout-payment-method .step-title { border-bottom: 0; margin-bottom: 0; } .checkout-payment-method .payment-method:first-child .payment-method-title { border-top: 0; } .checkout-payment-method .payment-method._active .payment-method-content { display: block; } .checkout-payment-method .payment-method + .payment-method .payment-method-title { border-top: 1px solid #cccccc; } .checkout-payment-method .payment-method form.form-purchase-order { margin-bottom: 15px; } .checkout-payment-method .payment-method form.form-purchase-order .input-text { width: 40%; } .checkout-payment-method .payment-method-content { /** * @codingStandardsIgnoreStart */ } .checkout-payment-method .payment-method-content #po_number { margin-bottom: 20px; } .checkout-payment-method .payment-method-title { padding: 22px 0; margin: 0; } .checkout-payment-method .payment-method-title .payment-icon { display: inline-block; margin-right: 5.5px; vertical-align: middle; } .checkout-payment-method .payment-method-title .action-help { display: inline-block; margin-left: 5.5px; } .checkout-payment-method .payment-method-content { display: none; padding: 0 0 22px 22px; } .checkout-payment-method .payment-method-content .fieldset:not(:last-child) { margin: 0 0 22px; } .checkout-payment-method .payment-group + .payment-group .step-title { margin: 22px 0 0; } .checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form { max-width: 500px; } .checkout-payment-method .billing-address-same-as-shipping-block { margin: 0 0 10px; } .checkout-payment-method .checkout-billing-address { margin: 0 0 22px; } .checkout-payment-method .checkout-billing-address .primary .action-update { margin-bottom: 20px; margin-right: 0; } .checkout-payment-method .checkout-billing-address .billing-address-details { line-height: 27px; padding: 0 0 0 23px; } .checkout-payment-method .checkout-billing-address input[type="checkbox"] { vertical-align: top; } .checkout-payment-method .payment-method-note + .checkout-billing-address { margin-top: 22px; } .checkout-payment-method .payment-method-iframe { background-color: transparent; display: none; width: 100%; } .checkout-payment-method .no-payments-block { margin: 22px 0; } .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after { content: '\f106'; } .checkout-payment-method .payment-option._collapsible .payment-option-title { cursor: pointer; } .checkout-payment-method .payment-option._collapsible .payment-option-content { display: none; } .checkout-payment-method .payment-option-title { border-top: 1px solid #cccccc; padding: 22px 0; } .checkout-payment-method .payment-option-title .action-toggle { color: #8f98a1; display: inline-block; text-decoration: none; } .checkout-payment-method .payment-option-title .action-toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 16px; color: #8f98a1; content: '\f107'; font-family: 'FontAwesome'; margin: 0 0 0 10px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .checkout-payment-method .payment-option-title .action-toggle:hover:after { color: #333333; } .checkout-payment-method .payment-option-title .action-toggle:active:after { color: #8f98a1; } .checkout-payment-method .payment-option-content { padding: 0 0 22px 22px; } .checkout-payment-method .payment-option-content .primary .action.action-apply { margin-right: 0; } .checkout-payment-method .payment-option-inner { margin: 0 0 22px; } .checkout-payment-method .credit-card-types { padding: 0; } .checkout-payment-method .credit-card-types .item { display: inline-block; list-style: none; margin: 0 5.5px 0 0; vertical-align: top; } .checkout-payment-method .credit-card-types .item._active { font-weight: 700; } .checkout-payment-method .credit-card-types .item._active img { -webkit-filter: grayscale(0%); } .checkout-payment-method .credit-card-types .item._inactive { opacity: .4; } .checkout-payment-method .credit-card-types .item span { display: inline-block; padding-top: 6px; vertical-align: top; } .checkout-payment-method .credit-card-types img { -webkit-filter: grayscale(100%); -webkit-transition: all .6s ease; } .checkout-payment-method .ccard .fields > .year { padding-left: 5.5px; } .checkout-payment-method .ccard .fields .select { padding-left: 5.5px; padding-right: 5.5px; } .checkout-payment-method .ccard .month .select { width: 140px; } .checkout-payment-method .ccard .year .select { width: 80px; } .checkout-payment-method .ccard .captcha .input-text, .checkout-payment-method .ccard .number .input-text { width: 225px; } .checkout-payment-method .ccard > .field.cvv > .control { display: inline-block; padding-right: 22px; } .checkout-payment-method .ccard .cvv .label { display: block; } .checkout-payment-method .ccard .cvv .input-text { width: 55px; } .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field { width: auto !important; } .checkout-agreements-block .checkout-agreements { margin-bottom: 22px; } .checkout-agreements-block .checkout-agreement.field { display: -webkit-flex; display: -ms-flexbox; display: flex; } .checkout-agreements-block .checkout-agreement.field.required label:after { content: none; } .checkout-agreements-block .checkout-agreement.field.required .action-show:after { content: '*'; color: #e02b27; font-size: 1.4rem; } .checkout-agreements-block .action-show { vertical-align: baseline; } .checkout-agreements-items { padding-bottom: 33px; } .checkout-agreements-items .checkout-agreements-item { margin-bottom: 22px; } .checkout-agreements-items .checkout-agreements-item-title { border-bottom: 0; } .checkout-agreement-item-content { overflow: auto; } .login-container .block-new-customer .actions-toolbar { margin-top: 25px; } .login-container .block .block-title { font-size: 1.8rem; } .login-container .fieldset:after { margin: 10px 0 0; content: attr(data-hasrequired); display: block; letter-spacing: normal; word-spacing: normal; color: #e02b27; font-size: 1.4rem; } .login-container .fieldset:after { margin-top: 35px; } .block-addresses-list .items.addresses > .item { margin-bottom: 22px; } .block-addresses-list .items.addresses > .item:last-child { margin-bottom: 0; } .block-addresses-list .items.addresses .item.actions { margin-top: 5.5px; } .form-address-edit .region_id { display: none; } .form-edit-account .fieldset.password { display: none; } .form-edit-account fieldset.additional_info { clear: both; } .form-create-account .fieldset-fullname .fields .field { float: none; } .form-create-account .fieldset.create.account:after { margin: 10px 0 0; content: attr(data-hasrequired); display: block; letter-spacing: normal; word-spacing: normal; color: #e02b27; font-size: 1.4rem; } .form-create-account .fieldset.create.account:after { margin-top: 35px; } .form.password.forget .fieldset:after { margin: 10px 0 0; content: attr(data-hasrequired); display: block; letter-spacing: normal; word-spacing: normal; color: #e02b27; font-size: 1.4rem; } .form.password.forget .fieldset:after { margin-top: 35px; } .box-billing-address .box-content, .box-shipping-address .box-content, .box-address-billing .box-content, .box-address-shipping .box-content, .box-information .box-content, .box-newsletter .box-content { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } .account .page-title-wrapper .page-title { display: inline-block; } .account .messages { margin-bottom: 22px; } .account .column.main { margin-bottom: 33px; } .account .column.main h2 { margin-top: 0; } .account .sidebar-additional { margin-top: 44px; } .account .table-wrapper { margin-bottom: 22px; border-bottom: 1px solid #cccccc; overflow-x: auto; } .account .table-wrapper:last-child { margin-bottom: 0; } .account .data.table .col.actions .action.delete, [class^='sales-guest-'] .data.table .col.actions .action.delete, .sales-guest-view .data.table .col.actions .action.delete, .account .data.cms-page-view .column.main table.table-grid .col.actions .action.delete, [class^='sales-guest-'] .data.cms-page-view .column.main table.table-grid .col.actions .action.delete, .sales-guest-view .data.cms-page-view .column.main table.table-grid .col.actions .action.delete, .account .data.modal-content table.table-grid .col.actions .action.delete, [class^='sales-guest-'] .data.modal-content table.table-grid .col.actions .action.delete, .sales-guest-view .data.modal-content table.table-grid .col.actions .action.delete, .account .data.cms-page-view .column.main table.data-table .col.actions .action.delete, [class^='sales-guest-'] .data.cms-page-view .column.main table.data-table .col.actions .action.delete, .sales-guest-view .data.cms-page-view .column.main table.data-table .col.actions .action.delete, .account .data.modal-content table.data-table .col.actions .action.delete, [class^='sales-guest-'] .data.modal-content table.data-table .col.actions .action.delete, .sales-guest-view .data.modal-content table.data-table .col.actions .action.delete { color: #d10029; } .column.main .block:last-child { margin-bottom: 0; } .block .title { display: block; margin-bottom: 10px; } .block .title strong { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 700; line-height: 1.1; font-size: 1.8rem; margin-top: 2.2rem; margin-bottom: 2.2rem; } .block p:last-child { margin: 0; } .block .box-actions { margin-top: 5.5px; } .field.password .control { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .field.password .control .mage-error { -ms-flex-order: 2; -webkit-order: 2; order: 2; } .field.password .control .input-text { -ms-flex-order: 0; -webkit-order: 0; order: 0; z-index: 2; } .password-strength-meter { background-color: #f4f4f4; height: 52px; line-height: 52px; padding: 12px 15px; position: relative; z-index: 1; } .password-strength-meter:before { content: ''; height: 100%; left: 0; position: absolute; top: 0; z-index: -1; } .password-none .password-strength-meter:before { background-color: #f4f4f4; width: 100%; } .password-weak .password-strength-meter:before { background-color: #ffafae; width: 25%; } .password-medium .password-strength-meter:before { background-color: #ffd6b3; width: 50%; } .password-strong .password-strength-meter:before { background-color: #c5eeac; width: 75%; } .password-very-strong .password-strength-meter:before { background-color: #81b562; width: 100%; } .control.captcha-image { margin-top: 10px; } .control.captcha-image .captcha-img { vertical-align: middle; } .order-products-toolbar, .customer-addresses-toolbar { position: relative; } .order-products-toolbar .toolbar-amount, .customer-addresses-toolbar .toolbar-amount { position: relative; text-align: center; } .order-products-toolbar .pages, .customer-addresses-toolbar .pages { position: relative; } .additional-addresses table > thead > tr > th { white-space: nowrap; } .block-balance .price { margin-top: -10px; font-size: 3.2rem; display: inline-block; line-height: 32px; } .table-downloadable-products .product-name { font-weight: 400; margin-right: 15px; } .table-downloadable-products .action.download { display: inline-block; text-decoration: none; } .table-downloadable-products .action.download:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: inherit; color: inherit; content: '\f0ab'; font-family: 'FontAwesome'; margin: 0 5px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-product-downloadable .product-add-form { clear: both; margin-bottom: 27.5px; } .page-product-downloadable .product-options-bottom .field.qty { display: none; } .samples-item-title { font-size: 1.4rem; font-weight: 600; margin: 0 0 10px; } .samples-item { margin: 0 0 10px; } .field.downloads { margin-bottom: 10px; } .page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control { width: 100%; } .field.downloads .price-container { display: inline; white-space: nowrap; } .field.downloads .price-container:before { content: ' + '; display: inline; } .field.downloads .price-excluding-tax { display: inline; } .field.downloads .price-excluding-tax:before { content: ' (' attr(data-label) ': '; } .field.downloads .price-excluding-tax:after { content: ')'; } .field.downloads .price-including-tax { display: inline; font-weight: 600; font-size: 1.4rem; } .field.downloads .field.choice { border-bottom: 1px solid #ebebeb; box-sizing: border-box; margin-bottom: 10px; padding-bottom: 10px; padding-left: 25px; position: relative; width: 100%; z-index: 1; } .field.downloads .field.choice input { left: 0; position: absolute; top: 2px; } .field.downloads .field.downloads-all { border-bottom: 0; padding-left: 0; } .field.downloads .sample.link { float: right; } .field.downloads-all .label { color: #8f98a1; text-decoration: none; cursor: pointer; } .field.downloads-all .label:visited { color: #8f98a1; text-decoration: none; } .field.downloads-all .label:hover { color: #8f98a1; text-decoration: underline; } .field.downloads-all .label:active { color: #8f98a1; text-decoration: underline; } .field.downloads-all input { opacity: 0; } .field.downloads.downloads-no-separately .field.choice { padding-left: 0; } .page-product-giftcard .giftcard-amount { border-top: 1px #c1c1c1 solid; clear: both; margin-bottom: 0; padding-top: 15px; text-align: left; } .page-product-giftcard .giftcard-amount .field:last-child { padding-bottom: 22px !important; } .page-product-giftcard .product-info-main .price-box .old-price { font-size: 20px; } .page-product-giftcard .product-info-main .price-box .price-container.price-final > span { display: block; margin-bottom: 5.5px; } .page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child { margin-bottom: 0; } .page-product-giftcard .product-info-main .price-box .price-container.price-final .price { font-size: 22px; font-weight: 600; line-height: 22px; } .page-product-giftcard .product-info-main .price-box + .giftcard.form { border-top: 1px #c1c1c1 solid; padding-top: 15px; } .page-product-giftcard .product-info-main .alert { clear: left; } .page-product-giftcard .product-info-stock-sku { display: block; } .page-product-giftcard .product-add-form { border: 0; clear: none; padding-top: 0; } .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) { margin-bottom: 22px; margin-top: 22px; } .page-product-giftcard .giftcard.form { clear: both; } .page-product-giftcard .price-box { margin-bottom: 10px; } .page-product-giftcard .product-info-price { border: 0; display: block; float: right; white-space: nowrap; width: auto; } .giftcard-account .please-wait { display: none; } .giftcard-account .form-giftcard-redeem .giftcard.info { margin-bottom: 33px; } .opc-wrapper .form-giftcard-account { max-width: 500px; } .opc-wrapper .form-giftcard-account .field { margin: 0 0 22px; } .opc-wrapper .giftcard-account-info { margin: 0 0 22px; } .opc-wrapper .giftcard-account-info .giftcard-account-number { margin: 0 0 10px; } .gift-message .field { margin-bottom: 22px; } .gift-message .field .label { color: #666666; font-weight: 400; } .gift-options { margin: 22px 0; } .gift-options .actions-toolbar .action-cancel { display: none; } .gift-options-title { font-weight: 600; margin: 0 0 22px; } .gift-options-content .fieldset { margin: 0 0 22px; } .gift-summary { margin-top: 10px; position: relative; } .gift-summary .actions-toolbar > .secondary .action { margin: 0 0 0 22px; width: auto; } .gift-summary .action-edit, .gift-summary .action-delete { display: inline-block; text-decoration: none; } .gift-summary .action-edit > span, .gift-summary .action-delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .gift-summary .action-edit:before, .gift-summary .action-delete:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f040'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .gift-summary .action-edit:hover:before, .gift-summary .action-delete:hover:before { color: #333333; } .gift-summary .action-edit:active:before, .gift-summary .action-delete:active:before { color: #8f98a1; } .gift-summary .action-delete:before { content: '\f1f8'; } .action-gift { display: inline-block; text-decoration: none; } .action-gift:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.2rem; line-height: 20px; color: #8f98a1; content: '\f107'; font-family: 'FontAwesome'; margin: 0 0 0 10px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .action-gift:hover:after { color: #333333; } .action-gift:active:after { color: #8f98a1; } .action-gift.active:after, .action-gift._active:after { content: '\f106'; } .gift-summary .actions-toolbar, .cart.table-wrapper .gift-summary .actions-toolbar { padding: 0; position: absolute; right: 0; top: 0; } .cart.table-wrapper .gift-content { box-sizing: border-box; clear: left; display: none; float: left; margin-right: -100%; padding: 22px 0; width: 100%; } .cart.table-wrapper .gift-content._active { display: block; } .cart.table-wrapper .item-gift._active { border-top: 1px solid #c1c1c1; } .cart.table-wrapper .item-gift .action { margin-right: 0; } .gift-item-block { border-bottom: 1px solid #c1c1c1; margin: 0; } .gift-item-block._active .title:after { content: '\f106'; } .gift-item-block .title { color: #8f98a1; cursor: pointer; margin: 0; padding: 10px 44px 10px 15px; position: relative; display: block; text-decoration: none; } .gift-item-block .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.2rem; line-height: 20px; color: #858585; content: '\f107'; font-family: 'FontAwesome'; margin: 0 0 0 10px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .gift-item-block .title:hover:after { color: #333333; } .gift-item-block .content { padding: 10px 0 22px; position: relative; } .order-details-items .order-gift-message dt:after, .order-details-items .block-order-details-gift-message dt:after { content: ''; } .order-details-items .order-gift-message .item-message, .order-details-items .block-order-details-gift-message .item-message { clear: left; } .order-details-items .order-gift-message .item-options dt, .order-details-items .block-order-details-gift-message .item-options dt { font-weight: 400; margin: 10px 0; } .gift-messages-order { margin-bottom: 27.5px; } .gift-message-summary { padding-right: 7rem; } .form-giftregistry-share .actions-toolbar:not(:last-child), .form-giftregistry-edit .actions-toolbar:not(:last-child) { margin-bottom: 44px; } .form-giftregistry-share .fieldset .nested .field:not(.choice) .control, .form-giftregistry-edit .fieldset .nested .field:not(.choice) .control { width: 100%; } .giftregisty-dropdown .action.toggle { color: #8f98a1; } .table-giftregistry-items .product-image { margin-right: 10px; float: left; } .cart-summary .form.giftregistry .fieldset { margin: 15px 0 5.5px; text-align: left; } .cart-summary .form.giftregistry .fieldset .field { margin: 0 0 10px; } .cart-summary .form.giftregistry .fieldset .field .control { float: none; width: auto; } .form-giftregistry-search { margin-bottom: 66px; } .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) { margin-bottom: 0; } .block-giftregistry .actions-toolbar { margin: 17px 0 0; } .block-giftregistry-shared .item-options .item-value { margin: 0 0 27.5px; } .block-giftregistry-shared-items .item .col { border: 0; } .block-giftregistry-shared-items th { border-bottom: 1px solid #eff0f1; } .block-giftregistry-shared-items .col { padding: 20px 11px 10px; } .block-giftregistry-shared-items .col .price-box { display: inline-block; } .block-giftregistry-shared-items .col .price-wrapper { font-size: 1.8rem; display: block; font-weight: 700; white-space: nowrap; } .block-giftregistry-shared-items .product .item-options { margin: 0; } .block-giftregistry-shared-items .product-item-photo { display: block; max-width: 65px; padding: 10px 0; } .block-giftregistry-shared-items .product-item-name { font-size: 1.8rem; display: block; margin: 0 0 5.5px; } .gift-wrapping .label { margin: 0 0 8px; display: inline-block; } .gift-wrapping .field { margin-bottom: 10px; } .gift-wrapping-info { font-weight: 300; font-size: 20px; margin: 22px 0; } .gift-wrapping-list { list-style: none; margin: 22px 0 10px; padding: 0; } .gift-wrapping-list .no-image { background: #f2f2f2; display: inline-block; text-decoration: none; } .gift-wrapping-list .no-image > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .gift-wrapping-list .no-image:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: 4rem; color: #494949; content: '\f06b'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .gift-wrapping-list .no-image:after { display: block; } .gift-wrapping-preview, .gift-wrapping-item > span { cursor: pointer; display: block; overflow: hidden; position: relative; z-index: 1; } .gift-wrapping-item { float: left; margin: 0 10px 10px 0; } .gift-wrapping-item:last-child { margin-right: 0; } .gift-wrapping-item._active span:before { border: 3px solid #333333; box-sizing: border-box; content: ''; display: block; height: 100%; position: absolute; width: 100%; z-index: 2; } .gift-wrapping-item > span { height: 4rem; width: 4rem; } .gift-wrapping-title { margin: 10px 0; } .gift-wrapping-title .action-remove { margin: -5.5px 0 0 5.5px; display: inline-block; text-decoration: none; } .gift-wrapping-title .action-remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .gift-wrapping-title .action-remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f1f8'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .gift-wrapping-title .action-remove:hover:before { color: #333333; } .gift-wrapping-title .action-remove:active:before { color: #8f98a1; } .gift-options-content .fieldset .field { margin: 10px 0; } .gift-wrapping-summary { padding-right: 7rem; } .gift-wrapping-summary .gift-wrapping-title { border: 0; display: inline-block; padding: 0; } .opc-wrapper .fieldset.gift-message .field.gift-wrapping { padding: 0; width: 100%; } .opc-wrapper .data.table .gift-wrapping, .table-order-items .gift-wrapping, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping, .opc-wrapper .data.modal-content table.data-table .gift-wrapping { margin: 22px 0 0; } .opc-wrapper .data.table .gift-wrapping .title, .table-order-items .gift-wrapping .title, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .title, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping .title, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .title, .opc-wrapper .data.modal-content table.data-table .gift-wrapping .title { float: none; } .opc-wrapper .data.table .gift-wrapping .content, .table-order-items .gift-wrapping .content, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content, .opc-wrapper .data.modal-content table.data-table .gift-wrapping .content { margin: 0; } .opc-wrapper .data.table .gift-wrapping .content > img, .table-order-items .gift-wrapping .content > img, .opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content > img, .opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content > img, .opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content > img, .opc-wrapper .data.modal-content table.data-table .gift-wrapping .content > img { float: left; margin: 0 10px 0 0; max-height: 50px; max-width: 50px; } .gift-summary .price-box, .gift-options .price-box { margin-left: 22px; } .gift-summary .regular-price:before, .gift-options .regular-price:before { content: attr(data-label) ': '; } .gift-summary .regular-price .price, .gift-options .regular-price .price { font-weight: 700; } .order-options .item { padding-bottom: 22px; } .order-options .product { margin-bottom: 10px; } .order-options .product-image-container { float: left; padding-right: 10px; } .order-options .gift-wrapping { margin-bottom: 10px; } .table-wrapper.grouped { width: auto; } .table.grouped .row-tier-price > td, .cms-page-view .column.main table.table-grid.grouped .row-tier-price > td, .modal-content table.table-grid.grouped .row-tier-price > td, .cms-page-view .column.main table.data-table.grouped .row-tier-price > td, .modal-content table.data-table.grouped .row-tier-price > td { border-top: 0; } .table.grouped .col.item, .cms-page-view .column.main table.table-grid.grouped .col.item, .modal-content table.table-grid.grouped .col.item, .cms-page-view .column.main table.data-table.grouped .col.item, .modal-content table.data-table.grouped .col.item { width: 90%; } .table.grouped .col.qty, .cms-page-view .column.main table.table-grid.grouped .col.qty, .modal-content table.table-grid.grouped .col.qty, .cms-page-view .column.main table.data-table.grouped .col.qty, .modal-content table.data-table.grouped .col.qty { width: 10%; } .table.grouped .product-item-name, .cms-page-view .column.main table.table-grid.grouped .product-item-name, .modal-content table.table-grid.grouped .product-item-name, .cms-page-view .column.main table.data-table.grouped .product-item-name, .modal-content table.data-table.grouped .product-item-name { display: inline-block; font-weight: 400; margin-bottom: 10px; } .table.grouped .price-box p, .cms-page-view .column.main table.table-grid.grouped .price-box p, .modal-content table.table-grid.grouped .price-box p, .cms-page-view .column.main table.data-table.grouped .price-box p, .modal-content table.data-table.grouped .price-box p { margin: 0; } .table.grouped .price-box .price, .cms-page-view .column.main table.table-grid.grouped .price-box .price, .modal-content table.table-grid.grouped .price-box .price, .cms-page-view .column.main table.data-table.grouped .price-box .price, .modal-content table.data-table.grouped .price-box .price { font-weight: 700; } .table.grouped .price-box .old-price .price, .cms-page-view .column.main table.table-grid.grouped .price-box .old-price .price, .modal-content table.table-grid.grouped .price-box .old-price .price, .cms-page-view .column.main table.data-table.grouped .price-box .old-price .price, .modal-content table.data-table.grouped .price-box .old-price .price { font-weight: normal; } .table.grouped .stock.unavailable, .cms-page-view .column.main table.table-grid.grouped .stock.unavailable, .modal-content table.table-grid.grouped .stock.unavailable, .cms-page-view .column.main table.data-table.grouped .stock.unavailable, .modal-content table.data-table.grouped .stock.unavailable { font-weight: normal; margin: 0; text-transform: none; white-space: nowrap; } .page-product-grouped .product-info-main .alert { clear: left; } .page-product-grouped .box-tocart { margin-top: 10px; } .box-tocart .action.instant-purchase { vertical-align: top; } .box-tocart .action.instant-purchase:not(:last-child) { margin-bottom: 15px; } .form-add-invitations .additional, .form-add-invitations .field.message { margin-top: 22px; } .form-add-invitations .action.remove { top: 4px; } .form-add-invitations .action.add { display: inline-block; text-decoration: none; line-height: normal; padding: 4px; width: auto; } .form-add-invitations .action.add > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .form-add-invitations .action.add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: inherit; content: '\f196'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .form-add-invitations .action.add:hover:before { color: inherit; } .form-add-invitations .action.add:active:before { color: inherit; } .filter.block { margin-bottom: 0; } .filter-title strong { background-color: #ffffff; box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(239, 240, 241, 0.3); border: 1px solid #eff0f1; border-radius: 3px; font-weight: 400; left: 0; line-height: 16px; padding: 7px 10px; position: absolute; text-align: center; top: 0; z-index: 2; } .filter-title strong[data-count]:after { color: #ffffff; background: #ff5501; border-radius: 2px; content: attr(data-count); display: inline-block; font-size: .8em; line-height: 1; margin: 0 5.5px; min-width: 1em; padding: 2px; } .filter-title strong.disabled { opacity: .5; } .filter .block-subtitle, .filter > .content .subtitle { border-bottom: 1px solid #eff0f1; font-size: 16px; font-weight: 600; line-height: 1em; padding: 10px 10px 22px; } .filter-subtitle { display: none; } .filter-current { margin: 0; } .filter-current .items { padding: 5.5px 10px; } .filter-current .item { padding-left: 17px; position: relative; z-index: 1; } .filter .filter-current-subtitle { border: none; display: block; padding-bottom: 10px; } .filter-current .action.remove { left: -2px; position: absolute; top: -1px; } .filter-actions { margin-bottom: 27.5px; padding: 0 10px; } .filter-label { font-weight: 700; } .filter-label:after { content: ': '; } .filter-value { color: #757575; } .filter-options { display: none; margin: 0; } .filter-options-item { border-bottom: 1px solid #eff0f1; padding-bottom: 10px; } .filter-options-title { cursor: pointer; font-weight: 600; margin: 0; overflow: hidden; padding: 10px 40px 0 10px; position: relative; text-transform: uppercase; word-break: break-all; z-index: 1; display: block; text-decoration: none; } .filter-options-title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 13px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .filter-options-title:after { position: absolute; right: 13px; top: 12px; } .active > .filter-options-title:after { content: '\f106'; } .filter-options-content { margin: 0; padding: 10px; } .filter-options-content .item { line-height: 1.5em; margin: 10px 0; } .filter-options-content a { color: #2b3945; margin-left: -5px; margin-right: -5px; padding-left: 5px; padding-right: 7px; } .filter-options-content a:hover { background-color: #e8e8e8; text-decoration: none; } .filter-options-content a:hover + .count { background-color: #e8e8e8; } .filter-options-content .count { color: #757575; font-weight: 300; padding-left: 5px; padding-right: 5px; } .filter-options-content .count:before { content: '('; } .filter-options-content .count:after { content: ')'; } .map-popup-wrapper.popup .action.close { top: 10px; } .map-popup { background: #ffffff; border: 1px solid #adadad; padding: 22px; width: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); transition: opacity 0.3s linear; left: 0; margin-top: 10px; position: absolute; top: 0; z-index: 1001; display: none; opacity: 0; box-sizing: border-box; } .map-popup .popup-header { margin: 0 0 25px; padding-right: 16px; } .map-popup .popup-header .title { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; } .map-popup .popup-actions .action.close { position: absolute; display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; right: 10px; top: 10px; } .map-popup .popup-actions .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .map-popup .popup-actions .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8c8c8c; content: '\f00d'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .map-popup .popup-actions .action.close:hover:before { color: #737373; } .map-popup .popup-actions .action.close:active:before { color: #737373; } .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active { background: none; border: none; } .map-popup .popup-actions .action.close:hover { background: none; border: none; } .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled], fieldset[disabled] .map-popup .popup-actions .action.close { pointer-events: none; opacity: 0.5; } .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active { color: #333333; } .map-popup .popup-actions .action.close:hover { color: #333333; } .map-popup.active { opacity: 1; } .map-popup .map-info-price { margin: 0 0 22px; } .map-popup .map-info-price .price-box { margin: 0 0 22px; } .map-popup .map-info-price .price-box .label:after { content: ': '; } .map-popup .action.primary { margin-right: 10px; } .map-popup .map-msrp { margin-bottom: 10px; } .map-popup .actual-price { margin: 3px 0 15px; } .map-popup .regular-price .price-label { display: none; } .map-popup .popup-header { display: none; } .map-old-price { text-decoration: none; } .map-old-price .price-wrapper { text-decoration: line-through; } .map-fallback-price { display: none; } .map-old-price, .product-item .map-old-price, .product-info-price .map-show-info { display: inline-block; min-width: 10rem; } .map-old-price:not(:last-child), .product-item .map-old-price:not(:last-child), .product-info-price .map-show-info:not(:last-child) { margin-right: 10px; } .product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span { display: inline; } .map-form-addtocart { display: inline-block; text-align: center; } .map-form-addtocart img { display: block; margin: 0 auto; } button.map-show-info { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; line-height: 1.42857143; margin: 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; } button.map-show-info:focus, button.map-show-info:active { background: none; border: none; } button.map-show-info:hover { background: none; border: none; } button.map-show-info.disabled, button.map-show-info[disabled], fieldset[disabled] button.map-show-info { pointer-events: none; opacity: 0.5; } button.map-show-info:focus, button.map-show-info:active { color: #333333; } button.map-show-info:hover { color: #333333; } button.map-show-info:visited { color: #8f98a1; text-decoration: none; } button.map-show-info:hover { color: #8f98a1; text-decoration: underline; } button.map-show-info:active { color: #8f98a1; text-decoration: underline; } button.map-show-info:hover, button.map-show-info:active, button.map-show-info:focus { background: none; border: 0; } button.map-show-info.disabled, button.map-show-info[disabled], fieldset[disabled] button.map-show-info { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .wishlist.split.button { display: inline-block; position: relative; margin-right: 5%; vertical-align: middle; } .wishlist.split.button:before, .wishlist.split.button:after { content: ''; display: table; } .wishlist.split.button:after { clear: both; } .wishlist.split.button .action.split { float: left; margin: 0; } .wishlist.split.button .action.toggle { float: right; margin: 0; } .wishlist.split.button .action.toggle { display: inline-block; text-decoration: none; } .wishlist.split.button .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .wishlist.split.button .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: #666666; content: '\f107'; font-family: 'FontAwesome'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .wishlist.split.button .action.toggle:hover:after { color: #333333; } .wishlist.split.button .action.toggle:active:after { color: inherit; } .wishlist.split.button .action.toggle.active { display: inline-block; text-decoration: none; } .wishlist.split.button .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .wishlist.split.button .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: #666666; content: '\f106'; font-family: 'FontAwesome'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .wishlist.split.button .action.toggle.active:hover:after { color: #333333; } .wishlist.split.button .action.toggle.active:active:after { color: inherit; } .wishlist.split.button .items { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 200px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .wishlist.split.button .items li { margin: 0; padding: 5px 5px 5px 23px; } .wishlist.split.button .items li:hover { background: #e8e8e8; cursor: pointer; } .wishlist.split.button .items:before, .wishlist.split.button .items:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .wishlist.split.button .items:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .wishlist.split.button .items:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .wishlist.split.button .items:before { left: 10px; top: -12px; } .wishlist.split.button .items:after { left: 9px; top: -14px; } .wishlist.split.button.active { overflow: visible; } .wishlist.split.button.active .items { display: block; } .wishlist.split.button .items { padding: 6px 0; text-align: left; } .wishlist.split.button .items .item > span { display: block; padding: 5px 5px 5px 23px; } .wishlist.split.button .items li { padding: 0; } .wishlist.split.button > .action.split { margin-right: 5px; } .wishlist.split.button > .action.split:before { margin: 0; width: 18px; } .wishlist.split.button > .action:active, .wishlist.split.button > .action:focus, .wishlist.split.button > .action:hover { color: #333333; } .wishlist.split.button > .action.toggle:before { border-left: 1px solid #666666; content: ''; float: left; height: 15px; margin: 3px 4px 0 0; } .cart.table-wrapper .wishlist.split.button { vertical-align: baseline; } .cart.table-wrapper .wishlist.split.button > .action.split { font-weight: normal; letter-spacing: normal; text-transform: none; } .cart.table-wrapper .wishlist.split.button > .action.toggle:after { color: #8f98a1; } .cart.table-wrapper .wishlist.split.button > .action.split, .cart.table-wrapper .wishlist.split.button > .action.toggle { color: #8f98a1; } .cart.table-wrapper .wishlist.split.button > .action.split:before, .cart.table-wrapper .wishlist.split.button > .action.toggle:before { display: none; } .wishlist.window.popup { background: #ffffff; border: 1px solid #adadad; padding: 22px; width: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); transition: opacity 0.3s linear; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1001; display: none; opacity: 0; box-sizing: border-box; } .wishlist.window.popup .popup-header { margin: 0 0 25px; padding-right: 16px; } .wishlist.window.popup .popup-header .title { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; } .wishlist.window.popup .popup-actions .action.close { position: absolute; display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; right: 10px; top: 10px; } .wishlist.window.popup .popup-actions .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .wishlist.window.popup .popup-actions .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8c8c8c; content: '\f00d'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .wishlist.window.popup .popup-actions .action.close:hover:before { color: #737373; } .wishlist.window.popup .popup-actions .action.close:active:before { color: #737373; } .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active { background: none; border: none; } .wishlist.window.popup .popup-actions .action.close:hover { background: none; border: none; } .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled], fieldset[disabled] .wishlist.window.popup .popup-actions .action.close { pointer-events: none; opacity: 0.5; } .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active { color: #333333; } .wishlist.window.popup .popup-actions .action.close:hover { color: #333333; } .wishlist.window.popup.active { opacity: 1; } .wishlist.window.popup.active { display: block; } .wishlist.overlay { transition: opacity 0.15s linear; background: #8c8c8c; z-index: 899; bottom: 0; left: 0; opacity: 0; position: fixed; right: 0; top: 0; } .wishlist.overlay.active { opacity: 0.7; filter: alpha(opacity=70); } .wishlist.overlay.active { display: block; } .wishlist-dropdown.move .action.toggle, .wishlist-dropdown.copy .action.toggle { color: #8f98a1; } .page-multiple-wishlist .actions-toolbar > .primary { display: block; float: none; text-align: left; } .page-multiple-wishlist .actions-toolbar > .primary .action.remove { float: right; } .block-wishlist-management { position: relative; } .block-wishlist-management .wishlist-select .wishlist-name-label { font-weight: 600; } .block-wishlist-management .wishlist-title { margin-bottom: 10px; } .block-wishlist-management .wishlist-title strong { font-weight: 300; margin-right: 10px; } .block-wishlist-management .wishlist-notice { color: #7d7d7d; display: inline-block; margin-right: 22px; } .block-wishlist-management .wishlist-notice.private { display: inline-block; text-decoration: none; } .block-wishlist-management .wishlist-notice.private:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: inherit; color: #a3a3a3; content: '\f023'; font-family: 'FontAwesome'; margin: 0 5.5px 0 0; vertical-align: text-bottom; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions { display: inline-block; } .block-wishlist-management .wishlist-toolbar-select { margin-right: 22px; } .block-wishlist-management .wishlist-toolbar .copy .dropdown { right: 0; } .block-wishlist-management .wishlist-toolbar .copy .dropdown:before { left: auto; right: 11px; } .block-wishlist-management .wishlist-toolbar .copy .dropdown:after { left: auto; right: 10px; } .block-wishlist-management .wishlist-dropdown.move { margin-right: 22px; } .block-wishlist-search-form .form-wishlist-search { margin-bottom: 66px; max-width: 500px; } .block-wishlist-search-results .table-wrapper { border-top: none; } .block-wishlist-info-items .block-title { margin-bottom: 22px; font-size: 2.2rem; } .block-wishlist-info-items .block-title > strong { font-weight: 300; } .block-wishlist-info-items .product-item { width: 100%; } .block-wishlist-info-items .product-item-photo { margin-left: 22px; } .block-wishlist-info-items .product-item-info { width: auto; } .block-wishlist-info-items .product-item-info:hover .split { visibility: visible; } .block-wishlist-info-items .price-wrapper { display: block; margin: 0 0 10px; } .block-wishlist-info-items .split { clear: both; padding: 10px 0; visibility: hidden; } .block-wishlist-info-items .wishlist-dropdown .change { color: #8f98a1; } .block-wishlist-info-items .action.towishlist { padding: 10px 0; } .block-wishlist-info-items .input-text.qty { margin-right: 10px; } .multicheckout.results h3, .multicheckout.success h3 { font-size: 1.6rem; margin-bottom: 22px; margin-top: 33px; } .multicheckout.results h3 a, .multicheckout.success h3 a { color: #2b3945; } .multicheckout.results h3 a:hover, .multicheckout.success h3 a:hover { text-decoration: none; } .multicheckout.results ul.orders-list, .multicheckout.success ul.orders-list { list-style: none; padding-left: 0; } .multicheckout.results .orders-list, .multicheckout.success .orders-list { margin-top: 27.5px; padding-left: 18px; } .multicheckout.results .orders-list .shipping-list .shipping-item, .multicheckout.success .orders-list .shipping-list .shipping-item { margin-left: 84px; } .multicheckout.results .orders-list .shipping-list .shipping-label, .multicheckout.success .orders-list .shipping-list .shipping-label { font-weight: 700; margin-right: 10px; } .multicheckout.results .orders-list .shipping-list .shipping-address, .multicheckout.success .orders-list .shipping-list .shipping-address { font-weight: 400; } .multicheckout.results .orders-list .shipping-list .error-block, .multicheckout.success .orders-list .shipping-list .error-block { color: #e02b27; } .multicheckout.results .orders-list .shipping-list .error-block .error-label, .multicheckout.success .orders-list .shipping-list .error-block .error-label { font-weight: 700; margin-right: 10px; } .multicheckout.results .orders-list .shipping-list .error-block .error-description, .multicheckout.success .orders-list .shipping-list .error-block .error-description { font-weight: 400; } .multicheckout.results .orders-succeed .orders-list, .multicheckout.success .orders-succeed .orders-list { margin-top: 0; } .multicheckout.results .orders-succeed .orders-list .shipping-list .order-id, .multicheckout.success .orders-succeed .orders-list .shipping-list .order-id { float: left; } .multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item, .multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item { margin-left: 100px; } .multicheckout .title { margin-bottom: 33px; } .multicheckout .title strong { font-weight: 400; } .multicheckout .table-wrapper { margin-bottom: 0; } .multicheckout .table-wrapper .action.delete { display: inline-block; } .multicheckout .table-wrapper .col .qty { display: inline-block; } .multicheckout .table-wrapper .col.item .action.edit { font-weight: 400; margin-left: 10px; } .multicheckout:not(.address) .table-wrapper .product-item-name { margin: 0; } .multicheckout > .actions-toolbar { margin-top: 44px; } .multicheckout .actions-toolbar > .secondary { display: block; } .multicheckout .actions-toolbar > .secondary .action { margin-bottom: 27.5px; } .multicheckout .actions-toolbar > .secondary .action.back { display: block; margin-left: 0; } .multicheckout .actions-toolbar > .primary { margin-right: 10px; } .multicheckout .item-options { margin: 10px 0 0; } .multicheckout .block .methods-shipping .item-content .fieldset > .field:before { display: none; } .multicheckout .block .methods-shipping .item-content .fieldset > .field .control { display: inline-block; } .multicheckout .block-title, .multicheckout .block-content .title { border-bottom: 1px solid #eff0f1; padding-bottom: 10px; } .multicheckout .block-title strong, .multicheckout .block-content .title strong { font-weight: 400; } .multicheckout .block-title strong span, .multicheckout .block-content .title strong span { color: #a6a6a6; } .multicheckout .block-content .title { border-bottom: none; padding-bottom: 0; } .multicheckout.order-review .block-title > strong { font-size: 2.4rem; } .multicheckout.order-review .block-shipping .block-content:not(:last-child) { margin-bottom: 44px; } .multicheckout.order-review .error-description { color: #e02b27; font-weight: 400; margin-bottom: 10px; margin-top: -10px; } .multicheckout .box-title span { margin-right: 10px; } .multicheckout .box-title > .action { margin: 0; } .multicheckout .box-shipping-method .price { font-weight: 700; } .multicheckout .box-billing-method .fieldset { margin: 0; } .multicheckout .box-billing-method .fieldset .legend.box-title { margin: 0 0 5.5px; } .multicheckout .checkout-review .grand.totals { font-size: 2.4rem; margin-bottom: 44px; } .multicheckout .checkout-review .grand.totals .mark { font-weight: 400; } [class^='multishipping-'] .logo { margin-left: 0; } .multishipping-checkout-success .nav-sections { display: block; } .block.newsletter { margin-bottom: 20px; } .block.newsletter .form.subscribe { display: table; width: 100%; } .block.newsletter .fieldset { display: table-cell; margin: 0; padding: 0; vertical-align: top; } .block.newsletter .field { margin: 0; } .block.newsletter .field .control { display: inline-block; text-decoration: none; display: block; } .block.newsletter .field .control:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 32px; color: #575757; content: '\f0e0'; font-family: 'FontAwesome'; margin: 0 0 0 8px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .block.newsletter .field .control:before { position: absolute; } .block.newsletter input { margin-right: 35px; padding: 0 0 0 35px; } .block.newsletter .title { display: none; } .block.newsletter .actions { display: table-cell; vertical-align: top; width: 1%; } .block.newsletter .action.subscribe { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -1px; white-space: nowrap; } .data.switch .counter { color: #7d7d7d; } .data.switch .counter:before { content: '('; } .data.switch .counter:after { content: ')'; } .rating-summary { overflow: hidden; white-space: nowrap; } .rating-summary .rating-result { width: 65px; display: inline-block; position: relative; vertical-align: middle; } .rating-summary .rating-result:before { left: 0; position: absolute; top: 0; width: 100%; z-index: 1; -webkit-font-smoothing: antialiased; font-size: 13px; height: 13px; letter-spacing: 0; line-height: 13px; content: '' '' '' '' ''; display: block; font-style: normal; font-weight: normal; speak: none; } .rating-summary .rating-result > span { display: block; overflow: hidden; } .rating-summary .rating-result > span:before { position: relative; z-index: 2; -webkit-font-smoothing: antialiased; font-size: 13px; height: 13px; letter-spacing: 0; line-height: 13px; content: '' '' '' '' ''; display: block; font-style: normal; font-weight: normal; speak: none; } .rating-summary .rating-result > span span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .review-control-vote { overflow: hidden; } .review-control-vote:before { font-size: 13px; height: 13px; letter-spacing: 0; line-height: 13px; font-style: normal; font-weight: normal; speak: none; vertical-align: top; -webkit-font-smoothing: antialiased; content: '' '' '' '' ''; display: block; position: absolute; z-index: 1; } .review-control-vote input[type="radio"] { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .review-control-vote input[type="radio"]:hover + label:before, .review-control-vote input[type="radio"]:checked + label:before { opacity: 1; } .review-control-vote label { cursor: pointer; display: block; position: absolute; } .review-control-vote label span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .review-control-vote label:before { font-size: 13px; height: 13px; letter-spacing: 0; line-height: 13px; font-style: normal; font-weight: normal; speak: none; vertical-align: top; -webkit-font-smoothing: antialiased; opacity: 0; } .review-control-vote label:hover:before { opacity: 1; } .review-control-vote label:hover ~ label:before { opacity: 0; } .review-control-vote .rating-5 { z-index: 2; } .review-control-vote .rating-5:before { content: '' '' '' '' ''; } .review-control-vote .rating-4 { z-index: 3; } .review-control-vote .rating-4:before { content: '' '' '' ''; } .review-control-vote .rating-3 { z-index: 4; } .review-control-vote .rating-3:before { content: '' '' ''; } .review-control-vote .rating-2 { z-index: 5; } .review-control-vote .rating-2:before { content: '' ''; } .review-control-vote .rating-1 { z-index: 6; } .review-control-vote .rating-1:before { content: ''; } .review-control-vote:before { content: '\f006' '\f006' '\f006' '\f006' '\f006'; } .products-reviews-toolbar { position: relative; } .products-reviews-toolbar .toolbar-amount { position: relative; text-align: center; } .review-toolbar { border-top: 1px solid #c9c9c9; margin: 0 0 22px; padding: 0; text-align: center; } .review-toolbar:first-child { display: none; } .review-toolbar .pages { border-bottom: 1px solid #c9c9c9; display: block; padding: 22px 0; text-align: center; } .review-toolbar .limiter { display: none; } .review-add .block-title { display: none; } .review-form .action.submit.primary { background: transparent; border: 2px solid #202633; color: #333333; font-size: 2rem; line-height: 1.8rem; padding: 10px 15px; margin: 0; } .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .review-form .action.submit.primary:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .review-form .actions-toolbar .actions-primary { padding: 0; } .fieldset .review-legend.legend { border-bottom: 0; line-height: 1.3; margin-bottom: 22px; padding: 0; } .fieldset .review-legend.legend span { margin: 0; } .fieldset .review-legend.legend strong { display: block; font-weight: 600; } .fieldset .review-field-ratings > .label { font-weight: 600; margin-bottom: 10px; padding: 0; } .review-control-vote label:before, .review-control-vote:before { font-size: 32px; height: 32px; letter-spacing: 10px; line-height: 32px; } .review-field-rating .label { font-weight: 600; } .review-field-rating .control { margin-bottom: 52.8px; margin-top: 10px; } .review-list { margin-bottom: 33px; } .review-list .block-title strong { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.8rem; font-size: 3.2rem; margin-top: 2.75rem; margin-bottom: 1.6rem; } .review-item { border-bottom: 1px solid #c9c9c9; margin: 0; padding: 22px 0; } .review-item:after { clear: both; content: ''; display: table; } .review-item:last-child { border-width: 0; } .review-ratings { display: table; margin-bottom: 10px; max-width: 100%; } .review-author { display: inline; } .review-author .review-details-value { font-weight: 400; } .review-date { display: inline; } .review-title { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 3.4rem; font-size: 3rem; margin-top: 2.2rem; margin-bottom: 1rem; margin: 0 0 22px; } .review-content { margin-bottom: 22px; } .page-main .column .review-add { margin-bottom: 0; } .data.table.reviews .rating-summary, .data.cms-page-view .column.main table.table-grid.reviews .rating-summary, .data.modal-content table.table-grid.reviews .rating-summary, .data.cms-page-view .column.main table.data-table.reviews .rating-summary, .data.modal-content table.data-table.reviews .rating-summary { margin-top: -4px; } .customer.review.view .review.title, .customer.review.view .ratings.summary.items, .customer.review.view .product.details { margin-bottom: 22px; } .product-reviews-summary { margin-bottom: 5.5px; } .products.wrapper.list .product-reviews-summary { margin: 0 auto; } .product-reviews-summary .rating-summary { display: inline-block; vertical-align: middle; } .product-reviews-summary .reviews-actions { display: inline-block; font-size: 12px; vertical-align: middle; } .product-reviews-summary .reviews-actions a:not(:last-child) { margin-right: 30px; } .product-reviews-summary .reviews-actions .action.add { white-space: nowrap; } .product-info-main .rating-summary, .customer-review .rating-summary { margin-right: 30px; } .block-reviews-dashboard .items .item { margin-bottom: 22px; } .block-reviews-dashboard .items .item:last-child { margin-bottom: 0; } .block-reviews-dashboard .product-name { display: inline-block; } .block-reviews-dashboard .product-name:not(:last-child) { margin-bottom: 5.5px; } .block-reviews-dashboard .rating-summary .label { font-weight: 600; margin-right: 10px; vertical-align: middle; } .table-reviews .product-name, .block-reviews-dashboard .product-name { font-weight: 400; } .table-reviews .rating-summary { display: inline-block; vertical-align: baseline; } .customer-review .product-media { float: left; margin-right: 3%; max-width: 285px; width: 30%; } .customer-review .review-details { margin: 0; } .customer-review .review-details .customer-review-rating { margin-bottom: 22px; } .customer-review .review-details .customer-review-rating .item { margin-bottom: 10px; } .customer-review .review-details .customer-review-rating .item:last-child { margin-bottom: 0; } .customer-review .review-details .review-title { font-family: 'Fira Sans Extra Condensed', sans-serif; line-height: 3.4rem; font-size: 3rem; margin-top: 2.2rem; margin-bottom: 1rem; font-weight: 600; margin-bottom: 22px; } .customer-review .review-details .review-content { margin: 0; margin-bottom: 22px; } .customer-review .review-details .review-date { color: #a6a6a6; } .block-reward-info .reward-balance { font-size: 1.8rem; margin-bottom: 27.5px; } .block-reward-info .reward-rates:not(:last-child), .block-reward-info .reward-limit:not(:last-child), .block-reward-info .reward-expiring:not(:last-child) { margin-bottom: 27.5px; } .block-reward-info .reward-rates .title, .block-reward-info .reward-limit .title, .block-reward-info .reward-expiring .title { display: inline-block; margin-bottom: 10px; } .order-details-items.rma .order-title { display: none; } .order-details-items.rma .order-title + .toolbar { display: none; } .form-create-return .additional:first-child { margin-top: 0; } .form-create-return .field.comment { margin-top: 55px; } .table-wrapper.table-returns .returns-details.hidden { display: none; } .block-returns-comments .returns-comments dt, .block-returns-comments .returns-comments dd { margin: 0; } .block-returns-comments .returns-comments dt { font-weight: 400; } .block-returns-comments .returns-comments dd { margin-bottom: 15px; } .block-returns-comments .returns-comments dd:last-child { margin-bottom: 0; } .block-returns-comments .fieldset { margin-bottom: 22px; } .magento-rma-guest-create .order-links .item a { line-height: 1.42857143; margin: 0 33px 0 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; } .magento-rma-guest-create .order-links .item a:visited { color: #8f98a1; text-decoration: none; } .magento-rma-guest-create .order-links .item a:hover { color: #8f98a1; text-decoration: underline; } .magento-rma-guest-create .order-links .item a:active { color: #8f98a1; text-decoration: underline; } .magento-rma-guest-create .order-links .item a:hover, .magento-rma-guest-create .order-links .item a:active, .magento-rma-guest-create .order-links .item a:focus { background: none; border: 0; } .magento-rma-guest-create .order-links .item a.disabled, .magento-rma-guest-create .order-links .item a[disabled], fieldset[disabled] .magento-rma-guest-create .order-links .item a { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } #registrant-options .item .control table .col.qty .input-qty { display: none; } .order-links .item { line-height: 63px; margin: 0 0 -1px; } .order-links .item strong { border: 1px solid #eff0f1; display: block; font-weight: false; padding: 0 20px; } .order-links .item a { background: #fafafa; border: 1px solid #eff0f1; display: block; font-weight: false; padding: 0 20px; } .order-links .item a:hover { text-decoration: none; } .order-details-items { border: 1px solid #eff0f1; margin-bottom: 44px; padding: 10px; } .order-details-items .order-title { border-bottom: 1px solid #eff0f1; padding: 0 0 10px; } .order-details-items .order-title > strong { font-size: 2.4rem; font-weight: 300; } .order-details-items .order-title .action { display: inline-block; } .order-details-items .table-wrapper { margin: 0; } .order-details-items .table-wrapper + .actions-toolbar { display: none; } .order-details-items .table-wrapper:not(:last-child) { margin-bottom: 33px; } .order-details-items .table-wrapper.order-items-shipment { overflow: visible; } .order-details-items .table-order-items > thead > tr > th { border-bottom: 1px solid #eff0f1; } .order-details-items .table-order-items tbody + tbody { border-top: 1px solid #eff0f1; } .account .order-details-items .table-order-items tbody tr:nth-child(even) td { background: none; } .order-details-items .table-order-items tbody td { padding-bottom: 20px; padding-top: 20px; } .order-details-items .table-order-items tbody .col.label { font-weight: 700; padding-bottom: 5px; padding-top: 0; } .order-details-items .table-order-items tbody .col.options { padding: 10px 10px 15px; } .order-details-items .table-order-items tbody > .item-parent td { padding-bottom: 5px; } .order-details-items .table-order-items tbody > .item-parent + tr td { padding-top: 5px; } .order-details-items .table-order-items tbody .item-options-container td { padding-bottom: 15px; padding-top: 0; } .order-details-items .table-order-items .product-item-name { margin: 0 0 10px; } .order-details-items .item-options { margin: 0; } .order-details-items .item-options dt { margin: 0; } .order-details-items .item-options dd { margin: 0 0 15px; } .order-details-items .item-options dd:last-child { margin-bottom: 0; } .order-details-items .item-options.links dt { display: inline-block; } .order-details-items .item-options.links dt:after { content: ': '; } .order-details-items .item-options.links dd { margin: 0; } .order-details-items thead .col.qty { text-align: center; } .order-details-items .col.name { padding-top: 16px; } .order-details-items .action.show { display: inline-block; text-decoration: none; color: #333333; } .order-details-items .action.show > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .order-details-items .action.show:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 10px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .order-details-items .action.show.expanded:after { content: '\f106'; } .order-details-items .product-item-name { font-size: 1.8rem; } .order-details-items .items-qty .item { white-space: nowrap; } .order-details-items .items-qty .title:after { content: ': '; } .order-details-items .pages-items .item:first-child, .order-details-items .pages-items .item:last-child { margin-right: 0; } .block-order-details-comments { margin: 0 0 40px; } .block-order-details-comments .comment-date { font-weight: 600; } .block-order-details-comments .comment-content { line-height: 1.6; margin: 0 0 20px; } .block-order-details-view .block-content .box { margin-bottom: 30px; } .block-order-details-view .box-title { font-weight: 600; } .block-order-details-view .box-content .payment-method .title { font-weight: 400; } .block-order-details-view .box-content .payment-method .content { margin: 0; } .block-order-details-view .box-content .payment-method .content > strong { font-weight: 400; } .block-order-details-view .box-content .payment-method .content > strong:after { content: ': '; } .column.main .order-details-items .block-order-details-gift-message { margin: 40px 0 0; } .block-order-details-gift-message + .actions-toolbar { display: none; } .order-tracking { margin: 0; padding: 20px 0; } .order-title + .order-tracking { border-bottom: 1px solid #eff0f1; } .order-tracking .tracking-title { display: inline-block; } .order-tracking .tracking-content { display: inline-block; margin: 0 0 0 5px; } .order-actions-toolbar { margin-bottom: 25px; } .order-actions-toolbar .action { margin-right: 30px; } .order-actions-toolbar .action.print { display: none; margin: 0; } .form-orders-search .field:last-child { margin-bottom: 22px; } .block-reorder .actions-toolbar { margin: 17px 0; } .block-reorder .product-item-name { float: left; width: calc(100% - 20px); } .block-reorder .product-item::after { clear: both; content: ''; display: table; } .block-reorder .product-item .field.item { float: left; width: 20px; } .form.send.friend .fieldset .field .control { width: 100%; } .product-social-links .action.mailto.friend:before { content: '\f0e0'; } .block-collapsible-nav .content { background: #f5f5f5; padding: 15px 0; } .block-collapsible-nav .item { margin: 3px 0 0; } .block-collapsible-nav .item:first-child { margin-top: 0; } .block-collapsible-nav .item a, .block-collapsible-nav .item > strong { border-left: 3px solid transparent; color: #575757; display: block; padding: 5px 18px 5px 15px; } .block-collapsible-nav .item a { text-decoration: none; } .block-collapsible-nav .item a:hover { background: #e8e8e8; } .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong { border-color: #ff7a0e; color: #000000; font-weight: 600; } .block-collapsible-nav .item.current a { border-color: #ff7a0e; } .block-collapsible-nav .item .delimiter { border-top: 1px solid #d1d1d1; display: block; margin: 10px 1.8rem; } body { background-color: #ffffff; } .page-wrapper { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; } .page-main { -webkit-flex-grow: 1; flex-grow: 1; } .page-main > .page-title-wrapper .page-title { hyphens: auto; } .page-header { background-color: #ffffff; border-bottom: 1px solid #eff0f1; margin-bottom: 22px; } .page-header .panel.wrapper { color: #2b3945; } .header.panel > .header.links { margin: 0; padding: 0; list-style: none none; float: right; font-size: 0; margin-left: auto; margin-right: 22px; } .header.panel > .header.links > li { display: inline-block; vertical-align: top; } .header.panel > .header.links > li { font-size: 16px; margin: 0 0 0 15px; } .header.panel > .header.links > li.customer-welcome { margin: 0 0 0 5px; } .header.panel > .header.links > li > a { color: #2b3945; text-decoration: none; } .header.panel > .header.links > li > a:visited { color: #2b3945; text-decoration: none; } .header.panel > .header.links > li > a:hover { color: #2b3945; text-decoration: underline; } .header.panel > .header.links > li > a:active { color: #2b3945; text-decoration: underline; } .header.content { padding-top: 10px; position: relative; } .logo { float: left; margin: 0 0 10px 44px; max-width: 50%; position: relative; z-index: 5; } .logo img { display: block; height: auto; } .page-print .logo { display: inline-block; float: none; } .page-print .nav-toggle { display: none; } .page-main > .page-title-wrapper .page-title + .action { margin-top: 33px; } .action.skip:focus { background: #f0f0f0; padding: 10px; box-sizing: border-box; left: 0; position: absolute; text-align: center; top: 0; width: 100%; z-index: 15; } .action-skip-wrapper { height: 0; position: relative; } .message.global p { margin: 0; } .message.global.noscript, .message.global.cookie { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #ffee9c; border-color: #d6ca8e; color: #2b3945; margin: 0; } .message.global.noscript a, .message.global.cookie a { color: #8f98a1; } .message.global.noscript a:hover, .message.global.cookie a:hover { color: #8f98a1; } .message.global.noscript a:active, .message.global.cookie a:active { color: #8f98a1; } .message.global.cookie { bottom: 0; left: 0; position: fixed; right: 0; z-index: 3; } .message.global.cookie .actions { margin-top: 10px; } .message.global.demo { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #ff0101; border-color: none; color: #ffffff; margin-bottom: 0; text-align: center; } .message.global.demo a { color: #8f98a1; } .message.global.demo a:hover { color: #8f98a1; } .message.global.demo a:active { color: #8f98a1; } .page-footer { margin-top: 27.5px; } .footer.content { border-top: 1px solid #cecece; padding-top: 22px; } .footer.content .links > li { background: #202633; font-size: 1.6rem; border-top: 1px solid #cecece; margin: 0 -10px; padding: 0 10px; } .footer.content .links a, .footer.content .links strong { display: block; padding: 10px 0; } .footer.content .links strong { color: #8f98a1; font-weight: normal; } .footer.content .links a { color: #8f98a1; text-decoration: none; } .footer.content .links a:visited { color: #8f98a1; text-decoration: none; } .footer.content .links a:hover { color: #8f98a1; text-decoration: underline; } .footer.content .links a:active { color: #8f98a1; text-decoration: underline; } .copyright { color: #ffffff; box-sizing: border-box; display: block; padding: 10px; text-align: center; } .page-header .panel.wrapper .switcher .options, .page-footer .switcher .options { display: inline-block; position: relative; } .page-header .panel.wrapper .switcher .options:before, .page-footer .switcher .options:before, .page-header .panel.wrapper .switcher .options:after, .page-footer .switcher .options:after { content: ''; display: table; } .page-header .panel.wrapper .switcher .options:after, .page-footer .switcher .options:after { clear: both; } .page-header .panel.wrapper .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle { padding: 0; cursor: pointer; display: inline-block; text-decoration: none; } .page-header .panel.wrapper .switcher .options .action.toggle > span, .page-footer .switcher .options .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-header .panel.wrapper .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 22px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-header .panel.wrapper .switcher .options .action.toggle:hover:after, .page-footer .switcher .options .action.toggle:hover:after { color: inherit; } .page-header .panel.wrapper .switcher .options .action.toggle:active:after, .page-footer .switcher .options .action.toggle:active:after { color: inherit; } .page-header .panel.wrapper .switcher .options .action.toggle.active, .page-footer .switcher .options .action.toggle.active { display: inline-block; text-decoration: none; } .page-header .panel.wrapper .switcher .options .action.toggle.active > span, .page-footer .switcher .options .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-header .panel.wrapper .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 22px; color: inherit; content: '\f106'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after, .page-footer .switcher .options .action.toggle.active:hover:after { color: inherit; } .page-header .panel.wrapper .switcher .options .action.toggle.active:active:after, .page-footer .switcher .options .action.toggle.active:active:after { color: inherit; } .page-header .panel.wrapper .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 160px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .page-header .panel.wrapper .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li { margin: 0; padding: 0; } .page-header .panel.wrapper .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .page-header .panel.wrapper .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before, .page-header .panel.wrapper .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .page-header .panel.wrapper .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .page-header .panel.wrapper .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .page-header .panel.wrapper .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before { left: 10px; top: -12px; } .page-header .panel.wrapper .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { left: 9px; top: -14px; } .page-header .panel.wrapper .switcher .options.active, .page-footer .switcher .options.active { overflow: visible; } .page-header .panel.wrapper .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown { display: block; } .page-header .panel.wrapper .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a { color: #333333; text-decoration: none; display: block; padding: 8px; } .page-header .panel.wrapper .switcher .options ul.dropdown a:visited, .page-footer .switcher .options ul.dropdown a:visited { color: #333333; text-decoration: none; } .page-header .panel.wrapper .switcher .options ul.dropdown a:hover, .page-footer .switcher .options ul.dropdown a:hover { color: #333333; text-decoration: none; } .page-header .panel.wrapper .switcher .options ul.dropdown a:active, .page-footer .switcher .options ul.dropdown a:active { color: #333333; text-decoration: none; } .page-header .panel.wrapper .switcher strong, .page-footer .switcher strong { font-weight: 400; } .page-header .panel.wrapper .switcher .options ul.dropdown { right: 0; } .page-header .panel.wrapper .switcher .options ul.dropdown:before { left: auto; right: 10px; } .page-header .panel.wrapper .switcher .options ul.dropdown:after { left: auto; right: 9px; } .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) { margin-bottom: 44px; } .widget { clear: both; } .page-header .widget.block, .page-footer .widget.block { margin: 22px 0; } .page-header .links .widget.block, .page-footer .links .widget.block { margin: 0; } .ui-datepicker td { padding: 0; } .ui-tooltip { background: #ffffff; border: 1px solid #bbbbbb; padding: 10px; } .my-credit-cards .status { font-style: italic; } .my-credit-cards .action.delete { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; line-height: 1.42857143; margin: 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; } .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active { background: none; border: none; } .my-credit-cards .action.delete:hover { background: none; border: none; } .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled], fieldset[disabled] .my-credit-cards .action.delete { pointer-events: none; opacity: 0.5; } .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active { color: #333333; } .my-credit-cards .action.delete:hover { color: #333333; } .my-credit-cards .action.delete:visited { color: #8f98a1; text-decoration: none; } .my-credit-cards .action.delete:hover { color: #8f98a1; text-decoration: underline; } .my-credit-cards .action.delete:active { color: #8f98a1; text-decoration: underline; } .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus { background: none; border: 0; } .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled], fieldset[disabled] .my-credit-cards .action.delete { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .my-credit-cards-popup .modal-footer { text-align: right; } .my-credit-cards-popup .action.secondary { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; line-height: 1.42857143; margin: 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; margin-right: 22px; } .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active { background: none; border: none; } .my-credit-cards-popup .action.secondary:hover { background: none; border: none; } .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled], fieldset[disabled] .my-credit-cards-popup .action.secondary { pointer-events: none; opacity: 0.5; } .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active { color: #333333; } .my-credit-cards-popup .action.secondary:hover { color: #333333; } .my-credit-cards-popup .action.secondary:visited { color: #8f98a1; text-decoration: none; } .my-credit-cards-popup .action.secondary:hover { color: #8f98a1; text-decoration: underline; } .my-credit-cards-popup .action.secondary:active { color: #8f98a1; text-decoration: underline; } .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus { background: none; border: 0; } .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled], fieldset[disabled] .my-credit-cards-popup .action.secondary { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .toolbar.wishlist-toolbar .limiter { float: right; } .toolbar.wishlist-toolbar .main .pages { display: inline-block; position: relative; z-index: 0; } .toolbar.wishlist-toolbar .toolbar-amount, .toolbar.wishlist-toolbar .limiter { display: inline-block; z-index: 1; } .account .table-wrapper .data.table.wishlist > thead > tr > th, .account .table-wrapper .data.table.wishlist > tbody > tr > th, .account .table-wrapper .data.table.wishlist > tfoot > tr > th, .account .table-wrapper .data.table.wishlist > thead > tr > td, .account .table-wrapper .data.table.wishlist > tbody > tr > td, .account .table-wrapper .data.table.wishlist > tfoot > tr > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tbody > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tfoot > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead > tr > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tbody > tr > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tfoot > tr > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist > thead > tr > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist > tbody > tr > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist > tfoot > tr > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist > thead > tr > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist > tbody > tr > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist > tfoot > tr > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tbody > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tfoot > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead > tr > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tbody > tr > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tfoot > tr > td, .account .table-wrapper .data.modal-content table.data-table.wishlist > thead > tr > th, .account .table-wrapper .data.modal-content table.data-table.wishlist > tbody > tr > th, .account .table-wrapper .data.modal-content table.data-table.wishlist > tfoot > tr > th, .account .table-wrapper .data.modal-content table.data-table.wishlist > thead > tr > td, .account .table-wrapper .data.modal-content table.data-table.wishlist > tbody > tr > td, .account .table-wrapper .data.modal-content table.data-table.wishlist > tfoot > tr > td { border-top: 1px solid #eff0f1; } .account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead:first-child > tr:first-child > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist > thead:first-child > tr:first-child > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead:first-child > tr:first-child > td, .account .table-wrapper .data.modal-content table.data-table.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.modal-content table.data-table.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.modal-content table.data-table.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.modal-content table.data-table.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.modal-content table.data-table.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.modal-content table.data-table.wishlist > thead:first-child > tr:first-child > td { border-top: 0; } .account .table-wrapper .data.table.wishlist > tbody + tbody, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tbody + tbody, .account .table-wrapper .data.modal-content table.table-grid.wishlist > tbody + tbody, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tbody + tbody, .account .table-wrapper .data.modal-content table.data-table.wishlist > tbody + tbody { border-top: 1px solid #eff0f1; } .account .table-wrapper .data.table.wishlist thead > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist thead > tr > th, .account .table-wrapper .data.modal-content table.table-grid.wishlist thead > tr > th, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist thead > tr > th, .account .table-wrapper .data.modal-content table.data-table.wishlist thead > tr > th { border-bottom: 0; } .account .table-wrapper .data.table.wishlist tbody > tr:last-child > td, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist tbody > tr:last-child > td, .account .table-wrapper .data.modal-content table.table-grid.wishlist tbody > tr:last-child > td, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist tbody > tr:last-child > td, .account .table-wrapper .data.modal-content table.data-table.wishlist tbody > tr:last-child > td { border-bottom: 1px solid #eff0f1; } .account .table-wrapper .data.table.wishlist .product.name, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .product.name, .account .table-wrapper .data.modal-content table.table-grid.wishlist .product.name, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .product.name, .account .table-wrapper .data.modal-content table.data-table.wishlist .product.name { display: inline-block; margin-bottom: 10px; } .account .table-wrapper .data.table.wishlist .box-tocart, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart, .account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart, .account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart { margin: 10px 0; } .account .table-wrapper .data.table.wishlist .box-tocart .qty, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart .qty, .account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart .qty, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart .qty, .account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart .qty { vertical-align: middle; } .account .table-wrapper .data.table.wishlist .col.item, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .col.item, .account .table-wrapper .data.modal-content table.table-grid.wishlist .col.item, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .col.item, .account .table-wrapper .data.modal-content table.data-table.wishlist .col.item { width: 50%; } .account .table-wrapper .data.table.wishlist .col.photo, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .col.photo, .account .table-wrapper .data.modal-content table.table-grid.wishlist .col.photo, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .col.photo, .account .table-wrapper .data.modal-content table.data-table.wishlist .col.photo { max-width: 150px; } .account .table-wrapper .data.table.wishlist .col.selector, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .col.selector, .account .table-wrapper .data.modal-content table.table-grid.wishlist .col.selector, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .col.selector, .account .table-wrapper .data.modal-content table.data-table.wishlist .col.selector { max-width: 15px; } .account .table-wrapper .data.table.wishlist textarea, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist textarea, .account .table-wrapper .data.modal-content table.table-grid.wishlist textarea, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist textarea, .account .table-wrapper .data.modal-content table.data-table.wishlist textarea { margin: 10px 0; } .account .table-wrapper .data.table.wishlist .input-text.qty, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .input-text.qty, .account .table-wrapper .data.modal-content table.table-grid.wishlist .input-text.qty, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .input-text.qty, .account .table-wrapper .data.modal-content table.data-table.wishlist .input-text.qty { margin-bottom: 10px; } .account .table-wrapper .data.table.wishlist .action.primary, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .action.primary, .account .table-wrapper .data.modal-content table.table-grid.wishlist .action.primary, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .action.primary, .account .table-wrapper .data.modal-content table.data-table.wishlist .action.primary { vertical-align: top; } .account .table-wrapper .data.table.wishlist .price, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .price, .account .table-wrapper .data.modal-content table.table-grid.wishlist .price, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .price, .account .table-wrapper .data.modal-content table.data-table.wishlist .price { font-weight: 700; } .link.wishlist .counter { color: #7d7d7d; white-space: nowrap; } .link.wishlist .counter:before { content: '('; } .link.wishlist .counter:after { content: ')'; } .block-wishlist .product-item-name { margin-right: 27.5px; } .products-grid.wishlist .product-item { margin-left: 2%; width: calc((100% - 4%) / 3); } .products-grid.wishlist .product-item:nth-child(3n + 1) { margin-left: 0; } .products-grid.wishlist .product-item-photo { display: block; margin-bottom: 10px; } .products-grid.wishlist .product-item-name { margin-top: 0; } .products-grid.wishlist .product-item .price-box { margin: 0; } .products-grid.wishlist .product-item-comment { display: block; height: 42px; margin: 10px 0; } .products-grid.wishlist .product-item-actions > * { margin-right: 15px; } .products-grid.wishlist .product-item-actions > *:last-child { margin-right: 0; } .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete { display: inline-block; text-decoration: none; } .products-grid.wishlist .product-item-actions .action.edit > span, .products-grid.wishlist .product-item-actions .action.delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .products-grid.wishlist .product-item-actions .action.edit:before, .products-grid.wishlist .product-item-actions .action.delete:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f040'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .products-grid.wishlist .product-item-actions .action.edit:hover:before, .products-grid.wishlist .product-item-actions .action.delete:hover:before { color: #333333; } .products-grid.wishlist .product-item-actions .action.edit:active:before, .products-grid.wishlist .product-item-actions .action.delete:active:before { color: #8f98a1; } .products-grid.wishlist .product-item-actions .action.delete:before { content: '\f1f8'; } .block-banners .banner-item, .block-banners-inline .banner-item { display: block; } .block-banners .banner-item-content, .block-banners-inline .banner-item-content { margin-bottom: 22px; } .block-banners .banner-item-content img, .block-banners-inline .banner-item-content img { display: block; margin: 0 auto; } .block-product-link.widget, .block-category-link.widget { display: block; margin-bottom: 22px; } .block-product-link-inline.widget { margin: 0; } .block.widget .products-grid .product-item { margin-left: 2%; width: calc((100% - 2%) / 2); } .block.widget .products-grid .product-item:nth-child(2n + 1) { margin-left: 0; } .block.widget .product-item-info { width: auto; } .block.widget .pager { padding: 0; } .block.widget .pager .toolbar-amount { float: none; font-size: 1.2rem; } .block.widget .pager .pages-item-previous { padding-left: 0; } .block.widget .pager .pages-item-next { position: relative; } .block.widget .pager .items { white-space: nowrap; } .columns .block-event { position: relative; z-index: 2; } .block-event .block-content { position: relative; } .block-event .block-content > .action { cursor: pointer; margin-top: -6px; position: absolute; top: 50%; z-index: 3; } .block-event .block-content > .action.backward, .block-event .block-content > .action.forward { opacity: .5; overflow: hidden; width: 20px; display: inline-block; text-decoration: none; } .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 55px; line-height: 30px; color: inherit; content: '\f104'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before { margin-left: -15px; } .block-event .block-content > .action.backward { left: 0; } .block-event .block-content > .action.forward { right: 0; } .block-event .block-content > .action.forward:before { content: '\f105'; } .block-event .block-content > .action.forward:before { margin-left: -20px; } .block-event .block-content > .action.inactive { cursor: default; display: none; } .block-event .block-content > .action:hover { opacity: 1; } .block-event .slider-panel { overflow: hidden; position: relative; z-index: 2; } .block-event .slider-panel .slider { white-space: nowrap; } .block-event .slider-panel .slider .item { background: #f0f0f0; display: inline-block; text-align: center; vertical-align: top; white-space: normal; width: 16.35%; } .sidebar-main .block-event .slider-panel .slider .item, .sidebar-additional .block-event .slider-panel .slider .item { width: 100%; } .block-event .slider-panel .slider .item img { max-width: 100%; } .block-event .slider-panel .slider .item .category-name { display: inline-block; font-size: 1.8rem; padding: 15px 5px 0; word-break: break-all; } .block-event .slider-panel .slider .item .ticker { margin: 0; padding: 0; list-style: none none; } .block-event .slider-panel .slider .item .ticker li { display: none; margin: 0 5px; } .block-event .slider-panel .slider .item .ticker .value { font-size: 2.6rem; font-weight: 300; } .block-event .slider-panel .slider .item .ticker .label { display: block; font-size: 1.3rem; } .block-event .slider-panel .slider .item .dates { font-weight: 300; } .block-event .slider-panel .slider .item .dates .start, .block-event .slider-panel .slider .item .dates .end, .block-event .slider-panel .slider .item .dates .date { display: block; } .block-event .slider-panel .slider .item .dates .start:after { font-size: 1.8rem; content: '\2013'; display: block; } .block-event .slider-panel .slider .item .dates .date { font-size: 1.8rem; font-weight: 300; } .block-event .slider-panel .slider .item .dates .time { font-size: 1.3rem; } .block-event .slider-panel .slider .item .box-event .box-content { padding: 5px 0 10px; } .block-event .slider-panel .slider .item .box-event .box-title { display: block; font-weight: 300; margin: 10px 0 0; } .block-event .slider-panel .slider .item .action.show { display: block; padding: 0; } .block-event .slider-panel .slider .item .action.show .category.name { display: inline-block; padding: 30px 10px 0; } .block-event .slider-panel .slider .item .action.show img { display: block; } .block-event .slider-panel .slider .item .action.event { background-image: none; background: #f76801; border: 2px solid #f76801; color: #ffffff; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; padding: 10px 15px; font-size: 2rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; margin-top: 15px; } .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .block-event .slider-panel .slider .item .action.event:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled], fieldset[disabled] .block-event .slider-panel .slider .item .action.event { opacity: 0.5; cursor: default; pointer-events: none; } .block-event .slider-panel .slider .item .action.event:hover { text-decoration: none; } .block-static-block.widget, .block-cms-link.widget { margin-bottom: 22px; } .links .block-static-block.widget, .links .block-cms-link.widget { margin-bottom: 0; } .block-cms-link-inline.widget { margin: 0; } .block-wishlist-search .form-wishlist-search { margin: 22px 0 0; } .block-cms-hierarchy-link.widget { display: block; margin-bottom: 22px; } .block-cms-hierarchy-link-inline.widget { margin: 0; } .sidebar .block-addbysku .fieldset { margin: 0; } .sidebar .block-addbysku .fieldset .fields { position: relative; } .sidebar .block-addbysku .fieldset .fields .field { display: inline-block; margin-bottom: 10px; vertical-align: top; } .sidebar .block-addbysku .fieldset .fields .field.sku { margin-right: -85px; padding-right: 90px; width: 100%; } .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error { width: 80px; } .sidebar .block-addbysku .fieldset .fields .actions-toolbar { position: absolute; right: 0; top: 7px; } .sidebar .block-addbysku .form-addbysku .actions-toolbar { margin-bottom: 22px; } .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary { text-align: left; } .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action { width: auto; } .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary { float: none; text-align: left; } .sidebar .block-addbysku .action.add { display: inline-block; text-decoration: none; line-height: normal; padding: 4px; width: auto; } .sidebar .block-addbysku .action.add > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sidebar .block-addbysku .action.add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: inherit; content: '\f196'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .sidebar .block-addbysku .action.add:hover:before { color: inherit; } .sidebar .block-addbysku .action.add:active:before { color: inherit; } .sidebar .block-addbysku .action.links { display: inline-block; margin: 22px 0 0; } .sidebar .block-addbysku .action.reset { display: block; margin: 10px 0; } .sidebar .block-addbysku .action.remove { display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; } .sidebar .block-addbysku .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sidebar .block-addbysku .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: #999999; content: '\f00d'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .sidebar .block-addbysku .action.remove:hover:before { color: inherit; } .sidebar .block-addbysku .action.remove:active:before { color: inherit; } .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active { background: none; border: none; } .sidebar .block-addbysku .action.remove:hover { background: none; border: none; } .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled], fieldset[disabled] .sidebar .block-addbysku .action.remove { pointer-events: none; opacity: 0.5; } .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active { color: #333333; } .sidebar .block-addbysku .action.remove:hover { color: #333333; } @media only screen and (max-width: 768px) { .field-tooltip .field-tooltip-content { right: -10px; top: 40px; left: auto; } } @media only screen and (max-width: 767px) { .abs-visually-hidden-mobile-m { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after, .account .column.main .block:not(.widget) .block-title:before, .account .column.main .block:not(.widget) .block-title:after { content: ''; display: table; } .abs-add-clearfix-mobile-m:after, .account .column.main .block:not(.widget) .block-title:after { clear: both; } .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title { border-top: 1px solid #eff0f1; cursor: pointer; margin-bottom: 0; position: relative; border-bottom: 1px solid #eff0f1; padding: 10px 44px 10px 10px; display: block; text-decoration: none; } .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after { position: absolute; right: 22px; top: 10px; } .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 3px 0 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .wishlist-name.active:after, .block-collapsible-nav .title.active:after { content: '\f106'; } .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add { display: block; text-decoration: none; } .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 10px; color: inherit; content: '\f196'; font-family: 'FontAwesome'; margin: 0 5px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content { right: -10px; top: 40px; left: auto; } .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after { border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0; } .field-tooltip .field-tooltip-content:before { border-bottom-color: #f2f5f7; } .field-tooltip .field-tooltip-content:after { border-bottom-color: #ffffff; top: 1px; } .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-main, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container { padding-left: 10px; padding-right: 10px; } .account .page-main, .cms-privacy-policy .page-main { padding-top: 41px; position: relative; } .navigation { padding: 0; } .navigation .parent .level-top { display: block; text-decoration: none; position: relative; } .navigation .parent .level-top:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 42px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .navigation .parent .level-top:after { position: absolute; right: 7px; top: -8px; } .navigation .parent .level-top.ui-state-active:after { content: '\f106'; } .nav-sections { -webkit-overflow-scrolling: touch; -webkit-transition: left 0.3s; -moz-transition: left 0.3s; -ms-transition: left 0.3s; transition: left 0.3s; height: 100%; left: calc(-1 * (100% - 54px)); overflow: auto; position: fixed; top: 0; width: calc(100% - 54px); } .nav-sections .switcher { border-top: 1px solid #d1d1d1; font-size: 1.6rem; font-weight: 700; margin: 0; padding: .8rem 3.5rem .8rem 2rem; } .nav-sections .switcher .label { display: block; margin-bottom: 5.5px; } .nav-sections .switcher:last-child { border-bottom: 1px solid #d1d1d1; } .nav-sections .switcher-trigger strong { display: block; text-decoration: none; position: relative; } .nav-sections .switcher-trigger strong:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 42px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .nav-sections .switcher-trigger strong:after { position: absolute; right: -40px; top: -16px; } .nav-sections .switcher-trigger.active strong:after { content: '\f106'; } .nav-sections .switcher-dropdown { margin: 0; padding: 0; list-style: none none; display: none; padding: 10px 0; } .nav-sections .switcher-options.active .switcher-dropdown { display: block; } .nav-sections .header.links { margin: 0; padding: 0; list-style: none none; border-bottom: 1px solid #d1d1d1; } .nav-sections .header.links li { font-size: 1.6rem; margin: 0; } .nav-sections .header.links li.greet.welcome { border-top: 1px solid #d1d1d1; font-weight: 700; padding: 0.8rem 15px; } .nav-sections .header.links li > a { border-top: 1px solid #d1d1d1; } .nav-sections .header.links a, .nav-sections .header.links a:hover { color: #2b3945; text-decoration: none; display: block; font-weight: 700; padding: 0.8rem 15px; } .nav-sections .header.links .header.links { border: 0; } .nav-before-open { height: 100%; overflow-x: hidden; width: 100%; } .nav-before-open .page-wrapper { -webkit-transition: left 0.3s; -moz-transition: left 0.3s; -ms-transition: left 0.3s; transition: left 0.3s; height: 100%; left: 0; overflow: hidden; position: relative; } .nav-before-open body { height: 100%; overflow: hidden; position: relative; width: 100%; } .nav-open .page-wrapper { left: calc(100% - 54px); } .nav-open .nav-sections { -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); left: 0; z-index: 99; } .nav-open .nav-toggle:after { background: rgba(0, 0, 0, 0.7); content: ''; display: block; height: 100%; position: fixed; right: 0; top: 0; width: 100%; z-index: 1; } .nav-sections-items { position: relative; z-index: 1; } .nav-sections-items:before, .nav-sections-items:after { content: ''; display: table; } .nav-sections-items:after { clear: both; } .nav-sections-item-title { background: rgba(0, 0, 0, 0); border: solid rgba(0, 0, 0, 0); border-width: 0 0 1px 1px; box-sizing: border-box; float: left; height: 71px; padding-top: 24px; text-align: center; width: 33.33%; } .nav-sections-item-title.active { background: transparent; border-bottom: 0; } .nav-sections-item-title .nav-sections-item-switch:hover { text-decoration: none; } .nav-sections-item-content { box-sizing: border-box; float: right; margin-left: -100%; margin-top: 71px; width: 100%; padding: 27.5px 0; } .nav-sections-item-content:before, .nav-sections-item-content:after { content: ''; display: table; } .nav-sections-item-content:after { clear: both; } .nav-sections-item-content.active { display: block; } .navigation { background: transparent; box-sizing: border-box; } .navigation ul { margin: 0; padding: 0; } .navigation li { margin: 0; } .navigation a { display: block; padding-top: 10px; padding-right: 0; padding-bottom: 10px; padding-left: 15px; } .navigation a, .navigation a:hover { color: #2b3945; text-decoration: none; } .navigation .level0 { border-top: 1px solid #d1d1d1; font-size: 1.8rem; } .navigation .level0 > .level-top { font-weight: bold; padding: 16px; text-transform: uppercase; word-wrap: break-word; } .navigation .level0 > .level-top:hover { color: #333333; } .navigation .level0.active .all-category .ui-state-focus { border-color: #ff7a0e; border-style: solid; border-width: 0 0 0 8px; color: #333333; padding-left: 7px; display: inline-block; } .navigation .level0 > .level1 { font-weight: 600; } .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) { border-color: #ff7a0e; border-style: solid; border-width: 0 0 0 8px; color: #333333; } .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) { margin-left: -8px; } .navigation li.level0:last-child { border-bottom: 1px solid #d1d1d1; } .navigation .submenu > li { word-wrap: break-word; } .navigation .submenu > li > a:hover { color: #333333; } .navigation .submenu:not(:first-child) { font-weight: 400; line-height: 1.3; left: auto !important; overflow-x: hidden; padding: 0; position: relative; top: auto !important; transition: left 0.3s ease-out; } .navigation .submenu:not(:first-child) > li > a { padding-left: 15px; } .navigation .submenu:not(:first-child) > li:last-child { margin-bottom: 0; } .navigation .submenu:not(:first-child) ul { display: block; padding-left: 15px; } .navigation .submenu:not(:first-child) ul > li { margin: 0; } .navigation .submenu:not(:first-child) ul > li a { color: #575757; display: block; line-height: normal; } .navigation .submenu:not(:first-child) ul > li a:hover { color: #333333; } .navigation .submenu:not(:first-child).expanded { display: block !important; padding-right: 0; top: 0 !important; } .navigation .submenu:not(:first-child) .active > a { border-color: #ff7a0e; border-style: solid; border-width: 0 0 0 8px; color: #333333; padding-left: 7px; } .navigation .submenu:not(:first-child) .level1.active > a { padding-left: 7px; } .product.data.items .item.title > .switch { padding: 1px 15px 1px; } .product.data.items > .item.content { padding: 10px 15px 30px; } .breadcrumbs { display: none; } .modal-popup.modal-slide { left: 44px; z-index: 900; } .modal-popup.modal-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0); } .modal-popup.modal-slide .modal-inner-wrap { height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; width: auto; } .modal-popup.modal-slide .modal-inner-wrap { margin: 0; max-height: none; } .custom-slide { bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden; opacity: 0; -webkit-transition: visibility 0s .3s, opacity .3s ease; transition: visibility 0s .3s, opacity .3s ease; left: 44px; z-index: 900; } .custom-slide._show { visibility: visible; opacity: 1; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; } .custom-slide._show .modal-inner-wrap { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .custom-slide .modal-inner-wrap { background-color: #ffffff; box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); opacity: 1; pointer-events: auto; } .custom-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0); } .custom-slide .modal-inner-wrap { height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; width: auto; } .custom-slide._show { -webkit-overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto; } .custom-slide .modal-inner-wrap { background-color: #f4f4f4; box-sizing: border-box; height: auto; min-height: 100%; } body._has-modal-custom { height: 100vh; overflow: hidden; width: 100vw; } body._has-modal-custom .modal-custom-overlay { background-color: rgba(51, 51, 51, 0.55); } .modal-popup { pointer-events: auto; } .modal-popup.modal-slide .modal-inner-wrap[class] { background-color: #f4f4f4; } .modal-popup.modal-slide._inner-scroll._show { -webkit-overflow-scrolling: touch; overflow-y: auto; } .modal-popup.modal-slide._inner-scroll .modal-inner-wrap { height: auto; min-height: 100%; } .modal-popup .modal-title { font-size: 16px; font-weight: 700; } .lac-notification { padding: 5px 0; } .lac-notification .lac-notification-icon { display: none; } .lac-notification .lac-notification-text, .lac-notification .lac-notification-links { float: none; padding: 5px 0; text-align: center; } .blog__post-view .blog__post-featured-image { padding: 0 0 2rem 0; width: 100%; max-width: 100%; } .blog__post-item .blog__post-excerpt > img { padding: 0 0 2rem 0; max-width: 100%; width: 100%; } .blog .page-main { position: relative; padding-top: 41px; } .blog__post-catalog-related-posts ol li .post-image { width: 100%; max-width: 100%; float: none; padding: 0 0 1rem 0; } .tier-progress-bar .tier-point .label, .tier-progress-bar .tier-point .number, .tier-progress-bar .tier-point .tier-logo { display: none; } .tier-progress-bar .tier-point:first-child .label, .tier-progress-bar .tier-point:last-child .label, .tier-progress-bar .tier-point:first-child .number, .tier-progress-bar .tier-point:last-child .number, .tier-progress-bar .tier-point:first-child .tier-logo, .tier-progress-bar .tier-point:last-child .tier-logo { display: block; } .block-swissup-ajaxsearch-results { width: 100%; margin: -6px 0 0; } .block-swissup-ajaxsearch-results .product-item-info { width: 100%; } .block-swissup-ajaxsearch-results .product-item-info .product-item-photo { padding: 0 10px 0 0; } .block-swissup-ajaxsearch .minisearch .inactive { display: none; } .contact-index-index .column:not(.sidebar-main) .form.contact { float: none; width: 100%; } .contact-index-index .column:not(.sidebar-additional) .form.contact { float: none; width: 100%; } .block-cart-failed .block-title { margin: 0 22px 22px; } .catalog-product-view .column.main { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .catalog-product-view .product.media { -ms-flex-order: -1; -webkit-order: -1; order: -1; } .compare.wrapper { display: none; } .catalog-product_compare-index .columns .column.main { flex-basis: inherit; } .block-search { margin-top: 10px; } .cart-container .form-cart .actions.main { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-align-items: center; align-items: center; } .cart-container .form-cart .actions.main .clear, .cart-container .form-cart .actions.main .continue { margin: 0 0 27.5px 0; } .cart-discount { border-bottom: 1px solid #eff0f1; } .cart.table-wrapper { border-top: 1px solid #eff0f1; } .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp { display: none; } .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp { box-sizing: border-box; display: block; float: left; white-space: nowrap; width: 33%; } .cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before { content: attr(data-th); display: block; font-weight: 600; padding-bottom: 10px; } .cart.table-wrapper .col.msrp { white-space: normal; } .cart.table-wrapper .item .col.item { padding-bottom: 0; } .cart.table-wrapper tbody > tr > td:last-child { border: 0; } .cart-totals { padding-left: 15px; padding-right: 15px; } .cart-totals .table-wrapper { border-top: 0; } .cart-totals .totals tbody > tr:not(:last-child) > td:last-child { border: 0; } .cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp { text-align: left; } .minicart-wrapper { margin-top: 10px; } .minicart-wrapper:before, .minicart-wrapper:after { content: ''; display: table; } .minicart-wrapper:after { clear: both; } .minicart-wrapper .product .actions { float: left; margin: 10px 0 0 0; } .minicart-wrapper .update-cart-item { float: right; margin-left: 0; } .checkout-index-index .modal-popup .modal-footer .action-save-address { width: 100%; } .checkout-index-index .modal-popup .modal-footer .action-hide-popup { margin-top: 22px; } .field-tooltip .field-tooltip-content { right: -10px; top: 40px; left: auto; } .checkout-payment-method .payment-methods { margin: 0 -15px; } .checkout-payment-method .step-title { padding-left: 15px; padding-right: 15px; } .checkout-payment-method .payment-method-title { padding: 15px; } .checkout-payment-method .payment-method-content { padding: 0 15px 22px; } .checkout-payment-method .checkout-billing-address .action-cancel { margin-top: 10px; } .checkout-payment-method .payment-option { margin: 0 -15px; } .checkout-payment-method .payment-option .payment-option-title { padding: 15px; } .checkout-payment-method .payment-option .payment-option-content { padding: 0 15px 22px; } .login-container .fieldset:after { text-align: center; } .account .messages { margin-bottom: 0; } .account .column.main .block:not(.widget) .block-title > .action { float: right; margin-top: 5.5px; } .account .column.main .block:not(.widget) .block-content .box { margin-bottom: 22px; } .account .column.main .block:not(.widget) .block-content .box:last-child { margin-bottom: 0; } .control.captcha-image .captcha-img { display: block; margin-bottom: 10px; } .customer-account-index .page-title-wrapper { position: relative; } .form.search.advanced .field.price .with-addon .input-text { flex-basis: auto; width: 100%; } .cart-discount .giftcard .content { padding-bottom: 35px; } .cart-discount .actions-toolbar .secondary { bottom: 17px; } .field.open-amount { width: 100%; } .page-product-giftcard .product-info-main .product-info-stock-sku { display: block; padding-left: 10px; text-align: left; } .gift-message .actions-toolbar .action-update { font-size: 2rem; padding: 15px; width: 100%; } .gift-item-block { border-top: 1px solid #c1c1c1; border-bottom: 0; } .gift-item-block .title:after { font-size: 1.2rem; position: absolute; right: 20px; top: 10px; } .gift-item-block .content { padding-left: 1.5rem; padding-right: 1.5rem; } .cart.table-wrapper .gift-content { border-top: 1px solid #c1c1c1; margin-right: -15px; overflow: hidden; padding-left: 15px; padding-right: 15px; } .cart .action-gift { display: inline-block; text-decoration: none; } .cart .action-gift > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart .action-gift:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f06b'; font-family: 'FontAwesome'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .cart .action-gift:hover:after { color: #333333; } .cart .action-gift:active:after { color: #8f98a1; } .cart .action-gift._active { border: 1px solid #c1c1c1; border-bottom-color: #ffffff; margin: -5.5px 14px -1px -15px; padding: 4px 10px 9px 14px; } .cart .action-gift._active:after { color: #333333; } .gift-options-cart-item + .towishlist { left: 0; position: absolute; } .cart.table-wrapper .action-giftregistry { display: inline-block; text-decoration: none; } .cart.table-wrapper .action-giftregistry > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .action-giftregistry:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f274'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .cart.table-wrapper .action-giftregistry:hover:before { color: #333333; } .cart.table-wrapper .action-giftregistry:active:before { color: #8f98a1; } .gift-options-cart-item .gift-wrapping, .cart-gift-item .gift-wrapping { border-bottom: 1px solid #c1c1c1; margin-bottom: 22px; padding-bottom: 10px; } .gift-wrapping-list { width: 100%; } .gift-wrapping-summary + .gift-message-summary { padding-right: 0; } .gift-options-cart-item { float: left; width: 100%; } .gift-wrapping-preview img { width: 100%; } .item-actions .actions-toolbar .gift-options .gift-wrapping, .item-actions .actions-toolbar .gift-options .gift-message { display: block; } .product-add-form .table-wrapper.grouped { margin-left: -10px; margin-right: -10px; } .product-add-form .table-wrapper.grouped .table.data.grouped tr td, .product-add-form .table-wrapper.grouped .cms-page-view .column.main table.table-grid.data.grouped tr td, .product-add-form .table-wrapper.grouped .modal-content table.table-grid.data.grouped tr td, .product-add-form .table-wrapper.grouped .cms-page-view .column.main table.data-table.data.grouped tr td, .product-add-form .table-wrapper.grouped .modal-content table.data-table.data.grouped tr td { padding: 5px 10px 5px 15px; } body.filter-active .page-header { display: none; } body.filter-active .page-wrapper { height: 0; margin-top: -999999em; visibility: hidden; } body.filter-active .columns { z-index: 999; } .filter.active { position: relative; visibility: visible; z-index: 99; } .filter.active .filter-options-item:last-child { margin-bottom: 44px; } .filter.active .filter-title { border-bottom: 1px solid #eff0f1; height: 48px; left: 0; position: fixed; right: 0; top: 0; z-index: 2; } .filter.active .filter-title strong { box-shadow: none; background: none; border: 0; color: transparent; left: auto; right: 3px; top: 10px; display: inline-block; text-decoration: none; } .filter.active .filter-title strong:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: inherit; color: #7d7d7d; content: '\f00d'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .filter.active .filter-subtitle { background: transparent; display: block; height: 50px; left: 0; line-height: 32px; position: fixed; right: 0; top: 0; z-index: 1; } .filter.active .filter-options { background: #ffffff; bottom: 0; display: block; left: 0; overflow: scroll; position: fixed; right: 0; top: 50px; z-index: 10; } .filter .filter-subtitle { font-size: 20px; font-weight: 300; } .filter-actions { margin: -35px -10px 27.5px; } .filter-options-content { padding: 5.5px 10px; } .filter .filter-current { border: solid #eff0f1; border-width: 1px 0; margin: 5.5px -10px 0; } .filter .filter-current .items { display: none; } .filter .filter-current-subtitle { position: relative; text-transform: uppercase; z-index: 1; display: block; text-decoration: none; } .filter .filter-current-subtitle:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 13px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .filter .filter-current-subtitle:before { position: absolute; right: 10px; top: 10px; } .filter .filter-current-subtitle:after { color: #7d7d7d; content: ' (' attr(data-count) ')'; font-size: .9em; } .filter .filter-current.active { padding-bottom: 30px; } .filter .filter-current.active .block-subtitle:before { content: '\f106'; } .filter .filter-current.active .items { display: block; } .filter .filter-current.active + .block-actions { display: block; } .filter .filter-current + .block-actions { display: none; } .filter-no-options .filter-title:before { background: rgba(255, 255, 255, 0.5); content: ''; display: block; height: 40px; left: 0; margin-top: -60px; position: relative; width: 75px; z-index: 99; } .filter-no-options .filter-content { margin-bottom: 22px; } .page-with-filter .columns .sidebar-main { -ms-flex-order: 0; -webkit-order: 0; order: 0; } .map-popup { max-width: 100%; } .map-old-price, .map-show-info { display: inline-block; } .map-old-price:not(:last-child), .map-show-info:not(:last-child) { margin-bottom: 10px; } .block-wishlist-management { clear: both; margin-top: -21px; } .block-wishlist-management .wishlist-select { margin: 0 -10px 20px; } .block-wishlist-management .wishlist-select .wishlist-name { font-size: 1.6rem; } .block-wishlist-management .wishlist-select-items { border-bottom: 1px solid #eff0f1; background: #f5f5f5; display: none; padding: 15px 0; } .block-wishlist-management .wishlist-select-items.active { display: block; } .block-wishlist-management .wishlist-select-items .item { margin: 3px 0 0; } .block-wishlist-management .wishlist-select-items .item:first-child { margin-top: 0; } .block-wishlist-management .wishlist-select-items .item.current { display: none; } .block-wishlist-management .wishlist-select-items .item a { color: #2b3945; display: block; padding: 5.5px 18px; text-decoration: none; } .block-wishlist-management .wishlist-select-items .item a:hover { background: #e8e8e8; } .block-wishlist-management .wishlist-title strong { font-size: 2.6rem; } .block-wishlist-management .wishlist-info { margin-bottom: 15px; } .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions { margin-bottom: 15px; } .products-grid.wishlist .product-item-checkbox { left: 0; position: absolute; top: 20px; } .page-multiple-wishlist .products-grid.wishlist .product-item-photo { margin-left: 27.5px; } .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip { margin-left: 115px; } .products-grid.wishlist .wishlist-dropdown { display: none; } .multishipping-checkout-success .nav-toggle { display: block; } .multishipping-checkout-success .logo { margin-left: 44px; } .multicheckout .actions-toolbar > .primary { margin-right: 0; } .block.newsletter input { font-size: 12px; padding-left: 30px; } .block.newsletter .field .control:before { font-size: 13px; } .order-pager-wrapper .toolbar-amount { left: inherit; position: relative; text-align: center; top: inherit; } .order-pager-wrapper .pages { text-align: center; } .order-pager-wrapper .action.previous, .order-pager-wrapper .action.next { margin: 0; } .form.send.friend .fieldset { padding-bottom: 5.5px; } .form.send.friend .action.remove { margin-left: 0; right: 0; top: 100%; } .block-collapsible-nav { left: 0; position: absolute; top: -21px; width: 100%; z-index: 5; } .block-collapsible-nav .content { border-bottom: 1px solid #eff0f1; display: none; } .block-collapsible-nav .content.active { display: block; } .customer-name, .customer-welcome + .authorization-link { display: none; } .nav-sections .switcher-trigger strong:after { font-size: 1.6rem; right: -25px; top: -2px; } .navigation .parent .level-top:after { font-size: 1.6rem; right: 10px; top: 7px; } .page-footer .footer.content .switcher-store { background: #202633; font-size: 1.6rem; margin: 0 -10px; } .page-footer .footer.content .switcher-store .switcher-options { display: block; } .page-footer .footer.content .switcher-store .switcher-options ul.dropdown { background: none; border: 0; box-shadow: none; margin: 0; position: relative; } .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before, .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after { display: none; } .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger, .page-footer .footer.content .switcher-store .switcher-options .switcher-option { border-top: 1px solid #cecece; display: block; padding: 10px 10px; } .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong { padding: 10px 0; } .page-footer .footer.content .switcher-store .switcher-options .switcher-option a { padding: 0; } .logo { margin-bottom: 13px; margin-top: 4px; } .cms-page-view .page-main { padding-top: 0; position: relative; } .products-grid.wishlist { margin-bottom: 33px; margin-right: 0; } .products-grid.wishlist .product-item { padding: 22px 0 22px 0; position: relative; } .products-grid.wishlist .product-item-photo { float: left; margin-right: 22px; } .products-grid.wishlist .product-item-name { font-size: 1.6rem; } .products-grid.wishlist .product-item-actions { display: block; float: left; } .products-grid.wishlist .product-item-actions .action { margin-right: 15px; } .products-grid.wishlist .product-item-actions .action:last-child { margin-right: 0; } .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete { margin-top: 7px; } .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip { margin-left: 95px; } .products-grid.wishlist .product-item .box-tocart { float: left; margin-right: 22px; } .products-grid.wishlist .product-item .box-tocart .stock { margin-top: 7px; } .products-grid.wishlist .product-item .giftregisty-dropdown, .products-grid.wishlist .product-item .field.qty { display: none; } .products-grid.wishlist .product-image-container { max-width: 80px; } .wishlist-index-index .product-item { width: 100%; } .wishlist-index-index .product-item-info { width: auto; } .cart.table-wrapper .towishlist { display: inline-block; text-decoration: none; } .cart.table-wrapper .towishlist > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .towishlist:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .cart.table-wrapper .towishlist:hover:before { color: #333333; } .cart.table-wrapper .towishlist:active:before { color: #8f98a1; } .cart.table-wrapper .towishlist:before { overflow: visible; } .sidebar .block-viewed-products-grid .products-grid .product-item { margin-left: 2%; width: calc((100% - 2%) / 2); } .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) { margin-left: 0; } .sidebar .block-viewed-products-grid .products-grid .product-item-photo { display: block; position: relative; } .sidebar .block-viewed-products-grid .products-grid .product-item-details { margin: 0; } .sidebar .block-viewed-products-grid .products-grid .product-item-info { text-align: center; } .argento-tabs { margin: 0; padding: 0; } .argento-tabs > .item.title, .argento-tabs:not(.argento-tabs-initialized) > * > .block-title { box-sizing: border-box; float: none; width: 100%; } .argento-tabs > .item.title > .switch, .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong { display: block; } .argento-tabs > .item.content, .argento-tabs:not(.argento-tabs-initialized) > * > .block-content { box-sizing: border-box; display: block; float: none; margin: 0; } .argento-tabs > .item.content:before, .argento-tabs > .item.content:after { content: ''; display: table; } .argento-tabs > .item.content:after { clear: both; } .argento-tabs > .item.content.active { display: block; } .argento-tabs > .item.title, .argento-tabs:not(.argento-tabs-initialized) > * > .block-title { margin: 0 0 5px; } .argento-tabs > .item.title > .switch, .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong { background: #eff0f1; height: 50px; padding: 1px 10px 1px 10px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; line-height: 50px; color: #8f98a1; text-decoration: none; } .argento-tabs > .item.title > .switch:visited { text-decoration: none; } .argento-tabs > .item.title > .switch:hover { color: #2b3945; text-decoration: none; } .argento-tabs > .item.title > .switch:active { color: #2b3945; text-decoration: none; } .argento-tabs > .item.title:not(.disabled) > .switch:active, .argento-tabs > .item.title.active > .switch, .argento-tabs > .item.title.active > .switch:focus, .argento-tabs > .item.title.active > .switch:hover, .argento-tabs:not(.argento-tabs-initialized) > *:first-child > .block-title strong { color: #2b3945; text-decoration: none; padding-bottom: 1px; } .argento-tabs > .item.content, .argento-tabs:not(.argento-tabs-initialized) > * > .block-content { background: #fafafa; margin: 0; padding: 10px 15px; } .argento-tabs > .item.title, .argento-tabs:not(.argento-tabs-initialized) > * > .block-title { cursor: pointer; } .argento-tabs > .item.title > .switch, .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong { text-transform: uppercase; } .argento-tabs .data.item { display: block; } .argento-tabs .item.title > a, .argento-tabs .item.title > strong, .argento-tabs .item.title > span { position: relative; text-decoration: none; } .argento-tabs .item.title > a:after, .argento-tabs .item.title > strong:after, .argento-tabs .item.title > span:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 50px; color: #8f98a1; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .argento-tabs .item.title > a:hover:after, .argento-tabs .item.title > strong:hover:after, .argento-tabs .item.title > span:hover:after { color: #2b3945; } .argento-tabs .item.title > a:active:after, .argento-tabs .item.title > strong:active:after, .argento-tabs .item.title > span:active:after { color: #2b3945; } .argento-tabs .item.title > a:after, .argento-tabs .item.title > strong:after, .argento-tabs .item.title > span:after { position: absolute; right: 10px; top: 1px; } .argento-tabs .item.title.active > a:after, .argento-tabs .item.title.active > strong:after, .argento-tabs .item.title.active > span:after { content: '\f106'; } .nav-sections .header.links + .header.links { margin-top: -1px; } .header .header-cms-content { display: none; } .block-search, .minicart-wrapper { margin-top: 10px; } .page-header .header.content .logo { min-height: 40px; line-height: 40px; } .page-header .header.content .logo img { display: inline-block; vertical-align: middle; } .page-wrapper .nav-sections .nav-sections-items .switcher { display: block; position: static; } .page-wrapper .nav-sections .nav-sections-items .switcher .label { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle:after { content: ''; content: none; } .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle.active:after { content: ''; content: none; } .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle { padding: 0; display: none; } .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle.active { display: none; } .page-wrapper .nav-sections .nav-sections-items .switcher .ui-dialog { display: inherit !important; } .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown { padding: 10px 0; background: none; border: none; height: auto; width: auto; margin: 0; display: inherit; box-shadow: none; position: static; } .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown:before, .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown:after { display: none; } .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li { margin: 0 0 7px; } .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li:hover { background-color: transparent; } .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li:last-child { margin: 0; } .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li a { padding: 0; } .page-wrapper .nav-sections .nav-sections-items .switcher.active { overflow: inherit; } .page-wrapper .nav-sections .nav-sections-items .switcher.active ul.dropdown { position: static; } .page-header.configurable { position: relative; } .page-header.configurable .panel.header .minicart-wrapper, .page-header.configurable .panel.header .block-search .label { margin-top: 20px; } .page-header.configurable .panel.header .minicart-wrapper { z-index: 21; } .page-header.configurable .panel.header .minicart-wrapper .block-minicart { color: initial; } .page-header.configurable .block-search { margin: 0; } .page-header.configurable .block-search .label { position: absolute; margin-top: 10px; right: 40px; z-index: 5; } .page-header.configurable .block-search .control { position: absolute; top: 100%; left: 0; right: 0; z-index: 20; background: #fff; margin: 0; } .page-footer .footer.content .switcher-store { margin: 0 -10px; } .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger, .page-footer .footer.content .switcher-store .switcher-options .switcher-option { border: 0; } .nav-sections .switcher-trigger strong:after { font-size: 2.1rem; top: -3px; } .navigation .parent .level-top:after { font-size: 2.1rem; top: 5px; } .nav-sections { /* Theme editor overrides */ background-color: #ffffff !important; } .nav-sections-item-title { background: #2b3945; border: solid #2b3945; border-width: 0 0 2px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; height: 58px; text-transform: uppercase; padding: 18px 0 0; } .nav-sections-item-title:first-child { border-left-width: 0; } .nav-sections-item-title a { color: #e8e571; } .nav-sections-item-title.active { background: #e8e571; border: solid #2b3945; border-width: 0 0 2px; } .nav-sections-item-title.active a { color: #2b3945; } .nav-sections-item-content { margin-top: 58px; padding: 0; } .nav-sections .header.links { border: none; margin: 20px 0 0; } .nav-sections .header.links li.greet.welcome { border: none; font-weight: normal; } .nav-sections .header.links li > a { background: #e8e571; border: none; font-family: 'Fira Sans Extra Condensed', sans-serif; text-align: center; text-transform: uppercase; margin: 10px 20px 20px; } .nav-sections .nav-sections-items .switcher { border: none; margin: 20px 0; } .nav-sections .nav-sections-items .switcher .switcher-label { font-weight: bold; text-transform: uppercase; } .nav-sections .nav-sections-items .switcher .options ul.dropdown a, .nav-sections .nav-sections-items .switcher .options ul.dropdown a:visited { color: #8f98a1; } .nav-sections .navigation a.level-top { color: #2b3945 !important; } .nav-open .nav-toggle:after { background: rgba(32, 38, 51, 0.85); } .navigation .level0 { border: solid #eff0f1; border-width: 0 0 2px; } .navigation .level0 > .level-top { font-family: 'Fira Sans Extra Condensed', sans-serif; } .filter.active .filter-title strong:after { vertical-align: top; } .block-collapsible-nav { background: #fff; top: -1px; } .checkout-cart-index .cart.main.actions { padding: 0 15px; } .page-layout-checkout:not(.firecheckout) .page-header { margin-bottom: 20px; } .page-layout-checkout:not(.firecheckout) .page-main { padding-top: 0; } .page-header.configurable .block-search .label { right: 50px; } .page-header.configurable .minicart-wrapper { margin-top: 10px; } .page-header.configurable .panel.header .minicart-wrapper { margin-right: -25px; } .page-header.configurable .panel.header .minicart-wrapper, .page-header.configurable .panel.header .block-search .label { margin-top: 30px; } .header .block-search { margin-top: 15px; } .nav-sections .navpro-shop-all { display: none; } .navpro-transformable .navpro-icon-caret::before { right: 12px; } .product-items .swatch-attribute { display: none; } .filter.active .filter-title { border: none; } .filter.active .filter-title strong { margin: 0; padding: 0; top: 18px; } .filter.active .filter-title strong::before, .filter.active .filter-title strong::after { content: ''; position: absolute; right: 22px; height: 20px; width: 2px; background-color: #333333; } .filter.active .filter-title strong::before { transform: rotate(45deg); } .filter.active .filter-title strong::after { transform: rotate(-45deg); } .filter.active .filter-subtitle { background: #e8e571; line-height: normal; height: auto; } .filter.active .filter-options { top: 56px; z-index: 0; } .filter .filter-current { border: none; border-color: #eff0f1; margin: 0 0 27.5px; } .filter .filter-current-subtitle::before { content: ''; } .filter .filter-current.active { padding-bottom: 0; margin-bottom: 0; } .filter .filter-current.active + .filter-actions { border: solid #eff0f1; border-width: 0 2px 2px; margin: 0 0 27.5px; } .product.data.items > .item.content { padding: 10px 15px; } .account .sidebar .product-items .product-item-info .product-item-photo { width: auto; } .account .sidebar .product-items .product-item-info .product-item-details { margin-left: 80px; } .wishlist-index-index .products-grid.wishlist .product-item { width: 100%; } .wishlist-index-index .products-grid.wishlist .product-item, .wishlist-index-index .products-grid.wishlist .product-item:first-child { border-color: #ccc; } .contact.form .legend, .block-contact-info .block-title { text-align: center; } .braintree-applepay-container-product { display: block; } .braintree-applepay-container-product .braintree-apple-pay-button { width: 100%; } } @media only screen and (max-width: 639px) { .abs-visually-hidden-mobile, .table-downloadable-products .col.title:before, .table-giftregistry-items .col.product:before { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-add-clearfix-mobile:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody > tr:before, .abs-checkout-order-review tbody > tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:before, .table-giftregistry-items .col.product:after, .multicheckout.order-review .data.table tbody > tr:before, .multicheckout.order-review .data.table tbody > tr:after, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:after, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:after, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:before, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:after, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:before, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:after, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:before, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:after, .multicheckout.order-review .data.modal-content table.data-table tbody > tr:before, .multicheckout.order-review .data.modal-content table.data-table tbody > tr:after { content: ''; display: table; } .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody > tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after, .multicheckout.order-review .data.table tbody > tr:after, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:after, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:after, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:after, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:after, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:after, .multicheckout.order-review .data.modal-content table.data-table tbody > tr:after { clear: both; } .multicheckout.order-review .data.table tbody > tr:not(:last-child), .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:not(:last-child), .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:not(:last-child), .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:not(:last-child), .multicheckout.order-review .data.modal-content table.data-table tbody > tr:not(:last-child) { border-bottom: 1px solid #eff0f1; } .multicheckout.order-review .data.table tbody > tr > td.col.item:before, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.item:before, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.item:before, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.item:before, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.item:before { display: none; } .multicheckout.order-review .data.table tbody > tr > td.col.qty, .multicheckout.order-review .data.table tbody > tr > td.col.price, .multicheckout.order-review .data.table tbody > tr > td.col.subtotal, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.qty, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.price, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.subtotal, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.qty, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.price, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.subtotal, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.qty, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.price, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.subtotal, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.qty, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.price, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.subtotal { box-sizing: border-box; float: left; text-align: center; white-space: nowrap; width: 33%; } .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before, .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before, .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.qty[data-th]:before, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.price[data-th]:before, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.subtotal[data-th]:before, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.qty[data-th]:before, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.price[data-th]:before, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.subtotal[data-th]:before, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.qty[data-th]:before, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.price[data-th]:before, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.subtotal[data-th]:before, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.qty[data-th]:before, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.price[data-th]:before, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.subtotal[data-th]:before { content: attr(data-th) ':'; display: block; font-weight: 700; padding-bottom: 10px; } .multicheckout.order-review .data.table tbody > tr > td.col:last-child, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col:last-child, .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col:last-child, .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col:last-child, .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col:last-child { border: 0; } .abs-checkout-order-review .product-item-name, .multicheckout.order-review .data.table .product-item-name, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid .product-item-name, .multicheckout.order-review .data.modal-content table.table-grid .product-item-name, .multicheckout.order-review .data.cms-page-view .column.main table.data-table .product-item-name, .multicheckout.order-review .data.modal-content table.data-table .product-item-name { margin: 0; } .abs-product-items-summary tbody .col { padding: 10px 0 0; } .abs-product-items-summary tfoot .mark { padding-bottom: 5.5px; text-align: left; } .abs-product-items-summary tfoot .amount { padding-top: 0; text-align: left; } .abs-product-items-summary tfoot .grand.totals { font-size: 1.6rem; } .abs-product-items-summary tfoot .grand.totals .mark { padding-bottom: 0; padding-top: 5.5px; } .abs-product-items-summary tfoot .grand.totals .amount { padding-bottom: 10px; padding-top: 0; } .abs-product-items-summary tfoot .grand.totals .amount strong { border-top: none; } .abs-account-table-margin-mobile, .table-wrapper.balance-history, .table-wrapper.reward-history, .table-wrapper.orders-recent { margin-top: -22px; } .abs-sidebar-totals-mobile th:before, .abs-sidebar-totals-mobile td:before, .account .table-billing-agreements .col.actions:before, .account .table-billing-agreements-related .col.actions:before, .table-wrapper.comparison .table-comparison > tbody > tr > th:before, .table-wrapper.comparison .table-comparison > tbody > tr > td:before, .cart .table.items .col.item:before, .cart .table.items .item-actions td:before, .account .table-giftregistry .col.actions:before, .table.grouped > tbody > tr > td:before, .account .table-reviews .col.actions:before, .account .table-order-items .col.actions:before, .account .table-order-items .col.options:before, .cart-totals .totals th:before, .cart-totals .totals td:before, .opc-block-summary .totals th:before, .opc-block-summary .totals td:before, .cart .cms-page-view .column.main table.table-grid.items .col.item:before, .cart .cms-page-view .column.main table.table-grid.items .item-actions td:before, .cms-page-view .column.main table.table-grid.grouped > tbody > tr > td:before, .cart .modal-content table.table-grid.items .col.item:before, .cart .modal-content table.table-grid.items .item-actions td:before, .modal-content table.table-grid.grouped > tbody > tr > td:before, .cart .cms-page-view .column.main table.data-table.items .col.item:before, .cart .cms-page-view .column.main table.data-table.items .item-actions td:before, .cms-page-view .column.main table.data-table.grouped > tbody > tr > td:before, .cart .modal-content table.data-table.items .col.item:before, .cart .modal-content table.data-table.items .item-actions td:before, .modal-content table.data-table.grouped > tbody > tr > td:before { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-no-display-s, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th, .order-details-items .table-order-items .options-label, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th { display: none; } .abs-title-orders-mobile .page-main .page-title-wrapper .page-title, .magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^='sales-guest-'] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title { display: block; } .abs-title-orders-mobile .page-main .page-title-wrapper .order-status, .magento-rma-returns-returns .page-main .page-title-wrapper .order-status, .magento-rma-returns-view .page-main .page-title-wrapper .order-status, .account .page-main .page-title-wrapper .order-status, [class^='sales-guest-'] .page-main .page-title-wrapper .order-status, .sales-guest-view .page-main .page-title-wrapper .order-status { margin: -10 0 10px; } .abs-table-striped-mobile > tbody > tr > td:last-child, .account .data.table > tbody > tr > td:last-child, .account .data.cms-page-view .column.main table.table-grid > tbody > tr > td:last-child, .account .data.modal-content table.table-grid > tbody > tr > td:last-child, .account .data.cms-page-view .column.main table.data-table > tbody > tr > td:last-child, .account .data.modal-content table.data-table > tbody > tr > td:last-child { border: 0; } .abs-no-border-top, .product.info.detailed .additional-attributes-wrapper, .table-wrapper.balance-history, .table-wrapper.table-returns, .table-wrapper.orders-recent, .order-details-items .table-wrapper { border-top: 0; } .abs-no-border-bottom { border-bottom: 0; } .abs-sidebar-totals-mobile .amount, .cart-totals .totals .amount, .opc-block-summary .totals .amount { text-align: right; } .table-wrapper { border-top: 1px solid #eff0f1; overflow-x: auto; overflow-y: hidden; width: 100%; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; position: relative; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison), .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison), .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison), .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison), .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) { border: none; display: block; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th { display: none; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody { display: block; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr { display: block; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th { border-bottom: none; display: block; padding: 5.5px 10px; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before { padding-right: 10px; content: attr(data-th) ': '; display: inline-block; color: #111111; font-weight: 700; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th { background-color: #f6f6f6; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child { padding-top: 15px; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child { border-bottom: 1px solid #eff0f1; padding-bottom: 15px; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty { text-align: left; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child, .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child, .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child { border: none; padding: 0 0 5.5px; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot { display: block; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr { display: block; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child td, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child td, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child td, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child td { padding-top: 22px; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .mark, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .mark, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .mark, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .mark { box-sizing: border-box; float: left; text-align: left; width: 70%; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .amount, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .amount, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .amount, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .amount { box-sizing: border-box; float: left; text-align: right; width: 30%; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals { font-size: 1.6rem; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount, .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals .amount, .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals .amount, .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount, .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount { padding-bottom: 10px; } .data-table-definition-list thead { display: none; } .data-table-definition-list tbody th { padding-bottom: 0; } .data-table-definition-list tbody th, .data-table-definition-list tbody td { display: block; padding-left: 0; padding-right: 0; } .pages .pages-items { display: block; padding: 2px 40px 0; position: relative; white-space: normal; z-index: 1; } .pages-item-previous { left: 0; position: absolute; top: 0; z-index: 1; } .pages-item-next { position: absolute; right: 0; top: 0; z-index: 1; } .form-new-agreement select { width: auto; } .table-paypal-review-items .col.subtotal { text-align: left; } .table-paypal-review-items .product-item-name { display: inline-block; } .column .block-addbysku .sku { margin-right: -85px; padding-right: 90px; } .column .block-addbysku .action.remove { display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; } .column .block-addbysku .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .column .block-addbysku .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: #8f98a1; content: '\f1f8'; font-family: 'FontAwesome'; margin: -4px 0 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .column .block-addbysku .action.remove:hover:before { color: inherit; } .column .block-addbysku .action.remove:active:before { color: inherit; } .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active { background: none; border: none; } .column .block-addbysku .action.remove:hover { background: none; border: none; } .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove { pointer-events: none; opacity: 0.5; } .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active { color: #333333; } .column .block-addbysku .action.remove:hover { color: #333333; } .products-list .product-item { table-layout: fixed; } .products-list .product-item-photo { padding: 0 10px 10px 0; width: 30%; } .product-item-actions .actions-primary { display: block; } .toolbar-products { margin-bottom: 0; } .product-info-price { margin: 0 -10px 0; width: calc(100% + 2*10px) !important; } .product-info-price > *:first-child { padding-left: 10px; } .product-info-price > *:last-child { padding-right: 10px; } .table-wrapper.comparison .table-comparison > tbody > tr > th, .table-wrapper.comparison .table-comparison > tbody > tr > td { display: table-cell; } .cart .table.items .col.qty, .cart .cms-page-view .column.main table.table-grid.items .col.qty, .cart .modal-content table.table-grid.items .col.qty, .cart .cms-page-view .column.main table.data-table.items .col.qty, .cart .modal-content table.data-table.items .col.qty { text-align: center; } .opc-wrapper .step-title { font-size: 18px; border-bottom: 0; padding-bottom: 0; } .opc-wrapper .step-content { margin: 0 0 15px; } .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping { background: #ffffff; margin: 22px -15px 15px; padding: 22px 15px; } .opc-wrapper .form-login + .form-shipping-address { margin-top: -15px; } .opc-wrapper .shipping-address-item { border-bottom: 1px solid #cccccc; margin: 0 0 15px; padding: 0 0 15px; width: 100%; } .opc-wrapper .shipping-address-item.selected-item { padding: 15px 38px 15px 18px; border-bottom-width: 2px; } .opc-wrapper .shipping-address-item.selected-item .edit-address-link { right: 39px; } .opc-wrapper .action-select-shipping-item { float: none; margin-top: 10px; width: 100%; } .opc-wrapper .action-show-popup { width: 100%; } .opc-wrapper .methods-shipping { border-bottom: 1px solid #cccccc; padding-top: 33px; } .opc-wrapper .edit-address-link { display: inline-block; text-decoration: none; margin: 0; position: absolute; right: 0; top: 5px; } .opc-wrapper .edit-address-link > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .opc-wrapper .edit-address-link:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #8f98a1; content: '\f040'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .opc-wrapper .edit-address-link:hover:before { color: #333333; } .opc-wrapper .edit-address-link:active:before { color: #8f98a1; } .shipping-policy-block.field-tooltip { margin-bottom: 22px; position: relative; right: auto; top: auto; } .shipping-policy-block.field-tooltip .field-tooltip-content { width: 300px; right: auto; } .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after { right: auto; } .opc-block-shipping-information .shipping-information-title { font-size: 2.3rem; } .opc-block-summary > .title { border-bottom: 0; font-size: 18px; margin-bottom: 22px; padding-bottom: 0; } .account .column.main, .account .sidebar-additional { margin: 0; padding: 0; } .account .sidebar-main .account-nav { margin-bottom: 0; } .page-product-downloadable .product-options-wrapper { margin-bottom: 27.5px; } .table-downloadable-products .product-name { display: block; margin-bottom: 5.5px; } .page-product-downloadable .product-info-price ~ *:last-child:after { border-bottom: 1px solid #c1c1c1; content: ''; display: block; height: 0; margin: 27.5px -10px; overflow: hidden; width: auto; } .table-giftregistry-items .field.choice, .table-giftregistry-items .field.qty { display: inline-block; } .form-giftregistry-search .fieldset { margin-bottom: 22px; } .block-giftregistry-results .block-title { margin-bottom: 0; } .block-giftregistry-results .table-wrapper { border-top: none; } .block-giftregistry-shared-items .block-title { margin-bottom: 10px; } .block-giftregistry-shared-items .table-wrapper { border-top: 0; } .table.grouped > thead > tr > th, .cms-page-view .column.main table.table-grid.grouped > thead > tr > th, .modal-content table.table-grid.grouped > thead > tr > th, .cms-page-view .column.main table.data-table.grouped > thead > tr > th, .modal-content table.data-table.grouped > thead > tr > th { border-bottom: 1px solid #eff0f1; display: table-cell; } .table.grouped > tbody, .cms-page-view .column.main table.table-grid.grouped > tbody, .modal-content table.table-grid.grouped > tbody, .cms-page-view .column.main table.data-table.grouped > tbody, .modal-content table.data-table.grouped > tbody { border-bottom: 1px solid #eff0f1; } .table.grouped > tbody > tr > td, .cms-page-view .column.main table.table-grid.grouped > tbody > tr > td, .modal-content table.table-grid.grouped > tbody > tr > td, .cms-page-view .column.main table.data-table.grouped > tbody > tr > td, .modal-content table.data-table.grouped > tbody > tr > td { padding: 11px 10px; border: 0; display: table-cell; } .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child, .table-wrapper .cms-page-view .column.main table.table-grid.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child, .table-wrapper .modal-content table.table-grid.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child, .table-wrapper .cms-page-view .column.main table.data-table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child, .table-wrapper .modal-content table.data-table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child { border-bottom: 0; } .page-product-grouped .minimal-price { margin: 0; } .page-product-grouped .product-info-price { border: 0; margin-bottom: 0; } .page-product-grouped .product-info-price .price-box { padding-bottom: 0; } .form-add-invitations .action.remove { display: inline-block; text-decoration: none; } .form-add-invitations .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .form-add-invitations .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: #8f98a1; content: '\f1f8'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .form-add-invitations .action.remove:hover:before { color: inherit; } .form-add-invitations .action.remove:active:before { color: inherit; } .multicheckout .data.table .address:before, .multicheckout .data.cms-page-view .column.main table.table-grid .address:before, .multicheckout .data.modal-content table.table-grid .address:before, .multicheckout .data.cms-page-view .column.main table.data-table .address:before, .multicheckout .data.modal-content table.data-table .address:before { margin-bottom: 5.5px; } .multicheckout .product-item-name, .multicheckout .price-including-tax, .multicheckout .price-excluding-tax { display: inline-block; } .multicheckout .block-content .box:not(:last-child) { margin-bottom: 44px; } .multicheckout .block-content .box:last-child { margin-bottom: 0; } .multicheckout.order-review .box-items .data.table thead, .multicheckout.order-review .box-items .data.cms-page-view .column.main table.table-grid thead, .multicheckout.order-review .box-items .data.modal-content table.table-grid thead, .multicheckout.order-review .box-items .data.cms-page-view .column.main table.data-table thead, .multicheckout.order-review .box-items .data.modal-content table.data-table thead { display: block; } .multicheckout.order-review .box-items .data.table thead tr, .multicheckout.order-review .box-items .data.cms-page-view .column.main table.table-grid thead tr, .multicheckout.order-review .box-items .data.modal-content table.table-grid thead tr, .multicheckout.order-review .box-items .data.cms-page-view .column.main table.data-table thead tr, .multicheckout.order-review .box-items .data.modal-content table.data-table thead tr { display: block; } .multicheckout.order-review .box-items .data.table thead .col.item, .multicheckout.order-review .box-items .data.cms-page-view .column.main table.table-grid thead .col.item, .multicheckout.order-review .box-items .data.modal-content table.table-grid thead .col.item, .multicheckout.order-review .box-items .data.cms-page-view .column.main table.data-table thead .col.item, .multicheckout.order-review .box-items .data.modal-content table.data-table thead .col.item { display: block; padding: 0; } .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid.table-order-review > tbody > tr > td.col.subtotal, .multicheckout.order-review .data.modal-content table.table-grid.table-order-review > tbody > tr > td.col.subtotal, .multicheckout.order-review .data.cms-page-view .column.main table.data-table.table-order-review > tbody > tr > td.col.subtotal, .multicheckout.order-review .data.modal-content table.data-table.table-order-review > tbody > tr > td.col.subtotal { border-bottom: none; } .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty, .multicheckout.order-review .data.cms-page-view .column.main table.table-grid.table-order-review > tbody > tr > td.col.qty, .multicheckout.order-review .data.modal-content table.table-grid.table-order-review > tbody > tr > td.col.qty, .multicheckout.order-review .data.cms-page-view .column.main table.data-table.table-order-review > tbody > tr > td.col.qty, .multicheckout.order-review .data.modal-content table.data-table.table-order-review > tbody > tr > td.col.qty { text-align: center; } .multicheckout .actions-toolbar .action { margin-bottom: 27.5px; } .multicheckout .actions-toolbar > .primary { margin-bottom: 27.5px; margin-right: 0; } .customer-review .product-name { margin-bottom: 5.5px; } .customer-review .product-reviews-summary .rating-summary { display: block; margin-bottom: 5.5px; } .form-create-return .additional .field:nth-last-child(2) { margin-bottom: 0; } .form-create-return .additional .field:last-child { margin-top: 22px; } .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track { display: block; float: none; margin: 10px 0 0; } .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col, .table-wrapper.orders-recent .table-order-items.cms-page-view .column.main table.table-grid tbody > tr > td.col, .table-wrapper.orders-recent .table-order-items.modal-content table.table-grid tbody > tr > td.col, .table-wrapper.orders-recent .table-order-items.cms-page-view .column.main table.data-table tbody > tr > td.col, .table-wrapper.orders-recent .table-order-items.modal-content table.data-table tbody > tr > td.col { padding-left: 0; } .order-details-items thead { display: block; } .order-details-items thead tr { display: block; } .order-pager-wrapper { display: block; } .account .table-order-items tbody tr { display: block; } .account .table-order-items .product-item-name { display: inline-block; margin: 0; } .account .table-order-items .action.show { margin-top: 0; } .order-details-items .order-title strong { display: block; } .order-details-items .action { margin-top: 10px; } .order-details-items .items-qty { display: inline-block; vertical-align: top; } .order-details-items .col.price .price-including-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-excluding-tax { display: inline-block; } .order-details-items .data.table .col.options, .order-details-items .data.cms-page-view .column.main table.table-grid .col.options, .order-details-items .data.modal-content table.table-grid .col.options, .order-details-items .data.cms-page-view .column.main table.data-table .col.options, .order-details-items .data.modal-content table.data-table .col.options { padding: 0 10px 15px; } .order-details-items .data.table .col.options:before, .order-details-items .data.cms-page-view .column.main table.table-grid .col.options:before, .order-details-items .data.modal-content table.table-grid .col.options:before, .order-details-items .data.cms-page-view .column.main table.data-table .col.options:before, .order-details-items .data.modal-content table.data-table .col.options:before { display: none; } .order-details-items .options-label + .item-options-container[data-th]:before, .order-details-items .item-options-container + .item-options-container[data-th]:before { content: attr(data-th) ':'; display: block; font-weight: 700; padding-left: 10px; } .order-details-items .options-label + .item-options-container .col, .order-details-items .item-options-container + .item-options-container .col { font-size: 1.2rem; padding: 0 10px; } .order-details-items .options-label + .item-options-container .col:first-child, .order-details-items .item-options-container + .item-options-container .col:first-child { padding-top: 3px; } .order-details-items .options-label + .item-options-container .col:last-child, .order-details-items .item-options-container + .item-options-container .col:last-child { padding-bottom: 20px; } .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status, .my-credit-cards .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status, .my-credit-cards .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status, .my-credit-cards .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) .status, .my-credit-cards .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) .status { display: none; } .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before, .my-credit-cards .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status:before, .my-credit-cards .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status:before, .my-credit-cards .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) .status:before, .my-credit-cards .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) .status:before { display: none; } .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default, .my-credit-cards .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status._default, .my-credit-cards .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status._default, .my-credit-cards .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) .status._default, .my-credit-cards .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) .status._default { display: block; } .my-credit-cards .card-type img { vertical-align: middle; } .products-grid.wishlist .product-item { border-bottom: 1px solid #4c515a; margin: 0; width: 100%; } .products-grid.wishlist .product-item:first-child { border-top: 1px solid #4c515a; } .footer-toolbar-bottom, .footer-toolbar-top { text-align: center; } .products-grid .product-item-info { padding: 5px; } .page-products .sorter-label { display: none; } .page-products .toolbar select { max-width: 180px; } .filter .filter-current-subtitle { display: block; text-decoration: none; } .filter .filter-current-subtitle:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: inherit; content: '\f107'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .table.grouped, .cms-page-view .column.main table.table-grid.grouped, .modal-content table.table-grid.grouped, .cms-page-view .column.main table.data-table.grouped, .modal-content table.data-table.grouped { margin-top: 22px; } .table.grouped .col.item, .table.grouped .col.qty, .cms-page-view .column.main table.table-grid.grouped .col.item, .cms-page-view .column.main table.table-grid.grouped .col.qty, .modal-content table.table-grid.grouped .col.item, .modal-content table.table-grid.grouped .col.qty, .cms-page-view .column.main table.data-table.grouped .col.item, .cms-page-view .column.main table.data-table.grouped .col.qty, .modal-content table.data-table.grouped .col.item, .modal-content table.data-table.grouped .col.qty { display: table-cell !important; padding: 5px 10px !important; } .table.grouped .col.qty, .cms-page-view .column.main table.table-grid.grouped .col.qty, .modal-content table.table-grid.grouped .col.qty, .cms-page-view .column.main table.data-table.grouped .col.qty, .modal-content table.data-table.grouped .col.qty { min-width: 60px; } .products-list div.prolabels-wrapper { width: 30%; border-width: 0 10px 10px 0; } .pages .pages-items { display: inline-block; } #braintree-three-d-modal .bt-modal-frame { width: 100%; } } @media only screen and (max-width: 479px) { .tooltip.wrapper .tooltip.content { min-width: 10rem; } .sorter-options { margin: 0 2px; } .minicart-wrapper .block-minicart { width: 290px; } .modal-popup .field-tooltip .field-tooltip-content { width: 200px; } .field-tooltip .field-tooltip-content { width: 140px; } } @media all and (min-width: 640px) { .abs-blocks-2columns-s { width: 48%; } .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend { margin-left: 0; } .abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:before, .multicheckout .block-billing:after { content: ''; display: table; } .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after { clear: both; } .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method { box-sizing: border-box; } .abs-form-field-column-2-s .fieldset .field { padding: 0 12px 0 0; box-sizing: border-box; display: inline-block; width: 50%; vertical-align: top; } .abs-form-field-column-2-s .fieldset .field + .fieldset { clear: both; } .abs-form-field-column-2-s .fieldset .field .field { padding: 0; width: 100%; } .abs-form-field-revert-column-1-s { width: 100%; } .abs-action-print-s { display: inline-block; text-decoration: none; } .abs-action-print-s:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: inherit; content: '\f02f'; font-family: 'FontAwesome'; margin: 0 4px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .table > tbody > tr > th, .table > tbody > tr > td, .cms-page-view .column.main table.table-grid > tbody > tr > th, .cms-page-view .column.main table.table-grid > tbody > tr > td, .modal-content table.table-grid > tbody > tr > th, .modal-content table.table-grid > tbody > tr > td, .cms-page-view .column.main table.data-table > tbody > tr > th, .cms-page-view .column.main table.data-table > tbody > tr > td, .modal-content table.data-table > tbody > tr > th, .modal-content table.data-table > tbody > tr > td { border-top: 1px solid #eff0f1; } .table > tbody + tbody, .cms-page-view .column.main table.table-grid > tbody + tbody, .modal-content table.table-grid > tbody + tbody, .cms-page-view .column.main table.data-table > tbody + tbody, .modal-content table.data-table > tbody + tbody { border-top: 1px solid #eff0f1; } .ui-dialog.popup { width: 420px; } #askit-new-question-form { max-width: 500px; } .column .block-addbysku .action.remove { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; text-transform: none; color: #333333; line-height: 1.42857143; margin: 0; padding: 0; color: #8f98a1; text-decoration: none; background: none; border: 0; display: inline; margin-top: -4px; } .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active { background: none; border: none; } .column .block-addbysku .action.remove:hover { background: none; border: none; } .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove { pointer-events: none; opacity: 0.5; } .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active { color: #333333; } .column .block-addbysku .action.remove:hover { color: #333333; } .column .block-addbysku .action.remove:visited { color: #8f98a1; text-decoration: none; } .column .block-addbysku .action.remove:hover { color: #8f98a1; text-decoration: underline; } .column .block-addbysku .action.remove:active { color: #8f98a1; text-decoration: underline; } .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus { background: none; border: 0; } .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove { color: #8f98a1; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .catalogsearch-advanced-result .message.error { margin-top: 0; } .products-grid .product-item-info:hover, .products-grid .product-item-info.active { background: #ffffff; box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3); border: 1px solid #bbbbbb; margin: -10px; padding: 9px; position: relative; z-index: 9; } .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner { display: block; } .sidebar .products-grid .product-item-info:hover .product-item-photo, .sidebar .products-grid .product-item-info.active .product-item-photo { left: 9px; top: 9px; } .products-grid .product-item-inner { background: #ffffff; box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3); border: 1px solid #bbbbbb; border-top: none; left: 0; margin: 10px 0 0 -1px; padding: 0 9px 9px; position: absolute; right: -1px; z-index: 2; } .product-item-actions { display: block; } .products-grid .product-item-actions { margin: -10px 0 10px; } .product-item-actions .actions-primary + .actions-secondary { display: inline-block; vertical-align: middle; } .product-item-actions .actions-primary + .actions-secondary > .action { line-height: 35px; text-align: center; width: 35px; } .product-item-actions .actions-primary + .actions-secondary > .action:last-child { margin-right: 0; } .product-item-actions .actions-primary { display: inline-block; } .page-products .products-grid .product-item-inner:before { background: #ffffff; content: ''; height: 3px; left: 0; position: absolute; top: -2px; width: 100%; z-index: -1; } .page-products .product-item-actions { z-index: 1; } .products-grid .product-item { margin-bottom: 22px; width: 33.33333333%; } .page-products .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item { margin-left: 0; width: calc((100% - 4%) / 3); } .page-products .products-grid .product-item:nth-child(3n + 1), .page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-layout-3columns .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) { margin-left: 0; } .block.widget .products-grid .product-item .product-item-inner, .page-layout-1column .block.widget .products-grid .product-item .product-item-inner, .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner { box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3); margin: 9px 0 0 -1px; } .sidebar .product-items .action.delete { line-height: unset; position: absolute; right: 0; top: -1px; width: auto; } .sidebar .block-compare .action.delete { left: 0; right: initial; } .cart-container .block.crosssell .products-grid .product-item-actions { margin: 0 0 10px; } .multicheckout .actions-toolbar .secondary { float: none; margin-top: 11px; text-align: right; } .multicheckout .actions-toolbar .secondary .action { margin-left: 0; } .multicheckout .actions-toolbar .secondary .action.back { display: block; float: left; } .multicheckout .item-options { margin: 22px 0 0; } .multicheckout .block-content .box { margin-bottom: 0; } .multicheckout .block-shipping .box { float: left; width: 25%; } .multicheckout .block-shipping .box-shipping-method { padding-left: 27.5px; padding-right: 27.5px; width: 50%; } .multicheckout .block-shipping .box-shipping-method .fieldset .field:before { display: none; } .multicheckout .block-billing .box-billing-address { float: left; width: 25%; } .multicheckout .block-billing .box-billing-method { float: left; padding-left: 27.5px; width: 50%; } .multicheckout.form.address .table-wrapper .applicable { margin: 7px 0 0; } .multicheckout.order-review .box-items { clear: left; float: none; padding-top: 44px; width: auto; } .multicheckout.order-review .col.item { width: 75%; } .multicheckout .methods-payment .item-content > .fieldset { width: auto; } .multicheckout .methods-payment .item-content > .fieldset .field.cvv { display: inline-block; width: auto; } .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label { float: none; margin-bottom: 8px; text-align: left; width: auto; } .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control { width: 100%; } .review-form { max-width: 500px; } .review-ratings { float: left; margin-bottom: 0; max-width: 106px; } .review-ratings ~ .review-content, .review-ratings ~ .review-details { margin-left: 150px; } .review-toolbar { margin: 0 0 30px; } .review-toolbar .pages { padding: 30px 0; } .fieldset .review-legend.legend { margin-bottom: 30px; } .review-item { padding: 30px 0; } .review-title { margin: 0 0 30px; } .order-details-items .order-title .action { margin: 12px 0 0 30px; } .order-details-items .order-title .action.track { float: right; } .wishlist-index-index .products-grid .product-item-actions { margin: 0; } .block.widget .products-grid .product-item, .page-layout-1column .block.widget .products-grid .product-item, .page-layout-3columns .block.widget .products-grid .product-item { width: 33.33333333%; } .page-layout-1column .block.widget .products-grid .product-item { margin-left: 2%; width: calc((100% - 4%) / 3); } .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) { margin-left: 0; } .page-products.page-layout-1column .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-1column .block.widget .products-grid .product-item { width: calc(100%/3 - 6px - 0.1px); } .page-products .products-grid .product-item, .products-grid .product-item, .block.widget .products-grid .product-item { width: calc(100%/3 - 6px - 0.1px); } .page-products.page-layout-3columns .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-layout-3columns .block.widget .products-grid .product-item { width: calc(100%/3 - 6px - 0.1px); } .products-grid .product-item-info { margin: 0; padding: 5px; border: none; box-shadow: none; background: transparent; } .products-grid .product-item-info:hover, .products-grid .product-item-info.active { position: static; margin: 0; padding: 5px; border: none; box-shadow: none; background: transparent; } .products-grid .product-item-inner { position: static; border: none; padding: 0; background: transparent; box-shadow: none; } .products-grid .product-item-info .product-item-inner { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .products-grid .product-item-actions { margin: 10px 0; display: none; } .product-item-actions .actions-primary + .actions-secondary { vertical-align: top; padding-left: 10px; } .product-item-actions .actions-primary + .actions-secondary > .action { margin-right: 10px; width: auto; line-height: 33px; } .product-item-actions .actions-primary + .actions-secondary > .action:last-child { margin-right: 0; } .page-products .products-grid .product-item-inner:before { content: none; } .block.widget .products-grid .product-item .product-item-inner, .page-layout-1column .block.widget .products-grid .product-item .product-item-inner, .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner { box-shadow: none; margin: 0; } .products-list .prolabels-wrapper { width: 1%; } .products-list .prolabels-wrapper img.photo.image, .products-list .prolabels-wrapper img.product-image-photo { max-width: none; } .products.list .product.featured-attributes { display: block; } .product-item-actions .actions-primary { display: inline-block; } .product-info-main .products-grid .product-item-info { padding: 0; } .product-info-main .products-grid .product-item-info:hover, .product-info-main .products-grid .product-item-info.active { padding: 0; } .review-list .review-item { padding: 20px 0; } } /* This variable is used for body and navigation dropdowns */ /* To cover swiper-wrapper */ .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 1023px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 1023px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 1023px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 1023px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .visible-md-block { display: block !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .visible-md-inline { display: inline !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1440px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1440px) { .visible-lg-block { display: block !important; } } @media (min-width: 1440px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1440px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 1023px) { .hidden-sm { display: none !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .hidden-md { display: none !important; } } @media (min-width: 1440px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } .is_stuck { z-index: 500; } .a-center-block { display: block; margin-left: auto; margin-right: auto; } .a-center { text-align: center; } .pull-left { float: left; } .pull-right { float: right; } .argento-scrollbar, .minicart-wrapper .block-minicart .minicart-items-wrapper, .page-layout-checkout .minicart-items-wrapper, .page-layout-checkout .modal-content, .ajaxpro-modal-dialog .modal-content { -webkit-overflow-scrolling: touch; } .argento-scrollbar::-webkit-scrollbar, .minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar, .page-layout-checkout .minicart-items-wrapper::-webkit-scrollbar, .page-layout-checkout .modal-content::-webkit-scrollbar, .ajaxpro-modal-dialog .modal-content::-webkit-scrollbar { width: 6px; height: 6px; } .argento-scrollbar::-webkit-scrollbar-track, .minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar-track, .page-layout-checkout .minicart-items-wrapper::-webkit-scrollbar-track, .page-layout-checkout .modal-content::-webkit-scrollbar-track, .ajaxpro-modal-dialog .modal-content::-webkit-scrollbar-track { background-color: #e9e9e9; border-radius: 4px; } .argento-scrollbar::-webkit-scrollbar-thumb, .minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb, .page-layout-checkout .minicart-items-wrapper::-webkit-scrollbar-thumb, .page-layout-checkout .modal-content::-webkit-scrollbar-thumb, .ajaxpro-modal-dialog .modal-content::-webkit-scrollbar-thumb { background-color: #2b3945; border-radius: 4px; } .lib-modal-popup .modal-inner-wrap { transform: translateY(20px); transition: all 0.2s; } .lib-modal-popup ~ .modals-overlay { transition: opacity 0.2s; opacity: 0; } .lib-modal-popup._show ~ .modals-overlay { opacity: 1; } .lib-button { text-transform: uppercase; line-height: 18px; } .lib-button-primary { text-transform: uppercase; line-height: 18px; } .abs-revert-secondary-color, .abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .abs-discount-code .form-discount .actions-toolbar .primary .action, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action { text-transform: uppercase; line-height: 18px; } .abs-action-button-as-link, .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove { text-transform: none; text-shadow: none; font-size: inherit; font-family: inherit; } .abs-action-button-as-link:focus, .abs-action-button-as-link:active, .abs-action-remove:focus, .abs-action-remove:active, .abs-discount-block .action.check:focus, .abs-discount-block .action.check:active, .popup .actions-toolbar .action.cancel:focus, .popup .actions-toolbar .action.cancel:active, .paypal-button-widget .paypal-button:focus, .paypal-button-widget .paypal-button:active, .bundle-options-container .action.back:focus, .bundle-options-container .action.back:active, .block.related .action.select:focus, .block.related .action.select:active, .cart.table-wrapper .actions-toolbar > .action-delete:focus, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .action.help.map:focus, .cart.table-wrapper .action.help.map:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .opc-wrapper .edit-address-link:focus, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:focus, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:focus, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:focus, .gift-options .actions-toolbar .action-cancel:active, .gift-summary .action-edit:focus, .gift-summary .action-edit:active, .gift-summary .action-delete:focus, .gift-summary .action-delete:active, .action-gift:focus, .action-gift:active, .gift-wrapping-title .action-remove:focus, .gift-wrapping-title .action-remove:active, .wishlist.split.button > .action:focus, .wishlist.split.button > .action:active, .abs-add-fields .action.remove:focus, .abs-add-fields .action.remove:active, .paypal-review-discount .action.check:focus, .paypal-review-discount .action.check:active, .cart-discount .action.check:focus, .cart-discount .action.check:active, .form-giftregistry-share .action.remove:focus, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:focus, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:focus, .form-add-invitations .action.remove:active, .form-create-return .action.remove:focus, .form-create-return .action.remove:active, .form.send.friend .action.remove:focus, .form.send.friend .action.remove:active { text-shadow: none; } .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .action-gift:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover { text-shadow: none; } .lib-form-field .choice input { vertical-align: baseline; } .lib-main-navigation-desktop .navigation li { position: relative; } .lib-main-navigation-desktop .navigation .level0 > .level-top { text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; } .lib-breadcrumbs { text-transform: uppercase; min-height: 17px; } .lib-breadcrumbs a { font-weight: bold; } .abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty, .cms-page-view .column.main table.table-grid.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart .qty, .modal-content table.table-grid.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart .qty, .cms-page-view .column.main table.data-table.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart .qty, .modal-content table.data-table.grouped .col.qty .control.qty .qty, .account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart .qty { height: auto; } .abs-actions-addto:before, .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { font-size: 16px; line-height: 16px; } .argento-grid { margin-left: -6px; margin-right: -6px; } .argento-grid:after { clear: both; content: ''; display: table; } .argento-grid-container { padding-left: 6px; padding-right: 6px; } .argento-grid-container:after { clear: both; content: ''; display: table; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { box-sizing: border-box; position: relative; min-height: 1px; padding-left: 6px; padding-right: 6px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 480px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } .block-compare .counter, .block-wishlist .counter { font-size: inherit; } .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search, .form.testimonial, .argento-force-section, .login-container .block.block-new-customer, .login-container .block.block-customer-login, .page-main .column.main .contact.form, .block-contact-info { background-color: #f7f7f7; padding: 40px; box-sizing: border-box; } .page-layout-1column .form.password.reset, .page-layout-1column .form.send.confirmation, .page-layout-1column .form.password.forget, .page-layout-1column .form.create.account, .page-layout-1column .form.search.advanced, .page-layout-1column .form.form-orders-search, .page-layout-1column .form.testimonial, .page-layout-1column .argento-force-section, .page-layout-1column .login-container .block.block-new-customer, .page-layout-1column .login-container .block.block-customer-login, .page-layout-1column .page-main .column.main .contact.form, .page-layout-1column .block-contact-info { margin: 0 auto; max-width: 600px; } .form.password.reset .legend, .form.send.confirmation .legend, .form.password.forget .legend, .form.create.account .legend, .form.search.advanced .legend, .form.form-orders-search .legend, .form.testimonial .legend, .argento-force-section .legend, .login-container .block.block-new-customer .legend, .login-container .block.block-customer-login .legend, .page-main .column.main .contact.form .legend, .block-contact-info .legend { border: 0; } .form.password.reset .block-title, .form.send.confirmation .block-title, .form.password.forget .block-title, .form.create.account .block-title, .form.search.advanced .block-title, .form.form-orders-search .block-title, .form.testimonial .block-title, .argento-force-section .block-title, .login-container .block.block-new-customer .block-title, .login-container .block.block-customer-login .block-title, .page-main .column.main .contact.form .block-title, .block-contact-info .block-title { margin: 0 0 5px !important; border: 0; padding-bottom: 10px; } .form.password.reset .block-title [role="heading"], .form.send.confirmation .block-title [role="heading"], .form.password.forget .block-title [role="heading"], .form.create.account .block-title [role="heading"], .form.search.advanced .block-title [role="heading"], .form.form-orders-search .block-title [role="heading"], .form.testimonial .block-title [role="heading"], .argento-force-section .block-title [role="heading"], .login-container .block.block-new-customer .block-title [role="heading"], .login-container .block.block-customer-login .block-title [role="heading"], .page-main .column.main .contact.form .block-title [role="heading"], .block-contact-info .block-title [role="heading"] { font-size: 3rem; } body { direction: ltr; background: #ffffff; } body > #cookie-status { display: none; } body._has-modal { overflow: auto; } .page-wrapper { background-color: #ffffff; } .page-header .switcher .options, .page-footer .switcher .options { display: inline-block; position: relative; } .page-header .switcher .options:before, .page-footer .switcher .options:before, .page-header .switcher .options:after, .page-footer .switcher .options:after { content: ''; display: table; } .page-header .switcher .options:after, .page-footer .switcher .options:after { clear: both; } .page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle { cursor: pointer; display: inline-block; text-decoration: none; } .page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 20px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-header .switcher .options .action.toggle:hover:after, .page-footer .switcher .options .action.toggle:hover:after { color: inherit; } .page-header .switcher .options .action.toggle:active:after, .page-footer .switcher .options .action.toggle:active:after { color: inherit; } .page-header .switcher .options .action.toggle.active, .page-footer .switcher .options .action.toggle.active { display: inline-block; text-decoration: none; } .page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 20px; color: inherit; content: '\f106'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-header .switcher .options .action.toggle.active:hover:after, .page-footer .switcher .options .action.toggle.active:hover:after { color: inherit; } .page-header .switcher .options .action.toggle.active:active:after, .page-footer .switcher .options .action.toggle.active:active:after { color: inherit; } .page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 160px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li { margin: 0; padding: 0; } .page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before { left: 10px; top: -12px; } .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { left: 9px; top: -14px; } .page-header .switcher .options.active, .page-footer .switcher .options.active { overflow: visible; } .page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown { display: block; } .page-container > .content { padding: 5px 10px; margin: 0 auto; width: auto; max-width: 1260px; box-sizing: border-box; } .page-container > .content:after { clear: both; content: ''; display: table; } .pages .action { box-shadow: none; padding: 0 12px; } /* Fix for //github.com/magento/magento2/commit/d0ad63cca0b8e29b86b29c72608d034658d244a5 */ img { height: auto; max-height: none; } /*IE 11 Height fix*/ .ie10 .page-wrapper, .ie11 .page-wrapper { height: auto; } @-webkit-keyframes argento-spin { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes argento-spin { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; background: #ffffff; border: 2px solid #e1e1e1; width: 18px; height: 18px; cursor: pointer; position: relative; top: 4px; } input[type="checkbox"]::after { content: ' '; position: absolute; opacity: 0; height: 6px; width: 12px; border: 2px solid #202633; border-top: none; border-right: none; box-sizing: border-box; left: 50%; top: 50%; transform: translate(-50%, -75%) rotate(-45deg); } input[type="checkbox"]:checked::after { opacity: 1; } input[type="radio"] { -webkit-appearance: none; -moz-appearance: none; background: #ffffff; border: 2px solid #e1e1e1; border-radius: 50%; width: 18px; min-width: 18px; height: 18px; min-height: 18px; cursor: pointer; position: relative; margin: 0 5.5px 0 0; top: 3px; } input[type="radio"]::after { content: ' '; position: absolute; opacity: 0; height: 8px; width: 8px; background: #202633; border-radius: 50%; box-sizing: border-box; left: 50%; top: 50%; transform: translate(-50%, -50%); } input[type="radio"]:checked::after { opacity: 1; } ul, ol { padding-left: 30px; margin: 1.5rem 0 2.75rem; } .page-main .page-title-wrapper .page-title { word-break: break-word; } .cms-page-view .column.main section, .modal-content section { margin-bottom: 30px; } .cms-page-view .column.main section.gaps, .modal-content section.gaps { margin-top: 45px; margin-bottom: 45px; } .cms-page-view .column.main table, .modal-content table { margin-bottom: 10px; } .cms-page-view .column.main table.table-striped, .modal-content table.table-striped { background: #ffffff; } .cms-page-view .column.main table.table-striped thead tr, .modal-content table.table-striped thead tr { background: #f7f7f7; } .cms-page-view .column.main table.table-striped tbody tr:nth-child(even), .modal-content table.table-striped tbody tr:nth-child(even) { background: #fcfcfc; } .cms-page-view .column.main table.table-grid, .modal-content table.table-grid, .cms-page-view .column.main table.data-table, .modal-content table.data-table { border: 1px solid #eff0f1; } .cms-page-view .column.main table.table-grid td, .modal-content table.table-grid td, .cms-page-view .column.main table.data-table td, .modal-content table.data-table td, .cms-page-view .column.main table.table-grid th, .modal-content table.table-grid th, .cms-page-view .column.main table.data-table th, .modal-content table.data-table th { border-left: 1px solid #eff0f1; } .cms-page-view .column.main table.table-grid td:first-child, .modal-content table.table-grid td:first-child, .cms-page-view .column.main table.data-table td:first-child, .modal-content table.data-table td:first-child, .cms-page-view .column.main table.table-grid th:first-child, .modal-content table.table-grid th:first-child, .cms-page-view .column.main table.data-table th:first-child, .modal-content table.data-table th:first-child { border-left: 0; } .logo { margin-top: 4px; margin-bottom: 13px; } .page-header { margin-bottom: 0; } .page-header .switcher.customer, .page-header div.wishlist { display: none; } .page-header .switcher, .page-header .panel.wrapper .switcher { margin-right: 10px; } .page-header .switcher .options, .page-header .panel.wrapper .switcher .options { display: inline-block; position: relative; } .page-header .switcher .options:before, .page-header .panel.wrapper .switcher .options:before, .page-header .switcher .options:after, .page-header .panel.wrapper .switcher .options:after { content: ''; display: table; } .page-header .switcher .options:after, .page-header .panel.wrapper .switcher .options:after { clear: both; } .page-header .switcher .options .action.toggle, .page-header .panel.wrapper .switcher .options .action.toggle { padding: 0; cursor: pointer; display: inline-block; text-decoration: none; } .page-header .switcher .options .action.toggle > span, .page-header .panel.wrapper .switcher .options .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-header .switcher .options .action.toggle:after, .page-header .panel.wrapper .switcher .options .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 20px; color: inherit; content: '\f107'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-header .switcher .options .action.toggle:hover:after, .page-header .panel.wrapper .switcher .options .action.toggle:hover:after { color: inherit; } .page-header .switcher .options .action.toggle:active:after, .page-header .panel.wrapper .switcher .options .action.toggle:active:after { color: inherit; } .page-header .switcher .options .action.toggle.active, .page-header .panel.wrapper .switcher .options .action.toggle.active { display: inline-block; text-decoration: none; } .page-header .switcher .options .action.toggle.active > span, .page-header .panel.wrapper .switcher .options .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-header .switcher .options .action.toggle.active:after, .page-header .panel.wrapper .switcher .options .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 20px; color: inherit; content: '\f106'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .page-header .switcher .options .action.toggle.active:hover:after, .page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after { color: inherit; } .page-header .switcher .options .action.toggle.active:active:after, .page-header .panel.wrapper .switcher .options .action.toggle.active:active:after { color: inherit; } .page-header .switcher .options ul.dropdown, .page-header .panel.wrapper .switcher .options ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #ffffff; border: 0; margin-top: 4px; min-width: 160px; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.15); } .page-header .switcher .options ul.dropdown li, .page-header .panel.wrapper .switcher .options ul.dropdown li { margin: 0; padding: 0; } .page-header .switcher .options ul.dropdown li:hover, .page-header .panel.wrapper .switcher .options ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .page-header .switcher .options ul.dropdown:before, .page-header .panel.wrapper .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after, .page-header .panel.wrapper .switcher .options ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .page-header .switcher .options ul.dropdown:before, .page-header .panel.wrapper .switcher .options ul.dropdown:before { border: 6px solid; border-color: transparent transparent #ffffff transparent; z-index: 99; } .page-header .switcher .options ul.dropdown:after, .page-header .panel.wrapper .switcher .options ul.dropdown:after { border: 7px solid; border-color: transparent transparent #ffffff transparent; z-index: 98; } .page-header .switcher .options ul.dropdown:before, .page-header .panel.wrapper .switcher .options ul.dropdown:before { left: 10px; top: -12px; } .page-header .switcher .options ul.dropdown:after, .page-header .panel.wrapper .switcher .options ul.dropdown:after { left: 9px; top: -14px; } .page-header .switcher .options.active, .page-header .panel.wrapper .switcher .options.active { overflow: visible; } .page-header .switcher .options.active ul.dropdown, .page-header .panel.wrapper .switcher .options.active ul.dropdown { display: block; } .page-header .switcher .options ul.dropdown a, .page-header .panel.wrapper .switcher .options ul.dropdown a { color: #333333; text-decoration: none; display: block; padding: 8px; } .page-header .switcher .options ul.dropdown a:visited, .page-header .panel.wrapper .switcher .options ul.dropdown a:visited { color: #333333; text-decoration: none; } .page-header .switcher .options ul.dropdown a:hover, .page-header .panel.wrapper .switcher .options ul.dropdown a:hover { color: #333333; text-decoration: none; } .page-header .switcher .options ul.dropdown a:active, .page-header .panel.wrapper .switcher .options ul.dropdown a:active { color: #333333; text-decoration: none; } .page-header .switcher .options ul.dropdown a:hover, .page-header .panel.wrapper .switcher .options ul.dropdown a:hover { text-decoration: none; } .page-header .switcher strong, .page-header .panel.wrapper .switcher strong { font-weight: 400; } .page-header .switcher .options .action.toggle, .page-header .panel.wrapper .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle, .page-footer .footer.content .switcher .options .action.toggle, .page-header .switcher .options .action.toggle.active, .page-header .panel.wrapper .switcher .options .action.toggle.active, .page-footer .switcher .options .action.toggle.active, .page-footer .footer.content .switcher .options .action.toggle.active { display: flex; align-items: center; } .page-header .switcher .options .action.toggle::after, .page-header .panel.wrapper .switcher .options .action.toggle::after, .page-footer .switcher .options .action.toggle::after, .page-footer .footer.content .switcher .options .action.toggle::after, .page-header .switcher .options .action.toggle.active::after, .page-header .panel.wrapper .switcher .options .action.toggle.active::after, .page-footer .switcher .options .action.toggle.active::after, .page-footer .footer.content .switcher .options .action.toggle.active::after { margin-left: 4px; } .customer-welcome .customer-menu .header.links, .page-header .switcher .options ul.dropdown, .page-header .panel.wrapper .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown { padding: 6px; border-radius: 0; } .customer-welcome .customer-menu .header.links li, .page-header .switcher .options ul.dropdown li, .page-header .panel.wrapper .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li { transition: 200ms background-color linear; } .page-header .switcher .options ul.dropdown, .page-header .panel.wrapper .switcher .options ul.dropdown { left: auto; right: 0; } .page-header .switcher .options ul.dropdown:before, .page-header .panel.wrapper .switcher .options ul.dropdown:before { left: auto; right: 10px; } .page-header .switcher .options ul.dropdown:after, .page-header .panel.wrapper .switcher .options ul.dropdown:after { left: auto; right: 9px; } .block-search .input-text { height: 40px; padding: 0 35px 0 9px; } .block-search .control { border-top: none; border-bottom: 1px solid #eff0f1; position: absolute; margin: 0 0 -1px; left: 0; right: 0; top: 100%; z-index: 99; background-color: #ffffff; } .minicart-wrapper .block-minicart { right: -5px; border-radius: 0; } .header.panel > .header.links.header-cms-links { float: left; } .header.panel > .header.links.header-cms-links > li { margin: 0 15px 0 0; } .header .header-cms-content { float: left; margin: -10px 20px 0; } .header.wrapper.is_stuck { background: #ffffff; } .page-before-footer > .content, .page-footer > .content { padding: 5px 10px; margin: 0 auto; width: auto; max-width: 1260px; box-sizing: border-box; } .page-before-footer > .content:after, .page-footer > .content:after { clear: both; content: ''; display: table; } .page-before-footer .content > :last-child { margin-bottom: 22px; } .page-before-footer .content > :last-child > :last-child { margin-bottom: 0; } .footer.content .links { padding: 0; width: 100%; box-sizing: border-box; display: inline-block; text-align: left; } .footer.content .links > li { border: none; font-size: 16px; margin: 0 0 8px; padding: 0; } .footer-toolbar ul { margin: 0; padding: 0; list-style: none; } .footer-toolbar .footer.links > li { margin: 0 0 3px 15px; display: inline-block; } .footer-toolbar .footer.links > li:first-child { margin-left: 0; } .footer-toolbar-top { color: #8f98a1; } .footer-toolbar-top a, .footer-toolbar-top .alink { color: #8f98a1; } .footer-toolbar-bottom { background: none; color: #ffffff; } .footer-toolbar-bottom a, .footer-toolbar-bottom .alink { color: #8f98a1; } .footer-toolbar-bottom .footer.links { float: none; margin: 0 0 10px; display: none; text-align: center; } .footer-toolbar-bottom > .content { padding: 10px 10px; } .copyright { color: #8f98a1; display: block; padding: 0; text-align: center; } .minicart-wrapper .action.close { right: 4px; left: auto; } .minicart-wrapper .action.close::before, .minicart-wrapper .action.close::after { content: ''; position: absolute; left: 10px; top: 12px; height: 20px; width: 2px; background-color: #333333; } .minicart-wrapper .action.close::before { transform: rotate(45deg); } .minicart-wrapper .action.close::after { transform: rotate(-45deg); } .minicart-wrapper .block-minicart { padding: 15px 20px; } .minicart-wrapper .block-minicart .block-content { display: flex; flex-direction: column; } .minicart-wrapper .block-minicart .block-content > .subtitle { display: block; font-size: .9em; text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; color: #8f98a1; } .minicart-wrapper .block-minicart .minicart-items-wrapper { order: 50; border: 0; margin: 10px 0 0; padding: 0 2px 0 0; } .minicart-wrapper .block-minicart .subtotal, .minicart-wrapper .block-minicart .items-total { order: 100; background: #f7f7f7; padding: 8px 15px; font-size: 0.95em; } .minicart-wrapper .block-minicart .items-total { margin: 10px 0 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; position: relative; } .minicart-wrapper .block-minicart .items-total::after { content: ''; position: absolute; left: 15px; right: 15px; bottom: 0; height: 1px; background: #e0e0e0; } .minicart-wrapper .block-minicart .subtotal { order: 100; margin: 0 0 5px; border-top-left-radius: 0; border-top-right-radius: 0; display: flex; align-items: center; justify-content: space-between; } .minicart-wrapper .block-minicart .subtotal .label::after { display: none; } .minicart-wrapper .block-minicart .block-content > .actions { order: 150; margin-top: 10px; } .minicart-wrapper .block-minicart .block-content > .actions > .primary { margin: 0; } .minicart-wrapper .block-minicart .block-content > .actions .secondary .action { margin: 5px 0; display: block; } .minicart-wrapper .minicart-items .product-item { padding: 10px 0; } .minicart-wrapper .minicart-items .product-item:last-child { padding-bottom: 0; } .minicart-wrapper .minicart-items .product-item img { filter: contrast(100%); } .minicart-wrapper .minicart-items .product-item-name { margin: 0 0 5px; } .minicart-wrapper .minicart-items .product-item-name a { color: #2b3945; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; } .minicart-wrapper .minicart-items .price-container .price { color: #8f98a1; font-size: 1.4rem; } .minicart-wrapper .minicart-items .product-item-details { position: relative; } .minicart-wrapper .minicart-items .product-item-details .price-excluding-tax, .minicart-wrapper .minicart-items .product-item-details .price-including-tax { margin: 0; } .minicart-wrapper .minicart-items .product-item-details .item-qty { padding: 2px; width: 40px; height: auto; border-color: transparent; font-size: 1em; } .minicart-wrapper .minicart-items .product-item-details .item-qty:hover, .minicart-wrapper .minicart-items .product-item-details .item-qty:focus { border-color: #f7f8f8; } .minicart-wrapper .minicart-items .product-item-details .details-qty { margin-top: 3px; } .minicart-wrapper .minicart-items .product-item-details .details-qty .update-cart-item { padding: 4px 12px; } .minicart-wrapper .minicart-items .product-item-details .product .toggle { padding: 0 0 5px; } .minicart-wrapper .minicart-items .product-item-details .product .options.list { margin: 5px 0; } .minicart-wrapper .minicart-items .product-item-details .product .options.list dt, .minicart-wrapper .minicart-items .product-item-details .product .options.list dd { margin-bottom: 3px; float: left; } .minicart-wrapper .minicart-items .product-item-details .product .options.list dt { margin-right: 10px; margin-left: 0; clear: left; } .minicart-wrapper .minicart-items .actions { opacity: 0; visibility: hidden; pointer-events: none; background: #fff; box-shadow: 0 0 5px 2px #fff; margin: 0; padding: 0 10px; position: absolute; right: 0; top: -2px; } .minicart-wrapper .minicart-items .actions > .primary:not(:last-child) { margin-right: 7px; } .minicart-wrapper .product:hover .actions { opacity: 1; visibility: visible; pointer-events: all; } .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close { margin: 0; padding: 15px; } .modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before, .modal-custom .action-close::after, .modal-popup .action-close::after, .modal-slide .action-close::after { content: ''; position: absolute; left: 10px; top: 12px; height: 20px; width: 2px; background-color: #333333; } .modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before { transform: rotate(45deg); } .modal-custom .action-close::after, .modal-popup .action-close::after, .modal-slide .action-close::after { transform: rotate(-45deg); } .category-image .image { margin-left: auto; margin-right: auto; } .toolbar select { height: auto; padding-top: 7px; padding-bottom: 7px; } .products-grid .product-item { width: calc(100%/2 - 6px); box-sizing: border-box; } .products-grid .product-item-actions { display: none; } .product-item .tocart { font-size: 1.6rem; } .product-item .price-box { margin: 10px 0; } .product-item-photo img, .product-image-container { vertical-align: top; } .page-products .product-item-info { width: auto; } .products.wrapper.list .product-reviews-summary { margin: 0 0 15px; } .block.crosssell .product-item-info, .block.upsell .product-item-info, .block.related .product-item-info { width: auto; } .column.main .products-grid .product-items { margin-left: -6px; } .column.main .products-grid .product-item:nth-child(n) { margin: 0 0 6px 6px; padding: 0; } .column.main .products-grid .product.swiper-slide { margin: 0; } .rating-summary .rating-result { text-align: left; } .filter-title strong { border: 2px solid #eff0f1; border-radius: 0; box-shadow: none; line-height: 20px; padding: 8px 12px; } .filter .block-subtitle, .filter > .content .subtitle { color: #2b3945; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.6rem; margin-top: 0rem; margin-bottom: 1.6rem; text-transform: uppercase; background: #e8e571; border: 2px solid currentColor; font-size: 18px; line-height: inherit; margin: 0 0 -2px; padding: 16px; } .sidebar .product-items .product-item { margin: 0 0 6px 6px; } .sidebar .product-items .product-item-info:after { clear: both; content: ''; display: table; } .sidebar .product-items .product-item-info .product-item-photo { margin: 0; display: inline-block; max-width: 100%; position: static; vertical-align: top; } .sidebar .product-items .product-item-info .product-item-details { margin: 0; } .sidebar .product-items .product-item .product-reviews-summary .reviews-actions { display: inline; } .review-add .block-title { display: block; } .review-add .review-legend.legend, .review-add .review-field-ratings > legend.label { display: none; } .review-control-vote input[type="radio"] { top: auto; } .review-control-vote label:before, .review-control-vote:before { height: 24px; } #product-review-container .review-toolbar { border: 0; } #product-review-container .review-toolbar .pages { border: 0; } @media (max-width: 1024px) { .review-ratings { float: none; margin-bottom: 10px; max-width: none; } .review-ratings ~ .review-content, .review-ratings ~ .review-details { margin: 0; clear: left; } } .review-control-vote label:before, .review-control-vote:before, .rating-summary .rating-result:before, .rating-summary .rating-result > span:before { background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTMgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlByb2R1Y3QtcmV2aWV3LXRhYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyOTQuMDAwMDAwLCAtMzg3LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk3Ny4wMDAwMDAsIDE5Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJyYXRpbmctY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzE3LjAwMDAwMCwgMTkyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJzdGFyLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0ic3RhciIgcG9pbnRzPSI2LjMwODg2OTk0IDAgNy43OTgxNjIxIDQuNTgzNTQ4OSAxMi42MTc2NjA1IDQuNTgzNTQ4OSA4LjcxODYxOTEzIDcuNDE2NDUxMSAxMC4yMDc5MTEzIDEyIDYuMzA4ODY5OTQgOS4xNjcxNzcxOSAyLjQwOTc0OTE5IDEyIDMuODk5MTIwNzUgNy40MTY0NTExIDAgNC41ODM1NDg5IDQuODE5NDk4MzggNC41ODM1NDg5Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") repeat no-repeat left top / 26px 24px; } .review-control-vote:before { content: ''; filter: invert(85%); width: 130px; } .review-control-vote .rating-5:before { display: inline-block; width: 130px; } .review-control-vote .rating-4:before { display: inline-block; width: 104px; } .review-control-vote .rating-3:before { display: inline-block; width: 78px; } .review-control-vote .rating-2:before { display: inline-block; width: 52px; } .review-control-vote .rating-1:before { display: inline-block; width: 26px; } .rating-summary .rating-result:before { background-size: 13px 12px; filter: invert(85%); } .rating-summary .rating-result > span:before { background-size: 13px 12px; } .product.data.items { border-bottom: none; margin-left: 0; margin-right: 0; } .product.data.items > .item.title .data.switch .counter { color: inherit; } .product.data.items > .item.content .products { margin: 0; } .argento-tabs:not(.argento-tabs-initialized) > *:first-child > .block-content { display: block; } ul.compare.wrapper { display: block; margin: 0; padding: 0; list-style: none; } ul.compare.wrapper li { margin: 0; padding: 0; white-space: nowrap; } ul.compare.wrapper .action.compare { z-index: 20; position: fixed; right: 0; bottom: 130px; /* Slow scrolling performance: //stackoverflow.com/a/15147497; */ -webkit-backface-visibility: hidden; -webkit-perspective: 1000; transition: background 200ms linear; width: 40px; line-height: 40px; border: 1px solid #eeeeee; border-width: 1px 0 1px 1px; border-radius: 0; -ms-writing-mode: tb; writing-mode: vertical-lr; display: block; padding: 15px 0; box-sizing: border-box; color: #313131; background: #ffffff; } ul.compare.wrapper .action.compare:visited { color: #313131; } ul.compare.wrapper .action.compare:hover { text-decoration: none; color: #313131; background: #fafafa; } ul.compare.wrapper .counter.qty { display: none; color: inherit; font-weight: bold; } ul.compare.wrapper .counter.qty::before { content: '('; } ul.compare.wrapper .counter.qty::after { content: ')'; } @media (min-height: 490px) { ul.compare.wrapper .action.compare { bottom: 230px; } } @media (min-height: 720px) { ul.compare.wrapper .action.compare { bottom: 260px; } ul.compare.wrapper .action.compare .counter.qty { display: inline-block; } } .page-main > .messages { margin-left: auto; margin-right: auto; max-width: 1260px; } .page-main > .messages .message { margin: 15px 0; } .block-product-sidebar .list-attributepages { margin: 0 0 20px; padding-bottom: 10px; border-bottom: 1px solid #c1c1c1; } .block-product-sidebar .block-services-sidebar .block-title { display: none; } .block-services-sidebar .icon-section { margin-bottom: 15px; } .block-services-sidebar .icon-section:after { clear: both; content: ''; display: table; } .block-services-sidebar .icon-section .icon { float: left; color: #219291; margin: 0 5px 0 0; } .block-services-sidebar .icon-section .section-info { margin-left: 61px; } .block-services-sidebar .icon-section .section-info .section-title { margin: 0 0 0.5rem; } .block-promo { border: 0 solid #2b3945; margin: 15px 0; } .block-promo .block-title { margin: 0; padding: 10px; border: 0 solid #2b3945; border-width: 0 0 1px; } .blocks-secondary .block { border: 3px solid #2b3945; padding: 5px 10px 0; margin: 0 0 12px !important; } .blocks-secondary .block .block-title strong { font-weight: 300; } .blocks-secondary .block .product-item-info:after { clear: both; content: ''; display: table; } .blocks-secondary .block .product-item-actions { display: none; } .blocks-secondary .block .actions-toolbar { border-top: 1px dashed #2b3945; padding: 13px 10px 12px; margin: 7px -10px 0; } .blocks-secondary .block .actions-toolbar .secondary a.action { margin: 0; } .blocks-secondary .product-items { margin: 0; } .column.main .blocks-secondary .product-items { margin: 0; } .blocks-secondary .product-items .product-item { padding: 10px 0 0; margin-bottom: 10px; border-top: 1px solid #2b3945; } .blocks-secondary .product-items .product-item:first-child { padding: 0; border-top: none; } .block.newsletter input { padding: 0; margin-right: 5px; } .block.newsletter input[type="email"] { height: 40px; border: 0; font-size: 16px; padding: 12px 15px; margin: 0; } .block.newsletter .field .control:before { line-height: 30px; } .block.newsletter .action.subscribe { margin: 0 0 0 -1px; position: static; width: auto; height: auto; } .block.newsletter .mage-error { text-align: left; } .message { box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09); text-align: center; text-transform: uppercase; } .message a { text-decoration: underline; } .jumbotron { background: #ffffff; padding: 25px 0 20px; position: relative; } .jumbotron > .container { padding: 5px 10px; margin: 0 auto; width: auto; max-width: 1260px; box-sizing: border-box; } .jumbotron > .container:after { clear: both; content: ''; display: table; } .jumbotron.jumbotron-bright { background: #f15922; } .jumbotron.jumbotron-pastel { background: #229392; } .jumbotron.jumbotron-pastel-alt { background: #a5205f; } .jumbotron.jumbotron-dark { background: #151515; } .jumbotron.jumbotron-pattern { background: #ffffff; } .jumbotron.jumbotron-image { background: #ffffff; } .jumbotron-inverse, .jumbotron-inverse .block-title, .jumbotron-inverse .block .block-title, .jumbotron-inverse .block-title span, .jumbotron-inverse .block .block-title span, .jumbotron-inverse .block .block-title strong, .jumbotron-inverse .subtitle, .jumbotron-inverse a, .jumbotron-inverse .easycatalogimg .parent-category a { color: #ffffff; } .jumbotron-inverse { /* ignore jumbotron invert colors for product grid / product list */ } .jumbotron-inverse .product-items { color: #2b3945; } .jumbotron-inverse .product-items a { color: #8f98a1; } .jumbotron.no-padding { padding: 0; } .jumbotron.no-padding-top { padding-top: 0; } .jumbotron.no-padding-bottom { padding-bottom: 0; } .jumbotron.no-padding .container { padding: 0; } .jumbotron + .jumbotron { border-top: 1px solid #e0e0e0; } .jumbotron-bright + .jumbotron, .jumbotron-pastel + .jumbotron, .jumbotron-pastel-alt + .jumbotron, .jumbotron-dark + .jumbotron, .jumbotron-pattern + .jumbotron, .jumbotron-image + .jumbotron, .jumbotron + .jumbotron-bright, .jumbotron + .jumbotron-pastel, .jumbotron + .jumbotron-pastel-alt, .jumbotron + .jumbotron-dark, .jumbotron + .jumbotron-pattern, .jumbotron + .jumbotron-image { border-top: 0; } .jumbotron-bright + .jumbotron-bright, .jumbotron-pastel + .jumbotron-pastel, .jumbotron-pastel-alt + .jumbotron-pastel-alt, .jumbotron-dark + .jumbotron-dark { border-top: 1px solid #fff; } .jumbotron .stub, .jumbotron .stub:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .jumbotron .stub { z-index: 1; border-width: 21px 36px 0; top: -1px; left: 50%; margin-left: -36px; border-top-color: #e0e0e0; } .jumbotron .stub:after { content: ""; border-width: 20px 35px 0; top: -21px; margin-left: -35px; content: " "; border-top-color: #ffffff; } .jumbotron + .jumbotron-bright .stub, .jumbotron + .jumbotron-pastel .stub, .jumbotron + .jumbotron-pastel-alt .stub, .jumbotron + .jumbotron-dark .stub, .jumbotron + .jumbotron-pattern .stub, .jumbotron + .jumbotron-image .stub { border-top-color: transparent; top: 0px; } .jumbotron-bright + .jumbotron .stub, .jumbotron-bright + .jumbotron .stub:after { border-top-color: #f15922; } .jumbotron-pastel + .jumbotron .stub, .jumbotron-pastel + .jumbotron .stub:after { border-top-color: #229392; } .jumbotron-pastel-alt + .jumbotron .stub, .jumbotron-pastel-alt + .jumbotron .stub:after { border-top-color: #a5205f; } .jumbotron-dark + .jumbotron .stub, .jumbotron-dark + .jumbotron .stub:after { border-top-color: #151515; } .jumbotron-bright + .jumbotron-bright .stub, .jumbotron-pastel + .jumbotron-pastel .stub, .jumbotron-pastel-alt + .jumbotron-pastel-alt .stub, .jumbotron-dark + .jumbotron-dark .stub { border-top-color: #fff; } /* Covers - similar to stubs, but it cover the current jumbotron at the bottom with transparent triangle */ .jumbotron .cover .triangle { float: none !important; border-bottom: 21px solid #229392; width: 50%; box-sizing: border-box; position: absolute; bottom: 0; z-index: 2; } .jumbotron .cover .triangle { border-bottom-color: #ffffff; } .jumbotron .cover-pastel .triangle { border-bottom-color: #229392; } .jumbotron .cover-pastel-alt .triangle { border-bottom-color: #a5205f; } .jumbotron .cover-bright .triangle { border-bottom-color: #f15922; } .jumbotron .cover-dark .triangle { border-bottom-color: #151515; } .jumbotron .cover .right { right: 0; border-left: 36px solid transparent; } .jumbotron .cover .left { left: 0; border-right: 36px solid transparent; } .stub ~ .container, .stub + .h2 { padding-top: 5px; } .cover ~ .container { padding-bottom: 15px; } lite-youtube { max-width: 720px; } lite-youtube::after { content: ""; display: block; padding-bottom: calc(56.25%); } .argento-float-photo img { vertical-align: top; } .social-icons a { vertical-align: middle; display: inline-block; } .social-icons a:hover { text-decoration: none; } .social-icons .fa-stack { color: #cccccc; } .social-icons .fa-stack:hover { color: #b3b3b3; } .social-icons.colorize-fa .fa-youtube-play { color: #cc181e; } .social-icons.colorize-fa .fa-youtube { color: #cc181e; } .social-icons.colorize-fa .fa-vk { color: #507299; } .social-icons.colorize-fa .fa-vimeo { color: #00b3ec; } .social-icons.colorize-fa .fa-twitter { color: #1da1f2; } .social-icons.colorize-fa .fa-skype { color: #00aff0; } .social-icons.colorize-fa .fa-rss { color: #fb7629; } .social-icons.colorize-fa .fa-pinterest { color: #bd081c; } .social-icons.colorize-fa .fa-odnoklassniki { color: #ee8208; } .social-icons.colorize-fa .fa-linkedin { color: #1686b0; } .social-icons.colorize-fa .fa-github { color: #231e20; } .social-icons.colorize-fa .fa-google-plus { color: #db4437; } .social-icons.colorize-fa .fa-google { color: #db4437; } .social-icons.colorize-fa .fa-facebook { color: #3b5998; } .social-icons.colorize-fa .fa-instagram { color: #c5156a; } .social-icons.colorize-fa-hover .fa { transition: color 200ms ease-out; } .social-icons.colorize-fa-hover a:hover .fa-youtube-play { color: #cc181e; } .social-icons.colorize-fa-hover a:hover .fa-youtube { color: #cc181e; } .social-icons.colorize-fa-hover a:hover .fa-vk { color: #507299; } .social-icons.colorize-fa-hover a:hover .fa-vimeo { color: #00b3ec; } .social-icons.colorize-fa-hover a:hover .fa-twitter { color: #1da1f2; } .social-icons.colorize-fa-hover a:hover .fa-skype { color: #00aff0; } .social-icons.colorize-fa-hover a:hover .fa-rss { color: #fb7629; } .social-icons.colorize-fa-hover a:hover .fa-pinterest { color: #bd081c; } .social-icons.colorize-fa-hover a:hover .fa-odnoklassniki { color: #ee8208; } .social-icons.colorize-fa-hover a:hover .fa-linkedin { color: #1686b0; } .social-icons.colorize-fa-hover a:hover .fa-github { color: #231e20; } .social-icons.colorize-fa-hover a:hover .fa-google-plus { color: #db4437; } .social-icons.colorize-fa-hover a:hover .fa-google { color: #db4437; } .social-icons.colorize-fa-hover a:hover .fa-facebook { color: #3b5998; } .social-icons.colorize-fa-hover a:hover .fa-instagram { color: #c5156a; } .social-icons.colorize-fa-hover .fa-youtube-play:hover { color: #cc181e; } .social-icons.colorize-fa-hover .fa-youtube:hover { color: #cc181e; } .social-icons.colorize-fa-hover .fa-vk:hover { color: #507299; } .social-icons.colorize-fa-hover .fa-vimeo:hover { color: #00b3ec; } .social-icons.colorize-fa-hover .fa-twitter:hover { color: #1da1f2; } .social-icons.colorize-fa-hover .fa-skype:hover { color: #00aff0; } .social-icons.colorize-fa-hover .fa-rss:hover { color: #fb7629; } .social-icons.colorize-fa-hover .fa-pinterest:hover { color: #bd081c; } .social-icons.colorize-fa-hover .fa-odnoklassniki:hover { color: #ee8208; } .social-icons.colorize-fa-hover .fa-linkedin:hover { color: #1686b0; } .social-icons.colorize-fa-hover .fa-github:hover { color: #231e20; } .social-icons.colorize-fa-hover .fa-google-plus:hover { color: #db4437; } .social-icons.colorize-fa-hover .fa-google:hover { color: #db4437; } .social-icons.colorize-fa-hover .fa-facebook:hover { color: #3b5998; } .social-icons.colorize-fa-hover .fa-instagram:hover { color: #c5156a; } .social-icons.colorize-fa-stack .icon-youtube-play .fa-stack .fa:first-child { color: #cc181e; } .social-icons.colorize-fa-stack .icon-youtube .fa-stack .fa:first-child { color: #cc181e; } .social-icons.colorize-fa-stack .icon-vk .fa-stack .fa:first-child { color: #507299; } .social-icons.colorize-fa-stack .icon-vimeo .fa-stack .fa:first-child { color: #00b3ec; } .social-icons.colorize-fa-stack .icon-twitter .fa-stack .fa:first-child { color: #1da1f2; } .social-icons.colorize-fa-stack .icon-skype .fa-stack .fa:first-child { color: #00aff0; } .social-icons.colorize-fa-stack .icon-rss .fa-stack .fa:first-child { color: #fb7629; } .social-icons.colorize-fa-stack .icon-pinterest .fa-stack .fa:first-child { color: #bd081c; } .social-icons.colorize-fa-stack .icon-odnoklassniki .fa-stack .fa:first-child { color: #ee8208; } .social-icons.colorize-fa-stack .icon-linkedin .fa-stack .fa:first-child { color: #1686b0; } .social-icons.colorize-fa-stack .icon-github .fa-stack .fa:first-child { color: #231e20; } .social-icons.colorize-fa-stack .icon-google-plus .fa-stack .fa:first-child { color: #db4437; } .social-icons.colorize-fa-stack .icon-google .fa-stack .fa:first-child { color: #db4437; } .social-icons.colorize-fa-stack .icon-facebook .fa-stack .fa:first-child { color: #3b5998; } .social-icons.colorize-fa-stack .icon-instagram .fa-stack .fa:first-child { color: #c5156a; } .social-icons.colorize-fa-stack-hover .fa-stack .fa:first-child { transition: color 200ms ease-out; } .social-icons.colorize-fa-stack-hover .icon-youtube-play:hover .fa-stack .fa:first-child { color: #cc181e; } .social-icons.colorize-fa-stack-hover .icon-youtube:hover .fa-stack .fa:first-child { color: #cc181e; } .social-icons.colorize-fa-stack-hover .icon-vk:hover .fa-stack .fa:first-child { color: #507299; } .social-icons.colorize-fa-stack-hover .icon-vimeo:hover .fa-stack .fa:first-child { color: #00b3ec; } .social-icons.colorize-fa-stack-hover .icon-twitter:hover .fa-stack .fa:first-child { color: #1da1f2; } .social-icons.colorize-fa-stack-hover .icon-skype:hover .fa-stack .fa:first-child { color: #00aff0; } .social-icons.colorize-fa-stack-hover .icon-rss:hover .fa-stack .fa:first-child { color: #fb7629; } .social-icons.colorize-fa-stack-hover .icon-pinterest:hover .fa-stack .fa:first-child { color: #bd081c; } .social-icons.colorize-fa-stack-hover .icon-odnoklassniki:hover .fa-stack .fa:first-child { color: #ee8208; } .social-icons.colorize-fa-stack-hover .icon-linkedin:hover .fa-stack .fa:first-child { color: #1686b0; } .social-icons.colorize-fa-stack-hover .icon-github:hover .fa-stack .fa:first-child { color: #231e20; } .social-icons.colorize-fa-stack-hover .icon-google-plus:hover .fa-stack .fa:first-child { color: #db4437; } .social-icons.colorize-fa-stack-hover .icon-google:hover .fa-stack .fa:first-child { color: #db4437; } .social-icons.colorize-fa-stack-hover .icon-facebook:hover .fa-stack .fa:first-child { color: #3b5998; } .social-icons.colorize-fa-stack-hover .icon-instagram:hover .fa-stack .fa:first-child { color: #c5156a; } .page-scroll-up { position: fixed; bottom: 320px; right: 0; z-index: 21; width: 40px; height: 60px; /* Slow scrolling performance: //stackoverflow.com/a/15147497; */ -webkit-backface-visibility: hidden; -webkit-perspective: 1000; cursor: pointer; background: #ffffff; transition: background 200ms linear; border: 1px solid #eeeeee; border-width: 1px 0 1px 1px; border-radius: 0; } .page-scroll-up:hover { background: #fafafa; } .page-scroll-up svg { fill: #313131; width: 40px; height: 60px; } @media (min-height: 490px) { .page-scroll-up { bottom: 420px; } } @media (min-height: 720px) { .page-scroll-up { bottom: 520px; } } .box-tocart { padding-top: 10px; margin-top: 0 !important; } .product-info-main .swatch-opt, .product-info-main .fieldset:last-child { margin-bottom: 12px; } .cms-index-index .column.main > .row { margin-bottom: 15px; } .cms-index-index .column.main > .row:last-child { margin-bottom: 0; } .cms-index-index .column.main .blocks-main:not(.argento-tabs) .block .block-title { margin-bottom: 10px; } .cms-index-index .column.main .blocks-main:not(.argento-tabs) .block .block-content { border: 1px solid #2b3945; padding: 15px; } .cms-index-index .column.main .blocks-main:not(.argento-tabs) .block .block-content .actions-toolbar { border-top: 1px dashed #2b3945; padding: 15px 10px 0; margin: 10px -15px 0; } .cart.table-wrapper .col.qty .input-text { width: 60px; padding: 5px 15px; } .checkout-cart-index .cart.main.actions { display: flex; align-items: center; } .checkout-cart-index .cart.main.actions button { margin-left: 5px; } .checkout-cart-index .cart.main.actions .action.continue { display: block; margin-right: auto; } .checkout-cart-index .cart-summary { padding: 10px 22px 30px; } .checkout-cart-index .cart-summary .block .title strong { font-size: 1.6rem; font-weight: normal; } .checkout-cart-index .cart-summary .block.discount .title { border-top: 0; } .checkout-cart-index .cart-summary .block.discount .label { display: none; } .checkout-cart-index .cart-totals .table-caption { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; display: block; text-align: left; font-weight: bold; text-transform: uppercase; padding: 20px 0 10px 0; font-size: 1.8rem; } .page-layout-checkout .page-header { border-bottom: 1px solid #f2f5f7; box-shadow: none; } .page-layout-checkout .opc-wrapper { margin: 0; } .page-layout-checkout select, .page-layout-checkout textarea, .page-layout-checkout input[type="text"], .page-layout-checkout input[type="password"], .page-layout-checkout input[type="url"], .page-layout-checkout input[type="tel"], .page-layout-checkout input[type="search"], .page-layout-checkout input[type="number"], .page-layout-checkout input[type="datetime"], .page-layout-checkout input[type="email"] { height: 52px; border: 2px solid #e1e1e1; padding: 12px 15px; border-radius: false; } .page-layout-checkout select:focus, .page-layout-checkout textarea:focus, .page-layout-checkout input[type="text"]:focus, .page-layout-checkout input[type="password"]:focus, .page-layout-checkout input[type="url"]:focus, .page-layout-checkout input[type="tel"]:focus, .page-layout-checkout input[type="search"]:focus, .page-layout-checkout input[type="number"]:focus, .page-layout-checkout input[type="datetime"]:focus, .page-layout-checkout input[type="email"]:focus { border-color: #c8c8c8; } .page-layout-checkout select { padding-right: 30px; } .page-layout-checkout textarea { height: auto; } .page-layout-checkout .field .control._with-tooltip input { margin-right: 0; width: calc(100% - 25px); } .page-layout-checkout .field.choice .field-note { margin: 2px 0 0 22px; font-size: .85em; opacity: .7; } .page-layout-checkout .opc-wrapper .form-login { margin: 0 5px 20px 5px; border-color: #f2f5f7; padding: 0; } .page-layout-checkout .fieldset { letter-spacing: -0.4em; } .page-layout-checkout .fieldset > * { letter-spacing: normal; } .page-layout-checkout .fieldset.address > div.field { width: calc(100%/2 - 10px); margin: 0 5px 20px 5px; display: inline-block; vertical-align: top; } .page-layout-checkout .fieldset.address > div.field.choice { width: 100%; } .page-layout-checkout .fieldset.address > fieldset { margin: 0 5px 20px 5px; } .page-layout-checkout .opc-wrapper .form-login { margin-top: 5px; } .page-layout-checkout .opc-wrapper .form-login, .page-layout-checkout .opc-wrapper .form-shipping-address { max-width: none; } .page-layout-checkout .fieldset > .field .fields.group .field, .page-layout-checkout .fieldset > .fields > .field .fields.group .field { float: left; } .page-layout-checkout:not(.firecheckout) .loading-mask .loader { position: absolute; left: 0; right: 0; top: 0; bottom: 0; transform: none; } .page-layout-checkout:not(.firecheckout) .loading-mask .loader img { visibility: hidden; opacity: 0; display: none; } .page-layout-checkout:not(.firecheckout) .loading-mask .loader:before { background: none; } .page-layout-checkout:not(.firecheckout) .loading-mask .loader:after { content: ''; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-left: -15px; margin-top: -15px; -webkit-animation: argento-spin 0.7s linear infinite; animation: argento-spin 0.7s linear infinite; border: 2px solid transparent; border-top: 2px solid #000000; border-radius: 50%; cursor: wait; } .field-tooltip .field-tooltip-content { -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.03)); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.03)); } .field-tooltip .field-tooltip-content span > :first-child { margin-top: 0; } .field-tooltip { top: 10px; } .page-layout-checkout .opc-progress-bar { margin: 0 0 15px 5px; } .page-layout-checkout .opc-progress-bar li::before, .page-layout-checkout .opc-progress-bar li:last-child::after, .page-layout-checkout .opc-progress-bar li span::before, .page-layout-checkout .opc-progress-bar li span::after { display: none; } .page-layout-checkout .opc-progress-bar li { display: inline-block; width: auto; font-size: 13px; } .page-layout-checkout .opc-progress-bar li::after { content: '›'; margin: 0 5px 0 2px; position: static; border: 0; height: auto; } .page-layout-checkout .opc-progress-bar li span { font-size: 13px; padding: 0; width: auto; } .page-layout-checkout .opc-progress-bar li._complete span:hover { text-decoration: underline; } .page-layout-checkout .opc-block-summary { background: none; } .page-layout-checkout .opc-block-summary .items-in-cart > .title { border: 0; } .page-layout-checkout .opc-block-summary .table-totals, .page-layout-checkout .opc-block-summary .table-totals .grand .mark, .page-layout-checkout .opc-block-summary .table-totals .grand .amount { border-color: #f2f5f7; } .page-layout-checkout .opc-block-shipping-information .shipping-information-title { margin: 0; border: 0; font-size: 20px; } .page-layout-checkout .opc-block-shipping-information .shipping-information-title .action-edit { top: 2px; } .page-layout-checkout .opc-block-shipping-information .shipping-information-title .action-edit::before { font-size: 13px; } .page-layout-checkout .checkout-payment-method .fieldset > br { display: none; } .page-layout-checkout .checkout-payment-method .field-select-billing { margin: 0 5px 20px 5px; margin-top: 8px; } .page-layout-checkout .checkout-payment-method .field-select-billing, .page-layout-checkout .checkout-payment-method .billing-address-form { max-width: none; } .page-layout-checkout .checkout-payment-method .payment-method + .payment-method .payment-method-title, .page-layout-checkout .checkout-payment-method .payment-option-title { border: 0; } .page-layout-checkout .checkout-payment-method .payment-methods { margin: 0; } .page-layout-checkout .checkout-payment-method .opc-payment { margin-bottom: 20px; } .page-layout-checkout .checkout-payment-method .payment-method-title { padding: 12px 0; } .page-layout-checkout .checkout-payment-method .payment-method-content #po_number { margin-bottom: 0; } .page-layout-checkout .checkout-payment-method .payment-method-content .ccard > .field.cvv > .control { padding-right: 0; } .page-layout-checkout .checkout-payment-method .ccard .fields > .year { padding: 0; padding-left: 5px; } .page-layout-checkout .checkout-payment-method .payment-option { margin: 0; } .page-layout-checkout .checkout-payment-method .payment-option-title { padding: 5px 0; } .page-layout-checkout .checkout-payment-method .payment-option-title .action-toggle::after { margin: 0 0 3px; } .page-layout-checkout .checkout-payment-method .payment-option-content { padding: 5px 5px 10px; } .page-layout-checkout .checkout-payment-method .payment-option-content .form-discount input[type="text"] { height: 42px; } .page-layout-checkout .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action { margin: 0 0 0 5px; } .page-layout-checkout .checkout-agreements .checkout-agreement { margin: 0 0 7px; } #delivery-method-selector .action.selected { color: #ffffff; background: #f76801; } .page-layout-checkout .opc-wrapper .shipping-address-item::before { display: none; } .page-layout-checkout .methods-shipping { border: 0; } .page-layout-checkout .methods-shipping .actions-toolbar { margin-top: 15px; } .page-layout-checkout .checkout-shipping-method .step-content { margin: 0; } .page-layout-checkout .table-checkout-shipping-method tbody td { border: 0; padding-top: 8px; padding-bottom: 8px; } .page-layout-checkout .swissup-delivery-date { max-width: none; } .page-layout-checkout .subscription > .field > label { display: none; } .page-layout-checkout .opc-estimated-wrapper { border-color: #f2f5f7; background: #fdfdfd; margin: -21px -10px 15px; } .page-layout-checkout .opc-wrapper .step-title, .page-layout-checkout .opc-block-summary > .title { border: 0; margin: 0; padding: 0 0 15px; font-size: 2.6rem; } .page-layout-checkout .opc-wrapper .step-title { border: 0; } .page-layout-checkout .modal-popup { pointer-events: auto; } .page-layout-checkout .modal-inner-wrap, .page-layout-checkout .modal-popup.modal-slide .modal-inner-wrap[class] { background: #ffffff; } .page-layout-checkout .modal-popup .form-shipping-address { max-width: none; } .page-layout-checkout .authentication-wrapper .action-auth-toggle, .page-layout-checkout .authentication-wrapper .action-auth-toggle:active, .page-layout-checkout .authentication-wrapper .action-auth-toggle:focus { color: #8f98a1; } .page-layout-checkout .authentication-wrapper { margin-top: -64px; } .wishlist-index-index .box-tocart .field.qty input { padding: 7px 10px; max-width: 45px; } .wishlist-index-index .box-tocart .field.qty label { width: auto; min-height: 25px; } .wishlist-index-index .products-grid.wishlist .product-item-actions { text-align: left; opacity: 1; position: static; } .wishlist-index-index .products-grid.wishlist .product-item-comment { padding: 5px 8px; } .wishlist-index-index .products-grid.wishlist .product-item .price-box { display: block; } .wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart { font-size: 1.6rem; } .products-list .prolabels-wrapper { display: table-cell; vertical-align: top; border: solid transparent; border-width: 0 33px 33px 0; } .products-list .prolabels-wrapper .product-item-photo { display: block; padding: 0; width: auto; } .block-carousel .block-content .swiper-container, .argento-swiper-wrapper .products-grid, .page-header .header.panel .header-slider.swiper-container { padding: 0 30px; } .block-carousel .block-content .swiper-container::before, .block-carousel .block-content .swiper-container::after, .argento-swiper-wrapper .products-grid::before, .argento-swiper-wrapper .products-grid::after, .page-header .header.panel .header-slider.swiper-container::before, .page-header .header.panel .header-slider.swiper-container::after { content: ''; position: absolute; top: 0; bottom: 0; z-index: 2; background: #ffffff; width: 30px; } .block-carousel .block-content .swiper-container::before, .argento-swiper-wrapper .products-grid::before, .page-header .header.panel .header-slider.swiper-container::before { left: 0; } .block-carousel .block-content .swiper-container::after, .argento-swiper-wrapper .products-grid::after, .page-header .header.panel .header-slider.swiper-container::after { right: 0; } .argento-swiper-wrapper .products-grid { position: relative; } .argento-swiper-wrapper .products-grid:not(.swiper-container) .product-item:not(:first-child) { display: none; } .argento-swiper-wrapper .products-grid .product-item { margin: 0; } .argento-swiper-wrapper .products-grid .product-item-details :last-child { margin-bottom: 0; } .product.featured-attributes { display: none; } .sidebar .block-wishlist .product-items .product-item { margin: 0 0 25px; } .sidebar .block-wishlist .product-items .product-item:last-child { margin: 0 0 15px; } .sidebar .block-wishlist .product-items .product-item-info .product-item-photo { margin: 0 10px 0 0; float: left; } .block-wishlist .product-items .product-item-photo img { height: auto !important; } .captcha-image:after { clear: both; content: ''; display: table; } .captcha-image .captcha-img { float: left; } .captcha-image .captcha-reload { border-radius: 50%; padding: 0; vertical-align: top; transform: translateX(-100%); display: inline-block; text-decoration: none; } .captcha-image .captcha-reload:not(:hover):not(:active):not(:focus) { background: #fff; } .captcha-image .captcha-reload > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .captcha-image .captcha-reload:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: inherit; content: '\f021'; font-family: 'FontAwesome'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .captcha-image .captcha-reload:hover:before { color: inherit; } .captcha-image .captcha-reload:active:before { color: inherit; } .captcha-image .captcha-reload::before { width: 16px; height: 16px; padding: 3px; } .element .bg-yellow { background-color: #FCE0B3; } .element .bg-mint { background-color: #D2ECE6; } .element .bg-lavender { background-color: #DFE2F0; } .element .bg-blue { background-color: #286EF1; } .element .bg-green { background-color: #42CA49; } .element .bg-orange { background-color: #FF6601; } .cms-elements { background: #fff; } .cms-elements .page-main { max-width: none; } .cms-elements .contents { padding-top: 30px; } .cms-elements .jumbotron + .jumbotron { border-top: 1px solid #e0e0e0; } .cms-elements section.jumbotron .container > .title { margin-bottom: 2em; } .cms-elements .code { display: none; margin-top: 2em; background: #f4f4f4; border: 1px solid #ddd; border-left: 3px solid #F23630; color: #666; page-break-inside: avoid; font-family: monospace; font-size: 15px; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1em 1.5em; word-wrap: break-word; white-space: pre-wrap; direction: ltr; } .image-block.element { display: flex; flex-direction: column-reverse; align-items: center; } .image-block.element .info { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .image-block.element .info .label { padding: 3px 12px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; color: #f76801; background: transparent; border: 1px solid #f76801; } .image-block.element .info h2.heading { font-size: 42px; padding-bottom: 1em; margin-top: 0; margin-bottom: 0; font-weight: 600; } .image-block.element .info h2.heading strong { font-weight: 600; } .image-block.element .info p.text { color: #2b3945; font-size: 20px; margin-bottom: 2em; } .image-block.element .info .action.primary { display: inline-block; padding: 18px 20px; font-size: 1.6rem; letter-spacing: normal; } .image-block.element .picture { text-align: center; margin-bottom: 2em; } .background-divider.element { position: relative; } .background-divider.element > img { display: block; } .background-divider.element .content { padding: 10px; color: #2b3945; background: url('../../frontend/Kukladom/Main/ru_RU/images/divider-bg.png'); background-size: cover; background-repeat: no-repeat; box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02); } .background-divider.element .content .label { text-transform: uppercase; font-weight: 600; font-size: 1.4rem; padding: 3px 12px; display: inline-block; color: #000000; background: transparent; } .background-divider.element .content .block-title { margin-bottom: 20px; } .background-divider.element .content .block-title, .background-divider.element .content .block-title [role="heading"] { font-weight: 600; } .background-divider.element .content .block-title [role="heading"] { font-size: 2.8rem; text-transform: uppercase; } .background-divider.element .content .block-title [role="heading"]::after { margin-left: auto; margin-right: auto; } .background-divider.element .content .block-title .subtitle { font-size: 2rem; font-weight: normal; } .background-divider.element .content .action { text-decoration: none; background-image: none; background: transparent; border: 2px solid #202633; color: #000000; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: normal; margin: 0; padding: 18px 20px; font-size: 2rem; line-height: 1.8rem; box-sizing: border-box; vertical-align: middle; } .background-divider.element .content .action:hover, .background-divider.element .content .action:active, .background-divider.element .content .action:focus { text-decoration: none; } .background-divider.element .content .action:focus, .background-divider.element .content .action:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .background-divider.element .content .action:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .background-divider.element .content .action.disabled, .background-divider.element .content .action[disabled], fieldset[disabled] .background-divider.element .content .action { opacity: 0.5; cursor: default; pointer-events: none; } .element.icon-text-small { display: flex; flex-direction: column; } .element.icon-text-small .description { background: url('../../frontend/Kukladom/Main/ru_RU/images/arr-bg-right.svg'); background-repeat: no-repeat; background-size: contain; } .element.icon-text-small .description h2.heading { font-size: 36px; padding-bottom: 1em; margin-top: 0; margin-bottom: 0; } .element.icon-text-small .description h2.heading strong { background-size: contain; word-break: normal; } .element.icon-text-small .description p.text { font-size: 18px; margin-bottom: 2em; } .element.icon-text-small .description .action.primary { background-image: none; background: transparent; border: 2px solid #202633; color: #333333; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; margin: 0; padding: 10px 15px; font-size: 2rem; line-height: 1.8rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; padding: 12px 25px; } .element.icon-text-small .description .action.primary:focus, .element.icon-text-small .description .action.primary:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .element.icon-text-small .description .action.primary:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .element.icon-text-small .description .action.primary.disabled, .element.icon-text-small .description .action.primary[disabled], fieldset[disabled] .element.icon-text-small .description .action.primary { opacity: 0.5; cursor: default; pointer-events: none; } .element.icon-text-small .icons { display: flex; flex-wrap: wrap; background-color: #fafafa; padding: 2em; } .element.icon-text-small .icons .item { display: flex; margin: 20px 2px; } .element.icon-text-small .icons .item .icon { display: flex; width: 54px; height: 54px; margin-right: 20px; justify-content: center; align-items: center; flex-shrink: 0; background-color: #ede734; } .element.icon-text-small .icons .item .info h4 { font-size: 20px; margin-top: 0; margin-bottom: 1rem; } .element.icon-text-small .icons .item .info .text { color: #6a7480; } .element.icon-text-big { display: flex; flex-direction: column; background-color: #ffffff; } .element.icon-text-big .item { display: flex; flex-direction: column; justify-content: center; padding: 2em 2em 4em; margin-bottom: 2em; border-radius: 4px; background: #fafafa; } .element.icon-text-big .item .icon { display: flex; border-radius: 50%; justify-content: center; align-items: center; align-self: flex-start; flex-shrink: 0; box-shadow: none; } .element.icon-text-big .item .icon img { height: 64px; width: auto; } .element.icon-text-big .item .info h3 { font-size: 32px; margin-top: 3.2rem; margin-bottom: 2rem; } .element.icon-text-big .item .info .text { font-size: 18px; } .element.icon-text-top .content { display: flex; flex-direction: column; } .element.icon-text-top .block-title { text-align: center; } .element.icon-text-top .block-title .heading::after { margin-left: auto; margin-right: auto; } .element.icon-text-top .item { display: flex; flex-direction: column; justify-content: center; padding: 2em 2em 4em; border-radius: 4px; margin-bottom: 2em; } .element.icon-text-top .item .icon { display: flex; border-radius: 50%; justify-content: center; align-items: center; align-self: flex-start; flex-shrink: 0; background-size: auto; } .element.icon-text-top .item .info h3 { font-size: 18px; margin-top: 3.2rem; margin-bottom: 2rem; } .element.icon-text-top .item .info .text { color: #6a7480; } .element.brands-slider .block-title { text-align: center; } .element.brands-slider .block-title strong { text-transform: none; } .element.brands-slider .easyslide-wrapper .swiper-container .swiper-button-prev, .element.brands-slider .easyslide-wrapper .swiper-container .swiper-button-next { border: none; } .element.product-info { padding: 20px 0; } .element.product-info .block-highlight { border: none; box-shadow: none; } .element.product-info .products-list .product-item-actions, .element.product-info .products-list .product-item-description { display: block; } .element.product-info .product-item-info { display: flex; flex-direction: column; } .element.product-info .product-item-info > div, .element.product-info .product-item-info > .product-item-photo { border: none; width: auto; } .element.product-info .action.more, .element.product-info .swatch-attribute, .element.product-info .products-list .item .product.actions .actions-secondary { display: none; } .element.product-info .product.name a { color: #202633; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 42px; font-weight: 600; text-transform: uppercase; } .element.product-info .product-item-description, .element.product-info .product-item-description p { font-size: 20px; } .element.product-info .product-item-details { display: flex; flex-direction: column; position: relative; padding-bottom: 70px; } .element.product-info .product-item-actions { position: absolute; bottom: 0; } .element.product-info .product-item .price-box { display: flex; flex-direction: column; text-align: left; } .element.product-info .product-item .price-box, .element.product-info .product-item .price-box .special-price { order: 10; } .element.product-info .product-item .price-box .price-label { display: none; } .element.product-info .product-item .price-box .price-from .price-label, .element.product-info .product-item .price-box .price-to .price-label { display: inline; } .element.product-info .product-item .price-box .price { font-size: 3.2rem; font-weight: 600; color: #202633; } .element.product-info .product-item .price-box .old-price .price { font-size: 1.8rem; color: #f76801; text-decoration: line-through; text-decoration-thickness: 2px; } .element.product-info .product-item .price-box .old-price::after { display: none; } .element.product-info .product-item .tocart { font-size: 1.6rem; } .element.product-info .swissup-ajaxpro-quick-view-wrapper { display: none; } .element.products-grid .block, .element.products-slider .block { border: none; box-shadow: none; } .element.products-grid .block-title, .element.products-slider .block-title { text-align: center; } .element.products-grid .block-title [role="heading"]::after, .element.products-slider .block-title [role="heading"]::after { display: none; } .element.products-slider .block-title strong::after { margin-left: auto; margin-right: auto; } .element.products-slider .block-highlight.highlight-carousel .swiper-container:hover { padding-bottom: 260px; margin-bottom: -260px; } .element.products-slider .block-highlight.highlight-carousel .swiper-container:hover .swiper-button-prev, .element.products-slider .block-highlight.highlight-carousel .swiper-container:hover .swiper-button-next { border: none; top: calc(50% - (260px - 20px) / 2); } .element.bio { display: flex; flex-direction: column; justify-content: space-around; padding-top: 50px; } .element.bio .item { background-color: #fafafa; margin-bottom: 60px; } .element.bio .item .wrapper { display: flex; flex-direction: column; width: 100%; box-sizing: border-box; } .element.bio .item .wrapper img.image { object-fit: scale-down; } .element.bio .item .wrapper .title { padding: 0 30px; font-size: 36px; margin-bottom: 1rem; margin-top: 3.5rem; } .element.bio .item .wrapper .subtitle { color: #f76801 !important; padding: 0 30px; text-transform: uppercase; font-weight: 600; font-size: 16px !important; margin-bottom: 2rem; } .element.bio .item .wrapper .info { padding: 5px 30px 30px; } .element.pricing .block-title .heading { font-size: 3rem; text-align: center; font-weight: normal; } .element.pricing .block-content { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; padding: 1em; } .element.pricing .price-block { border: 1px solid #f1f1f1; box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02); box-sizing: border-box; width: 100%; background-color: #FFF; text-align: center; margin-bottom: 20px; } .element.pricing .price-block.popular { border: 2px solid; border-color: #f76801; box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06); padding-top: 0; } .element.pricing .price-block .info-top { border-bottom: 1px solid #f1f1f1; padding: 8px; background: #2b3945; } .element.pricing .price-block.popular .info-top { background: #f76801; } .element.pricing .price-block .info-bottom { padding: 20px 25%; } .element.pricing .price-block .title { color: #ffffff; text-transform: uppercase; font-size: 36px; font-weight: 600; font-family: 'Fira Sans Extra Condensed', sans-serif; width: 100%; display: block; margin: 0; } .element.pricing .price-block .price { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; } .element.pricing .price-block .price strong { font-weight: 600; font-size: 48px; } .element.pricing .price-block .price span { font-size: 16px; } .element.pricing .price-block ul.conditions { padding: 0; color: #002d57; text-align: left; } .element.pricing .price-block ul.conditions li { list-style-image: url('../../frontend/Kukladom/Main/ru_RU/images/check-orange.svg'); list-style-position: inside; padding: 0 !important; text-indent: 0 !important; } .element.news .block-title { text-align: center; } .element.news .content { padding: 2em 1em 0; } .element.news .content .post-list { display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 0; } .element.news .content .post-list li.item { display: flex; flex-direction: column; align-items: center; width: 100%; margin-bottom: 2em; overflow: hidden; background: #fafafa; } .element.news .content .post-list li.item .post-image { width: 95%; margin: 0 auto; text-align: center; } .element.news .content .post-list li.item .post-content { padding: 15px; width: 80%; } .element.news .content .post-list li.item .post-content .post-tag { color: #c0c2c4; font-weight: 600; font-size: 14px; text-transform: uppercase; line-height: 140%; } .element.news .content .post-list li.item .post-content h2 { margin-top: 0; } .element.news .content .post-list li.item .post-content h2 a { font-weight: 600; font-size: 24px; line-height: 160%; text-decoration: none; color: #2b3945; } .element.news .content .post-list li.item .post-content h2::after { display: none; } .element.news .content .post-list li.item .post-content .short-description { font-size: 16px; line-height: 160%; color: #6a7480; margin-bottom: 1.5em; } .element.news .content .post-list li.item .post-content .read-more-link { font-weight: 600; font-size: 19px; line-height: 150%; display: flex; align-items: flex-start; color: #f76801; font-family: 'Fira Sans Extra Condensed', sans-serif; text-transform: uppercase; } .element.news .content .post-list li.item .post-content .read-more-link::after { margin-left: 15px; } .element.news .content .post-list li.item::before { display: none; } .element .testimonials-slider .content-heading { text-align: left; } .element .testimonials-slider .content-heading, .element .testimonials-slider .content-heading .title { position: relative; } .element .testimonials-slider .block-content figure.testimonial { padding: 120px 40px 30px; margin: 70px 0 50px; } .element .testimonials-slider .block-content figure.testimonial::before { background: #fafafa; content: ''; position: absolute; left: 10px; right: 10px; top: 0; bottom: 0; } .element .testimonials-slider .block-content figure.testimonial img, .element .testimonials-slider .block-content figure.testimonial .author { left: 50%; transform: translateX(-50%); z-index: 1; } .element .testimonials-slider .block-content figure.testimonial img { border-radius: 0; position: absolute; margin: 0; top: -30px; transform: translateX(-50%); } .element .testimonials-slider .block-content figure.testimonial .author { top: 65px; bottom: auto; padding: 0; text-align: center; font-weight: 600; } .element .testimonials-slider .block-content figure.testimonial .author, .element .testimonials-slider .block-content figure.testimonial .author h5 { text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; } .element .testimonials-slider .block-content figure.testimonial .author h5 { font-size: 1.6rem; font-weight: bold; } .element .testimonials-slider .block-content figure.testimonial .author p { color: #7A8FA3; } .element .testimonials-slider .block-content figure.testimonial .review-ratings { float: none; padding: 0; margin: 0 auto 10px; } .element .testimonials-slider .block-content figure.testimonial .review-ratings .label { display: none; } .element .testimonials-slider .block-content figure.testimonial blockquote { background: transparent; color: #002d57; font-size: 1.8rem; filter: none; -webkit-filter: none; padding: 20px; } .element .testimonials-slider .block-content figure.testimonial .testimonial-message { font-size: 20px; line-height: 150%; } .element .testimonials-slider .block-content figure.testimonial .arrow, .element .testimonials-slider .block-content figure.testimonial blockquote::before, .element .testimonials-slider .block-content figure.testimonial blockquote::after { display: none; } .element .testimonials-slider .block-content .swiper-button-prev, .element .testimonials-slider .block-content .swiper-container-rtl .swiper-button-next { bottom: 0; top: auto; left: calc(50% - 46px - 12px); } .element .testimonials-slider .block-content .swiper-button-next, .element .testimonials-slider .block-content .swiper-container-rtl .swiper-button-prev { bottom: 0; top: auto; left: calc(50% + 12px); } .element.testimonial-single .content-heading { display: none; } .page-title-wrapper .page-title, .argento-force-title [role="heading"], .hero .block-title [role="heading"], .argento-force-title-centered [role="heading"], .catalog-product-view .column.main > .block .block-title [role="heading"], .element.testimonials .testimonials-slider .content-heading { position: relative; display: inline-block; box-sizing: border-box; background-image: url(../../frontend/Kukladom/Main/ru_RU/images/title-bg.svg); background-repeat: no-repeat; background-position: 50%; padding: 12px 0; word-break: break-all; } .catalog-product-view .page-title-wrapper .page-title, .account .page-title-wrapper .page-title { position: static; background-image: none; padding: 0; word-break: normal; } .box-tocart .field.qty label, .product-options-wrapper .fieldset > .field > .label, .product-options-wrapper .fieldset > .field.date .legend, .product-options-wrapper .swatch-attribute .swatch-attribute-label-wrapper { align-items: center; display: flex; margin: 0; text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; min-height: 52px; width: 100px; } .product-options-wrapper .fieldset > .field.required > .label > span::after, .product-options-wrapper .fieldset > .field.date.required .legend > span::after { content: '*'; color: #e02b27; margin: 0 0 0 5.5px; } .product-info-main .input-text.qty, .product-options-wrapper .field .control > select, .swatch-attribute select.swatch-select, .bundle-options-container .input-text.qty { font-weight: bold; text-transform: uppercase; border: 2px solid #202633; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; line-height: 24px; } .product-options-wrapper .field .control .field.choice { align-items: center; text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 18px; line-height: 24px; } .filter .filter-current-subtitle::before, .filter-options-title::after, .qty-wrapper .action.toggle::after, .product.data.items > .item.title a::after, .checkout-cart-index .cart-summary .block > .title::after { background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNTIgLTE3KXRyYW5zbGF0ZSgwIDgpdHJhbnNsYXRlKDEyNzAgMyl0cmFuc2xhdGUoODcuNSA5KXJvdGF0ZSgtMjcwKXRyYW5zbGF0ZSgtODcuNSAtOSkiIHBvaW50cz0iOTAgOSA4NyAxNCA4NSAxNCA4OCA5IDg1IDQgODcgNCIvPjwvZz48L2c+PC9zdmc+') no-repeat right 10px center; background-size: 13px 7px; background-color: transparent; position: absolute; height: 30px; top: calc(50% - 15px); width: 30px; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add, .product-options-wrapper .swatch-attribute .with-link .action-wrapper a, .product-addto-links .action { box-shadow: inset 0 -2px 0 0 #eff0f1; font-size: 1.4rem; font-weight: bold; text-decoration: none; transition: box-shadow 0.1s ease-in-out; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add:hover, .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add:focus, .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add:active, .product-options-wrapper .swatch-attribute .with-link .action-wrapper a:hover, .product-options-wrapper .swatch-attribute .with-link .action-wrapper a:focus, .product-options-wrapper .swatch-attribute .with-link .action-wrapper a:active, .product-addto-links .action:hover, .product-addto-links .action:focus, .product-addto-links .action:active { box-shadow: inset 0 -2px 0 0 #8f98a1; } .link-accent, .askit-item-actions .askit-item-trigger, .actions-toolbar > .secondary .action.remind { font-family: 'Fira Sans Extra Condensed', sans-serif; border-bottom: 3px solid #ede734; padding-bottom: 2px; } .link-accent:hover, .link-accent:focus, .link-accent:active, .actions-toolbar > .secondary .action.remind:hover, .actions-toolbar > .secondary .action.remind:focus, .actions-toolbar > .secondary .action.remind:active { color: #2b3945; text-decoration: none; border-bottom-color: #c3bd11; } .cms-index-index a.button:not(.primary), .cms-index-index .column.main .block .actions-toolbar .action.view { background-image: none; background: transparent; border: 2px solid #202633; color: #333333; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; margin: 0; padding: 10px 15px; font-size: 2rem; line-height: 1.8rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; } .argento-force-button-with-right-arrow:focus, .argento-force-button-with-right-arrow:active, .cms-index-index a.button:not(.primary):focus, .cms-index-index a.button:not(.primary):active, .cms-index-index .column.main .block .actions-toolbar .action.view:focus, .cms-index-index .column.main .block .actions-toolbar .action.view:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .argento-force-button-with-right-arrow:hover, .cms-index-index a.button:not(.primary):hover, .cms-index-index .column.main .block .actions-toolbar .action.view:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .argento-force-button-with-right-arrow.disabled, .argento-force-button-with-right-arrow[disabled], fieldset[disabled] .argento-force-button-with-right-arrow, .cms-index-index a.button:not(.primary).disabled, .cms-index-index a.button:not(.primary)[disabled], fieldset[disabled] .cms-index-index a.button:not(.primary), .cms-index-index .column.main .block .actions-toolbar .action.view.disabled, .cms-index-index .column.main .block .actions-toolbar .action.view[disabled], fieldset[disabled] .cms-index-index .column.main .block .actions-toolbar .action.view { opacity: 0.5; cursor: default; pointer-events: none; } .argento-force-button-with-right-arrow span::after, .cms-index-index a.button:not(.primary) span::after, .cms-index-index .column.main .block .actions-toolbar .action.view span::after { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LCAtMTQpIiBmaWxsPSIjMjAyNjMzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCA4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMwLCAyKSI+PHBvbHlnb24gcG9pbnRzPSI0ODIgMTAuNSA0NzcuOCAxNyA0NzUgMTcgNDc5LjIgMTAuNSA0NzUgNCA0NzcuOCA0Ij48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPgo='); width: 17px; height: 17px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 10px; } .argento-force-button-with-right-arrow:hover, .argento-force-button-with-right-arrow:focus, .argento-force-button-with-right-arrow:active, .cms-index-index a.button:not(.primary):hover, .cms-index-index a.button:not(.primary):focus, .cms-index-index a.button:not(.primary):active, .cms-index-index .column.main .block .actions-toolbar .action.view:hover, .cms-index-index .column.main .block .actions-toolbar .action.view:focus, .cms-index-index .column.main .block .actions-toolbar .action.view:active { text-decoration: none; } .argento-force-button-with-right-arrow:hover span::after, .argento-force-button-with-right-arrow:focus span::after, .argento-force-button-with-right-arrow:active span::after, .cms-index-index a.button:not(.primary):hover span::after, .cms-index-index a.button:not(.primary):focus span::after, .cms-index-index a.button:not(.primary):active span::after, .cms-index-index .column.main .block .actions-toolbar .action.view:hover span::after, .cms-index-index .column.main .block .actions-toolbar .action.view:focus span::after, .cms-index-index .column.main .block .actions-toolbar .action.view:active span::after { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUsIC0xNCkiIGZpbGw9IiNmZmZmZmYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDgpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MzAsIDIpIj48cG9seWdvbiBwb2ludHM9IjQ4MiAxMC41IDQ3Ny44IDE3IDQ3NSAxNyA0NzkuMiAxMC41IDQ3NSA0IDQ3Ny44IDQiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L2c+PC9zdmc+'); } .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary, .image-block.element .info .action.primary, .background-divider.element .content .action, .element.product-info .product-item .tocart { background-image: none; background: #f76801; border: 2px solid #f76801; color: #ffffff; cursor: pointer; display: inline-block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; padding: 10px 15px; font-size: 2rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; } .argento-force-primary-button-with-right-arrow:focus, .argento-force-primary-button-with-right-arrow:active, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:focus, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:active, .image-block.element .info .action.primary:focus, .image-block.element .info .action.primary:active, .background-divider.element .content .action:focus, .background-divider.element .content .action:active, .element.product-info .product-item .tocart:focus, .element.product-info .product-item .tocart:active { background: #202633; border: 2px solid #202633; color: #ffffff; } .argento-force-primary-button-with-right-arrow:hover, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:hover, .image-block.element .info .action.primary:hover, .background-divider.element .content .action:hover, .element.product-info .product-item .tocart:hover { background: #202633; border: 2px solid #202633; color: #ffffff; } .argento-force-primary-button-with-right-arrow.disabled, .argento-force-primary-button-with-right-arrow[disabled], fieldset[disabled] .argento-force-primary-button-with-right-arrow, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary.disabled, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary[disabled], fieldset[disabled] .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary, .image-block.element .info .action.primary.disabled, .image-block.element .info .action.primary[disabled], fieldset[disabled] .image-block.element .info .action.primary, .background-divider.element .content .action.disabled, .background-divider.element .content .action[disabled], fieldset[disabled] .background-divider.element .content .action, .element.product-info .product-item .tocart.disabled, .element.product-info .product-item .tocart[disabled], fieldset[disabled] .element.product-info .product-item .tocart { opacity: 0.5; cursor: default; pointer-events: none; } .argento-force-primary-button-with-right-arrow span::after, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary span::after, .image-block.element .info .action.primary span::after, .background-divider.element .content .action span::after, .element.product-info .product-item .tocart span::after { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUsIC0xNCkiIGZpbGw9IiNmZmZmZmYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDgpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MzAsIDIpIj48cG9seWdvbiBwb2ludHM9IjQ4MiAxMC41IDQ3Ny44IDE3IDQ3NSAxNyA0NzkuMiAxMC41IDQ3NSA0IDQ3Ny44IDQiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L2c+PC9zdmc+'); width: 17px; height: 17px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 10px; } .argento-force-primary-button-with-right-arrow:hover, .argento-force-primary-button-with-right-arrow:focus, .argento-force-primary-button-with-right-arrow:active, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:hover, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:focus, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:active, .image-block.element .info .action.primary:hover, .image-block.element .info .action.primary:focus, .image-block.element .info .action.primary:active, .background-divider.element .content .action:hover, .background-divider.element .content .action:focus, .background-divider.element .content .action:active, .element.product-info .product-item .tocart:hover, .element.product-info .product-item .tocart:focus, .element.product-info .product-item .tocart:active { text-decoration: none; } .argento-force-primary-button-with-right-arrow:hover span::after, .argento-force-primary-button-with-right-arrow:focus span::after, .argento-force-primary-button-with-right-arrow:active span::after, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:hover span::after, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:focus span::after, .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary:active span::after, .image-block.element .info .action.primary:hover span::after, .image-block.element .info .action.primary:focus span::after, .image-block.element .info .action.primary:active span::after, .background-divider.element .content .action:hover span::after, .background-divider.element .content .action:focus span::after, .background-divider.element .content .action:active span::after, .element.product-info .product-item .tocart:hover span::after, .element.product-info .product-item .tocart:focus span::after, .element.product-info .product-item .tocart:active span::after { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUsIC0xNCkiIGZpbGw9IiNmZmZmZmYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDgpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MzAsIDIpIj48cG9seWdvbiBwb2ludHM9IjQ4MiAxMC41IDQ3Ny44IDE3IDQ3NSAxNyA0NzkuMiAxMC41IDQ3NSA0IDQ3Ny44IDQiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L2c+PC9zdmc+'); } .page-header .panel.wrapper .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before, .block-swissup-ajaxsearch .select2-dropdown::before, .block-swissup-ajaxsearch-results::before, .minicart-wrapper .block-minicart::before, .qty-wrapper ul.dropdown::before { right: 0; position: absolute; content: ''; top: 0; width: 70px; height: 2px; border: 0; background: #ede734; } .page-header .panel.wrapper .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after, .block-swissup-ajaxsearch .select2-dropdown::after, .block-swissup-ajaxsearch-results::after, .minicart-wrapper .block-minicart::after, .qty-wrapper ul.dropdown::after { display: none; } .page-header .panel.wrapper .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before, .block-swissup-ajaxsearch .select2-dropdown::before, .block-swissup-ajaxsearch-results::before, .minicart-wrapper .block-minicart::before { z-index: 10; } .page-header .panel.wrapper .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after, .block-swissup-ajaxsearch .select2-dropdown::after, .block-swissup-ajaxsearch-results::after, .minicart-wrapper .block-minicart::after { z-index: 9; position: absolute; content: ''; display: block; width: auto; height: auto; border: 0; top: 0; left: 0; right: 0; background: #ebeef0; height: 2px; } #store-selector .form-continue .actions-toolbar .action.primary, .form-address-edit .actions-toolbar .action.vertex-secondary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary { text-transform: uppercase; } .tocart.action, .action.soldtogether-cart-btn, .bundle-actions .action.primary.customize { background: #202633; color: #ffffff; border: 2px solid #202633; } .tocart.action:hover, .action.soldtogether-cart-btn:hover, .bundle-actions .action.primary.customize:hover { background: #ede734; color: #202633; border: 2px solid #ede734; } .tocart.action:active, .tocart.action:focus, .action.soldtogether-cart-btn:active, .action.soldtogether-cart-btn:focus, .bundle-actions .action.primary.customize:active, .bundle-actions .action.primary.customize:focus { background: #c3bd11; color: #202633; border: 2px solid #c3bd11; } .review-ratings .rating-label, .customer-review .review-details .customer-review-rating .rating-label { padding-right: 10px; width: 1px; } .bundle-options-container .block-bundle-summary .box-tocart, .box-tocart { margin: 0; } .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { width: 20px; } div.block-viewed-products-grid .block-title { position: relative; } div.block-viewed-products-grid .block-title :first-child { color: #90a1b3; background: #fff; margin-left: 15px; padding: 0 10px; position: relative; } div.block-viewed-products-grid .block-title::before { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: #eff0f1; top: calc(50% - 1px); } .filter .action.remove { height: 100%; min-height: 10px; width: 10px; } .abs-argento-remove-button::before, .abs-argento-remove-button::after, .filter .action.remove::before, .filter .action.remove::after { content: ''; position: absolute; left: 4px; top: calc(50% - 6px); height: 12px; width: 2px; background-color: #333333; } .abs-argento-remove-button::before, .filter .action.remove::before { transform: rotate(45deg); } .abs-argento-remove-button::after, .filter .action.remove::after { transform: rotate(-45deg); } .breadcrumbs .item:not(:last-child)::after { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LCAtMTQpIiBmaWxsPSIjMjAyNjMzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCA4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMwLCAyKSI+PHBvbHlnb24gcG9pbnRzPSI0ODIgMTAuNSA0NzcuOCAxNyA0NzUgMTcgNDc5LjIgMTAuNSA0NzUgNCA0NzcuOCA0Ij48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPgo='); width: 9px; height: 9px; content: ''; background-size: 5px 9px; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0 8px; filter: contrast(0); } .price-box { font-family: 'Fira Sans Extra Condensed', sans-serif; } /* Loop @force-icons array and set icons */ .force-icon.force-100percent { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNTkgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTgzLCAtMzc4OSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4MiwgMzc4OSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMSwgMCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMzQ0NCwgMC45MDA0NTApIj48cGF0aCBkPSJNMi4zNDQ3OTEwM2UtMTMsMjQuOTU2MDQ5OSBDMC40MzQ0LDIxLjk4NzY0OTkgMS4zMTg4LDE5LjA3MDM0OTkgMi42NzQxLDE2LjMyNzA0OTkgQzUuMjIyOCwxMS4xNjgyNDk5IDkuMzA1Myw2LjgxMDg0OTk1IDE0LjI5NzgsMy44OTY2NDk5NSBDMTQuMzUyOSwzLjg2NDc0OTk1IDE0LjQwOCwzLjgzMjk0OTk1IDE0LjQ2MzEsMy44MDExNDk5NSBDMjUuMDAyOCwtMi4yMTcxNTAwNSAzOS4xNzgzLC0xLjEwMTc1MDA1IDQ4LjY3NTYsNy4yMzg2NDk5NSBDNTYuOTczMiwxNC41MjU0NDk5IDYwLjY5NzUsMjYuNzA3NjQ5OSA1Ny41NjYzLDM3LjYxMDU0OTkgQzU0Ljk2NzcsNDYuNjU5MDQ5OSA0Ny44MjU2LDU0LjI2NDk0OTkgMzguODM0MSw1Ny4zODU5NDk5IEMyNy43MDU2LDYxLjI0ODg0OTkgMTQuMzM2OCw1Ny43NDc3NDk5IDYuNTExMyw0OC40NDc5NDk5IEwxMC4zNDM0LDQ2LjIzNTQ0OTkgQzE0Ljc0MjksNTEuMDgxOTQ5OSAyMC45OTY0LDU0LjMxNDc0OTkgMjcuNzA4NSw1NC43MDkyNDk5IEMzNy4zODQ0LDU1LjI3Nzk0OTkgNDcuMTQ5LDQ5LjgxOTQ0OTkgNTEuNjU5Myw0MS4wMjU0NDk5IEM1NC45NTA3LDM0LjYwODA0OTkgNTUuMzU4NiwyNi43ODg4NDk5IDUyLjY2MDYsMjAuMDU4NDQ5OSBDNTAuNzI3OCwxNS4yMzcwNDk5IDQ3LjI4MywxMS4wMjk0NDk5IDQyLjkxOTgsOC4yMTA0NDk5NSBDMzUuMjE5MSwzLjIzNTE0OTk1IDI0Ljc0ODQsMi44OTczNDk5NSAxNi43MjIsNy40MTMzNDk5NSBDMTYuNjI3LDcuNDY3MjQ5OTUgMTYuNTMyMyw3LjUyMTU0OTk1IDE2LjQzNzksNy41NzYyNDk5NSBDMTAuOTQ5NiwxMC43Nzk4NDk5IDYuNzU1MSwxNi4wOTUzNDk5IDQuOTMxOCwyMi4xNzA0NDk5IEM0LjU1MDYsMjMuNDQwNTQ5OSA0LjI3MTYsMjQuNzQwMjQ5OSA0LjA5NDksMjYuMDUzMzQ5OSBMMi4zNDQ3OTEwM2UtMTMsMjQuOTU2MDQ5OSBaIiBmaWxsPSIjRURFNzM0Ij48L3BhdGg+PHBvbHlnb24gZmlsbD0iI0VERTczNCIgcG9pbnRzPSI1LjMzMDQgNDIuMjAxNDQ5OSAxMi42NjA1IDQ0Ljg5NzY0OTkgNC4wMDAzIDQ5Ljg5NzY0OTkiPjwvcG9seWdvbj48cGF0aCBkPSJNMTMuODM1NiwyMi4xNTk1NDk5IEMxMy45Mjg5MzM4LDIyLjExOTU0OTcgMTQuMDI4OTMyOCwyMi4wOTk1NDk5IDE0LjEzNTYsMjIuMDk5NTQ5OSBMMTYuMDU1NiwyMi4wOTk1NDk5IEMxNi4xMjIyNjcsMjIuMDk5NTQ5OSAxNi4xNzg5MzMxLDIyLjEyMjg4MyAxNi4yMjU2LDIyLjE2OTU0OTkgQzE2LjI3MjI2NjksMjIuMjE2MjE2OCAxNi4yOTU2LDIyLjI3Mjg4MjkgMTYuMjk1NiwyMi4zMzk1NDk5IEwxNi4yOTU2LDM1Ljg1OTU0OTkgQzE2LjI5NTYsMzUuOTI2MjE2OSAxNi4yNzIyNjY5LDM1Ljk4Mjg4MyAxNi4yMjU2LDM2LjAyOTU0OTkgQzE2LjE3ODkzMzEsMzYuMDc2MjE2OCAxNi4xMjIyNjcsMzYuMDk5NTQ5OSAxNi4wNTU2LDM2LjA5OTU0OTkgTDE0LjIxNTYsMzYuMDk5NTQ5OSBDMTQuMTQ4OTMzLDM2LjA5OTU0OTkgMTQuMDkyMjY2OSwzNi4wNzYyMTY4IDE0LjA0NTYsMzYuMDI5NTQ5OSBDMTMuOTk4OTMzMSwzNS45ODI4ODMgMTMuOTc1NiwzNS45MjYyMTY5IDEzLjk3NTYsMzUuODU5NTQ5OSBMMTMuOTc1NiwyNC41Nzk1NDk5IEMxMy45NzU2LDI0LjU1Mjg4MzEgMTMuOTY1NjAwMSwyNC41MjYyMTY3IDEzLjk0NTYsMjQuNDk5NTQ5OSBDMTMuOTI1NTk5OSwyNC40NzI4ODMxIDEzLjkwMjI2NjgsMjQuNDY2MjE2NSAxMy44NzU2LDI0LjQ3OTU0OTkgTDEyLjIzNTYsMjQuNzk5NTQ5OSBMMTIuMTc1NiwyNC43OTk1NDk5IEMxMi4wMjg5MzI2LDI0Ljc5OTU0OTkgMTEuOTU1NiwyNC43MjYyMTczIDExLjk1NTYsMjQuNTc5NTQ5OSBMMTEuODk1NiwyMy4yMzk1NDk5IEMxMS44OTU2LDIzLjEwNjIxNTkgMTEuOTQ4OTMyOCwyMy4wMTI4ODM1IDEyLjA1NTYsMjIuOTU5NTQ5OSBMMTMuODM1NiwyMi4xNTk1NDk5IFogTTIxLjY1NTYsMzYuMzE5NTQ5OSBDMjAuNTM1NTk0NCwzNi4zMTk1NDk5IDE5LjYzNTYwMzQsMzUuOTYyODg2OCAxOC45NTU2LDM1LjI0OTU0OTkgQzE4LjI3NTU5NjYsMzQuNTM2MjEzIDE3LjkzNTYsMzMuNTk5NTU1NyAxNy45MzU2LDMyLjQzOTU0OTkgTDE3LjkzNTYsMjUuNzU5NTQ5OSBDMTcuOTM1NiwyNC41OTk1NDQxIDE4LjI3NTU5NjYsMjMuNjYyODg2OCAxOC45NTU2LDIyLjk0OTU0OTkgQzE5LjYzNTYwMzQsMjIuMjM2MjEzIDIwLjUzNTU5NDQsMjEuODc5NTQ5OSAyMS42NTU2LDIxLjg3OTU0OTkgQzIyLjc4ODkzOSwyMS44Nzk1NDk5IDIzLjY5ODkyOTksMjIuMjM2MjEzIDI0LjM4NTYsMjIuOTQ5NTQ5OSBDMjUuMDcyMjcwMSwyMy42NjI4ODY4IDI1LjQxNTYsMjQuNTk5NTQ0MSAyNS40MTU2LDI1Ljc1OTU0OTkgTDI1LjQxNTYsMzIuNDM5NTQ5OSBDMjUuNDE1NiwzMy41OTk1NTU3IDI1LjA3MjI3MDEsMzQuNTM2MjEzIDI0LjM4NTYsMzUuMjQ5NTQ5OSBDMjMuNjk4OTI5OSwzNS45NjI4ODY4IDIyLjc4ODkzOSwzNi4zMTk1NDk5IDIxLjY1NTYsMzYuMzE5NTQ5OSBaIE0yMS42NTU2LDM0LjI5OTU0OTkgQzIyLjA5NTYwMjIsMzQuMjk5NTQ5OSAyMi40NDU1OTg3LDM0LjE0Mjg4NDggMjIuNzA1NiwzMy44Mjk1NDk5IEMyMi45NjU2MDEzLDMzLjUxNjIxNSAyMy4wOTU2LDMzLjA5OTU1MjUgMjMuMDk1NiwzMi41Nzk1NDk5IEwyMy4wOTU2LDI1LjYxOTU0OTkgQzIzLjA5NTYsMjUuMDk5NTQ3MyAyMi45NjU2MDEzLDI0LjY4Mjg4NDggMjIuNzA1NiwyNC4zNjk1NDk5IEMyMi40NDU1OTg3LDI0LjA1NjIxNSAyMi4wOTU2MDIyLDIzLjg5OTU0OTkgMjEuNjU1NiwyMy44OTk1NDk5IEMyMS4yMjg5MzEyLDIzLjg5OTU0OTkgMjAuODg4OTM0NiwyNC4wNTYyMTUgMjAuNjM1NiwyNC4zNjk1NDk5IEMyMC4zODIyNjU0LDI0LjY4Mjg4NDggMjAuMjU1NiwyNS4wOTk1NDczIDIwLjI1NTYsMjUuNjE5NTQ5OSBMMjAuMjU1NiwzMi41Nzk1NDk5IEMyMC4yNTU2LDMzLjA5OTU1MjUgMjAuMzgyMjY1NCwzMy41MTYyMTUgMjAuNjM1NiwzMy44Mjk1NDk5IEMyMC44ODg5MzQ2LDM0LjE0Mjg4NDggMjEuMjI4OTMxMiwzNC4yOTk1NDk5IDIxLjY1NTYsMzQuMjk5NTQ5OSBaIE0zMC42NTU2LDM2LjMxOTU0OTkgQzI5LjUzNTU5NDQsMzYuMzE5NTQ5OSAyOC42MzU2MDM0LDM1Ljk2Mjg4NjggMjcuOTU1NiwzNS4yNDk1NDk5IEMyNy4yNzU1OTY2LDM0LjUzNjIxMyAyNi45MzU2LDMzLjU5OTU1NTcgMjYuOTM1NiwzMi40Mzk1NDk5IEwyNi45MzU2LDI1Ljc1OTU0OTkgQzI2LjkzNTYsMjQuNTk5NTQ0MSAyNy4yNzU1OTY2LDIzLjY2Mjg4NjggMjcuOTU1NiwyMi45NDk1NDk5IEMyOC42MzU2MDM0LDIyLjIzNjIxMyAyOS41MzU1OTQ0LDIxLjg3OTU0OTkgMzAuNjU1NiwyMS44Nzk1NDk5IEMzMS43ODg5MzksMjEuODc5NTQ5OSAzMi42OTg5Mjk5LDIyLjIzNjIxMyAzMy4zODU2LDIyLjk0OTU0OTkgQzM0LjA3MjI3MDEsMjMuNjYyODg2OCAzNC40MTU2LDI0LjU5OTU0NDEgMzQuNDE1NiwyNS43NTk1NDk5IEwzNC40MTU2LDMyLjQzOTU0OTkgQzM0LjQxNTYsMzMuNTk5NTU1NyAzNC4wNzIyNzAxLDM0LjUzNjIxMyAzMy4zODU2LDM1LjI0OTU0OTkgQzMyLjY5ODkyOTksMzUuOTYyODg2OCAzMS43ODg5MzksMzYuMzE5NTQ5OSAzMC42NTU2LDM2LjMxOTU0OTkgWiBNMzAuNjU1NiwzNC4yOTk1NDk5IEMzMS4wOTU2MDIyLDM0LjI5OTU0OTkgMzEuNDQ1NTk4NywzNC4xNDI4ODQ4IDMxLjcwNTYsMzMuODI5NTQ5OSBDMzEuOTY1NjAxMywzMy41MTYyMTUgMzIuMDk1NiwzMy4wOTk1NTI1IDMyLjA5NTYsMzIuNTc5NTQ5OSBMMzIuMDk1NiwyNS42MTk1NDk5IEMzMi4wOTU2LDI1LjA5OTU0NzMgMzEuOTY1NjAxMywyNC42ODI4ODQ4IDMxLjcwNTYsMjQuMzY5NTQ5OSBDMzEuNDQ1NTk4NywyNC4wNTYyMTUgMzEuMDk1NjAyMiwyMy44OTk1NDk5IDMwLjY1NTYsMjMuODk5NTQ5OSBDMzAuMjI4OTMxMiwyMy44OTk1NDk5IDI5Ljg4ODkzNDYsMjQuMDU2MjE1IDI5LjYzNTYsMjQuMzY5NTQ5OSBDMjkuMzgyMjY1NCwyNC42ODI4ODQ4IDI5LjI1NTYsMjUuMDk5NTQ3MyAyOS4yNTU2LDI1LjYxOTU0OTkgTDI5LjI1NTYsMzIuNTc5NTQ5OSBDMjkuMjU1NiwzMy4wOTk1NTI1IDI5LjM4MjI2NTQsMzMuNTE2MjE1IDI5LjYzNTYsMzMuODI5NTQ5OSBDMjkuODg4OTM0NiwzNC4xNDI4ODQ4IDMwLjIyODkzMTIsMzQuMjk5NTQ5OSAzMC42NTU2LDM0LjI5OTU0OTkgWiBNMzkuMjU1NiwyOC4wMTk1NDk5IEMzOC43MDg5MzA2LDI4LjAxOTU0OTkgMzguMjA1NjAyMywyNy44ODI4ODQ2IDM3Ljc0NTYsMjcuNjA5NTQ5OSBDMzcuMjg1NTk3NywyNy4zMzYyMTUyIDM2LjkyMjI2OCwyNi45NjYyMTg5IDM2LjY1NTYsMjYuNDk5NTQ5OSBDMzYuMzg4OTMyLDI2LjAzMjg4MDkgMzYuMjU1NiwyNS41MTk1NTI3IDM2LjI1NTYsMjQuOTU5NTQ5OSBDMzYuMjU1NiwyNC40MTI4ODA1IDM2LjM4ODkzMiwyMy45MDYyMTg5IDM2LjY1NTYsMjMuNDM5NTQ5OSBDMzYuOTIyMjY4LDIyLjk3Mjg4MDkgMzcuMjg1NTk3NywyMi42MDI4ODQ2IDM3Ljc0NTYsMjIuMzI5NTQ5OSBDMzguMjA1NjAyMywyMi4wNTYyMTUyIDM4LjcwODkzMDYsMjEuOTE5NTQ5OSAzOS4yNTU2LDIxLjkxOTU0OTkgQzM5Ljc4ODkzNiwyMS45MTk1NDk5IDQwLjI4NTU5NzcsMjIuMDU2MjE1MiA0MC43NDU2LDIyLjMyOTU0OTkgQzQxLjIwNTYwMjMsMjIuNjAyODg0NiA0MS41Njg5MzIsMjIuOTcyODgwOSA0MS44MzU2LDIzLjQzOTU0OTkgQzQyLjEwMjI2OCwyMy45MDYyMTg5IDQyLjIzNTYsMjQuNDEyODgwNSA0Mi4yMzU2LDI0Ljk1OTU0OTkgQzQyLjIzNTYsMjUuNTE5NTUyNyA0Mi4xMDIyNjgsMjYuMDMyODgwOSA0MS44MzU2LDI2LjQ5OTU0OTkgQzQxLjU2ODkzMiwyNi45NjYyMTg5IDQxLjIwODkzNTYsMjcuMzM2MjE1MiA0MC43NTU2LDI3LjYwOTU0OTkgQzQwLjMwMjI2NDQsMjcuODgyODg0NiAzOS44MDIyNjk0LDI4LjAxOTU0OTkgMzkuMjU1NiwyOC4wMTk1NDk5IFogTTM4LjU3NTYsMzYuMDk5NTQ5OSBDMzguNDgyMjY2MiwzNi4wOTk1NDk5IDM4LjQyMjI2NjgsMzYuMDcyODgzNSAzOC4zOTU2LDM2LjAxOTU0OTkgQzM4LjM2ODkzMzIsMzUuOTY2MjE2MyAzOC4zNzU1OTk4LDM1Ljg5OTU1MDMgMzguNDE1NiwzNS44MTk1NDk5IEw0NS42OTU2LDIyLjI1OTU0OTkgQzQ1Ljc0ODkzMzYsMjIuMTUyODgyNyA0NS44NDg5MzI2LDIyLjA5OTU0OTkgNDUuOTk1NiwyMi4wOTk1NDk5IEw0Ny4xNTU2LDIyLjA5OTU0OTkgQzQ3LjI0ODkzMzgsMjIuMDk5NTQ5OSA0Ny4zMDg5MzMyLDIyLjEyNjIxNjMgNDcuMzM1NiwyMi4xNzk1NDk5IEM0Ny4zNjIyNjY4LDIyLjIzMjg4MzUgNDcuMzU1NjAwMiwyMi4yOTk1NDk1IDQ3LjMxNTYsMjIuMzc5NTQ5OSBMNDAuMDM1NiwzNS45Mzk1NDk5IEMzOS45ODIyNjY0LDM2LjA0NjIxNzEgMzkuODgyMjY3NCwzNi4wOTk1NDk5IDM5LjczNTYsMzYuMDk5NTQ5OSBMMzguNTc1NiwzNi4wOTk1NDk5IFogTTM5LjI1NTYsMjYuNzc5NTQ5OSBDMzkuNzM1NjAyNCwyNi43Nzk1NDk5IDQwLjEzODkzMTcsMjYuNjAyODg1IDQwLjQ2NTYsMjYuMjQ5NTQ5OSBDNDAuNzkyMjY4MywyNS44OTYyMTQ4IDQwLjk1NTYsMjUuNDY2MjE5MSA0MC45NTU2LDI0Ljk1OTU0OTkgQzQwLjk1NTYsMjQuNDY2MjE0MSA0MC43ODg5MzUsMjQuMDQyODg1IDQwLjQ1NTYsMjMuNjg5NTQ5OSBDNDAuMTIyMjY1LDIzLjMzNjIxNDggMzkuNzIyMjY5LDIzLjE1OTU0OTkgMzkuMjU1NiwyMy4xNTk1NDk5IEMzOC43NzU1OTc2LDIzLjE1OTU0OTkgMzguMzY4OTM1LDIzLjMzMjg4MTUgMzguMDM1NiwyMy42Nzk1NDk5IEMzNy43MDIyNjUsMjQuMDI2MjE4MyAzNy41MzU2LDI0LjQ1Mjg4MDcgMzcuNTM1NiwyNC45NTk1NDk5IEMzNy41MzU2LDI1LjQ2NjIxOTEgMzcuNzAyMjY1LDI1Ljg5NjIxNDggMzguMDM1NiwyNi4yNDk1NDk5IEMzOC4zNjg5MzUsMjYuNjAyODg1IDM4Ljc3NTU5NzYsMjYuNzc5NTQ5OSAzOS4yNTU2LDI2Ljc3OTU0OTkgWiBNNDYuNTM1NiwzNi4yNzk1NDk5IEM0NS45ODg5MzA2LDM2LjI3OTU0OTkgNDUuNDg4OTM1NiwzNi4xNDI4ODQ2IDQ1LjAzNTYsMzUuODY5NTQ5OSBDNDQuNTgyMjY0NCwzNS41OTYyMTUyIDQ0LjIyMjI2OCwzNS4yMjYyMTg5IDQzLjk1NTYsMzQuNzU5NTQ5OSBDNDMuNjg4OTMyLDM0LjI5Mjg4MDkgNDMuNTU1NiwzMy43Nzk1NTI3IDQzLjU1NTYsMzMuMjE5NTQ5OSBDNDMuNTU1NiwzMi42NzI4ODA1IDQzLjY4ODkzMiwzMi4xNjYyMTg5IDQzLjk1NTYsMzEuNjk5NTQ5OSBDNDQuMjIyMjY4LDMxLjIzMjg4MDkgNDQuNTgyMjY0NCwzMC44NjI4ODQ2IDQ1LjAzNTYsMzAuNTg5NTQ5OSBDNDUuNDg4OTM1NiwzMC4zMTYyMTUyIDQ1Ljk4ODkzMDYsMzAuMTc5NTQ5OSA0Ni41MzU2LDMwLjE3OTU0OTkgQzQ3LjA4MjI2OTQsMzAuMTc5NTQ5OSA0Ny41ODIyNjQ0LDMwLjMxNjIxNTIgNDguMDM1NiwzMC41ODk1NDk5IEM0OC40ODg5MzU2LDMwLjg2Mjg4NDYgNDguODQ4OTMyLDMxLjIzMjg4MDkgNDkuMTE1NiwzMS42OTk1NDk5IEM0OS4zODIyNjgsMzIuMTY2MjE4OSA0OS41MTU2LDMyLjY3Mjg4MDUgNDkuNTE1NiwzMy4yMTk1NDk5IEM0OS41MTU2LDMzLjc3OTU1MjcgNDkuMzgyMjY4LDM0LjI5Mjg4MDkgNDkuMTE1NiwzNC43NTk1NDk5IEM0OC44NDg5MzIsMzUuMjI2MjE4OSA0OC40ODg5MzU2LDM1LjU5NjIxNTIgNDguMDM1NiwzNS44Njk1NDk5IEM0Ny41ODIyNjQ0LDM2LjE0Mjg4NDYgNDcuMDgyMjY5NCwzNi4yNzk1NDk5IDQ2LjUzNTYsMzYuMjc5NTQ5OSBaIE00Ni41MzU2LDM1LjAzOTU0OTkgQzQ3LjAxNTYwMjQsMzUuMDM5NTQ5OSA0Ny40MjIyNjUsMzQuODYyODg1IDQ3Ljc1NTYsMzQuNTA5NTQ5OSBDNDguMDg4OTM1LDM0LjE1NjIxNDggNDguMjU1NiwzMy43MjYyMTkxIDQ4LjI1NTYsMzMuMjE5NTQ5OSBDNDguMjU1NiwzMi43MTI4ODA3IDQ4LjA4ODkzNSwzMi4yODYyMTgzIDQ3Ljc1NTYsMzEuOTM5NTQ5OSBDNDcuNDIyMjY1LDMxLjU5Mjg4MTUgNDcuMDE1NjAyNCwzMS40MTk1NDk5IDQ2LjUzNTYsMzEuNDE5NTQ5OSBDNDYuMDU1NTk3NiwzMS40MTk1NDk5IDQ1LjY0ODkzNSwzMS41OTI4ODE1IDQ1LjMxNTYsMzEuOTM5NTQ5OSBDNDQuOTgyMjY1LDMyLjI4NjIxODMgNDQuODE1NiwzMi43MTI4ODA3IDQ0LjgxNTYsMzMuMjE5NTQ5OSBDNDQuODE1NiwzMy43MjYyMTkxIDQ0Ljk4MjI2NSwzNC4xNTYyMTQ4IDQ1LjMxNTYsMzQuNTA5NTQ5OSBDNDUuNjQ4OTM1LDM0Ljg2Mjg4NSA0Ni4wNTU1OTc2LDM1LjAzOTU0OTkgNDYuNTM1NiwzNS4wMzk1NDk5IFoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+Cg=='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-shield { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI1N3B4IiB2aWV3Qm94PSIwIDAgNDkgNTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg0LCAtMzc5NSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4NC42NTM1ODgsIDM3OTYuNTM3MykiPjxwYXRoIGQ9Ik0zLjM1Njk4NzMzLDEyLjQwODQ4NjUgQzMuNDEzMjgxMDMsMTIuNDA4NzY2MSAzLjQ2OTU3NDczLDEyLjQwODk1MjUgMy41MjYwNTQ4MywxMi40MDg5NTI1IEMxMi45Mjk3MTIzLDEyLjQwODk1MjUgMjEuMDYxMDc2Miw4Ljc2NTUxOTg2IDI0Ljg4NTg3ODksMy40OTE5IEMyOC43MTA2ODE2LDguNzY1NTE5ODYgMzYuODQyMDQ1NSwxMi40MDg5NTI1IDQ2LjI0NTc5NjIsMTIuNDA4OTUyNSBDNDYuNjA5MDk1NiwxMi40MDg5NTI1IDQ3LjA3OTk0OTUsMTIuNDAwMTkxNSA0Ny4zMzAwMDkxLDEyLjM5MjczNTQgQzQ3LjM0MTE5MzMsMTYuMjgyODcyNCA0Ny4zNTcyMjM5LDI1LjkwMDk4NjQgNDcuMzU3MjIzOSwzMC40NTE3MzU1IEM0Ny4zNTcyMjM5LDM1LjI4MzQ4NzEgNDUuODIwOTgzOCwzOS45NjEzNjMxIDQzLjAxNjU1MSw0My42NjY0MDE5IEMzOC45Mzc4Njc0LDQ5LjA2NjU4OTMgMzMuMTE3NjIwOCw1My4wNjU5NTg0IDI1LjM0MjU2NjIsNTUuNDkxOSBDMTguNDA4MDAyNiw1My4wNTYwNzkxIDEyLjYzMDcyMTksNDguOTQxMDQ2OSA4LjAzMDU3Niw0My4xMTc4MTc5IEM1LjAxNzkzMTA3LDM5LjM1Nzk3NjYgMy4zNTQ0NzA4OSwzNC41MDgzMzAzIDMuMzU0NDcwODksMjkuNDg0Njc2OSBDMy4zMzkzNzIyNSwyNS41MDcyMTAxIDMuMzQ4NTk5MiwxNi4xOTk3MzY2IDMuMzU2OTg3MzMsMTIuNDA4NDg2NSBaIiBmaWxsPSIjRURFNzM0Ij48L3BhdGg+PHBhdGggZD0iTTAuMzU2OTg3MzMsOS40MDg0ODY0NiBDMC40MTMyODEwMjksOS40MDg3NjYwNiAwLjQ2OTU3NDcyOSw5LjQwODk1MjQ3IDAuNTI2MDU0ODMxLDkuNDA4OTUyNDcgQzkuOTI5NzEyMjcsOS40MDg5NTI0NyAxOC4wNjEwNzYyLDUuNzY1NTE5ODYgMjEuODg1ODc4OSwwLjQ5MTkgQzI1LjcxMDY4MTYsNS43NjU1MTk4NiAzMy44NDIwNDU1LDkuNDA4OTUyNDcgNDMuMjQ1Nzk2Miw5LjQwODk1MjQ3IEM0My42MDkwOTU2LDkuNDA4OTUyNDcgNDQuMDc5OTQ5NSw5LjQwMDE5MTUzIDQ0LjMzMDAwOTEsOS4zOTI3MzU0MSBDNDQuMzQxMTkzMywxMy4yODI4NzI0IDQ0LjM1NzIyMzksMjIuOTAwOTg2NCA0NC4zNTcyMjM5LDI3LjQ1MTczNTUgQzQ0LjM1NzIyMzksMzIuMjgzNDg3MSA0Mi44MjA5ODM4LDM2Ljk2MTM2MzEgNDAuMDE2NTUxLDQwLjY2NjQwMTkgQzM1LjkzNzg2NzQsNDYuMDY2NTg5MyAzMC4xMTc2MjA4LDUwLjA2NTk1ODQgMjIuMzQyNTY2Miw1Mi40OTE5IEMxNS40MDgwMDI2LDUwLjA1NjA3OTEgOS42MzA3MjE5LDQ1Ljk0MTA0NjkgNS4wMzA1NzYsNDAuMTE3ODE3OSBDMi4wMTc5MzEwNywzNi4zNTc5NzY2IDAuMzU0NDcwODksMzEuNTA4MzMwMyAwLjM1NDQ3MDg5LDI2LjQ4NDY3NjkgQzAuMzM5MzcyMjQ5LDIyLjUwNzIxMDEgMC4zNDg1OTkxOTYsMTMuMTk5NzM2NiAwLjM1Njk4NzMzLDkuNDA4NDg2NDYgWiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjwvcGF0aD48cG9seWdvbiBmaWxsPSIjMDAwIiBwb2ludHM9IjIxLjIwNDUxNTkgMzAuNDEzNzYxIDMzLjYwNDM5OTMgMTggMzYuNDQ1NTgyNiAyMC44MzU2ODMxIDIxLjMwMDQ3NDMgMzYgMTEgMjYuMDUwMTA0MSAxMy44MTc4Mjg0IDIzLjE4OTc5NjgiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L3N2Zz4K'); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-arrow-right-white { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUsIC0xNCkiIGZpbGw9IiNmZmZmZmYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDgpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MzAsIDIpIj48cG9seWdvbiBwb2ludHM9IjQ4MiAxMC41IDQ3Ny44IDE3IDQ3NSAxNyA0NzkuMiAxMC41IDQ3NSA0IDQ3Ny44IDQiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L2c+PC9zdmc+'); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-delivery { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjZweCIgaGVpZ2h0PSI0M3B4IiB2aWV3Qm94PSIwIDAgNjYgNDMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTY1LCAtMzgwMSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4MiwgMzc4OSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc4NCwgMTMpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQyNTYsIDAuNTc2OCkiPjxwb2x5Z29uIGZpbGw9IiNFREU3MzQiIHBvaW50cz0iNDguNTU5MyAzIDEyLjc2MjcgMyA5LjUwODQgMzYuOTIgNDUuMzA1MSAzNi45MiI+PC9wb2x5Z29uPjxwYXRoIGQ9Ik02Mi43MzUsMTMuNzcyOCBDNjIuODA0MywxMS44NzA5IDYyLjA5NzMsMTAuMDIyNSA2MC43NzYzLDguNjUyNSBDNTkuNDU1Myw3LjI4MjQgNTcuNjMzOSw2LjUwODQgNTUuNzMwNyw2LjUwODQgQzUwLjcxMDgsNi41MDg0IDQ0LjkzNDksNi41MDg0IDQ0LjkzNDksNi41MDg0IEw0Mi4zMDUxLDMzLjkyIEw2MiwzMy45MiBDNjIsMzMuOTIgNjIuNDM4NywyMS44OTM4IDYyLjczNSwxMy43NzI4IFoiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L3BhdGg+PHBvbHlnb24gc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHBvaW50cz0iNDUuNTU5MyAyLjYyOTAwODEyZS0xMyA5Ljc2MjcgMi42MjkwMDgxMmUtMTMgNi41MDg0IDMzLjkyIDQyLjMwNTEgMzMuOTIiPjwvcG9seWdvbj48cGF0aCBkPSJNMTguNDQwNiwyOS4yODgxIEMyMS43MzM0LDI5LjI4ODEgMjQuNDA2NywzMS45NjE0IDI0LjQwNjcsMzUuMjU0MiBDMjQuNDA2NywzOC41NDcgMjEuNzMzNCw0MS4yMjAzIDE4LjQ0MDYsNDEuMjIwMyBDMTUuMTQ3OSw0MS4yMjAzIDEyLjQ3NDUsMzguNTQ3IDEyLjQ3NDUsMzUuMjU0MiBDMTIuNDc0NSwzMS45NjE0IDE1LjE0NzksMjkuMjg4MSAxOC40NDA2LDI5LjI4ODEgWiIgZmlsbD0iIzAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0tNi4yMTcyNDg5NGUtMTQsMTAuODQ3NCBMMjAuNjEwMSwxMC44NDc0IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPjxwYXRoIGQ9Ik0tMi4wMzM5Mjg1OGUtMTMsMTYuOTYgTDE1LjE4NjQsMTYuOTYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L3BhdGg+PHBhdGggZD0iTTEuMzA1NjIyMjhlLTEzLDIzLjA3MjYgTDEyLjQ3NDUsMjMuMDcyNiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjwvcGF0aD48cGF0aCBkPSJNNTEuNjk0OSwyOS4yODgxIEM1NC45ODc3LDI5LjI4ODEgNTcuNjYxLDMxLjk2MTQgNTcuNjYxLDM1LjI1NDIgQzU3LjY2MSwzOC41NDcgNTQuOTg3Nyw0MS4yMjAzIDUxLjY5NDksNDEuMjIwMyBDNDguNDAyMSw0MS4yMjAzIDQ1LjcyODgsMzguNTQ3IDQ1LjcyODgsMzUuMjU0MiBDNDUuNzI4OCwzMS45NjE0IDQ4LjQwMjEsMjkuMjg4MSA1MS42OTQ5LDI5LjI4ODEgWiIgZmlsbD0iIzAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik02Mi41NzQ0LDIyLjQyMzIgTDUyLjU4NTk0MDIsMjIuNDIzMiBDNTIuMDI3MjgyLDIyLjQyMzIgNTEuNTc0NCwyMS44NjM1NTU5IDUxLjU3NDQsMjEuMTczMiBDNTEuNTc0NCwyMS4xMjQwNDExIDUxLjU3Njc0NjcsMjEuMDc0OTI1IDUxLjU4MTQyNzksMjEuMDI2MTA3NyBMNTIuMzAwNjE1NiwxMy41MjYxMDc3IEM1Mi4zNjA5MzY5LDEyLjg5NzA1MDkgNTIuNzkyNTEzNCwxMi40MjMyIDUzLjMwNTEyNzksMTIuNDIzMiBMNTMuMzA1MTI3OSwxMi40MjMyIEw2Mi41NzQ0LDEyLjQyMzIiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4K'); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-search { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMyQjM5NDUiPjxjaXJjbGUgY3g9IjguNSIgY3k9IjguNSIgcj0iNy41Ii8+PHBhdGggZD0iTTE0LjUgMTQuNUwxOC44IDE4LjgiLz48L2c+PC9nPjwvc3ZnPgo='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-user { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEwIDEzIj48ZyBmaWxsPSJub25lIj48ZyBmaWxsPSIjMkIzOTQ1Ij48cGF0aCBkPSJNMyA3TDcgN0M4LjcgNyAxMCA4LjMgMTAgMTBMMTAgMTMgMCAxMyAwIDEwQzAgOC4zIDEuMyA3IDMgN1oiLz48Y2lyY2xlIGN4PSI1IiBjeT0iMyIgcj0iMyIvPjwvZz48L2c+PC9zdmc+'); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-cart { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE5IDIyIj48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ2NyAtNjQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoMTQ2NyA1NykiPjxnIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMyQjM5NDUiPjxwYXRoIGQ9Ik0xMyAzLjlDMTMgMS44IDExLjMgMCA5LjEgMCA3IDAgNS4yIDEuOCA1LjIgMy45IDUuMiA2LjIgNS4yIDguNyA1LjIgOC43TDEzIDguN0MxMyA4LjcgMTMgNi4yIDEzIDMuOVoiLz48L2c+PHBvbHlnb24gcG9pbnRzPSIxLjcgNSAxNi41IDUgMTcgOS44IDE2LjkgMTAgMTAuNyAyMSAwIDIxIiBmaWxsPSIjMkIzOTQ1Ii8+PHBvbHlnb24gcG9pbnRzPSIxOSAyMSAxMyAyMSAxNy41IDEzIiBmaWxsPSIjRURFNzM0Ii8+PC9nPjwvZz48L3N2Zz4K'); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .force-icon.force-icon-small { width: 13px; height: 13px; } .force-icon.force-icon-medium { width: 30px; height: 30px; } .force-icon.force-icon-big { width: 50px; height: 50px; } .force-icon.force-icon-bigger { width: 60px; height: 60px; } select { background-size: 13px 7px; } /* vietnamese */ @font-face { font-family: 'Barlow Semi Condensed'; font-style: normal; font-weight: 400; font-display: swap; src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/400-vietnamese.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/400-vietnamese.woff') format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Barlow Semi Condensed'; font-style: normal; font-weight: 400; font-display: swap; src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/400-latin-ext.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/400-latin-ext.woff') format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Barlow Semi Condensed'; font-style: normal; font-weight: 400; font-display: swap; src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/400-latin.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/400-latin.woff') format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Barlow Semi Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: local('Barlow Semi Condensed SemiBold'), local('BarlowSemiCondensed-SemiBold'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/600-vietnamese.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/600-vietnamese.woff') format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Barlow Semi Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: local('Barlow Semi Condensed SemiBold'), local('BarlowSemiCondensed-SemiBold'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/600-latin-ext.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/600-latin-ext.woff') format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Barlow Semi Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: local('Barlow Semi Condensed SemiBold'), local('BarlowSemiCondensed-SemiBold'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/600-latin.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/barlowsemicondensed/v5/600-latin.woff') format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Mukta'; font-style: normal; font-weight: 400; font-display: swap; src: local('Mukta Regular'), local('Mukta-Regular'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/400-devanagari.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/400-devanagari.woff') format('woff'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Mukta'; font-style: normal; font-weight: 400; font-display: swap; src: local('Mukta Regular'), local('Mukta-Regular'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/400-latin-ext.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/400-latin-ext.woff') format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Mukta'; font-style: normal; font-weight: 400; font-display: swap; src: local('Mukta Regular'), local('Mukta-Regular'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/400-latin.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/400-latin.woff') format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Mukta'; font-style: normal; font-weight: 700; font-display: swap; src: local('Mukta Bold'), local('Mukta-Bold'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/700-devanagari.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/700-devanagari.woff') format('woff'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Mukta'; font-style: normal; font-weight: 700; font-display: swap; src: local('Mukta Bold'), local('Mukta-Bold'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/700-latin-ext.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/700-latin-ext.woff') format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Mukta'; font-style: normal; font-weight: 700; font-display: swap; src: local('Mukta Bold'), local('Mukta-Bold'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/700-latin.woff2') format('woff2'), url('../../frontend/Kukladom/Main/ru_RU/fonts/mukta/v7/700-latin.woff') format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } .column.main .block .block-title { margin: 0 0 20px; } .column.main .modal-content .block-title { margin: 0; } .column.main .modal-content .block-title [role="heading"] { margin-top: 0; display: inline-block; } .page-title-wrapper { text-align: center; margin: 20px 0 15px; } .hero .block-title, .argento-force-title-centered { text-align: center; } .link-accent.dark, .link-accent.dark:visited { color: #2b3945; } div.swatch-attribute-options { font-size: 0; } div.swatch-option, div.swatch-option.text { display: inline-block; float: none; font-size: 16px; font-weight: normal; line-height: 30px; padding: 0; border: 0 !important; min-width: 52px; min-height: 52px; margin: 0 10px 5px 2px; } .product-item-details div.swatch-option, .product-item-details div.swatch-option.text { margin: 0 2px 5px 2px; float: none; } div.swatch-option.text { line-height: 52px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; } div.swatch-option.image:not(.selected) { filter: contrast(100%); } div.swatch-option.color[style*="#ffffff"] { outline: 1px solid #eaeaea; } div.swatch-option:not(.disabled):hover, div.swatch-option.image:not(.disabled):hover, div.swatch-option.color:not(.disabled):hover, div.swatch-option.selected { border: 0 !important; outline: 2px solid #202633 !important; } .testimonials-index-index .page-main > .page-title-wrapper .page-title + .action { float: none; display: block; max-width: 300px; margin: 0 auto; } .form.testimonial .legend { display: none; } .product-addto-links .action.towishlist::before, .block-bundle-summary .action.towishlist::before, .product-item .action.towishlist::before, .table-comparison .action.towishlist::before { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTggMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5NSwgLTYwMikiIHN0cm9rZT0iIzAwMCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTc3LCAxOTIpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAyNjIpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTksIDE0MykiPjxwb2x5Z29uIHBvaW50cz0iOCAxOCAxNiAxMCAxMyA2IDExIDYgOCA5IDUgNiAzIDYgMCAxMCI+PC9wb2x5Z29uPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+Cg=='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; filter: contrast(0.5); } .product-addto-links .action.towishlist:hover::before, .block-bundle-summary .action.towishlist:hover::before, .product-item .action.towishlist:hover::before, .table-comparison .action.towishlist:hover::before, .product-addto-links .action.towishlist:focus::before, .block-bundle-summary .action.towishlist:focus::before, .product-item .action.towishlist:focus::before, .table-comparison .action.towishlist:focus::before { filter: none; } .block-carousel .swiper-container, .header-slider.swiper-container { padding: 0 30px; } .block-carousel .swiper-container::before, .header-slider.swiper-container::before, .block-carousel .swiper-container::after, .header-slider.swiper-container::after { background: #fff; content: ''; position: absolute; top: 0; bottom: 0; width: 30px; z-index: 2; } .block-carousel .swiper-container::before, .header-slider.swiper-container::before { left: 0; } .block-carousel .swiper-container::after, .header-slider.swiper-container::after { right: 0; } .header-slider { text-align: center; } .page-header { border-bottom-width: 2px; } .page-header .panel.wrapper { padding: 0 6px; border-bottom: 2px solid #ebeef0; } .page-header .header.panel { font-family: 'Fira Sans Extra Condensed', sans-serif; padding: 6px 30px; } .page-header .header.panel .header-slider { color: #8f98a1; } .page-header .header.panel .header-slider .swiper-slide > * { vertical-align: middle; } .page-header .header.panel .header-slider i { margin-right: 10px; } .page-header .header.panel .header-slider strong { color: #2b3945; text-transform: uppercase; } .page-header .header.panel .header-slider .swiper-button-prev, .page-header .header.panel .header-slider .swiper-button-next { background-size: 7px 13px; } .nav-toggle { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZS13aWR0aDo1O3N0cm9rZTojMmIzOTQ1O308L3N0eWxlPjxsaW5lIHgxPSI1MCIgeTE9IjI1IiB5Mj0iMjUiIGNsYXNzPSJhIi8+PGxpbmUgeDE9IjUwIiB5MT0iMTAiIHkyPSIxMCIgY2xhc3M9ImEiLz48bGluZSB5MT0iNDAiIHgyPSI1MCIgeTI9IjQwIiBjbGFzcz0iYSIvPjwvc3ZnPg=='); width: 27px; height: 27px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 40px; } .nav-toggle:before { display: none; } .page-header .block-search .label { margin-right: 20px; background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIj48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMyQjM5NDUiPjxjaXJjbGUgY3g9IjguNSIgY3k9IjguNSIgcj0iNy41Ii8+PHBhdGggZD0iTTE0LjUgMTQuNUwxOC44IDE4LjgiLz48L2c+PC9nPjwvc3ZnPgo='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .page-header .block-search .label:before { display: none; } .page-header .block-search .control { border-bottom-width: 2px; } .page-header .block-search .input-text { border-radius: 0; border-width: 1px; border-color: #2b3945; background: #f3ef7a; padding: 7px 30px 5px 8px; } .block-swissup-ajaxsearch .select2-dropdown .price-container .price, .block-swissup-ajaxsearch-results .price-container .price { font-size: inherit; } .minicart-wrapper { margin-top: 15px; } .minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before, .minicart-wrapper .action.showcart.active::before, .minicart-wrapper .action.showcart.active.active::before { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE5IDIyIj48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ2NyAtNjQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoMTQ2NyA1NykiPjxnIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiMyQjM5NDUiPjxwYXRoIGQ9Ik0xMyAzLjlDMTMgMS44IDExLjMgMCA5LjEgMCA3IDAgNS4yIDEuOCA1LjIgMy45IDUuMiA2LjIgNS4yIDguNyA1LjIgOC43TDEzIDguN0MxMyA4LjcgMTMgNi4yIDEzIDMuOVoiLz48L2c+PHBvbHlnb24gcG9pbnRzPSIxLjcgNSAxNi41IDUgMTcgOS44IDE2LjkgMTAgMTAuNyAyMSAwIDIxIiBmaWxsPSIjMkIzOTQ1Ii8+PHBvbHlnb24gcG9pbnRzPSIxOSAyMSAxMyAyMSAxNy41IDEzIiBmaWxsPSIjRURFNzM0Ii8+PC9nPjwvZz48L3N2Zz4K'); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .minicart-wrapper .action.showcart .counter.qty, .minicart-wrapper .action.showcart.active .counter.qty { color: #2b3945; background: transparent; font-size: 24px; line-height: 22px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; margin: 0; } .minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart.active .counter.qty.empty { display: inline-block; } .minicart-wrapper .action.showcart .counter.qty .counter-number, .minicart-wrapper .action.showcart.active .counter.qty .counter-number { text-shadow: none; } .minicart-wrapper .block-minicart { margin-top: 11px; } .cd-cart footer .checkout, .cd-cart footer .checkout:hover { background: #202633; } .product-item .product-item-photo img.photo, .product-item .product-item-photo img.product-image-photo, .product-item .product-item-photo img.hover-image { filter: contrast(100%); } .product-item .price-box .price-box { margin: 0; } .product-item .price-box .price-label { display: none !important; } .product-item .price-box > span { margin: 0 5.5px; } .product-item .price-box > span .price { font-weight: bold; } .product-item .price-box .old-price { color: #b3bac2; order: -1; position: relative; } .product-item .price-box .old-price::after { border-bottom: 2px solid currentColor; content: ""; left: -2px; margin-top: -1px; position: absolute; right: -2px; top: 50%; } .product-item .price-box .price-from .price::after { content: ' - '; } .product-item-info { margin: 0 auto; } .product-item-actions .actions-primary { display: inline-block; } .product-item-actions .actions-primary + .actions-secondary { display: inline; } .price-container .price { font-size: 2.4rem; } .products { margin: 20px 0; } .products-grid .product-item-details { text-align: center; } .products-grid .price-box { display: flex; justify-content: center; } .products-list .product-item-name { display: inline-block; width: calc(100% - 120px); vertical-align: top; margin: 0 0 22px; } .products-list .price-box { display: inline-block; margin: 0; text-align: right; vertical-align: top; width: 115px; } .products-list .price-box > span { margin: 0; } .toolbar { font-family: 'Fira Sans Extra Condensed', sans-serif; color: #8f98a1; font-weight: bold; margin: 0 0 20px; padding: 0 6px; box-sizing: border-box; text-transform: uppercase; } .toolbar .sorter { border: 2px solid #eff0f1; position: relative; right: 25px; } .toolbar .sorter-label { padding-left: 12px; } .toolbar .sorter-action { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); } .toolbar .sorter-action::before { color: #8f98a1; font-size: 18px; } .toolbar .sorter-action:hover::before { color: #2b3945; } .toolbar select { border: none; border-radius: 0; font-family: inherit; font-weight: inherit; margin: 0; padding: 7px 28px 7px 7px; text-transform: inherit; } .toolbar-amount { float: left; padding: 12px 0; } .modes-label { margin-right: 5.5px; vertical-align: middle; } .modes-mode { display: inline-block; padding: 8px; vertical-align: middle; } .modes-mode.active { border: 2px solid #eff0f1; border-radius: 0; } .modes-mode::before { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij48ZyBmaWxsPSJub25lIj48ZyBmaWxsPSIjMTAxODI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3NyAtMzAxKXRyYW5zbGF0ZSg0NjkgMjg5KXRyYW5zbGF0ZSg3MDggMTIpIj48cmVjdCB3aWR0aD0iMy45MiIgaGVpZ2h0PSIzLjkyIi8+PHBvbHlnb24gcG9pbnRzPSI2LjU0IDAgMTAuNDYgMCAxMC40NiAzLjkyIDYuNTQgMy45MiIvPjxwb2x5Z29uIHBvaW50cz0iMTMuMDggMCAxNyAwIDE3IDMuOTIgMTMuMDggMy45MiIvPjxwb2x5Z29uIHBvaW50cz0iMCA2LjU0IDMuOTIgNi41NCAzLjkyIDEwLjQ2IDAgMTAuNDYiLz48cG9seWdvbiBwb2ludHM9IjYuNTQgNi41NCAxMC40NiA2LjU0IDEwLjQ2IDEwLjQ2IDYuNTQgMTAuNDYiLz48cG9seWdvbiBwb2ludHM9IjEzLjA4IDYuNTQgMTcgNi41NCAxNyAxMC40NiAxMy4wOCAxMC40NiIvPjxwb2x5Z29uIHBvaW50cz0iMCAxMy4wOCAzLjkyIDEzLjA4IDMuOTIgMTcgMCAxNyIvPjxwb2x5Z29uIHBvaW50cz0iNi41NCAxMy4wOCAxMC40NiAxMy4wOCAxMC40NiAxNyA2LjU0IDE3Ii8+PHBvbHlnb24gcG9pbnRzPSIxMy4wOCAxMy4wOCAxNyAxMy4wOCAxNyAxNyAxMy4wOCAxNyIvPjwvZz48L2c+PC9nPjwvc3ZnPgo='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: top; } :not(.active):not(:hover).modes-mode::before { filter: contrast(0) opacity(0.2); } .mode-list.modes-mode::before { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5IDE3Ij48ZyBmaWxsPSJub25lIj48ZyBmaWxsPSIjMTAxODI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIxNCAtMzAyKXRyYW5zbGF0ZSg0NjkgMjg5KXRyYW5zbGF0ZSg3NDUgMTMpIj48cG9seWdvbiBwb2ludHM9IjAgMCAxOSAwIDE5IDMuOTIgMCAzLjkyIi8+PHBvbHlnb24gcG9pbnRzPSIwIDYuNTQgMTkgNi41NCAxOSAxMC40NiAwIDEwLjQ2Ii8+PHBvbHlnb24gcG9pbnRzPSIwIDEzLjA4IDE5IDEzLjA4IDE5IDE3IDAgMTciLz48L2c+PC9nPjwvZz48L3N2Zz4K'); } .pages .action { border-radius: 0; } .pages .action.next::before, .pages .action.previous::before { content: ''; display: inline-block; width: 12px; } .pages .action.next { transform: scaleX(-1); } .page-footer { background-color: #202633; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; color: #8f98a1; } .page-footer .footer-toolbar-top > .content { padding: 20px 10px 0 10px; } .page-footer .footer-toolbar-bottom > .content { padding: 10px 16px; } .page-footer div[data-role="title"] { font-size: 20px; color: #fff; } .page-footer .footer.content { border-top: none; padding: 13px 10px 40px 10px; } .page-footer .footer.content .footer-links { padding-top: 35px; border-top: 1px solid #2B3945; } .page-footer .footer.content .links.footer > li { border: 1px solid #2b3945; margin: -1px 0 0 0; } .page-footer .footer.content .links.footer > li [data-role="content"] { padding-left: 20px; } .page-footer .footer.content .links.footer > li div[data-role="title"] { margin: 0; padding: 15px; } .page-footer .footer.content .links.footer > li div[data-role="title"] span { display: inline-block; width: 15px; } .page-footer .footer.content .links.footer > li div[data-role="title"] span.plus:before { content: '+'; } .page-footer .footer.content .links.footer > li div[data-role="title"] span.minus:before { content: '-'; } .page-footer .social-icons .fa-stack { color: #202633; } .page-footer .social-icons .fa-inverse { color: #797c84; } .page-footer .block.newsletter { margin: 0; width: auto; } .page-footer .block.newsletter .action.subscribe { height: 40px; background: #ede734; border: 0; transition: background-color 0.1s ease-in-out; padding: 10px 12px; } .page-footer .block.newsletter .action.subscribe:hover, .page-footer .block.newsletter .action.subscribe:focus, .page-footer .block.newsletter .action.subscribe:active { background: #dbd413; border: 0; } .page-footer .block.newsletter .action.subscribe::before { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LCAtMTQpIiBmaWxsPSIjMjAyNjMzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCA4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMwLCAyKSI+PHBvbHlnb24gcG9pbnRzPSI0ODIgMTAuNSA0NzcuOCAxNyA0NzUgMTcgNDc5LjIgMTAuNSA0NzUgNCA0NzcuOCA0Ij48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPgo='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .page-footer .block.newsletter .action.subscribe span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-footer .block.newsletter .field .control:before { content: ''; } .cms-index-index .jumbotron + .jumbotron { border: none; } .cms-index-index .page-main { max-width: none; padding: 0; } .cms-index-index .column.main .block .actions-toolbar { padding: 20px 0 30px; text-align: center; } .cms-index-index .jumbotron > .easyslide-wrapper .swiper-button-prev, .cms-index-index .jumbotron > .easyslide-wrapper .swiper-button-next { width: 35px; margin: 0; background-position: 13px; } .cms-index-index .jumbotron > .easyslide-wrapper .swiper-button-prev::before, .cms-index-index .jumbotron > .easyslide-wrapper .swiper-button-next::before { content: ''; display: block; width: 35px; height: 115px; background-color: #fff; opacity: 0.3; position: absolute; top: -50px; transition: opacity 0.1s ease-in-out; } .cms-index-index .jumbotron > .easyslide-wrapper .swiper-button-prev:hover::before, .cms-index-index .jumbotron > .easyslide-wrapper .swiper-button-next:hover::before { opacity: 0.5; } .cms-index-index .easyslide-description { padding-left: 30px; min-height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff; } .cms-index-index .easyslide-description a { color: #ede734; } .cms-index-index .easyslide-description a:hover { text-decoration: underline; } .cms-index-index .easyslide-description .h1 { font-size: 30px; line-height: 28px; text-shadow: 0 2px 57px rgba(0, 0, 0, 0.13); } .cms-index-index .easyslide-description .button { font-size: 18px; padding: 8px 15px; } .cms-index-index .easyslide-description .button.btn-white { color: #fff; background: transparent; border: 2px solid #fff; } .cms-index-index .easyslide-description .button span::after, .cms-index-index .easyslide-description .button:hover span::after, .cms-index-index .easyslide-description .button:focus span::after, .cms-index-index .easyslide-description .button:active span::after { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUsIC0xNCkiIGZpbGw9IiNmZmZmZmYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDgpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MzAsIDIpIj48cG9seWdvbiBwb2ludHM9IjQ4MiAxMC41IDQ3Ny44IDE3IDQ3NSAxNyA0NzkuMiAxMC41IDQ3NSA0IDQ3Ny44IDQiPjwvcG9seWdvbj48L2c+PC9nPjwvZz48L2c+PC9zdmc+') !important; width: 14px; height: 14px; filter: sepia() saturate(10000%); } .cms-index-index .block-hot-stuff .description, .cms-index-index .block-hot-stuff .shop-now-link { padding: 8px 0; } .cms-index-index .block-hot-stuff .shop-now-link { padding-bottom: 50px; } .cms-index-index .block-hot-stuff .shop-now-link .link-accent { text-transform: uppercase; font-weight: 600; } .cms-index-index .block-categories .bg-text { color: #f7f7f7; text-align: center; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600; text-transform: uppercase; white-space: nowrap; overflow: hidden; user-select: none; height: 10vw; font-size: 19vw; line-height: 15vw; } .cms-index-index .block-categories .departments-link { width: 100%; padding: 60px 0; text-align: center; } .cms-index-index .block-categories .easycatalogimg-grid .item { padding: 0; position: relative; } .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category { color: #fff; position: absolute; bottom: 10%; left: 5%; } .cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .name { font-size: 3rem; text-shadow: 0 2px 38px rgba(0, 0, 0, 0.5); } .cms-index-index .block-benefits .description { max-width: 900px; padding-bottom: 50px; } .cms-index-index .block-benefits .item { padding-top: 20px; text-align: center; } .cms-index-index .block-benefits .item .text { max-width: 300px; margin: 0 auto; color: #8f98a1; } .cms-index-index .jumbotron + .jumbotron.block-brands, .cms-index-index .jumbotron.block-categories + .jumbotron { border-top: 2px solid #F7F7F7; } .cms-index-index .block-brands .block-title { padding-bottom: 20px; } .page-products .columns { margin-top: 22px; } .filter .filter-current-subtitle { font-size: 18px; padding: 16px 40px 16px 16px; } .filter .filter-current-subtitle::before { top: 12px; right: 8px; } .filter .filter-current.active .filter-current-subtitle::before { content: ''; transform: scale(1, -1); } .filter .filter-current .item { margin: 10px; } .filter .filter-current .items { border: 0 solid #eff0f1; border-width: 0 2px; padding: 10px 18px 10px; } .filter-actions { margin: 0; padding: 0 18px 16px; } /** * Use full selectors (not concatenated): * - .filter-options-item * - .filter-options-title * - .filter-options-content * * Becuase there are extends from them in _no-layered-navigation.less */ .filter-options-item, .filter > .content { border: 0 solid #eff0f1; border-width: 2px 0; margin-bottom: -2px; padding-bottom: 0; } .filter-options-title, .filter > .content .options > dt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'Fira Sans Extra Condensed', sans-serif; padding: 16px 40px 16px 16px; font-size: 18px; text-transform: uppercase; margin: 0; } .filter-options-title::after { content: ''; top: 12px; right: 8px; } .active > .filter-options-title::after { content: ''; transform: scale(1, -1); } .filter-options-content, .filter > .content .options > dd { margin: 0; padding: 0 18px 16px; } .filter-options-content .item, .filter > .content .options > dd .item { margin: 10px; } .filter > .content { border-width: 2px; margin-bottom: 27.5px; } .filter > .content .subtitle { display: block; margin: -2px -2px 0; } .filter > .content .options { margin: 0; } .filter > .content .options > dd .count::before { content: '('; } .filter > .content .options > dd .count::after { content: ')'; } .catalog-product-view .page-title-wrapper { text-align: left; margin: 0 0 5px; } .catalog-product-view .column.main > .block .block-title { text-align: center; } .catalog-product-view .product-add-form .product-addto-links { display: block; margin-bottom: 7px; } .product-info-main .product-info-stock-sku { float: none; } .fbl-custom .like::before { line-height: 16px; } .product-info-main .page-title { margin-top: 0; } .product-info-main .product.attribute.overview { margin: 27.5px 0 34px; } .product-info-main .product-info-price { border: 0; margin: 27.5px 0 34px; max-width: 100%; } .product-info-main .product-info-price .price-box { width: auto; } .product-info-main .product-info-price .price-box .price-container > span { display: inline; } .product-info-main .product-info-price .price-box :not(.price-from):not(.price-to) > .price-container { display: block; } .product-info-main .product-info-price .price-box .old-price .price-container > span { font-size: 2rem; } .product-info-main .product-info-price .price-box .price-from, .product-info-main .product-info-price .price-box .price-to { display: inline-block; margin-bottom: 0; margin-right: 10px; } .product-info-main .product-info-price .product-reviews-summary { display: table-cell; float: none; padding: 0; vertical-align: bottom; white-space: nowrap; width: 1px; text-align: right; } .product-info-main .product-info-price .product-reviews-summary .rating-summary { display: inline-block; margin: 0; padding-bottom: 2px; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions { margin: 0; height: auto; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add { display: inline-block; max-width: 150px; overflow: hidden; text-overflow: ellipsis; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view { margin: 0; font-size: 0; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view > :first-child { font-size: 14px; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view > :first-child::before { content: '[ '; } .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view > :first-child::after { content: ' ]'; } .product-info-main .price-box { padding: 0; } .product-info-main .price-box [data-price-type=finalPrice] .price, .product-info-main .price-box [data-price-type=minPrice] .price, .product-info-main .price-box [data-price-type=maxPrice] .price { color: #f76801; } .product-info-main .product-info-stock-sku { display: flex; justify-content: space-between; padding: 0%; text-align: left; font-family: 'Fira Sans Extra Condensed', sans-serif; } .product-info-main .product-info-stock-sku .value { color: #d6dbe0; font-weight: bold; } .product-info-main .product-info-stock-sku .product-social-links { display: flex; margin: 0; width: auto; } .product-info-main .product-info-stock-sku .product-social-links .action.mailto.friend { /* use valiables for fb-like to get same mail button */ } .product-info-main .product-info-stock-sku .product-social-links .action.mailto.friend:not(:hover) { color: #d6dbe0; } .product-info-main .product-info-stock-sku .product-social-links .action.mailto.friend::before { margin-top: 1px; vertical-align: baseline; font-size: 24px; } .product-info-main .stock { color: #8f98a1; font-family: 'Fira Sans Extra Condensed', sans-serif; } .product-info-main .product-add-form { padding-top: 0; } .product-info-main div.mage-error[generated] { position: absolute; margin: 0; top: 100%; left: 100px; } .product-info-main div.mage-error[generated]#qty-error { white-space: nowrap; left: 0; } .product-info-main .product-add-form-bottom { line-height: 32px; margin-left: 100px; } .page-product-grouped .product-info-main .product-add-form-bottom { margin-left: 0; } .product-info-main .input-text.qty { text-align: left; padding: 12px 34px 12px 15px; min-width: 84px; } .product-info-main .table-wrapper.grouped { border: none; } .product-info-main .table.grouped, .product-info-main .cms-page-view .column.main table.table-grid.grouped, .product-info-main .modal-content table.table-grid.grouped, .product-info-main .cms-page-view .column.main table.data-table.grouped, .product-info-main .modal-content table.data-table.grouped { font-family: 'Fira Sans Extra Condensed', sans-serif; text-transform: uppercase; } .product-info-main .table.grouped th, .product-info-main .cms-page-view .column.main table.table-grid.grouped th, .product-info-main .modal-content table.table-grid.grouped th, .product-info-main .cms-page-view .column.main table.data-table.grouped th, .product-info-main .modal-content table.data-table.grouped th { color: #d6dbe0; } .product-info-main .table.grouped > tbody, .product-info-main .cms-page-view .column.main table.table-grid.grouped > tbody, .product-info-main .modal-content table.table-grid.grouped > tbody, .product-info-main .cms-page-view .column.main table.data-table.grouped > tbody, .product-info-main .modal-content table.data-table.grouped > tbody { border: none; } .product-info-main .table.grouped .col.item, .product-info-main .table.grouped .col.qty, .product-info-main .cms-page-view .column.main table.table-grid.grouped .col.item, .product-info-main .cms-page-view .column.main table.table-grid.grouped .col.qty, .product-info-main .modal-content table.table-grid.grouped .col.item, .product-info-main .modal-content table.table-grid.grouped .col.qty, .product-info-main .cms-page-view .column.main table.data-table.grouped .col.item, .product-info-main .cms-page-view .column.main table.data-table.grouped .col.qty, .product-info-main .modal-content table.data-table.grouped .col.item, .product-info-main .modal-content table.data-table.grouped .col.qty { border: none; } .product-info-main .table.grouped .control.qty, .product-info-main .cms-page-view .column.main table.table-grid.grouped .control.qty, .product-info-main .modal-content table.table-grid.grouped .control.qty, .product-info-main .cms-page-view .column.main table.data-table.grouped .control.qty, .product-info-main .modal-content table.data-table.grouped .control.qty { min-width: 0; } .product-info-main .table.grouped .product-item-name, .product-info-main .cms-page-view .column.main table.table-grid.grouped .product-item-name, .product-info-main .modal-content table.table-grid.grouped .product-item-name, .product-info-main .cms-page-view .column.main table.data-table.grouped .product-item-name, .product-info-main .modal-content table.data-table.grouped .product-item-name { font-weight: bold; margin: 0; } .product-info-main .table.grouped .price-box .price, .product-info-main .cms-page-view .column.main table.table-grid.grouped .price-box .price, .product-info-main .modal-content table.table-grid.grouped .price-box .price, .product-info-main .cms-page-view .column.main table.data-table.grouped .price-box .price, .product-info-main .modal-content table.data-table.grouped .price-box .price { font-size: 1.6rem; } .product-info-main .block.related { margin: 15.5px 0 0; border-top: 2px solid #eff0f1; padding-top: 15.5px; } .product-info-main .block.related .products-grid .product-item { max-width: 60px; } .product-info-main .block.related .products { margin-bottom: 4px; margin-top: 10px; } .product-info-main .configurable-variation-qty { display: none; } .box-tocart .fieldset:last-child { margin-bottom: 0; } .box-tocart .fieldset .actions { float: right; width: calc(100% - 100px - 84px - 10px); } .box-tocart .fieldset .actions:first-child { width: 100%; } .box-tocart .field.qty { display: inline-flex; align-items: center; } .box-tocart .action.tocart { padding: 12px 17px; } .product-options-wrapper .fieldset > .field.date .fieldset { margin: 0; } .product-options-wrapper .fieldset > .field.date .legend { font-size: inherit; float: left; } .product-options-wrapper .fieldset > .field.date .control { float: right; clear: none; font-size: 0; } .product-options-wrapper .fieldset > .field.date .control > * { float: left; margin-right: 10px; } .product-options-wrapper .fieldset > .field.date .control [data-calendar-role="year"] + select { clear: left; } .product-options-wrapper .fieldset > .field.date .control [data-calendar-role="year"] ~ select { margin-top: 10px; } .product-options-wrapper .field { align-items: flex-start; display: flex; position: relative; } .product-options-wrapper .field .control { width: calc(100% - 100px) !important; } .product-options-wrapper .field .control .field.choice { min-height: 52px; margin: 0; } .product-options-wrapper .field .control .field.choice [type=checkbox] { margin: 0 15px 2px 0; border-color: #202633; top: 2px; position: relative; } .product-options-wrapper .field .control .field.choice [type=radio] { margin: 0 15px 0 0; border-color: #202633; } .product-options-wrapper .field:not([option-selected]) .control > select { color: #8f98a1; } .product-options-wrapper .field:not([option-selected]) .control > select option { color: #2b3945; } .product-options-wrapper .swatch-attribute { align-items: flex-start; display: flex; position: relative; margin-bottom: 22px; } .product-options-wrapper .swatch-attribute:last-child { margin-bottom: 0; } .product-options-wrapper .swatch-attribute .swatch-attribute-options { margin: 0; width: calc(100% - 100px) !important; } .product-options-wrapper .swatch-attribute .with-link .action-wrapper { display: inline-block; height: 52px; line-height: 52px; vertical-align: top; } .product-options-wrapper .swatch-attribute .with-link > select, .product-options-wrapper .swatch-attribute .with-link > select + .action-wrapper { text-align: center; width: 50%; } .swatch-attribute:last-child .swatch-attribute-label-wrapper, .swatch-attribute:last-child .swatch-attribute-options { margin: 0; } .swatch-attribute:not([option-selected]) select.swatch-select { color: #8f98a1; } .swatch-attribute:not([option-selected]) select.swatch-select option { color: #2b3945; } .qty-wrapper.qty-arrows .input-text.qty { padding-right: 20px; text-align: center; } .qty-wrapper .qty-switcher-dec { margin-right: -20px; position: absolute; top: 50%; transform: translateY(-50%); } .qty-wrapper .qty-switcher-dec::before { border: 0; transform: none; background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMCAtMTQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoNTMwIDIpdHJhbnNsYXRlKDMuNSAxMC41KXNjYWxlKC0xIDEpdHJhbnNsYXRlKC0zLjUgLTEwLjUpIiBwb2ludHM9IjcgMTAuNSAyLjggMTcgMCAxNyA0LjIgMTAuNSAwIDQgMi44IDQiLz48L2c+PC9nPjwvc3ZnPg=='); width: 14px; height: 14px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .qty-wrapper .qty-switcher-inc { margin-left: -20px; position: absolute; top: 50%; transform: translateY(-50%); } .qty-wrapper .qty-switcher-inc::after { border: 0; transform: none; background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LCAtMTQpIiBmaWxsPSIjMjAyNjMzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCA4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMwLCAyKSI+PHBvbHlnb24gcG9pbnRzPSI0ODIgMTAuNSA0NzcuOCAxNyA0NzUgMTcgNDc5LjIgMTAuNSA0NzUgNCA0NzcuOCA0Ij48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPgo='); width: 14px; height: 14px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .qty-wrapper .action.toggle { width: 30px; } .qty-wrapper .action.toggle.active::after { transform: scale(1, -1); } .qty-wrapper ul.dropdown { text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; padding: 6px; margin-top: 0; } .qty-wrapper ul.dropdown li { padding: 1px 7px; } .product-addto-links .action { position: relative; margin-left: 25px; } .product-addto-links .action::before { position: absolute; left: -25px; } .product-addto-links .action.towishlist::before { height: 100%; top: 0; } .product-addto-links .tocompare { text-decoration: none; } .product-addto-links .tocompare:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: inherit; content: '\f24e'; font-family: 'FontAwesome'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; overflow: visible; } .product-addto-links .tocompare:hover::before, .product-addto-links .tocomparefocus::before { color: #333333; } .product.media { margin-bottom: 27.5px; } .fotorama__nav-wrap .fotorama__img { filter: contrast(100%); } .fotorama .fotorama__thumb-border { border-left: 0; border-right: 0; border-top: 0; border-color: #ede734; } .fotorama .fotorama__arr--prev .fotorama__arr__arr, .fotorama .fotorama__arr--next .fotorama__arr__arr { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyI+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzIwMjYzMyI+PHBvbHlnb24gdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMCAtMTQpdHJhbnNsYXRlKDAgOCl0cmFuc2xhdGUoNTMwIDIpdHJhbnNsYXRlKDMuNSAxMC41KXNjYWxlKC0xIDEpdHJhbnNsYXRlKC0zLjUgLTEwLjUpIiBwb2ludHM9IjcgMTAuNSAyLjggMTcgMCAxNyA0LjIgMTAuNSAwIDQgMi44IDQiLz48L2c+PC9nPjwvc3ZnPg=='); background-position: center; background-size: 16px; } .fotorama .fotorama__arr--next .fotorama__arr__arr { transform: translate3d(-50%, -50%, 0) scale(-1, 1); } :root { --add-review-block-title: 'ADD REVIEW'; } .product.data.items { background: #fafafa; } .product.data.items > .item.title a::after { content: ''; filter: contrast(0%); } .product.data.items > .item.title.active a:after { content: ''; filter: none; transform: scale(1, -1); } .product.data.items > .item.content .no-reviews { margin-bottom: 10px; } .product.data.items > .item.content .review-add { background: #f2f2f2; margin: 0 -15px -10px -15px; } .product.data.items > .item.content .review-add .block-title { height: 100px; overflow: hidden; } .product.data.items > .item.content .review-add .block-title::before { content: var(--add-review-block-title); color: rgba(255, 255, 255, 0.45); display: inline-block; font-size: 102px; font-weight: bold; height: 102px; letter-spacing: -6px; line-height: 78px; transform: scaleY(1.2); white-space: nowrap; font-family: 'Fira Sans Extra Condensed', sans-serif; } .product.data.items > .item.content .review-add .block-content { padding: 0 20px 20px; } .review-list .review-item { display: flex; flex-wrap: wrap; border: 0; } .review-list .review-ratings { width: 100%; } .review-list .review-title { color: #000000; font-family: 'Fira Sans Extra Condensed', sans-serif; line-height: normal; font-size: 1.6rem; margin: 0 0 10px; order: -1; text-transform: uppercase; } .review-list .review-title:after { content: '\00a0'; } .review-list .review-content-container { width: 100%; } .review-list .review-content { margin: 0; width: 100%; } .review-list .review-details { color: #8f98a1; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; line-height: normal; font-size: 1.6rem; margin: 0 0 10px; order: -1; text-transform: uppercase; } .review-list .review-author .review-details-value { font-weight: bold; } .askit-item-title, .askit-item-answer > .askit-item-author { color: #8f98a1; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.6rem; text-transform: uppercase; } .askit-item-author, .askit-item-author strong { color: #000; } .askit-item-actions .askit-item-trigger { font-weight: 600; padding: 0 0 2px; margin: 0 10px; } .askit-item-actions .askit-item-trigger, .askit-item-actions .askit-item-trigger:visited { color: #2b3945; } .askit-item-answers { padding: 15px 15px 15px 30px; } .soldtogether-block .totalprice { display: block; } .bundle-actions .action.primary.customize { min-width: 100%; } .bundle-options-container .input-text.qty { text-align: left; } .bundle-options-container .product-options-wrapper .fieldset > .field { border: none; } .bundle-options-container .product-options-wrapper .field.option > .label { min-width: 180px; } .bundle-options-container .product-options-wrapper .field > .control { width: auto !important; } .bundle-options-container .product-options-wrapper .field.choice input { margin-top: 2px; } .bundle-options-container .product-options-wrapper .field.choice > .label { font-size: 1.6rem; line-height: normal; margin: 0; min-height: auto; width: auto; } .bundle-options-container .product-options-wrapper .field.qty-holder { margin-left: -180px; display: flex; align-items: center; } .bundle-options-container .product-options-wrapper .field.qty-holder > .label { margin: 0; width: 180px; } .bundle-options-container .product-options-wrapper .field.no-options + .qty-holder { margin-top: 0; } .bundle-options-container .product-options-wrapper .field .options-list { text-transform: uppercase; font-family: 'Fira Sans Extra Condensed', sans-serif; } .bundle-options-container .product-options-wrapper .field .price-container .price { font-size: inherit; } .bundle-options-container .block-bundle-summary > .title, .bundle-options-container .block-bundle-summary .bundle-summary .subtitle { border-bottom: 2px solid #eff0f1; text-transform: uppercase; } .bundle-options-container .block-bundle-summary .price-box { font-family: 'Fira Sans Extra Condensed', sans-serif; } .bundle-options-container .block-bundle-summary .price-box [data-price-type=finalPrice] .price { color: #f76801 !important; } .bundle-options-container .block-bundle-summary .box-tocart .action.primary { padding: 12px 17px; } .bundle-options-container .block-bundle-summary [data-container="product-summary"] { font-style: italic; } .page-product-downloadable .product-options-bottom .field.qty { display: inline-flex; } .field.downloads .field.choice { border: none; padding: 0; } .account .page-title-wrapper { text-align: left; } .account .page-title-wrapper .page-title { margin-top: 0; } .customer-account-logoutsuccess .column.main p { text-align: center; } .actions-toolbar > .secondary .action.remind { border-bottom-width: 4px; text-transform: none; font-weight: 600; } .actions-toolbar > .secondary .action.remind, .actions-toolbar > .secondary .action.remind:visited { color: #2b3945; } .wishlist-index-index .products-grid.wishlist .product-item:nth-child(n) { padding: 22px 0; } .contact.form .legend { margin: 0 0 5px; } .page-main .column.main .contact.form { width: 100%; min-width: 0 !important; } .block-contact-info { background: transparent; } .checkout-cart-index .cart-empty { text-align: center; } .checkout-cart-index .item-info img.photo, .checkout-cart-index .item-info img.product-image-photo { filter: contrast(100%); } .checkout-cart-index .item-info .item-options { font-size: 1.4rem; } .checkout-cart-index .item-info .product-item-name a { font-weight: 600; } .checkout-cart-index .cart-summary .block > .title::after { content: ''; top: 2px; } .checkout-cart-index .cart-summary .block.active > .title::after { transform: scale(1, -1); } .checkout-cart-index .cart-summary .block .item-options .field .radio { margin-top: -2px; } .methods-shipping .col-method input[type="radio"] { top: 1px; } .element.bio .item { position: relative; } .element.bio .item::after, .element.bio .item::before { content: ''; display: block; background: #ede734; position: absolute; left: -15px; } .element.bio .item::before { bottom: 0; width: 15px; height: 100px; } .element.bio .item::after { bottom: -15px; width: 120px; height: 15px; } .element.news .post-image { position: relative; } .element.news .post-image::after, .element.news .post-image::before { content: ''; display: block; background: #ede734; position: absolute; left: -12px; } .element.news .post-image::before { top: 0; width: 12px; height: 165px; } .element.news .post-image::after { top: -12px; width: 131px; height: 12px; } .element.news .post-content .read-more-link::after { align-self: center; background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA3IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LCAtMTQpIiBmaWxsPSIjMjAyNjMzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCA4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMwLCAyKSI+PHBvbHlnb24gcG9pbnRzPSI0ODIgMTAuNSA0NzcuOCAxNyA0NzUgMTcgNDc5LjIgMTAuNSA0NzUgNCA0NzcuOCA0Ij48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPgo='); width: 13px; height: 13px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; filter: invert(38%) sepia(88%) saturate(2781%) hue-rotate(11deg) brightness(109%) contrast(99%); } .element.testimonials .testimonials-slider { text-align: center; } .element.testimonials .testimonials-slider .content-heading .title { margin: 0; } .element.testimonials .testimonials-slider .swiper-button-prev, .element.testimonials .testimonials-slider .swiper-button-next, .element.testimonials .testimonials-slider figure.testimonial .review-ratings { filter: invert(38%) sepia(88%) saturate(2781%) hue-rotate(11deg) brightness(109%) contrast(99%); } .element.testimonials .testimonials-slider figure.testimonial::after { content: "\201D"; color: #f76801; font-size: 14em; font-family: 'Fira Sans Extra Condensed', sans-serif; position: absolute; top: -110px; } .element.testimonial-single .swiper-button-prev, .element.testimonial-single .swiper-button-next { background-size: 15px 28px; height: 28px; width: 15px; filter: invert(38%) sepia(88%) saturate(2781%) hue-rotate(11deg) brightness(109%) contrast(99%); } .checkout-index-index .authentication-wrapper { top: auto; left: auto; right: auto; bottom: auto; float: none; margin: 0 0 15px; max-width: none; text-align: left; } .checkout-index-index .authentication-wrapper button { background: #f76801; border: 2px solid #f76801; color: #ffffff; cursor: pointer; font-weight: 600; padding: 10px 15px; font-size: 2rem; box-sizing: border-box; vertical-align: middle; text-transform: uppercase; line-height: 18px; } .checkout-index-index .authentication-wrapper button:hover { text-decoration: none; background: #202633; border: 2px solid #202633; color: #ffffff; } @media (min-width: 768px) { .hidden-md { display: none !important; } } .header-phones { display: flex; font-weight: 200; font-size: 15px; padding-top: 5px; } .minicart-items .product-item-name { padding-right: 60px; } .products-grid .product-name a { overflow: visible; white-space: normal; } @media (max-width: 480px) { .products-grid .price-box { flex-direction: row; } } .price-container .price { font-size: 1.7rem; } .opc-block-summary { padding: 20px; } @media (min-width: 768px) { .opc-progress-bar { margin: 22px 0 22px; } } .checkout-index-index .authentication-wrapper { top: 0px; left: auto; right: auto; bottom: 0px; float: none; margin: 0 0 15px; max-width: none; text-align: left; padding-top: 20px; padding-bottom: 15px; } .product.data.items > .item.content .review-add .block-title:before { content: 'Ваш отзыв'; color: rgba(255, 255, 255, 0.45); display: inline-block; font-size: 102px; font-weight: 700; height: 102px; letter-spacing: -6px; line-height: 78px; transform: scaleY(1.2); white-space: nowrap; font-family: 'Fira Sans Extra Condensed', sans-serif; } .page-layout-1column .filter.block { display: none !important; } .bigs { font-size: 2rem; } .hl-magazine > .block-title > strong { font-size: 2.8rem; padding-left: 0 !important; padding-right: 0 !important; } .hl-magazine .block-title strong::before, .hl-magazine .block-title strong::after { display: none !important; } .cms-index-index .block-categories .bg-text { font-size: 9vw; line-height: 17vw; } .force-icon.force-icon-medium { vertical-align: middle; } .force-icon.force-experts { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjQzcHgiIGhlaWdodD0iNjY4cHgiIHZpZXdCb3g9IjAgMCA2NDMgNjY4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlVudGl0bGVkPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAuNDU0NTQ1NDU1IiB5PSIwIiB3aWR0aD0iNjQyIiBoZWlnaHQ9IjY2OCI+PC9yZWN0PgogICAgICAgIDxwYXRoIGQ9Ik0yNzguOTAxNTM4LDIzNy44NjY1NzMgQzI0OC4wMjg1MzEsMjQ0LjA2MDgzOSAyMTkuMDIzNjM2LDI3MC44MDQzMzYgMjE4LjMzNTM4NSwzMDMuNTk0NjE1IEMyMTkuMDcyNzk3LDMzOC40MDA0OSAyMTMuODEyNTg3LDM3My4zNTM4NDYgMjE2Ljg2MDU1OSw0MDguMDYxMzk5IEMyMzIuMTAwNDIsNDQyLjk2NTU5NCAyNjMuODA5MTYxLDQ3Mi43NTcwNjMgMjYzLjI2ODM5Miw1MTIuOTcwNjI5IEMyNjAuNjEzNzA2LDU0Ni4zNTA4MzkgMjI1LjYxMTE4OSw1NjQuODg0NDc2IDE5Ni44MDI5MzcsNTczLjE0MzQ5NyBDMTQ3LjE1MDQ5LDU5MS45NzIwOTggODQuNTY4NzQxMyw2MDcuNDA4NjAxIDY3LjQ2MDc2OTIsNjY1LjIyMTc0OCBDMjM1LjAwMDkwOSw2NjkuMjAzNzc2IDQwMi42ODg1MzEsNjY3LjU4MTQ2OSA1NzAuMjI4NjcxLDY2Ni4yMDQ5NjUgQzU2NS44NTMzNTcsNjU0LjU1Mzg0NiA1NjMuNzM5NDQxLDY0Mi4wMTc4MzIgNTU2Ljc1ODYwMSw2MzEuNzQzMjE3IEM1MTguNjU4OTUxLDU5NC44NzI1ODcgNDY1LjUxNjA4NCw1ODMuNzYyMjM4IDQxOC4zMjE2NzgsNTYzLjQwOTY1IEMzOTAuMTAzMzU3LDU1Mi40NDY3ODMgMzY2LjMwOTUxLDUxOS42NTY1MDMgMzc4Ljk5MzAwNyw0ODguNzM0MzM2IEMzODguNzc2MDE0LDQ2NC42OTQ2ODUgNDA0LjYwNTgwNCw0NDMuNjUzODQ2IDQxNy40ODU5NDQsNDIxLjIzNjUwMyBDNDMyLjYyNzQ4MywzOTkuMjYxNjA4IDQyMS4yNzEzMjksMzcxLjk3NzM0MyA0MjIuMzUyODY3LDM0Ny4zNDc3NjIgQzQxOS41MDE1MzgsMzE4LjY4Njk5MyA0MjcuMjE5NzksMjgxLjg2NTUyNCA0MDIuNzM3NjkyLDI2MC4wODcyNzMgQzM2OS41MDQ5NjUsMjI4LjQ3Njg1MyAzMjAuNzg2NTczLDIzMS42MjMxNDcgMjc4LjkwMTUzOCwyMzcuODY2NTczIiBpZD0iUGF0aCIgZmlsbD0iI0ZFRkVGRSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTIyMS45ODk4NDUsMTk4LjQzMTY4NyBDMjUzLjU4Njg4MiwxMzEuMjk0OTI0IDI4My42ODQ1ODcsNjIuOTM2NDgzNyAzMjMuNDQ0NjU1LDAuMDc1NTk0NDA1NiBDMzU1LjA0MTY5Miw1Ni4wNTA2NjE5IDM4MS40NzQzNjMsMTE0LjY5MTIwOSA0MTAuNjgzNTc1LDE3MS45NDM0ODUgQzQxNS43OTI0MSwxODAuNjA2MjkzIDQyMC42MjM1OTEsMTkxLjE1NzE0OSA0MzAuNjE5MTM5LDE5NS4wNDQzMDcgQzUwMC4zMTAzMiwyMTMuNjQ3MTMyIDU3NC42NjYwODksMjEwLjA5MzE1OSA2NDIuOTEzNDY4LDIzNC42OTMzMTMgQzU5NC4zMjM5OTksMjg3LjcyNTI0NyA1MzkuOTAzNzk1LDMzNC44MTUzODMgNDg4LjAzODAwOCwzODQuNTE1NDY4IEM0OTMuODY4NzQ0LDQ1NS4zNzI3OTUgNTA5LjA4NDE4OSw1MjUuMDA4NDQ1IDUyMS42ODk2ODYsNTk0LjkyMTc0OCBDNDg2LjA5NDQyOSw1NzcuODE4MjU1IDQxOS43MzUwOTgsNTc2LjgxODcwMSA0MTQuNTE1MjAxLDUyNS43MzAzNDUgQzQyMy44OTk5MSw0ODguMDgwNDQ5IDQ1Ny4zMjk0NjQsNDYxLjE0ODAwMSA0NjguODc5ODc1LDQyNC4zMzEwNjYgQzQ3My44Nzc2NDksMzc1LjAxOTY5NyA0NzAuMDQ2MDIyLDMyNC45MzA4OTcgNDYxLjcxNjM5OSwyNzYuMjMwMzY3IEM0MzEuNTYzMTYzLDE4MC4yNzMxMDggMjk4LjA2NzA3LDE2NS42Njg1MDIgMjIzLjkzMzQyNCwyMTcuNzU2NDEyIEMxNjUuOTAzNzE2LDI1Ny41NzIwMTEgMTc2Ljg0MzI4OCwzMzMuMDM4Mzk3IDE3My40NTU5MDcsMzkzLjg0NDY0NiBDMTY1LjY4MTU5Myw0NDcuMTU0MjM0IDIyNC4yNjY2MDksNDc5LjEzOTk4NyAyMjkuNzY0MTYsNTI4Ljk1MTEzMyBDMjIxLjQ5MDA2OCw1NzYuMDk2OCAxNjEuNzk0NDM1LDU3Ni44MTg3MDEgMTI2LjE5OTE3OSw1OTQuMDg4Nzg2IEMxMzQuMDI5MDI1LDUyNS4wNjM5NzYgMTQ3LjQ2NzQ4Myw0NTYuODE2NTk3IDE1OS40MDY2MSwzODguNDAyNjI1IEMxMDkuMzE3ODA5LDMzNC4wOTM0ODIgNDkuNzMzMjM4NSwyODguODkxMzk0IDIuNDIwOTc5MDIsMjMyLjEzODg5NSBDNzQuNzc3NjM4NywyMTYuMzEyNjExIDE0OC42ODkxNjEsMjA5LjA5MzYwNCAyMjEuOTg5ODQ1LDE5OC40MzE2ODcgWiIgaWQ9IlBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgIDxwYXRoIGQ9Ik0yMzEuMjE1NTI0LDIxNC40MTY4NTMgQzI1OS4xODgwNDIsMTU0Ljk4MTM5OSAyODUuODMzMjE3LDk0LjQ2NDQwNTYgMzIxLjAzMjM3OCwzOC44MTQzMzU3IEMzNDkuMDA0ODk1LDg4LjM2ODQ2MTUgMzcyLjQwNTQ1NSwxNDAuMjgyMzA4IDM5OC4yNjQwNTYsMTkwLjk2NzEzMyBDNDAyLjc4Njg1MywxOTguNjM2MjI0IDQwNy4wNjM4NDYsMjA3Ljk3Njc4MyA0MTUuOTEyNzk3LDIxMS40MTgwNDIgQzQ3Ny42MDk2NSwyMjcuODg2OTIzIDU0My40MzYwMTQsMjI0Ljc0MDYyOSA2MDMuODU0Njg1LDI0Ni41MTg4ODEgQzU2MC44Mzg5NTEsMjkzLjQ2NzQ4MyA1MTIuNjYxMzI5LDMzNS4xNTU4NzQgNDY2Ljc0NTEwNSwzNzkuMTU0ODI1IEM0NzEuOTA2OTkzLDQ0MS44ODQwNTYgNDg1LjM3NzA2Myw1MDMuNTMxNzQ4IDQ5Ni41MzY1NzMsNTY1LjQyNTI0NSBDNDY1LjAyNDQ3Niw1NTAuMjgzNzA2IDQwNi4yNzcyNzMsNTQ5LjM5ODgxMSA0MDEuNjU2MTU0LDUwNC4xNzA4MzkgQzQwOS45NjQzMzYsNDcwLjgzOTc5IDQzOS41NTkxNjEsNDQ2Ljk5Njc4MyA0NDkuNzg0NjE1LDQxNC40MDMxNDcgQzQ1NC4yMDkwOTEsMzcwLjc0ODMyMiA0NTAuODE2OTkzLDMyNi40MDUyNDUgNDQzLjQ0Mjg2NywyODMuMjkxMTg5IEM0MTYuNzQ4NTMxLDE5OC4zNDEyNTkgMjk4LjU2NTg3NCwxODUuNDExOTU4IDIzMi45MzYxNTQsMjMxLjUyNDgyNSBDMTgxLjU2MzA3NywyNjYuNzczMTQ3IDE5MS4yNDc3NjIsMzMzLjU4MjcyNyAxODguMjQ4OTUxLDM4Ny40MTM4NDYgQzE4MS4zNjY0MzQsNDM0LjYwODI1MiAyMzMuMjMxMTE5LDQ2Mi45MjQ4OTUgMjM4LjA5ODA0Miw1MDcuMDIyMTY4IEMyMzAuNzczMDc3LDU0OC43NTk3MiAxNzcuOTI1MTc1LDU0OS4zOTg4MTEgMTQ2LjQxMzA3Nyw1NjQuNjg3ODMyIEMxNTMuMzQ0NzU1LDUwMy41ODA5MDkgMTY1LjI0MTY3OCw0NDMuMTYyMjM4IDE3NS44MTEyNTksMzgyLjU5NjA4NCBDMTMxLjQ2ODE4MiwzMzQuNTE2NzgzIDc4LjcxODYwMTQsMjk0LjQ5OTg2IDM2LjgzMzU2NjQsMjQ0LjI1NzQ4MyBDMTAwLjg5MDE0LDIzMC4yNDY2NDMgMTY2LjMyMzIxNywyMjMuODU1NzM0IDIzMS4yMTU1MjQsMjE0LjQxNjg1MyBaIiBpZD0iUGF0aCIgZmlsbD0iI0VERTczNCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI3Ny4wOTUyMTksMjI4Ljk3MDQwOCBDMzIwLjgyMTQ2LDIyMi40NTI1MjkgMzcxLjY4MTQ0MSwyMTkuMTY3OTI5IDQwNi4zNzUwMzEsMjUyLjE2Nzg5NyBDNDMxLjkzMzMyNywyNzQuOTAzNDg5IDQyMy44NzU3OTIsMzEzLjM0MzU3NiA0MjYuODUyNDYxLDM0My4yNjQyMzEgQzQyNS43MjMzNzksMzY4Ljk3NjQ5MiA0MzcuNTc4NzMzLDM5Ny40NjAxMzUgNDIxLjc3MTU5NSw0MjAuNDAxMDE1IEM0MDguMzI1MjYzLDQ0My44MDM3OTEgMzkxLjc5OTYxOCw0NjUuNzY5NTU1IDM4MS41ODY1NjQsNDkwLjg2NTk1NCBDMzY4LjM0NTUxOSw1MjMuMTQ3NDE1IDM5My4xODUzMDgsNTU3LjM3OTEwOCA0MjIuNjQ0MDY3LDU2OC44MjM4ODcgQzQ3MS45MTMwNyw1OTAuMDcxMTQ1IDUyNy4zOTIwMjEsNjAxLjY2OTg5IDU2Ny4xNjY0NzcsNjQwLjE2MTI5OCBDNTc0LjQ1NDE4Myw2NTAuODg3NTcxIDU3Ni42NjEwMjQsNjYzLjk3NDY1IDU4MS4yMjg2NzEsNjc2LjEzNzkzNSBDNDA2LjMyMzcwOSw2NzcuNTc0OTQ4IDIzMS4yNjQ3ODIsNjc5LjI2ODU3IDU2LjM1OTgxOTUsNjc1LjExMTQ5OCBDNzQuMjE5ODMzMiw2MTQuNzU2OTY5IDEzOS41NTI1ODUsNTk4LjY0MTg5OSAxOTEuMzg3NjgyLDU3OC45ODU2MTkgQzIyMS40NjIzMDMsNTcwLjM2MzU0NCAyNTguMDAzNDgsNTUxLjAxNTE5NSAyNjAuNzc0ODYyLDUxNi4xNjc2NCBDMjYxLjMzOTQwMiw0NzQuMTg2MzQzIDIyOC4yMzY3OTEsNDQzLjA4NTI4NSAyMTIuMzI3MDA4LDQwNi42NDY3NTEgQzIwOS4xNDUwNTIsMzcwLjQxMzUwNSAyMTQuNjM2NDkzLDMzMy45MjM2NDkgMjEzLjg2NjY2NSwyOTcuNTg3NzU5IEMyMTQuNTg1MTcxLDI2My4zNTYwNjYgMjQ0Ljg2NTA3OSwyMzUuNDM2OTY0IDI3Ny4wOTUyMTksMjI4Ljk3MDQwOCBaIiBpZD0iUGF0aCIgZmlsbD0iIzA1MDUwNSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=='); width: 20px; height: 20px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .premium { margin-bottom: 10px; margin-top: 10px; } .message.global.promo { border-radius: 5px; margin: 0 0 10px; padding: 12px 22px 12px 27.5px; display: block; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: bold; font-size: 1.4rem; background: #f3ef7a; border-color: none; color: #333333; margin-bottom: 0; text-align: center; } .message.global.promo a { color: #8f98a1; } .message.global.promo a:hover { color: #8f98a1; } .message.global.promo a:active { color: #8f98a1; } #braintree-three-d-modal { display: -webkit-flex; display: -ms-flexbox; display: flex; position: fixed; top: 0; left: 0; align-items: center; height: 100vh; width: 100vw; z-index: 100000; visibility: visible; } #braintree-three-d-modal .bt-modal-frame { height: 420px; width: 440px; margin: auto; background-color: #ffffff; z-index: 2; border-radius: 6px; } #braintree-three-d-modal .bt-modal-body { height: 380px; margin: 20px; background-color: white; border: 1px solid lightgray; } #braintree-three-d-modal .bt-mask { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: black; opacity: 0.75; } .braintree-applepay-container-product { display: inline-block; } .braintree-applepay-container-product .braintree-apple-pay-button { padding: 10px 0; margin: 0; margin-bottom: 15px; } .braintree-apple-pay-button { -webkit-appearance: -apple-pay-button; -apple-pay-button-type: plain; display: block; width: 200px; min-height: 40px; border: 1px solid black; background-image: -webkit-named-image(apple-pay-logo-black); background-size: 100% calc(60% + 2px); background-repeat: no-repeat; background-color: black; background-position: 50% 50%; border-radius: 5px; padding: 2px; margin: 20px auto; transition: background-color 0.15s; cursor: pointer; } .ppcredit-summary { background: linear-gradient(to right, #009cde, #003087); color: #ffffff; padding: 15px; text-align: center; margin: 10px 0px; } .ppcreditcalc-container { border: 1px solid #dedede; background: #ffffff; } .ppcreditcalc-header { background: #ffffff; padding: 15px; } .ppcreditcalc-legal { background-color: #eee; border-top: 1px solid #dedede; padding: 15px; font-size: 1.2rem; line-height: 2rem; } .ppcreditcalc-instalments { list-style: none; margin: 0; padding: 0; border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; background-color: #eeeeee; } .ppcreditcalc-instalments li { display: inline-block; margin: 0; padding: 0; } .ppcreditcalc-instalments-term { display: block; padding: 10px 15px; color: #000; } .ppcreditcalc-instalments-term:hover { background: #009CDE; color: #FFF; text-decoration: none; } .ppcreditcalc-instalments-term.active { background: #003087; color: #FFF; } .ppcreditcalc-instalment-summary { padding: 15px; } .ppcreditcalc-instalment-summary dl { margin: 0; } .ppcreditcalc-instalment-summary dt { display: inline-block; width: 50%; } .ppcreditcalc-instalment-summary dd { display: inline-block; } #braintree_expirationDate { width: 90px; } button.braintree-googlepay-button { background-origin: content-box; background-position: center center; background-repeat: no-repeat; background-size: contain; border: 0; border-radius: 4px; box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px; cursor: pointer; height: 40px; min-height: 40px; padding: 11px 24px; } button.braintree-googlepay-button.black { background-color: #000; box-shadow: none; padding: 12px 24px 10px; } button.braintree-googlepay-button.white { background-color: #ffffff; } button.braintree-googlepay-button.short { min-width: 90px; width: 160px; } button.braintree-googlepay-button.black.short { background-image: url(//www.gstatic.com/instantbuy/svg/dark_gpay.svg); } button.braintree-googlepay-button.white.short { background-image: url(//www.gstatic.com/instantbuy/svg/light_gpay.svg); } button.braintree-googlepay-button.black:active { background-color: #5f6368; } button.braintree-googlepay-button.black:hover { background-color: #3c4043; } button.braintree-googlepay-button.white:active { background-color: #ffffff; } button.braintree-googlepay-button.white:focus { box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px; } button.braintree-googlepay-button.white:hover { background-color: #f8f8f8; } button.braintree-googlepay-button.long { min-width: 152px; width: 240px; } button.braintree-googlepay-button.white.long { background-image: url(//www.gstatic.com/instantbuy/svg/light/en.svg); } button.braintree-googlepay-button.black.long { background-image: url(//www.gstatic.com/instantbuy/svg/dark/en.svg); } .googlepay-minicart-logo { margin-top: 15px; text-align: center; } .checkout-payment-method .credit-card-types.braintree-credit-card-types img { width: 30px; -webkit-filter: none; -webkit-transition: none; } .braintree-card-control { position: relative; } .braintree-credit-card-selected { position: absolute; z-index: 10; left: 10px; } .braintree-paypal-logo.oneclick-container { width: 100%; } #payment_form_braintree_ach_direct_debit .field > .fields .field .label { font-weight: 600; } #payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after { content: '*'; color: #e02b27; font-size: 1.8rem; margin: 0 0 0 5px; } #payment_form_braintree_ach_direct_debit .field > .fields .field .control { margin: 10px 10px 0 0; } #payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder, #payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder { color: lightgrey; } #payment-method-braintree-lpm .primary { width: 100%; } #payment-method-braintree-lpm .primary .action { margin-bottom: 12px; width: 100%; } #payment-method-braintree-lpm .primary .action img { height: 40px; } #payment-method-braintree-cc-vault .field.required .label { font-weight: 600; } #payment-method-braintree-cc-vault .field.required .label:after { content: '*'; color: #e02b27; font-size: 1.8rem; margin: 0 0 0 5px; } #payment-method-braintree-cc-vault .field .hosted-control { background: #ffffff; background-clip: padding-box; border: 1px solid #c2c2c2; border-radius: 1px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-size: 1.4rem; height: 32px; padding: 0 9px; vertical-align: baseline; box-sizing: border-box; position: relative; width: 5rem; } #payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error { height: auto; opacity: 1; } #payment-method-braintree-cc-vault .field .hosted-error { clear: both; color: #e02b27; font-size: 1.2rem; height: 0; margin-top: 7px; opacity: 0; } .braintree-paypal-fieldset { display: none; } .payment-method-braintree .hosted-control { border: 1px solid #c2c2c2; height: 32px; padding: 8px 15px; max-width: 300px; } .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error { height: auto; opacity: 1; } .payment-method-braintree .hosted-error { clear: both; color: #e02b27; font-size: 1.2rem; height: 0; margin-top: 7px; opacity: 0; } .payment-method-braintree .cvv { max-width: 200px; position: relative; } .payment-method-braintree .cvv .field-tooltip { top: 10px; right: 33px; } #braintree_cc_number { padding-left: 68px; } .ajaxpro-modal-dialog .column.main { padding-top: 0 !important; width: 100% !important; } .ajaxpro-modal-dialog .modal-inner-wrap { max-width: 900px; } .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell { margin-top: 0; width: auto; margin-bottom: 0; } .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products { margin: 0; } .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products .product-item { margin-left: 0; } .ajaxpro-modal-dialog.ajaxpro-popup-simple .modal-inner-wrap .modal-footer, .ajaxpro-modal-dialog.ajaxpro-popup-suggestpage-view .modal-inner-wrap .modal-footer { border: 0; } .ajaxpro-modal-dialog.ajaxpro-popup-simple:not(.ajaxpro-modal-dialog-slide) .modal-inner-wrap { max-width: 400px; } .ajaxpro-modal-dialog.ajaxpro-popup-simple .modal-inner-wrap .modal-content { padding-bottom: 0; } .ajaxpro-modal-dialog.ajaxpro-popup-simple .modal-inner-wrap .modal-footer { padding-top: 1rem; } .ajaxpro-modal-dialog.ajaxpro-popup-minicart .modal-inner-wrap { width: 100%; } .ajaxpro-modal-dialog.ajaxpro-popup-minicart.ajaxpro-modal-dialog-popup .modal-inner-wrap { max-width: 600px; } .ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper { margin: 0; float: none; display: block; } .ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart { right: 0; display: block; border: none; box-shadow: none; position: relative; width: auto; } .ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart:before, .ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart:after { display: none; } .ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart .action.close { display: none; } @media (min-width: 768px) { .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items { display: flex; flex-direction: row; justify-content: space-around; } .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items .product-item { flex-grow: 1; } .ajaxpro-modal-dialog.modal-popup.modal-slide .modal-footer { text-align: center; justify-content: center; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide { left: auto; max-width: 95%; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide .ajaxpro-continue-button { display: none; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .modal-inner-wrap { max-width: 600px; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity { flex-direction: column; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-1, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-2 { width: 100%; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .actions button { margin: 5px 0; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-suggest-list ol li { flex-direction: column; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-suggest-list ol li a { text-align: center; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container { display: flex; flex-direction: column; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart { width: 100%; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.price, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.price, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.subtotal, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.subtotal, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.qty, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.qty { font-size: 1.3rem; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .product-item-photo, .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .product-item-photo { max-width: 80px; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #block-discount { min-width: 200px; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #coupon_code { min-width: 155px; } .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-minicart { max-width: 420px; width: 100%; } } @media (device-width: 768px) { .ajaxpro-modal-dialog.ajaxpro-popup-checkout-cart-index .cart-container { display: flex; flex-direction: column-reverse; } .ajaxpro-modal-dialog.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary, .ajaxpro-modal-dialog.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart { width: 100%; } } @media (max-width: 768px) { .ajaxpro-continue-button { display: none; } } /* quick view */ @media (min-width: 640px) and (hover: hover) { .product-item-info:hover .swissup-ajaxpro-quick-view-wrapper { opacity: 1; pointer-events: all; transition: opacity 0.15s ease-in-out; } } .product-item-info .swissup-ajaxpro-quick-view-wrapper { position: absolute; top: 100px; left: 50%; transform: translate(-50%, -50%); z-index: 100; pointer-events: none; opacity: 0; } .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view { display: flex; align-items: center; padding: 8px 9px; gap: 7px; background-color: rgba(242, 242, 242, 0.7); text-decoration: none; text-transform: uppercase; white-space: nowrap; color: #000; transition: background-color 0.2s ease-in-out; /* Hidden until theme requires Quick View text*/ } .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view span { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); } .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view._block-content-loading::before, .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view._block-content-loading:hover::before { background-image: none; } .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view:hover { background-color: rgba(26, 26, 26, 0.9); color: #fff; } .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view:hover::before { background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJleWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leWUgZmEtdy0xOCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjg4IDE0NGExMTAuOTQgMTEwLjk0IDAgMCAwLTMxLjI0IDUgNTUuNCA1NS40IDAgMCAxIDcuMjQgMjcgNTYgNTYgMCAwIDEtNTYgNTYgNTUuNCA1NS40IDAgMCAxLTI3LTcuMjRBMTExLjcxIDExMS43MSAwIDEgMCAyODggMTQ0em0yODQuNTIgOTcuNEM1MTguMjkgMTM1LjU5IDQxMC45MyA2NCAyODggNjRTNTcuNjggMTM1LjY0IDMuNDggMjQxLjQxYTMyLjM1IDMyLjM1IDAgMCAwIDAgMjkuMTlDNTcuNzEgMzc2LjQxIDE2NS4wNyA0NDggMjg4IDQ0OHMyMzAuMzItNzEuNjQgMjg0LjUyLTE3Ny40MWEzMi4zNSAzMi4zNSAwIDAgMCAwLTI5LjE5ek0yODggNDAwYy05OC42NSAwLTE4OS4wOS01NS0yMzcuOTMtMTQ0Qzk4LjkxIDE2NyAxODkuMzQgMTEyIDI4OCAxMTJzMTg5LjA5IDU1IDIzNy45MyAxNDRDNDc3LjEgMzQ1IDM4Ni42NiA0MDAgMjg4IDQwMHoiPjwvcGF0aD48L3N2Zz4="); transform: scale(1.1); transition: all 0.05s ease-in-out; } .product-item-info .swissup-ajaxpro-quick-view-wrapper .quick-view::before { content: ' '; width: 20px; height: 20px; display: inline-block; background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJleWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leWUgZmEtdy0xOCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yODggMTQ0YTExMC45NCAxMTAuOTQgMCAwIDAtMzEuMjQgNSA1NS40IDU1LjQgMCAwIDEgNy4yNCAyNyA1NiA1NiAwIDAgMS01NiA1NiA1NS40IDU1LjQgMCAwIDEtMjctNy4yNEExMTEuNzEgMTExLjcxIDAgMSAwIDI4OCAxNDR6bTI4NC41MiA5Ny40QzUxOC4yOSAxMzUuNTkgNDEwLjkzIDY0IDI4OCA2NFM1Ny42OCAxMzUuNjQgMy40OCAyNDEuNDFhMzIuMzUgMzIuMzUgMCAwIDAgMCAyOS4xOUM1Ny43MSAzNzYuNDEgMTY1LjA3IDQ0OCAyODggNDQ4czIzMC4zMi03MS42NCAyODQuNTItMTc3LjQxYTMyLjM1IDMyLjM1IDAgMCAwIDAtMjkuMTl6TTI4OCA0MDBjLTk4LjY1IDAtMTg5LjA5LTU1LTIzNy45My0xNDRDOTguOTEgMTY3IDE4OS4zNCAxMTIgMjg4IDExMnMxODkuMDkgNTUgMjM3LjkzIDE0NEM0NzcuMSAzNDUgMzg2LjY2IDQwMCAyODggNDAweiI+PC9wYXRoPjwvc3ZnPg=="); background-position: 0px 50%; background-repeat: no-repeat; text-decoration: none; } /* Pickled Bluewood */ /* Curious Blue */ /* White */ /* Porcelain */ /* Cinnabar */ .cd-cart-container::before { content: ''; position: fixed; z-index: 800; height: 100vh; width: 100vw; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; } .cd-cart-container.cart-open::before { opacity: 1; visibility: visible; } .cd-cart-trigger, .cd-cart { position: fixed; bottom: 20px; right: 5%; transition: transform .2s; transform: translateZ(0); -webkit-backface-visibility: hidden; will-change: transform; backface-visibility: hidden; } .rtl .cd-cart-trigger, .rtl .cd-cart { right: auto; left: 5%; } .empty .cd-cart-trigger, .empty .cd-cart { transform: translateY(150px); } @media only screen and (min-width: 1170px) { .cd-cart-trigger, .cd-cart { bottom: 40px; } } .cd-cart-trigger { z-index: 802; height: 72px; width: 72px; text-indent: -9999px; color: transparent; white-space: nowrap; } .rtl .cd-cart-trigger { text-indent: 9999px; } .cd-cart-trigger:hover { color: transparent; } .cd-cart-trigger::after, .cd-cart-trigger::before { content: ''; position: absolute; left: 50%; top: 50%; bottom: auto; right: auto; transform: translateX(-50%) translateY(-50%); height: 100%; width: 100%; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNDRweCIgaGVpZ2h0PSI3MnB4IiB2aWV3Qm94PSIwIDAgMTQ0IDcyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDQgNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCwgMjApIj4KCQoJCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjciIHkxPSIxMSIgeDI9IjEzIiB5Mj0iMiIvPgoJCgkJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjUiIHkxPSIxMSIgeDI9IjE5IiB5Mj0iMiIvPgoJCgkJPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIKCQkyOCwxNSAyNiwyOSA2LDI5IDQsMTUgCSIvPgoJCgkJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMSIgeTE9IjExIiB4Mj0iMzEiIHkyPSIxMSIvPgo8L2c+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkyLCAyMCkiPgoJCgkJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjciIHkxPSI1IiB4Mj0iNSIgeTI9IjI3Ii8+CgkKCQk8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNyIgeTE9IjI3IiB4Mj0iNSIgeTI9IjUiLz4KPC9nPgo8L3N2Zz4K') no-repeat 0 0; transition: opacity .2s, transform .2s; } .cd-cart-trigger::after { background-position: -72px 0; opacity: 0; transform: translateX(-50%) translateY(-50%) rotate(90deg); } .cart-open .cd-cart-trigger::before { opacity: 0; } .cart-open .cd-cart-trigger::after { opacity: 1; transform: translateX(-50%) translateY(-50%); } .cd-cart-trigger .count { position: absolute; top: -10px; right: -10px; height: 28px; width: 28px; background: #e94b35; color: #ffffff; font-size: 1.1em; font-weight: bold; border-radius: 50%; text-indent: 0; transition: transform .2s .5s; list-style: none; padding: 0; } .cd-cart-trigger .count li { position: absolute; transform: translateZ(0); left: 50%; top: 50%; bottom: auto; right: auto; transform: translateX(-50%) translateY(-50%); padding: 0; } .cd-cart-trigger .count li:last-of-type { visibility: hidden; } .cart-open .cd-cart-trigger .count { transition: transform .2s 0s; transform: scale(0); } .empty .cd-cart-trigger .count { transform: scale(1); } .cd-cart-trigger:hover + div .wrapper { box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3); } .cart-open .cd-cart-trigger:hover + div .wrapper { box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17); } .cd-cart { z-index: 801; width: 90%; max-width: 440px; height: 400px; max-height: 90%; pointer-events: none; } .cd-cart .wrapper { position: absolute; bottom: 0; right: 0; z-index: 801; overflow: hidden; height: 72px; width: 72px; border-radius: 6px; transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s; transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95); background: #ffffff; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17); pointer-events: auto; } .rtl .cd-cart .wrapper { right: auto; left: 0; } .cd-cart .wrapper .minicart-items-wrapper { border: 0; margin: 0; padding: 0; height: 100% !important; } .cd-cart .wrapper .minicart-items-wrapper .product-item { padding: 10px; margin: 0; } .cd-cart .wrapper .minicart-items-wrapper .product-item > .product { position: relative; } .cd-cart .wrapper .minicart-items-wrapper .product-item-name { display: block; max-width: calc(100% - 70px); } .cd-cart .wrapper .minicart-items-wrapper .price-container { position: absolute; top: 0; right: 0; margin: 0; } .cd-cart .wrapper .minicart-items-wrapper .price-container .price-excluding-tax { margin: 0; } .cd-cart .wrapper .minicart-items-wrapper .price-container .price { font-size: 16px; font-weight: bold; } .cd-cart header, .cd-cart footer { position: absolute; z-index: 801; left: 0; width: 100%; box-sizing: border-box; } .cd-cart header, .cd-cart .body { opacity: 0; } .cd-cart header { top: 0; border-radius: 6px 6px 0 0; padding: 0 1.4em; height: 40px; line-height: 40px; background-color: #ffffff; transition: opacity .2s 0s; border-bottom: 1px solid #e6e6e6; } .cd-cart footer { bottom: 0; border-radius: 0 0 6px 6px; box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15); background: #ffffff; } .cd-cart .checkout { display: block; height: 72px; line-height: 72px; margin-right: 72px; background: #2c97de; color: rgba(255, 255, 255, 0); text-align: center; font-size: 20px; font-weight: 600; transition: all .2s 0s; } .rtl .cd-cart .checkout { margin-right: 0; margin-left: 72px; } .cd-cart .checkout:hover { background: #399ee0; } .cd-cart .checkout em { font-style: normal; position: relative; display: inline-block; transform: translateX(40px); transition: transform 0s .2s; } .cd-cart .checkout em::after { position: absolute; top: 50%; bottom: auto; transform: translateY(-50%); right: 0; content: ''; height: 24px; width: 24px; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzIiB5MT0iMTIiIHgyPSIyMSIgeTI9IjEyIi8+Cjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iCgkxNSw2IDIxLDEyIDE1LDE4ICIvPgo8L3N2Zz4K') no-repeat center center; opacity: 0; transition: opacity .2s; } .rtl .cd-cart .checkout em::after { right: auto; left: 0; transform: rotate(180deg) translateY(-50%); transform-origin: 0 0; } .cd-cart .body { height: calc(100% - 112px); margin: 40px 0 0; transition: opacity .2s; } .cd-cart .body .minicart-items { overflow-x: hidden; padding: 10px; } .cd-cart .body li { opacity: 0; transform: translateX(80px); transition: opacity 0s .2s, transform 0s .2s; } .cd-cart .body li:not(:last-of-type) { margin-bottom: 20px; } .cd-cart .body .subtitle.empty { margin: 50px; } .cart-open .cd-cart .wrapper { height: 100%; width: 100%; transition-delay: 0s; } .cart-open .cd-cart header, .cart-open .cd-cart .body { opacity: 1; } .cart-open .cd-cart header { transition: opacity .2s .2s; } .cart-open .cd-cart .body { transition: opacity 0s; } .cart-open .cd-cart .body li { transition: transform .3s .2s, opacity .3s .2s; opacity: 1; transform: translateX(0); } .cart-open .cd-cart .body li:nth-of-type(2) { transition-duration: .4s; } .cart-open .cd-cart .body li:nth-of-type(3) { transition-duration: .5s; } .cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) { transition-duration: .55s; } .cart-open .cd-cart .checkout { color: #ffffff; transition: color .2s .3s; } .cart-open .cd-cart .checkout em { transform: translateX(0); transition: transform .2s .3s, padding .2s 0s; } .cart-open .cd-cart .checkout:hover em { padding-right: 30px; } .rtl .cart-open .cd-cart .checkout:hover em { padding-right: 0; padding-left: 30px; } .cart-open .cd-cart .checkout:hover em::after { opacity: 1; } @media only screen and (min-width: 768px) { .cd-cart .checkout { font-size: 24px; } } .attributepages-grid-wrapper { margin: 0 0 10px; } .attributepages-grid-wrapper li.item { padding: 0 1% !important; float: left; width: 98%; margin: 0 0 5px; } .attributepages-grid-wrapper .attributepages-title { font-size: 13px; text-decoration: none; } .attributepages-grid-wrapper .attributepages-title:hover { text-decoration: underline; } .attributepages-grid-wrapper .option-image { width: auto; height: auto; border: none; margin: 0; padding: 0; text-align: center; } .attributepages-grid-wrapper img, .attributepages-grid-wrapper .option-image img { width: auto; max-width: 100%; height: auto; } /* Link mode */ .attributepages-grid-wrapper .mode-image li.item { padding: 10px 1% !important; text-align: center; } .attributepages-cols-2 li.item { width: 48% !important; } .attributepages-cols-3 li.item { width: 31.3% !important; } .attributepages-cols-4 li.item { width: 23% !important; } .attributepages-cols-5 li.item { width: 18% !important; } .attributepages-cols-6 li.item { width: 14.6% !important; } .attributepages-cols-7 li.item { width: 12.2% !important; } .attributepages-cols-8 li.item { width: 10.5% !important; } /* Anchor for grouped option list */ .attributepages-options-group { margin: 0 0 15px; } .attributepages-options-group:last-child { margin: 0; } .attributepages-options-group-title { border-bottom: 1px solid #e4e4e4; color: #555; font-size: 15px; line-height: 20px; margin: 0 0 7px; position: relative; text-transform: uppercase; } .attributepages-options-anchor { top: 0; left: -20px; cursor: pointer; display: block; padding-left: 10px; padding-right: 6px; position: absolute; text-decoration: none; } .attributepages-options-anchor span { display: none; color: #585a5d; font-size: 13px; } /* block styles */ .attributepages-block .block-title { font-size: 18px; background: #fff; } .attributepages-block .block-content { padding: 5px 7px; } .block .attributepages-grid-wrapper, .nav-dropdown .attributepages-grid-wrapper { margin: 0; } /* Slider block */ .attributepages-slider-content { padding: 0 10px; } /* std styles rest */ .list-attributepages-otions-grouped { margin: 0; padding: 0; list-style: none; } .attributepages-grid { margin: 0; padding: 0; list-style: none; } /* third-party extensions integration */ .nav-dropdown .attributepages-grid-wrapper { padding: 5px; } /* product and category pages */ .list-attributepages { margin: 5px 0; padding: 0; } .list-attributepages li { display: inline-block; max-width: 100%; } .list-attributepages.with-description li { display: block; margin-bottom: 6px; } .list-attributepages img { display: inline; vertical-align: middle; } .list-attributepages .attributepages-short-description { margin-top: 3px; opacity: .7; } .list-attributepages .attributepages-short-description p { margin-bottom: 5px; } .attributepages-parent-link { font-size: 0.85em; } /* helper classes */ .list-block li { display: block; } .list-attributepages.a-center { text-align: center; } .list-attributepages.clear { clear: both; } .hidden-label .attributepages-parent-title { display: none; } /* category listing */ .products-grid .list-attributepages { border: 1px solid #eee; border-radius: 4px; padding: 5px; } .products-list .list-attributepages, .products-grid .list-attributepages { clear: left; } @media (max-width: 480px) { .products-grid .list-attributepages { margin: 5px; } } .attributepages-grid, .list-attributepages { zoom: 1; } .attributepages-grid:after, .list-attributepages:after { content: '.'; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; } .easybanner-banner > [data-content-type="html"] { display: contents; } .easybanner-banner img { vertical-align: top; height: auto; } .easybanner-layout-magazine { position: relative; } .easybanner-layout-magazine .easybanner-title { display: inline-block; position: absolute; z-index: 10; left: 10px; top: 10px; color: #fafafa; text-decoration: none; font-size: 25px; font-weight: bold; text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); } @media (min-width: 768px) and (max-width: 1024px) { .easybanner-layout-magazine .easybanner-title { font-size: 18px; } } .easybanner-layout-magazine .easybanner-title.bottom { top: auto; bottom: 10px; } .easybanner-layout-magazine .easybanner-title.right { text-align: right; left: auto; right: 10px; } .easybanner-layout-book { display: flex; align-items: flex-start; } .easybanner-layout-book > img, .easybanner-layout-book > picture { flex-shrink: 0; } .easybanner-layout-book.vertical { flex-direction: column; } .easybanner-layout-book > .content { padding: 2em 3em; } .easybanner-layout-book > .content.center { text-align: center; } .easybanner-layout-book > .content .easybanner-title { margin-top: 0; } .easybanner-layout-book > .content .easybanner-title:after { display: none; } .easybanner-layout-book > .content p { font-size: 1.1em; line-height: 1.5em; } @media (max-width: 767px) { .easybanner-layout-book > img, .easybanner-layout-book > picture { display: none; } } .easybanner-banner .block.newsletter { width: auto; max-width: none; margin: 0; padding: 0; } .easybanner-banner .easybanner-newsletter { max-width: 330px; margin: 20px auto 35px; } .easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe { display: block; text-align: left; } .easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe > .field, .easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe > .actions { float: none; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control { position: relative; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control:before { display: none; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control input { height: auto; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; padding: 12px; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control input:focus { background-color: #f4f4f4; } .easybanner-banner .easybanner-newsletter .block.newsletter .actions { width: auto; display: block; margin-top: 10px; } .easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe { position: relative; border: 0; width: 100%; display: block; color: #fff; font-size: 18px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.15); text-transform: none; background: #f54336; padding: 16px; border-radius: 3px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); transition: transform 100ms ease-in-out, box-shadow 100ms ease-in-out; } .easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe:active { transform: scale(0.97); box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe span { text-transform: none; text-shadow: none; color: inherit; padding: 0; background: transparent; } .easybanner-close-icon { position: absolute; cursor: pointer; right: 2px; top: 2px; width: 30px; height: 30px; } .easybanner-close-icon::before, .easybanner-close-icon::after { content: ''; position: absolute; height: 2px; width: 15px; top: 13px; left: 8px; background-color: #555555; } .easybanner-close-icon::before { transform: rotate(45deg); } .easybanner-close-icon::after { transform: rotate(-45deg); } .easybanner-close-icon:hover::before, .easybanner-close-icon:hover::after { background-color: #111111; } .easybanner-banner.close-icon-light .easybanner-close-icon::before, .easybanner-banner.close-icon-light .easybanner-close-icon::after { background-color: #eeeeee; } .easybanner-close-permanent-core { z-index: 100; position: absolute; bottom: 2px; right: 2px; padding: 2px 5px; font-size: 12px; color: #aaaaaa; transition: opacity 0.2s ease-in; } .easybanner-close-permanent-core:visited { color: #aaaaaa; } .easybanner-banner.permanent-close-dark .easybanner-close-permanent-core { color: #222222; } .easybanner-banner.permanent-close-dark .easybanner-close-permanent-core:visited { color: #222222; } .easybanner-banner.permanent-close-light .easybanner-close-permanent-core { color: #fafafa; } .easybanner-banner.permanent-close-light .easybanner-close-permanent-core:visited { color: #fafafa; } .easybanner-banner.permanent-close-hide .easybanner-close-permanent-core { display: none; } .easybanner-banner.no-border, .easybanner-banner.no-borders { padding: 0; } .easybanner-banner.banner-dark { background-color: #222222; color: #ddd; } .easybanner-banner.banner-dark a { color: #888; } .easybanner-banner.banner-dark a:visited { color: #888; } .easybanner-banner.banner-dark .easybanner-close-icon::before, .easybanner-banner.banner-dark .easybanner-close-icon::after { background-color: #eeeeee; } .easybanner-lightbox-el { border-radius: 2px; box-sizing: border-box; padding: 25px; position: fixed; z-index: 10000; left: 0; top: 0; background: #ffffff; box-shadow: 0 0 50px rgba(0, 0, 0, 0.4); max-width: 750px; text-align: left; --easybanner-translate-x: 0; --easybanner-translate-y: 0; --easybanner-scale-x: 1; --easybanner-scale-y: 1; --easybanner-transform: translateX(var(--easybanner-translate-x)) translateY(var(--easybanner-translate-y)) scaleX(var(--easybanner-scale-x)) scaleY(var(--easybanner-scale-y)); opacity: 0; transition-property: opacity, transform; transition-duration: 200ms, 200ms; transition-timing-function: ease-in-out; transform: var(--easybanner-transform); } .easybanner-lightbox-el.zoom-in { --easybanner-scale-x: 0.95; --easybanner-scale-y: 0.95; } .easybanner-lightbox-el.zoom-out { --easybanner-scale-x: 1.02; --easybanner-scale-y: 1.02; } .easybanner-lightbox-el.slide-up { --easybanner-translate-y: 10px; } .easybanner-lightbox-el.slide-up.full { --easybanner-translate-y: 100%; } .easybanner-lightbox-el.slide-down { --easybanner-translate-y: -10px; } .easybanner-lightbox-el.slide-down.full { --easybanner-translate-y: -100%; } .easybanner-lightbox-el.slide-left { --easybanner-translate-x: 10px; } .easybanner-lightbox-el.slide-left.full { --easybanner-translate-x: 100%; } .easybanner-lightbox-el.slide-right { --easybanner-translate-x: -10px; } .easybanner-lightbox-el.slide-right.full { --easybanner-translate-x: -100%; } .easybanner-lightbox-el.shown, .easybanner-lightbox-el.shown.full { opacity: 1; --easybanner-translate-x: 0; --easybanner-translate-y: 0; --easybanner-scale-x: 1; --easybanner-scale-y: 1; } .easybanner-lightbox-content { overflow: auto; } .easybanner-lightbox-content::-webkit-scrollbar { width: 4px; height: 4px; background-color: #f1f1f1; } .easybanner-lightbox-content::-webkit-scrollbar-thumb { background-color: #aaaaaa; } .easybanner-overlay-el { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition: 200ms opacity ease-in-out; } .easybanner-overlay-el.shown { opacity: 1; } .easybanner-awesomebar-el { box-sizing: border-box; padding: 25px; left: 0; top: -400px; position: fixed; background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); text-align: left; z-index: 9998; width: 100%; transition: top 300ms ease; } .easybanner-awesomebar-el .easybanner-close-icon { right: 10px; top: 8px; } .easybanner-awesomebar-content { max-width: 960px; margin: 0 auto; max-height: 400px; overflow: auto; } .easybanner-awesomebar-content::-webkit-scrollbar { width: 4px; height: 4px; background-color: #f1f1f1; } .easybanner-awesomebar-content::-webkit-scrollbar-thumb { background-color: #aaaaaa; } .block.block-highlight.widget .products-grid .product-items { margin-left: -10px; } .block.block-highlight.widget .products-grid .product-items .product-item { padding: 0; } .page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-items { margin-left: -10px; gap: 0; } .page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-items .product-item { padding: 0; } .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n), .page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n), .page-layout-3columns .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n) { margin: 0 0 10px 10px; width: calc(100% / 1 - 10px - 0.1px); } .page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-items { margin-left: -10px; gap: 0; } .page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-items .product-item { padding: 0; } .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n), .page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n), .page-layout-3columns .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n) { margin: 0 0 10px 10px; width: calc(100% / 2 - 10px - 0.1px); } .page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-items { margin-left: -10px; gap: 0; } .page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-items .product-item { padding: 0; } .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n), .page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n), .page-layout-3columns .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n) { margin: 0 0 10px 10px; width: calc(100% / 3 - 10px - 0.1px); } .page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items { margin-left: -10px; gap: 0; } .page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items .product-item { padding: 0; } .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n), .page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n), .page-layout-3columns .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n) { margin: 0 0 10px 10px; width: calc(100% / 4 - 10px - 0.1px); } .page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-items { margin-left: -10px; gap: 0; } .page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-items .product-item { padding: 0; } .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n), .page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n), .page-layout-3columns .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n) { margin: 0 0 10px 10px; width: calc(100% / 5 - 10px - 0.1px); } .page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-items { margin-left: -10px; gap: 0; } .page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-items .product-item { padding: 0; } .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n), .page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n), .page-layout-3columns .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n) { margin: 0 0 10px 10px; width: calc(100% / 6 - 10px - 0.1px); } @media (max-width: 767px) { /* Three columns instead of six */ .highlight-cols-6 li.item { width: calc(100% / 3 - 10px - 0.1px) !important; } } @media (max-width: 480px) { /* Two columns for small screen */ .page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item, .block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item, .page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item:nth-child(n), .block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item:nth-child(n) { width: calc(50% - 10px - 0.1px) !important; } } .block-highlight .block-title p { margin: 0; } .block-highlight .products { margin: 0; } .block-highlight .toolbar-products { display: none; } .block-highlight .toolbar-amount { display: none; } div.block-highlight .block-title strong { font-weight: 600; } div.block-highlight .block-title strong span { font-weight: 300; } @media (max-width: 768px) { .block-highlight [data-role^="swatch-opt"] { display: none; } } .block-highlight .product-items-images .product-item { border: 0 !important; font-size: 0 !important; } .block-highlight.hl-magazine { display: flex; } .block-highlight.hl-magazine .block-title-image { display: none; } .block-highlight.hl-magazine > .block-title { width: 23%; } .block-highlight.hl-magazine > .block-content { width: 77%; box-sizing: border-box; } .block-highlight.hl-magazine.highlight-carousel > .block-content { display: block; } .block-highlight.hl-magazine > .block-title { box-sizing: border-box; text-align: left; margin: 0; padding: 25px; border: 0; background: none; position: relative; } .block-highlight.hl-magazine > .block-title > * { position: relative; z-index: 2; } .block-highlight.hl-magazine > .block-title > strong { word-break: break-word; padding: 3px 0; display: inline; font-size: 2.5rem; } @media (max-width: 768px) { .block-highlight.hl-magazine > .block-title > strong { font-size: 2rem; } } .block-highlight.hl-magazine > .block-title > strong span { display: inline; } .hl-black.block-highlight.hl-magazine > .block-title > strong, .hl-blue.block-highlight.hl-magazine > .block-title > strong, .hl-orange.block-highlight.hl-magazine > .block-title > strong, .hl-green.block-highlight.hl-magazine > .block-title > strong, .hl-purple.block-highlight.hl-magazine > .block-title > strong, .hl-red.block-highlight.hl-magazine > .block-title > strong { color: #fff; } .hl-marker.block-highlight.hl-magazine > .block-title > strong { color: #333; background: #fff; box-shadow: 5px 0 0 #ffffff, -5px 0 0 #ffffff; } .hl-white.hl-marker.block-highlight.hl-magazine > .block-title > strong { color: #fff; background: #000; box-shadow: 5px 0 0 #000000, -5px 0 0 #000000; } .block-highlight.hl-magazine > .block-title > strong:before, .block-highlight.hl-magazine > .block-title > strong:after { display: none; } .block-highlight.hl-magazine > .block-title .subtitle { margin: 20px 0 20px -5px; } .block-highlight.hl-magazine > .block-title .subtitle a { display: inline-block; padding: 5px 12px; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); text-decoration: none; color: #333; font-size: 1.9rem; font-weight: 600; text-shadow: 0 0 3px rgba(0, 0, 0, 0.1); transition: transform 200ms linear, box-shadow 200ms linear; } .block-highlight.hl-magazine > .block-title .subtitle a:hover { transform: translateY(-2px); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12); } .hl-white.block-highlight.hl-magazine > .block-title .subtitle a { color: #fff; background: #000; } .block-highlight.hl-magazine > .block-title .block-title-background { z-index: 1; position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; } .block-highlight.hl-magazine > .block-title .block-title-background .title-image { position: absolute; } .block-highlight.hl-magazine > .block-title .block-title-background .title-image img { display: block; } .hl-black.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #000; } .hl-white.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #fff; } .hl-blue.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #1c73f5; } .hl-orange.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #fe6500; } .hl-green.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #45ca38; } .hl-purple.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #6346cf; } .hl-red.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #f54034; } .hl-gray.block-highlight.hl-magazine > .block-title .block-title-background, .hl-grey.block-highlight.hl-magazine > .block-title .block-title-background { background-color: #f7f7f7; } .hl-cover.block-highlight.hl-magazine > .block-title .block-title-background .title-image { top: 0; height: 100%; } .hl-cover.block-highlight.hl-magazine > .block-title .block-title-background .title-image img { height: 100%; object-fit: cover; } .hl-contain.block-highlight.hl-magazine > .block-title .block-title-background .title-image { bottom: 0; } .block-highlight.highlight-carousel .pager { display: none; } .block-highlight.highlight-carousel .block-content { padding: 0; display: flex; flex-flow: column; } .block-highlight.highlight-carousel .swiper-container { max-width: 100%; width: 100%; } .block-highlight.highlight-carousel .swiper-container.product-item-hovered { margin: -20px auto -100px; padding: 20px 0 100px; z-index: 3; } .block-highlight.highlight-carousel .swiper-container.product-item-hovered .swiper-button-prev, .block-highlight.highlight-carousel .swiper-container.product-item-hovered .swiper-button-next { top: calc(50% - (100px - 20px) / 2); } .block-highlight.highlight-carousel .swiper-slide { padding: 0 30px; box-sizing: border-box; } @media (max-width: 640px) { .block-highlight.hl-magazine { display: flex; flex-direction: column; } .block-highlight.hl-magazine > .block-title { width: 100%; padding: 15px; display: flex; justify-content: space-between; align-items: center; } .block-highlight.hl-magazine > .block-title .subtitle { margin-left: 0; } .block-highlight.hl-magazine > .block-title .block-title-background .title-image { display: none; } .block-highlight.hl-magazine > .block-content { width: 100%; } .block-highlight .swiper-container, .block-highlight.highlight-carousel .swiper-container { margin: 0 !important; padding: 0 !important; overflow: visible; } .block-highlight .swiper-slide, .block-highlight.highlight-carousel .swiper-slide { padding: 0; width: auto !important; } .block-highlight .swiper-slide.loading, .block-highlight.highlight-carousel .swiper-slide.loading { display: block; } .block-highlight .swiper-slide.loading.show-button::after, .block-highlight.highlight-carousel .swiper-slide.loading.show-button::after { content: attr(title); position: absolute; top: 40%; left: 50%; transform: translate(-50%, 0); padding: 5px 12px; background-color: #ddd; border-radius: 2px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); font-size: 1.9rem; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .block-highlight .swiper-slide.loading.show-button > .products, .block-highlight.highlight-carousel .swiper-slide.loading.show-button > .products { opacity: 0; } .block-highlight .swiper-slide.loading .product-item, .block-highlight.highlight-carousel .swiper-slide.loading .product-item { width: 100% !important; } .block-highlight .swiper-slide.loading .product-item:nth-child(n+2), .block-highlight.highlight-carousel .swiper-slide.loading .product-item:nth-child(n+2) { display: none; } .block-highlight .swiper-button-prev, .block-highlight.highlight-carousel .swiper-button-prev, .block-highlight .swiper-button-next, .block-highlight.highlight-carousel .swiper-button-next { display: none; } .block-highlight.highlight-carousel .block-content { overflow: auto; -webkit-overflow-scrolling: touch; } .block-highlight.highlight-carousel .block-content::-webkit-scrollbar { width: 4px; height: 4px; } .block-highlight.highlight-carousel .block-content::-webkit-scrollbar-track { background-color: #eee; } .block-highlight.highlight-carousel .block-content::-webkit-scrollbar-thumb { background-color: #ccc; } .block-highlight.highlight-carousel .product-items { display: flex; flex-wrap: nowrap; margin: 0 !important; } .block-highlight.highlight-carousel .product-items .product-item:nth-child(n) { margin-bottom: 0 !important; } } .block-highlight .swiper-slide.loading { display: none; } .block-highlight .swiper-container-initialized .swiper-slide.loading { display: block; } .block-highlight .swiper-slide.loading * { opacity: 0; visibility: hidden; pointer-events: none; } .block-highlight .swiper-slide.loading .product-reviews-summary { display: none; } .block-highlight .swiper-slide.loading .products.wrapper, .block-highlight .swiper-slide.loading .products-grid, .block-highlight .swiper-slide.loading .product-items, .block-highlight .swiper-slide.loading .product-item, .block-highlight .swiper-slide.loading .product-item-info, .block-highlight .swiper-slide.loading .prolabels-wrapper, .block-highlight .swiper-slide.loading .product-item-photo, .block-highlight .swiper-slide.loading .product-item-details, .block-highlight .swiper-slide.loading .product-item-name, .block-highlight .swiper-slide.loading .product-item-link, .block-highlight .swiper-slide.loading .price-box, .block-highlight .swiper-slide.loading .price-box * { opacity: 1; visibility: visible; } .block-highlight .swiper-slide.loading .product-item-photo, .block-highlight .swiper-slide.loading .product-item-link, .block-highlight .swiper-slide.loading .price-box span, .block-highlight .swiper-slide.loading .price-box span::before { color: transparent !important; background-color: #eaeaea !important; } .block-highlight .swiper-slide.loading .product-item-name { text-overflow: initial !important; } .block-highlight .swiper-slide.loading .product-item-link, .block-highlight .swiper-slide.loading .price-box > span { animation-duration: 1.7s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; animation-name: highlight-placeholder-loading; background: #f6f7f8; background: linear-gradient(to right, #eeeeee 2%, #dddddd 18%, #eeeeee 33%); background-size: 1300px; } .block-highlight .swiper-slide.loading .product-item-photo { display: block; opacity: 0.7; background-color: #d3d3d3 !important; animation: higlight-placeholder-flicker 1.7s infinite; } @keyframes highlight-placeholder-loading { 0% { background-position: -650px 0; } 100% { background-position: 650px 0; } } @keyframes higlight-placeholder-flicker { 0% { opacity: 0.7; } 50% { opacity: 1; } 100% { opacity: 0.7; } } .rtl .block-highlight.hl-magazine > .block-title { text-align: right; } .fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe { bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; } .fotorama-grab-cursor, .fotorama__wrap .fotorama__grab { cursor: move; cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .fotorama-grabbing-cursor, .fotorama__grabbing * { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; } .fotorama-gpu, .fotorama--fullscreen, .fotorama__caption, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__html, .fotorama__stage:before, .fotorama__nav:before, .fotorama__stage:after, .fotorama__nav:after, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full { transform: translateZ(0); } .fotorama-focus, .fotorama__nav__frame, .fotorama__fullscreen-icon:focus, .fotorama__zoom-out:focus, .fotorama__zoom-in:focus { outline: 0; } .fotorama-focus-overlay:after { background-color: #006bb4; border-radius: inherit; content: ''; } .fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__shaft, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html { transform: none !important; } .fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border { transition-duration: 0ms; transition-property: transform, width; transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); } .fotorama-no-select, .fotorama__wrap, .fotorama__no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close { user-select: none; } .fotorama-select, .fotorama__select { user-select: text; } .fotorama-empty-bg { background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); } .fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame { margin: auto; padding: 0; } .fotorama-inline-block, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap { *display: inline; *zoom: 1; -moz-box-orient: vertical; display: -moz-inline-box; display: inline-block; vertical-align: middle; } .fotorama-content-box, .fotorama__nav__frame { box-sizing: content-box; } .fotorama-border-box, .fotorama__thumb-border, .fotorama__caption__wrap, .fotorama__arr { box-sizing: border-box; } .fotorama-hidden, .fotorama--hidden, .fotorama__load { left: -99999px; position: absolute; top: -99999px; z-index: -1000; } .fotorama-visible { left: auto; opacity: 1; position: relative; top: auto; z-index: auto; } .fotorama-no-tap, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .transitionDuration { transition-duration: 333ms; } .transitionDurationZero { transition-duration: 0ms; } .fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__thumb--icon, .fotorama__video-close { background-image: url('../../frontend/Kukladom/Main/ru_RU/mage/gallery/gallery.png'); background-repeat: no-repeat; } @media print { .fotorama-print-background, .fotorama-sprite, .fotorama__thumb-border, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__thumb--icon, .fotorama__video-close { background: none !important; } } .fotorama__fullscreen-icon:focus, .fotorama__zoom-out:focus, .fotorama__zoom-in:focus, .fotorama__arr:focus, .fotorama__stage__shaft:focus, .fotorama__nav__frame--thumb:focus .fotorama__thumb, .fotorama__nav__frame--dot:focus .fotorama__dot { box-shadow: none; } .fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after { border-radius: inherit; bottom: 3px; box-shadow: 0 0 3px 1px #00699d; content: ''; left: 3px; position: absolute; right: 3px; top: 3px; z-index: 1000; } .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__thumb:after, .fotorama__nav__frame--thumb:focus .fotorama__dot:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after { bottom: 0; left: 0; right: 0; top: 0; } .fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after, .fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after { left: 2px; right: 2px; } .fotorama__nav__frame--thumb:focus .fotorama__thumb, .fotorama__nav__frame--dot:focus .fotorama__thumb { overflow: inherit; } .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after { left: 1px; } .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after { top: 1px; } .fotorama__nav__frame:last-child:focus .fotorama__thumb:after { right: 1px; } .fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after { bottom: 1px; } .fotorama__thumb__arr { box-shadow: none; } .fotorama--fullscreen { background: #ffffff; bottom: 0 !important; float: none !important; left: 0 !important; margin: 0 !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100% !important; z-index: 1000 !important; } .fotorama--fullscreen .fotorama__wrap { max-width: 100% !important; } .fotorama__fullscreen { overflow: hidden; position: relative; } .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out { cursor: pointer; display: block; height: 80px; overflow: hidden; position: absolute; width: 80px; } .fotorama__fullscreen .fotorama__zoom-out { background-position: 0 -80px !important; top: 80px; } .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled { display: none; } .fotorama__fullscreen .fotorama__zoom-in { background-position: 0 0 !important; top: 0; } .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled { display: none; } .fotorama__fullscreen .fotorama__video-close { display: none; } .fotorama--fullscreen .fotorama__loaded--full .fotorama__img { display: none; } .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full { display: block; } .fotorama__zoom-in, .fotorama__zoom-out { display: none; } .fotorama { min-width: 1px; overflow: hidden; } .fotorama__wrap { -webkit-text-size-adjust: 100%; direction: ltr; position: relative; z-index: 0; } .fotorama__wrap--rtl .fotorama__stage__frame { direction: rtl; } .fotorama__stage, .fotorama__nav { max-width: 100%; overflow: hidden; position: relative; } .fotorama__wrap--pan-y { -ms-touch-action: pan-y; } .fotorama__stage__shaft { position: relative; } .fotorama__wrap .fotorama__pointer { cursor: pointer; } .fotorama__wrap--slide .fotorama__stage__frame { opacity: 1 !important; } .fotorama__stage__frame { overflow: hidden; } .fotorama__stage__frame.fotorama__active { z-index: 8; } .fotorama__wrap--fade .fotorama__stage__frame { display: none; } .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active, .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear { display: block; left: 0; top: 0; } .fotorama__wrap--fade .fotorama__fade-front { z-index: 8; } .fotorama__wrap--fade .fotorama__fade-rear { z-index: 7; } .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active { z-index: 9; } .fotorama__wrap--fade .fotorama__stage .fotorama__shadow { display: none; } .fotorama__img { border: none !important; max-width: inherit; opacity: 0; } .fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img { opacity: 1; } .fotorama__img--full { display: none; } .fotorama__nav { display: none; font-size: 0; line-height: 0; white-space: nowrap; z-index: 5; } .fotorama__nav__shaft { left: 0; position: relative; text-align: left; top: 0; } .fotorama__nav__frame { position: relative; } .fotorama__nav--dots { display: block; text-align: center; } .fotorama__nav--dots .fotorama__nav__frame { height: 30px; width: 18px; } .fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border { display: none; } .fotorama__nav--thumbs { display: block; } .fotorama__nav--thumbs .fotorama__nav__frame { padding-left: 0 !important; } .fotorama__nav--thumbs .fotorama__nav__frame:last-child { padding-right: 0 !important; } .fotorama__nav--thumbs .fotorama__nav__frame--dot { display: none; } .fotorama__active .fotorama__dot { background-color: #ff5501; border-color: #ff5501; } .fotorama__nav__frame.fotorama__active .fotorama__nav__frame { border-width: 3px; height: 0; width: 0; } .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after { left: -3px; padding: 3px; top: -3px; } .fotorama__nav__frame:focus { box-shadow: none; } .fotorama__nav__frame:focus :after { left: -1px; padding: 1px; top: -1px; } .fotorama__dot { border-radius: 6px; border: 1px solid #858585; display: block; height: 4px; left: 6px; position: relative; top: 12px; width: 4px; } .fotorama__thumb { background-color: #ebebeb; height: 100%; overflow: hidden; position: relative; width: 100%; } .fotorama__nav__frame:focus .fotorama__thumb { z-index: 2; } .fotorama__thumb-border { backface-visibility: hidden; background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); border: 1px solid #ff5501; left: 0; position: absolute; top: 0; z-index: 9; } .fotorama__caption { bottom: 0; color: #000000; font-size: 14px; left: 0; line-height: 1.5; position: absolute; right: 0; z-index: 12; } .fotorama__caption a { border-bottom: 1px solid; border-color: rgba(0, 0, 0, 0.005); color: #000000; text-decoration: none; } .fotorama__caption a:hover { border-color: rgba(0, 0, 0, 0.005); color: #000000; } .fotorama__wrap--rtl .fotorama__caption { left: auto; right: 0; } .fotorama__wrap--video .fotorama__caption, .fotorama__wrap--no-captions .fotorama__caption { display: none; } .fotorama__caption__wrap { background-color: #ffffff; padding: 5px 10px; } @keyframes spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .fotorama__spinner { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; } .fotorama__wrap--css3 .fotorama__spinner { animation: spinner 24s infinite linear; } .fotorama__wrap--css3 .fotorama__html { transition-duration: 0.3s; transition-property: opacity; transition-timing-function: linear; } .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html { opacity: 0; } .fotorama__select { cursor: auto; } .fotorama__video { bottom: 0; left: 0; position: absolute; right: 0; top: 32px; z-index: 10; } @-moz-document url-prefix() { .fotorama__active { box-shadow: 0 0 0 transparent; } } .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close { cursor: pointer; position: absolute; } .fotorama__arr { z-index: 900; } .fotorama__fullscreen-icon, .fotorama__zoom-out, .fotorama__zoom-in, .fotorama__video-close { z-index: 1000; } .fotorama__arr { bottom: 0; position: absolute; top: 0; width: 80px; } ._block-content-loading .fotorama__arr { opacity: 0; } .fotorama__arr .fotorama__arr__arr { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; height: 80px; width: 80px; } .fotorama__arr--prev { left: 0; } .fotorama__arr--prev .fotorama__arr__arr { background-position: -80px -80px; } .fotorama__arr--next { right: 0; } .fotorama__arr--next .fotorama__arr__arr { background-position: -160px -80px; } .fotorama__arr--disabled { cursor: default; opacity: 0; pointer-events: none; } .fotorama__fullscreen-icon { background-position: 0 0; display: none; height: 80px; right: 0; top: 0; width: 80px; z-index: 1000; } .fotorama--fullscreen-icons .fotorama__fullscreen-icon { display: none; } .fotorama--fullscreen .fotorama__fullscreen-icon { background-position: -80px 0; display: inline-block; } .fotorama__video-play { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; background-position: -80px -160px; height: 160px; width: 160px; } .fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play { display: none; } .fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play { display: block; opacity: 1; } .fotorama__nav__frame .fotorama__video-play { background-position: 0 -240px; height: 80px; width: 80px; } .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon { opacity: 0; } .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus { opacity: 1; } .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close { display: none; } .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close { opacity: 1; right: 93px; top: 97px; } .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close { display: none; } .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close { opacity: 1; right: 93px; top: 97px; } .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close { display: none; } .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close { opacity: 1; right: 93px; top: 97px; } .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon { opacity: 0 !important; } .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon { display: none; } .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus { display: block; } .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon { display: none !important; } .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) { -webkit-transform: translate3d(80px, -80px, 0); -ms-transform: translate3d(80px, -80px, 0); -o-transform: translate3d(80px, -80px, 0); transform: translate3d(80px, -80px, 0); } .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) { -webkit-transform: translate3d(-120px, 0, 0); -ms-transform: translate3d(-120px, 0, 0); -o-transform: translate3d(-120px, 0, 0); transform: translate3d(-120px, 0, 0); } .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) { -webkit-transform: translate3d(120px, 0, 0); -ms-transform: translate3d(120px, 0, 0); -o-transform: translate3d(120px, 0, 0); transform: translate3d(120px, 0, 0); } .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon { -webkit-transform: translate3d(80px, -80px, 0) !important; -ms-transform: translate3d(80px, -80px, 0) !important; -o-transform: translate3d(80px, -80px, 0) !important; transform: translate3d(80px, -80px, 0) !important; } .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev { -webkit-transform: translate3d(-120px, 0, 0) !important; -ms-transform: translate3d(-120px, 0, 0) !important; -o-transform: translate3d(-120px, 0, 0) !important; transform: translate3d(-120px, 0, 0) !important; } .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next { -webkit-transform: translate3d(120px, 0, 0) !important; -ms-transform: translate3d(120px, 0, 0) !important; -o-transform: translate3d(120px, 0, 0) !important; transform: translate3d(120px, 0, 0) !important; } .fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus) { transition-duration: 0.3s; transition-property: transform, opacity, background-color; } .fotorama__stage:before, .fotorama__nav:before, .fotorama__stage:after, .fotorama__nav:after { background-repeat: no-repeat; content: ''; display: block; pointer-events: none; position: absolute; text-decoration: none; z-index: 10; } .fotorama__stage:before, .fotorama__nav:before { left: -10px; top: -10px; } .fotorama__stage:after, .fotorama__nav:after { right: -10px; bottom: -10px; } .fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after { background-size: 1px 100%, 5px 100%; bottom: 0; height: auto; top: 0; width: 10px; } .fotorama__stage.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--top:before, .fotorama__stage.fotorama__shadows--bottom:after, .fotorama__nav.fotorama__shadows--bottom:after { background-size: 100% 1px, 100% 5px ; height: 10px; left: 0; right: 0; width: auto; } .fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); background-position: 0 0, 0 0; left: 0; } .fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); background-position: 100% 0, 100% 0; right: 0; } .fotorama__stage.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--top:before { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); background-position: 0 0, 0 0; top: 0; } .fotorama__stage.fotorama__shadows--bottom:after, .fotorama__nav.fotorama__shadows--bottom:after { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); background-position: 0 100%, 0 100%; bottom: 0; } .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--fade .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--fade .fotorama__stage:after { display: none; } .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: auto; position: absolute; top: 50%; width: 100%; } .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img { -webkit-transform: translate(-50%, -50%); -ms-transform: translateY(-50%, -50%); -o-transform: translateY(-50%, -50%); transform: translateY(-50%, -50%); top: 50%; left: 50%; position: absolute; width: auto; } .magnifier-thumb-wrapper { display: block; left: 0; position: relative; top: 0; } .magnifier-lens { border: solid 1px #bbbbbb; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 800; } .magnify-lens { background: rgba(255, 255, 255, 0.5); border: solid 1px #bbbbbb; color: #ffffff; left: 0; position: absolute; text-align: center; top: 0; z-index: 1000; overflow: hidden; } .magnify-lens .magnifier-large { width: auto; height: auto; max-height: none; max-width: none; border: none; position: absolute; z-index: 100; } .magnifier-loader-text { margin-top: 10px; } .magnifier-preview { bottom: 0; left: 58%; overflow: hidden; padding: 0; position: absolute; z-index: 2; top: 215px; } .magnifier-preview:not(.hidden) { background-color: #ffffff; } .magnifier-preview img { left: 0; max-width: inherit; max-height: inherit; position: absolute; top: 0; object-fit: scale-down; } .fotorama__stage__frame { text-align: center; } .fotorama__stage__frame .fotorama__img { height: auto; left: 50%; max-height: 100%; max-width: 100%; position: absolute; top: 50%; -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); transition-duration: 0.3s; transition-property: width, height, top, left; vertical-align: middle; width: auto; } .magnify-opaque { opacity: .5; } .magnify-hidden { display: none; } .fotorama__nav-wrap--vertical.fotorama__nav-wrap { display: inline-block; left: 0; position: absolute; top: 0; } .fotorama__nav-wrap--vertical .fotorama__nav__shaft { background-color: white; width: 100%; } .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb { display: block; padding-bottom: inherit !important; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img { display: none; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full { bottom: 0; left: 0; margin: auto; max-height: inherit; max-width: inherit; position: absolute; right: 0; top: 0; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full { cursor: default; display: block; height: auto; left: 0; margin: auto; max-height: 100%; max-width: 100%; top: 0; transition: 0.3s linear; vertical-align: middle; width: auto; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable { cursor: pointer; max-height: none; max-width: none; transition-property: width, height, bottom, right, top, left; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable { cursor: move; transition-property: none; } .fotorama--fullscreen .fotorama__stage__frame iframe { left: 80px; width: calc(100% - 80px * 2); } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right { bottom: 0; cursor: pointer; position: absolute; top: 0; width: 30px; z-index: 1000; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; width: 100%; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left { left: 0; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right { right: 0; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left, .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { cursor: pointer; height: 30px; left: 0; position: absolute; right: 0; z-index: 1000; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); margin: auto; width: 30px; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left { top: 0; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { bottom: 0; } .fotorama__wrap--only-active .fotorama__stage, .fotorama__wrap--only-active .fotorama__nav { max-width: 99999px !important; } .fotorama__wrap--only-active .fotorama__stage__frame { visibility: hidden; } .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active { visibility: visible; } .fotorama__thumb--icon { font-size: 0.001px; padding-bottom: 30px; } .fotorama__thumb__arr--left .fotorama__thumb--icon { background-position: -25px -265px; } .fotorama__thumb__arr--right .fotorama__thumb--icon { background-position: -25px -350px; } .magnify-fullimage { display: none; } .fotorama__arr, .fotorama__thumb__arr { background-color: rgba(255, 255, 255, 0.3); transition: background-color 0.3s ease-in-out; } .fotorama__arr:hover, .fotorama__thumb__arr:hover { background-color: rgba(255, 255, 255, 0.5); } .fotorama__arr:active, .fotorama__thumb__arr:active { background-color: rgba(213, 213, 213, 0.5); } .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in { background-color: rgba(255, 255, 255, 0.3); transition: background-color 0.3s ease-in-out; } .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover { background-color: rgba(255, 255, 255, 0.5); } .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active { background-color: rgba(213, 213, 213, 0.5); } .fotorama__video-close { background-position: -80px 0; height: 80px; opacity: 0; right: 0; top: 0; transform: translate3d(80px, -80px, 0); transition: opacity 0.3s ease-in-out; width: 80px; } @media all and (max-width: 768px) { .fotorama__video-close { background-position: -100px -20px; top: 10px; height: 40px; width: 40px; } } .fotorama__video-close.fotorama-show-control { opacity: 1; transform: translate3d(0, -10px, 0); } .gallery-placeholder__image { display: block; margin: auto; } .fotorama__spinner { background-image: url('../../frontend/Kukladom/Main/ru_RU/images/loader-1.gif'); bottom: 0; display: none; height: 64px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 64px; z-index: 100; } .fotorama__spinner.fotorama__spinner--show { display: block; } .fotorama__product-video--loaded .fotorama__img, .fotorama__product-video--loaded .fotorama__img--full { display: none !important; } .fotorama__stage .fotorama__arr--shown { display: block !important; } .fotorama__stage .fotorama__arr--hidden { display: none !important; } @media (min-width: 768px) { .lightboxpro-simple .fotorama-item.fotorama--fullscreen { text-align: center; background: rgba(50, 50, 50, 0.75); padding-top: 10px; } .lightboxpro-simple .fotorama-item.fotorama--fullscreen .fotorama__wrap { max-width: 900px !important; margin: 0 auto; background: #fff; } } @media (min-width: 768px) { .lightboxpro-advanced .fotorama-item.fotorama--fullscreen { text-align: center; } .catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen { background: rgba(50, 50, 50, 0.75); padding: 5vh 0; } .catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__wrap { max-width: 95% !important; margin: 0 auto; background: #fff; } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__stage { max-height: 90vh; padding: 10px 0; } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__stage .fotorama__zoom-in, .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__stage .fotorama__zoom-out { display: none; } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs { padding: 10px; max-height: calc(90vh - 20px); } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__thumb-border { display: none; } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__shaft { height: calc(90vh - 20px); border: 1px solid #ccc; white-space: normal; overflow: auto; } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__frame--thumb { max-width: 50px; max-height: 50px; border: 1px solid #ccc; padding: 1px !important; display: inline-block; vertical-align: top; margin: 8px; } .lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__frame--thumb.fotorama__active { border: 2px solid #ff5501; padding: 0 !important; } } /** * General styles (mobile first) */ .lightboxpro-masonry { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); grid-gap: 1em; grid-auto-rows: minmax(60px, auto); grid-auto-flow: dense; } .lightboxpro-masonry > div { border-radius: 6px; overflow: hidden; transition: .3s; } .lightboxpro-masonry > div:nth-child(n) { grid-column-end: span 2; grid-row-end: span 3; } .lightboxpro-masonry > div:nth-child(2n) { grid-column-end: span 2; grid-row-end: span 2; } .lightboxpro-masonry > div img { object-fit: cover; height: 100%; width: 100%; vertical-align: top; } /** * Desktop styles */ @media (min-width: 768px) { .lightboxpro-masonry { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); grid-gap: 2em; grid-auto-rows: minmax(100px, auto); } .lightboxpro-masonry > div :not(:hover) { filter: grayscale(10%); } .lightboxpro-masonry > div:hover { -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55); } } @media (min-width: 1024px) { .lightboxpro-masonry { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); grid-auto-rows: minmax(120px, auto); } .lightboxpro-masonry > div:nth-child(6n-2):not(:last-child) { grid-column-start: 1; } } /* Fixed image position with navdir=vertical on mobile */ @media (max-width: 768px) { .gallery-placeholder .loader .fotorama__stage { left: 0 !important; } .gallery-placeholder .loader .fotorama__stage__shaft { max-width: none !important; } } /* fix margin on top of first thumbnail for vertical layout */ .fotorama__nav-wrap--vertical .fotorama__thumb-border:first-child { margin-top: 0 !important; } .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame:nth-child(2) { padding-top: 0px !important; } /* Fix for M2.3.3 //github.com/magento/magento2/pull/25358 */ .magnifier-preview img { max-height: inherit; } .navpro-row { display: flex; flex-direction: row; flex-wrap: wrap; } @media (max-width: 767px) { .navpro-row { flex-direction: column; flex-wrap: nowrap; } } .navpro-row.gutters, .navpro-row.gutters > .navpro-row { margin-left: -12px; } @media (max-width: 767px) { .navpro-row.gutters, .navpro-row.gutters > .navpro-row { margin-left: 0; } } .navpro-row.gutters > .navpro-col, .navpro-row.gutters > .navpro-row > .navpro-col { margin-left: 12px; } @media (max-width: 767px) { .navpro-row.gutters > .navpro-col, .navpro-row.gutters > .navpro-row > .navpro-col { margin-left: 0; } } .navpro-row.around { justify-content: space-around; } .navpro-row.between { justify-content: space-between; } .navpro-row.auto .navpro-col { flex-grow: 1; } .navpro-col-12 { width: 100%; } .navpro-offset-12 { margin-left: 100%; } .navpro-col-11 { width: 91.66666667%; } .navpro-offset-11 { margin-left: 91.66666667%; } .navpro-col-10 { width: 83.33333333%; } .navpro-offset-10 { margin-left: 83.33333333%; } .navpro-col-9 { width: 75%; } .navpro-offset-9 { margin-left: 75%; } .navpro-col-8 { width: 66.66666667%; } .navpro-offset-8 { margin-left: 66.66666667%; } .navpro-col-7 { width: 58.33333333%; } .navpro-offset-7 { margin-left: 58.33333333%; } .navpro-col-6 { width: 50%; } .navpro-offset-6 { margin-left: 50%; } .navpro-col-5 { width: 41.66666667%; } .navpro-offset-5 { margin-left: 41.66666667%; } .navpro-col-4 { width: 33.33333333%; } .navpro-offset-4 { margin-left: 33.33333333%; } .navpro-col-3 { width: 25%; } .navpro-offset-3 { margin-left: 25%; } .navpro-col-2 { width: 16.66666667%; } .navpro-offset-2 { margin-left: 16.66666667%; } .navpro-col-1 { width: 8.33333333%; } .navpro-offset-1 { margin-left: 8.33333333%; } .navpro-col-0 { width: 0%; } .navpro-offset-0 { margin-left: 0%; } .navpro .gutters > .navpro-col-12 { width: calc(100% - 12px); } .navpro .gutters > .navpro-offset-12 { margin-left: calc(100% + 12px) !important; } .navpro .gutters > .navpro-col-11 { width: calc(91.66666667% - 12px); } .navpro .gutters > .navpro-offset-11 { margin-left: calc(91.66666667% + 12px) !important; } .navpro .gutters > .navpro-col-10 { width: calc(83.33333333% - 12px); } .navpro .gutters > .navpro-offset-10 { margin-left: calc(83.33333333% + 12px) !important; } .navpro .gutters > .navpro-col-9 { width: calc(75% - 12px); } .navpro .gutters > .navpro-offset-9 { margin-left: calc(75% + 12px) !important; } .navpro .gutters > .navpro-col-8 { width: calc(66.66666667% - 12px); } .navpro .gutters > .navpro-offset-8 { margin-left: calc(66.66666667% + 12px) !important; } .navpro .gutters > .navpro-col-7 { width: calc(58.33333333% - 12px); } .navpro .gutters > .navpro-offset-7 { margin-left: calc(58.33333333% + 12px) !important; } .navpro .gutters > .navpro-col-6 { width: calc(50% - 12px); } .navpro .gutters > .navpro-offset-6 { margin-left: calc(50% + 12px) !important; } .navpro .gutters > .navpro-col-5 { width: calc(41.66666667% - 12px); } .navpro .gutters > .navpro-offset-5 { margin-left: calc(41.66666667% + 12px) !important; } .navpro .gutters > .navpro-col-4 { width: calc(33.33333333% - 12px); } .navpro .gutters > .navpro-offset-4 { margin-left: calc(33.33333333% + 12px) !important; } .navpro .gutters > .navpro-col-3 { width: calc(25% - 12px); } .navpro .gutters > .navpro-offset-3 { margin-left: calc(25% + 12px) !important; } .navpro .gutters > .navpro-col-2 { width: calc(16.66666667% - 12px); } .navpro .gutters > .navpro-offset-2 { margin-left: calc(16.66666667% + 12px) !important; } .navpro .gutters > .navpro-col-1 { width: calc(8.33333333% - 12px); } .navpro .gutters > .navpro-offset-1 { margin-left: calc(8.33333333% + 12px) !important; } .navpro .gutters > .navpro-col-0 { width: calc(0% - 12px); } .navpro .gutters > .navpro-offset-0 { margin-left: calc(0% + 12px) !important; } @media (max-width: 767px) { [class^='offset-'], [class*=' offset-'] { margin-left: 0; } } .navpro .pull-first { order: -1; } .navpro .push-last { order: 1; } @media (max-width: 767px) { .navpro-row .navpro-col { margin-left: 0; width: 100%; } .navpro-row.gutters .navpro-col { margin-left: 0; width: 100%; } .navpro-row.gutters .navpro-col + .navpro-col { margin-top: 16px; } .navpro .pull-first-sm { order: -1; } .navpro .push-last-sm { order: 1; } } .navpro .gutters .navpro-col.push-left, .navpro .push-left { margin-right: auto; } .navpro .gutters .navpro-col.push-right, .navpro .push-right { margin-left: auto; } .navpro .gutters .navpro-col.push-center, .navpro .push-center { margin-left: auto; margin-right: auto; } .navpro .gutters .navpro-col.push-middle, .navpro .push-middle { margin-top: auto; margin-bottom: auto; } .navpro .push-bottom { margin-top: auto; } @media (max-width: 767px) { .navpro .gutters .navpro-col.push-left-sm, .navpro .push-left-sm { margin-left: 0; } .navpro .gutters .navpro-col.push-center-sm, .navpro .push-center-sm { margin-left: auto; margin-right: auto; } .navpro .push-top-sm { margin-top: 0; } } .navpro .align-middle { align-items: center; } .navpro .align-right { justify-content: flex-end; } .navpro .align-center { justify-content: center; } @media (max-width: 767px) { .navpro .align-left-sm { justify-content: flex-start; } } /** * ANIMATION UNDERLINE HOVER style */ .crosslink-underline-animation { text-decoration: none; color: inherit; position: relative; cursor: pointer; } .crosslink-underline-animation::after { content: ' '; position: absolute; top: 100%; left: 25%; width: 50%; height: 1px; border-bottom: 1px solid tomato; transition: 0.4s; } .crosslink-underline-animation:hover::after { width: 100%; left: 0; } .crosslink-underline-animation:hover { text-decoration: none; } /** * BACKGROUND HOVER style */ .crosslink-highlight-background { color: #272727; background: rgba(240, 233, 241, 0.4); text-decoration: none; font-style: italic; } .crosslink-highlight-background:hover { background: #e5df8e; border-radius: 2px; transition: all 0.5s ease-in; /* Firefox */ -moz-transition: all 0.5s ease-in; /* WebKit */ -webkit-transition: all 0.5s ease-in; } /** *ANIMATION COLOR and UNDERLINE HOVER style */ a.crosslink-color-animation { color: #81b3d2; position: relative; text-decoration: none; } a.crosslink-color-animation:hover { color: tomato; } a.crosslink-color-animation:before { content: ""; transition: all 0.3s ease 0s; -webkit-backface-visibility: hidden; position: absolute; width: 100%; height: 1px; bottom: -2px; left: 0; background-color: tomato; visibility: hidden; transform: scaleX(0); } a.crosslink-color-animation:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { direction: ltr; position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } @charset "UTF-8"; /* Slider */ .slick-loading .slick-list { background: #ffffff url('../../frontend/Kukladom/Main/ru_RU/Swissup_SlickCarousel/css/ajax-loader.gif') center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMsAA0AAAAAB2wAAALWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCYhEICoQsgzILEAABNgIkAxYEIAWCbgdFG/gFyI7RS8+YFyRJE056E9HHfujeC4MCtpkISUVWBDpCRleVVV2FY7SEwtdV/5+30/fDArimgHQpoBHiDk7k6k1D19SPIjnjN822/42rsGy49gFOJKKABjxK0NeRTWjD9GoQLuE0r0Lg+6AsA3xMzysVbo3Qi3GgRLSLVhRaSi5DG9mDYgBsB7/Of4IqKG1dwCbBDAAOXLSOAjPhs23orrmjkr/NJRDIX4AZCC1owQQEjiMKJpCsAL06lVacmaFJtEi0/Tf4Pm36bx9usm+yAJGCkHYCSKEAmoPmFn/bCnxXmkaBDtCPdtzBu8L7RJTawiMo94wF/DoT0yW+Ln7TbWMXqUG5UYEeXLBXfkx6iLledkSxGyvkNe6EzdFNvdWg3gbrCuMq03TVGcUJww3QW3tN3rSbt/MVV5q1W6XcXQ2iYMFxo15/Rz0yURLR+Xx8dUehC+bzeHXgvN6d0WudhvR9fbsxLoIv1wG45qXXIx/yDi+WcYZeBpw5wKEmp8tAdH2DW31jwmBiQ517Y12UdvOr6IFIczE0Yo1Qbpdrqbot9I0Zkk+SDcf6FtxUFVLwPavchSH4Y1x0dCL6U/QjenJk9wDZjQMvKuNhH195hicj9ciBFQN1C53uzeZNd7WiMjw8id72thFYfUvc2v+QwAME4eWys2Eou9E3A3NpuYq0TOXvEqBTgeA3lzDob8WahhdckWJRflyEDlsQQCGCFQDodVNAtOkVUDrMQaDFrBQItGpzS0CbHk8EtGvzBYjS2iW6cUHpNwxarFEArbpdBm3G9S9v1+0DZEoSL1IieIp3RiLAIdFiZUsSLgP80FYOsE2qFFnmVRliRcNoUKEGYwCTiehPqdOirIY1qHEaXDBl4JCM2GhMQ0UNM8AKY01PXUtZ5mYftaAq8LFUhkzxRYcx6sWZsDrsqK6ilqCR6qUO60CULapDSEvXmYyM1Nyf3nmb7/gBAAA=) format('woff2'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format('woff'); } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; } .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus { outline: none; background: transparent; color: transparent; } .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; } .slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: #ffffff; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir="rtl"] .slick-prev { left: auto; right: -25px; } .slick-prev:before { content: "←"; } [dir="rtl"] .slick-prev:before { content: "→"; } .slick-next { right: -25px; } [dir="rtl"] .slick-next { left: -25px; right: auto; } .slick-next:before { content: "→"; } [dir="rtl"] .slick-next:before { content: "←"; } /* Dots */ .slick-dotted .slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: #000000; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { color: #000000; opacity: 0.75; } .slick-slider:not(.slick-initialized) { display: flex; align-items: flex-start; overflow: hidden; } .slick-slider:not(.slick-initialized) > * { flex-shrink: 0; flex-grow: 0; padding: 10px; box-sizing: border-box; } .slick-slider .slick-slide { padding: 10px; box-sizing: border-box; } .slick-slider .slick-slide .slide { box-sizing: border-box; } .slick-slider .slick-slide img { height: auto; } .slick-prev, .slick-next { z-index: 10; } .slick-prev, .slick-next, .slick-dots li button { box-shadow: none !important; border: none !important; } .slick-prev:hover, .slick-next:hover, .slick-dots li button:hover, .slick-prev:focus, .slick-next:focus, .slick-dots li button:focus, .slick-prev:active, .slick-next:active, .slick-dots li button:active { border: none; } .slick-prev:before, .slick-next:before { color: #aaa; } .slick-prev { left: 5px; } .slick-next { right: 5px; } .slick-dots { box-sizing: border-box; left: 50%; transform: translateX(-50%); } .columns .column.main { min-width: 0; } .page-layout-1column .block.widget .products-grid .slick-track { padding: 10px 0 0 10px; } .page-layout-1column .block.widget .products-grid .slick-slider .product-item, .page-layout-1column .block.widget .products-grid .slick-slider .product-item:nth-child(4n + 1) { margin: 0; } /** * Swiper 4.5.3 * Most modern mobile touch slider and framework with hardware accelerated transitions * //www.idangero.us/swiper/ * * Copyright 2014-2019 Vladimir Kharlampidi * * Released under the MIT License * * Released on: October 16, 2019 */ .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; } .swiper-container-no-flexbox .swiper-slide { float: left; } .swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); } .swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; } .swiper-slide-invisible-blank { visibility: hidden; } /* Auto Height */ .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform; } /* 3D Effects */ .swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; } .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } /* IE10 Windows Phone 8 Fixes */ .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; } .swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; } .swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; } .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } /* Common Styles */ .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; } /* Bullets */ .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); } .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet-active { opacity: 1; background: #007aff; } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: 200ms top, 200ms -webkit-transform; transition: 200ms top, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top, 200ms -webkit-transform; } .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms left, 200ms -webkit-transform; transition: 200ms left, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left, 200ms -webkit-transform; } .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms right, 200ms -webkit-transform; transition: 200ms right, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right, 200ms -webkit-transform; } /* Progress */ .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; } .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-white .swiper-pagination-bullet-active { background: #ffffff; } .swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); } .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #ffffff; } .swiper-pagination-black .swiper-pagination-bullet-active { background: #000000; } .swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); } .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000000; } .swiper-pagination-lock { display: none; } /* Scrollbar */ .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; } .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } /* Preloader */ .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; } .swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; } .swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* a11y */ .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube { overflow: visible; } .swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; } .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; } .swiper-container-flip { overflow: visible; } .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; } .testimonials-list .testimonials { margin: 0 10px 0 10px; } .testimonials-list figure.testimonial.loaded { animation-name: testimonialsSlideInUp; animation-duration: 0.7s; animation-fill-mode: both; } .testimonials-list figure.testimonial:nth-child(2n) .info { text-align: right; } .testimonials-list figure.testimonial:nth-child(2n) .info .author { right: 0; padding: 0 120px 0 10px; } .testimonials-list figure.testimonial:nth-child(2n) .arrow { border-left-width: 25px; border-right-width: 0; left: auto; right: 50px; } .testimonials-list figure.testimonial:nth-child(2n) .contacts-info a:last-child img { margin-right: 0; } .testimonials-list figure.testimonial blockquote .extra-info { display: flex; justify-content: space-between; position: relative; top: 5px; } .testimonials-list figure.testimonial blockquote .extra-info .date { padding-top: 3px; } .testimonials-list figure.testimonial blockquote .extra-info .rating::before { content: ''; } .testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings { float: none; } .testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings .rating-label { padding: 3px 20px 5px 0; } .testimonials-list figure.testimonial .contacts-info a { white-space: nowrap; } .testimonials-list figure.testimonial .contacts-info a:first-child img { margin-left: 0; } .testimonials-list figure.testimonial .contacts-info img { margin: 0 5px; width: auto; height: auto; border-radius: 0; } .testimonials-list .more-button { width: 100%; margin: 20px 0; display: inline-block; border-radius: 1px; font-size: 18px; text-align: center; } .testimonials-list .more-button a { color: #fff; background: #479ccf; border: 1px solid #3793cb; text-shadow: 0 1px 0 #3188bc; text-decoration: none; padding: 11px 30px; transition: background 0.2s linear 0s; } .testimonials-list .more-button a:focus, .testimonials-list .more-button a:hover { background: #5ba7d4; color: #fff; } .testimonials-list .more-button a:focus { box-shadow: inset 0 0 8px #3188bc; } .testimonials-list .more-button .disabled { opacity: 0.5; cursor: wait; } .testimonials-list .page-title button { float: right; } .testimonials-list .page-title h1 { float: left; border-bottom: none; } .testimonials-list .page-title::after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; } .testimonials-list figure.testimonial, .testimonials-slider figure.testimonial { position: relative; margin: 40px 1%; padding: 0 20px; text-align: left; box-shadow: none !important; } .testimonials-list figure.testimonial blockquote, .testimonials-slider figure.testimonial blockquote { background-color: #fff; display: block; font-size: 20px; font-weight: 400; font-style: normal; line-height: 1.5em; margin: 0; padding: 25px 50px 30px; position: relative; -webkit-filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1)); filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1)); } .testimonials-list figure.testimonial blockquote::before, .testimonials-slider figure.testimonial blockquote::before, .testimonials-list figure.testimonial blockquote::after, .testimonials-slider figure.testimonial blockquote::after { content: "\201C"; position: absolute; color: #2b00f7; font-size: 50px; font-style: normal; } .testimonials-list figure.testimonial blockquote::before, .testimonials-slider figure.testimonial blockquote::before { top: 25px; left: 20px; } .testimonials-list figure.testimonial blockquote::after, .testimonials-slider figure.testimonial blockquote::after { content: "\201D"; right: 20px; bottom: 0; } .testimonials-list figure.testimonial img, .testimonials-slider figure.testimonial img { display: inline-block; max-width: 100%; vertical-align: middle; height: 90px; width: 90px; border-radius: 50%; margin: 40px 0 0 10px; } .testimonials-list figure.testimonial .arrow, .testimonials-slider figure.testimonial .arrow { top: 100%; left: 50px; width: 0; height: 0; border-left: 0 solid transparent; border-right: 25px solid transparent; border-top: 25px solid #fff; margin: 0; position: absolute; } .testimonials-list figure.testimonial .author, .testimonials-slider figure.testimonial .author { position: absolute; bottom: 45px; padding: 0 10px 0 120px; margin: 0; -webkit-transform: translateY(50%); transform: translateY(50%); } .testimonials-list figure.testimonial .author h5, .testimonials-slider figure.testimonial .author h5 { font-family: sans-serif; font-weight: 400; font-size: 1.4em; line-height: 1.4em; opacity: 0.9; margin: 0; } .form.testimonial .review-field-rating .field-error, .form.testimonial .review-field-rating div.mage-error[generated] { margin-top: 38px; } .form.testimonial .review-field-rating .label { font-weight: 600; } /** widgets styles */ .block-testimonials .block-content .testimonial-container { min-height: 130px; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; } .block-testimonials .block-content .testimonial-container > div { grid-column: 1; grid-row: 1; } .block-testimonials .block-content .content .content-wrapper { height: 85px; min-height: 85px; display: block; overflow: hidden; } .block-testimonials .block-content .content .testimonial-message { clear: both; } .block-testimonials .block-content .content .name { float: right; margin-top: 10px; font-style: italic; } .block-testimonials .block-content .read-more, .block-testimonials .block-content .read-less { padding-top: 10px; display: inline-block; } .block-testimonials .block-content .review { text-align: center; } .block-testimonials .block-content .review .score { font-weight: bold; font-size: 40px; color: #e26703; } .block-testimonials.empty-design, .block-testimonials.empty-design .block-content { background: none; border: none; } .block-testimonials.empty-design .block-content .content { padding: 0; } .block-testimonials.empty-design .actions-toolbar, .block-testimonials.empty-design .block-title { display: none; } .testimonials-slider .content-heading { text-align: center; } .testimonials-slider .block-content { max-width: 1200px; margin: 0 auto; } .testimonials-slider figure.testimonial { box-sizing: border-box; margin: 0; padding: 40px 20px 0; height: 100%; } .testimonials-slider figure.testimonial blockquote { font-size: 16px; } .testimonials-slider .review-ratings { float: none; } .std .testimonialForm li { list-style: none; } @media (max-width: 480px) { .testimonials-slider figure.testimonial blockquote { padding: 25px 0 30px; -webkit-filter: none; filter: none; } .testimonials-slider figure.testimonial blockquote::before, .testimonials-slider figure.testimonial blockquote::after { content: ''; } .testimonials-list figure.testimonial { padding: 0; } .testimonials-list figure.testimonial blockquote { padding: 25px 20px 30px; font-size: 16px; } .testimonials-list figure.testimonial blockquote::before, .testimonials-list figure.testimonial blockquote::after { content: ''; } } @media (min-width: 1025px) { .testimonials-slider:not(.swiper-container-initialized) figure.testimonial { max-width: 33.33%; } } @keyframes testimonialsSlideInUp { from { transform: translate3d(0, 100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } 