/**
 * 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*/
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/GDS/default/en_US/Codazon_MegaMenu/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/GDS/default/en_US/Codazon_MegaMenu/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/GDS/default/en_US/Codazon_MegaMenu/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/GDS/default/en_US/Codazon_MegaMenu/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/GDS/default/en_US/Codazon_MegaMenu/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/GDS/default/en_US/Codazon_MegaMenu/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
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: #333333;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.97142857rem;
}
abbr[title] {
  border-bottom: 1px dotted #f6f6f6;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #ffffff;
  color: #000000;
}
small,
.small {
  font-size: 11px;
}
hr {
  border: 0;
  border-top: 1px solid #f6f6f6;
  margin-bottom: 17px;
  margin-top: 17px;
}
sub,
sup {
  font-size: 73.46938776%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 0rem;
  margin-bottom: 1.94285714rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 2.42857143rem;
  margin-bottom: 1.94285714rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.82857143rem;
  margin-top: 1.94285714rem;
  margin-bottom: 0.97142857rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.94285714rem;
  margin-bottom: 1.94285714rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.25714286rem;
  margin-top: 1.94285714rem;
  margin-bottom: 1.94285714rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.02857143rem;
  margin-top: 1.94285714rem;
  margin-bottom: 1.94285714rem;
}
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: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #89b740;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #89b740;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.42857143rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.97142857rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 17px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 8.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #ffffff;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.25714286rem;
  white-space: nowrap;
}
kbd {
  background: #ffffff;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.25714286rem;
}
pre {
  background: #ffffff;
  border: 1px solid #f6f6f6;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 8.5px;
  padding: 8.5px;
  font-size: 1.25714286rem;
  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 #f6f6f6;
  margin: 0 0 17px 34px;
  padding: 0;
  color: #333333;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
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.02857143rem;
  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 8.5px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f6f6f6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.62857143rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #f6f6f6;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #f6f6f6;
  color: #333333;
}
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: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.25px;
  height: 32px;
  line-height: 1.42857143;
  padding: 10px 10px;
  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('../../frontend/GDS/default/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #f6f6f6;
  border-radius: 1px;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.25px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 4.25px 8.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.25px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 8.5px;
  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 4.25px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.25px 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.25714286rem;
}
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;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.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;
}
.abs-reset-list > li,
.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 {
  background-image: none;
  background: #89b740;
  border: 1px solid #89b740;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action-primary:focus,
.action-primary:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.action-primary:hover {
  background: #7ba439;
  border: 1px solid #7ba439;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary:not(:focus),
.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),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go: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: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(246, 246, 246, 0.3);
}
.abs-revert-to-action-secondary:active,
.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,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go: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: inset 0 1px 0 0 rgba(246, 246, 246, 0.8), inset 0 -1px 0 0 rgba(246, 246, 246, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f6f6f6;
  color: #333333;
  cursor: pointer;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.62857143rem;
  box-sizing: border-box;
  vertical-align: middle;
  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: #e2e2e2;
  border: 1px solid #f6f6f6;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #f6f6f6;
  color: #333333;
}
.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-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 {
  line-height: 1.42857143;
  padding: 0;
  color: #89b740;
  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: #89b740;
  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: #000000;
  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: #ff5501;
  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: #89b740;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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-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,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.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,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.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: #eeeeee;
  border: 1px solid #f6f6f6;
  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,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go: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,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go: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: #e2e2e2;
  border: 1px solid #f6f6f6;
  color: #333333;
}
.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,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go: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,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go: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: #e1e1e1;
  border: 1px solid #f6f6f6;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.62857143rem;
  padding: 7px 15px;
}
.abs-button-l,
#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,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.28571429rem;
  padding: 14px 17px;
  font-size: 1.82857143rem;
}
.abs-product-options-list dt,
.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 8.5px 4.25px 0;
}
.abs-product-options-list dt:after,
.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: ': ';
}
.abs-product-options-list dd,
.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 4.25px;
  word-break: break-all;
}
.abs-button-responsive,
.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,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.abs-reset-image-wrapper,
.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;
}
.abs-reset-image-wrapper .product-image-photo,
.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;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #89b740;
  font-size: 2.05714286rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.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: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px 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 #bbbbbb 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;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.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 {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 34px;
}
.abs-remove-button-for-blocks,
.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: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #464646;
}
.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;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #89b740;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #89b740;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.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;
}
.abs-add-fields .fieldset .field .control,
.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%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.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;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.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: 25.5px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .additional,
.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;
}
.abs-add-fields .message.notice,
.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: 25.5px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-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,
.products-grid.wishlist .product-item .comment-box .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.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,
.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 {
  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,
.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 {
  clear: both;
}
.abs-add-box-sizing,
.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 {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.25px;
}
.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 #bbbbbb 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;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.82857143rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.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: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.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;
}
.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 {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 25.5px;
}
.abs-toggling-title,
.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 #f6f6f6;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 8.5px 34px 8.5px 15px;
  display: block;
  text-decoration: none;
}
.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 {
  position: absolute;
  right: 17px;
  top: 8.5px;
}
.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: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.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-cart-block .content,
.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: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.82857143rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 2.05714286rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.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: 21.25px;
  padding-bottom: 8.5px;
}
.abs-account-title > strong,
.abs-account-title > span,
.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.51428571rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.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;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.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: 2.05714286rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.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.6rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.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.25714286rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.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) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.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: ')';
}
.abs-tax-total,
.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: 8.5px;
  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: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  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: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 17px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 4.25px;
  padding-right: 21.25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.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 {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 8.5px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.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 {
  display: none;
}
.abs-account-blocks .block-title > .action,
.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;
}
.abs-account-blocks .box-title,
.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 8.5px;
}
.abs-account-blocks .box-title > span,
.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.82857143rem;
}
.abs-account-blocks .box-title > .action,
.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: 8.5px;
}
.abs-colon:after,
.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-icon-add,
.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: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.25px;
}
.abs-no-display,
.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,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #f6f6f6;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 8.5px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .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,
.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;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.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: 8.5px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.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;
}
.abs-table-striped,
.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 {
  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 {
  background: #ffffff;
}
.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 {
  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 {
  border-bottom: 1px solid #f6f6f6;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.37142857rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title {
  margin: 0 0 17px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 17px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 17px 0 0;
  padding: 0;
  color: #89b740;
  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: #89b740;
  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: #000000;
  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: #ff5501;
  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: #89b740;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.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: 8.5px;
  width: calc(100% - 48.5px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 8.5px;
  width: calc(100% - 33.75px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -8.5px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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: 8.5px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 8.5px;
  color: #333333;
  font-weight: 300;
  font-size: 2.97142857rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #f6f6f6;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.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;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.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;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.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;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 2.05714286rem;
  border-top: 1px solid #f6f6f6;
  padding-right: 8.5px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 2.05714286rem;
  border-top: 1px solid #f6f6f6;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 8.5px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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 #f6f6f6;
  border-top: 1px solid #f6f6f6;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 17px;
  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: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #f6f6f6;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #89b740;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.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;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/thin/montserrat-100.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/thin/montserrat-100.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/extralight/montserrat-200.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/extralight/montserrat-200.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/light/montserrat-300.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/light/montserrat-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/regular/montserrat-400.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/regular/montserrat-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/medium/montserrat-500.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/medium/montserrat-500.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/semibold/montserrat-600.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/semibold/montserrat-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/bold/montserrat-700.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/bold/montserrat-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/extrabold/montserrat-800.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/extrabold/montserrat-800.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/GDS/default/en_US/fonts/montserrat/black/montserrat-900.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/montserrat/black/montserrat-900.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  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: 34px;
  -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: 17px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #f6f6f6;
  padding-top: 17px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #89b740;
}
.message.info a:hover {
  color: #000000;
}
.message.info a:active {
  color: #000000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #89b740;
}
.message.error a:hover {
  color: #000000;
}
.message.error a:active {
  color: #000000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #89b740;
}
.message.warning a:hover {
  color: #000000;
}
.message.warning a:active {
  color: #000000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #89b740;
}
.message.notice a:hover {
  color: #000000;
}
.message.notice a:active {
  color: #000000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #89b740;
}
.message.success a:hover {
  color: #000000;
}
.message.success a:active {
  color: #000000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #89b740;
}
.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: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 8.5px;
}
.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/GDS/default/en_US/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 34px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 17px;
  padding: 0 0 8.5px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.05714286rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 17px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 17px;
}
.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: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.25px;
  height: 32px;
  line-height: 1.42857143;
  padding: 10px 10px;
  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: 8.5px;
}
.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.25714286rem;
  margin: 0 0 0 4.25px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.25714286rem;
  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: 22px;
  line-height: 11px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 8.5px;
}
.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: 4.25px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 8.5px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 8.5px;
}
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.25714286rem;
}
.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;
  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 > 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: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._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 17px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.25px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/GDS/default/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/GDS/default/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(246, 246, 246, 0.8), inset 0 -1px 0 0 rgba(246, 246, 246, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #89b740;
  border: 1px solid #89b740;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #7ba439;
  border: 1px solid #7ba439;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 17px;
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #f6f6f6;
  height: 34px;
  padding: 1px 8.5px 1px 8.5px;
  font-weight: 600;
  line-height: 34px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  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: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 8.5px 8.5px 25.5px;
}
.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: 12.25px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 8.5px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.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: 400;
}
.pages .item {
  font-size: 1.25714286rem;
  line-height: 2.91428571rem;
  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: #89b740;
  display: inline-block;
  padding: 0 4.25px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #89b740;
}
.pages a.page:hover {
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.25714286rem;
  line-height: 2.91428571rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4.25px;
}
.pages .action {
  border: 1px solid #f6f6f6;
  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.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(246, 246, 246, 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: 8.5px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 8.5px;
}
.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: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.25714286rem;
  color: #89b740;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 8.5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
.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: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
.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: 2.05714286rem;
  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: 2.05714286rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.25714286rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.25714286rem;
}
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._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;
  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 > 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: 12.25px;
  line-height: 12.25px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 8.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 17px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -10.65rem;
  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;
}
/**
     * @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.28571429rem;
  padding: 14px 17px;
  font-size: 1.82857143rem;
}
#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: 17px 0 0;
}
.location-details .location-name {
  font-size: 16px;
  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 17px;
  padding: 0 0 8.5px;
  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: 16px;
}
.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 17px;
}
/**
 * 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/GDS/default/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/GDS/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/GDS/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/GDS/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/GDS/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #464646;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.28571429rem;
  font-size: 1.82857143rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #89b740;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #89b740;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #000000;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #89b740;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #89b740;
  border: 1px solid #89b740;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.28571429rem;
  padding: 14px 17px;
  font-size: 1.82857143rem;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #7ba439;
  border: 1px solid #7ba439;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f6f6f6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.62857143rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.28571429rem;
  padding: 14px 17px;
  font-size: 1.82857143rem;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #f6f6f6;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #f6f6f6;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #f6f6f6;
  height: 34px;
  padding: 1px 8.5px 1px 8.5px;
  font-weight: 600;
  line-height: 34px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 8.5px 8.5px 25.5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 25.5px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4.25px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 4.25px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amconf-matrix-observed {
  overflow: auto;
}
.amconf-matrix-table-wrap {
  margin-top: 50px;
  max-width: 500px;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
  font-size: 12px;
  line-height: 21px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.amconf-matrix-table-wrap .amconf-cell {
  padding: 10px 0;
}
.amconf-matrix-table-wrap .amconf-text {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-swatch-label {
  padding-top: 5px;
  text-align: left;
}
.amconf-matrix-table-wrap .amconf-swatchlabel-container {
  display: flex;
  flex-direction: column;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
  background: #fafafa;
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
  padding: 10px 5px;
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
  margin: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
  min-width: 72px;
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
  margin: 3px auto;
  max-width: 100px;
  white-space: normal;
}
.amconf-matrix-table-wrap .amconf-matrix-price {
  font-weight: bold;
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
  text-decoration: line-through;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
  display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-input {
  max-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.product-social-links {
  position: relative;
}
.amconf-flipper-img,
.product-image-photo {
  transition: .3s all;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  margin: 5px 0 0;
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
  content: '';
}
.product-social-links .product-addto-links .action,
.product-social-links .action.mailto.friend {
  margin-right: 10px;
}
.amconf-share-link {
  cursor: pointer;
}
.amconf-share-link:before {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-link:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-container {
  position: absolute;
  display: none;
  z-index: 9999;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.amconf-share-container .amconf-share-input {
  margin-right: 2%;
  width: 75%;
}
.amconf-share-container .amconf-share-button {
  padding: 7px 0;
  width: 20%;
  vertical-align: top;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product-item-details .product .options.list dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.swatch-attribute span.swatch-option-price {
  padding-right: 10px;
  text-align: left;
}
.swatch-opt .slick-slider {
  margin-bottom: 20px;
}
.swatch-opt .slick-track {
  display: flex;
}
dd .swatch-option {
  display: inline-block;
}
.slick-initialized .swatch-option.slick-slide,
.slick-initialized .swatch-option.slick-slide.text,
.slick-initialized .slick-slide .swatch-option {
  margin: 2px 5px;
  padding: 0;
  max-width: none;
  height: 20px;
  box-sizing: border-box;
}
.swatch-attribute-options.slick-slider .swatch-option-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.swatch-attribute-options .slick-list {
  margin: 0 25px;
}
.swatch-attribute.size .swatch-option {
  vertical-align: sub;
}
.swatch-option-container.slick-slide {
  min-width: 22px;
  margin-right: 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #686868;
}
.swatch-option-container.slick-slide .swatch-option.text {
  margin: 5px 0 0;
  padding: 0;
}
.amconf-matrix-full-subtotal {
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.tintContainer img {
  max-height: none;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/GDS/default/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: -15px;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  padding-left: 20px;
  width: 100%;
  list-style: none;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  right: inherit;
  left: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  color: #070605;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  color: #070605;
  box-shadow: none;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  display: inline-flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/GDS/default/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/GDS/default/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 2.05714286rem;
}
.amazon-validate-container .fieldset:after {
  margin: 8.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.25714286rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -8.5px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 8.5px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
body {
  overflow-x: hidden;
}
.cdz-menu *,
.cdz-menu :after,
.cdz-menu :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cdz-menu .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .cdz-menu .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .container {
    width: 1200px;
  }
}
.cdz-menu .col-lg-1,
.cdz-menu .col-lg-10,
.cdz-menu .col-lg-11,
.cdz-menu .col-lg-12,
.cdz-menu .col-lg-13,
.cdz-menu .col-lg-14,
.cdz-menu .col-lg-15,
.cdz-menu .col-lg-16,
.cdz-menu .col-lg-17,
.cdz-menu .col-lg-18,
.cdz-menu .col-lg-19,
.cdz-menu .col-lg-2,
.cdz-menu .col-lg-20,
.cdz-menu .col-lg-21,
.cdz-menu .col-lg-22,
.cdz-menu .col-lg-23,
.cdz-menu .col-lg-24,
.cdz-menu .col-lg-3,
.cdz-menu .col-lg-4,
.cdz-menu .col-lg-5,
.cdz-menu .col-lg-6,
.cdz-menu .col-lg-7,
.cdz-menu .col-lg-8,
.cdz-menu .col-lg-9,
.cdz-menu .col-md-1,
.cdz-menu .col-md-10,
.cdz-menu .col-md-11,
.cdz-menu .col-md-12,
.cdz-menu .col-md-13,
.cdz-menu .col-md-14,
.cdz-menu .col-md-15,
.cdz-menu .col-md-16,
.cdz-menu .col-md-17,
.cdz-menu .col-md-18,
.cdz-menu .col-md-19,
.cdz-menu .col-md-2,
.cdz-menu .col-md-20,
.cdz-menu .col-md-21,
.cdz-menu .col-md-22,
.cdz-menu .col-md-23,
.cdz-menu .col-md-24,
.cdz-menu .col-md-3,
.cdz-menu .col-md-4,
.cdz-menu .col-md-5,
.cdz-menu .col-md-6,
.cdz-menu .col-md-7,
.cdz-menu .col-md-8,
.cdz-menu .col-md-9,
.cdz-menu .col-sm-1,
.cdz-menu .col-sm-10,
.cdz-menu .col-sm-11,
.cdz-menu .col-sm-12,
.cdz-menu .col-sm-13,
.cdz-menu .col-sm-14,
.cdz-menu .col-sm-15,
.cdz-menu .col-sm-16,
.cdz-menu .col-sm-17,
.cdz-menu .col-sm-18,
.cdz-menu .col-sm-19,
.cdz-menu .col-sm-2,
.cdz-menu .col-sm-20,
.cdz-menu .col-sm-21,
.cdz-menu .col-sm-22,
.cdz-menu .col-sm-23,
.cdz-menu .col-sm-24,
.cdz-menu .col-sm-3,
.cdz-menu .col-sm-4,
.cdz-menu .col-sm-5,
.cdz-menu .col-sm-6,
.cdz-menu .col-sm-7,
.cdz-menu .col-sm-8,
.cdz-menu .col-sm-9,
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
  float: left;
}
.cdz-menu .col-xs-24 {
  width: 100%;
}
.cdz-menu .col-xs-23 {
  width: 95.83333333%;
}
.cdz-menu .col-xs-22 {
  width: 91.66666667%;
}
.cdz-menu .col-xs-21 {
  width: 87.5%;
}
.cdz-menu .col-xs-20 {
  width: 83.33333333%;
}
.cdz-menu .col-xs-19 {
  width: 79.16666667%;
}
.cdz-menu .col-xs-18 {
  width: 75%;
}
.cdz-menu .col-xs-17 {
  width: 70.83333333%;
}
.cdz-menu .col-xs-16 {
  width: 66.66666667%;
}
.cdz-menu .col-xs-15 {
  width: 62.5%;
}
.cdz-menu .col-xs-14 {
  width: 58.33333333%;
}
.cdz-menu .col-xs-13 {
  width: 54.16666667%;
}
.cdz-menu .col-xs-12 {
  width: 50%;
}
.cdz-menu .col-xs-11 {
  width: 45.83333333%;
}
.cdz-menu .col-xs-10 {
  width: 41.66666667%;
}
.cdz-menu .col-xs-9 {
  width: 37.5%;
}
.cdz-menu .col-xs-8 {
  width: 33.33333333%;
}
.cdz-menu .col-xs-7 {
  width: 29.16666667%;
}
.cdz-menu .col-xs-6 {
  width: 25%;
}
.cdz-menu .col-xs-5 {
  width: 20.83333333%;
}
.cdz-menu .col-xs-4 {
  width: 16.66666667%;
}
.cdz-menu .col-xs-3 {
  width: 12.5%;
}
.cdz-menu .col-xs-2 {
  width: 8.33333333%;
}
.cdz-menu .col-xs-1 {
  width: 4.16666667%;
}
.cdz-menu .col-xs-pull-24 {
  right: 100%;
}
.cdz-menu .col-xs-pull-23 {
  right: 95.83333333%;
}
.cdz-menu .col-xs-pull-22 {
  right: 91.66666667%;
}
.cdz-menu .col-xs-pull-21 {
  right: 87.5%;
}
.cdz-menu .col-xs-pull-20 {
  right: 83.33333333%;
}
.cdz-menu .col-xs-pull-19 {
  right: 79.16666667%;
}
.cdz-menu .col-xs-pull-18 {
  right: 75%;
}
.cdz-menu .col-xs-pull-17 {
  right: 70.83333333%;
}
.cdz-menu .col-xs-pull-16 {
  right: 66.66666667%;
}
.cdz-menu .col-xs-pull-15 {
  right: 62.5%;
}
.cdz-menu .col-xs-pull-14 {
  right: 58.33333333%;
}
.cdz-menu .col-xs-pull-13 {
  right: 54.16666667%;
}
.cdz-menu .col-xs-pull-12 {
  right: 50%;
}
.cdz-menu .col-xs-pull-11 {
  right: 45.83333333%;
}
.cdz-menu .col-xs-pull-10 {
  right: 41.66666667%;
}
.cdz-menu .col-xs-pull-9 {
  right: 37.5%;
}
.cdz-menu .col-xs-pull-8 {
  right: 33.33333333%;
}
.cdz-menu .col-xs-pull-7 {
  right: 29.16666667%;
}
.cdz-menu .col-xs-pull-6 {
  right: 25%;
}
.cdz-menu .col-xs-pull-5 {
  right: 20.83333333%;
}
.cdz-menu .col-xs-pull-4 {
  right: 16.66666667%;
}
.cdz-menu .col-xs-pull-3 {
  right: 12.5%;
}
.cdz-menu .col-xs-pull-2 {
  right: 8.33333333%;
}
.cdz-menu .col-xs-pull-1 {
  right: 4.16666667%;
}
.cdz-menu .col-xs-pull-0 {
  right: auto;
}
.cdz-menu .col-xs-push-24 {
  left: 100%;
}
.cdz-menu .col-xs-push-23 {
  left: 95.83333333%;
}
.cdz-menu .col-xs-push-22 {
  left: 91.66666667%;
}
.cdz-menu .col-xs-push-21 {
  left: 87.5%;
}
.cdz-menu .col-xs-push-20 {
  left: 83.33333333%;
}
.cdz-menu .col-xs-push-19 {
  left: 79.16666667%;
}
.cdz-menu .col-xs-push-18 {
  left: 75%;
}
.cdz-menu .col-xs-push-17 {
  left: 70.83333333%;
}
.cdz-menu .col-xs-push-16 {
  left: 66.66666667%;
}
.cdz-menu .col-xs-push-15 {
  left: 62.5%;
}
.cdz-menu .col-xs-push-14 {
  left: 58.33333333%;
}
.cdz-menu .col-xs-push-13 {
  left: 54.16666667%;
}
.cdz-menu .col-xs-push-12 {
  left: 50%;
}
.cdz-menu .col-xs-push-11 {
  left: 45.83333333%;
}
.cdz-menu .col-xs-push-10 {
  left: 41.66666667%;
}
.cdz-menu .col-xs-push-9 {
  left: 37.5%;
}
.cdz-menu .col-xs-push-8 {
  left: 33.33333333%;
}
.cdz-menu .col-xs-push-7 {
  left: 29.16666667%;
}
.cdz-menu .col-xs-push-6 {
  left: 25%;
}
.cdz-menu .col-xs-push-5 {
  left: 20.83333333%;
}
.cdz-menu .col-xs-push-4 {
  left: 16.66666667%;
}
.cdz-menu .col-xs-push-3 {
  left: 12.5%;
}
.cdz-menu .col-xs-push-2 {
  left: 8.33333333%;
}
.cdz-menu .col-xs-push-1 {
  left: 4.16666667%;
}
.cdz-menu .col-xs-push-0 {
  left: auto;
}
.cdz-menu .col-xs-offset-24 {
  margin-left: 100%;
}
.cdz-menu .col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.cdz-menu .col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.cdz-menu .col-xs-offset-21 {
  margin-left: 87.5%;
}
.cdz-menu .col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.cdz-menu .col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.cdz-menu .col-xs-offset-18 {
  margin-left: 75%;
}
.cdz-menu .col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.cdz-menu .col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.cdz-menu .col-xs-offset-15 {
  margin-left: 62.5%;
}
.cdz-menu .col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.cdz-menu .col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.cdz-menu .col-xs-offset-12 {
  margin-left: 50%;
}
.cdz-menu .col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.cdz-menu .col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.cdz-menu .col-xs-offset-9 {
  margin-left: 37.5%;
}
.cdz-menu .col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.cdz-menu .col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.cdz-menu .col-xs-offset-6 {
  margin-left: 25%;
}
.cdz-menu .col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.cdz-menu .col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.cdz-menu .col-xs-offset-3 {
  margin-left: 12.5%;
}
.cdz-menu .col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.cdz-menu .col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.cdz-menu .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cdz-menu .col-sm-1,
  .cdz-menu .col-sm-10,
  .cdz-menu .col-sm-11,
  .cdz-menu .col-sm-12,
  .cdz-menu .col-sm-13,
  .cdz-menu .col-sm-14,
  .cdz-menu .col-sm-15,
  .cdz-menu .col-sm-16,
  .cdz-menu .col-sm-17,
  .cdz-menu .col-sm-18,
  .cdz-menu .col-sm-19,
  .cdz-menu .col-sm-2,
  .cdz-menu .col-sm-20,
  .cdz-menu .col-sm-21,
  .cdz-menu .col-sm-22,
  .cdz-menu .col-sm-23,
  .cdz-menu .col-sm-24,
  .cdz-menu .col-sm-3,
  .cdz-menu .col-sm-4,
  .cdz-menu .col-sm-5,
  .cdz-menu .col-sm-6,
  .cdz-menu .col-sm-7,
  .cdz-menu .col-sm-8,
  .cdz-menu .col-sm-9 {
    float: left;
  }
  .cdz-menu .col-sm-24 {
    width: 100%;
  }
  .cdz-menu .col-sm-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-sm-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-sm-21 {
    width: 87.5%;
  }
  .cdz-menu .col-sm-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-sm-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-sm-18 {
    width: 75%;
  }
  .cdz-menu .col-sm-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-sm-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-sm-15 {
    width: 62.5%;
  }
  .cdz-menu .col-sm-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-sm-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-sm-12 {
    width: 50%;
  }
  .cdz-menu .col-sm-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-sm-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-sm-9 {
    width: 37.5%;
  }
  .cdz-menu .col-sm-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-sm-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-sm-6 {
    width: 25%;
  }
  .cdz-menu .col-sm-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-sm-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-sm-3 {
    width: 12.5%;
  }
  .cdz-menu .col-sm-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-sm-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-sm-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-sm-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-sm-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-sm-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-sm-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-sm-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-sm-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-sm-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-sm-pull-0 {
    right: auto;
  }
  .cdz-menu .col-sm-push-24 {
    left: 100%;
  }
  .cdz-menu .col-sm-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-sm-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-sm-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-sm-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-sm-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-sm-push-18 {
    left: 75%;
  }
  .cdz-menu .col-sm-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-sm-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-sm-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-sm-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-sm-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-sm-push-12 {
    left: 50%;
  }
  .cdz-menu .col-sm-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-sm-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-sm-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-sm-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-sm-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-sm-push-6 {
    left: 25%;
  }
  .cdz-menu .col-sm-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-sm-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-sm-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-sm-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-sm-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-sm-push-0 {
    left: auto;
  }
  .cdz-menu .col-sm-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-sm-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-sm-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-sm-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cdz-menu .col-md-1,
  .cdz-menu .col-md-10,
  .cdz-menu .col-md-11,
  .cdz-menu .col-md-12,
  .cdz-menu .col-md-13,
  .cdz-menu .col-md-14,
  .cdz-menu .col-md-15,
  .cdz-menu .col-md-16,
  .cdz-menu .col-md-17,
  .cdz-menu .col-md-18,
  .cdz-menu .col-md-19,
  .cdz-menu .col-md-2,
  .cdz-menu .col-md-20,
  .cdz-menu .col-md-21,
  .cdz-menu .col-md-22,
  .cdz-menu .col-md-23,
  .cdz-menu .col-md-24,
  .cdz-menu .col-md-3,
  .cdz-menu .col-md-4,
  .cdz-menu .col-md-5,
  .cdz-menu .col-md-6,
  .cdz-menu .col-md-7,
  .cdz-menu .col-md-8,
  .cdz-menu .col-md-9 {
    float: left;
  }
  .cdz-menu .col-md-24 {
    width: 100%;
  }
  .cdz-menu .col-md-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-md-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-md-21 {
    width: 87.5%;
  }
  .cdz-menu .col-md-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-md-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-md-18 {
    width: 75%;
  }
  .cdz-menu .col-md-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-md-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-md-15 {
    width: 62.5%;
  }
  .cdz-menu .col-md-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-md-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-md-12 {
    width: 50%;
  }
  .cdz-menu .col-md-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-md-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-md-9 {
    width: 37.5%;
  }
  .cdz-menu .col-md-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-md-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-md-6 {
    width: 25%;
  }
  .cdz-menu .col-md-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-md-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-md-3 {
    width: 12.5%;
  }
  .cdz-menu .col-md-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-md-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-md-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-md-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-md-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-md-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-md-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-md-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-md-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-md-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-md-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-md-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-md-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-md-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-md-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-md-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-md-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-md-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-md-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-md-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-md-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-md-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-md-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-md-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-md-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-md-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-md-pull-0 {
    right: auto;
  }
  .cdz-menu .col-md-push-24 {
    left: 100%;
  }
  .cdz-menu .col-md-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-md-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-md-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-md-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-md-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-md-push-18 {
    left: 75%;
  }
  .cdz-menu .col-md-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-md-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-md-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-md-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-md-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-md-push-12 {
    left: 50%;
  }
  .cdz-menu .col-md-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-md-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-md-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-md-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-md-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-md-push-6 {
    left: 25%;
  }
  .cdz-menu .col-md-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-md-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-md-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-md-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-md-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-md-push-0 {
    left: auto;
  }
  .cdz-menu .col-md-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-md-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-md-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-md-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .col-lg-1,
  .cdz-menu .col-lg-10,
  .cdz-menu .col-lg-11,
  .cdz-menu .col-lg-12,
  .cdz-menu .col-lg-13,
  .cdz-menu .col-lg-14,
  .cdz-menu .col-lg-15,
  .cdz-menu .col-lg-16,
  .cdz-menu .col-lg-17,
  .cdz-menu .col-lg-18,
  .cdz-menu .col-lg-19,
  .cdz-menu .col-lg-2,
  .cdz-menu .col-lg-20,
  .cdz-menu .col-lg-21,
  .cdz-menu .col-lg-22,
  .cdz-menu .col-lg-23,
  .cdz-menu .col-lg-24,
  .cdz-menu .col-lg-3,
  .cdz-menu .col-lg-4,
  .cdz-menu .col-lg-5,
  .cdz-menu .col-lg-6,
  .cdz-menu .col-lg-7,
  .cdz-menu .col-lg-8,
  .cdz-menu .col-lg-9 {
    float: left;
  }
  .cdz-menu .col-lg-24 {
    width: 100%;
  }
  .cdz-menu .col-lg-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-lg-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-lg-21 {
    width: 87.5%;
  }
  .cdz-menu .col-lg-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-lg-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-lg-18 {
    width: 75%;
  }
  .cdz-menu .col-lg-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-lg-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-lg-15 {
    width: 62.5%;
  }
  .cdz-menu .col-lg-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-lg-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-lg-12 {
    width: 50%;
  }
  .cdz-menu .col-lg-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-lg-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-lg-9 {
    width: 37.5%;
  }
  .cdz-menu .col-lg-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-lg-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-lg-6 {
    width: 25%;
  }
  .cdz-menu .col-lg-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-lg-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-lg-3 {
    width: 12.5%;
  }
  .cdz-menu .col-lg-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-lg-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-lg-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-lg-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-lg-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-lg-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-lg-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-lg-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-lg-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-lg-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-lg-pull-0 {
    right: auto;
  }
  .cdz-menu .col-lg-push-24 {
    left: 100%;
  }
  .cdz-menu .col-lg-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-lg-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-lg-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-lg-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-lg-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-lg-push-18 {
    left: 75%;
  }
  .cdz-menu .col-lg-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-lg-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-lg-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-lg-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-lg-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-lg-push-12 {
    left: 50%;
  }
  .cdz-menu .col-lg-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-lg-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-lg-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-lg-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-lg-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-lg-push-6 {
    left: 25%;
  }
  .cdz-menu .col-lg-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-lg-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-lg-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-lg-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-lg-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-lg-push-0 {
    left: auto;
  }
  .cdz-menu .col-lg-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-lg-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-lg-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-lg-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-lg-offset-0 {
    margin-left: 0;
  }
}
.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-group-vertical > .btn-group:before,
.cdz-menu .btn-toolbar:after,
.cdz-menu .btn-toolbar:before,
.cdz-menu .clearfix:after,
.cdz-menu .clearfix:before,
.cdz-menu .container-fluid:after,
.cdz-menu .container-fluid:before,
.cdz-menu .container:after,
.cdz-menu .container:before,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .dl-horizontal dd:before,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .form-horizontal .form-group:before,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-footer:before,
.cdz-menu .modal-header:after,
.cdz-menu .modal-header:before,
.cdz-menu .nav:after,
.cdz-menu .nav:before,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-collapse:before,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar-header:before,
.cdz-menu .navbar:after,
.cdz-menu .navbar:before,
.cdz-menu .pager:after,
.cdz-menu .pager:before,
.cdz-menu .panel-body:after,
.cdz-menu .panel-body:before,
.cdz-menu .row:after,
.cdz-menu .row:before {
  content: " ";
  display: table;
}
.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-toolbar:after,
.cdz-menu .clearfix:after,
.cdz-menu .container-fluid:after,
.cdz-menu .container:after,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-header:after,
.cdz-menu .nav:after,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar:after,
.cdz-menu .pager:after,
.cdz-menu .panel-body:after,
.cdz-menu .row:after {
  clear: both;
}
.cdz-menu .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cdz-menu .pull-right {
  float: right !important;
}
.cdz-menu .pull-left {
  float: left !important;
}
.cdz-menu .hide {
  display: none !important;
}
.cdz-menu .show {
  display: block !important;
}
.cdz-menu .hidden,
.cdz-menu .visible-lg,
.cdz-menu .visible-lg-block,
.cdz-menu .visible-lg-inline,
.cdz-menu .visible-lg-inline-block,
.cdz-menu .visible-md,
.cdz-menu .visible-md-block,
.cdz-menu .visible-md-inline,
.cdz-menu .visible-md-inline-block,
.cdz-menu .visible-sm,
.cdz-menu .visible-sm-block,
.cdz-menu .visible-sm-inline,
.cdz-menu .visible-sm-inline-block,
.cdz-menu .visible-xs,
.cdz-menu .visible-xs-block,
.cdz-menu .visible-xs-inline,
.cdz-menu .visible-xs-inline-block {
  display: none !important;
}
.cdz-menu .invisible {
  visibility: hidden;
}
.cdz-menu .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cdz-menu .affix {
  position: fixed;
}
@media (max-width: 767px) {
  .cdz-menu .visible-xs {
    display: block !important;
  }
  .cdz-menu table.visible-xs {
    display: table !important;
  }
  .cdz-menu tr.visible-xs {
    display: table-row !important;
  }
  .cdz-menu td.visible-xs,
  .cdz-menu th.visible-xs {
    display: table-cell !important;
  }
  .cdz-menu .visible-xs-block {
    display: block !important;
  }
  .cdz-menu .visible-xs-inline {
    display: inline !important;
  }
  .cdz-menu .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cdz-menu .visible-sm {
    display: block !important;
  }
  .cdz-menu table.visible-sm {
    display: table !important;
  }
  .cdz-menu tr.visible-sm {
    display: table-row !important;
  }
  .cdz-menu td.visible-sm,
  .cdz-menu th.visible-sm {
    display: table-cell !important;
  }
  .cdz-menu .visible-sm-block {
    display: block !important;
  }
  .cdz-menu .visible-sm-inline {
    display: inline !important;
  }
  .cdz-menu .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdz-menu .visible-md {
    display: block !important;
  }
  .cdz-menu table.visible-md {
    display: table !important;
  }
  .cdz-menu tr.visible-md {
    display: table-row !important;
  }
  .cdz-menu td.visible-md,
  .cdz-menu th.visible-md {
    display: table-cell !important;
  }
  .cdz-menu .visible-md-block {
    display: block !important;
  }
  .cdz-menu .visible-md-inline {
    display: inline !important;
  }
  .cdz-menu .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .visible-lg {
    display: block !important;
  }
  .cdz-menu table.visible-lg {
    display: table !important;
  }
  .cdz-menu tr.visible-lg {
    display: table-row !important;
  }
  .cdz-menu td.visible-lg,
  .cdz-menu th.visible-lg {
    display: table-cell !important;
  }
  .cdz-menu .visible-lg-block {
    display: block !important;
  }
  .cdz-menu .visible-lg-inline {
    display: inline !important;
  }
  .cdz-menu .visible-lg-inline-block {
    display: inline-block !important;
  }
  .cdz-menu .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cdz-menu .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cdz-menu .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdz-menu .hidden-md {
    display: none !important;
  }
}
.cdz-menu .visible-print {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print {
    display: block !important;
  }
  .cdz-menu table.visible-print {
    display: table !important;
  }
  .cdz-menu tr.visible-print {
    display: table-row !important;
  }
  .cdz-menu td.visible-print,
  .cdz-menu th.visible-print {
    display: table-cell !important;
  }
}
.cdz-menu .visible-print-block {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-block {
    display: block !important;
  }
}
.cdz-menu .visible-print-inline {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-inline {
    display: inline !important;
  }
}
.cdz-menu .visible-print-inline-block {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-inline-block {
    display: inline-block !important;
  }
  .cdz-menu .hidden-print {
    display: none !important;
  }
}
.cdz-menu ul,
.cdz-menu ol {
  padding: 0;
  list-style: none;
}
.cdz-menu a,
.cdz-menu a:hover {
  text-decoration: none;
}
.cdz-menu .cat-tree a.groupdrop-title {
  font-weight: normal;
}
.cdz-menu p.groupdrop-title,
.cdz-menu .cat-tree.no-dropdown a.groupdrop-title {
  font-weight: bold;
}
.cdz-menu .space-s {
  margin-bottom: 10px;
}
.cdz-menu .space-top,
.cdz-menu .groupdrop-title.space-top {
  margin-top: 20px;
}
.cdz-menu .text-uppercase {
  text-transform: uppercase;
}
.cdz-menu .line-left {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.rtl-layout .cdz-menu .line-left {
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  border-left: none;
}
.cdz-menu .line-right {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.rtl-layout .cdz-menu .line-right {
  padding-left: 20px;
  padding-right: 0px;
  border-left: 1px solid #ccc;
  border-right: none;
}
.cdz-menu hr {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cdz-menu .text-center {
  text-align: center;
}
.cdz-menu .group-title-bottom {
  margin-bottom: 20px;
}
.cdz-menu .groupmenu-drop li.parent {
  position: relative;
}
.cdz-menu .block.widget .block-title {
  text-align: center;
}
.cdz-menu .block.widget .products-grid .product-item {
  width: 100% !important;
  margin: 0;
  border: none;
  text-align: center;
}
.cdz-menu .block.widget .products-grid .product-item .product-item-info {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.cdz-menu .block.widget .products-grid .product-item .product-item-info .actions-primary {
  display: inline;
}
.cdz-menu .block.widget .products-grid .product-item .product-item-info .actions-primary + .actions-secondary {
  display: inline;
  width: auto;
}
.cdz-menu .contact-form-wrapper {
  margin-right: 10%;
  margin-bottom: 20px;
}
.rtl-layout .cdz-menu .contact-form-wrapper {
  margin-left: 10%;
  margin-right: 0;
}
.cdz-menu .contact-form-wrapper .legend {
  font-size: 150%;
  border-bottom: none;
}
.cdz-menu .contact-form-wrapper .fieldset {
  margin-bottom: 20px;
}
.cdz-menu .contact-form-wrapper .actions-toolbar .primary {
  margin: 0;
}
.rtl-layout .cdz-menu .contact-form-wrapper .actions-toolbar .primary {
  float: right;
}
.temp > .need-unwrap {
  margin: 0 0;
}
.rtl-layout {
  direction: rtl;
  text-align: right;
}
.cdz-menu i.menu-icon.img-icon {
  display: inline-block;
  margin-right: 5px;
}
.cdz-menu i.menu-icon.img-icon img {
  max-width: 18px;
}
.cdz-menu .groupmenu li.level0 > a.menu-link .menu-icon {
  margin-right: 3px;
}
.rtl-layout .cdz-menu .groupmenu li.level0 > a.menu-link .menu-icon {
  margin-right: 0px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .cdz-navigation {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
  }
  .cdz-navigation .cdz-horizontal-menu .groupmenu {
    margin: 0;
  }
  .nav-sections-item-content > .cdz-navigation {
    display: block;
  }
  .cdz-menu {
    /*menu full width*/
    /*end menu full width*/
  }
  .cdz-menu li.item.level0 .cdz-google-map {
    display: none;
  }
  .cdz-menu li.item.level0:hover .cdz-google-map {
    display: block;
  }
  .cdz-menu .groupmenu-drop,
  .cdz-menu .groupmenu-drop-content {
    display: block;
  }
  .cdz-menu img.groupdrop-banner-pos {
    position: absolute;
  }
  .cdz-menu ul.groupdrop-link,
  .cdz-menu ul.groupmenu-drop,
  .cdz-menu ul.groupmenu-nondrop {
    padding: 0;
  }
  .cdz-menu .dropdown-rtl {
    text-align: right;
  }
  .rtl-layout .cdz-menu .dropdown-rtl {
    text-align: left;
  }
  .cdz-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .rtl-layout .cdz-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: right;
    content: "\f105";
  }
  .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: auto;
    right: 100%;
    text-align: right;
  }
  .rtl-layout .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: 100%;
    right: auto;
    text-align: left;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-drop {
    border: none;
  }
  .cdz-menu .groupmenu-drop {
    position: absolute;
    background: #ffffff;
    top: 100%;
    z-index: 99;
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    /*tab menu*/
    /*end tab menu*/
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
    padding-right: 0;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
    padding-right: 10px;
    padding-left: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: block;
    padding: 10px 5px;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
    float: left;
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active {
    background: #ececec;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
    padding-left: 0;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
    padding-left: 10px;
    padding-right: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
    display: none;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
    display: block;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: block;
    padding: 10px 5px;
    text-align: left;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    text-align: right;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: inline-block;
    margin: 3px 20px;
    padding-bottom: 7px;
    position: relative;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #dfdfdf;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    content: "";
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active:before {
    transform: scaleX(1);
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
    display: none;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
    display: block;
  }
  .cdz-menu .groupmenu-drop .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .cdz-menu .groupmenu-drop .cat-tree.groupmenu-drop .groupmenu-drop {
    top: -7px;
  }
  .cdz-menu .groupmenu-drop .item.parent > .menu-link {
    display: block;
  }
  .cdz-menu .groupmenu-drop .item.parent > .menu-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a {
    display: block;
  }
  .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .cdz-menu .groupmenu-drop li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .cdz-menu .groupmenu-drop > li.item {
    min-width: 230px;
    position: relative;
    padding: 20px;
    margin: 0px auto;
  }
  .cdz-menu .cat-tree li.item {
    padding: 8px 15px;
    min-width: 230px;
    position: relative;
    margin: 0px auto;
  }
  /*menu horizontal*/
  .cdz-horizontal-menu {
    width: 100%;
  }
  .cdz-horizontal-menu li.level0 > .groupmenu-drop {
    display: none;
  }
  .rtl-layout .cdz-horizontal-menu li.level0 > .groupmenu-drop {
    right: 0;
    left: auto;
  }
  .cdz-horizontal-menu.cdz-translate li.level0 > .groupmenu-drop {
    top: 45px;
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .cdz-horizontal-menu.cdz-translate li.level0:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .cdz-horizontal-menu .groupmenu {
    width: 100%;
    display: block;
    padding: 0;
    background-color: #f0f0f0;
  }
  .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    text-decoration: none;
    color: #333333;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    cursor: pointer;
    line-height: 22px;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-drop {
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-horizontal-menu .groupmenu li.item {
    list-style: none;
  }
  .cdz-horizontal-menu .groupmenu li.item.level0 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .rtl-layout .cdz-horizontal-menu .groupmenu li.item.level0 {
    float: right;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-nondrop {
    position: relative;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-nondrop > li.item {
    margin: 0px 0px;
    padding-left: 0px;
  }
  .cdz-horizontal-menu .groupmenu .no-dropdown > .cat-tree.groupmenu-drop {
    top: auto;
    left: auto;
  }
  .cdz-horizontal-menu .groupmenu .no-dropdown > .groupdrop-title {
    margin-bottom: 10px;
    display: inline-block;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .groupmenu-drop {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .parent:hover > .groupmenu-drop {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  /*menu vertical*/
  .cdz-vertical-menu .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    display: none;
  }
  .rtl-layout .cdz-vertical-menu .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .cdz-vertical-menu li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    display: block;
  }
  .cdz-vertical-menu .item.level0 {
    display: block;
    padding: 0px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link {
    display: block;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    padding-left: 4px;
    margin: 0;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: 1px solid #dfdfdf;
  }
  .rtl-layout .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: none;
    border-right: 1px solid #dfdfdf;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link span {
    display: inline-block;
    padding: 10px;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .rtl-layout .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
    content: "\f104";
    float: left;
    margin-right: 0px;
    margin-left: 10px;
  }
}
/*menu mobile*/
@media (max-width: 768px) {
  .cdz-menu .row {
    margin: 0 -10px;
  }
  .cdz-menu .groupdrop-banner {
    margin-bottom: 20px;
  }
  .cdz-menu li.item {
    margin-bottom: 0px;
  }
  .cdz-menu li.item.open > .dropdown-toggle:before,
  .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cdz-menu .menu-tabs {
    margin: 0;
  }
  .cdz-menu .menu-tabs .tab-item {
    margin: 0;
  }
  .cdz-menu .menu-tabs .cdz-tab-pane {
    margin-top: 10px;
    min-height: 1px !important;
  }
  .cdz-menu .menu-tabs .cdz-link-wrap {
    position: relative;
    padding: 4px 0;
  }
  .cdz-menu .groupmenu-drop {
    display: none;
  }
  .cdz-menu .groupmenu-drop li.item {
    padding: 5px 0;
  }
  .cdz-menu .groupmenu-drop li.item.parent .groupmenu-drop {
    padding-left: 20px;
    padding-top: 5px;
  }
  .cdz-menu .menu-link,
  .cdz-menu a.groupdrop-title {
    width: 100%;
    display: inline-block;
  }
  .cdz-menu .item.level-top {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  .cdz-menu .item.level-top > .menu-link {
    padding: 10px;
    background: transparent;
    color: inherit;
    border-bottom: 1px solid;
  }
  .cdz-menu .item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .cdz-menu .item.level-top > .dropdown-toggle {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    color: inherit;
  }
  .cdz-menu .item.level-top > .dropdown-toggle:before {
    margin-top: 7px;
  }
  .cdz-menu .item.level-top > .groupmenu-drop {
    margin: 0px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .cdz-menu .parent {
    position: relative;
  }
  .cdz-menu .dropdown-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .rtl-layout .cdz-menu .dropdown-toggle {
    left: 0;
    right: auto;
  }
  .cdz-menu .dropdown-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .rtl-layout .cdz-menu .dropdown-toggle:before {
    content: "\f104";
  }
}
/*column menu*/
@media (min-width: 768px) {
  .cdz-menu .groupmenu-width-1 {
    width: 29.58333333px;
  }
  .cdz-menu .groupmenu-width-1.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 59.16666667px;
  }
  .cdz-menu .groupmenu-width-2.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 88.75px;
  }
  .cdz-menu .groupmenu-width-3.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 118.33333333px;
  }
  .cdz-menu .groupmenu-width-4.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 147.91666667px;
  }
  .cdz-menu .groupmenu-width-5.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 177.5px;
  }
  .cdz-menu .groupmenu-width-6.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 207.08333333px;
  }
  .cdz-menu .groupmenu-width-7.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 236.66666667px;
  }
  .cdz-menu .groupmenu-width-8.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 266.25px;
  }
  .cdz-menu .groupmenu-width-9.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 295.83333333px;
  }
  .cdz-menu .groupmenu-width-10.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 325.41666667px;
  }
  .cdz-menu .groupmenu-width-11.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 355px;
  }
  .cdz-menu .groupmenu-width-12.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 384.58333333px;
  }
  .cdz-menu .groupmenu-width-13.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 414.16666667px;
  }
  .cdz-menu .groupmenu-width-14.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 443.75px;
  }
  .cdz-menu .groupmenu-width-15.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 473.33333333px;
  }
  .cdz-menu .groupmenu-width-16.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 502.91666667px;
  }
  .cdz-menu .groupmenu-width-17.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 532.5px;
  }
  .cdz-menu .groupmenu-width-18.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 562.08333333px;
  }
  .cdz-menu .groupmenu-width-19.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 591.66666667px;
  }
  .cdz-menu .groupmenu-width-20.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 621.25px;
  }
  .cdz-menu .groupmenu-width-21.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 650.83333333px;
  }
  .cdz-menu .groupmenu-width-22.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 680.41666667px;
  }
  .cdz-menu .groupmenu-width-23.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 710px;
  }
  .cdz-menu .groupmenu-width-24.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
}
@media (min-width: 992px) {
  .cdz-menu .groupmenu-width-1 {
    width: 38.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 77.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 116.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 155px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 193.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 232.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 271.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 310px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 348.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 387.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 426.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 465px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 503.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 542.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 581.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 620px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 658.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 697.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 736.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 775px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 813.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 852.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 891.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 930px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
}
@media (min-width: 1200px) {
  .cdz-menu .groupmenu-width-1 {
    width: 47.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 95px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 142.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 190px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 237.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 285px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 332.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 380px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 427.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 475px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 522.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 570px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 617.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 665px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 712.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 760px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 807.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 855px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 902.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 950px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 997.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 1045px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 1092.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 1140px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
}
.rtl-layout .cdz-menu .col-xs-1 {
  width: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-2 {
  width: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-3 {
  width: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-4 {
  width: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-5 {
  width: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-6 {
  width: 25%;
}
.rtl-layout .cdz-menu .col-xs-7 {
  width: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-8 {
  width: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-9 {
  width: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-10 {
  width: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-11 {
  width: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-12 {
  width: 50%;
}
.rtl-layout .cdz-menu .col-xs-13 {
  width: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-14 {
  width: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-15 {
  width: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-16 {
  width: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-17 {
  width: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-18 {
  width: 75%;
}
.rtl-layout .cdz-menu .col-xs-19 {
  width: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-20 {
  width: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-21 {
  width: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-22 {
  width: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-23 {
  width: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-24 {
  width: 100%;
}
.rtl-layout .cdz-menu .col-xs-pull-0 {
  left: 0%;
}
.rtl-layout .cdz-menu .col-xs-pull-1 {
  left: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-2 {
  left: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-3 {
  left: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-4 {
  left: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-5 {
  left: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-6 {
  left: 25%;
}
.rtl-layout .cdz-menu .col-xs-pull-7 {
  left: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-8 {
  left: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-9 {
  left: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-10 {
  left: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-11 {
  left: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-12 {
  left: 50%;
}
.rtl-layout .cdz-menu .col-xs-pull-13 {
  left: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-14 {
  left: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-15 {
  left: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-16 {
  left: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-17 {
  left: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-18 {
  left: 75%;
}
.rtl-layout .cdz-menu .col-xs-pull-19 {
  left: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-20 {
  left: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-21 {
  left: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-22 {
  left: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-23 {
  left: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-24 {
  left: 100%;
}
.rtl-layout .cdz-menu .col-xs-push-0 {
  right: 0%;
}
.rtl-layout .cdz-menu .col-xs-push-1 {
  right: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-2 {
  right: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-3 {
  right: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-push-4 {
  right: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-5 {
  right: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-6 {
  right: 25%;
}
.rtl-layout .cdz-menu .col-xs-push-7 {
  right: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-8 {
  right: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-9 {
  right: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-push-10 {
  right: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-11 {
  right: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-12 {
  right: 50%;
}
.rtl-layout .cdz-menu .col-xs-push-13 {
  right: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-14 {
  right: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-15 {
  right: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-push-16 {
  right: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-17 {
  right: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-18 {
  right: 75%;
}
.rtl-layout .cdz-menu .col-xs-push-19 {
  right: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-20 {
  right: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-21 {
  right: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-push-22 {
  right: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-23 {
  right: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-24 {
  right: 100%;
}
.rtl-layout .cdz-menu .col-xs-offset-0 {
  margin-right: 0%;
}
.rtl-layout .cdz-menu .col-xs-offset-1 {
  margin-right: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-2 {
  margin-right: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-3 {
  margin-right: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-4 {
  margin-right: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-5 {
  margin-right: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-6 {
  margin-right: 25%;
}
.rtl-layout .cdz-menu .col-xs-offset-7 {
  margin-right: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-8 {
  margin-right: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-9 {
  margin-right: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-10 {
  margin-right: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-11 {
  margin-right: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-12 {
  margin-right: 50%;
}
.rtl-layout .cdz-menu .col-xs-offset-13 {
  margin-right: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-14 {
  margin-right: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-15 {
  margin-right: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-16 {
  margin-right: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-17 {
  margin-right: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-18 {
  margin-right: 75%;
}
.rtl-layout .cdz-menu .col-xs-offset-19 {
  margin-right: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-20 {
  margin-right: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-21 {
  margin-right: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-22 {
  margin-right: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-23 {
  margin-right: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-24 {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .rtl-layout .cdz-menu .col-sm-1,
  .rtl-layout .cdz-menu .col-sm-2,
  .rtl-layout .cdz-menu .col-sm-3,
  .rtl-layout .cdz-menu .col-sm-4,
  .rtl-layout .cdz-menu .col-sm-5,
  .rtl-layout .cdz-menu .col-sm-6,
  .rtl-layout .cdz-menu .col-sm-7,
  .rtl-layout .cdz-menu .col-sm-8,
  .rtl-layout .cdz-menu .col-sm-9,
  .rtl-layout .cdz-menu .col-sm-10,
  .rtl-layout .cdz-menu .col-sm-11,
  .rtl-layout .cdz-menu .col-sm-12,
  .rtl-layout .cdz-menu .col-sm-13,
  .rtl-layout .cdz-menu .col-sm-14,
  .rtl-layout .cdz-menu .col-sm-15,
  .rtl-layout .cdz-menu .col-sm-16,
  .rtl-layout .cdz-menu .col-sm-17,
  .rtl-layout .cdz-menu .col-sm-18,
  .rtl-layout .cdz-menu .col-sm-19,
  .rtl-layout .cdz-menu .col-sm-20,
  .rtl-layout .cdz-menu .col-sm-21,
  .rtl-layout .cdz-menu .col-sm-22,
  .rtl-layout .cdz-menu .col-sm-23,
  .rtl-layout .cdz-menu .col-sm-24 {
    float: right;
  }
  .rtl-layout .cdz-menu .col-sm-1 {
    width: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-2 {
    width: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-3 {
    width: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-4 {
    width: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-5 {
    width: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-6 {
    width: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-7 {
    width: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-8 {
    width: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-9 {
    width: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-10 {
    width: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-11 {
    width: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-12 {
    width: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-13 {
    width: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-14 {
    width: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-15 {
    width: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-16 {
    width: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-17 {
    width: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-18 {
    width: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-19 {
    width: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-20 {
    width: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-21 {
    width: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-22 {
    width: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-23 {
    width: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-24 {
    width: 100%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-0 {
    left: 0%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-6 {
    left: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-12 {
    left: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-18 {
    left: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-24 {
    left: 100%;
  }
  .rtl-layout .cdz-menu .col-sm-push-0 {
    right: 0%;
  }
  .rtl-layout .cdz-menu .col-sm-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-3 {
    right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-6 {
    right: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-9 {
    right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-12 {
    right: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-15 {
    right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-18 {
    right: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-21 {
    right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-24 {
    right: 100%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .rtl-layout .cdz-menu .col-md-1,
  .rtl-layout .cdz-menu .col-md-2,
  .rtl-layout .cdz-menu .col-md-3,
  .rtl-layout .cdz-menu .col-md-4,
  .rtl-layout .cdz-menu .col-md-5,
  .rtl-layout .cdz-menu .col-md-6,
  .rtl-layout .cdz-menu .col-md-7,
  .rtl-layout .cdz-menu .col-md-8,
  .rtl-layout .cdz-menu .col-md-9,
  .rtl-layout .cdz-menu .col-md-10,
  .rtl-layout .cdz-menu .col-md-11,
  .rtl-layout .cdz-menu .col-md-12,
  .rtl-layout .cdz-menu .col-md-13,
  .rtl-layout .cdz-menu .col-md-14,
  .rtl-layout .cdz-menu .col-md-15,
  .rtl-layout .cdz-menu .col-md-16,
  .rtl-layout .cdz-menu .col-md-17,
  .rtl-layout .cdz-menu .col-md-18,
  .rtl-layout .cdz-menu .col-md-19,
  .rtl-layout .cdz-menu .col-md-20,
  .rtl-layout .cdz-menu .col-md-21,
  .rtl-layout .cdz-menu .col-md-22,
  .rtl-layout .cdz-menu .col-md-23,
  .rtl-layout .cdz-menu .col-md-24 {
    float: right;
  }
  .rtl-layout .cdz-menu .col-md-1 {
    width: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-2 {
    width: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-3 {
    width: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-4 {
    width: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-5 {
    width: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-6 {
    width: 25%;
  }
  .rtl-layout .cdz-menu .col-md-7 {
    width: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-8 {
    width: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-9 {
    width: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-10 {
    width: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-11 {
    width: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-12 {
    width: 50%;
  }
  .rtl-layout .cdz-menu .col-md-13 {
    width: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-14 {
    width: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-15 {
    width: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-16 {
    width: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-17 {
    width: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-18 {
    width: 75%;
  }
  .rtl-layout .cdz-menu .col-md-19 {
    width: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-20 {
    width: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-21 {
    width: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-22 {
    width: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-23 {
    width: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-24 {
    width: 100%;
  }
  .rtl-layout .cdz-menu .col-md-pull-0 {
    left: 0%;
  }
  .rtl-layout .cdz-menu .col-md-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-6 {
    left: 25%;
  }
  .rtl-layout .cdz-menu .col-md-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-12 {
    left: 50%;
  }
  .rtl-layout .cdz-menu .col-md-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-18 {
    left: 75%;
  }
  .rtl-layout .cdz-menu .col-md-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-24 {
    left: 100%;
  }
  .rtl-layout .cdz-menu .col-md-push-0 {
    right: 0%;
  }
  .rtl-layout .cdz-menu .col-md-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-3 {
    right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-6 {
    right: 25%;
  }
  .rtl-layout .cdz-menu .col-md-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-9 {
    right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-12 {
    right: 50%;
  }
  .rtl-layout .cdz-menu .col-md-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-15 {
    right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-18 {
    right: 75%;
  }
  .rtl-layout .cdz-menu .col-md-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-21 {
    right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-24 {
    right: 100%;
  }
  .rtl-layout .cdz-menu .col-md-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .cdz-menu .col-md-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .cdz-menu .col-md-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .cdz-menu .col-md-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .cdz-menu .col-md-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .rtl-layout .cdz-menu .col-lg-1,
  .rtl-layout .cdz-menu .col-lg-2,
  .rtl-layout .cdz-menu .col-lg-3,
  .rtl-layout .cdz-menu .col-lg-4,
  .rtl-layout .cdz-menu .col-lg-5,
  .rtl-layout .cdz-menu .col-lg-6,
  .rtl-layout .cdz-menu .col-lg-7,
  .rtl-layout .cdz-menu .col-lg-8,
  .rtl-layout .cdz-menu .col-lg-9,
  .rtl-layout .cdz-menu .col-lg-10,
  .rtl-layout .cdz-menu .col-lg-11,
  .rtl-layout .cdz-menu .col-lg-12,
  .rtl-layout .cdz-menu .col-lg-13,
  .rtl-layout .cdz-menu .col-lg-14,
  .rtl-layout .cdz-menu .col-lg-15,
  .rtl-layout .cdz-menu .col-lg-16,
  .rtl-layout .cdz-menu .col-lg-17,
  .rtl-layout .cdz-menu .col-lg-18,
  .rtl-layout .cdz-menu .col-lg-19,
  .rtl-layout .cdz-menu .col-lg-20,
  .rtl-layout .cdz-menu .col-lg-21,
  .rtl-layout .cdz-menu .col-lg-22,
  .rtl-layout .cdz-menu .col-lg-23,
  .rtl-layout .cdz-menu .col-lg-24 {
    float: right;
  }
  .rtl-layout .cdz-menu .col-lg-1 {
    width: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-2 {
    width: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-3 {
    width: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-4 {
    width: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-5 {
    width: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-6 {
    width: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-7 {
    width: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-8 {
    width: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-9 {
    width: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-10 {
    width: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-11 {
    width: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-12 {
    width: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-13 {
    width: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-14 {
    width: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-15 {
    width: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-16 {
    width: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-17 {
    width: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-18 {
    width: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-19 {
    width: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-20 {
    width: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-21 {
    width: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-22 {
    width: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-23 {
    width: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-24 {
    width: 100%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-0 {
    left: 0%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-6 {
    left: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-12 {
    left: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-18 {
    left: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-24 {
    left: 100%;
  }
  .rtl-layout .cdz-menu .col-lg-push-0 {
    right: 0%;
  }
  .rtl-layout .cdz-menu .col-lg-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-3 {
    right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-6 {
    right: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-9 {
    right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-12 {
    right: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-15 {
    right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-18 {
    right: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-21 {
    right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-24 {
    right: 100%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-24 {
    margin-right: 100%;
  }
}
/*resize menu vertical*/
/*resize vertial menu*/
.cdz-vertical-menu .item.level0 > a.menu-link > span {
  max-width: 100%;
  display: inline-block;
}
.cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
  max-width: calc(100% - 50px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > span {
  max-width: calc(100% - 35px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
  max-width: calc(100% - 80px);
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow-x: hidden;
}
/*end resize menu vertical*/
@media (max-width: 1200px) and (min-width: 991px) {
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none;  */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0 > a.menu-link {
    font-size: 11px;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none; */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon {
    display: none;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
    border: none;
    max-width: calc(100% - 35px);
    padding-left: 17px !important;
  }
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.cat-tree-wrap li.item:not(.level1) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px auto;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/GDS/default/en_US/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/GDS/default/en_US/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/GDS/default/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: unset;
  margin-top: -30px;
  color: #000;
}
.fa {
  font-size: 25px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel],
[dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.wrapper .iti__flag.iti__be {
  width: 18px;
}
.wrapper .iti__flag.iti__ch {
  width: 15px;
}
.wrapper .iti__flag.iti__mc {
  width: 19px;
}
.wrapper .iti__flag.iti__ne {
  width: 18px;
}
.wrapper .iti__flag.iti__np {
  width: 13px;
}
.wrapper .iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.wrapper .iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.wrapper .iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.wrapper .iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.wrapper .iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.wrapper .iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.wrapper .iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.wrapper .iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.wrapper .iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.wrapper .iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.wrapper .iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.wrapper .iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.wrapper .iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.wrapper .iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.wrapper .iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.wrapper .iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.wrapper .iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.wrapper .iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.wrapper .iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.wrapper .iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.wrapper .iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.wrapper .iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.wrapper .iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.wrapper .iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.wrapper .iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.wrapper .iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.wrapper .iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.wrapper .iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.wrapper .iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.wrapper .iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.wrapper .iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.wrapper .iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.wrapper .iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.wrapper .iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.wrapper .iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.wrapper .iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.wrapper .iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.wrapper .iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.wrapper .iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.wrapper .iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.wrapper .iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.wrapper .iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.wrapper .iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.wrapper .iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.wrapper .iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.wrapper .iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.wrapper .iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.wrapper .iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.wrapper .iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.wrapper .iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.wrapper .iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.wrapper .iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.wrapper .iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.wrapper .iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.wrapper .iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.wrapper .iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.wrapper .iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.wrapper .iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.wrapper .iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.wrapper .iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.wrapper .iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.wrapper .iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.wrapper .iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.wrapper .iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.wrapper .iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.wrapper .iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.wrapper .iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.wrapper .iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.wrapper .iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.wrapper .iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.wrapper .iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.wrapper .iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.wrapper .iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.wrapper .iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.wrapper .iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.wrapper .iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.wrapper .iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.wrapper .iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.wrapper .iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.wrapper .iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.wrapper .iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.wrapper .iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.wrapper .iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.wrapper .iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.wrapper .iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.wrapper .iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.wrapper .iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.wrapper .iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.wrapper .iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.wrapper .iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.wrapper .iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.wrapper .iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.wrapper .iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.wrapper .iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.wrapper .iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.wrapper .iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.wrapper .iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.wrapper .iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.wrapper .iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.wrapper .iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.wrapper .iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.wrapper .iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.wrapper .iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.wrapper .iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.wrapper .iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.wrapper .iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.wrapper .iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.wrapper .iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.wrapper .iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.wrapper .iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.wrapper .iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.wrapper .iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.wrapper .iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.wrapper .iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.wrapper .iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.wrapper .iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.wrapper .iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.wrapper .iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.wrapper .iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.wrapper .iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.wrapper .iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.wrapper .iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.wrapper .iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.wrapper .iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.wrapper .iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.wrapper .iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.wrapper .iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.wrapper .iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.wrapper .iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.wrapper .iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.wrapper .iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.wrapper .iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.wrapper .iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.wrapper .iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.wrapper .iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.wrapper .iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.wrapper .iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.wrapper .iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.wrapper .iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.wrapper .iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.wrapper .iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.wrapper .iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.wrapper .iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.wrapper .iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.wrapper .iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.wrapper .iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.wrapper .iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.wrapper .iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.wrapper .iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.wrapper .iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.wrapper .iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.wrapper .iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.wrapper .iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.wrapper .iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.wrapper .iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.wrapper .iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.wrapper .iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.wrapper .iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.wrapper .iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.wrapper .iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.wrapper .iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.wrapper .iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.wrapper .iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.wrapper .iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.wrapper .iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.wrapper .iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.wrapper .iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.wrapper .iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.wrapper .iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.wrapper .iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.wrapper .iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.wrapper .iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.wrapper .iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.wrapper .iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.wrapper .iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.wrapper .iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.wrapper .iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.wrapper .iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.wrapper .iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.wrapper .iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.wrapper .iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.wrapper .iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.wrapper .iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.wrapper .iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.wrapper .iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.wrapper .iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.wrapper .iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.wrapper .iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.wrapper .iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.wrapper .iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.wrapper .iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.wrapper .iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.wrapper .iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.wrapper .iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.wrapper .iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.wrapper .iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.wrapper .iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.wrapper .iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.wrapper .iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.wrapper .iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.wrapper .iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.wrapper .iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.wrapper .iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.wrapper .iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.wrapper .iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.wrapper .iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.wrapper .iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.wrapper .iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.wrapper .iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.wrapper .iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.wrapper .iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.wrapper .iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.wrapper .iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.wrapper .iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.wrapper .iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.wrapper .iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.wrapper .iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.wrapper .iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.wrapper .iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.wrapper .iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.wrapper .iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.wrapper .iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.wrapper .iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.wrapper .iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.wrapper .iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.wrapper .iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.wrapper .iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.wrapper .iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.wrapper .iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.wrapper .iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.wrapper .iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.wrapper .iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.wrapper .iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.wrapper .iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.wrapper .iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.wrapper .iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.wrapper .iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.wrapper .iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.wrapper .iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.wrapper .iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.wrapper .iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.wrapper .iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.wrapper .iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.wrapper .iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.wrapper .iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.wrapper .iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.wrapper .iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.wrapper .iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.wrapper .iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.wrapper .iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.wrapper .iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.wrapper .iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.wrapper .iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.wrapper .iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.wrapper .iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.wrapper .iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.wrapper .iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.wrapper .iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.wrapper .iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.wrapper .iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.wrapper .iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.wrapper .iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.wrapper .iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.wrapper .iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}
.wrapper .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/GDS/default/en_US/GDS_Directory/images/flags.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper .iti__flag {
    background-image: url("../../frontend/GDS/default/en_US/GDS_Directory/images/flags@2x.png?1");
  }
}
.wrapper .iti__flag.iti__np {
  background-color: transparent;
}
.ms-options-wrap {
  position: relative;
}
.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}
.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}
.ms-options-wrap.ms-has-selections > button {
  color: #333;
}
.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
}
.ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}
.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}
.ms-options-wrap > .ms-options > .no-result-message {
  padding: 4px 5px;
  display: none;
}
.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}
.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}
.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}
.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}
.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}
.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.payouts .stripe-connect-banks .custom-section {
  padding: 16px 24px 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E8EAEB;
  margin-top: 24px;
}
.payouts .stripe-connect-banks .custom-section h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.payouts .stripe-connect-banks .custom-section .payouts-main {
  padding-top: 0;
}
.payouts .stripe-connect-banks .custom-section .payouts-main .payout-list .payout-info:after {
  display: none;
}
.payouts .stripe-connect-banks .custom-section .setup-payouts {
  margin-top: 20px;
  display: inline-flex;
  width: auto !important;
}
.payouts .stripe-connect-banks .custom-section .bank-accounts {
  padding-top: 0;
}
.payouts .stripe-connect-banks .custom-section div.table {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.payouts .stripe-connect-banks .custom-section div.table > div {
  border: 1px solid #E8EAEB;
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
.payouts .stripe-connect-banks .custom-section div.table > div h4 {
  font-size: 16px;
  color: #05383B;
  margin-top: 0;
}
.payouts .stripe-connect-banks .custom-section div.table p {
  display: flex;
  flex-direction: row;
}
.payouts .stripe-connect-banks .custom-section div.table p span:first-child {
  min-width: 150px;
  color: #687385FF;
}
.payouts .stripe-connect-banks .custom-section div.table p span:first-child:after {
  content: ":";
  display: inline-block;
}
.payouts .stripe-connect-banks .custom-section div.table p span:last-child {
  word-break: break-word;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://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;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 8.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 8.5px;
}
.block-category-event .block-title {
  margin: 0 0 8.5px;
}
.block-category-event .block-title strong {
  font-size: 1.71428571rem;
  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: 2.05714286rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1.14285714rem;
  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: 2.05714286rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 34px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 2.05714286rem;
  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: 34px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.25px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 17px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 8.5px auto 4.25px;
}
.cart-summary .paypal + .paypal {
  margin-top: 21.25px;
}
.paypal-review .actions-toolbar {
  margin-top: 8.5px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 8.5px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.74285714rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 25.5px;
}
.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 #f6f6f6;
  margin: 0 0 34px;
  padding: 8.5px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/GDS/default/en_US/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/GDS/default/en_US/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: 8.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 12.25px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 8.5px 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: 8.5px;
  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 8.5px 4.25px 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: 0 0 3px 1px false;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 11px;
  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 #ff5501;
  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 #c34000;
}
.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/GDS/default/en_US/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: 4.25px;
  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:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 17px 0;
}
.swatch-opt-listing {
  margin-bottom: 8.5px;
}
.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 {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.25714286rem;
}
.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: 8.5px;
  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 17px;
  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: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 17px;
  padding-top: 8.5px;
}
.block-cart-failed {
  margin: 34px 0;
}
.block-cart-failed .block-title {
  font-size: 2.62857143rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 8.5px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 25.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 34px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 0rem;
  margin-bottom: 1.94285714rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 25.5px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 17px;
}
.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: 25.5px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 2.42857143rem;
  margin-bottom: 1.94285714rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 21.25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 17px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.25px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 25.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 2.42857143rem;
  margin-bottom: 1.94285714rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 17px;
}
.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: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 17px;
  margin-top: 17px;
}
.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 #f6f6f6;
  clear: left;
  margin: 0 0 34px;
  padding-top: 17px;
}
.products {
  margin: 25.5px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  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: 4.25px 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;
}
.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 > .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: 8.5px;
  padding-right: 24px;
  padding-top: 8.5px;
}
.product-item-description {
  margin: 21.25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 11px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 8.5px 0 21.25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 11px;
}
.product-item .old-price {
  margin: 4.25px 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: 4.25px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.48571429rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 8.5px;
  padding-top: 8.5px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.6rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 4.25px;
}
.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.25714286rem;
}
.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 25.5px 25.5px 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: 25.5px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(246, 246, 246, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  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: 21.25px;
}
.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 4.25px 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: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e614';
}
.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: 17px;
}
.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: 8.5px 0;
  color: #7d7d7d;
  font-size: 1.25714286rem;
}
.product.media .product.thumbs {
  margin: 8.5px 0 21.25px;
}
.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 4.25px 8.5px 4.25px;
}
.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 25.5px 8.5px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 12.75px;
  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: 4.25px;
}
.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.6rem;
}
.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.6rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.51428571rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2.28571429rem;
  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: 8.5px;
  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: 4.25px;
}
.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: 17px 0;
}
.product-info-main .product.alert {
  margin: 8.5px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 12.75px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 17px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.6rem;
  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: 8.5px;
}
.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.25714286rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.25px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 8.5px;
  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: 4.25px;
}
.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.37142857rem;
  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.37142857rem;
  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: '\e61e';
}
.prices-tier {
  margin-bottom: 12.75px;
}
.prices-tier .item {
  margin-bottom: 8.5px;
}
.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: #89b740;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #89b740;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  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: #89b740;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 17px;
  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: 8.5px;
}
.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: -4.25px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.25px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 8.5px;
}
.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 #f6f6f6;
}
.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 #f6f6f6;
}
.table-comparison .cell.attribute {
  font-size: 1.48571429rem;
}
.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 #f6f6f6;
}
.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.37142857rem;
  padding: 4.25px 8px;
  font-size: 1.25714286rem;
}
.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: '\e615';
  font-family: 'luma-icons';
  margin: 0 8.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 #f6f6f6;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.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 #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 4.25px 34px 4.25px 8.5px;
  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: 4.25px;
}
.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: 8.5px;
}
.search.found {
  margin-bottom: 8.5px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 21.25px;
  padding: 1px 0 21.25px;
}
.cart-summary > .title {
  font-size: 2.74285714rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 21.25px;
}
.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,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.6rem;
  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: 17px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 21.25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 17px;
}
.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 #f6f6f6;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #f6f6f6;
  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 8.5px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 17px 11px 8.5px;
  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: 2.05714286rem;
  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 8.5px 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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 21.25px;
}
.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: 2.05714286rem;
  display: block;
  margin: -3px 0 4.25px;
}
.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: 17px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 8.5px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 17px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 21.25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #f6f6f6;
}
.cart-discount {
  border-bottom: 1px solid #f6f6f6;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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 8.5px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 8.5px 8.5px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 25.5px 0 17px;
  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 8.5px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  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: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px 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 #bbbbbb 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 17px;
}
.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;
  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 > 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: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #ff5501;
  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 #cccccc;
  margin: 0 -17px;
  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: 17px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 4.25px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 8.5px;
}
.minicart-items .product-item-name a {
  color: #89b740;
}
.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: 4.25px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.25714286rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 8.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 4.25px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 4.25px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.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: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.25714286rem;
  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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-wrapper .product-image-wrapper {
  border-radius: 8px;
}
.minicart-wrapper .product-image-wrapper img {
  border-radius: 8px;
  height: auto !important;
  margin: 0;
}
.minicart-wrapper .product .actions .primary {
  display: none;
}
.minicart-wrapper .product .actions .action.delete {
  background: #ffffff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  line-height: 18px;
}
.minicart-wrapper .product .actions .action.delete:before {
  color: #05383b;
  font-size: 2.05714286rem;
  font-weight: 400;
  font-family: 'icomoon';
  height: auto;
  width: auto;
  clip: auto;
  margin: 0;
  position: static;
  content: "\e91f";
}
.minicart-wrapper .product .actions .action.delete:hover:before {
  color: #4AA568;
}
.minicart-wrapper .action.close:before {
  color: #05383b;
  font-size: 1.82857143rem;
  font-family: 'icomoon';
  content: "\e907";
  line-height: 40px;
}
.minicart-wrapper .action.close:hover:before {
  color: #4aa568;
}
.minicart-wrapper .block-minicart {
  color: #333;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  color: #000000;
  border-bottom: 1px solid #dddddd;
  margin: 0 -15px 15px;
  padding: 0 15px 16px;
  display: block;
}
.minicart-wrapper .block-minicart .block-title span.qty {
  font-size: 1.37142857rem;
  font-weight: 400;
  display: inline;
  padding-left: 5px;
  display: none;
}
.minicart-wrapper .block-minicart .block-title span.qty:before {
  content: "(";
}
.minicart-wrapper .block-minicart .block-title span.qty:after {
  content: ")";
}
.minicart-wrapper .block-minicart .block-title span.text {
  font-size: 2.05714286rem;
  font-weight: 600;
  color: #05383b;
}
.minicart-wrapper .block-minicart .block-title span.qty.empty {
  display: none;
}
.minicart-items .product-item-details .price {
  font-size: 1.82857143rem;
}
.minicart-items .product-item-details .price-including-tax {
  margin: 2px 0 1px;
}
.minicart-items .product-item-details .price-excluding-tax {
  margin: 2px 0 1px;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0;
  padding: 0;
}
.minicart-items .product-item-details .details-qty .label {
  display: none;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e8eaeb;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  background: #359555;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  border: 0;
  height: 44px;
  font-size: 16px;
  border-radius: 4px;
}
.block-minicart .block-content > .actions > .secondary {
  margin: 0;
  position: static;
  height: auto;
  width: auto;
  clip: auto;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  line-height: 20px;
  width: auto;
  min-width: 140px;
  display: block;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  color: #05383b;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  margin-top: 16px;
  text-decoration: none;
}
.block-minicart .product.options.list {
  font-size: 1.37142857rem;
  line-height: 1.2;
}
.block-minicart .items-total .count {
  padding-bottom: 10px;
  display: block;
}
.block-minicart .amount .price-wrapper:first-child .price {
  color: #05383b;
  font-weight: 400;
}
.block-minicart .product-image-container {
  width: 60px !important;
  max-width: 60px;
}
.block-minicart .minicart-items .product-item-name {
  padding: 0;
  white-space: normal;
  overflow: visible;
  max-width: 100%;
  line-height: 22px;
  font-size: 16px;
  width: auto;
  padding-right: 10px;
}
.block-minicart .minicart-items .product-item-name a {
  color: #05383b;
  font-weight: 400;
}
.block-minicart .minicart-items .product-item-details {
  padding: 0px 3px 0 8px;
  flex-direction: column;
}
.block-minicart .minicart-items .product-item-details .details-qty {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
.block-minicart .minicart-items .action.edit > span {
  display: none;
}
.block-minicart .minicart-items .action.delete > span {
  display: none;
}
.block-minicart .product-item-pricing {
  padding-top: 8px;
  padding-bottom: 0;
}
.block-minicart .product-item-pricing .old-price {
  margin: 0;
  order: 2;
}
.block-minicart .product-item-pricing .old-price .price {
  color: #7a8587;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px !important;
  padding-left: 4px;
}
.block-minicart .product-item-pricing .price {
  margin: 0;
}
.block-minicart .product-item-sku {
  display: none;
}
.block-minicart .price-wrapper .minicart-price .price {
  color: #05383b;
  font-size: 16px !important;
  font-weight: 600;
}
.block-minicart .price-wrapper .price {
  color: #05383b;
  font-size: 16px !important;
}
.block-minicart .minicart-qty-box {
  border: 1px solid #d3d8db;
  width: 56px;
  height: 44px;
  position: relative;
  border-radius: 4px;
}
.block-minicart .minicart-qty-box input.item-qty {
  width: 35px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.block-minicart .minicart-qty-box .more {
  width: 20px;
  height: 50%;
  border-left: 1px solid #d3d8db;
  border-bottom: 1px solid #d3d8db;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0;
}
.block-minicart .minicart-qty-box .more:before {
  content: "";
  border: 5px solid transparent;
  border-bottom: 5px solid #05383b;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 2px;
}
.block-minicart .minicart-qty-box .less {
  width: 20px;
  height: 50%;
  border-left: 1px solid #d3d8db;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
}
.block-minicart .minicart-qty-box .less:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #05383b;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  bottom: 3px;
}
.block-minicart .product-name-section {
  display: flex;
  justify-content: space-between;
}
.block-minicart .price-wrapper .price {
  padding-left: 0;
}
.block-minicart .product.options {
  color: #7A8587;
  font-size: 16px;
  padding: 4px 0 0;
}
.block-minicart .product.options.list {
  margin: 0;
  font-size: 16px;
}
.block-minicart .product.options dt {
  line-height: 1;
}
.block-minicart .product.options dt:after {
  padding-left: 3px;
}
.block-minicart .product.options .toggle {
  padding: 0;
}
.header-section .minicart-wrapper .product .actions {
  top: auto;
  bottom: 0px;
  right: 0;
  width: auto;
  margin: 0;
  line-height: 1;
}
.header-section .minicart-wrapper .product .values {
  font-size: 1.6rem;
  line-height: 16px;
  margin: 0;
}
.header-section .minicart-wrapper:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 99;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  display: block;
}
.header-section .minicart-wrapper .ui-dialog {
  background: #ffffff;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  z-index: 100;
  padding: 15px;
  transition: all .4s;
  transform: translateX(100%);
  display: block !important;
  z-index: 9999999999;
}
.header-section .minicart-wrapper .block-minicart {
  width: 100%;
  top: 0;
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  margin-right: 0;
  right: 0;
  position: relative;
}
.header-section .minicart-wrapper .block-minicart .block-content > .action.close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  border: 0;
  outline: none;
  display: block;
  top: -5px;
  right: 5px;
  width: auto;
  height: auto;
  clip: auto;
}
.header-section .minicart-wrapper .block-minicart .block-content > .action.close span {
  display: none;
}
.header-section .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  margin: 0;
  max-height: unset;
  padding: 0;
}
.header-section .minicart-wrapper .block-minicart .subtotal {
  color: #05383b;
  border-top: 1px solid #e8eaeb;
  font-size: 16px;
  margin: 20px 0 0;
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.header-section .minicart-wrapper .block-minicart .subtotal .label {
  font-weight: 300;
  font-size: 16px;
  margin-top: 0;
}
.header-section .minicart-wrapper.active:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.header-section .minicart-wrapper.active .ui-dialog {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.minicart-items-wrapper {
  max-height: 500px;
}
.header-container .header.sticky {
  z-index: 9999999999;
  -webkit-animation-name: none;
}
.minicart-items .update-cart-item {
  background: #359555;
  color: #ffffff;
  margin: 3px 0 0;
  vertical-align: top;
  padding: 6px 10px;
  line-height: 1.1;
}
.minicart-items .update-cart-item:hover {
  background: #257540;
}
@media (max-width: 768px) {
  .header-section .minicart-wrapper .ui-dialog {
    max-width: 100%;
  }
  .block-minicart .minicart-items .product-item-details {
    display: flex !important;
    margin-right: 5px;
    padding: 0 0 0 8px !important;
  }
  .block-minicart .minicart-items .product-item-name {
    width: 100% !important;
  }
  .block-minicart .minicart-items .product-item-name a {
    color: #05383b !important;
    white-space: normal;
    font-weight: 400 !important;
  }
  .block-minicart .subtotal .price-wrapper .price {
    font-weight: 400 !important;
  }
  .block-minicart .price-wrapper .price {
    padding: 0 !important;
    color: #05383b !important;
  }
  .block-minicart .minicart-qty-box input.item-qty {
    width: 35px !important;
    height: 100% !important;
  }
  .block-minicart .product-item-pricing {
    padding: 0px !important;
    padding-top: 8px !important;
  }
  .header-content-top-search-section .actions {
    z-index: 0 !important;
  }
  .sections.nav-sections {
    display: none;
  }
  .block-content > .actions > .secondary {
    position: initial !important;
    overflow: initial !important;
    width: 100% !important;
  }
  .block-content > .actions > .primary .action.primary,
  .block-content > .actions > .primary .amshopby-button,
  .block-content > .actions > .primary .am-filter-go {
    background-image: none !important;
  }
}
.modal-popup.confirm .modal-footer {
  border: 0;
  display: flex;
  justify-content: flex-end;
  padding: 30px 20px 20px;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept {
  background: #257540;
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-radius: 4px;
  min-width: 100px;
  color: #ffffff;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept:hover {
  background: #359555;
}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss {
  padding: 10px 16px 10px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  background: #ffffff;
  order: 1;
  margin-left: 10px;
  border: 0;
}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss:hover {
  text-decoration: underline;
}
.modal-popup.confirm .modal-inner-wrap {
  transform: translateY(-50%);
  margin: 0 auto;
  border-radius: 4px;
  top: 50%;
}
.modal-popup.confirm .modal-inner-wrap header.modal-header {
  border: 0;
}
.modal-popup.confirm .modal-content {
  color: #05383b;
  font-size: 16px;
}
.modals-overlay {
  background-color: #033033;
  opacity: 0.5;
}
.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/GDS/default/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 8.5px;
  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;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.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: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 8.5px 21.25px 8.5px 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: 8.5px;
}
.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: 8.5px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 8.5px;
}
._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: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 17px;
  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: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 17px;
}
.opc-wrapper {
  margin: 0 0 17px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 34px;
}
.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: #f4f4f4;
  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 4.25px;
}
.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;
}
.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:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 8.5px;
  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: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 12.25px;
  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: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  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: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    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: 12.25px;
  margin-top: 8.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 12.25px;
  line-height: 30px;
  margin: 0 0 17px;
  padding: 17px 30.5px 17px 17px;
  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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  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 17px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.25px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 17px 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: 17px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 17px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 17px;
  padding-top: 17px;
}
.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: 8.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #89b740;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 25.5px;
}
.opc-block-shipping-information {
  padding: 0 25.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 17px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 8.5px;
  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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #757575;
}
.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 17px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 17px;
  padding: 22px 25.5px;
}
.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.6rem;
  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 #f6f6f6;
  padding: 8.5px 34px 8.5px 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: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 8.5px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 2.05714286rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.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 8.5px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 4.25px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.82857143rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1.14285714rem;
}
.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 #f6f6f6;
  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: 21.25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -51px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.82857143rem;
  border-bottom: 0;
  margin-bottom: 21.25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 4.25px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 21.25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 8.5px;
}
.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: 34px;
  padding-top: 34px;
  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: 17px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.25px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.25px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 17px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 17px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 17px 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 8.5px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 17px;
}
.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: 17px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 17px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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: 17px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #89b740;
  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: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 8.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 17px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 17px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.25px 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: 4.25px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.25px;
  padding-right: 4.25px;
}
.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: 17px;
}
.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: 17px;
}
.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.25714286rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 25.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 17px;
}
.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: 2.05714286rem;
}
.login-container .fieldset:after {
  margin: 8.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.25714286rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 17px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.25px;
}
.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: 8.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.25714286rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 8.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.25714286rem;
}
.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: 17px;
}
.account .column.main {
  margin-bottom: 25.5px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 34px;
}
.account .table-wrapper {
  margin-bottom: 17px;
  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 {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 8.5px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.94285714rem;
  margin-bottom: 1.94285714rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 4.25px;
}
.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: 32px;
  line-height: 32px;
  padding: 10px 10px;
  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: 8.5px;
}
.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: -8.5px;
  font-size: 3.65714286rem;
  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: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 21.25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 8.5px;
}
.samples-item {
  margin: 0 0 8.5px;
}
.field.downloads {
  margin-bottom: 8.5px;
}
.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.6rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 8.5px;
  padding-bottom: 8.5px;
  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: #89b740;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #89b740;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #000000;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  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: 17px !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: 4.25px;
}
.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: 17px;
  margin-top: 17px;
}
.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: 25.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 17px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 17px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 8.5px;
}
.gift-message .field {
  margin-bottom: 17px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 17px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 17px;
}
.gift-options-content .fieldset {
  margin: 0 0 17px;
}
.gift-summary {
  margin-top: 8.5px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 17px;
  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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.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: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 8.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.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: 17px 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: '\e621';
}
.gift-item-block .title {
  color: #89b740;
  cursor: pointer;
  margin: 0;
  padding: 8.5px 34px 8.5px 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: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 8.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 8.5px 0 17px;
  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: 8.5px 0;
}
.gift-messages-order {
  margin-bottom: 21.25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 34px;
}
.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: #89b740;
}
.table-giftregistry-items .product-image {
  margin-right: 8.5px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.25px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 8.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 51px;
}
.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 21.25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #f6f6f6;
}
.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: 2.05714286rem;
  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: 8.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 2.05714286rem;
  display: block;
  margin: 0 0 4.25px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 8.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 16px;
  margin: 17px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 17px 0 8.5px;
  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: #464646;
  content: '\e629';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 8.5px 8.5px 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: 8.5px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.25px 0 0 4.25px;
  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: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 8.5px 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 {
  margin: 17px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 8.5px 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: 17px;
}
.order-options .product {
  margin-bottom: 8.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 8.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 8.5px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 8.5px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.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: 8.5px;
}
.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: 17px;
}
.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: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(246, 246, 246, 0.3);
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 8.5px;
  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 4.25px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #f6f6f6;
  font-size: 12.25px;
  font-weight: 600;
  line-height: 1em;
  padding: 8.5px 8.5px 17px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 4.25px 8.5px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 8.5px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 21.25px;
  padding: 0 8.5px;
}
.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 #f6f6f6;
  padding-bottom: 8.5px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 8.5px 38.5px 0 8.5px;
  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: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 8.5px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 8.5px 0;
}
.filter-options-content a {
  color: #464646;
  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: 8.5px;
}
.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: 8.5px;
  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-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 2.42857143rem;
  margin-bottom: 1.94285714rem;
}
.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;
  right: 8.5px;
  top: 8.5px;
}
.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: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 17px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 17px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 8.5px;
}
.map-popup .map-msrp {
  margin-bottom: 8.5px;
}
.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: 8.5px;
}
.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;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #89b740;
  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:visited {
  color: #89b740;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  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: #89b740;
  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: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px 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 #bbbbbb 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 {
  content: '\e600';
}
.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: #89b740;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #89b740;
}
.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-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 2.42857143rem;
  margin-bottom: 1.94285714rem;
}
.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;
  right: 8.5px;
  top: 8.5px;
}
.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: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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.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: #89b740;
}
.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: 8.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 8.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 17px;
}
.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: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 4.25px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 17px;
}
.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: 17px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 51px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 17px;
  font-size: 2.51428571rem;
}
.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: 17px;
}
.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 8.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 8.5px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #89b740;
}
.block-wishlist-info-items .action.towishlist {
  padding: 8.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 17px;
  margin-top: 25.5px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.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: 21.25px;
  padding-left: 13px;
}
.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: 8.5px;
}
.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: 8.5px;
}
.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: 25.5px;
}
.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: 8.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 34px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 21.25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 8.5px;
}
.multicheckout .item-options {
  margin: 8.5px 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 #f6f6f6;
  padding-bottom: 8.5px;
}
.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.74285714rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 34px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 8.5px;
  margin-top: -8.5px;
}
.multicheckout .box-title span {
  margin-right: 8.5px;
}
.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 4.25px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.17142857rem;
  margin-bottom: 34px;
}
.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: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 88px;
  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;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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;
  color: #89b740;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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 {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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 {
  color: #89b740;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.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 17px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 17px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #f6f6f6;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.62857143rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #f6f6f6;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #f6f6f6;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 17px;
  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: 8.5px;
  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: 40.8px;
  margin-top: 8.5px;
}
.review-list {
  margin-bottom: 25.5px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.62857143rem;
  margin-top: 2.42857143rem;
  margin-bottom: 1.94285714rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 17px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 8.5px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.82857143rem;
  margin-top: 1.94285714rem;
  margin-bottom: 0.97142857rem;
  margin: 0 0 17px;
}
.review-content {
  margin-bottom: 17px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.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: 17px;
}
.product-reviews-summary {
  margin-bottom: 4.25px;
}
.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: 9px;
  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: 17px;
}
.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: 4.25px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 8.5px;
  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: 17px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 8.5px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.82857143rem;
  margin-top: 1.94285714rem;
  margin-bottom: 0.97142857rem;
  font-weight: 600;
  margin-bottom: 17px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 17px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 2.05714286rem;
  margin-bottom: 21.25px;
}
.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: 21.25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 8.5px;
}
.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: 17px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 25.5px 0 0;
  padding: 0;
  color: #89b740;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #89b740;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #000000;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  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: #89b740;
  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: 34px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #f6f6f6;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #ffffff;
  color: #6d6d6d;
  border: 1px solid #f6f6f6;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #f6f6f6;
  margin-bottom: 34px;
  padding: 8.5px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 8.5px;
}
.order-details-items .order-title > strong {
  font-size: 2.74285714rem;
  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: 25.5px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #f6f6f6;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #f6f6f6;
}
.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: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 2.05714286rem;
}
.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 #f6f6f6;
}
.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: 17px;
}
.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: '\e61d';
}
.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;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #89b740;
  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:visited {
  color: #89b740;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  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: #89b740;
  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;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #89b740;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 17px;
}
.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:visited {
  color: #89b740;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  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: #89b740;
  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;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 {
  border-top: 1px solid #f6f6f6;
}
.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 {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #f6f6f6;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #f6f6f6;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 8.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 8.5px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 8.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 8.5px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .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: 21.25px;
}
.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: 8.5px;
}
.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: 8.5px 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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.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: #89b740;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #89b740;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 8.5px 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-header {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 17px;
}
.page-header .panel.wrapper {
  background-color: rgba(255, 255, 255, 0);
  color: #333333;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 17px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 12.25px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #333333;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #333333;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #333333;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #333333;
  text-decoration: underline;
}
.header.content {
  padding-top: 8.5px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 8.5px 34px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 25.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 8.5px;
  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 {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #89b740;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 8.5px;
}
.message.global.demo {
  margin: 0 0 8.5px;
  padding: 12px 17px 12px 21.25px;
  display: block;
  font-size: 1.48571429rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #89b740;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 21.25px;
}
.footer.content {
  border-top: 1px solid #306029;
  padding-top: 17px;
}
.footer.content .links > li {
  background: #1e3c1a;
  font-size: 1.82857143rem;
  border-top: 1px solid #306029;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 8.5px 0;
}
.footer.content .links strong {
  color: #ffffff;
  font-weight: normal;
}
.footer.content .links a {
  color: #ffffff;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #ffffff;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #ffffff;
  text-decoration: underline;
}
.copyright {
  background-color: transparent;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 8.5px;
  text-align: center;
}
.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 {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .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: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 > 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 .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: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px 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 #bbbbbb 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-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 34px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 17px 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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 17px;
}
.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: 17px;
}
.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.37142857rem;
}
.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: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e608';
}
.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: 2.05714286rem;
  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.97142857rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.48571429rem;
}
.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: 2.05714286rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 2.05714286rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.48571429rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 8.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 8.5px 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: #89b740;
  border: 1px solid #89b740;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #7ba439;
  border: 1px solid #7ba439;
  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: 17px;
}
.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: 17px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 17px;
}
.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: 8.5px;
  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: 17px;
}
.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: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 17px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 8.5px 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;
}
.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: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -8.5px;
    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 #f6f6f6;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    padding: 8.5px 34px 8.5px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 17px;
    top: 8.5px;
  }
  .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: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -8.5px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 8.5px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    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: 15px;
    padding-right: 15px;
  }
  .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: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .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: 4.25px;
  }
  .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: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 8.5px 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: #575757;
    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: #7ba439;
    border: solid #6d9133;
    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: 21.25px 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: #89b740;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 8.5px;
    padding-right: 0;
    padding-bottom: 8.5px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.82857143rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 34px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #89b740;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    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: #89b740;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
  }
  .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: #89b740;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    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: 12.25px;
    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;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 33.5px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .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 17px 17px;
  }
  .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: 8.5px;
  }
  .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 21.25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #f6f6f6;
  }
  .cart.table-wrapper {
    border-top: 1px solid #f6f6f6;
  }
  .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: 8.5px;
  }
  .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: 17px;
  }
  .field-tooltip .field-tooltip-content {
    right: -8.5px;
    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 17px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 8.5px;
  }
  .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 17px;
  }
  .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: 4.25px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 17px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 8.5px;
  }
  .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: 8.5px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2.28571429rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.37142857rem;
    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: #757575;
    content: '\e629';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.25px 14px -1px -15px;
    padding: 4px 8.5px 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: #757575;
    content: '\e628';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 17px;
    padding-bottom: 8.5px;
  }
  .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: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .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: 34px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #f6f6f6;
    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: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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 -8.5px 21.25px;
  }
  .filter-options-content {
    padding: 4.25px 8.5px;
  }
  .filter .filter-current {
    border: solid #f6f6f6;
    border-width: 1px 0;
    margin: 4.25px -8.5px 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: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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: '\e621';
  }
  .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: 17px;
  }
  .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: 8.5px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.82857143rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f6f6f6;
    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: #333333;
    display: block;
    padding: 4.25px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.97142857rem;
  }
  .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: 21.25px;
  }
  .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: 34px;
  }
  .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: 4.25px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .products-grid.wishlist {
    margin-bottom: 25.5px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 17px 0 17px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 17px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.82857143rem;
  }
  .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: 17px;
  }
  .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: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #f6f6f6;
    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.82857143rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.82857143rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #1e3c1a;
    font-size: 1.82857143rem;
    margin: 0 -15px;
  }
  .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 #306029;
    display: block;
    padding: 8.5px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 8.5px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .cms-page-view .page-main {
    padding-top: 41px;
    position: relative;
  }
  .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;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .section {
    background-color: #ffffff;
  }
  .section .top-small-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .section .container {
    margin-top: 30px;
  }
  .section .contents {
    display: block;
  }
  .section .contents-right,
  .section .contents-left {
    width: 100%;
    padding: 0 15px;
  }
  .section .top-contents::after {
    margin-top: 28px;
  }
  .section .top-big-title {
    font-size: 19px;
  }
  .section .top-contents.view-all {
    padding: 10px 20px;
    padding-bottom: 10px;
    letter-spacing: 0;
  }
  .section .width-small-title {
    width: 70%;
  }
  .section .icon-view-delete {
    width: 30%;
    display: block;
    margin-top: 0;
  }
  .section .icon-view-delete a {
    display: inline-block;
  }
  .section .icon-view-delete .icon-view {
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .section .homepasge-section__search {
    margin-top: 0;
  }
  .section .slider,
  .section .place-quick-links {
    width: 100%;
  }
  .section .caption-contents {
    padding: 20px 20px 0 20px;
  }
  .section .slider {
    margin-bottom: 10px;
  }
  .section .place-quick-links {
    height: 250px;
  }
  .section .homepasge-section__products {
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: :0;
  }
  .section .container-item {
    display: block;
  }
  .section .container-place-item {
    width: 100%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    margin-top: 20px;
  }
  .section .item-chips {
    padding: 5px 40px 0;
  }
  .section .product-name {
    margin-top: 10px;
  }
  .section .place-item-form {
    margin-top: 10px;
  }
}
@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 {
    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 {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .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 {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .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 {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 8.5px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .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 {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 8.5px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 8.5px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.25px;
    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.82857143rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 4.25px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 8.5px;
    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: -17px;
  }
  .abs-col-no-prefix:before,
  .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 {
    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 {
    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: -9px 0 8.5px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .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 #f6f6f6;
    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) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .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 {
    border-bottom: none;
    display: block;
    padding: 4.25px 8.5px;
  }
  .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 {
    padding-right: 8.5px;
    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 {
    background-color: #ffffff;
  }
  .table-wrapper .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 {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
  }
  .table-wrapper .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 {
    border: none;
    padding: 0 0 4.25px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .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 {
    padding-top: 17px;
  }
  .table-wrapper .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 {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.82857143rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 8.5px;
  }
  .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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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;
  }
  .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: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 8.5px 8.5px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -8.5px 0;
    width: calc(100% + 2*8.5px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 8.5px;
  }
  .product-info-price > *:last-child {
    padding-right: 8.5px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .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: #f4f4f4;
    margin: 17px -15px 15px;
    padding: 17px 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 30.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 37.5px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 8.5px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 25.5px;
  }
  .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: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 17px;
    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: 17px;
    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: 21.25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.25px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 21.25px -8.5px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 17px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 8.5px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #f6f6f6;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #f6f6f6;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 8.5px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .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: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.25px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 34px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .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 {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 21.25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 21.25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.25px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.25px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 17px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 8.5px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.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: 8.5px;
  }
  .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 {
    padding: 0 10px 15px;
  }
  .order-details-items .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.37142857rem;
    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 {
    display: none;
  }
  .my-credit-cards .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 {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #89b740;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #89b740;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 10px;
    float: right;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .payouts .stripe-connect-banks .custom-section div.table p {
    flex-direction: column;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .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: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #f6f6f6;
  }
  .table > tbody + tbody {
    border-top: 1px solid #f6f6f6;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    display: inline-block;
    width: 13px;
    height: 25px;
    margin-top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .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;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #89b740;
    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:visited {
    color: #89b740;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #000000;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    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: #89b740;
    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: -8.5px 0 8.5px;
  }
  .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: 17px;
    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 8.5px;
  }
  .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: 17px 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: 21.25px;
    padding-right: 21.25px;
    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: 21.25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 34px;
    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;
    min-width: 246px;
    padding-right: 34px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0px;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0px;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.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%;
}
body {
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.breadcrumbs .items > li {
  font-size: 1.6rem;
  color: #7a8587;
  line-height: 1.1;
}
.breadcrumbs .items > li a {
  color: #05383b;
}
html,
.communication-view-top,
.communication-view,
.send-message textarea,
.importcsv-popup .validation-message,
.sidebar .myaccount-sidebar,
.filter-options-content,
.table-wrapper,
.editProfile-page,
.csv-samples-table,
.import-csv-popup,
.ms-options,
.refund-order-popup-content,
.cancel-order-popup-content,
.create-product-configurations-popup .admin__fieldset-options,
.admin__action-multiselect-menu-inner,
.modal-popup.order-export-popup .modal-inner-wrap,
.marketplace-product-add .modal-slide,
.marketplace-product-add .modal-popup,
.marketplace-product-edit .modal-slide,
.marketplace-product-edit .modal-popup,
.wk-mp-model-popup .fieldset,
.admin__data-grid-wrap,
.minicart-items-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #dcdcdc #ffffff;
}
html::-webkit-scrollbar,
.communication-view-top::-webkit-scrollbar,
.communication-view::-webkit-scrollbar,
.send-message textarea::-webkit-scrollbar,
.importcsv-popup .validation-message::-webkit-scrollbar,
.sidebar .myaccount-sidebar::-webkit-scrollbar,
.filter-options-content::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar,
.editProfile-page::-webkit-scrollbar,
.csv-samples-table::-webkit-scrollbar,
.import-csv-popup::-webkit-scrollbar,
.ms-options::-webkit-scrollbar,
.refund-order-popup-content::-webkit-scrollbar,
.cancel-order-popup-content::-webkit-scrollbar,
.create-product-configurations-popup .admin__fieldset-options::-webkit-scrollbar,
.admin__action-multiselect-menu-inner::-webkit-scrollbar,
.modal-popup.order-export-popup .modal-inner-wrap::-webkit-scrollbar,
.marketplace-product-add .modal-slide::-webkit-scrollbar,
.marketplace-product-add .modal-popup::-webkit-scrollbar,
.marketplace-product-edit .modal-slide::-webkit-scrollbar,
.marketplace-product-edit .modal-popup::-webkit-scrollbar,
.wk-mp-model-popup .fieldset::-webkit-scrollbar,
.admin__data-grid-wrap::-webkit-scrollbar,
.minicart-items-wrapper::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}
html::-webkit-scrollbar-track,
.communication-view-top::-webkit-scrollbar-track,
.communication-view::-webkit-scrollbar-track,
.send-message textarea::-webkit-scrollbar-track,
.importcsv-popup .validation-message::-webkit-scrollbar-track,
.sidebar .myaccount-sidebar::-webkit-scrollbar-track,
.filter-options-content::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track,
.editProfile-page::-webkit-scrollbar-track,
.csv-samples-table::-webkit-scrollbar-track,
.import-csv-popup::-webkit-scrollbar-track,
.ms-options::-webkit-scrollbar-track,
.refund-order-popup-content::-webkit-scrollbar-track,
.cancel-order-popup-content::-webkit-scrollbar-track,
.create-product-configurations-popup .admin__fieldset-options::-webkit-scrollbar-track,
.admin__action-multiselect-menu-inner::-webkit-scrollbar-track,
.modal-popup.order-export-popup .modal-inner-wrap::-webkit-scrollbar-track,
.marketplace-product-add .modal-slide::-webkit-scrollbar-track,
.marketplace-product-add .modal-popup::-webkit-scrollbar-track,
.marketplace-product-edit .modal-slide::-webkit-scrollbar-track,
.marketplace-product-edit .modal-popup::-webkit-scrollbar-track,
.wk-mp-model-popup .fieldset::-webkit-scrollbar-track,
.admin__data-grid-wrap::-webkit-scrollbar-track,
.minicart-items-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
html::-webkit-scrollbar-thumb,
.communication-view-top::-webkit-scrollbar-thumb,
.communication-view::-webkit-scrollbar-thumb,
.send-message textarea::-webkit-scrollbar-thumb,
.importcsv-popup .validation-message::-webkit-scrollbar-thumb,
.sidebar .myaccount-sidebar::-webkit-scrollbar-thumb,
.filter-options-content::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb,
.editProfile-page::-webkit-scrollbar-thumb,
.csv-samples-table::-webkit-scrollbar-thumb,
.import-csv-popup::-webkit-scrollbar-thumb,
.ms-options::-webkit-scrollbar-thumb,
.refund-order-popup-content::-webkit-scrollbar-thumb,
.cancel-order-popup-content::-webkit-scrollbar-thumb,
.create-product-configurations-popup .admin__fieldset-options::-webkit-scrollbar-thumb,
.admin__action-multiselect-menu-inner::-webkit-scrollbar-thumb,
.modal-popup.order-export-popup .modal-inner-wrap::-webkit-scrollbar-thumb,
.marketplace-product-add .modal-slide::-webkit-scrollbar-thumb,
.marketplace-product-add .modal-popup::-webkit-scrollbar-thumb,
.marketplace-product-edit .modal-slide::-webkit-scrollbar-thumb,
.marketplace-product-edit .modal-popup::-webkit-scrollbar-thumb,
.wk-mp-model-popup .fieldset::-webkit-scrollbar-thumb,
.admin__data-grid-wrap::-webkit-scrollbar-thumb,
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.rating-summary .rating-result {
  width: 100px;
}
.rating-summary .rating-result:before {
  font-family: 'icomoon';
  color: #fbcc54;
  content: '\e933' '\e933' '\e933' '\e933' '\e933';
  letter-spacing: 2.5px;
  font-size: 16px;
  height: 18px;
}
.rating-summary .rating-result > span:before {
  font-family: 'icomoon';
  color: #fbcc54;
  content: '\e934' '\e934' '\e934' '\e934' '\e934';
  height: 18px;
  letter-spacing: 4px;
}
.customer-review .rating-summary,
.product-info-main .rating-summary {
  margin-right: 3px;
}
#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 8.5px;
}
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(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://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(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://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: 8.5px;
}
.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: 2.05714286rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 8.5px 8.5px 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: 2.05714286rem;
  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: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  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.37142857rem;
  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.37142857rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 8.5px;
  right: 25.5px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.maintenance-index-index .page-main {
  height: 100%;
  max-width: 100%;
  padding: 0px;
}
.maintenance-index-index .maintenance-page-wrapper {
  font-family: Poppins;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
.maintenance-index-index .maintenance-page-wrapper a {
  cursor: pointer;
}
.maintenance-index-index .maintenance-page-wrapper h1.headline-text {
  font-weight: 500;
}
.maintenance-index-index .maintenance-page-wrapper button {
  cursor: pointer;
}
.maintenance-index-index .maintenance-page-wrapper .content {
  padding: 6em 0em;
  position: relative;
}
.maintenance-index-index .maintenance-page-wrapper .content #timer {
  font-size: 30px;
  font-weight: 500;
  margin: 50px auto;
}
.maintenance-index-index .maintenance-page-wrapper .headline_text {
  font-size: 45px;
  font-weight: 600;
}
.maintenance-index-index .maintenance-page-wrapper .description {
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-block .newsletter-text {
  font-size: 20px;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe {
  width: 60%;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content {
  display: inline-flex;
  width: 100%;
  margin: 30px auto;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter {
  width: 75%;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .control input {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid #000;
  color: #000000;
  height: auto;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .control input::placeholder {
  color: #000000;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .newsletter-message {
  margin: 10px auto;
  text-align: left;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .newsletter-message.newsletter-error {
  color: #ff0000 ff;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .newsletter-message.newsletter-success {
  color: 8000 FF;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions {
  width: 25%;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .action.primary,
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .amshopby-button,
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .am-filter-go {
  padding: 17px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000;
  border-left: 0px;
  font-weight: 500;
  border-radius: 0px;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .action.primary:hover,
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .amshopby-button:hover,
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .am-filter-go:hover {
  color: #000000;
  background-color: #ffffff;
}
.maintenance-index-index .maintenance-page-wrapper .social-block {
  margin: 30px 0;
  line-height: 1em;
  display: inline-block;
}
.maintenance-index-index .maintenance-page-wrapper .social-block a {
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-size: 24px;
  padding: 15px;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block {
  margin: 30px auto;
  line-height: 1em;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block a {
  padding: 10px 15px;
  background: transparent;
  color: #000000;
  border: 1px solid #000;
  text-decoration: none;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block a:hover {
  background: #000;
  color: #ffffff;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block a span {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .maintenance-index-index .maintenance-page-wrapper .content {
    padding: 10em 0px;
  }
}
@media (max-width: 767px) {
  .maintenance-index-index .maintenance-page-wrapper .content {
    padding: 3em 0em;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe {
    width: 100%;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content {
    margin: 15px 0px;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter {
    width: 65%;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions {
    width: 35%;
  }
  .maintenance-index-index .maintenance-page-wrapper .social-block {
    margin: 15px auto;
  }
}
.page-layout-1column .product.media {
  width: 49%;
}
.page-layout-1column .product-info-main {
  width: 48%;
}
.page-layout-1column .products-grid .related-product-slider {
  position: relative;
  padding: 0 50px;
}
.page-layout-1column .products-grid .related-product-slider .owl-item .product-item {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.page-layout-1column .products-grid .related-product-slider .owl-item .product-item .product-image-container {
  width: 100% !important;
}
.page-layout-1column .products-grid .related-product-slider .product-item-name {
  font-size: 16px;
  max-width: 100%;
  margin-bottom: 8px;
}
.page-layout-1column .products-grid .related-product-slider .owl-nav button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  color: #05383b;
}
.page-layout-1column .products-grid .related-product-slider .owl-nav button:before {
  font-family: 'icomoon';
  content: "\e903";
}
.page-layout-1column .products-grid .related-product-slider .owl-nav button span {
  display: none;
}
.page-layout-1column .products-grid .related-product-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.page-layout-1column .products-grid .related-product-slider .owl-nav button.owl-next:before {
  content: "\e93d";
}
.page-layout-1column .products-grid .related-product-slider .owl-nav button.disabled {
  pointer-events: auto;
}
.page-layout-1column .products-grid .related-product-slider .owl-stage-outer {
  overflow: hidden;
}
.page-layout-1column .products-grid .product-item-info {
  width: 100%;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}
.page-layout-1column .products-grid .product-item-info img {
  border-radius: 4px;
  min-height: 227px;
  object-fit: contain;
}
.page-layout-1column .products-grid .product-item-info .product-slider-reviews {
  min-height: 32px;
}
.products-grid.products-related {
  border-bottom: 1px solid #e8eaeb;
  padding-bottom: 25px;
}
.catalog-product-view .column.main {
  color: #05383b;
  font-size: 16px;
}
.catalog-product-view .column.main pre {
  overflow-x: scroll;
  overflow-y: auto;
}
.catalog-product-view .column.main pre::-webkit-scrollbar {
  height: 8px;
}
.catalog-product-view .column.main pre::-webkit-scrollbar-track {
  background: transparent;
}
.catalog-product-view .column.main pre::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.catalog-product-view .product-item .price-box {
  margin: 8px 0 2px;
}
.catalog-product-view .product-item .price-box .price {
  margin: 0;
}
.catalog-product-view .block .title strong {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.catalog-product-view .block .related-available .product-item-name {
  margin: 0;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  word-break: break-word;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 .base {
  font-weight: 300;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  font-size: 40px;
}
.catalog-product-view .product-info-main .stock.available {
  position: static;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  margin: 0 0 15px;
  float: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  position: static;
}
.catalog-product-view .product-info-main .product-info-price {
  display: block;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: block;
}
.catalog-product-view .product-info-main .product-store-credit-discount {
  padding-bottom: 8px;
  display: none;
}
.catalog-product-view .product-info-main .product-store-credit-discount .price {
  font-weight: 600;
  color: #05383b;
  font-size: 16px;
  padding-bottom: 8px;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.stock {
  margin: 0;
}
.catalog-product-view .product-info-main .product.stock .alert {
  color: #359555;
  padding-bottom: 16px;
  display: inline-block;
}
.catalog-product-view .product.attribute .vendor-listing-shortdescription ul {
  margin-left: 15px;
}
.catalog-product-view .product.attribute .vendor-listing-shortdescription h1,
.catalog-product-view .product.attribute .vendor-listing-shortdescription h2,
.catalog-product-view .product.attribute .vendor-listing-shortdescription h3,
.catalog-product-view .product.attribute .vendor-listing-shortdescription h4,
.catalog-product-view .product.attribute .vendor-listing-shortdescription h5,
.catalog-product-view .product.attribute .vendor-listing-shortdescription h6 {
  font-weight: 700;
}
.catalog-product-view .product.attribute .vendor-listing-shortdescription strong {
  font-weight: 700;
}
.catalog-product-view .product.attribute .vendor-listing-shortdescription pre {
  overflow-x: scroll;
  overflow-y: auto;
}
.catalog-product-view .product-info-price .price-box .price-container .price,
.catalog-product-view .product-options-bottom .price-box .price-container .price {
  font-weight: 600;
  color: #05383b;
  line-height: 1.2;
  margin-top: 0;
  font-size: 32px;
}
.catalog-product-view .product-reviews-summary {
  float: none;
  clip: auto;
  height: auto;
  margin: 2px 0 5px;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
}
.catalog-product-view .product-reviews-summary.empty {
  visibility: hidden;
}
.catalog-product-view .value p {
  color: #05383b;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  line-break: anywhere;
}
.catalog-product-view .value ul li {
  color: #05383b;
  font-size: 16px;
  line-break: anywhere;
}
.catalog-product-view .field.qty {
  display: block;
  order: 1;
  margin: 0;
}
.catalog-product-view .field.qty .label {
  display: none;
}
.catalog-product-view .fieldset {
  margin: 0;
  display: block;
}
.catalog-product-view .fieldset .actions {
  width: 100%;
  margin-left: 0;
}
.catalog-product-view .product-add-form .fieldset {
  display: flex;
  gap: 16px;
}
.catalog-product-view .product-add-form #product-options-wrapper .fieldset {
  flex-wrap: wrap;
  gap: 0;
}
.catalog-product-view .fotorama__stage__shaft {
  width: 100% !important;
}
.catalog-product-view .fotorama__stage__shaft.fotorama__grab {
  border: 0;
  max-width: 100%;
}
.catalog-product-view .fotorama__nav__shaft .fotorama__thumb-border {
  border-radius: 8px;
  border-color: #359555;
}
.catalog-product-view #product-addtocart-button {
  height: 44px;
  font-size: 16px;
  margin: 0;
}
.catalog-product-view .action.tocart {
  background: #359555;
  border-radius: 8px;
  border: 0;
}
.catalog-product-view .action.tocart:hover {
  background: #4aa568;
}
.catalog-product-view .action.tocart span:before {
  content: "\e929";
  font-family: 'icomoon';
  margin-right: 7px;
}
.catalog-product-view .reviews-actions {
  font-size: 16px;
  color: #7a8587;
}
.catalog-product-view .reviews-actions .action.view {
  color: #7a8587;
}
.catalog-product-view .product.data.items {
  border-top: 0;
}
.catalog-product-view .control.control-qty-cart {
  height: 44px;
}
.catalog-product-view .control.control-qty-cart div.mage-error {
  min-width: 128px;
  position: absolute;
  line-height: 1.2;
  right: 0;
  white-space: nowrap;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap {
  padding: 0 12px 0 24px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .label,
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .file {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #05383b;
  margin-top: 0;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .validate-select,
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .wk-contact_input_fields {
  font-size: 16px;
  padding: 10px 12px;
  height: 44px;
  border-radius: 4px;
  margin: 0 0 16px 0;
  border: 1px solid #d3d8db;
  color: #033033;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .name-details input,
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .email-details input {
  color: rgba(59, 59, 59, 0.5);
  background: #e8eaeb;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .mce-tinymce {
  background: #f6f6f6;
  margin-bottom: 16px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .mce-tinymce .mce-widget {
  background: transparent;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .mce-tinymce .mce-widget:hover {
  border: 0;
  padding: 0;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .mce-tinymce .mce-branding {
  float: none;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .mce-statusbar .mce-container-body {
  text-align: right;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box {
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 16px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box .product_images {
  padding: 5px 12px;
  color: #05383B;
  font-size: 16px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  display: inline-block;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box .product_images:before {
  content: "\e91e";
  padding-right: 4px;
  font-size: 14px;
  font-family: 'icomoon';
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box .product_images:hover {
  text-decoration: none;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages {
  position: relative;
  margin-right: 8px;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages .image-con {
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin: 0;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages label {
  background: transparent;
  border: 1px solid #e8eaeb;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 8px;
  color: #05383B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages .wk_imagevalidate {
  color: #05383B;
  display: none;
  /* &:before{
								background: transparent;
							    content: 'Choose File';
							    display: inline-block;
							    border: 1px solid #e8eaeb;
							    border-radius: 3px;
							    padding: 5px 12px;
							    outline: none;
							    white-space: nowrap;
							    -webkit-user-select: none;
							    cursor: pointer;
							    min-width: 115px;
							    text-align: center;
							    font-size: 16px;
							    line-height: 24px;
							    font-weight: 400;
							    margin-right: 8px;
							} */
  /* &::-webkit-file-upload-button{
								display: none;
							} */
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages .wk_imagevalidate::file-selector-button {
  background: transparent;
  border: 1px solid #e8eaeb;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 8px;
  content: 'Choose File';
  display: none;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages .remove_attch {
  font-size: 0;
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #b6bec3;
  color: #033033;
  padding: 4px 7px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages .remove_attch:before {
  content: '\e91f';
  font-family: 'icomoon';
  font-size: 12px;
  color: #033033;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages .remove_attch:hover {
  text-decoration: none;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages #img {
  display: none;
  width: 102px;
  height: 102px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #e8eaeb;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages.active label {
  display: none;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .input-box #otherimages.active #img {
  display: block;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .mce-statusbar .mce-path-item {
  display: none;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .details {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .details .name-details {
  width: 50%;
  padding-right: 8px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap #ask-form .details .email-details {
  width: 50%;
  padding-left: 8px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap .modal-footer button {
  background: transparent;
  color: #05383b;
  padding: 10px 16px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap .modal-footer .wk-seller-buyer-askbtn {
  background: #257540;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 16px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
}
.catalog-product-view .modals-wrapper .modal-inner-wrap .modal-header .action-close-contact {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 24px 0 0;
  color: #05383B;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 5px;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.catalog-product-view .modal-popup._inner-scroll.modal-slide._show .modal-footer {
  border-top: 1px solid #eee;
}
.catalog-product-view .modal-popup .modal-title {
  border: 0;
  font-family: 'IvyPresto Display';
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  padding: 16px 0;
  color: #05383b;
}
.catalog-product-view .customer-login.modal-popup._inner-scroll .modal-inner-wrap {
  width: 500px;
  border-radius: 4px;
}
.catalog-product-view .customer-login.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border: 0;
}
.catalog-product-view .customer-login.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin-top: 0;
}
.catalog-product-view .customer-login.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.catalog-product-view .customer-login #login-form .login .note {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.catalog-product-view .customer-login #login-form .login .email label,
.catalog-product-view .customer-login #login-form .login .password label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.catalog-product-view .customer-login #login-form .login .email label span,
.catalog-product-view .customer-login #login-form .login .password label span {
  font-weight: 600;
}
.catalog-product-view .customer-login #login-form .login .email .control .input-text,
.catalog-product-view .customer-login #login-form .login .password .control .input-text {
  border: 1px solid #D3D8DB;
  border-radius: 4px;
  padding: 10px 12px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
}
.catalog-product-view .customer-login #login-form .login .actions-toolbar .login {
  background: #359555;
  border-radius: 4px;
  height: 44px;
  color: #fff;
  border: 0;
  text-shadow: none;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
}
.catalog-product-view .customer-login #login-form .login .actions-toolbar .secondary .remind {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.catalog-product-view .customer-login #login-form .login .actions-toolbar .secondary .remind:hover {
  text-decoration: none;
}
.catalog-product-view .customer-login #login-form .login .actions-toolbar .secondary .remind span {
  font-weight: 400;
}
.product-info-main .product.attribute.sku {
  color: #7a8587;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-info-main .product.attribute.sku .type:after {
  display: none;
}
.product-info-main .product-options-bottom {
  padding: 0;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}
.product-info-main .product-social-links {
  margin: 10px 0 24px;
}
.product-info-main .product-social-links .action.towishlist {
  text-transform: none;
  color: #05383b;
  display: flex;
  align-items: center;
}
.product-info-main .product-social-links .action.towishlist:before {
  font-family: 'icomoon';
  content: "\e933";
  color: #033033;
  margin-top: 0;
}
.product-info-main .product-social-links .action.towishlist.added:before {
  font-family: 'icomoon';
  content: "\e934";
}
.product-info-main .wk-seller-card-row {
  text-align: right;
}
.product-info-main .wk-seller-card-row #askque {
  text-transform: none;
  color: #05383b;
}
.product-info-main .wk-seller-card-row #askque:before {
  font-family: 'icomoon';
  content: "\e910";
}
.fotorama__stage {
  margin-bottom: 14px;
}
.fotorama__thumb {
  border-radius: 8px;
}
.fotorama__thumb .fotorama__img {
  border-radius: 8px;
}
.abs-box-tocart,
.box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0;
}
.why-greendropship {
  background: #f8fbf9;
  padding: 30px 25px 40px;
}
.why-greendropship h2 {
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  font-size: 28px;
  text-align: center;
  margin: 0 0 32px;
}
.why-greendropship ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}
.why-greendropship ul li {
  list-style: none;
  text-align: center;
}
.why-greendropship ul li .whyicon {
  background: #9cdab1;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 100%;
}
.why-greendropship ul li .whyicon span:before {
  font-size: 30px;
  line-height: 60px;
}
.why-greendropship ul li p {
  font-weight: 600;
  color: #05383b;
  line-height: 28px;
  font-size: 18px;
}
.why-greendropship-section {
  clear: both;
  padding: 30px 0 55px;
}
.product.attribute.description {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8eaeb;
  clear: both;
}
.product.attribute.description strong.type {
  color: #05383b;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 10px;
  display: block;
}
.product.attribute.description .value {
  font-size: 16px;
  line-height: 24px;
}
.fotorama__arr--next .fotorama__arr__arr,
.fotorama__arr--prev .fotorama__arr__arr {
  background: none;
  text-align: center;
  line-height: 80px;
}
.fotorama__arr--next .fotorama__arr__arr::before,
.fotorama__arr--prev .fotorama__arr__arr::before {
  font-family: 'icomoon';
  color: #05383b;
  content: "\e903";
  font-size: 16px;
}
.fotorama__arr--next .fotorama__arr__arr::before {
  content: "\e93d";
}
.product-add-form .product-options-wrapper .field {
  width: 50%;
}
.product-add-form .product-options-wrapper .field label {
  font-size: 16px;
}
.product-add-form .product-options-wrapper .field .control {
  width: 100%;
}
.product-add-form .product-options-wrapper .field .control select {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  height: 44px;
}
.product-add-form .product-options-wrapper .field:nth-child(odd) {
  padding-right: 16px;
}
.product-add-form .product-options-wrapper .field:nth-child(even) {
  padding-left: 8px;
}
.pro-info-tabs-box {
  border-top: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  margin: 0;
  padding: 24px 0;
}
.pro-info-tabs-box .product-information-tab-title {
  color: #05383b;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
}
.pro-info-tabs-box .product-information-tab-title .icon-plus {
  float: right;
}
.pro-info-tabs-box .product-information-data {
  padding: 15px 0 0;
}
.additional-attributes-wrapper .additional-attributes {
  width: 100%;
}
.additional-attributes-wrapper .additional-attributes > thead > tr th {
  padding: 5px 30px 5px 8px;
  border: 1px solid #e8eaeb;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr th {
  padding: 5px 30px 5px 8px;
  border: 1px solid #e8eaeb;
  font-size: 14px;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  padding: 5px 8px;
  border: 1px solid #e8eaeb;
  max-width: 400px;
  font-size: 14px;
}
.vendor-shipment {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 0 16px;
  margin-bottom: 24px;
}
.vendor-shipment ul {
  margin: 0;
  padding: 0;
}
.vendor-shipment ul li {
  list-style: none;
  border-bottom: 1px solid #e8eaeb;
  padding: 15px 0;
}
.vendor-shipment ul li:last-child {
  border-bottom: 0;
}
.vendor-shipment ul li strong {
  font-weight: 600;
}
.vendor-shipment .shipment-point {
  display: flex;
}
.vendor-shipment .shipment-icon {
  min-width: 26px;
}
.vendor-shipment .shipment-icon img {
  vertical-align: top;
}
.vendor-shipment .shipment-text {
  color: #05383b;
}
.vendor-shipment .shipment-text span.ships-countries {
  color: #05383b;
  display: inline-block;
  position: relative;
  padding: 0 16px 0 0;
}
.vendor-shipment .shipment-text span.ships-countries:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #05383b;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.vendor-shipment .shipment-text span.ships-countries:hover {
  color: #359555;
  cursor: pointer;
}
.vendor-shipment .shipment-text span.ships-countries.open:before {
  border: 5px solid transparent;
  border-bottom: 5px solid #05383b;
  top: 5px;
}
.vendor-shipment .ships-countries-table {
  padding: 10px 0 0;
  display: none;
}
.vendor-shipment .ships-countries-table table th {
  border: 1px solid #d3d8db;
  font-size: 14px;
  color: #7a8587;
  font-weight: normal;
  min-width: 100px;
}
.vendor-shipment .ships-countries-table table td {
  border: 1px solid #d3d8db;
}
.pro-visit-store-bottom {
  margin: 0 0 10px;
  border-bottom: 1px solid #E8EAEB;
  padding-bottom: 50px;
}
.pro-visit-store-bottom .pro-visitstore-profile {
  position: relative;
}
.pro-visit-store-bottom .pro-visitstore-profile img {
  vertical-align: top;
}
.pro-visit-store-bottom .visitstore-profile-logo {
  position: absolute;
  bottom: -24px;
  left: 40px;
  max-width: 120px;
}
.pro-visit-store-bottom .visitstore-profile-logo .prev-img {
  max-height: 140px;
}
.pro-visit-store-bottom .pro-visitstore-details {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-left .visitstore-title {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-left .visitstore-title h2 {
  margin: 0 15px 0 0;
  font-size: 32px;
  font-family: ivypresto-display, serif;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-left .visitstore-title h2 a {
  color: #05383b;
  text-decoration: none;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-left .visitstore-title span {
  background: #fff0d2;
  font-size: 14px;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  padding: 4px 5px;
  border-radius: 4px;
  line-height: 1;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-left .visitstore-review {
  margin: 5px 0 0;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-right .visitstore-btn {
  margin-bottom: 15px;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-right .visitstore-btn:last-child {
  margin-bottom: 0;
}
.pro-visit-store-bottom .pro-visitstore-details .visitstore-details-right .visitstore-btn a {
  color: #05383b;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  min-width: 247px;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.pro-visit-store-top {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0;
}
.pro-visit-store-top .visitstore-top-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-visit-store-top .visitstore-top-details .visitstore-top-logo {
  width: 56px;
  margin: 0 15px 0 0;
}
.pro-visit-store-top .visitstore-top-details .visitstore-top-logo img {
  vertical-align: top;
  border-radius: 4px;
}
.pro-visit-store-top .visitstore-title h3 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: normal;
  color: #05383b;
}
.pro-visit-store-top .wk-seller-block.wk-block {
  order: 1;
  width: auto;
}
.pro-visit-store-top .wk-seller-response-container {
  position: absolute;
  min-width: 180px;
  right: 0;
  top: 36px;
  box-shadow: 0 0 4px 4px #e4e4e4;
  border-radius: 8px;
}
.pro-visit-store-top a {
  text-decoration: none;
}
.catalog-product-view .reviews-actions .action.add {
  color: #359555;
  margin-left: 5px;
}
h3.product-information-tab-title.open .icon-plus:before {
  content: '\e92f';
  font-size: 3px;
  font-weight: 400;
  vertical-align: middle;
}
.visitstore-profile-banner img {
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  object-fit: cover;
}
.product-info-main .ships-countries-table .zone-main .zone-head {
  padding-bottom: 8px;
}
.product-info-main .ships-countries-table .zone-main .zone-head span {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
}
.product-info-main .ships-countries-table .zone-main .zone-description {
  height: 40px;
  padding: 8px;
  position: relative;
  cursor: pointer;
}
.product-info-main .ships-countries-table .zone-main .zone-description :after {
  content: '\e902';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 15px;
  right: 8px;
  font-size: 8px;
  font-weight: 400;
}
.product-info-main .ships-countries-table .zone-main .zone-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-info-main .ships-countries-table .zone-main .zone-title .zone-flag {
  display: inherit;
}
.product-info-main .ships-countries-table .zone-main .zone-title img {
  width: 24px;
}
.product-info-main .ships-countries-table .zone-main .zone-title span {
  color: #05383b;
}
.product-info-main .ships-countries-table .zone-main .zone-details {
  border-bottom: 1px solid #e8eaeb;
  min-height: 40px;
}
.product-info-main .ships-countries-table .zone-main .zone-details:last-child {
  border: 0;
}
.product-info-main .ships-countries-table .zone-main .zone-details.active .zone-description :after {
  transform: rotate(180deg);
}
.product-info-main .ships-countries-table .zone-main .rate-list {
  padding-bottom: 16px;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .more-text {
  display: none;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .read-more,
.product-info-main .ships-countries-table .zone-main .zone-countries-list .read-less {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #359555;
  cursor: pointer;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .read-more:hover,
.product-info-main .ships-countries-table .zone-main .zone-countries-list .read-less:hover {
  color: #257540;
  text-decoration: none;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .read-more:before {
  content: '...';
  color: #7A8587;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list {
  color: #7a8587;
  line-break: anywhere;
  display: inline;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list.show-less .zone-country {
  display: inline;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list.show-less .zone-country span {
  display: inline;
  padding-right: 4px;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list.show-less span {
  display: none;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list.show-less.show-more {
  display: inline-block;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list.show-less.show-more span {
  display: inline;
  padding-right: 4px;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-list .all-list.show-less.show-more .zone-country {
  display: inline;
}
.product-info-main .ships-countries-table .zone-main .shipping-method-outer {
  padding: 16px 0 0;
}
.product-info-main .ships-countries-table .zone-main .rate-table .no-rates-added {
  padding: 16px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  display: flex;
  gap: 8px;
}
.product-info-main .ships-countries-table .zone-main .rate-table .no-rates-added:before {
  content: '\e919';
  font-family: 'icomoon';
  font-size: 18px;
  color: #05383b;
}
.product-info-main .ships-countries-table .zone-main .rate-table .no-rates-added .details h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.product-info-main .ships-countries-table .zone-main .rate-table .no-rates-added .details span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.product-info-main .ships-countries-table .zone-main .zone-countries-dropdown {
  padding: 4px 8px 0;
  display: none;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table {
  max-width: 100%;
  border: 0;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table thead {
  display: none;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table tbody .cost {
  text-align: right;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table tbody td {
  width: 33.33%;
  border: 0;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table tbody td span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table tbody tr {
  border-top: 1px solid #e8eaeb;
}
.product-info-main .ships-countries-table .zone-main .wk-mp-list-table tbody:last-child td {
  padding-bottom: 0;
}
.product-info-main .shipment-point .shipment-text {
  width: 100%;
}
.catalog-product-view .breadcrumbs .items {
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-product-view .breadcrumbs .items .item {
  display: contents;
}
.catalog-product-view .payment-request-button.action.tocart.StripeElement {
  display: none;
}
@media (min-width: 1024px) {
  .contact-seller-popup .modal-inner-wrap {
    max-height: 90%;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    margin: 0 auto 0;
    overflow: auto;
    bottom: auto;
  }
}
@media (max-width: 1023px) {
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .catalog-product-view .control.control-qty-cart div.mage-error {
    white-space: normal;
  }
  .catalog-product-view .fotorama__arr--next,
  .catalog-product-view .fotorama__arr--prev {
    display: block !important;
  }
  .zone-details .zone-countries-list .all-list {
    overflow: scroll;
    max-height: 200px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: block;
    margin: 0;
    padding: 20px 20px 24px;
    white-space: nowrap;
  }
  .breadcrumbs .container {
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .breadcrumbs .container .items {
    color: #7A8587;
  }
  .page-layout-1column .product.media {
    width: 100%;
    padding: 0 20px 20px;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
    padding: 0 20px;
  }
  .page-layout-1column .product-info-main h1.page-title {
    line-height: 0;
    font-size: 0;
  }
  .page-layout-1column .products-grid .related-product-slider .owl-item .product-item {
    padding: 8px 8px 0;
    margin-bottom: 20px;
  }
  .catalog-product-view .fotorama__stage {
    border: 0;
    padding: 0;
  }
  .catalog-product-view .fotorama__stage__shaft .fotorama__grab {
    border: 0;
  }
  .catalog-product-view .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img {
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: 8px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 .base {
    font-weight: 600;
    color: #05383b;
    font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    gap: 8px;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions button#product-addtocart-button {
    padding: 10px 16px 10px 16px;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
    border-radius: 4px;
  }
  .catalog-product-view .product-info-main .product-social-links {
    margin: 8px 0 24px;
  }
  .catalog-product-view .product-info-main .product.attribute.sku {
    margin-bottom: 24px;
  }
  .catalog-product-view .product-info-price .price-box {
    width: 100%;
  }
  .catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 20px;
    line-height: 30px;
  }
  .catalog-product-view .product-info-price .price-box .price-container span {
    margin-bottom: 24px;
  }
  .catalog-product-view .attribute .value p {
    padding: 0;
  }
  .catalog-product-view .block-customer-login .fieldset {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -100px -20px;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
    height: 40px;
    right: 10px;
    top: 30px;
    width: 40px;
  }
  .fotorama__wrap .fotorama__nav--dots {
    display: none;
  }
  .vendor-shipment .shipment-point {
    padding: 16px 0;
  }
  .vendor-shipment .shipment-text span.ships-countries {
    display: block;
  }
  .vendor-shipment .shipment-text span.ships-countries:before {
    left: 150px;
    right: 100%;
  }
  .pro-visit-store-top {
    display: block;
  }
  .pro-visit-store-top .visitstore-top-details {
    justify-content: flex-start;
  }
  .pro-visit-store-top .wk-seller-card-container.wk-card-type1 {
    margin: 12px 0;
    border: 1px solid #E8EAEB;
    border-radius: 4px;
    padding: 6px 16px 6px 16px;
  }
  .pro-visit-store-top .wk-seller-card-container.wk-card-type1 .wk-seller-card-row {
    text-align: center;
  }
  .why-greendropship-section {
    padding: 0 0 32px;
  }
  .why-greendropship-section .why-greendropship {
    margin: 0;
  }
  .why-greendropship-section .why-greendropship h2 {
    margin: 0;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }
  .why-greendropship-section .why-greendropship ul {
    display: block;
  }
  .why-greendropship-section .why-greendropship ul li {
    text-align: left;
  }
  .why-greendropship-section .why-greendropship ul li .whyicon {
    margin: 40px 0 12px;
    text-align: center;
  }
  .why-greendropship-section .why-greendropship ul li p {
    font-size: 20px;
  }
  .product.attribute.description {
    margin: 0 20px 0;
    margin-bottom: 0;
    padding: 0;
  }
  .product strong.type {
    padding: 0;
  }
  .product .value p {
    padding: 16px 0 24px;
  }
  .pro-visit-store-bottom {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .pro-visit-store-bottom .visitstore-profile-logo {
    left: 20px;
  }
  .pro-visit-store-bottom .pro-visitstore-details {
    padding: 40px 0;
    display: block;
    margin: 0 20px;
    border-bottom: 1px solid #E8EAEB;
  }
  .pro-visit-store-bottom .pro-visitstore-details .visitstore-details-left .visitstore-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  }
  .pro-visit-store-bottom .pro-visitstore-details .visitstore-details-right {
    margin-top: 27px;
  }
  .block.related {
    margin: 24px 20px 0;
    padding: 0;
  }
  .block.upsell {
    margin: 24px 20px 0;
    overflow: hidden;
  }
  .reviews-section {
    display: flex;
    flex-flow: column;
  }
  .products-grid.products-related {
    padding-bottom: 0;
  }
  .products-grid .product-item-details {
    padding: 16px;
  }
  .visitstore-profile-banner img {
    height: 200px;
    object-fit: cover;
  }
  .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    width: 0;
  }
  .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
    width: 0;
  }
  .pro-visit-store-top .wk-seller-response-container {
    background: #ffffff;
    top: 60px;
  }
  .visitstore-profile-section {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper {
    padding-top: 0 !important;
  }
  .page-wrapper header.page-header {
    border: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
    line-height: 0;
    font-size: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 .base {
    font-size: 40px;
    line-height: 50px;
  }
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.catalogsearch-result-index .product-reviews-summary,
.page-products .product-reviews-summary {
  clip: auto;
  height: auto;
  margin: 2px 0 5px;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
}
.catalogsearch-result-index .product-reviews-summary.empty,
.page-products .product-reviews-summary.empty {
  visibility: hidden;
}
.catalogsearch-result-index .profile_review,
.page-products .profile_review {
  min-height: 26px;
}
.catalogsearch-result-index .page-bottom,
.page-products .page-bottom {
  width: 100%;
}
.catalogsearch-result-index .page-title,
.page-products .page-title {
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
.catalogsearch-result-index .product-item-name,
.page-products .product-item-name {
  width: 100%;
  max-width: 100%;
}
.catalogsearch-result-index .product-item-name .product-item-link,
.page-products .product-item-name .product-item-link {
  font-weight: 400;
}
.catalogsearch-result-index .product-image-container,
.page-products .product-image-container {
  width: 100% !important;
  margin-right: 0;
}
.catalogsearch-result-index .price-container .price,
.page-products .price-container .price {
  font-size: 1.6rem;
}
.catalogsearch-result-index .breadcrumbs,
.page-products .breadcrumbs {
  padding-top: 10px;
}
.catalogsearch-result-index .page-title-wrapper,
.page-products .page-title-wrapper {
  background-color: #eaf7ee;
  padding: 30px 0;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.catalogsearch-result-index .page-title-wrapper img,
.page-products .page-title-wrapper img {
  vertical-align: top;
  margin-right: 15px;
}
.catalogsearch-result-index .page-title-wrapper .page-title,
.page-products .page-title-wrapper .page-title {
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  font-size: 40px;
  align-items: center;
}
.catalogsearch-result-index .page-title-wrapper .homepasge-section__search,
.page-products .page-title-wrapper .homepasge-section__search {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper .category-image,
.page-products .page-title-wrapper .category-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  text-align: right;
}
.catalogsearch-result-index .page-title-wrapper .category-image .image,
.page-products .page-title-wrapper .category-image .image {
  display: inline-block;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.catalogsearch-result-index div.product-item-actions .actions-primary > form,
.page-products div.product-item-actions .actions-primary > form {
  display: block;
}
.catalogsearch-result-index .column.main .product-item,
.page-products .column.main .product-item {
  margin: 0;
}
.catalogsearch-result-index .product-item .price-box .old-price,
.page-products .product-item .price-box .old-price {
  padding-right: 5px;
  margin-left: 0;
}
.catalogsearch-result-index .product-item .price-box .old-price .price,
.page-products .product-item .price-box .old-price .price {
  font-weight: normal;
}
.page-products .product-image-photo {
  border-radius: 4px 4px 0 0;
  height: 194px;
  object-fit: cover;
}
.page-products .product-item-info {
  border: 1px solid #f6f6f6;
  width: 100%;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.page-products .products-grid .product-items {
  margin: 0 -8px;
}
.page-products .products-grid .product-item {
  width: 25%;
  padding: 8px;
  margin: 0;
}
.page-products .products-grid .product-item:nth-child(3n+1) {
  margin-left: 0 !important;
}
.products-grid .product-item-name {
  font-weight: 400;
  font-size: 1.82857143rem;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 50px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0 0 2px;
}
.products-grid .product-item-name a {
  color: #05383b;
  text-decoration: none;
  line-height: 24px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  border: 1px solid #6bbf87;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-info .addtocart-toggle {
  background: #257540;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  cursor: pointer;
}
.products-grid .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: absolute;
  border: 0;
  padding: 0;
  right: 8px;
  top: 10px;
  left: auto;
}
.products-grid .product-item-inner:before {
  display: none;
}
.products-grid .product-item-details {
  padding: 12px;
}
.products-grid .price {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  color: #05383b;
}
.products-grid .product-item-actions {
  background: #ffffff;
  margin: 0;
  position: absolute;
  left: 0;
  padding: 12px;
  box-shadow: 0 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  top: 42px;
  display: none;
  min-width: 215px;
  z-index: 2;
}
.products-grid .product-item-actions .configurable label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #05383b;
  margin: 0 0 4px;
  display: block;
}
.products-grid .product-item-actions .configurable select {
  background-color: #ffffff;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  height: 36px;
  margin-bottom: 20px;
}
.products-grid .product-item-actions .configurable select:disabled {
  background-color: #ffffff;
}
.products-grid .product-item-actions .action.primary,
.products-grid .product-item-actions .amshopby-button,
.products-grid .product-item-actions .am-filter-go {
  background: #257540;
  border-radius: 4px;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  border: 0;
}
.products-grid .product-item-actions .action.primary:hover,
.products-grid .product-item-actions .amshopby-button:hover,
.products-grid .product-item-actions .am-filter-go:hover {
  background: #4aa568;
}
.products-grid .product-item-actions .actions-primary {
  display: block;
}
.products-grid .qty-tocart-box {
  display: flex;
  margin: 0;
}
.products-grid .qty-tocart-box .field.qty {
  margin-bottom: 0;
}
.products-grid .qty-tocart-box .actions {
  width: 100%;
}
.products-grid .rating-summary .rating-result {
  width: 88px;
  z-index: 0;
}
.products-grid .rating-summary .rating-result:before {
  font-size: 14px;
}
.products-grid .rating-summary .rating-result > span:before {
  font-size: 14px;
}
.products {
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #e8eaeb;
  padding: 0;
}
.filter-options-item .ui-slider-handle {
  background: #359555;
}
.filter-options-item input.priceFromTo {
  color: #359555;
}
.filter-options-item .filter-options-content .ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip,
.filter-options-item .filter-options-content .ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner {
  opacity: 1;
  visibility: visible;
}
.filter-options-item .filter-options-content .ui-slider-handle:last-child .amshopby-slider-tooltip {
  right: 0 !important;
  left: auto !important;
  transform: translateX(74%);
}
.filter-options-item .filter-options-content .ui-slider-handle .amshopby-slider-tooltip {
  left: 0 !important;
  transform: translateX(-72%);
}
.filter-options-item .amshopby-slider-wrapper {
  padding: 10px 20px 0;
}
.filter .block-subtitle {
  display: none;
}
.sidebar .filter-options-title {
  border-bottom: 0;
}
.sidebar .filter-options-content {
  padding: 0 0 8px;
}
.sidebar .filter-options-content .item {
  position: relative;
  font-size: 16px;
}
.sidebar .filter-options-content .item a {
  color: #05383b;
}
.sidebar .filter-options-content .item input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  padding: 3px;
  border: 1px solid #d3d8db;
  margin: 10px 0 0;
}
.sidebar .filter-options-content .item input[type="checkbox"]:checked:before {
  background: #359555;
  border-color: #359555;
  content: "\e906";
  font-family: 'icomoon';
  color: #ffffff;
  font-size: 8px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
}
.sidebar .filter-options-content .item input[type="checkbox"] + a {
  padding-left: 23px;
  background: transparent;
}
.filter-options-title {
  color: #05383b;
  padding: 10px 0;
  text-transform: none;
  font-size: 16px;
  background-color: transparent;
}
.filter-options-title:after {
  font-size: 12px;
  font-family: 'icomoon';
  content: "\e91e";
}
.active > .filter-options-title:after {
  content: "\e92f";
  min-height: 20px;
  line-height: 20px;
  font-size: 2px;
}
.toolbar select {
  color: #05383b;
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #d3d8db;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.toolbar-amount {
  color: #7a8587;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.sidebar-main {
  margin-bottom: 0;
}
.toolbar-products {
  margin-bottom: 5px;
}
.control-qty-cart {
  border: 1px solid #d3d8db;
  width: 56px;
  height: 36px;
  position: relative;
  border-radius: 4px;
}
.control-qty-cart input.input-text.qty {
  width: 35px;
  height: 100% !important;
  padding: 0;
  border: 0;
  border-radius: 4px;
  max-width: 35px;
}
.control-qty-cart .quantity-plus {
  width: 20px;
  height: 50%;
  border-left: 1px solid #d3d8db;
  border-bottom: 1px solid #d3d8db;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.control-qty-cart .quantity-plus:before {
  content: "";
  border: 5px solid transparent;
  border-bottom: 5px solid #05383b;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 2px;
}
.control-qty-cart .quantity-minus {
  width: 20px;
  height: 50%;
  border-left: 1px solid #d3d8db;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.control-qty-cart .quantity-minus:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #05383b;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  bottom: 3px;
}
.block-viewed-products-grid .block-title strong {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #05383b;
}
.recently-viewed-products-grid .recently-viewed-product-slider {
  position: relative;
  padding: 0 50px;
}
.recently-viewed-products-grid .recently-viewed-product-slider li.product-item {
  display: none;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage {
  display: grid;
  grid-auto-flow: column;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item {
  height: 100%;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item {
  display: block;
  height: 100%;
  width: 100%;
  padding: 8px;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-reviews-summary.short.empty {
  display: none;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info .product-price {
  margin-top: 0;
  padding-bottom: 4px;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info .add-to-cart {
  float: none;
  display: flex;
  justify-content: center;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info .add-to-cart form .tocart {
  background: #359555;
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 15px;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info .add-to-cart form .tocart:hover {
  background: #4aa568;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-item-info .add-to-cart form .tocart:before {
  content: '\e929';
  font-family: 'icomoon';
  padding-right: 4px;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage .owl-item .product-item .product-image-container {
  width: 100% !important;
}
.recently-viewed-products-grid .recently-viewed-product-slider .product-item-name {
  font-size: 16px;
  max-width: 100%;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-nav button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff !important;
  font-size: 16px;
  color: #05383b !important;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-nav button:before {
  font-family: 'icomoon';
  content: "\e903";
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-nav button span {
  display: none;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-nav button.owl-next:before {
  content: "\e93d";
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-nav button.disabled {
  pointer-events: auto;
}
.recently-viewed-products-grid .recently-viewed-product-slider .owl-stage-outer {
  overflow: hidden;
}
.recently-viewed-products-grid .product-item-info {
  width: 100%;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}
.recently-viewed-products-grid .product-item-info img {
  border-radius: 4px;
  min-height: 227px;
  object-fit: contain;
}
.pages a.page:visited {
  color: #05383b;
}
#layered-filter-block .block-subtitle {
  font-size: 18px;
}
#layered-filter-block .filter-current li.item {
  font-size: 16px;
  color: #033033;
}
#layered-filter-block .filter-current li.item .filter-value {
  color: #033033;
}
#layered-filter-block .filter-current .action.remove:before {
  font-family: 'icomoon';
  content: "\e907";
  background: transparent;
  height: auto;
  width: auto;
}
#layered-filter-block .filter-actions {
  display: flex;
  flex-direction: column;
  float: none;
}
#layered-filter-block .filter-actions a {
  background: #eaf7ee;
  color: #033033;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  position: relative;
}
#layered-filter-block .filter-actions a:after {
  font-family: 'icomoon';
  content: "\e907";
  font-size: 13px;
  margin-right: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#layered-filter-block .collapsible:after {
  font-family: 'icomoon';
  top: 12px;
  right: 0;
  opacity: 1;
  background: none;
  font-size: 14px;
  content: "\e91e";
  color: #05383b;
}
#layered-filter-block .collapsible.active:after {
  content: "\e92f";
  min-height: 20px;
  line-height: 20px;
  font-size: 2px;
}
#layered-filter-block .amshopby-items .amshopby-item {
  padding: 0;
}
#layered-filter-block .amshopby-items .amshopby-remove {
  order: 3;
  position: inherit;
}
#layered-filter-block .amshopby-items .amshopby-remove:after,
#layered-filter-block .amshopby-items .amshopby-remove:before {
  background: #033033;
}
#layered-filter-block .amshopby-items .amshopby-filter-name {
  order: 1;
}
#layered-filter-block .amshopby-items .amshopby-filter-value {
  order: 2;
}
#layered-filter-block .amshopby-items .amshopby-filter-value span {
  color: #033033;
  font-size: 16px;
  font-weight: 400;
}
.toolbar.toolbar-products .limiter {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.catalogsearch-result-index .sidebar-additional .block-title {
  padding: 10px 0;
  margin: 0;
}
.catalogsearch-result-index .sidebar-additional .block-title #block-reorder-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.catalogsearch-result-index .sidebar-additional .product-items-names .product-item-name {
  padding: 0;
}
.catalogsearch-result-index .sidebar-additional .product-items-names .product-item-name .product-item-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.catalogsearch-result-index .sidebar-additional .product-items-names .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.catalogsearch-result-index .sidebar-additional .reorder .actions-toolbar {
  margin: 0;
}
.catalogsearch-result-index .sidebar-additional .reorder .actions-toolbar .tocart {
  background: #359555;
  border-radius: 4px;
  height: 44px;
  padding: 10px 16px;
  border: 0;
}
.catalogsearch-result-index .sidebar-additional .reorder .actions-toolbar .tocart:hover {
  background: #257540;
}
.catalogsearch-result-index .sidebar-additional .reorder .actions-toolbar .view {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
}
.catalogsearch-result-index .sidebar-additional .reorder .actions-toolbar .view:hover {
  text-decoration: none;
  color: #257540;
}
.catalogsearch-result-index .sidebar-additional #cart-sidebar-reorder .control {
  position: relative;
}
.catalogsearch-result-index .sidebar-additional #cart-sidebar-reorder .control input[type="checkbox"] {
  opacity: 0;
  margin-right: 10px;
  top: 9px;
}
.catalogsearch-result-index .sidebar-additional #cart-sidebar-reorder .control .label {
  font-size: 0;
  position: initial;
}
.catalogsearch-result-index .sidebar-additional #cart-sidebar-reorder .control input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
}
.catalogsearch-result-index .sidebar-additional #cart-sidebar-reorder .control input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.catalogsearch-result-index .sidebar-additional #cart-sidebar-reorder .product-item {
  align-items: center;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist {
  border-top: 1px solid #e8eaeb;
  margin-top: 16px;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-link span {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 50px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #05383b;
  font-weight: 400;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-info {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-photo {
  width: 30%;
  position: initial;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-details {
  width: 70%;
  margin-left: 0;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-details .product-item-name {
  padding: 0;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-details .price {
  color: #05383b;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-actions .actions-primary .tocart {
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  border: 0;
  width: auto;
  font-size: 14px;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .product-item .product-item-actions .actions-primary .tocart:hover {
  background: #257540;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .actions-toolbar .details {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .actions-toolbar .details:hover {
  text-decoration: none;
  color: #257540;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist .block-title strong {
  font-weight: 600;
  color: #05383b;
}
.catalog-category-view .breadcrumbs .items {
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-category-view .breadcrumbs .items .item {
  display: contents;
}
@media (min-width: 1024px) {
  .products-grid .product-item:nth-child(4n+4) .product-item-actions {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .products .page-title-wrapper {
    margin-bottom: 16px;
  }
  #layered-filter-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  #layered-filter-block .filter-title {
    padding-right: 10px;
  }
  #layered-filter-block .filter-title strong {
    position: initial;
  }
  #layered-filter-block .filter-content {
    width: 100%;
  }
  #layered-filter-block .filter-current {
    margin: 0;
    border: 0;
  }
  #layered-filter-block .filter-actions {
    margin-top: -12px;
  }
  #layered-filter-block.active .filter-title strong {
    position: absolute;
  }
  .page-products .columns {
    padding-top: 0;
  }
  .page-products .breadcrumbs {
    padding: 12px 20px 8px;
  }
  .page-products .page-title-wrapper {
    margin: 0 0 16px;
  }
  .page-products .page-title-wrapper .category-image {
    display: none;
  }
  .page-products .page-title-wrapper .page-title {
    position: initial;
    width: 100%;
    height: 100%;
    font-size: 32px;
  }
  .page-products .page-title-wrapper img {
    width: 48px;
    height: 48px;
  }
  .page-products .sorter {
    display: none;
  }
  .page-products .products-grid .product-items {
    padding: 0 10px;
  }
  .page-products .products-grid .product-item {
    width: 50%;
    padding: 0 10px;
    margin: 8px 0;
  }
  .page-products .product-item-info .product-image-container {
    width: 100% !important;
  }
  .page-products .product-item-name-section .product-item-name .product-item-link {
    font-weight: 400;
  }
  .page-products .price-container .price-wrapper .price {
    font-size: 14px;
  }
  .category-view .category-description {
    display: none;
  }
  .page-with-filter .toolbar-amount {
    color: #05383b;
    padding: 0 11px;
    top: -28px;
  }
  .filter-title strong {
    right: 12px;
    left: auto;
    padding: 6px 16px 6px 16px;
    border: 1px solid #e8eaeb;
    background: #ffffff;
    color: #05383b;
    top: -6px;
  }
  .filter-active .filter-options {
    padding: 0 20px;
  }
  .filter-active .filter-subtitle {
    padding: 8.5px 20px;
  }
  .filter-active .filter-title strong {
    right: 16px;
    position: absolute;
  }
  .products-grid .product-item:nth-child(2n+2) .product-item-actions {
    right: 0;
    left: auto;
  }
  .products-grid .product-item-actions .configurable label {
    font-size: 14px;
  }
  .products-grid .product-item-actions .configurable select {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .sidebar-main {
    padding-right: 0;
  }
  .page-layout-2columns-left .main {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-products .page-title-wrapper .category-image .image {
    width: 80%;
    margin: 0;
  }
  .page-products .products-grid .product-item {
    width: 33.33%;
  }
  .page-products .product-item-name .product-item-link,
  .catalogsearch-result-index .product-item-name .product-item-link {
    font-size: 14px;
  }
  .filter-options-title {
    font-size: 15px;
  }
  .products-grid .product-item:nth-child(3n+3) .product-item-actions {
    right: 0;
    left: auto;
  }
}
@media (min-width: 640px) and (max-width: 639px) {
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    width: auto;
  }
}
#algolia_instant_selector .ais-Hits-list {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
#algolia_instant_selector .ais-Hits-list .ais-Hits-item {
  padding: 8px;
  width: 25%;
  margin: 0;
}
#algolia_instant_selector .ais-Hits-list .ais-Hits-item > div {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  max-width: 100%;
}
#algolia_instant_selector .ais-Hits-list .ais-Hits-item .result-wrapper {
  border: 1px solid #E8EAEB;
  border-radius: 4px;
  padding: 0 0 16px;
}
#algolia_instant_selector .ais-Hits {
  padding-bottom: 0;
  padding-top: 4px;
}
#algolia_instant_selector .ais-RangeSlider {
  margin: 0px 55px 0 39px;
}
.ais-Hits-list .ais-Hits-item .result-wrapper {
  padding: 0;
}
.ais-Hits-list .ais-Hits-item .result-sub-content {
  padding: 16px  12px 0;
}
.ais-Hits-list .ais-Hits-item .result-sub-content .result-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 50px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 0 4px;
}
.ais-Hits-list .ais-Hits-item .result-sub-content form .tocart {
  background: #359555;
  border-radius: 4px;
  color: #fff;
  border: 0;
}
.ais-Hits-list .ais-Hits-item .result-sub-content form .tocart:hover {
  background: #4aa568;
}
.ais-Hits-list .ais-Hits-item .result-sub-content form .tocart:before {
  content: '\e929';
  font-family: 'icomoon';
  padding-right: 4px;
}
.ais-Hits-list .ais-Hits-item .ratings .result-sub-content {
  padding: 0;
  text-align: left;
}
.ais-Hits-list .ais-Hits-item .ratings .result-sub-content .product-reviews-summary {
  margin: 0;
}
.ais-Hits-list .ais-Hits-item .ratings .product-reviews-summary .rating-result:before {
  font-size: 12px;
}
.ais-Hits-list .ais-Hits-item .ratings .product-reviews-summary .rating-result > span:before {
  font-size: 12px;
  letter-spacing: 3.5px;
}
.ais-Hits-list .ais-Hits-item .ratings .price {
  text-align: left;
  margin-top: 4px;
}
.ais-Hits-list .ais-Hits-item .ratings .price .after_special {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #05383b;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item--page {
  color: #05383b;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid transparent;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item--page a {
  color: #05383b;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item--page a:hover {
  text-decoration: none;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item--page.ais-Pagination-item--selected {
  background: #fff;
  border: 1px solid #4aa568;
  font-weight: 400;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-list {
  justify-content: flex-start;
  margin: 8px 0;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link {
  color: #05383b;
  font-size: 0;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link:hover {
  text-decoration: none;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 24px;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link {
  color: #05383b;
  font-size: 0;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link:hover {
  text-decoration: none;
}
#algolia_instant_selector #instant-search-pagination-container .ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 24px;
}
#algolia_instant_selector .algolia-infos {
  background: transparent;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
#algolia_instant_selector .algolia-infos .ais-Stats-text {
  color: #7a8587;
}
#algolia_instant_selector .algolia-infos .sort-by-label {
  color: #05383B;
  font-size: 0;
}
#algolia_instant_selector .algolia-infos #algolia-sorts .ais-SortBy-select {
  color: #05383b;
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #d3d8db;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  max-width: 160px;
  height: 36px;
}
#instant-search-bar .ais-SearchBox-form .ais-SearchBox-input {
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding-left: 35px;
}
#instant-search-bar .ais-SearchBox-form .ais-SearchBox-reset {
  top: 6px;
  right: 5px;
}
#instant-search-bar .ais-SearchBox-form:before {
  content: '\e917';
  font-family: 'icomoon';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #7A8587;
}
#instant-search-facets-container .ais-Panel {
  border: 0;
  border-bottom: 1px solid #e8eaeb;
}
#instant-search-facets-container .ais-Panel .ais-Panel-header {
  background: transparent;
  padding: 0;
}
#instant-search-facets-container .ais-Panel .ais-Panel-header .name {
  color: #05383b;
  padding: 0px 0 0;
  font-size: 16px;
  background-color: transparent;
  font-weight: 600;
}
#instant-search-facets-container .ais-Panel .ais-Panel-body {
  padding: 4px 0px;
}
#instant-search-facets-container .ais-Panel .ais-Panel-body .ais-SearchBox {
  margin-bottom: 0;
}
#instant-search-facets-container .ais-Panel .ais-Panel-body .rheostat-horizontal {
  margin-top: 30px;
  margin-bottom: 32px;
}
#instant-search-facets-container .ais-Panel .ais-Panel-body .rheostat-horizontal .rheostat-handle-lower .rheostat-tooltip {
  transform: translateX(-100%);
  background: linear-gradient(270deg, #4aa568 0%, #8dcca2 100%);
  color: #fff;
  padding: 0 3px 0 2px;
}
#instant-search-facets-container .ais-Panel .ais-Panel-body .rheostat-horizontal .rheostat-handle-upper .rheostat-tooltip {
  transform: translateX(-12%);
  background: linear-gradient(270deg, #4aa568 0%, #8dcca2 100%);
  color: #fff;
  padding: 0 3px 0 2px;
}
#instant-search-facets-container .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item {
  margin-bottom: 5px;
}
#instant-search-facets-container .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
}
#instant-search-facets-container .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link .ais-HierarchicalMenu-count {
  color: #7A8587;
}
#instant-search-facets-container .ais-RefinementList-list .ais-RefinementList-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
}
#instant-search-facets-container .ais-RefinementList-list .ais-RefinementList-label .ais-RefinementList-count {
  color: #7A8587;
}
#instant-search-facets-container .ais-RefinementList-list input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
}
#instant-search-facets-container .ais-RefinementList-list input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
#instant-search-facets-container .ais-RefinementList-list .ais-RefinementList-item {
  position: relative;
}
#instant-search-facets-container #clear-refinements .ais-ClearRefinements-button {
  background: #eaf7ee;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  text-align: left;
}
#instant-search-facets-container #clear-refinements .ais-ClearRefinements-button:after {
  content: '\e907';
  font-family: 'icomoon';
  float: right;
  font-size: 12px;
}
#instant-search-facets-container #current-refinements .ais-CurrentRefinements-item {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383B;
  border: 0;
  padding: 0;
}
#instant-search-facets-container #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-label {
  font-weight: 600;
}
#instant-search-facets-container #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-delete {
  position: absolute;
  right: 0;
  top: 3px;
}
#instant-search-facets-container #current-refinements .ais-CurrentRefinements-list {
  position: relative;
  margin: 0;
}
.ais-RefinementList-searchBox .ais-SearchBox-input {
  font-size: 15px;
  line-height: 24px;
  color: #05383b;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  height: 40px;
  padding: 5px 10px;
  margin-bottom: 12px;
}
#algolia-right-container .algolia-infos {
  line-height: 1.2;
}
#algolia-right-container .product-reviews-summary.short {
  display: none;
}
.ais-RangeSlider .rheostat-progress {
  background: linear-gradient(270deg, #4aa568 0%, #8dcca2 100%);
  border-radius: 20px;
}
.ais-RangeSlider .rheostat-handle {
  background: linear-gradient(160deg, #8dcca2 40%, #4aa568 100%);
  box-shadow: #b9dfc6 0px 3px 4px;
  border-radius: 2px;
  height: 12px;
  transform: translate(8px, 18px);
  width: 8px;
  border: 0;
}
.ais-RangeSlider .rheostat-handle:before {
  content: "";
  background: inherit;
  bottom: 8px;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  display: block;
  height: 6px;
  left: 1px;
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.ais-RangeSlider .rheostat-tooltip {
  top: -36px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #algolia_instant_selector .ais-Hits-list .ais-Hits-item {
    width: 33.33%;
  }
  .ais-Hits-list .ais-Hits-item .result-sub-content form .tocart {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #algolia_instant_selector #refine-toggle {
    display: none !important;
  }
  #algolia_instant_selector #instant-search-facets-container {
    display: block !important;
  }
  #instant-search-facets-container .ais-Panel .ais-Panel-header .name {
    padding: 0;
  }
  #instant-search-facets-container .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .algolia-instant-results-wrapper {
    padding: 0 20px;
  }
  #algolia_instant_selector .ais-Hits-list .ais-Hits-item {
    width: 33.33%;
  }
  #algolia_instant_selector #refine-toggle {
    background: #359555;
    color: #fff;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 4px;
    margin: 5px 0 0;
  }
  #algolia-left-container {
    margin-bottom: 20px;
  }
  #algolia_instant_selector .pull-left {
    margin-bottom: 10px;
  }
  #instant-search-facets-container {
    padding-top: 15px;
  }
}
@media (max-width: 639px) {
  #algolia_instant_selector .ais-Hits-list .ais-Hits-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .ais-Hits-list .ais-Hits-item .result-sub-content form .tocart {
    font-size: 10px;
    padding: 4px 6px;
  }
}
body .header-content-top-search-section {
  padding-right: 0;
  margin-right: 30px;
}
body .header-content-top-search-section .aa-LoadingIndicator {
  display: none;
}
body .aa-Panel {
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 4px 24px -6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
  margin-top: 4px;
  position: fixed;
  top: 60px !important;
}
body .aa-Panel.productColumn2 section .aa-List li:hover {
  background: transparent;
}
body .aa-Panel.productColumn2 section:nth-child(2) .aa-List li:hover {
  background: transparent;
}
body .aa-Panel.productColumn1 section .aa-List li:hover {
  background: transparent;
}
body #algolia-autocomplete-container .aa-dropdown-menu .category,
body .aa-Panel .category,
body .aa-Panel .aa-PanelLayout section .aa-SourceHeader {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  color: #7A8587;
}
body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit {
  padding: 0;
  overflow: hidden;
}
body .aa-Panel .algoliasearch-autocomplete-hit {
  padding: 0;
  overflow: hidden;
}
body .aa-Panel li.aa-Item {
  margin-bottom: 0px;
  padding-bottom: 16px;
}
body .aa-Panel div.algoliasearch-autocomplete-price span {
  font-weight: 600;
  font-size: 12px;
}
body .aa-Panel div.algoliasearch-autocomplete-price span.before_special {
  order: -1;
  font-weight: normal;
}
body .aa-Panel .aa-PanelLayout {
  padding-bottom: 52px;
}
body .aa-Panel.productColumn1 section:nth-child(1) .aa-List li {
  overflow: hidden;
}
body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb img,
body .aa-Panel .algoliasearch-autocomplete-hit .thumb img {
  width: 56px;
}
body #algolia-autocomplete-container .aa-dropdown-menu div.algoliasearch-autocomplete-price,
body .aa-Panel div.algoliasearch-autocomplete-price {
  height: auto;
  font-size: 13px;
  color: #033033;
  display: flex;
  align-items: center;
  gap: 10px;
}
body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category,
body .aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  font-size: 12px;
}
body .footer_algolia {
  display: none;
}
body #autocomplete-products-footer {
  width: 75.7%;
  padding: 16px 20px;
  text-align: left;
  bottom: 0;
  left: 24.3%;
  border-top: 1px solid #E8EAEB;
  border-left: 1px solid #E8EAEB;
  color: #05383B;
  background: transparent;
}
body #autocomplete-products-footer span {
  font-weight: 400;
  color: #05383B;
  padding-left: 3px;
}
body #autocomplete-products-footer span a {
  color: #05383B;
}
body #autocomplete-products-footer span a:hover {
  color: #359555;
  text-decoration: none;
}
body #algoliaAutocomplete .aa-SubmitButton {
  height: 36px;
  color: #7A8587;
  padding: 8px 10px;
  line-height: 1;
}
body #algoliaAutocomplete .aa-Autocomplete[aria-expanded="true"] .aa-ClearButton {
  display: block;
  border: 0;
  height: 34px;
  border-radius: 100%;
  padding: 0;
  min-width: 34px;
  line-height: 1;
  outline: none;
  right: 3px;
  background: transparent;
}
body #algoliaAutocomplete .aa-Autocomplete[aria-expanded="true"] .aa-ClearButton:before {
  content: "\e94a";
  font-family: 'icomoon';
  color: #05383B;
  font-weight: normal;
  font-size: 20px;
  border: 0;
  outline: none;
}
body #algoliaAutocomplete .aa-Autocomplete[aria-expanded="true"] .aa-ClearButton svg {
  display: none;
}
body .aa-Autocomplete[aria-expanded="true"] .aa-SubmitButton {
  display: none;
}
@media (min-width: 992px) {
  body .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1),
  body .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2),
  body .aa-Panel .aa-PanelLayout section:nth-child(3),
  body .aa-Panel .aa-PanelLayout section:nth-child(4),
  body .aa-Panel .aa-PanelLayout section:nth-child(5) {
    width: 190px !important;
  }
  body .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
    min-width: 615px !important;
  }
}
@media (min-width: 768px) {
  body.page-products .block-search input,
  body.catalogsearch-result-index .block-search input,
  body .block-search input {
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    height: 36px;
    padding: 5px 0 5px 12px;
  }
  body .block-search input:focus {
    border: 1.5px solid #319163;
    border-radius: 4px;
    background: #F8FBF9;
  }
}
@media (min-width: 768px) and (min-width: 769px) {
  .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
    border-left: 1px solid #E8EAEB;
    margin-left: 0 !important;
    padding: 15px 15px 0px;
  }
  #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info,
  .aa-Panel .algoliasearch-autocomplete-hit .info {
    margin-left: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  body .aa-Panel.productColumn1 section:nth-child(1) .aa-List li {
    width: 215px;
  }
  body .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
    min-width: 475px !important;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu,
  body .aa-Panel {
    min-width: 675px !important;
  }
  body #autocomplete-products-footer {
    left: 29.4%;
    width: 70.6%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  body .aa-Panel.productColumn1 section:nth-child(1) .aa-List li {
    width: 190px;
  }
  body .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
    min-width: 429px !important;
  }
  body .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2) {
    width: 160px !important;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu,
  body .aa-Panel {
    min-width: 609px !important;
  }
  body #autocomplete-products-footer {
    left: 29.4%;
    width: 70.6%;
  }
}
@media (max-width: 768px) {
  body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb,
  body .aa-Panel .algoliasearch-autocomplete-hit .thumb {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  body .header-content-top-search-section .block-search input {
    margin: 0;
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    height: 36px;
  }
  body #algoliaAutocomplete {
    left: 0px;
    width: auto;
    right: 0px;
    top: 0px;
    display: none;
  }
  body .header-content-top-search-section {
    margin-right: 0;
    top: 60px;
  }
  body .header-content-section {
    top: 0;
    left: 0;
    width: auto;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info,
  body .aa-Panel .algoliasearch-autocomplete-hit .info {
    white-space: normal;
    padding-right: 10px;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu,
  body .aa-Panel {
    z-index: 9999 !important;
  }
  body .aa-Panel .aa-PanelLayout section {
    min-width: 150px;
  }
}
@media (max-width: 479px) {
  body #algoliaAutocomplete {
    top: 12px;
    margin-bottom: 2px;
  }
}
.checkout-index-index {
  border-top: 10px solid #4aa568;
  /* 1-06-22  */
}
.checkout-index-index .payment-group .payment-method#free {
  display: block;
}
.checkout-index-index .checkout-billing-address input[type="checkbox"] {
  top: 0;
}
.checkout-index-index .page-wrapper {
  padding: 40px 0;
}
.checkout-index-index .page-wrapper .page-main {
  width: 65%;
  padding-left: 164px;
  margin: 0;
  padding-right: 0;
}
.checkout-index-index .modal-custom .modal-inner-wrap .modal-header {
  padding: 0;
}
.checkout-index-index .opc-wrapper {
  width: 100%;
  padding-right: 44px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-title {
  color: #05383b;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'ivypresto-display', serif;
  margin-bottom: 8px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-content {
  padding: 0 15px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address #checkout-step-shipping {
  padding: 0;
  margin: 0;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item {
  width: 100%;
  border-bottom: 1px solid #e8eaeb;
  padding: 10px;
  font-size: 16px;
  margin: 0;
  border-color: transparent;
  border-bottom-color: #e8eaeb;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  margin-bottom: 8px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item br {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item {
  margin: 0;
  color: #359555;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  background: transparent;
  padding: 0;
  border: 0;
  text-align: right;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item:hover {
  color: #257540;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .edit-address-link {
  float: right;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #359555;
  padding-right: 8px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .edit-address-link:hover {
  text-decoration: none;
  color: #257540;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item:after {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item br {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item a {
  color: #05383b;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item:before {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-popup {
  background: #359555;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  border: 0;
  line-height: 24px;
  border-radius: 4px;
  margin: 8px 0 0;
}
.checkout-index-index .opc-wrapper #opc-shipping_method {
  margin: 0;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  margin: 0;
}
.checkout-index-index .checkout-container .opc-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 35%;
}
.checkout-index-index #checkout-step-shipping_method .form.methods-shipping {
  padding: 0;
}
.checkout-index-index #checkout-step-shipping_method .form.methods-shipping input[type="radio"] {
  margin: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  min-width: 16px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 24px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method thead th.col {
  display: none;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table {
  counter-increment: my-awesome-counter;
  position: relative;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table:before {
  content: counter(my-awesome-counter) ". ";
  font-weight: 600;
  color: #05383B;
  position: absolute;
  left: 0;
  top: 1px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table .seller-details {
  width: 100%;
  padding: 0;
  padding-left: 15px !important;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table .seller-details span.seller-products {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 15px !important;
  z-index: 99;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 14px;
  left: 0;
  bottom: 100%;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table .seller-details .seller-prod-info:before {
  content: "\e919";
  font-family: 'icomoon';
  color: #05383b;
  cursor: pointer;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table .seller-details .seller-prod-info:hover span.seller-products {
  display: block;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table input[type="radio"] {
  position: absolute;
  top: -100000px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table tr:not(.shipping-method-checkout) td:first-child label {
  position: relative;
  display: block;
  height: 20px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table tr td {
  width: auto;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table tr td:first-child {
  width: 20px;
  padding: 0;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table tr td.seller-details {
  width: auto;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .seller-method-table tr:first-child td .seller-products {
  padding-left: 4px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody td {
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody td input[type="radio"]:checked ~ label:before {
  background-color: #4aa568;
  border: 0;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody td input[type="radio"]:checked ~ label:after {
  background-color: #ffffff;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 100%;
  position: absolute;
  left: 3.8px;
  top: 6px;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody td input[type="radio"] ~ label:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  border: 1px solid #d3d8db;
  transform: translateY(-50%);
  cursor: pointer;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody #label_method_flatrate_flatrate {
  display: flex;
  align-self: center;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr {
  color: #05383b;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  margin: 0;
  flex-wrap: wrap;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr.shipping-method-checkout {
  display: flex;
  flex-direction: column;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr .col-price {
  width: auto;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr td.col.seller-table {
  width: 100%;
  padding: 0;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr td.col.seller-table .seller-details .seller-name {
  font-weight: 600;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr td.col.seller-table .seller-method-table td input[type="radio"] ~ label:before {
  top: 50%;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody tr td.col.seller-table table {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody .row td.col {
  padding: 5px;
  border: 0;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody .row td.col.col-error {
  width: 100%;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method tbody .col-price {
  font-weight: 400;
}
.checkout-index-index #checkout-step-shipping_method #co-shipping-method-form .col-price .price {
  color: #05383b;
  font-size: 16px;
  font-weight: 400;
}
.checkout-index-index .checkout-shipping-method .step-title {
  color: #05383b;
  margin-top: 32px;
  margin-bottom: 0;
  border: 0;
  font-size: 28px;
  font-weight: 400;
  font-family: 'ivypresto-display', serif;
  padding: 0;
}
.checkout-index-index .checkout-shipping-method .shipping-title-hint {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.checkout-index-index .checkout-shipping-method #checkout-step-shipping_method {
  margin-top: 16px;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar .primary .action.button {
  color: #ffffff;
  background-color: #359555;
  padding: 10px 16px 10px 16px;
  height: 44px;
  border-radius: 4px;
  border: 0;
}
.checkout-index-index .opc-sidebar {
  background-color: #f6f6f6;
  height: 100%;
  border: 1px solid #e8eaeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  background: none;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
  display: flex;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .details-qty {
  font-size: 16px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .details-qty .label {
  display: inline-block;
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .price {
  color: #05383b;
  font-size: 16px;
  font-weight: 600;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .toggle {
  color: #05383b;
  font-size: 16px;
  font-weight: 600;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .toggle:after {
  color: #05383b;
  font-size: 16px;
  font-weight: 600;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .content {
  box-shadow: 0 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  padding: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .content .item-options {
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .content .item-options .label,
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .content .item-options .values {
  margin-bottom: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product.options .content .item-options .label {
  font-weight: 600;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .product-item-inner {
  width: 70%;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  padding: 0;
  font-size: 16px;
  color: #05383b;
  margin: 0;
  max-width: 100%;
}
.checkout-index-index .opc-sidebar .opc-block-summary .product-item .prodyct-item-inner {
  margin: 0 0 8.5px 16px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .product-item .product-image-container {
  margin-right: 16px;
  width: 60px !important;
  height: 60px !important;
}
.checkout-index-index .form.methods-shipping input[type="radio"] {
  margin: 0;
  float: none;
}
.checkout-index-index .opc-block-summary .table-totals .totals.totals .mark {
  line-height: 24px;
  color: #7a8587;
  font-size: 16px;
}
.checkout-index-index .opc-block-summary .table-totals .totals.totals .amount .price {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .table-totals .totals.shipping .amount {
  padding-top: 20px;
}
.checkout-index-index .opc-block-summary .table-totals .totals.shipping .amount .price {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .table-totals .totals.shipping .amount .not-calculated {
  font-style: initial;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .opc-block-summary .table-totals .totals.shipping .mark {
  color: #7a8587;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
.checkout-index-index .opc-block-summary .table-totals .totals.shipping .mark .value {
  margin-bottom: 20px;
  color: #7a8587;
}
.checkout-index-index .opc-block-summary .table-totals .totals.store-credit .mark span {
  display: block;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals {
  border-top: 1px solid #e8eaeb;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals .mark {
  color: #7a8587;
  font-size: 16px;
  line-height: 24px;
  border-top: 0;
  padding: 24px 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals .amount {
  border-top: 0;
  padding: 24px 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals .amount .price {
  color: #05383b;
  font-size: 28px;
  line-height: 34px;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .table-totals .grand strong {
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .table-totals .totals.discount .title,
.checkout-index-index .opc-block-summary .table-totals .totals.discount .coupon {
  display: block;
}
.checkout-index-index .opc-block-summary .table-totals .totals.discount .coupon {
  color: #359555;
}
.checkout-index-index .opc-block-summary .table-totals .totals.discount .coupon:before {
  content: '\e90e';
  font-family: 'icomoon';
  padding-right: 4px;
  font-size: 14px;
}
.checkout-index-index .opc-block-summary .table-totals .totals.discount .mark {
  gap: 8px;
  align-items: center;
}
.checkout-index-index .payment-group .payment-method {
  border-bottom: 1px solid #e8eaeb;
  padding: 16px 0;
  display: none;
}
.checkout-index-index .payment-group .payment-method .payment-method-title {
  position: relative;
  border: 0;
  padding: 0;
}
.checkout-index-index .payment-group .payment-method .payment-method-title input[type="radio"] {
  margin: 0;
}
.checkout-index-index .payment-group .payment-method .payment-method-title .label {
  padding-left: 20px;
}
.checkout-index-index .payment-group .payment-method .payment-method-title input[type="radio"]:checked ~ label:before {
  background-color: #4aa568;
  content: "";
  border: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  top: 5px;
  left: -2px;
}
.checkout-index-index .payment-group .payment-method .payment-method-title input[type="radio"]:checked ~ label:after {
  background-color: #ffffff;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 9px;
}
.checkout-index-index .payment-group .payment-method .payment-method-title .label span {
  font-size: 18px;
  color: #05383b;
  font-weight: 600;
}
.checkout-index-index .payment-group .payment-method .payment-method-title.stripe-payment input[type="radio"]:checked ~ label:after {
  top: 19px;
  left: 2px;
}
.checkout-index-index .payment-group .payment-method .payment-method-title.stripe-payment input[type="radio"]:checked ~ label:before {
  top: 15px;
  left: -2px;
}
.checkout-index-index .payment-group .payment-method.stripe-payments {
  display: block;
}
.checkout-index-index .payment-group #stripe_cc input[type="radio"]:checked ~ label:after {
  top: 28px;
}
.checkout-index-index .payment-group #stripe_cc input[type="radio"]:checked ~ label:before {
  top: 24px;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address {
  color: #05383b;
  font-size: 16px;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address a {
  color: #05383b;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block {
  position: relative;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  position: absolute;
  top: 3px;
  left: -1px;
  width: 15px;
  border-radius: 4px;
}
.checkout-index-index .payment-method-content .form .field.choice {
  position: relative;
}
.checkout-index-index .payment-method-content .form .field.choice input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  position: absolute;
  top: 3px;
  left: -1px;
  width: 15px;
  border-radius: 4px;
}
.checkout-index-index .payment-method-content .form .form-row .StripeElement {
  height: auto;
}
.checkout-index-index .payment-method-content .primary .checkout.primary {
  background-color: #359555;
  border-radius: 4px;
  padding: 10px 16px 10px 16px !important;
  height: 44px;
  line-height: 0 !important;
}
.checkout-index-index .payment-method-content .StripeElement {
  height: auto;
}
.checkout-index-index .payment-method-content .stripe-dropdown-list .new a {
  color: #359555;
}
.checkout-index-index .payment-method-content .stripe-dropdown-list .new a:hover {
  color: #257540;
}
.checkout-index-index .payment-method-content .stripe-dropdown-list .new a:before {
  content: '\e91e';
  font-family: 'icomoon';
  font-size: 14px;
  padding-right: 4px;
}
.checkout-index-index .checkout-savecart-block .checkout-savecart {
  position: relative;
}
.checkout-index-index .checkout-savecart-block .checkout-savecart input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  boder-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  position: absolute;
  top: 3px;
  left: -1px;
  width: 15px;
  border-radius: 4px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content {
  color: #05383b;
  font-size: 16px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content a {
  color: #05383b;
}
.checkout-index-index .checkout-payment-method .store-credit {
  border-bottom: 1px solid #e8eaeb;
}
.checkout-index-index .checkout-payment-method .payment-option-title {
  border-top: 0;
  padding-left: 0;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle span {
  color: #05383b;
  font-size: 18px;
  font-weight: 600;
}
.checkout-index-index .checkout-payment-method .payment-option .payment-option-content {
  padding: 0 0 17px;
}
.checkout-index-index .checkout-payment-method .payment-option-inner {
  margin: 0 20px 17px 0;
}
.checkout-index-index .checkout-payment-method #co-payment-form .fieldset hr {
  border: 0;
}
.checkout-index-index .form-store-credit .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.checkout-index-index .form-store-credit .actions-toolbar .primary {
  width: 50%;
  float: none;
  text-align: right;
}
.checkout-index-index .form-store-credit .actions-toolbar .primary .action.action-apply,
.checkout-index-index .form-store-credit .actions-toolbar .primary .action.action-cancel {
  margin-right: 0;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px 10px 16px !important;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  width: auto;
}
.checkout-index-index .form-store-credit .actions-toolbar .label {
  width: 50%;
}
.checkout-index-index .form-store-credit .actions-toolbar .label span {
  color: #05383b;
  font-size: 20px;
}
.checkout-index-index #checkout-payment-method-load .payment-methods .payment-group .step-title {
  font-family: 'ivypresto-display', serif;
  font-size: 28px;
  color: #05383b;
}
.checkout-index-index #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .primary {
  float: right;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
  margin-top: 24px;
}
.checkout-index-index .opc-wrapper .form-shipping-address #shipping-new-address-form .field .label {
  color: #05383b;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .admin__control-fields legend.label {
  color: #05383b;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field .input-text,
.checkout-index-index .opc-wrapper .form-shipping-address .field select {
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field .input-text:focus,
.checkout-index-index .opc-wrapper .form-shipping-address .field select:focus {
  border: 1px solid #319163;
  background-color: #f8fbf9;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field .field-tooltip-action {
  display: none;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field ._with-tooltip .input-text {
  width: 100%;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field.additionl {
  margin-top: 0;
}
.checkout-index-index .checkout-container #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .checkout-container .form.form-shipping-address .field {
  width: 100%;
}
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.firstname"],
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.lastname"],
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.country_id"],
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.postcode"] {
  width: 49%;
}
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.country_id"] {
  order: 1;
}
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.postcode"] {
  order: 2;
}
.checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.telephone"] {
  order: 3;
}
.checkout-index-index .checkout-container .opc-progress-bar {
  display: none;
}
.checkout-index-index .checkout-logo {
  padding-bottom: 35px;
}
.checkout-index-index .checkout-logo .logo {
  float: none;
  margin: 0;
}
.checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container .primary,
.checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container .primary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container button.continue,
.checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container button.continue {
  height: 44px;
  border-radius: 4px;
  background: #359555;
  font-size: 16px;
  display: block;
  width: auto;
  border: 0;
}
.checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container button.back,
.checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container button.back {
  background: #ffffff;
  color: #05383b;
  border: 0;
  height: 44px;
  font-size: 16px;
  display: block;
  width: auto;
  padding-left: 0;
}
.checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container button.back span span:before,
.checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container button.back span span:before {
  content: "\e903";
  font-family: 'icomoon';
  padding-right: 10px;
  vertical-align: bottom;
}
.checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container button.back span .mobile-hide:before,
.checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container button.back span .mobile-hide:before {
  display: none;
}
.checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container button.back span .mobile-hide span:before,
.checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container button.back span .mobile-hide span:before {
  display: none;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to {
  position: relative;
  border: 1px solid #e8eaeb;
  padding: 5px 12px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to .shipping-information-title {
  color: #7a8587;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to .shipping-information-title button.action.action-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  border: 0;
  background: transparent;
  padding-right: 12px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to .shipping-information-title button.action.action-edit span {
  color: #359555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to .shipping-information-content {
  color: #05383b;
  font-size: 16px;
  width: 80%;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to .shipping-information-content a {
  color: #05383b;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-to .shipping-information-content br {
  display: none;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-shipping-address-div .shipping-information .ship-via {
  display: none;
}
.checkout-index-index .checkout-container #shipping-details .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method {
  margin-bottom: 24px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-return-address {
  padding: 5px 12px;
  border: 1px solid #e8eaeb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-return-address .return-address-heading {
  color: #7a8587;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: 2px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-return-address .company-details {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-return-address .company-details .selected-return-address {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-return-address .company-details .action-edit {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
}
.checkout-index-index .checkout-container #shipping-details .shipping-details-return-address .company-details .action-edit span {
  font-weight: 400;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content {
  padding: 0 0 16px;
  position: relative;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content .stripe-card-cvc-element {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content .stripe-card-cvc-element #stripe-card-cvc-element {
  width: 100px;
  margin: 0;
  min-height: 44px;
  padding: 12px 10px;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content .stripe-card-cvc-element svg {
  display: none;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options {
  padding: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control {
  margin: 0;
  position: relative;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control #card-element {
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 97%;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control .stripe-payments-elements #card-details-label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control .stripe-payments-elements .pci-dss-info-text span {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control .stripe-payments-elements svg#pci-svg {
  position: absolute;
  top: 46px;
  right: 0;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control .field.choice {
  position: relative;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control .field.choice span {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control .field.choice input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  position: absolute;
  top: 4px;
  left: -1px;
  width: 15px;
  border-radius: 4px;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-return-address {
  padding: 5px 12px;
  border: 1px solid #e8eaeb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-return-address .return-address-heading {
  color: #7a8587;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: 2px;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-return-address .company-details {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-return-address .company-details .selected-return-address {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-return-address .company-details .action-edit {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-return-address .company-details .action-edit span {
  font-weight: 400;
  letter-spacing: 2px;
}
.checkout-index-index .checkout-container .checkout-payment-method .payment-method .payment-method-title .payment-icon {
  width: 80px;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset br {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .step-title {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .fieldset {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .checkout-container #companydetails .shipping-information {
  width: 100%;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to {
  position: relative;
  border: 1px solid #e8eaeb;
  padding: 5px 10px;
  border-radius: 4px;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-title button.action.action-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  padding-right: 12px;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-title button.action.action-edit span {
  color: #359555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-title span {
  color: #7a8587;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 2px;
  display: block;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-content {
  color: #05383b;
  font-size: 16px;
  width: 80%;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-content br {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-content a {
  color: #05383b;
}
.checkout-index-index .checkout-container #companydetails .shipping-information .ship-via {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar {
  margin-top: 40px;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar button.continue {
  height: 44px;
  border-radius: 4px;
  background: #359555;
  font-size: 16px;
  display: block;
  width: auto;
  margin: 0;
  border: 0;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar button.back {
  background: #ffffff;
  color: #05383b;
  border: 0;
  height: 44px;
  font-size: 16px;
  display: block;
  width: auto;
  padding-left: 0;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar button.back span span:before {
  content: "\e903";
  font-family: 'icomoon';
  padding-right: 10px;
  vertical-align: text-bottom;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar button.back span .mobile-hide:before {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar button.back span .mobile-hide span:before {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar .primary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.checkout-index-index .checkout-container #companydetails .field[name="returnAddressForm.return_is_default"] .label {
  display: none;
}
.checkout-index-index .checkout-container #companydetails .field[name="returnAddressForm.return_is_default"] .choice {
  margin-top: 16px;
}
.checkout-index-index .checkout-container #companydetails .field[name="returnAddressForm.return_is_default"] .choice .label {
  display: initial;
}
.checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.company_name"],
.checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.website"] {
  width: 50%;
  padding-right: 20px;
}
.checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.support_email"],
.checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.phone"] {
  width: 50%;
  padding-left: 20px;
}
.checkout-index-index .checkout-container #companydetails .field .control .input-text,
.checkout-index-index .checkout-container #companydetails .field .control .select {
  border-radius: 4px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .checkout-container #companydetails .field .control .select {
  border: 1px solid #c2c2c2;
}
.checkout-index-index .checkout-container #companydetails .field .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_is_default"],
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_company"],
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_phone"] {
  width: 100%;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_first_name"],
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_city"],
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_country_id"] {
  width: 50%;
  padding-right: 20px;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_last_name"],
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_zip_code"],
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_region"] {
  width: 50%;
  padding-left: 20px;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_apt_suite"] {
  width: 30%;
  padding-left: 20px;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_address"] {
  width: 70%;
  padding-right: 20px;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field .choice.field {
  position: relative;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field .choice.field input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #D3D8DB;
  background: #fff;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .field .choice.field input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 14px;
  box-shadow: none;
  text-align: center;
}
.checkout-index-index .checkout-container #companydetails .return-address-div legend {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #05383b;
}
.checkout-index-index .checkout-container #companydetails .return-address-div .saved-return-addres-dropdown #returnaddressdata {
  border: 1px solid #d3d8db;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #05383b;
}
.checkout-index-index .checkout-container #companydetails #company-details-form legend {
  font-size: 28px;
  line-height: 34px;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  font-weight: 400;
  padding: 32px 0 24px;
}
.checkout-index-index .checkout-container .step-container .fieldset {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information {
  width: 100%;
  border: 1px solid #e8eaeb;
  border-radius: 4px 4px 0 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information:last-child {
  border: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to {
  border-bottom: 1px solid #e8eaeb;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via {
  position: relative;
  padding: 5px 10px;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-title button.action.action-edit,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via .shipping-information-title button.action.action-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  padding-right: 12px;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-title button.action.action-edit span,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via .shipping-information-title button.action.action-edit span {
  color: #359555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-title span,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via .shipping-information-title span {
  color: #7a8587;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 2px;
  display: block;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-content,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via .shipping-information-content {
  color: #05383b;
  font-size: 16px;
  width: 80%;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-content br,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via .shipping-information-content br {
  display: none;
}
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-content a,
.checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-via .shipping-information-content a {
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset .actions-toolbar .primary {
  float: left;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset .actions-toolbar .primary button.back {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: 0;
  padding-left: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset .actions-toolbar .primary button.back span span:before {
  content: "\e903";
  font-family: 'icomoon';
  padding-right: 10px;
  vertical-align: bottom;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset .actions-toolbar .primary button.back span .mobile-hide:before {
  display: none;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset .actions-toolbar .primary button.back span .mobile-hide span:before {
  display: none;
}
.checkout-index-index .checkout-container .checkout-payment-method #checkout-payment-method .payment-group .step-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address {
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address input[type="checkbox"] ~ label:before {
  text-align: center;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #D3D8DB;
  border-radius: 2px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-details {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-details br {
  display: none;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-details a {
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-details .action-edit-address {
  margin: 0;
  color: #359555;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  background: transparent;
  padding: 0 0 0 8px;
  border: 0;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .label_method_flatrate_flatrateel {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  margin-bottom: 8px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-same-as-shipping-block {
  font-size: 16px;
  color: #05383b;
  line-height: 24px;
  margin: 16px 0;
  position: relative;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .field-select-billing .control .select {
  font-size: 16px;
  color: #05383b;
  font-weight: 500;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  height: 44px;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .field-select-billing .control .select option {
  font-size: 16px;
  color: #05383b;
  font-weight: 500;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .field-select-billing .label {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  margin-bottom: 8px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .actions-toolbar .primary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .actions-toolbar .primary .action-update {
  background: #359555;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .actions-toolbar .primary .action-cancel {
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form {
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .fieldset {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.firstname"],
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.country_id"],
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.city"] {
  width: 50%;
  padding-right: 20px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.lastname"],
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.region_id"],
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.postcode"] {
  width: 50%;
  padding-left: 20px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.company"] {
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field.street {
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field .input-text {
  border-radius: 4px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  border-radius: 4px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field.choice {
  position: relative;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field .label span {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field .control .select {
  font-size: 16px;
  color: #05383b;
  font-weight: 500;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  height: 44px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field .control .select option {
  font-size: 16px;
  color: #05383b;
  font-weight: 500;
}
.checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.telephone"] {
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-shipping-method .shipping-information .ship-to .shipping-information-title span {
  font-weight: 600;
}
.checkout-index-index .checkout-container .checkout-shipping-address #checkout-step-shipping .addresses .shipping-address-items {
  color: #05383b;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'ivypresto-display', serif;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  padding: 20px 0 0;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.firstname"],
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.country_id"],
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.city"] {
  width: 50%;
  padding-right: 10px;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.lastname"],
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.postcode"] {
  width: 50%;
  padding-left: 10px;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.company"] {
  width: 100%;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field.street {
  width: 100%;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .input-text {
  border-radius: 4px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  border-radius: 4px;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field.choice {
  position: relative;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .label span {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .select {
  font-size: 16px;
  color: #05383b;
  font-weight: 500;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  height: 44px;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .select option {
  font-size: 16px;
  color: #05383b;
  font-weight: 500;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field[name="shippingAddress.telephone"] {
  width: 100%;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #e8eaeb;
  border-radius: 10px;
}
.checkout-index-index .modal-popup .modal-title {
  border: 0;
}
.checkout-index-index .modal-popup .modal-footer {
  border: 0;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background: #359555;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  color: #ffffff;
  height: 44px;
  border: 0;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
  background: #257540;
  text-decoration: none;
  border: 0;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup span {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none;
}
.checkout-index-index .opc-sidebar .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #e8eaeb;
}
.checkout-index-index .opc-sidebar .minicart-items-wrapper .minicart-items {
  display: block;
}
.checkout-index-index .opc-sidebar .minicart-items-wrapper .minicart-items .product-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: inherit !important;
}
.checkout-index-index .opc-sidebar .minicart-items-wrapper .minicart-items .product-image-wrapper img {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  padding: 20px 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.checkout-index-index .opc-sidebar .opc-block-summary .product-item {
  padding-bottom: 24px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart {
  margin-bottom: 24px;
  border-bottom: 1px solid #e8eaeb;
  order: -2;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items {
  display: block !important;
}
.checkout-index-index .opc-sidebar .opc-block-summary .title {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-payment-additional {
  border-bottom: 1px solid #e8eaeb;
  padding-bottom: 24px;
  margin-bottom: 24px;
  order: -1;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  flex-wrap: wrap;
  max-width: 420px;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .field .label {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .field .control .input-text {
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 16px;
  height: 44px;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .field .control .input-text::placeholder {
  color: #7a8587;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .actions-toolbar {
  margin-top: 0;
  order: 2;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .actions-toolbar .action-apply {
  background: #359555;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 4px;
  height: 44px;
  width: auto;
  border: 0;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .actions-toolbar .action-cancel {
  background: transparent;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .payment-option-inner {
  order: 1;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .applied-coupon-codes {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #10a739;
  background: #e1f7e7;
  border: 1px dashed #10a739;
  border-radius: 4px;
  order: 3;
  margin-top: 8px;
  gap: 8px;
  align-items: center;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .applied-coupon-codes .action.cancel span:after {
  content: "\e913";
  font-family: 'icomoon';
  color: #10a739;
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .applied-coupon-codes .action.cancel span img {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .applied-coupon-codes .action.cancel:hover {
  text-decoration: none;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .payment-option-title #block-discount-heading {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-payment-additional .payment-option-content {
  display: block !important;
}
/* success page */
.checkout-onepage-success .checkout-success {
  padding: 60px 0;
}
.checkout-onepage-success .checkout-success .checkout-success-order-thankyou {
  background: #f8fbf9;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 32px;
}
.checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id .icon-right-icon:before {
  color: #359555;
  background: #eaf7ee;
  padding: 20px;
  border-radius: 100%;
  font-size: 18px;
}
.checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id .orders {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
}
.checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id .orders p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  margin: 0;
}
.checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id .orders p a {
  color: #05383b;
}
.checkout-onepage-success .checkout-success .order-thankyou-order-message {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #05383b;
}
.checkout-onepage-success .checkout-success .order-thankyou-order-message .place-successful {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8eaeb;
  padding: 0 32px;
  border-radius: 8px;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-billing-address,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-info,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment {
  width: 50%;
  padding: 24px 0;
  border-bottom: 1px solid #e8eaeb;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address .box-des,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-billing-address .box-des,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address .box-des,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-info .box-des,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship .box-des,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment .box-des {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #05383b;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address .box-content,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-billing-address .box-content,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address .box-content,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-info .box-content,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship .box-content,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment .box-content {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address .box-content a,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-billing-address .box-content a,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address .box-content a,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-info .box-content a,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship .box-content a,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment .box-content a {
  color: #05383b;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address .box-content a:hover,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-billing-address .box-content a:hover,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address .box-content a:hover,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-info .box-content a:hover,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship .box-content a:hover,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment .box-content a:hover {
  text-decoration: 0;
}
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship,
.checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment {
  border: 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  padding-top: 24px;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .help {
  color: #359555;
  background: transparent;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  width: auto;
  white-space: nowrap;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue {
  background: #359555;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  width: auto;
  white-space: nowrap;
  border: 0;
}
/* cart page */
.stripe-payments-express-minicart {
  display: none;
}
.cart-summary .StripeElement {
  display: none;
}
.checkout-cart-index .page-main {
  padding-top: 40px;
}
.checkout-cart-index .page-title {
  margin: 0;
}
.checkout-cart-index .page-title .base {
  color: #05383b;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.checkout-cart-index .cart-summary {
  top: 0 !important;
  background: transparent;
  width: 31%;
  background: #f8fbf9;
  border-radius: 4px;
  padding: 24px;
}
.checkout-cart-index .cart-summary .summary.title {
  font-family: 'ivypresto-display', serif;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  margin-top: 0;
  display: block;
}
.checkout-cart-index .cart-summary .block.shipping {
  display: none;
}
.checkout-cart-index .cart-summary .block.shipping .title #block-shipping-heading {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.checkout-cart-index .cart-summary .block.shipping .title #block-shipping-heading:before {
  color: #359555;
  content: '\e93d';
  font-family: 'icomoon';
  padding-right: 8px;
}
.checkout-cart-index .cart-summary .block.shipping .title:after {
  display: none;
}
.checkout-cart-index .cart-summary .block.shipping.active #block-shipping-heading:before {
  content: '\e902';
  font-size: 10px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field[name="shippingAddress.postcode"] {
  width: 50%;
  padding-left: 8px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field[name="shippingAddress.region_id"],
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field[name="shippingAddress.region"] {
  width: 50%;
  padding-right: 8px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field {
  padding-bottom: 16px;
  margin: 0;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field .label {
  color: #05383b;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field .control {
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field .control .select {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 36px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .field .control .input-text {
  border: 0;
  height: 36px;
}
.checkout-cart-index .cart-summary .block.shipping.active #shipping-zip-form .estimate .note {
  display: none;
}
.checkout-cart-index .cart-summary .block.shipping.active #co-shipping-method-form .fieldset .field.choice {
  position: relative;
}
.checkout-cart-index .cart-summary .block.shipping.active #co-shipping-method-form .fieldset .item-options input[type="radio"]:checked ~ label:before {
  background-color: #4aa568;
  content: "";
  border: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  top: 3px;
  left: -1px;
}
.checkout-cart-index .cart-summary .block.shipping.active #co-shipping-method-form .fieldset .item-options input[type="radio"]:checked ~ label:after {
  background-color: #ffffff;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 7px;
}
.checkout-cart-index .cart-summary .block.shipping.active #co-shipping-method-form .fieldset .item-options .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-left: 4px;
}
.checkout-cart-index .cart-summary .block.shipping.active #co-shipping-method-form .fieldset .item-options input[type="radio"] + label:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: -1px;
  top: 3px;
  border: 1px solid #d3d8db;
}
.checkout-cart-index .cart-summary .block.shipping.active #co-shipping-method-form .fieldset .item-title span {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 8px;
  color: #05383b;
}
.checkout-cart-index .cart-summary .block.shipping.active .amrates-shipping-rates .rate {
  margin: 0;
}
.checkout-cart-index .cart-summary .block.shipping.active .amrates-shipping-rates .rate .item-options .choice {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.checkout-cart-index .cart-summary .block.shipping.active .amrates-shipping-rates .rate .item-options .choice .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-top: 4px;
}
.checkout-cart-index .cart-summary .block.shipping.active .amrates-shipping-rates .rate .item-options .choice input[type="radio"]:checked ~ label:before {
  background-color: #4aa568;
  content: "";
  border: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  top: 15px;
  left: 5px;
}
.checkout-cart-index .cart-summary .block.shipping.active .amrates-shipping-rates .rate .item-options .choice input[type="radio"]:checked ~ label:after {
  background-color: #ffffff;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 100%;
  position: absolute;
  left: 9px;
  top: 19px;
}
.checkout-cart-index .cart-summary .block.shipping.active .amrates-shipping-rates .rate .item-options .choice .price {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.checkout-cart-index .cart-summary .block.shipping #block-summary {
  padding: 10px 0 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item button.action.primary.checkout,
.checkout-cart-index .cart-summary .checkout-methods-items .item button.amshopby-button.checkout,
.checkout-cart-index .cart-summary .checkout-methods-items .item button.am-filter-go.checkout {
  background: #359555;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  border-radius: 4px;
  height: 44px;
  border: 0;
}
.checkout-cart-index .cart-summary .cart-totals .totals .grand.totals .price {
  font-family: 'ivypresto-display', serif;
  font-size: 28px;
  line-height: 34px;
}
.checkout-cart-index .cart-summary .cart-totals .totals .mark {
  color: #7a8587;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
}
.checkout-cart-index .cart-summary .cart-totals .totals .mark strong {
  font-weight: 400;
}
.checkout-cart-index .cart-summary .cart-totals .totals .mark .delete {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #359555;
}
.checkout-cart-index .cart-summary .cart-totals .totals .mark .delete:hover {
  color: #257540;
  text-decoration: none;
}
.checkout-cart-index .cart-summary .cart-totals .totals .price {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.checkout-cart-index .form-cart {
  width: 69%;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item {
  border-bottom: 1px solid #e8eaeb;
  padding: 24px 0;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item:nth-last-child(2),
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item:last-child {
  border: 0;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .item-info .col {
  padding-top: 8px;
  padding-left: 16px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .item-info .item .product-item-details {
  padding-bottom: 0;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .item-info .item .product-item-details .cart.message.error {
  display: flex;
  padding: 16px 0;
  border-radius: 4px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .item-info .item .product-item-details .cart.message.error div {
  padding-left: 40px;
  position: relative;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .item-info .item .product-item-details .cart.message.error div:before {
  position: absolute;
  top: 50%;
  left: 0;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar {
  padding-bottom: 24px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .price .cart-price .price {
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
  font-weight: 600;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .subtotal .cart-price .price {
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
  font-weight: 600;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-image-photo {
  width: 95px;
  height: 95px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .product-item-name {
  line-height: 30px;
  color: #05383b;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .product-item-name a {
  color: #05383b;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options {
  margin-top: 16px;
  position: relative;
  min-width: 100px;
  width: 100%;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options dt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .dropdown-toggle {
  padding: 9px;
  cursor: pointer;
  border-radius: 4px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .dropdown-toggle:before {
  content: '\e93f';
  font-family: 'icomoon';
  font-size: 4px;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 20px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .dropdown-toggle:hover {
  background: #eaf7ee;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .dropdown-toggle.active {
  border: 1px solid #4aa568;
  border-radius: 4px;
  position: relative;
  background: transparent;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .actions-toolbars {
  display: none;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .actions-toolbars.visible {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 4px;
  width: 155px;
  background: #ffffff;
  box-shadow: 0 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 999;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .actions-toolbars a {
  padding: 2px 10px;
  width: 100%;
  color: #05383b;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-item-details .item-options .actions-toolbars a:hover {
  text-decoration: none;
  background: #eaf7ee;
}
.checkout-cart-index .form-cart .cart.table-wrapper thead tr th.col {
  font-size: 14px;
  color: #7a8587;
  line-height: 20px;
  border-bottom: 1px solid #e8eaeb;
}
.checkout-cart-index .form-cart .cart.table-wrapper .col.qty .control-qty-cart {
  height: 44px;
  max-width: 70px;
  width: 100%;
}
.checkout-cart-index .form-cart .cart.table-wrapper .col.qty .control-qty-cart .input-text {
  margin: 0;
  font-size: 16px;
  color: #05383b;
  padding-right: 20px;
  max-width: 100%;
  width: auto;
}
.checkout-cart-index .form-cart .cart.actions .clear {
  background: #359555;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  height: 44px;
  border-radius: 4px;
  width: auto;
  padding: 10px 16px;
}
.checkout-cart-index .form-cart .cart.actions .clear:hover {
  background: #257540;
  color: #ffffff;
  text-decoration: none;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody {
  border-left: 2px solid #e8eaeb;
  border-radius: 4px;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by {
  padding: 0;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding: 24px 0 0;
  margin: 0 -3px;
  background: #ffffff;
  display: flex;
  gap: 4px;
  position: relative;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name .tooltip:hover .tooltip-text {
  display: block;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name .icon-type-icon {
  content: '\e919';
  font-family: 'icomoon';
  padding-left: 4px;
  color: #7a8587;
  cursor: pointer;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name .tooltip-text {
  background: #05383b;
  border-radius: 4px;
  color: #ffffff;
  padding: 4px 8px;
  width: 256px;
  height: 48px;
  position: absolute;
  top: -23px;
  left: 60px;
  display: none;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name .tooltip-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .vendor_name .tooltip-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .shipped-to {
  margin: 0 -3px;
  background: #ffffff;
  padding: 4px 0 8px;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .shipped-to .error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #d10e0e;
  padding-right: 4px;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .shipped-to .shipping-policy a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #359555;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .shipped-to .shipping-policy a:hover {
  color: #257540;
  text-decoration: none;
}
.checkout-cart-index .form-cart #shopping-cart-table tbody .shipped-by .shipped-to .shipping-policy a:after {
  content: '\e923';
  font-family: 'icomoon';
  font-size: 12px;
  padding-left: 4px;
}
.checkout-cart-index .block.discount .title {
  padding-left: 26px;
}
.checkout-cart-index .block.discount .title #block-discount-heading {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.checkout-cart-index .block.discount .title #block-discount-heading:hover {
  color: #257540;
}
.checkout-cart-index .block.discount .title:after {
  display: none;
}
.checkout-cart-index .block.discount .title:before {
  color: #359555;
  content: '\e93d';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .label {
  width: 100%;
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .discount-code {
  width: 58%;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .control input#coupon_code {
  height: 44px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .control input#coupon_code::placeholder {
  color: #7a8587;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .primary {
  width: auto;
  margin: 0;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .primary .action.apply {
  height: 44px;
  background: #359555;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 16px;
  border-radius: 4px;
  border: 0;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .primary .action.apply:hover {
  background: #257540;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .coupon-applied h3 {
  font-size: 15px;
  line-height: 24px;
  FONT-WEIGHT: 500;
  color: #05383b;
  margin: 0;
  padding-bottom: 8px;
  color: #10a739;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .coupon-applied .applied-coupon-codes {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #10a739;
  background: #e1f7e7;
  border: 1px dashed #10a739;
  border-radius: 4px;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .coupon-applied .applied-coupon-codes img {
  display: none;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .coupon-applied .applied-coupon-codes .icon-Remove {
  color: #10a739;
}
.checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .coupon-applied .applied-coupon-codes a:hover {
  text-decoration: none;
}
.checkout-cart-index .block.discount.active .title:before {
  content: '\e902';
  font-size: 8px;
  left: 0;
}
.checkout-cart-index .block.discount .content {
  padding: 5px 25px 0;
}
.checkout-cart-index .block.crosssell {
  width: 100%;
}
.checkout-cart-index .cart-empty {
  background: url("../../frontend/GDS/default/en_US/images/Vector.png") no-repeat;
  background-position: right bottom;
  height: 220px;
  padding: 32px;
}
.checkout-cart-index .cart-empty .empty-cart-heading {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  margin-bottom: 16px;
}
.checkout-cart-index .cart-empty p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  margin-bottom: 24px;
}
.checkout-cart-index .cart-empty p a {
  background: #359555;
  color: #ffffff;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  border-radius: 4px;
}
.checkout-cart-index .cart-empty p a:hover {
  text-decoration: none;
}
.checkout-cart-index .empty.cart {
  background: #eaf7ee;
  border-radius: 4px;
}
.checkout-cart-index #popup-modal {
  display: none;
}
.checkout-cart-index .checkout_shipping_error.modal-popup._inner-scroll .modal-inner-wrap {
  padding: 24px;
  max-width: 600px;
  border-radius: 4px;
  top: 40%;
  transform: translateY(-50%);
}
.checkout-cart-index .checkout_shipping_error.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border: 0;
}
.checkout-cart-index .checkout_shipping_error.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin: 0;
}
.checkout-cart-index .checkout_shipping_error.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.checkout-cart-index .checkout_shipping_error.modal-popup._inner-scroll._show .action-close:after {
  color: #e02b27;
}
.checkout-cart-index .checkout_shipping_error #popup-modal span {
  color: #e02b27;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  display: block;
}
.checkout-cart-index .checkout_shipping_error #popup-modal span:before {
  content: '\e95c';
  font-family: 'icomoon';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
.checkout-shipping-method .message.error .no-quotes-block {
  margin: 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .checkout-index-index .page-wrapper .page-main {
    margin: 0;
    width: 65%;
    padding-left: 165px;
    padding-right: 40px;
  }
  .checkout-index-index .opc-wrapper {
    padding-right: 0;
  }
  .checkout-index-index .checkout-container .opc-sidebar {
    width: 35%;
  }
  .checkout-index-index .checkout-container .opc-sidebar .opc-block-summary {
    padding: 20px 40px;
  }
  .checkout-index-index .checkout-container .checkout-payment-method br {
    display: none;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control #card-element {
    width: 95%;
  }
  .checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .payment-option-inner {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .checkout-cart-index .form-cart .cart.table-wrapper .cart.item .product-image-photo {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .checkout-index-index .page-wrapper {
    padding: 40px 0 !important;
  }
  .checkout-index-index .page-wrapper .page-main {
    padding: 0 24px 0 60px;
    width: 60%;
  }
  .checkout-index-index .checkout-container {
    margin: 16px 0 17px;
  }
  .checkout-index-index .checkout-container .opc-sidebar {
    width: 40%;
  }
  .checkout-index-index .checkout-container #companydetails {
    margin-top: 30px;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_first_name"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_company"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_address"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_city"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_country_id"] {
    padding-right: 5px;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_last_name"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_zip_code"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_apt_suite"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_region"] {
    padding-left: 5px;
  }
  .checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.company_name"],
  .checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.website"] {
    padding-right: 5px;
  }
  .checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.support_email"],
  .checkout-index-index .checkout-container #companydetails .field[name="companyDetailsForm.phone"] {
    padding-left: 5px;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method.shipping-method-step {
    padding-top: 16px;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.firstname"],
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.country_id"],
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.city"] {
    padding-right: 5px;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.lastname"],
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.region_id"],
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field[name="billingAddressshared.postcode"] {
    padding-left: 5px;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control #card-element {
    width: 94%;
  }
  .checkout-index-index .checkout-container #shipping-details {
    margin-top: 24px;
  }
  .checkout-index-index .checkout-logo {
    padding: 0;
  }
  .checkout-index-index .opc-wrapper {
    padding-right: 0;
  }
  .checkout-index-index .opc-wrapper .step-title {
    margin: 0;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary {
    padding: 20px;
    width: 100%;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary .product-item .product-image-container {
    margin-bottom: 16px;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details {
    width: auto;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .minicart-items-wrapper {
    padding: 0;
  }
  .checkout-index-index .checkout-payment-method #co-payment-form .fieldset {
    margin-top: 36px;
  }
  .checkout-index-index .checkout-payment-method #co-payment-form .fieldset hr {
    display: none;
  }
  .checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
  /* cart page */
  .checkout-cart-index .cart-container .form-cart .cart.item .product-image-container {
    width: 80px !important;
  }
  .checkout-cart-index .cart-container .form-cart .cart.item .product-item-name {
    max-width: 100%;
  }
  .checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon {
    flex-direction: column;
  }
  .checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .discount-code {
    width: 100%;
  }
  .checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .primary {
    text-align: right;
  }
  .checkout-cart-index .block.discount .content {
    padding: 0;
  }
  .checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .payment-option-inner {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index {
    border: 0;
  }
  .checkout-index-index .page-wrapper {
    padding: 16px 0;
  }
  .checkout-index-index .checkout-logo {
    padding-left: 26px;
  }
  .checkout-index-index .checkout-container {
    margin: 0;
  }
  .checkout-index-index .checkout-container .modal-custom-overlay {
    background: #033033;
    opacity: 0.5;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper {
    margin: 0 24px;
    background: #ffffff;
    padding: 9px 10px 9px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block {
    display: flex;
    flex-direction: row;
    color: #05383b;
    font-size: 16px;
    line-height: 24px;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
    margin: 0 5px 0 0;
  }
  .checkout-index-index .checkout-container .opc-wrapper {
    margin: 20px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .form-shipping-address {
    background: #ffffff;
    margin: 0;
  }
  .checkout-index-index .checkout-container .opc-wrapper .methods-shipping {
    border-bottom: 0;
    background: #ffffff;
    margin: 17px 0 15px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .step-title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'ivypresto-display', serif;
    line-height: 34px;
  }
  .checkout-index-index .payment-group .payment-method .payment-method-title input[type="radio"]:checked ~ label:before {
    top: 17px;
    left: 0;
  }
  .checkout-index-index .payment-group .payment-method .payment-method-title input[type="radio"]:checked ~ label:after {
    left: 4px;
    top: 21px;
  }
  .checkout-index-index .payment-group .payment-method .payment-method-title .label span {
    font-size: 16px;
  }
  .checkout-index-index .payment-method-content .primary .chechout.primary {
    width: auto;
    float: right;
  }
  .checkout-index-index .payment-method-content .StripeElement {
    width: auto;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .shipping-information .ship-to .shipping-information-title button.action.action-edit {
    background: transparent;
  }
  .checkout-index-index .checkout-container .opc-sidebar {
    width: auto;
    left: 0;
    border: 0;
  }
  .checkout-index-index .page-wrapper .page-main {
    padding: 0;
    width: auto;
  }
  .checkout-index-index .checkout-container #companydetails .shipping-information {
    padding-bottom: 16px;
  }
  .checkout-index-index .checkout-container #companydetails .shipping-information .ship-to .shipping-information-title button.action.action-edit {
    background: transparent;
  }
  .checkout-index-index .checkout-container #companydetails #company-details-form legend {
    font-size: 24px;
    padding: 0 0 20px;
  }
  .checkout-index-index .checkout-container #companydetails .step-content .actions-toolbar button.back span .mobile-hide {
    display: none;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    z-index: 0;
    right: 0;
    top: 8px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .action-show-popup {
    width: auto;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .actions-toolbar .primary {
    text-align: right;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .actions-toolbar .primary .action.button {
    width: auto;
  }
  .checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container .button,
  .checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container .button {
    width: auto;
  }
  .checkout-index-index .checkout-container #shipping-details .step-content #shipping-method-buttons-container .button .mobile-hide,
  .checkout-index-index .checkout-container #shipping-details .step-content .shipping-method-buttons-container .button .mobile-hide {
    display: none;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control #card-element {
    width: 94%;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .fieldset .actions-toolbar .primary button.back .mobile-hide {
    display: none;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .actions-toolbar .primary .action-update {
    width: auto;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .actions-toolbar .primary .action-cancel {
    width: auto;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding: 20px 0;
    align-items: baseline;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address {
    width: auto;
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
    width: auto;
    padding-right: 20px;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary {
    width: auto;
    padding: 40px 20px;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
    max-width: 100%;
  }
  .checkout-index-index #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .primary {
    float: none;
    width: auto;
    text-align: right;
  }
  .checkout-index-index #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
    padding: 15px 0;
    border: 0;
  }
  .checkout-index-index #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title .payment-icon {
    width: 60px;
  }
  .checkout-index-index #checkout-payment-method-load .payment-methods .payment-group .step-title {
    padding: 0 0 16px;
  }
  .checkout-index-index .checkout-payment-method .payment-option-title .action-toggle span {
    font-size: 16px;
  }
  /* success page */
  .checkout-onepage-success .checkout-success {
    padding: 20px;
  }
  .checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id {
    padding-bottom: 24px;
  }
  .checkout-onepage-success .checkout-success .checkout-success-order-thankyou .order-thankyou-order-id .orders {
    font-size: 27px;
  }
  /* cart page */
  .checkout-cart-index .page-title-wrapper {
    padding: 0 20px;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: auto;
    padding-top: 24px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.actions {
    align-items: flex-start;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
    overflow: initial;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info .col {
    margin: 0;
    padding-top: 0;
    display: flex;
    gap: 16px;
    float: left;
    justify-content: flex-end;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info .col .product-item-photo {
    position: initial;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info .col:before {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info .col.item {
    width: 67%;
    justify-content: flex-start;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info .col.subtotal {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .product-item-details .product-item-name {
    max-width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: auto;
    padding: 16px;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item {
    text-align: right;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item button.action.primary.checkout,
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item button.amshopby-button.checkout,
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item button.am-filter-go.checkout {
    width: 210px;
  }
  .checkout-cart-index .cart-empty {
    background: none;
    height: auto;
  }
  .checkout-cart-index .empty.cart {
    margin: 0 20px;
  }
  .checkout-index-index .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
  }
  .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
    display: none;
  }
  .checkout-index-index .minicart-wrapper .action.showcart:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 7px;
    background: none;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .checkout-cart-index .form-cart .cart.table-wrapper .col.qty .control-qty-cart .input-text {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .checkout-index-index .checkout-container #companydetails .return-address-div .fieldset {
    flex-direction: row;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_is_default"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_company"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_phone"] {
    width: 100%;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_first_name"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_city"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_country_id"] {
    width: 50%;
    padding-right: 10px;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_last_name"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_zip_code"],
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_region"] {
    width: 50%;
    padding-left: 10px;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_apt_suite"] {
    width: 30%;
    padding-left: 10px;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .field[name="returnAddressForm.return_address"] {
    width: 70%;
    padding-right: 10px;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control #card-element {
    width: 94%;
  }
  .checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form {
    flex-direction: column;
    padding: 0;
  }
  .checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field._required {
    width: 100%;
    padding: 0;
  }
  .checkout-index-index .modal-popup .modal-content {
    padding: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 0;
    align-items: baseline;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address {
    width: auto;
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
    width: auto;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .checkout-index-index .checkout-container {
    margin: 0;
  }
  .checkout-index-index .checkout-container #companydetails .fieldset {
    flex-direction: column;
  }
  .checkout-index-index .checkout-container #companydetails .fieldset .field._required {
    width: 100%;
    padding: 0;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .fieldset {
    flex-direction: column;
  }
  .checkout-index-index .checkout-container #companydetails .return-address-div .fieldset .field {
    width: 100%;
    padding: 0;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .fieldset {
    flex-direction: column;
  }
  .checkout-index-index .checkout-container .checkout-shipping-method .checkout-billing-address .billing-address-form form .address .field._required {
    width: 100%;
    padding: 0;
  }
  .checkout-index-index .checkout-container .opc-wrapper {
    margin: 24px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .form-shipping-address {
    background: #ffffff;
    margin: 0;
  }
  .checkout-index-index .checkout-container .opc-wrapper .methods-shipping {
    border-bottom: 0;
  }
  .checkout-index-index .checkout-container #shipping-new-address-form {
    display: block;
  }
  .checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.firstname"],
  .checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.lastname"],
  .checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.country_id"],
  .checkout-index-index .checkout-container .form.form-shipping-address .field[name="shippingAddress.postcode"] {
    width: 100%;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .opc-payment .payment-method-content #payment_form_mpstripe.fieldset .stripe-card-options .stripe-control #card-element {
    width: 90%;
  }
  .checkout-index-index .payment-method-content .primary .chechout.primary {
    width: 100%;
  }
  .checkout-index-index .payment-method-content .StripeElement {
    width: 100%;
  }
  .checkout-index-index .form-store-credit .actions-toolbar {
    align-items: initial;
    flex-direction: column;
    row-gap: 10px;
  }
  .checkout-index-index .form-store-credit .actions-toolbar .label {
    width: auto;
  }
  .checkout-index-index .form-store-credit .actions-toolbar .primary {
    width: auto;
  }
  .checkout-index-index .form-store-credit .actions-toolbar .primary .action.action-apply {
    width: auto;
  }
  .checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .field {
    width: 100%;
    float: left;
    margin: 0;
  }
  .checkout-cart-index .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar {
    width: auto;
  }
  .checkout-cart-index .block.discount .content {
    padding: 0;
  }
}
@media (max-width: 639px) {
  /* success page*/
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address,
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-billing-address,
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address,
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-info,
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-ship,
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-payment {
    width: 100%;
  }
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-company-address,
  .checkout-onepage-success .checkout-success .checkout-success-order-details .checkout-success-shipping-address {
    border: 0;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .primary .help,
  .checkout-onepage-success .checkout-success .actions-toolbar .primary .continue {
    font-size: 14px;
  }
  /* cart page */
  .checkout-cart-index .form-cart .cart.table-wrapper .col.qty .control-qty-cart .input-text {
    padding-left: 7px;
  }
}
@media (max-width: 479px) {
  .checkout-index-index .opc-sidebar .opc-payment-additional .form-discount .payment-option-inner {
    width: 100%;
    margin-bottom: 8px;
  }
}
body.cms-home.cms-index-index.page-layout-1column {
  background: #ffffff;
}
.home-main-section .owl-carousel .owl-item img {
  max-height: 206px;
  min-height: 206px;
  object-fit: cover;
}
.home-main-section {
  background: #ffffff;
}
.home-main-section .section .container {
  padding-bottom: 104px;
}
.home-main-section .section.as-seen-in-the-news {
  padding-bottom: 80px;
}
.home-main-section .section.category-heading {
  padding-bottom: 0;
}
.home-main-section .sellerhistory {
  padding-top: 30px;
}
.home-main-section .sellerhistory .recent-block {
  display: flex;
  flex-wrap: wrap;
}
.home-main-section .sellerhistory .recent-block .recent-viewed {
  width: 65%;
}
.home-main-section .sellerhistory .recent-block .recent-order {
  width: 35%;
  padding-left: 40px;
}
.home-main-section .sellerhistory .recent-block .recent-order ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-main-section .sellerhistory .recent-block .recent-order ul li {
  border-top: 1px solid #e8eaeb;
  padding: 12px 0;
  color: #05383b;
}
.home-main-section .sellerhistory .product-slider {
  width: 100%;
  position: relative;
}
.home-main-section .sellerhistory h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
  line-height: 1.1;
  color: #05383b;
}
.home-main-section .sellerhistory .see_all_orders_link {
  margin-bottom: 10px;
}
.home-main-section .sellerhistory .see_all_orders_link a {
  color: #359555;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.home-main-section .sellerhistory .owl-stage,
.home-main-section .sellerhistory .owl-stage-outer {
  width: 100%;
}
.home-main-section .sellerhistory .order-numberStatus {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-main-section .sellerhistory .order-numberStatus .order-status {
  margin-top: 0;
  padding: 2px 5px 3px;
  line-height: 1.2;
  text-transform: none;
  font-size: 14px;
  color: #05383b;
  border: 0;
  border-radius: 4px;
  background: #e8eaeb;
}
.home-main-section .sellerhistory .order-numberStatus .order-status.processing {
  background: #eaf7ee;
}
.home-main-section .sellerhistory .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0;
  gap: 8px;
  flex-wrap: wrap;
}
.home-main-section .sellerhistory .order-number a {
  color: #05383b;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.home-main-section .sellerhistory .order-number a:hover {
  text-decoration: none;
}
.home-main-section .sellerhistory .order-grand-total .price {
  color: #05383b;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.home-main-section .sellerhistory .owl-nav .disabled {
  pointer-events: auto;
}
.home-main-section .sellerhistory .owl-nav .owl-prev {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  left: -14px;
  background: #ffffff;
  position: absolute;
  bottom: 50%;
  margin: 0;
}
.home-main-section .sellerhistory .owl-nav .owl-prev:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 13px;
  color: #05383b;
}
.home-main-section .sellerhistory .owl-nav .owl-prev span {
  font-size: 0;
}
.home-main-section .sellerhistory .owl-nav .owl-next {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  right: 3px;
  background: #ffffff;
  position: absolute;
  bottom: 50%;
  margin: 0;
}
.home-main-section .sellerhistory .owl-nav .owl-next:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 13px;
  color: #05383b;
}
.home-main-section .sellerhistory .owl-nav .owl-next span {
  font-size: 0;
}
.home-main-section .add-to-cart {
  float: none;
  min-height: 36px;
}
.home-main-section .section.product_sliders .product-slider .owl-stage,
.home-main-section .section .seller-history .recent-viewed .owl-stage {
  display: grid;
  grid-auto-flow: column;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item {
  height: 100%;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item .product-item,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item .product-item {
  height: 100%;
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item .product-item .product-price,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item .product-item .product-price {
  margin-top: 0;
  padding-bottom: 4px;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item .product-item .add-to-cart,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item .product-item .add-to-cart {
  float: none;
  display: flex;
  justify-content: center;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item .product-item .product-reviews-summary.short.empty,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item .product-item .product-reviews-summary.short.empty {
  display: none;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item .product-item .rating-summary .rating-result:before,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item .product-item .rating-summary .rating-result:before {
  font-size: 14px;
  letter-spacing: 4px;
}
.home-main-section .section.product_sliders .product-slider .owl-stage .owl-item .product-item .rating-summary .rating-result span:before,
.home-main-section .section .seller-history .recent-viewed .owl-stage .owl-item .product-item .rating-summary .rating-result span:before {
  font-size: 14px;
  letter-spacing: 5px;
}
.home-main-section .section.product_sliders .product-slider form,
.home-main-section .section .seller-history .recent-viewed form {
  padding: 0 24px;
}
.home-main-section .section.product_sliders .product-slider form .tocart,
.home-main-section .section .seller-history .recent-viewed form .tocart {
  background: #359555;
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 15px;
}
.home-main-section .section.product_sliders .product-slider form .tocart:hover,
.home-main-section .section .seller-history .recent-viewed form .tocart:hover {
  background: #4aa568;
}
.home-main-section .section.product_sliders .product-slider form .tocart:before,
.home-main-section .section .seller-history .recent-viewed form .tocart:before {
  content: '\e929';
  font-family: 'icomoon';
  padding-right: 4px;
}
.welcomeBack_name h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  margin: 0 0 30px;
  font-family: ivypresto-display, serif;
}
.dropshipping-destination.contents h3 {
  color: #05383b;
}
.dropshipping-destination.contents .dropshipping-destination {
  display: flex;
  gap: 48px;
  padding: 37px 32px;
  background: #eaf7ee url(../../frontend/GDS/default/en_US/images/Vector.png) no-repeat;
  background-position: right bottom ;
  border-radius: 8px;
}
.dropshipping-destination.contents .dropshipping-destination .destination {
  width: 50%;
}
.dropshipping-destination.contents .dropshipping-destination .destination h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  margin: 0;
  padding: 0 0 16px 0;
}
.dropshipping-destination.contents .dropshipping-destination .destination p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  padding-bottom: 24px;
}
.dropshipping-destination.contents .dropshipping-destination .destination .actions-toolbar a {
  background: #359555;
  border-radius: 4px;
  height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.dropshipping-destination.contents .dropshipping-destination .destination .actions-toolbar a:hover {
  text-decoration: none;
}
.dropshipping-destination.contents .dropshipping-destination .reviews {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item {
  display: none;
  border: 0;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
  padding-bottom: 24px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info:before {
  content: "";
  width: 14px;
  height: 1px;
  display: flex;
  background: #05383b;
  min-width: 14px;
  margin-top: 12px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-img {
  width: 48px;
  height: 48px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-img img {
  border-radius: 100%;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details {
  display: flex;
  flex-direction: column;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details .producer-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details .producer-deatil {
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details .producer-deatil .producer-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
  vertical-align: bottom;
  padding: 0;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details .producer-deatil span {
  vertical-align: top;
  line-height: 12px;
  padding: 0 8px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .profile-info .profile-details .producer-deatil strong {
  font-weight: 700;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item:first-child {
  display: block;
  padding: 0;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .review-stars {
  padding-bottom: 18px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .review-item .review-stars img {
  padding-right: 4px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-stage {
  display: flex;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-dots {
  display: none;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 13px;
  right: 18px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav button.owl-next {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  right: 0;
  background: #ffffff;
  padding: 9px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav button.owl-next span {
  font-size: 0;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav button.owl-next:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 13px;
  color: #05383b;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav button.owl-prev {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  left: 0;
  background: #ffffff;
  padding: 9px;
  margin-right: 8px;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav button.owl-prev span {
  font-size: 0;
}
.dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav button.owl-prev:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 13px;
  color: #05383b;
}
.product-categories.categories .product-grid-section h2 {
  display: none;
}
.product-categories.categories .product-grid ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 32px;
  column-gap: 40px;
  padding: 0;
  margin: 0;
}
.product-categories.categories .product-grid ul li {
  width: auto;
  height: 122px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-end;
  padding: 24px 24px 0 24px;
  gap: 32px;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.product-categories.categories .product-grid ul li a {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.product-categories.categories .product-grid ul li a h3 {
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
}
.product-categories.categories .product-grid ul li a:hover {
  text-decoration: none;
  color: #05383b;
}
.product-categories.categories .product-grid ul li:nth-child(1) {
  background: #ffe49c;
}
.product-categories.categories .product-grid ul li:nth-child(2) {
  background: #96cdf6;
}
.product-categories.categories .product-grid ul li:nth-child(3) {
  background: #94e6d9;
}
.product-categories.categories .product-grid ul li:nth-child(4) {
  background: #a4e3a1;
}
.product-categories.categories .product-grid ul li:nth-child(5) {
  background: #f9c2c1;
}
.product-categories.categories .product-grid ul li:nth-child(6) {
  background: #f6f6f6;
}
.product-categories.categories .product-grid ul li .product-grid-img {
  min-width: 104px;
  height: 87px;
}
.discounted-category .discount-categories h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  text-align: left;
  margin: 0;
  padding-bottom: 16px;
}
.discounted-category .discount-categories .view-all-product {
  color: #359555;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.discounted-category .discount-categories .view-all-product:after {
  content: '\e905';
  font-family: 'icomoon';
  transform: rotate(180deg);
  display: inline-block;
  padding-right: 6px;
  font-size: 12px;
  line-height: 20px;
}
.discounted-category .discount-categories .view-all-product:hover {
  text-decoration: none;
}
.discounted-category .discount-categories .discount-product-slider {
  position: relative;
  padding: 40px 10px 0;
  overflow: hidden;
}
.discounted-category .discount-categories .discount-product-slider:not(.owl-loaded) {
  display: flex;
  gap: 16px;
}
.discounted-category .discount-categories .discount-product-slider .owl-stage {
  display: flex;
}
.discounted-category .discount-categories .discount-product-slider .owl-stage .owl-item {
  padding: 8px;
}
.discounted-category .discount-categories .discount-product-slider .owl-stage-outer {
  overflow: hidden;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav {
  display: block;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav .owl-prev {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 1px;
  right: 100%;
  padding: 10px;
  color: #05383b;
  pointer-events: auto;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav .owl-prev:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 13px;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav .owl-prev span {
  font-size: 0;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav .owl-next {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 1px;
  color: #05383b;
  padding: 10px;
  pointer-events: auto;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav .owl-next:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 13px;
}
.discounted-category .discount-categories .discount-product-slider .owl-nav .owl-next span {
  font-size: 0;
}
.discounted-category .discount-categories .discount-product-slider .owl-dots {
  display: none;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item {
  border: 1px solid #e8eaeb;
  padding: 0 0 16px;
  border-radius: 4px;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-category-img {
  padding-bottom: 16px;
  text-align: center;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-category-img a {
  width: 100%;
  text-align: center;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-category-img a img {
  max-height: 100%;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-name-box {
  text-align: center;
  padding: 0 12px 12px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-name-box a:hover {
  text-decoration: none;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-name-box a strong {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  white-space: nowrap;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-reviews-summary {
  padding-left: 12px;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 10px;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 10px;
  letter-spacing: 3px;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-discount {
  text-align: center;
  padding: 0 12px 12px 12px;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-discount a {
  background: rgba(251, 204, 84, 0.33);
  border-radius: 32px;
  height: 26px;
  padding: 4px 8px;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-discount a strong {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #05383b;
}
.discounted-category .discount-categories .discount-product-slider .product-item.item .product-discount a:hover {
  text-decoration: none;
}
.discount-product .product-slider h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  text-align: left;
  margin: 0;
  padding-bottom: 16px;
}
.discount-product .product-slider .view-all-product {
  color: #359555;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.discount-product .product-slider .view-all-product:after {
  content: '\e905';
  font-family: 'icomoon';
  transform: rotate(180deg);
  display: inline-block;
  padding-right: 6px;
  font-size: 12px;
  line-height: 20px;
}
.discount-product .product-slider .view-all-product:hover {
  text-decoration: none;
}
.section.section.contents.in-the-spotlight {
  margin: 0;
}
.section.section.product_sliders.new-products,
.section.section.product_sliders.our-picks {
  background: #ffffff;
}
.section.section.product_sliders .owl-nav button.owl-next {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  right: 0;
  background: #ffffff;
}
.section.section.product_sliders .owl-nav button.owl-next span {
  font-size: 0;
}
.section.section.product_sliders .owl-nav button.owl-next:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 16px;
}
.section.section.product_sliders .owl-nav button.owl-prev {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  left: -18px;
  background: #ffffff;
}
.section.section.product_sliders .owl-nav button.owl-prev span {
  font-size: 0;
}
.section.section.product_sliders .owl-nav button.owl-prev:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 16px;
}
.section.section.product_sliders .owl-theme .owl-nav [class*='owl-']:hover {
  color: #05383b;
  background: #ffffff;
}
.section.section.product_sliders .view-all-product {
  color: #359555;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.section.section.product_sliders .view-all-product:after {
  content: '\e905';
  font-family: 'icomoon';
  transform: rotate(180deg);
  display: inline-block;
  padding-right: 6px;
  font-size: 12px;
  line-height: 20px;
}
.section.section.product_sliders .view-all-product:hover {
  text-decoration: none;
}
.section.section.product_sliders .product-slider-data {
  padding-top: 40px;
}
.new-products.product_sliders .container h2,
.our-picks.product_sliders .container h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  text-align: left;
  margin: 0;
  padding-bottom: 16px;
}
.as-seen-in-the-news.contents .container h2,
.what-other-dropshippers-say.contents .container h2,
.what-other-dropshippers-say-slider.contents .container h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  text-align: left;
  margin: 0 0 35px;
}
.category-heading.contents .container {
  padding-bottom: 0;
}
.category-heading.contents .container h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  text-align: left;
  margin: 0;
  width: 728px;
}
.category-heading.contents .container p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  padding: 16px 0 40px;
  margin: auto;
}
.product-slider .owl-stage-outer .product-item {
  border: 1px solid #e8eaeb;
  padding: 0 0 16px;
  border-radius: 4px;
}
.product-slider .owl-stage-outer .product-item .product-name-box {
  padding: 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 48px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.product-slider .owl-stage-outer .product-item .product-name-box strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.product-slider .owl-stage-outer .product-item .product-name-box a:hover {
  text-decoration: none;
}
.product-slider .owl-stage-outer .product-item .product-reviews-summary {
  padding-left: 12px;
  min-height: 20px;
}
.product-slider .owl-stage-outer .product-item .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 10px;
}
.product-slider .owl-stage-outer .product-item .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 10px;
  letter-spacing: 3px;
}
.product-slider .owl-stage-outer .product-item .product-price {
  padding: 0 12px 16px;
  min-height: 36px;
}
.product-slider .owl-stage-outer .product-item .product-price .price-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.product-slider .owl-stage-outer .product-item .product-price .price-box .old-price {
  margin: 0;
}
.product-slider .owl-stage-outer .product-item .product-price .price-box .old-price .price {
  color: #7a8587;
  font-weight: 400;
}
.product-slider .owl-stage-outer .product-item .product-price .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.product-slider .owl-stage-outer .product-item .product-grid-img {
  padding-bottom: 16px;
}
.product-slider .owl-stage-outer .product-item form {
  padding: 0 12px;
}
.product-slider .owl-stage-outer .owl-item {
  padding: 8px;
}
.product-slider .owl-stage-outer .owl-stage {
  margin: 0 -8px;
}
.home-main-section .as-seen-in-the-news {
  background: #f6f6f6;
  padding: 0 20px;
}
.home-main-section .as-seen-in-the-news .container {
  padding: 40px 0 80px;
}
.home-main-section .as-seen-in-the-news .container h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  text-align: left;
  margin: 0;
  padding-bottom: 40px;
}
.home-main-section .as-seen-in-the-news .container .news-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item {
  padding: 32px 24px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item .description {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  padding-top: 24px;
  font-family: 'ivypresto-display', serif;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item .external-news-link {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  font-size: 0;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item:nth-child(1) {
  background-color: #ffffff;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item:nth-child(2) {
  background: #ffffff url(../../frontend/GDS/default/en_US/images/news-img-1.png) bottom no-repeat;
  background-size: contain;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item:nth-child(3) {
  background: #ffffff url(../../frontend/GDS/default/en_US/images/news-img-2.png) bottom no-repeat;
  background-size: contain;
}
.home-main-section .as-seen-in-the-news .container .news-items .news-item:nth-child(4) {
  background: #ffffff url(../../frontend/GDS/default/en_US/images/news-img-3.png) bottom no-repeat;
  background-size: contain;
}
.what-other-dropshippers-say .container {
  overflow: hidden;
}
.what-other-dropshippers-say .dropshipers-content {
  list-style-type: none;
  padding: 40px;
  position: relative;
  background: #f8fbf9 url(../../frontend/GDS/default/en_US/images/home-testimonials-bg.png) right bottom no-repeat;
  border-radius: 8px;
  background-size: contain;
  height: 270px;
}
.what-other-dropshippers-say .dropshipers-content .owl-stage-outer {
  overflow: hidden;
}
.what-other-dropshippers-say .dropshipers-content .dropshippers-review {
  width: 100%;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-other-dropshippers-say .dropshipers-content li {
  display: none;
  width: 100%;
  max-width: 800px;
  position: absolute;
}
.what-other-dropshippers-say .dropshipers-content li:first-child {
  display: block;
}
.what-other-dropshippers-say .dropshipers-content .review-item {
  padding: 0 35px;
  text-align: center;
}
.what-other-dropshippers-say .dropshipers-content .review-item p {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
  font-family: ivypresto-display, serif;
}
.what-other-dropshippers-say .dropshipers-content .review-item p span {
  position: relative;
  padding-left: 30px;
}
.what-other-dropshippers-say .dropshipers-content .review-item p span:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #05383b;
  min-width: 18px;
  position: absolute;
  left: 0;
  top: 21px;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .profile-img img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .profile-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .profile-details .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .producer-deatil {
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .producer-deatil .producer-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
  vertical-align: bottom;
  padding: 0;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .producer-deatil span {
  vertical-align: top;
  line-height: 12px;
  padding: 0 8px;
}
.what-other-dropshippers-say .dropshipers-content .review-item .profile-info .producer-deatil strong {
  font-weight: 700;
}
.what-other-dropshippers-say .dropshipers-content .review-item .review-stars {
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
}
.what-other-dropshippers-say .dropshipers-content .review-item .review-stars img {
  padding-right: 4px;
  width: 20px;
}
.what-other-dropshippers-say .dropshipers-content .owl-nav {
  display: block;
}
.what-other-dropshippers-say .dropshipers-content .owl-nav button.owl-next {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  color: #05383b;
  padding: 10px;
  transform: translateY(-50%);
}
.what-other-dropshippers-say .dropshipers-content .owl-nav button.owl-next span {
  font-size: 0;
}
.what-other-dropshippers-say .dropshipers-content .owl-nav button.owl-next:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 13px;
}
.what-other-dropshippers-say .dropshipers-content .owl-nav button.owl-prev {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 24px;
  right: 100%;
  padding: 10px;
  color: #05383b;
  transform: translateY(-50%);
}
.what-other-dropshippers-say .dropshipers-content .owl-nav button.owl-prev span {
  font-size: 0;
}
.what-other-dropshippers-say .dropshipers-content .owl-nav button.owl-prev:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 13px;
}
.what-other-dropshippers-say .dropshipers-content .owl-dots {
  display: none;
}
.what-other-dropshippers-say .dropshipers-content #button-previous {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 24px;
  right: 100%;
  padding: 10px;
  color: #05383b;
  transform: translateY(-50%);
  font-size: 0;
  text-align: center;
  z-index: 8;
}
.what-other-dropshippers-say .dropshipers-content #button-previous:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 13px;
}
.what-other-dropshippers-say .dropshipers-content #button-next {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  color: #05383b;
  padding: 10px;
  transform: translateY(-50%);
  font-size: 0;
  text-align: center;
  z-index: 8;
}
.what-other-dropshippers-say .dropshipers-content #button-next:before {
  content: '\e93d';
  font-family: 'icomoon';
  font-size: 13px;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .product-category.contents .product-category .product-categories {
    column-gap: 0;
  }
  .product-category.contents .product-category .product-categories .food-beverage,
  .product-category.contents .product-category .product-categories .beauty-body-care,
  .product-category.contents .product-category .product-categories .vitamins-and-supplements,
  .product-category.contents .product-category .product-categories .health-and-wellness,
  .product-category.contents .product-category .product-categories .baby-products,
  .product-category.contents .product-category .product-categories .household-products {
    width: 300px;
  }
  .product-category.contents .product-category .product-categories .food-beverage p,
  .product-category.contents .product-category .product-categories .beauty-body-care p,
  .product-category.contents .product-category .product-categories .vitamins-and-supplements p,
  .product-category.contents .product-category .product-categories .health-and-wellness p,
  .product-category.contents .product-category .product-categories .baby-products p,
  .product-category.contents .product-category .product-categories .household-products p {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .home-main-section .as-seen-in-the-news .container .news-items .news-item .description {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .dropshipping-destination.contents .dropshipping-destination {
    background: #eaf7ee;
  }
  .what-other-dropshippers-say .dropshipers-content #button-previous {
    left: 4px;
  }
  .what-other-dropshippers-say .dropshipers-content #button-next {
    right: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product-categories.categories .product-grid ul {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
  }
  .product-categories.categories .product-grid ul li {
    padding: 16px 16px 0 16px;
    gap: 16px;
  }
  .product-categories.categories .product-grid ul li a h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-categories.categories .product-grid ul li .product-grid-img {
    min-width: 80px;
    width: auto;
  }
  .home-main-section .sellerhistory .recent-block .recent-order {
    padding-left: 20px;
  }
  .home-main-section .as-seen-in-the-news .container .news-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .home-main-section .owl-carousel .owl-item img {
    height: 200px;
    object-fit: contain;
  }
  .home-main-section .section {
    padding: 25px 20px;
  }
  .home-main-section .section .container {
    padding: 0;
  }
  .home-main-section .section.category-heading {
    padding: 25px 20px;
  }
  .home-main-section .section.category-heading {
    padding-bottom: 0;
  }
  .home-main-section .section.product-categories {
    padding-top: 0;
  }
  .product-categories.categories .product-grid ul {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .product-categories.categories .product-grid ul li a h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-categories.categories .product-grid ul li .product-grid-img {
    min-width: 80px;
    width: auto;
  }
  section.section.categories.product-categories .product-grid-section {
    padding-bottom: 0;
  }
  .category-heading.contents .container h2 {
    font-size: 28px;
    line-height: 34px;
    width: auto;
  }
  .category-heading.contents .container p {
    font-size: 16px;
    line-height: 24px;
  }
  .what-other-dropshippers-say.contents .container h2,
  .as-seen-in-the-news.contents .container h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .new-products.product_sliders .container h2,
  .our-picks.product_sliders .container h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .dropshipping-destination.contents .dropshipping-destination {
    flex-direction: column;
  }
  .dropshipping-destination.contents .dropshipping-destination .reviews {
    width: 100%;
  }
  .dropshipping-destination.contents .dropshipping-destination .destination {
    width: 100%;
  }
  .discount-product .product-slider h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .discounted-category .discount-categories h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .product-slider {
    padding: 0;
  }
  .product-slider .owl-stage-outer .owl-stage {
    margin: 0;
  }
  .section.section.product_sliders .owl-nav button.owl-next {
    right: -12px;
  }
  .section.section.product_sliders .owl-nav button.owl-prev {
    left: -11px;
  }
  .home-main-section .sellerhistory.section {
    padding: 0;
  }
  .home-main-section .sellerhistory.section .container {
    padding: 25px 20px;
  }
  .home-main-section .sellerhistory .recent-block .recent-viewed {
    width: 100%;
  }
  .home-main-section .sellerhistory .recent-block .recent-order {
    width: 100%;
    padding-left: 0;
  }
  .home-main-section .dropshipping-destination.section {
    padding: 0;
  }
  .home-main-section .dropshipping-destination.section .container {
    padding: 25px 20px;
  }
  .home-main-section .as-seen-the-news {
    padding: 0;
  }
  .home-main-section .as-seen-the-news .container h3 {
    font-size: 28px;
    line-height: 34px;
    padding: 24px 20px;
  }
  .home-main-section .as-seen-the-news .container .news-items {
    padding: 0 0 40px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .home-main-section .as-seen-the-news .container .news-items .news-item .description {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .product-categories.categories .product-grid ul {
    grid-template-columns: 1fr;
  }
  .product-categories.categories .product-grid ul li {
    gap: 16px;
    padding: 20px 20px 0 20px;
  }
  .product-categories.categories .product-grid ul li a h3 {
    font-size: 20px;
  }
  .what-other-dropshippers-say .dropshippers-review .owl-nav {
    position: absolute;
    bottom: -6px;
    right: 20px;
  }
  .what-other-dropshippers-say .dropshippers-review .owl-nav button.owl-prev {
    position: initial;
    margin-right: 8px;
  }
  .what-other-dropshippers-say .dropshippers-review .owl-nav button.owl-next {
    position: initial;
  }
  .what-other-dropshippers-say .dropshippers-review .review-item p {
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .what-other-dropshippers-say .dropshipers-content #button-previous {
    left: 0;
  }
  .what-other-dropshippers-say .dropshipers-content #button-next {
    right: 0;
  }
}
@media (max-width: 479px) {
  .product-categories.categories .product-grid ul li a h3 {
    font-size: 20px;
  }
  .dropshipping-destination.contents .dropshipping-destination {
    position: relative;
    padding: 20px 20px 60px;
  }
  .dropshipping-destination.contents .dropshipping-destination .reviews {
    position: initial;
  }
  .dropshipping-destination.contents .dropshipping-destination .reviews .owl-nav {
    bottom: 12px;
    right: 10px;
  }
  .what-other-dropshippers-say .dropshippers-review {
    position: initial;
    padding: 20px 20px 60px;
  }
  .what-other-dropshippers-say .dropshippers-review .owl-nav {
    bottom: 75px;
    right: 40px;
    top: auto;
  }
  .home-main-section .section.what-other-dropshippers-say {
    position: relative;
    padding: 20px 20px 60px;
  }
  .dropshipping-destination.contents .dropshipping-destination .destination h3 {
    font-size: 25px;
  }
  .home-main-section .as-seen-the-news .container .news-items {
    grid-template-columns: 1fr;
  }
}
.account header.page-header {
  border-top-width: 6px;
  border-bottom: 1px solid #f6f6f6;
  box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.15);
}
.account .page-wrapper {
  padding-top: 75px;
}
.account .columns .sidebar-main {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 75px;
  max-width: 248px;
  padding: 30px 0px 0;
  background-color: #f6f6f6;
}
.account .columns .sidebar-main:before {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #f6f6f6;
  display: block;
}
.account .sidebar-main .block-collapsible-nav .content {
  background: transparent;
  padding: 0 30px 0 0;
}
.account .sidebar-main .block-collapsible-nav .item {
  margin: 0 0 15px;
}
.account .sidebar-main .block-collapsible-nav .item > strong,
.account .sidebar-main .block-collapsible-nav .item a {
  padding: 2px 0px;
  background: transparent;
  font-size: 16px;
  display: flex;
}
.account .sidebar-main .block-collapsible-nav .item > strong:hover,
.account .sidebar-main .block-collapsible-nav .item a:hover {
  color: #359555;
}
.account .sidebar-main .block-collapsible-nav .item > strong:before,
.account .sidebar-main .block-collapsible-nav .item a:before {
  font-family: 'icomoon';
  content: "\e911";
  font-size: 20px;
  line-height: normal;
  padding-right: 10px;
  min-width: 38px;
}
.account .sidebar-main .block-collapsible-nav .item .account-home:before {
  content: "\e922";
}
.account .sidebar-main .block-collapsible-nav .item .account-dashboard:before {
  content: "\e922";
}
.account .sidebar-main .block-collapsible-nav .item .account-orders:before {
  content: "\e911";
}
.account .sidebar-main .block-collapsible-nav .item .account-wishlist:before {
  content: "\e933";
}
.account .sidebar-main .block-collapsible-nav .item .account-reviews:before {
  content: "\e92a";
}
.account .sidebar-main .block-collapsible-nav .item .account-logout {
  position: absolute;
  bottom: 90px;
  left: 0;
}
.account .sidebar-main .block-collapsible-nav .item .account-logout:before {
  content: "\e905";
  font-size: 16px;
}
.account .sidebar-main .block-collapsible-nav .item .account-store-credits:before {
  content: "\e954";
}
.account .sidebar-main .block-collapsible-nav .item .account-stripe-cards:before {
  content: "\e920";
}
.account .sidebar-main .block-collapsible-nav .item .account-account:before {
  content: "\e957";
}
.account .sidebar-main .block-collapsible-nav .item .store-information:before {
  content: "\e95b";
}
.account .sidebar-main .block-collapsible-nav .item .account-data-feeds:before {
  content: "\e958";
}
.account .sidebar-main .block-collapsible-nav .item .account-billing:before {
  content: "\e951";
}
.account .sidebar-main .block-collapsible-nav .item .account-disputes:before,
.account .sidebar-main .block-collapsible-nav .item .dispute-list:before {
  content: '\e966';
}
.account .sidebar-main .block-collapsible-nav .item .account-messages:before {
  content: "\e910";
}
.account .sidebar-main .block-collapsible-nav .item.current > strong,
.account .sidebar-main .block-collapsible-nav .item.current a {
  padding-left: 14px;
  color: #359555;
  background: transparent;
  position: relative;
  font-weight: normal;
}
.account .sidebar-main .block-collapsible-nav .item.current > strong:after,
.account .sidebar-main .block-collapsible-nav .item.current a:after {
  background: #359555;
  content: "";
  width: 3px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1px;
}
.account .page-main {
  max-width: 1160px;
}
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title strong {
  color: #05383b;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.account .table-wrapper {
  border-radius: 4px;
  border: 0;
}
.account .table {
  color: #05383b;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
}
.account .table > thead > tr > th {
  color: #7a8587;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
}
.account .table > thead > tr > th:last-child {
  border-radius: 0px 4px 0px 0px;
}
.account .table > thead > tr > th:first-child {
  border-radius: 4px 0px 0px 0px;
}
.account .table > tbody > tr > td {
  color: #05383b;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 16px;
}
.account .table > tbody > tr > td .price {
  color: #05383b;
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
}
.account .table > tbody > tr:last-child td {
  border-bottom: 0px;
}
.account .table > tbody > tr:last-child td:last-child {
  border-radius: 0px 0px 0px 4px;
}
.account .table > tbody > tr:last-child td:first-child {
  border-radius: 0px 0px 4px 0px;
}
.account .actions-vieworder-toggle .icon-dots:before {
  font-size: 4px;
}
.account .actions-vieworder-toggle .actions-view-order-box {
  display: none;
}
.actions-vieworder-toggle {
  text-align: center;
  cursor: pointer;
}
.actions-view-order {
  position: relative;
}
.actions-view-order-box {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 25px;
  box-shadow: 0px 2px 40px -8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  min-width: 130px;
  z-index: 2;
}
.actions-view-order-box ul {
  margin: 0;
  padding: 4px;
}
.actions-view-order-box ul li {
  padding: 4px 8px;
  list-style: none;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
.actions-view-order-box ul li:last-child {
  border-radius: 0px 0px 4px 4px;
}
.actions-view-order-box ul li:first-child {
  border-radius: 4px 4px 0px 0px;
}
.actions-view-order-box ul li:hover {
  background: #eaf7ee;
}
.actions-view-order-box ul li .action.view,
.actions-view-order-box ul li a {
  color: #033033;
  text-decoration: none;
}
.actions-view-order-box ul li .action.view:after,
.actions-view-order-box ul li a:after {
  display: none;
}
.orders-history .table td.status span,
.orders-recent .table td.status span {
  background: #e8eaeb;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 14px;
}
.orders-history .table td.status.pending span,
.orders-recent .table td.status.pending span {
  background: #e8eaeb;
  padding: 3px 8px;
}
.orders-history .table td.status.processing span,
.orders-recent .table td.status.processing span {
  background: #fff0d2;
  padding: 3px 8px;
}
.orders-history .table td.status.complete span,
.orders-recent .table td.status.complete span {
  background: #eaf7ee;
  padding: 3px 8px;
}
.orders-history .table td.status.canceled span,
.orders-recent .table td.status.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 3px 8px;
}
.orders-history .table td.status.closed span,
.orders-recent .table td.status.closed span {
  background: #eaf7ee;
  padding: 3px 8px;
}
.trackshipment-vieworder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trackshipment-vieworder .track-shipment {
  padding-right: 15px;
}
.trackshipment-vieworder .track-shipment a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
  border: 0;
  padding: 0;
  text-decoration: none;
}
.trackshipment-vieworder .track-shipment a:after {
  content: '\e923';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 14px;
}
.dashboard-customer-name-top {
  padding: 10px 0;
}
.dashboard-customer-name-top h2 {
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  margin: 0;
  font-size: 40px;
}
.dashboard-customer-name-top h2 span {
  font-weight: 300;
}
.see-all-orders {
  padding: 12px 0;
}
.see-all-orders a.action.view {
  color: #359555;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.filter-order-top-box {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 30px;
}
.toolbar .pages-item-next a.action,
.toolbar .pages-item-previous a.action,
.toolbar .pages strong.page,
.toolbar .pages a.page {
  color: #05383b;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.toolbar .pages strong.page {
  background: #ffffff;
  border: 1px solid #4aa568;
}
.toolbar .pages .action {
  color: #05383b;
  box-shadow: none;
  border-radius: 3px;
  padding: 0 8px;
}
.toolbar .pages .action.previous:before,
.toolbar .pages .action.next:before {
  color: #05383b;
}
.toolbar .pages .action.previous {
  margin-right: 0;
}
.toolbar .pages .action.next {
  margin-left: 0;
}
.filter-order-top-box .filter-order-box {
  width: 100%;
  max-width: 400px;
}
.filter-order-top-box .filter-order-box .filter-icon-box.hide-desktop {
  display: none;
}
.filter-order-top-box .filter-search {
  width: 100%;
  position: relative;
  padding-right: 16px;
}
.filter-order-top-box .filter-search:before {
  font-family: 'icomoon';
  content: "\e917";
  display: block;
  position: absolute;
  left: 8px;
  top: 3px;
  font-size: 20px;
  color: #7a8587;
  font-weight: 400;
}
.filter-order-top-box .filter-search input[type="text"] {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  width: 100%;
  padding: 5px 12px 5px 40px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.filter-order-top-box .filter-search input[type="text"]:focus {
  border-color: #319163;
  background-color: #f8fbf9;
  color: #033033;
}
.filter-order-top-box .filter-order-exportcsv button {
  background: #ffffff;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 8px 16px;
  color: #05383b;
  font-size: 16px;
  height: 36px;
}
.filter-order-top-box .filter-order-exportcsv button:hover {
  background: #359555;
  border-color: #359555;
  color: #ffffff;
}
.order-tabs-container ul {
  margin: 0px;
  padding: 0px;
}
.order-tabs-container ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  position: relative;
}
.table-head-tabs .product-status {
  display: block;
  background: #ffffff;
  clear: both;
  padding: 0px 24px;
  border: solid 1px #e8eaeb;
  border-radius: 4px 4px 0px 0px;
}
.table-head-tabs .product-status ul {
  margin: 0px;
  padding: 0px;
}
.table-head-tabs .product-status ul .all {
  display: flex;
}
.table-head-tabs .product-status ul li {
  list-style: none;
  display: inline-block;
  padding: 16px 15px;
  margin: 0px;
  position: relative;
}
.table-head-tabs .product-status ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.table-head-tabs .product-status ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
}
.table-head-tabs .product-status ul li.ui-state-active:after {
  background: #4aa568;
  border-radius: 1px 1px 0px 0px;
}
.table-head-tabs .product-status ul li a span.count {
  height: 20px;
  width: 20px;
  text-align: center;
  background-color: #e8eaeb;
  border-radius: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #05383b;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -1px;
}
.table-head-tabs .product-status ul li.fulfilled a span.count {
  background-color: #fbcc54;
}
.order-tabs-content {
  padding: 15px 0px;
}
#delete_popup .popup-content {
  top: 0;
  position: fixed;
  border: 1px solid #e8eaeb;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  transform: translateY(50%);
  right: 0;
  max-width: 570px;
  box-sizing: border-box;
  padding: 24px;
  z-index: 999999;
  display: none;
}
#delete_popup .popup-mask {
  top: 0;
  left: 0;
  background: rgba(3, 48, 51, 0.6);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999;
  display: none;
}
#delete_popup .delete-title h3 {
  text-align: left;
  font-family: 'ivypresto-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  padding: 0 0 16px;
}
#delete_popup .delete-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  text-align: left;
}
#delete_popup .delete-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
}
#delete_popup .delete-btns .btn-delete {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #b3150b;
  border-radius: 4px;
  padding: 10px 16px;
  white-space: nowrap;
}
#delete_popup .delete-btns .btn-delete:hover {
  text-decoration: none;
}
#delete_popup .delete-btns .btn-dontdelete {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding: 10px 16px;
  white-space: nowrap;
}
#delete_popup .delete-btns .btn-dontdelete:hover {
  text-decoration: none;
}
.marketplace-account-becomeseller .page-title {
  color: #05383b;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend {
  border: 0;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend span {
  color: #05383b;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend .wk-mp-btn {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
  height: 44px;
  width: auto;
  margin: 0;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend .wk-mp-btn:hover {
  background-color: transparent !important;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend .wk-mp-btn.pay {
  background: #359555;
  border-radius: 4px !important;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  border: 0;
  margin: 0;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend .wk-mp-btn.pay:hover {
  background: #257540 !important;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .legend .wk-mp-btn.pay span {
  color: #ffffff;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field {
  position: relative;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field .label {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field .control {
  position: relative;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field .control input[type=text] {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field .control .label {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field .control input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field .control input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field input[type="checkbox"] ~ .label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.marketplace-account-becomeseller #form-become-seller .fieldset .field input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
input[type="checkbox"] {
  opacity: 0 !important;
}
#divLargerImage {
  display: none;
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  text-align: center;
}
#divOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(3, 48, 51, 0.5);
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 98;
}
#divOverlay a {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
#divOverlay a:hover {
  text-decoration: none;
}
.ui-datepicker {
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px #033033;
  border-radius: 4px;
  padding: 10px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 25px;
  position: static;
  margin: 0;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 14px;
  color: #05383b;
}
.ui-datepicker .ui-datepicker-prev span:hover {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next span:before {
  content: "\e93d";
  font-family: 'icomoon';
  font-size: 14px;
  color: #05383b;
}
.ui-datepicker .ui-datepicker-next span:hover {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05383b;
  margin: 0 30px;
  display: flex;
  gap: 8px;
}
.ui-datepicker .ui-datepicker-title select {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #d3d8db;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05383b;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  background: transparent;
  border: 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #033033;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  padding: 4px;
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #05383b;
  font-size: 14px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover {
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #eaf7ee;
  border-radius: 4px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #ffdf66;
  border-radius: 4px;
}
.filter-order-top-box .filter-order-box {
  max-width: 100%;
  display: flex;
}
.filter-order-top-box .filter-order-box .filter-date form {
  display: flex;
}
.filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table {
  border: 0;
}
.filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table td {
  background: transparent;
  border: 0;
  padding: 0;
}
.filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .wk-mp-td-span {
  padding: 0 4px;
  position: relative;
}
.filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .wk-mp-td-span:before {
  content: "\e946";
  font-family: 'icomoon';
  position: absolute;
  left: 14px;
  top: 3px;
  font-size: 20px;
  color: #7a8587;
}
.filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .wk-mp-td-span .input-text {
  width: 100%;
  height: 36px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .button {
  border: none;
  background: #359555;
  border-radius: 4px !important;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 8px 0 4px;
}
.filter-order-top-box .filter-search {
  padding: 0;
  max-width: 200px;
  padding-right: 4px;
}
.filter-order-top-box .filter-search .input-text {
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border-radius: 4px;
  border: 1px solid #d3d8db;
  height: 36px;
}
.filter-order-top-box .filter-search .input-text::placeholder {
  color: #7a8587;
}
.filter-order-top-box .filter-search .search-cancel-button {
  position: absolute;
  top: 12px;
  right: 10px;
}
.filter-order-top-box .filter-search .search-cancel-button:before {
  color: #05383b;
}
.filter-order-top-box .filter-search .search-cancel-button:hover {
  text-decoration: none;
}
.filter-order-top-box .filter-reset {
  padding-right: 8px;
}
.filter-order-top-box .filter-reset .button {
  border: none;
  background: #359555;
  border-radius: 4px !important;
  padding: 6px 18px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
.filter-order-top-box {
  padding-top: 0;
}
.mobile-listings-filter {
  display: none;
}
@media (min-width: 1025px) {
  .account.page-layout-2columns-left .sidebar-main .block {
    height: 100%;
    overflow: auto;
    padding-bottom: 120px;
  }
  .account .sidebar-main .block-collapsible-nav .item .account-logout {
    bottom: 75px;
    background: #f6f6f6;
    padding: 10px 0 20px;
    right: 25px;
  }
}
@media (max-width: 1024px) {
  .account .sidebar-main .block-collapsible-nav .item .account-logout {
    bottom: 10px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .account .filter-icon-box.hide-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .account .sidebar-main .block-collapsible-nav .item .account-logout {
    bottom: 12px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .account .columns .sidebar-main {
    padding: 0;
  }
  .account .block-collapsible-nav {
    z-index: 999;
  }
  .account .column.main {
    position: relative;
  }
  .account .filter-icon-box.hide-desktop {
    display: flex;
    justify-content: center;
    float: right;
    position: absolute;
    top: 23px;
    right: 20px;
  }
  .account .filter-icon-box.hide-desktop .icon-filter {
    line-height: 33px;
  }
  .filter-order-top-box .filter-order-box .filter-icon-box.hide-desktop {
    display: block;
  }
  .filter-order-top-box .filter-order-box .filter-date form {
    align-items: center;
    gap: 8px;
  }
  .filter-icon-box.hide-desktop {
    display: block;
    background: #ffffff;
    border: 1px solid #e8eaeb;
    box-sizing: border-box;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    min-width: 36px;
    cursor: pointer;
  }
  .mobile-listings-filter {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    display: none;
    overflow: auto;
    max-height: 100%;
  }
  .mobile-listings-filter .filter-title {
    color: #05383b;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  .mobile-listings-filter .filter-title:before {
    content: "\e902";
    font-family: 'icomoon';
    color: #05383b;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 8px;
  }
  .mobile-listings-filter .filter-title.open:before {
    transform: rotate(180deg);
    top: 5px;
  }
  .mobile-listings-filter .filter-content {
    color: #05383b;
    font-size: 16px;
    padding: 0;
    width: 100% !important;
    padding-top: 8px;
    display: none;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table {
    border: 0;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table td {
    background: transparent;
    background-color: transparent;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-span {
    position: relative;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-span .input-text {
    border: 1px solid #d3d8db;
    border-radius: 4px;
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #05383b;
    padding-left: 35px;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-span:first-child {
    padding-right: 4px;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-span:last-child {
    padding-left: 4px;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-span:before {
    content: "\e946";
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 20px;
    color: #7a8587;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-last .button {
    margin: 0px;
    border: none;
    background: #359555;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    min-width: 100px;
  }
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-last .button.wk-apply-filter-btn {
    margin-top: 8px;
  }
  .mobile-listings-filter .filter-content ul {
    padding: 18px 0 0 16px;
  }
  .mobile-listings-filter .filter-content ul li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    cursor: pointer;
  }
  .mobile-listings-filter .filter-content ul li a {
    color: #05383b;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
  .mobile-listings-filter .filter-content ul li.active a {
    color: #359555;
  }
  .mobile-listings-filter .filter-content select {
    border: 1px solid #d3d8db;
    border-radius: 4px;
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #05383b;
  }
  .mob-listings-filter-inner {
    padding: 40px 20px 15px;
    background: #ffffff;
    box-shadow: 0px 2px 40px -8px #033033;
    border-radius: 20px 20px 0px 0px;
  }
  .mob-listings-filter-inner .filter-reset .button {
    margin: 0px;
    border: none;
    background: #359555;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    min-width: 100px;
  }
  .mob-listings-filter-inner .filter-reset .button:hover {
    text-decoration: none;
  }
  .mob-filter-section {
    margin: 0 0 24px;
  }
  .filter-order-top-box .date-filter {
    display: none;
  }
  .filter-order-top-box .filter-reset .button {
    display: none;
  }
  .sales-order-history .table-head-tabs .product-status {
    display: none;
  }
  #rma-tabs .product-status {
    display: none;
  }
  .communication-grid form .wk-mp-list-table .wk-mp-body td .filter {
    display: none;
  }
}
@media (max-width: 479px) {
  .mobile-listings-filter .filter-content .filter-date .wk-mp-list-table .wk-mp-td-span .input-text {
    font-size: 14px;
  }
}
.review-customer-index .page-title {
  padding-top: 16px;
}
.review-customer-index .page-title .base {
  color: #05383b;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.review-customer-index .reviews #my-reviews-table {
  border: 0;
}
.review-customer-index .reviews #my-reviews-table .review-products {
  display: flex;
  flex-direction: column;
}
.review-customer-index .reviews #my-reviews-table .review-product {
  border-bottom: 1px solid #e8eaeb;
  padding: 24px 0;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-rating-detail {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 16px;
  color: #7a8587;
  line-height: 24px;
  font-weight: 400;
  align-items: center;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-rating-detail .rating-summary {
  vertical-align: middle;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-rating-detail .status {
  padding: 1px 4px;
  border-radius: 4px;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-rating-detail .status.approved {
  color: #30670b;
  background: #cceaba;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-rating-detail .status.approved.not {
  color: #af0b3d;
  background: #f2dbe9;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-rating-detail .status.pending {
  color: #c84801;
  background: #FCEDB9;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-product-name .product-name a {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-product-name .product-name a:after {
  content: '\e923';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 24px;
  margin-left: 5px;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-product-name .product-name a:hover {
  text-decoration: none;
  color: #359555;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 12px 0;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-details .review-product-description {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.review-customer-index .reviews #my-reviews-table .review-product .review-details .review-product-details {
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
  font-weight: 600;
}
.review-customer-index .review-page-description {
  color: #7a8587;
  font-size: 16px;
  line-height: 24px;
}
.review-customer-index .page-title-wrapper .page-title {
  margin: 0 0 8px;
}
@media (max-width: 640px) {
  .review-customer-index .products-reviews-toolbar .pager .pages .pages-item-next {
    position: inherit;
  }
}
.wishlist-index-index .page-title .base {
  color: #05383b;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.wishlist-index-index .column.main {
  position: relative;
}
.wishlist-index-index .wishlist-count {
  position: absolute;
  top: 14px;
  left: 220px;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
}
.wishlist-index-index .products-grid.wishlist .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  padding: 0;
  margin: 0;
  width: 23%;
  border: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-name {
  max-width: 100%;
  margin-bottom: 8px;
  padding: 0 12px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-name .product-item-link {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: block;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-photo {
  margin-bottom: 0;
  min-height: auto;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-photo .product-image-wrapper .product-image-photo {
  height: 194px;
  object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .price-box {
  padding: 0 12px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .price-box .price-wrapper .price {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .price-box .price-as-configured {
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-reviews-summary {
  margin-bottom: 8px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 390px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 0;
  position: relative;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info:hover {
  border: 1px solid #6bbf87;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .details.toggle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .tooltip.content .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .tooltip.content .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .tooltip.content .values {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner {
  position: initial;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px;
  border-radius: 0px 0px 4px 4px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .fieldset {
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .fieldset .field.qty {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .fieldset .product-item-actions {
  display: block;
  position: initial;
  background: transparent;
  box-shadow: none;
  min-width: 100%;
  padding: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .fieldset .product-item-actions .tocart {
  width: auto;
  background: transparent;
  color: #05383b;
  border: 1px solid #e8eaeb;
  font-size: 14px;
  padding: 6px 16px;
  width: 100%;
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .fieldset .product-item-actions .tocart:before {
  content: '\e929';
  font-family: 'icomoon';
  padding-right: 8px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .comment-box {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions {
  background: transparent;
  right: 0;
  width: auto;
  display: block;
  box-shadow: none;
  position: initial;
  padding: 0;
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions a.btn-remove {
  position: absolute;
  top: 7px;
  right: 7px;
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions a.btn-remove.delete:before {
  content: '\e907';
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 20px;
  padding: 9px;
  width: 36px;
  height: 36px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions a.btn-remove.delete:hover:before {
  background: #eaf7ee;
  border-radius: 4px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions a.action.edit {
  display: none;
}
.wishlist-index-index form.form-wishlist-items .actions-toolbar {
  display: none;
}
.wishlist-index-index form .wishlist-search-container {
  position: relative;
  margin-bottom: 24px;
  width: 50%;
}
.wishlist-index-index form .wishlist-search-container .input-text {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  width: 100%;
  padding: 5px 12px 5px 40px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.wishlist-index-index form .wishlist-search-container .input-text::placeholder {
  color: #7a8587;
  font-size: 16px;
  line-height: 24px;
}
.wishlist-index-index form .wishlist-search-container .input-text:focus {
  border-color: #319163;
  background: #f8fbf9;
  color: #033033;
}
.wishlist-index-index form .wishlist-search-container button {
  position: absolute;
  left: 0;
  z-index: 999;
  background: transparent;
  top: 0;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.wishlist-index-index form .wishlist-search-container .serach-close {
  position: absolute;
  top: 0;
  right: 0;
}
.wishlist-index-index form .wishlist-search-container .serach-close .icon-closed:before {
  color: #7a8587;
}
.wishlist-index-index .toolbar.wishlist-toolbar {
  display: none;
}
.wishlist-index-index .toolbar.wishlist-toolbar:last-child {
  display: block;
  padding-top: 10px;
}
.wishlist-index-index .toolbar.wishlist-toolbar br {
  display: none;
}
.wishlist-index-index .toolbar.wishlist-toolbar select {
  vertical-align: middle;
}
.wishlist-index-index .toolbar--top .toolbar-products .toolbar-amount {
  display: none;
}
.wishlist-index-index .toolbar--top .toolbar-products .toolbar-sorter {
  position: absolute;
  right: 0;
  top: 5px;
}
.wishlist-index-index .toolbar--top .toolbar-products .toolbar-sorter .sorter-label {
  display: none;
}
.wishlist-index-index .toolbar--top .toolbar-products .toolbar-sorter .sorter-options {
  height: 36px;
}
.wishlist-index-index .toolbar--top .toolbar-products .toolbar-sorter .sorter-action {
  display: none;
}
.wishlist-search-container {
  max-width: 400px;
  position: relative;
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
}
.wishlist-search-container .input-text {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  width: 100%;
  padding: 5px 12px 5px 40px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.wishlist-search-container:before {
  font-family: 'icomoon';
  content: "\e917";
  display: block;
  position: absolute;
  left: 8px;
  top: 3px;
  font-size: 20px;
  color: #7a8587;
  font-weight: 400;
}
.wishlist-search-container button {
  border: none;
  background: #359555;
  border-radius: 4px !important;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 8px 0 4px;
}
.wishlist-search-container .search-cancel-button {
  position: absolute;
  right: 10px;
  top: 11px;
}
.wishlist-search-container .search-cancel-button:before {
  color: #05383b;
}
.wishlist-search-container .search-cancel-button:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 31%;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .fieldset .product-item-actions .tocart {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .wishlist-index-index form .filter-search {
    width: auto;
  }
  .wishlist-index-index .products-grid.wishlist .product-items {
    gap: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    padding: 8px;
    width: 33.33%;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-name {
    margin: 0;
    padding: 0 12px;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item .price-box {
    margin: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .box-tocart {
    float: none;
    margin: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: fit-content;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
  }
  .toolbar-products {
    position: relative;
  }
  .wishlist-toolbar {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 50%;
    padding: 8px;
  }
}
@media (max-width: 479px) {
  .wishlist-index-index.account.page-layout-2columns-left .columns .column.main {
    padding: 20px 10px 10px;
  }
  .wishlist-index-index form .wishlist-search-container {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-actions .actions-primary {
    text-align: center;
  }
  .wishlist-index-index .toolbar--top .toolbar-products .toolbar-sorter {
    margin: 0 0 5px;
  }
}
.sales-order-history .page-title .base {
  color: #05383b;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.sales-order-history .orders-history {
  border-radius: 0 0 4px 4px;
  overflow: initial;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.pending span {
  background: #e8eaeb;
  padding: 3px 8px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.processing span {
  background: #fff0d2;
  padding: 3px 8px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.complete span {
  background: #eaf7ee;
  padding: 3px 8px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 3px 8px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.closed span {
  background: #c4e8eb;
  padding: 3px 8px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order {
  float: right;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-vieworder-toggle {
  padding: 5px 0 7px;
  width: 36px;
  line-height: 20px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-vieworder-toggle:before {
  content: "\e93f";
  font-family: 'icomoon';
  font-size: 4px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-vieworder-toggle.active {
  border: 1px solid #4aa568;
  border-radius: 4px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-vieworder-toggle.active:hover {
  background: transparent;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-vieworder-toggle:hover {
  background: #eaf7ee;
  border-radius: 4px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-view-order-box {
  top: 39px;
  display: none;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order .actions-view-order-box ul li a {
  display: block;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .trackshipment-vieworder .track-shipment {
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .trackshipment-vieworder .tracking-name {
  font-weight: 600;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody tr {
  cursor: pointer;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody tr:hover {
  background: #f8fbf9;
}
.sales-order-history .orders-history.table-wrapper .table-order-items tbody tr td {
  border-bottom: 1px solid #e8eaeb;
  vertical-align: middle;
  padding: 10px 15px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead {
  border-bottom: 1px solid #e8eaeb;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date a {
  color: #7a8587;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date a:hover {
  text-decoration: none;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date.desc a {
  color: #05383b;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date.desc a:after {
  transform: rotate(-90deg);
  top: 1px;
  content: "\e905";
  padding-left: 5px;
  color: #05383b;
  font-family: 'icomoon';
  display: inline-flex;
  font-size: 9px;
  position: relative;
  right: 0px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date.asc a {
  color: #05383b;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date.asc a:after {
  content: "\e905";
  padding-left: 5px;
  color: #05383b;
  font-family: 'icomoon';
  transform: rotate(90deg);
  display: inline-flex;
  font-size: 9px;
  position: relative;
  top: -6px;
  right: 0px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date:not(.asc):not(.desc) a:before,
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date:not(.asc):not(.desc) a:after {
  transform: rotate(90deg);
  top: -2px;
  content: "\e905";
  padding-left: 0;
  font-family: 'icomoon';
  display: inline-flex;
  font-size: 9px;
  position: relative;
  right: -70px;
}
.sales-order-history .orders-history.table-wrapper .table-order-items thead th.placed_date:not(.asc):not(.desc) a:after {
  transform: rotate(-90deg);
  top: -2px;
  right: -2px;
}
.sales-order-history .orders-history::-webkit-scrollbar {
  height: 6px;
}
.sales-order-history .table-head-tabs .product-status {
  border-bottom: 0;
}
.sales-order-history .table-head-tabs .product-status ul li.fulfilled a span.count {
  background: #e8eaeb;
}
.sales-order-history .table-head-tabs .product-status ul li.pro-status.active:after {
  background: #4aa568;
  border-radius: 1px 1px 0px 0px;
}
.sales-order-view .page-title-wrapper {
  padding-top: 4px;
}
.sales-order-view .page-title-wrapper .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  display: block;
  padding-left: 50px;
}
.sales-order-view .page-title-wrapper .order-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
}
.sales-order-view .page-title-wrapper .order-links .invoice-order .actions-toolbar .button,
.sales-order-view .page-title-wrapper .order-links .cancel-order .actions-toolbar .button {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #05383b;
  width: auto;
  margin: 0;
  display: inline-block;
}
.sales-order-view .page-title-wrapper .order-links .invoice-order .actions-toolbar .button:hover,
.sales-order-view .page-title-wrapper .order-links .cancel-order .actions-toolbar .button:hover {
  color: #05383b;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order-data {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #05383b;
  width: auto;
  margin: 0;
  cursor: pointer;
}
.sales-order-view .page-title-wrapper .order-links .invoice-order .icon-download-icon {
  padding-right: 8px;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .actions-toolbar .button.cancel {
  font-size: 5px;
  padding: 10px;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .actions-toolbar .button.cancel:hover {
  background: #eaf7ee;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .actions-toolbar .button.cancel.active {
  border: 1px solid #319063;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .cancel-order-link {
  display: none;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .cancel-order-link.active {
  display: block;
  padding: 4px;
  width: 200px;
  height: 40px;
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px rgba(3, 48, 51, 0.2);
  display: flex;
  flex-direction: column;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .cancel-order-link.active a:hover {
  text-decoration: none;
  background: #eaf7ee;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order .cancel-order-link.active span {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #033033;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order.active {
  position: relative;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order.active .actions-toolbar .button.cancel {
  border: 1px solid #319063;
}
.sales-order-view .page-title-wrapper .order-links .cancel-order.active .actions-toolbar .button.cancel:hover {
  background: transparent;
}
.sales-order-view .page-title-wrapper .order-status {
  margin: 0;
  padding: 8px 0;
  border: 0;
  text-transform: none;
}
.sales-order-view .page-title-wrapper .order-status span {
  background: #e8eaeb;
  border-radius: 4px;
  width: auto;
  height: 24px;
  padding: 3px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
.sales-order-view .page-title-wrapper .order-status .processing {
  background: #fff0d2;
}
.sales-order-view .page-title-wrapper .order-status .complete,
.sales-order-view .page-title-wrapper .order-status .closed {
  background: #eaf7ee;
}
.sales-order-view .page-title-wrapper .order-status .Canceled {
  background: #fbd9cf;
  color: #d10e0e;
}
.sales-order-view .order-main-content {
  clear: both;
  padding-top: 24px;
}
.sales-order-view .order-main-content .order-left-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.sales-order-view .order-main-content .order-left-content .block-order-details-view {
  width: 30%;
  border: 0;
}
.sales-order-view .order-main-content .order-left-content .order-details-items {
  width: 70%;
  border: 0;
}
.sales-order-view .order-main-content .order-left-content .order-details-items .back-link {
  position: absolute;
  top: 7px;
  left: 40px;
}
.sales-order-view .order-main-content .order-left-content .order-details-items .back-link a {
  font-size: 0;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px;
  height: 36px;
  width: 36px;
  display: block;
}
.sales-order-view .order-main-content .order-left-content .order-details-items .back-link a:before {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 13px;
  line-height: 16px;
  color: #05383b;
  vertical-align: top;
}
.sales-order-view .order-main-content .order-left-content .order-details-items .back-link a:hover {
  text-decoration: none;
}
.sales-order-view .items.order-links {
  display: none;
}
.sales-order-view .block-order-details-view {
  margin: 0;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
}
.sales-order-view .block-order-details-view .block-title {
  display: none;
}
.sales-order-view .block-order-details-view .block-content {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid #e8eaeb;
  /* .box-order-shipping-address,
            .box-order-shipping-method{
                padding-bottom: 16px;
            }
            .box-order-billing-address,
            .box-order-billing-method{
                padding-bottom: 16px;
            }*/
}
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address,
.sales-order-view .block-order-details-view .block-content .box-order-shipping-method,
.sales-order-view .block-order-details-view .block-content .box-order-billing-address,
.sales-order-view .block-order-details-view .block-content .box-order-billing-method {
  width: 100% !important;
  margin: 0;
  border-bottom: 1px solid #e8eaeb;
  padding: 16px 0;
}
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address .box-title span,
.sales-order-view .block-order-details-view .block-content .box-order-shipping-method .box-title span,
.sales-order-view .block-order-details-view .block-content .box-order-billing-address .box-title span,
.sales-order-view .block-order-details-view .block-content .box-order-billing-method .box-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address .box-content,
.sales-order-view .block-order-details-view .block-content .box-order-shipping-method .box-content,
.sales-order-view .block-order-details-view .block-content .box-order-billing-address .box-content,
.sales-order-view .block-order-details-view .block-content .box-order-billing-method .box-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address .box-content a,
.sales-order-view .block-order-details-view .block-content .box-order-shipping-method .box-content a,
.sales-order-view .block-order-details-view .block-content .box-order-billing-address .box-content a,
.sales-order-view .block-order-details-view .block-content .box-order-billing-method .box-content a {
  color: #05383b;
}
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address .box-content .source-info span,
.sales-order-view .block-order-details-view .block-content .box-order-shipping-method .box-content .source-info span,
.sales-order-view .block-order-details-view .block-content .box-order-billing-address .box-content .source-info span,
.sales-order-view .block-order-details-view .block-content .box-order-billing-method .box-content .source-info span {
  line-break: anywhere;
}
.sales-order-view .block-order-details-view .block-content .box-order-billing-method {
  padding: 16px 0;
  border: 0;
}
.sales-order-view .order-details-items {
  padding: 0;
  margin: 0;
}
.sales-order-view .order-details-items .order-table {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 16px;
  overflow-x: auto;
}
.sales-order-view .order-details-items .order-table::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}
.sales-order-view .order-details-items .order-table::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 3px;
}
.sales-order-view .order-details-items .order-table .return-order {
  float: right;
}
.sales-order-view .order-details-items .order-table .return-order .button.return {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  height: 36px;
}
.sales-order-view .order-details-items .order-table .count-product {
  float: left;
}
.sales-order-view .order-details-items .count-product {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 4px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name {
  padding-top: 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking_data .tracking_number a {
  color: #359555;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking_data .tracking_number a:hover {
  text-decoration: none;
  color: #359555;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking_data .tracking_number a .icon-link-arrow {
  padding-left: 4px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking_data {
  display: none;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking-info {
  padding: 0 0 8px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking-info a {
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .tracking-info a:hover {
  color: #257540;
  text-decoration: none;
}
.sales-order-view .order-details-items #my-orders-item-table thead {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  display: none;
}
.sales-order-view .order-details-items #my-orders-item-table tbody {
  border-bottom: 1px solid #e8eaeb;
}
.sales-order-view .order-details-items #my-orders-item-table tbody:last-child {
  border: 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr:last-child {
  border: 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr:last-child td {
  padding-bottom: 16px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td {
  vertical-align: middle;
  background: transparent;
  padding: 4px 10px 8px 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td span,
.sales-order-view .order-details-items #my-orders-item-table tbody tr td strong {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td span .product-item-name,
.sales-order-view .order-details-items #my-orders-item-table tbody tr td strong .product-item-name {
  margin: 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by {
  padding: 0;
  position: relative;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding: 16px 0 8px;
  background: #ffffff;
  display: flex;
  gap: 4px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .tooltip {
  position: relative;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .tooltip:hover .tooltip-text {
  display: block;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .icon-type-icon {
  content: '\e919';
  font-family: 'icomoon';
  padding-left: 4px;
  color: #7a8587;
  cursor: pointer;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .tooltip-text {
  background: #05383b;
  border-radius: 4px;
  color: #ffffff;
  padding: 4px 8px;
  min-width: 200px;
  height: 48px;
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  display: none;
  transform: translateX(-50%);
  line-break: auto;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .tooltip-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .tooltip-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .rma-button {
  float: right;
  position: absolute;
  right: 0;
  top: 6px;
  white-space: nowrap;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .rma-button .cancel-order-data,
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .rma-button .rmaview-order-data {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  cursor: pointer;
  text-align: center;
  width: auto;
  display: inline-block;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .rma-button .cancel-order-data {
  margin-left: 16px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-image img {
  max-width: 60px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-name {
  margin: 0;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-name .product-item-name {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .order-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  align-items: flex-start;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-qty .item span {
  color: #7a8587;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .item-options {
  color: #7a8587;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .item-options dt {
  margin: 0;
  display: inline-block;
  font-weight: 700;
  width: 30%;
  line-break: anywhere;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .item-options dd {
  margin: 0;
  display: inline-block;
  padding-left: 4px;
  width: 70%;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-sku {
  color: #7a8587;
  position: relative;
  line-break: anywhere;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-price .price {
  color: #7a8587;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-price:before {
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td .actions-toolbar {
  width: 120px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td .actions-toolbar .buy-again {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  background: transparent;
  margin: 0;
  padding: 6px 16px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td .actions-toolbar .buy-again span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td.buy-again {
  padding-right: 0;
  float: right;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr td.buy-again .primary {
  float: right;
}
.sales-order-view .order-details-items #my-orders-item-table tfoot .mark {
  text-align: left;
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.sales-order-view .order-details-items #my-orders-item-table tfoot .amount {
  padding-right: 16px;
}
.sales-order-view .order-details-items #my-orders-item-table tfoot .amount .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .order-details-items #my-orders-item-table tfoot .grand_total .amount .price {
  font-family: 'ivypresto-display', serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
}
.sales-order-view .order-details-items .order-view-billing {
  margin-top: 24px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 16px 16px 4px;
}
.sales-order-view .order-details-items .order-view-billing h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
  padding-bottom: 8px;
}
.sales-order-view .order-details-items .order-view-billing .mark {
  padding: 0 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
  vertical-align: middle;
}
.sales-order-view .order-details-items .order-view-billing .amount {
  text-align: right;
  padding: 0 0 12px;
}
.sales-order-view .order-details-items .order-view-billing .amount .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .order-details-items .order-view-billing .grand_total {
  border-top: 1px solid #e8eaeb;
}
.sales-order-view .order-details-items .order-view-billing .grand_total .mark {
  padding-top: 16px;
}
.sales-order-view .order-details-items .order-view-billing .grand_total .amount {
  padding-top: 16px;
}
.sales-order-view .order-details-items .order-view-billing .grand_total .amount strong .price {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
}
.sales-order-view .steps-wizard .nav-bar {
  display: flex;
  flex-direction: column;
}
.sales-order-view .steps-wizard .nav-bar:before {
  left: 2rem;
  height: auto;
  width: 2px;
}
.sales-order-view .steps-wizard .nav-bar li {
  display: flex;
  flex-direction: row;
  height: 8rem;
  width: 100%;
}
.sales-order-view .steps-wizard .nav-bar li.completed:first-child {
  height: 10rem;
}
.sales-order-view .steps-wizard .nav-bar li.completed:first-child:after {
  display: none;
}
.sales-order-view .steps-wizard .nav-bar li .details {
  display: flex;
  flex-direction: column;
}
.sales-order-view .steps-wizard .nav-bar li .details .track-btn {
  background: #359555;
  border-radius: 4px;
  width: 10rem;
  color: #ffffff;
  padding: 6px 16px;
  display: flex;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  align-items: center;
  margin-top: 8px;
}
.sales-order-view .steps-wizard .nav-bar li .details .track-btn:after {
  content: "\e923";
  font-family: 'icomoon';
  background: transparent;
  border: 0;
  position: initial;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}
.sales-order-view .steps-wizard .nav-bar li .details .track-btn:before {
  display: none;
}
.sales-order-view .steps-wizard .nav-bar li .details .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
}
.sales-order-view .steps-wizard .nav-bar li .details span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .steps-wizard .nav-bar li a {
  width: 4rem;
}
.sales-order-view .steps-wizard .nav-bar li a:before {
  background: #b6bec3;
}
.sales-order-view .steps-wizard .nav-bar li a:after {
  content: none;
}
.sales-order-view .steps-wizard .nav-bar li.completed a:after {
  background: transparent;
  content: "\e916";
  font-family: 'icomoon';
  border: 0;
  color: #ffffff;
  top: 10px;
  font-size: 8px;
  left: 21px;
}
.sales-order-view .steps-wizard .nav-bar li.completed a:before {
  background: #9acaaa;
}
.sales-order-view .steps-wizard .nav-bar li.completed:after {
  display: block;
  background: #9cdab1;
}
.sales-order-view .steps-wizard .nav-bar li.inprocess a:before {
  background: #359555;
}
.sales-order-view .steps-wizard .nav-bar li span {
  font-size: 16px;
  line-height: 24px;
}
.sales-order-view .steps-wizard .nav-bar li:after {
  left: -35px;
  top: -36px;
  transform: rotate(90deg);
  width: 11rem;
  z-index: -1;
  height: 2px;
  background: #e8eaeb;
  border-radius: 10px;
  content: "";
  position: absolute;
}
.sales-order-view.account .page-main .column {
  position: relative;
}
.sales-order-view.account .page-main .page-title-wrapper .order-date {
  display: inline-block;
  margin: 0;
  padding: 6px 5px;
}
.sales-order-view.account .page-main .page-title-wrapper .order-date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
  padding: 1px 4px;
}
.sales-order-view.account .page-main .page-title-wrapper .order-actions-toolbar {
  margin: -13px 0 23px;
  float: right;
}
.sales-order-view.account .page-main .page-title-wrapper .order-actions-toolbar .rma-order-id {
  display: none;
}
.sales-order-view.account .page-main .page-title-wrapper .order-actions-toolbar .actions-toolbar {
  margin-top: 0;
}
.sales-order-view .new-rma-request.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 4px;
}
.sales-order-view .new-rma-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin: 0;
}
.sales-order-view .new-rma-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 24px 24px 0;
  border: 0;
}
.sales-order-view .new-rma-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'ivypresto-display', serif;
}
.sales-order-view .new-rma-request .modal-content::-webkit-scrollbar {
  width: 7px;
}
.sales-order-view .new-rma-request .modal-content::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.sales-order-view .new-rma-request .modal-footer {
  display: none;
}
.sales-order-view .new-rma-request #rma-popup {
  padding: 0 24px 24px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .rma-order-id {
  margin: 0;
  padding: 8px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .wk-orders,
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .wk-seller-field {
  display: none;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .control select,
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .control input {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #b6bec4;
  border-radius: 4px;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #033033;
  width: 100%;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form label.label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .field .control textarea {
  height: 88px;
  padding: 10px 12px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table {
  border: 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table tr {
  border-bottom: 1px solid #e8eaeb;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table th.col {
  display: none;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table th.col.title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  white-space: nowrap;
  width: 0;
  padding: 4px;
  margin-bottom: 8px;
  position: relative;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table th.col.title label {
  padding-left: 4px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table th.col.title input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table th.col.title input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col {
  vertical-align: top;
  padding: 8px 4px;
  border: 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) {
  display: flex;
  gap: 8px;
  align-items: center;
  width: auto;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  position: relative;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options dt {
  padding: 0 4px 0 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options dt:after {
  content: ':';
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options dd {
  margin: 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options dd:after {
  content: ',';
  padding-right: 8px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options dd:last-child:after {
  content: '';
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price .item-options:before {
  margin: 0 4px;
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price tr {
  border: 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .sku-price tr td {
  vertical-align: middle;
  padding: 0 16px 0 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .wk-mp-rma-sku {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  position: relative;
  padding-right: 14px;
  padding-left: 0;
  width: 140px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .wk-mp-rma-sku:after {
  margin: 0 4px;
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .wk-mp-rma-price {
  width: auto;
  vertical-align: middle;
  line-height: 19px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .wk-mp-rma-price .price {
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .wk-mp-rma-name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  width: 100%;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) .wk-mp-rma-name a:hover {
  text-decoration: none;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:nth-child(2) img {
  border-radius: 4px;
  max-width: 64px;
  vertical-align: top;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col:first-child {
  width: 0;
  position: relative;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col.qty {
  width: 100px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col.reason {
  width: 160px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col select {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  height: 44px;
  padding: 10px 24px 10px 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #033033;
  min-width: 80px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form #orders-item-table td.col select.wk-reason {
  min-width: 152px;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .fieldset .wk-actions-toolbar .save {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
}
.sales-order-view .new-rma-request #rma-popup #wk_new_rma_form .fieldset .wk-actions-toolbar .save:hover {
  background: #257540;
}
.sales-order-view .new-rma-request .wk-add-showcase-btn {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  background: transparent;
  height: 102px;
  width: 102px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.sales-order-view .new-rma-request .wk-add-showcase-btn:before {
  content: '\e91e';
  font-family: 'icomoon';
  font-size: 12px;
  padding-right: 4px;
}
.sales-order-view .new-rma-request .wk-add-showcase-btn:hover {
  background: #f6f6f6;
}
.sales-order-view .new-rma-request .wk-showcase-block {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  height: 102px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-right: 16px;
}
.sales-order-view .new-rma-request .wk-showcase-block:hover {
  background: #f6f6f6;
}
.sales-order-view .new-rma-request .wk-showcase-block img {
  border-radius: 4px;
}
.sales-order-view .new-rma-request .wk-showcase-block .wk-no-display {
  opacity: 0;
  position: absolute;
  font-size: 0;
  height: 102px;
  min-width: 100px;
}
.sales-order-view .new-rma-request .wk-showcase-block .wk-delete-item {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #b6bec3;
  color: #033033;
  padding: 2px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sales-order-view .new-rma-request .wk-showcase-block .wk-delete-item:before {
  content: '\e91f';
  font-family: 'icomoon';
  font-size: 12px;
}
.sales-order-view .new-rma-request .wk-showcase-block .upload-photo {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.sales-order-view .new-rma-request .wk-showcase-block .upload-photo:before {
  content: '\e91a';
  font-family: 'icomoon';
}
.sales-order-view .new-rma-request .wk-showcase-block img {
  min-width: 100px;
  height: 102px;
  object-fit: cover;
}
.sales-order-view .new-rma-request .wk-showcase-container {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
}
.sales-order-view .new-rma-request .wk-showcase-container .wk-button-set {
  order: 1;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-inner-wrap {
  padding: 24px;
  width: 725px;
  height: 372px;
  box-shadow: 2px 4px 72px -24px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin: 0;
  padding: 32px 36px;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-header {
  border: 0;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-footer {
  border: 0;
  padding: 24px 0 0;
  text-align: center;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-footer .request {
  height: 44px;
  background: #ffffff;
  border: 0.7px solid #e8eaeb;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding: 10px 16px;
  margin-right: 16px;
  display: none;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-footer .request:hover {
  background: #f6f6f6;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-footer .done {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-footer .done:hover {
  background: #257540;
}
.sales-order-view .rma-sucess #rma-sucessfully .right-icon {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sales-order-view .rma-sucess #rma-sucessfully .right-icon .icon-right-icon {
  background: #eaf7ee;
  border-radius: 100%;
  padding: 2px 15px;
  width: 56px;
  height: 56px;
  line-height: 52px;
  margin-bottom: 16px;
}
.sales-order-view .rma-sucess #rma-sucessfully .right-icon .icon-right-icon:before {
  color: #359555;
}
.sales-order-view .rma-sucess #rma-sucessfully .right-icon span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05383b;
}
.sales-order-view .rma-sucess #rma-sucessfully .cancle-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  padding-bottom: 8px;
}
.sales-order-view .rma-sucess #rma-sucessfully .cancle-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap {
  padding: 24px;
  max-width: 500px;
  border-radius: 4px;
  width: 500px;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  display: none;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin: 0;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  padding: 20px 20px 0;
  border: 0;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-footer .wk-cancel-rma {
  float: right;
  height: 36px;
  background: transparent;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #05383b;
  width: 70px;
  border: 0;
  margin-left: 8px;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-footer .wk-close-rma {
  height: 36px;
  background: #359555;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  width: 70px;
}
.sales-order-view .conformation-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-footer .wk-close-rma:hover {
  background: #257540;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap {
  padding: 24px;
  border-radius: 4px;
  width: 725px;
  top: 40%;
  transform: translateY(-50%);
  height: 30rem;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin-top: 0;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 7px;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border: 0;
  padding: 0 0 24px;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: 'ivypresto-display', serif;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  padding: 24px 0 0;
  border: 0;
  display: none;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-footer button {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
}
.sales-order-view .tracking-number.modal-popup._inner-scroll .modal-inner-wrap .modal-footer button:hover {
  background: #257540;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes {
  position: relative;
  padding-left: 16px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #05383b;
  border-radius: 100%;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes .tracking_number a {
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes .tracking_number a:hover {
  color: #257540;
  text-decoration: none;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes .tracking_number a .icon-link-arrow {
  padding-left: 4px;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes .tracking-date {
  font-size: 14px;
  color: #7a8587;
  line-height: 20px;
}
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes .tracking_carrier:after,
.sales-order-view .tracking-number .modal-content .tracking_data .tracking-codes .tracking_number:after {
  content: '|';
  padding-left: 8px;
  color: #7a8587;
  padding-right: 4px;
}
.sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .product-name {
  width: auto;
  height: auto;
}
.new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 4px;
}
.new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  padding: 0 24px;
  margin: 0;
}
.new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 7px;
}
.new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  border: 0;
  display: none;
}
.new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 24px 24px 0px;
}
.new-cancel-request .modal-header {
  border: 0;
}
.new-cancel-request .modal-header .modal-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'ivypresto-display', serif;
}
.new-cancel-request .modal-footer button {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.new-cancel-request .modal-footer button:hover {
  background: #257540;
}
.new-cancel-request .rma-cancel-header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background: #ffffff;
  padding: 5px 0 10px;
  z-index: 1;
}
.new-cancel-request .rma-cancel-header .status.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request .rma-cancel-header .status.processing span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request .rma-cancel-header .status.complete span,
.new-cancel-request .rma-cancel-header .status.closed span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request .rma-cancel-header .status.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request .rma-cancel-header .status:after {
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.new-cancel-request .rma-cancel-header .order-id {
  display: flex;
  gap: 2px;
  align-items: center;
}
.new-cancel-request .rma-cancel-header .order-id label span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.new-cancel-request .rma-cancel-header .order-id .control a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.new-cancel-request .rma-cancel-header .order-id .control a:hover {
  text-decoration: none;
}
.new-cancel-request .rma-cancel-header .order-id:after {
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.new-cancel-request .rma-cancel-header .wk-date-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request .wk-mprma-container {
  padding-top: 32px;
  height: auto;
}
.new-cancel-request .wk-mprma-container .rma-sloved span {
  background: #f8fbf9;
  padding: 16px 0px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
  width: 100%;
  display: block;
  margin: 0 0 32px 0;
}
.new-cancel-request .wk-mprma-container .rma-sloved span:before {
  content: '\e915';
  font-family: 'icomoon';
  padding-right: 8px;
  vertical-align: middle;
  font-size: 16px;
}
.new-cancel-request .wk-mprma-container .helpr-conversation {
  max-height: 350px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.new-cancel-request .wk-mprma-container .helpr-conversation .wk-mprma-conversation-details {
  width: 100%;
}
.new-cancel-request .wk-mprma-container:first-child {
  padding-top: 22px;
}
.new-cancel-request #wk_new_cancel_form {
  display: flex;
  flex-wrap: wrap;
}
.new-cancel-request #wk_new_cancel_form .fieldset {
  width: 50%;
  margin: 0;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field {
  display: flex;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block {
  justify-content: space-between;
  flex-direction: column;
  padding-top: 16px;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block .label span {
  color: #05383b;
  font-weight: 600;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block .wk-row {
  display: flex;
  justify-content: space-between;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block .wk-row span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #7a8587;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block .wk-row .price {
  color: #05383b;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field label {
  color: #7a8587;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field .control {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status {
  flex-direction: column;
  margin: 0;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status label span {
  color: #05383b;
  font-weight: 600;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  justify-content: space-between;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row span {
  color: #7a8587;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row .rma-status {
  color: #05383b;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row .rma-status.pending {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row .rma-status.processing {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row .rma-status.complete,
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row .rma-status.closed {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row .rma-status.canceled {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
.new-cancel-request #wk_new_cancel_form .fieldset .field.resolution-type {
  justify-content: space-between;
  margin: 0;
}
.new-cancel-request #wk_new_cancel_form .wk-lg {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding-top: 16px;
}
.new-cancel-request #wk_new_cancel_form .wk-lg label {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}
.new-cancel-request #wk_new_cancel_form .wk-lg label span {
  font-weight: 600;
}
.new-cancel-request #wk_new_cancel_form .wk-lg #preview {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.new-cancel-request #wk_new_cancel_form .wk-lg #preview .wk-showcase-block {
  text-align: center;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 4px;
  width: 102px;
  height: 102px;
}
.new-cancel-request #wk_new_cancel_form .wk-lg #preview .wk-showcase-block img {
  width: 102px;
  cursor: pointer;
  object-fit: cover;
  height: 91px;
}
.new-cancel-request #wk_new_cancel_form .additional {
  width: 50%;
  padding-left: 40px;
}
.new-cancel-request #wk_new_cancel_form .additional label span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request #wk_new_cancel_form .additional .control {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  line-break: anywhere;
}
.new-cancel-request #wk_new_cancel_form .additional .control.addReadMore.showlesscontent .SecSec,
.new-cancel-request #wk_new_cancel_form .additional .control.addReadMore.showlesscontent .readLess {
  display: none;
}
.new-cancel-request #wk_new_cancel_form .additional .control.addReadMore.showmorecontent .readMore {
  display: none;
}
.new-cancel-request #wk_new_cancel_form .additional .control .readMore,
.new-cancel-request #wk_new_cancel_form .additional .control .readLess {
  cursor: pointer;
  color: #359555;
}
.new-cancel-request #wk_new_cancel_form .additional .control .readMore:hover,
.new-cancel-request #wk_new_cancel_form .additional .control .readLess:hover {
  color: #257540;
}
.new-cancel-request .items-table .wk-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 8px;
}
.new-cancel-request .items-table #mprma-items-table tbody tr td.name div {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 125px;
}
.new-cancel-request .items-table #mprma-items-table tbody tr td.col:first-child {
  width: 260px;
}
.new-cancel-request #wk_rma_conversation_form .wk-mprma-fieldset .control .input-text {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  height: 88px;
  padding: 10px 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request #wk_rma_conversation_form .wk-mprma-fieldset .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request #wk_rma_conversation_form .wk-mprma-fieldset .label span {
  font-weight: 600;
}
.new-cancel-request #wk_rma_conversation_form .wk-mprma-fieldset .field.active {
  display: none;
}
.new-cancel-request #wk_rma_conversation_form .wk-action-btn {
  float: right;
}
.new-cancel-request #wk_rma_conversation_form .wk-action-btn .action.save {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
  margin-top: 10px;
}
.new-cancel-request #wk_rma_conversation_form .wk-action-btn .action.save:hover {
  background: #257540;
}
.new-cancel-request #wk_rma_close_form .wk-action-btn .action {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
}
.new-cancel-request #wk_rma_close_form .wk-action-btn .action:hover {
  background: #257540;
}
.new-cancel-request .close-rma {
  background: #f8fbf9;
  border-radius: 4px;
  padding: 16px;
  margin-top: 32px;
}
.new-cancel-request .close-rma .wk-close-filedset {
  margin: 0;
}
.new-cancel-request .close-rma .wk-close-filedset .field {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request .close-rma .wk-close-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
  padding-bottom: 16px;
}
.new-cancel-request .close-rma #wk_rma_close_form .wk-action-btn button {
  height: 44px;
  background: #ffffff;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.new-cancel-request .close-rma #wk_rma_close_form .wk-action-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  position: relative;
}
.new-cancel-request .close-rma #wk_rma_close_form input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.new-cancel-request .close-rma #wk_rma_close_form input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
#rmaview {
  display: flex;
  gap: 16px;
}
#rmaview .new-cancel-rma {
  width: 77%;
}
#rmaview .rma-variants {
  padding: 24px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  margin-bottom: 16px;
  width: 23%;
}
#rmaview .rma-variants .heading {
  display: flex;
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
  font-weight: 500;
  gap: 4px;
  padding-bottom: 16px;
}
#rmaview .rma-variants .heading span {
  font-weight: 400;
}
#rmaview .rma-variants .heading span:before {
  content: '(';
}
#rmaview .rma-variants .heading span:after {
  content: ')';
}
#rmaview .rma-variants .heading h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
#rmaview .rma-variants .rma-requests .rma-request-data {
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}
#rmaview .rma-variants .rma-requests .rma-request-data.active {
  background: #eaf7ee;
}
#rmaview .rma-variants .rma-requests .rma-request-data h3 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
#rmaview .rma-variants .rma-requests .rma-request-data span {
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
  font-weight: 400;
}
#rmaview .item-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#rmaview .item-options dt {
  font-weight: 600;
}
#rmaview .item-options dt:after {
  content: ':';
}
#rmaview .item-options dd {
  margin: 0 0 4px;
}
.mprmasystem-customer-allrma .filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table {
  display: flex;
}
.mprmasystem-customer-allrma .page-title-wrapper {
  padding-bottom: 16px;
}
.mprmasystem-customer-allrma .page-title-wrapper .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  display: block;
}
.mprmasystem-customer-allrma .rma-cancel-header .wk-title {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.mprmasystem-customer-allrma .rma-cancel-header .wk-title .wk-date-info {
  margin: 0;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.status,
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.resolution-type {
  padding: 0;
  width: 100%;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.status .control .wk-row span,
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.resolution-type .control .wk-row span {
  font-weight: 400;
  font-style: initial;
  font-size: 16px;
  line-height: 24px;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field label {
  border: 0;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block {
  padding: 16px 0 0;
  margin: 0;
  width: 100%;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block .label span {
  padding: 0;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block .wk-row span {
  font-style: initial;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_rma_conversation_form .wk-mprma-fieldset .field {
  width: 100%;
  padding: 0;
}
.mprmasystem-customer-allrma .new-cancel-request #wk_rma_conversation_form .wk-mprma-fieldset .label {
  margin: 0;
  border: 0;
}
.mprmasystem-customer-allrma .new-cancel-request .items-table .wk-title {
  margin: 0;
  border: 0;
  padding-top: 0;
}
.mprmasystem-customer-allrma .new-cancel-request .items-table .wk-table-wrapper {
  overflow: scroll;
}
.mprmasystem-customer-allrma .new-cancel-request .items-table .wk-table-wrapper #mprma-items-table thead tr th {
  padding: 10px 8px;
}
.mprmasystem-customer-allrma .new-cancel-request .items-table .wk-table-wrapper #mprma-items-table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 8px;
}
.mprmasystem-customer-allrma .new-cancel-request .items-table .wk-table-wrapper #mprma-items-table tbody tr td:before {
  color: #7a8587;
  font-weight: 400;
  max-width: 90px;
  width: 100%;
}
.mprmasystem-customer-allrma .new-cancel-request .close-rma .wk-close-title {
  border: 0;
  margin: 0;
  padding-top: 0;
}
.mprmasystem-customer-allrma .new-cancel-request .close-rma .wk-action-btn {
  float: left;
}
.mprmasystem-customer-allrma .rma-conversation .wk-mprma-conversation-head.wk-mprma-customer-section .wk-mprma-conversation-head-right,
.mprmasystem-customer-allrma .rma-conversation .wk-mprma-conversation-head.wk-mprma-seller-section .wk-mprma-conversation-head-right {
  float: left;
}
.rma_vendor .rma-conversation .wk-mprma-conversation-head.wk-mprma-seller-section {
  float: right;
}
.rma_vendor .rma-conversation .wk-mprma-conversation-head.wk-mprma-seller-section .wk-mprma-conversation-head-right {
  float: left;
}
.rma_vendor .rma-conversation .wk-mprma-conversation-head.wk-mprma-customer-section {
  float: left;
}
.rma_vendor .rma-conversation .wk-mprma-conversation-head.wk-mprma-customer-section .wk-mprma-conversation-head-right {
  float: left;
}
.rma_vendor .rma-cancel-header .status.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
.rma_vendor .rma-cancel-header .status.processing span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
.rma_vendor .rma-cancel-header .status.complete span,
.rma_vendor .rma-cancel-header .status.closed span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
.rma_vendor .rma-cancel-header .status.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
.rma_vendor .rma-cancel-header .status span {
  color: #05383b;
}
.rma-conversation {
  padding-top: 32px;
}
.rma-conversation .wk-mprma-container.wk-mprma-container {
  padding-top: 0;
}
.rma-conversation .wk-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #05383b;
  margin: 0;
  border: 0;
}
.rma-conversation .wk-mprma-container {
  overflow-y: scroll;
}
.rma-conversation .wk-mprma-container::-webkit-scrollbar {
  width: 7px;
}
.rma-conversation .wk-mprma-container::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.rma-conversation .wk-mprma-container .wk-mprma-conversation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 350px;
  border: 0;
}
.rma-conversation .helpr-conversation {
  max-height: 350px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.rma-conversation .helpr-conversation .wk-mprma-conversation-details {
  width: 100%;
}
.rma-conversation .wk-mprma-conversation-head.wk-mprma-seller-section {
  width: 50%;
  float: left;
  background: #e1ffc7;
  border-radius: 4px;
  border: 0;
  padding: 10px 16px;
}
.rma-conversation .wk-mprma-conversation-head.wk-mprma-seller-section .wk-mprma-conversation-head-left {
  font-size: 10px;
  font-weight: 300;
  color: #7a8587;
  float: right;
}
.rma-conversation .wk-mprma-conversation-head.wk-mprma-seller-section .wk-mprma-conversation-head-right {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #7a8587;
}
.rma-conversation .wk-mprma-conversation-head .wk-mprma-conversation-body {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #05383b;
}
.rma-conversation .wk-mprma-conversation-head.wk-mprma-customer-section {
  width: 50%;
  float: right;
  background: rgba(146, 207, 234, 0.34);
  border-radius: 4px;
  border: 0;
  padding: 10px 16px;
}
.rma-conversation .wk-mprma-conversation-head.wk-mprma-customer-section .wk-mprma-conversation-head-left {
  font-size: 10px;
  font-weight: 300;
  color: #7a8587;
  float: right;
}
.rma-conversation .wk-mprma-conversation-head.wk-mprma-customer-section .wk-mprma-conversation-head-right {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #7a8587;
}
.rma-conversation .wk-mprma-conversation-head .wk-mprma-conversation-body {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #05383b;
}
.filter-order-top-box .filter-order-exportcsv {
  width: auto;
  white-space: nowrap;
}
.filter-order-top-box .filter-order-exportcsv #order-exportcsv-btn {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  height: 36px;
  display: inline-block;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title tr th {
  background-color: transparent;
  background: transparent;
  padding: 16px 5px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title tr th:first-child {
  padding-left: 24px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-order-ref.wk-asc-order tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-order-ref.wk-asc-order tr th:nth-child(6n+2) {
  background-image: none;
  background-color: transparent;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-order-ref.wk-asc-order tr th:nth-child(6n+2):after {
  content: '\e91c';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 12px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-order-ref.wk-desc-order tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-order-ref.wk-desc-order tr th:nth-child(6n+2) {
  background-image: none;
  background-color: transparent;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-order-ref.wk-desc-order tr th:nth-child(6n+2):after {
  content: '\e91d';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 12px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-rma-id.wk-asc-order tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-rma-id.wk-asc-order tr th:nth-child(6n+1) {
  background-image: none;
  background-color: transparent;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-rma-id.wk-asc-order tr th:nth-child(6n+1):after {
  content: '\e91c';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 12px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-rma-id.wk-desc-order tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-rma-id.wk-desc-order tr th:nth-child(6n+1) {
  background-image: none;
  background-color: transparent;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-rma-id.wk-desc-order tr th:nth-child(6n+1):after {
  content: '\e91d';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 12px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-date.wk-asc-order tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-date.wk-asc-order tr th:nth-child(6n+4) {
  background-image: none;
  background-color: transparent;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-date.wk-asc-order tr th:nth-child(6n+4):after {
  content: '\e91c';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 12px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-date.wk-desc-order tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-date.wk-desc-order tr th:nth-child(6n+4) {
  background-image: none;
  background-color: transparent;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-title.wk-filtered-date.wk-desc-order tr th:nth-child(6n+4):after {
  content: '\e91d';
  font-family: 'icomoon';
  padding-left: 4px;
  font-size: 12px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action {
  border-top: 1px solid #e8eaeb;
  display: none;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr {
  background: transparent;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th {
  background: transparent;
  background-color: transparent;
  padding: 16px 5px;
  border: 0;
  text-align: left;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th input,
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th select {
  border: 1px solid #e8eaeb;
  padding: 6px 12px;
  height: 36px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th input::placeholder {
  color: #7a8587;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th.rma-id {
  width: 110px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th.ord-id {
  width: 145px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th.apply-btn {
  width: 100px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th:first-child {
  padding-left: 24px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th:last-child {
  padding-right: 24px;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th .wk-apply-filter-btn {
  height: 36px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  width: 100%;
}
#my-rma-table.wk-buyer-rma-table thead.wk-table-head-action tr th .wk-date-filter-box {
  padding-right: 8px;
}
#my-rma-table.wk-buyer-rma-table tbody tr {
  background: transparent;
  cursor: pointer;
}
#my-rma-table.wk-buyer-rma-table tbody tr:hover {
  background: #f8fbf9;
}
#my-rma-table.wk-buyer-rma-table tbody tr td {
  padding: 16px 5px;
  vertical-align: middle;
}
#my-rma-table.wk-buyer-rma-table tbody tr td:first-child {
  padding-left: 24px;
}
#my-rma-table.wk-buyer-rma-table tbody tr td a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
#my-rma-table.wk-buyer-rma-table tbody tr td a:hover {
  text-decoration: none;
}
#my-rma-table.wk-buyer-rma-table tbody tr td.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
#my-rma-table.wk-buyer-rma-table tbody tr td.processing span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
#my-rma-table.wk-buyer-rma-table tbody tr td.complete span,
#my-rma-table.wk-buyer-rma-table tbody tr td.closed span,
#my-rma-table.wk-buyer-rma-table tbody tr td.solved span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
#my-rma-table.wk-buyer-rma-table tbody tr td.canceled span,
#my-rma-table.wk-buyer-rma-table tbody tr td.declined span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
#my-rma-table.wk-buyer-rma-table tbody tr td.actions {
  text-align: right;
  padding-right: 24px;
}
#my-rma-table.wk-buyer-rma-table tbody tr td.actions .view {
  display: inline-block;
  color: #05383b;
}
.wk-mp-rma-allrma .pager .limiter {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
body .wk-mp-rma-newrma a {
  padding: 10px 16px;
  background: #359555;
  border-radius: 4px;
  height: 44px;
  border: 0;
  font-weight: 300;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
body .wk-mp-rma-newrma a:hover {
  background: #257540;
  color: #ffffff;
  text-decoration: none;
}
.filter-rma-top-box .filter-rma-exportcsv {
  width: auto;
  white-space: nowrap;
}
.filter-rma-top-box .filter-rma-exportcsv #rma-exportcsv-btn {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  height: 36px;
  display: inline-block;
}
#rma-tabs .product-status {
  border-bottom: 0;
}
#rma-tabs .product-status ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
}
#rma-tabs .product-status ul li.pro-status.active:after {
  background: #4aa568;
  border-radius: 1px 1px 0px 0px;
}
.table-wrapper::-webkit-scrollbar {
  height: 4px;
}
.order-details-items table.invoice .final_total .shipping.store-credit .label {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .sales-order-history .orders-history.table-wrapper .table-order-items tbody tr td {
    padding: 10px 8px;
  }
  .sales-order-history .orders-history.table-wrapper .table-order-items thead tr th {
    padding: 10px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sales-order-history .order-products-toolbar .pager .toolbar-amount {
    font-size: 12px;
  }
  .sales-order-history .order-products-toolbar .pager .pages .pages-items .item .page {
    font-size: 12px;
    width: 32px;
    height: 32px;
  }
  .sales-order-view .order-main-content .block-order-details-view,
  .sales-order-view .order-main-content .order-details-items {
    width: 100%;
  }
  .sales-order-view .order-main-content .order-left-content {
    gap: 0;
    flex-direction: column;
  }
  .sales-order-view .order-main-content .order-left-content .order-details-items,
  .sales-order-view .order-main-content .order-left-content .block-order-details-view {
    width: 100%;
  }
  .sales-order-view .order-main-content .order-left-content .block-order-details-view {
    order: 2;
  }
  .sales-order-view .order-main-content .order-left-content .order-details-items {
    order: 1;
  }
  .sales-order-view .order-main-content .order-left-content .order-details-items .back-link {
    left: 20px;
  }
  .sales-order-view .order-details-items .order-table {
    padding-bottom: 0;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr:last-child td {
    padding: 5px 10px 16px;
  }
  .filter-order-top-box .filter-order-box .filter-date form {
    flex-wrap: wrap;
    gap: 16px;
  }
  #my-rma-table.wk-buyer-rma-table tbody tr td {
    white-space: normal;
  }
  #my-rma-table.wk-buyer-rma-table tbody tr td a {
    font-size: 14px;
  }
  .new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap {
    width: min-content;
  }
  .table-head-tabs .product-status ul li {
    padding: 16px 10px;
  }
}
@media (max-width: 768px) {
  .table-wrapper #my-orders-table.data.table td {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .table-wrapper #my-orders-table.data.table td.col:before {
    color: #7a8587;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 90px;
    width: 100%;
  }
  .sales-order-history .filter-order-top-box {
    gap: 10px;
    flex-wrap: wrap;
  }
  .sales-order-history .filter-order-top-box .filter-order-box {
    width: auto;
  }
  .sales-order-history .filter-order-top-box .filter-order-box .filter-search {
    padding-right: 0;
  }
  .sales-order-history .filter-order-top-box .filter-order-exportcsv {
    width: auto;
    white-space: nowrap;
  }
  .sales-order-view .order-main-content .order-left-content {
    flex-direction: column;
  }
  .sales-order-view .order-main-content .order-left-content .block-order-details-view,
  .sales-order-view .order-main-content .order-left-content .order-details-items {
    width: 100%;
  }
  .sales-order-view .order-main-content .order-left-content .block-order-details-view {
    order: 2;
  }
  .sales-order-view .order-main-content .order-left-content .order-details-items {
    order: 1;
  }
  .sales-order-view .steps-wizard .nav-bar {
    margin: 0;
  }
  .sales-order-view .steps-wizard .nav-bar li:after {
    display: block;
  }
  .sales-order-view .order-details-items .order-title {
    display: none;
  }
  .sales-order-view .order-details-items .order-table {
    padding: 16px 16px 0;
    position: relative;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr td .actions-toolbar {
    padding-bottom: 16px;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name .tooltip-text {
    min-width: 200px;
    top: -66px;
    transform: translateX(-37%);
    line-break: anywhere;
    z-index: 999;
  }
  .sales-order-view .order-details-items #my-orders-item-table .table-order-items {
    margin-top: 27px;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name {
    padding: 16px 0;
  }
  .sales-order-view .page-title-wrapper .order-links {
    justify-content: flex-start;
  }
  .sales-order-view .page-title-wrapper .order-links .cancel-order .cancel-order-link.active {
    width: 150px;
  }
  .sales-order-view .order-details-items .order-table .count-product {
    float: none;
    padding: 0;
  }
  .sales-order-view .order-details-items .order-table .return-order {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 999;
  }
  .sales-order-view .order-main-content .order-left-content {
    gap: 0;
  }
  .sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-inner-wrap {
    width: auto;
    padding: 15px;
    height: auto;
  }
  .sales-order-view .rma-sucess.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 9px;
  }
  .sales-order-view .rma-sucess.modal-popup._inner-scroll._show {
    background: none;
  }
  .sales-order-view .rma-sucess.modal-popup._inner-scroll._show .modal-footer {
    padding: 24px 0 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .sales-order-view .order-main-content .order-left-content .order-details-items .back-link {
    top: 24px;
    left: 20px;
  }
  .filter-order-top-box .filter-search {
    max-width: 400px;
  }
  .filter-rma-top-box .filter-rma-exportcsv {
    padding-top: 16px;
  }
  .wk-mp-rma-allrma #my-rma-table tbody tr {
    background: #fff !important;
  }
  #rmaview {
    flex-direction: column;
  }
  #rmaview .new-cancel-rma {
    width: 100%;
  }
  #rmaview .rma-variants {
    width: 100%;
  }
  #rmaview .rma-variants .rma-requests {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  #rmaview .rma-variants .rma-requests .rma-request-data {
    width: 100px;
  }
  .new-cancel-request.modal-popup.modal-slide {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  .new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap {
    background: #ffffff;
  }
  .new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0;
  }
  .new-cancel-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
    padding: 24px 0px 0px;
  }
  .new-cancel-request .rma-cancel-header {
    flex-wrap: wrap;
  }
  .new-cancel-request #wk_new_cancel_form .fieldset {
    width: 100%;
  }
  .new-cancel-request #wk_new_cancel_form .additional {
    width: 100%;
    padding: 40px 0 0;
  }
  .new-cancel-request #wk_new_cancel_form .additional .control {
    line-break: anywhere;
  }
  .new-cancel-request .wk-mprma-container .wk-table-wrapper {
    overflow: scroll;
  }
  .mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block {
    padding: 0;
  }
  .wk-mp-rma-allrma .pager .limiter {
    float: none !important;
  }
}
@media (max-width: 639px) {
  .sales-order-history .order-tabs-container .product-status .ui-tabs-nav .all {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 0;
  }
  .sales-order-history .order-tabs-container .product-status .ui-tabs-nav .all .pro-status {
    width: 47%;
    padding: 11px 8px;
  }
  .sales-order-history .order-tabs-container .product-status .ui-tabs-nav .all .pro-status a {
    justify-content: center;
    width: 100%;
  }
  .sales-order-history .order-tabs-container .product-status ul li.all,
  .sales-order-history .order-tabs-container .product-status ul li.fulfilled {
    border-bottom: 1px solid #e8eaeb;
  }
  .sales-order-history .orders-history.table-wrapper .table-order-items tbody tr {
    position: relative;
  }
  .sales-order-history .orders-history.table-wrapper .table-order-items tbody td.actions .actions-view-order {
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .sales-order-history .table-head-tabs .product-status {
    border: 1px solid #e8eaeb;
    padding: 0 16px;
  }
  .sales-order-view .block-order-details-view .block-content {
    flex-direction: column;
  }
  .sales-order-view .block-order-details-view .block-content .box-order-shipping-address,
  .sales-order-view .block-order-details-view .block-content .box-order-shipping-method,
  .sales-order-view .block-order-details-view .block-content .box-order-billing-address,
  .sales-order-view .block-order-details-view .block-content .box-order-billing-method {
    width: 100% !important;
    border-bottom: 1px solid #e8eaeb;
  }
  .sales-order-view .block-order-details-view .block-content .box-order-billing-address,
  .sales-order-view .block-order-details-view .block-content .box-order-billing-method {
    border-top: 0;
  }
  .sales-order-view .block-order-details-view .block-content .box-order-billing-method {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sales-order-view .block-order-details-view .block-content .box-order-billing-address {
    padding-bottom: 16px;
  }
  .sales-order-view .order-details-items .table-order-items thead {
    border: 0;
  }
  .sales-order-view .order-details-items .table-order-items tbody tr td:before {
    color: #7a8587;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .sales-order-view .order-details-items .table-wrapper.order-items .table-order-items tbody tr {
    display: flex;
    flex-direction: column;
  }
  .sales-order-view .order-details-items .table-order-items tbody tr td .actions-toolbar {
    float: right;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .rma-button {
    position: initial;
    padding-bottom: 8px;
    width: 100%;
    text-align: right;
    float: none;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr .shipped-by .vendor_name {
    padding: 16px 0 8px;
  }
  .sales-order-view.account .page-main .page-title-wrapper .order-status {
    margin: 0;
  }
  .sales-order-view.account .page-main .page-title-wrapper .order-actions-toolbar {
    margin: 12px 0 15px;
    float: none;
  }
  .wk-mp-rma-allrma #my-rma-table tbody tr {
    background: #fff !important;
    border: 1px solid #e8eaeb;
    display: block;
    margin-bottom: 16px;
    padding: 16px;
  }
  .wk-mp-rma-allrma #my-rma-table tbody tr td {
    color: #05383b;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    display: flex;
  }
  .wk-mp-rma-allrma #my-rma-table tbody tr td:before {
    color: #7a8587;
    max-width: 90px;
    width: 100%;
    font-weight: 400;
    content: attr(data-th) ': ';
  }
  .wk-mp-rma-allrma #my-rma-table tbody tr td.actions {
    padding-bottom: 0;
    border: 0;
    justify-content: flex-end;
  }
  .wk-mp-rma-allrma #my-rma-table tbody tr td:first-child {
    padding-left: 0;
  }
  .table-wrapper #my-orders-table.data.table tr {
    border: 1px solid #e8eaeb;
    padding: 24px 16px;
    margin: 16px 0;
    position: relative;
  }
  .table-wrapper #my-orders-table.data.table tr td {
    display: flex;
  }
  .table-wrapper #my-orders-table.data.table tr td:last-child {
    border: 0;
    position: initial;
  }
  .table-wrapper #my-orders-table.data.table tr td .col.id {
    font-weight: 600;
  }
  .table-wrapper #my-orders-table.data.table tr td.id {
    font-weight: 600;
  }
  .mprmasystem-customer-allrma .new-cancel-request #wk_new_cancel_form .fieldset .field.wk-refund-block {
    padding: 0;
  }
  .mprmasystem-customer-allrma .new-cancel-request .items-table .wk-table-wrapper #mprma-items-table tbody tr {
    border: 1px solid #e8eaeb;
    padding: 24px 16px;
    margin: 16px 0;
  }
  .mprmasystem-customer-allrma .new-cancel-request .items-table .wk-table-wrapper #mprma-items-table tbody tr td {
    border: 0;
    padding: 3px 0;
    display: flex;
  }
}
@media (max-width: 479px) {
  .sales-order-view .order-details-items #my-orders-item-table tbody tr td {
    padding: 0;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr td strong,
  .sales-order-view .order-details-items #my-orders-item-table tbody tr td span {
    font-size: 14px;
    line-height: 20px;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr .product-image img {
    max-width: 40px;
  }
  .sales-order-view .order-details-items #my-orders-item-table tbody tr .product-description .item-options {
    font-size: 14px;
    line-height: 20px;
  }
  .sales-order-view .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .sales-order-view .rma-sucess #rma-sucessfully .cancle-title {
    font-size: 30px;
  }
  .sales-order-view .rma-sucess #rma-sucessfully .cancle-text {
    font-size: 14px;
  }
  .filter-order-top-box .filter-search {
    max-width: 100%;
  }
  .filter-order-top-box .filter-order-box .wk-mp-td-last {
    padding: 16px 0 0;
  }
  .filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table {
    flex-wrap: wrap;
  }
  .filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .wk-mp-td-span {
    padding-left: 8px;
  }
  .filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .wk-mp-td-span:first-child {
    padding-right: 8px;
    padding-left: 0;
  }
  .filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table .button {
    margin: 0;
  }
  .filter-order-top-box .filter-order-box .filter-date .wk-mp-list-table tr {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.aw_store_credit-info-index .page-title {
  margin: 0;
}
.aw_store_credit-info-index .page-title .base {
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.aw_store_credit-info-index .store-credit {
  margin-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8eaeb;
  margin-bottom: 0;
}
.aw_store_credit-info-index .store-credit .block-content .base {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.aw_store_credit-info-index .store-credit .block-content .base strong {
  font-size: 40px;
  line-height: 52px;
  color: #05383b;
  font-family: 'ivypresto-display', serif;
  padding-top: 40px;
}
.aw_store_credit-info-index .transactions .table-heading {
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  font-weight: 600;
  padding-top: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}
.aw_store_credit-info-index .transactions .table-transactions {
  border: 0;
}
.aw_store_credit-info-index .transactions .table-transactions thead {
  border-bottom: 1px solid #e8eaeb;
}
/* ------ responsive ------ */
@media (max-width: 767px) {
  .aw_store_credit-info-index .transactions #my-transactions-table {
    border: 1px solid #e8eaeb;
    padding: 0 10px;
  }
  .aw_store_credit-info-index .transactions #my-transactions-table tr {
    border-bottom: 1px solid #e8eaeb;
  }
  .aw_store_credit-info-index .transactions #my-transactions-table tr:last-child {
    border: 0;
  }
  .aw_store_credit-info-index .transactions #my-transactions-table td {
    font-size: 14px;
  }
  .aw_store_credit-info-index .transactions #my-transactions-table td.col:before {
    color: #7a8587;
    font-weight: 400;
  }
  .aw_store_credit-info-index .account .page-wrapper .columns .column.main {
    padding: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .account .columns .sidebar-main {
    max-width: 230px;
  }
  .account .sidebar-main .block-collapsible-nav .content {
    padding: 0 10px 0 0;
  }
  .account .table > tbody > tr > th,
  .account .table > tbody > tr > td {
    padding: 10px 8px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .account .columns .sidebar-main {
    position: relative;
    width: 22.3%;
    padding: 20px 0 40px;
    top: -17px;
  }
  .account .columns .sidebar-main .block-collapsible-nav .content {
    padding: 0 10px 0 0;
  }
  .account .columns .sidebar-main .block-collapsible-nav .item a,
  .account .columns .sidebar-main .block-collapsible-nav .item > strong {
    font-size: 14px;
  }
  .account .columns .sidebar-main .block-collapsible-nav .item a:before,
  .account .columns .sidebar-main .block-collapsible-nav .item > strong:before {
    padding-right: 10px;
    min-width: 33px;
  }
  .account .table > tbody > tr > th,
  .account .table > tbody > tr > td {
    padding: 10px 8px;
    font-size: 14px;
  }
  .dashboard-customer-name-top h2 {
    font-size: 30px;
  }
  .trackshipment-vieworder .track-shipment {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .account .columns .sidebar.sidebar-main {
    height: auto;
    position: initial;
  }
  .account .columns .sidebar.sidebar-main .myaccount-sidebar {
    top: 10px;
    z-index: 9;
  }
  .account .columns .sidebar.sidebar-main .myaccount-sidebar .block-collapsible-nav-content {
    background: #ffffff;
    padding: 0;
  }
  .account .columns .sidebar.sidebar-main .myaccount-sidebar .block-collapsible-nav-content .nav.items {
    padding: 20px 40px 40px;
  }
  .account .columns .sidebar.sidebar-main .myaccount-sidebar .block-collapsible-nav-title {
    margin: 0 20px;
    border: 1px solid #e8eaeb;
    border-radius: 4px;
    margin: 0 10px;
    color: #05383b;
  }
  .account.page-layout-2columns-left .columns .column.main {
    padding: 20px;
  }
  .account .page-wrapper {
    padding-top: 0;
  }
  .account .table > tbody > tr > th,
  .account .table > tbody > tr > td {
    padding: 10px 8px;
    font-size: 14px;
  }
}
.customer-account-index .order_count {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 32px;
}
.customer-account-index .order_count span {
  width: 100%;
  padding: 16px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  color: #05383b;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  font-family: 'ivypresto-display', serif;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.16);
}
.customer-account-index .order_count span h4 {
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
  padding-bottom: 8px;
}
.customer-account-index .block-dashboard-orders .block-content .table-wrapper.orders-recent {
  overflow: inherit;
}
.customer-account-index .block-dashboard-orders .block-content .table-wrapper.orders-recent::-webkit-scrollbar {
  height: 8px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items thead {
  border-bottom: 1px solid #e8eaeb;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr {
  cursor: pointer;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr:hover {
  background: #f8fbf9;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td {
  border-bottom: 1px solid #e8eaeb;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td.pending span {
  background: #e8eaeb;
  padding: 3px 8px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td.processing span {
  background: #fff0d2;
  padding: 3px 8px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td.complete span {
  background: #eaf7ee;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td.closed span {
  background: #c4e8eb;
  padding: 3px 8px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-vieworder-toggle {
  padding: 5px 0 7px;
  width: 36px;
  border-radius: 4px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-vieworder-toggle.active {
  border: 1px solid #4aa568;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-vieworder-toggle:hover {
  background: #eaf7ee;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-vieworder-toggle:before {
  content: "\e93f";
  font-family: 'icomoon';
  font-size: 4px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-view-order-box {
  display: none;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-view-order-box.active {
  top: 39px;
  right: 20px;
}
.customer-account-index .block-dashboard-orders .block-content .table-order-items tbody tr td .actions-view-order .actions-view-order-box ul li a {
  display: block;
}
.customer-account-index .block-title.stastastics strong {
  color: #05383b;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.customer-account-index .block-title.stastastics .order_stastastics {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
}
.customer-account-index .block-title.stastastics .order_stastastics div {
  width: auto;
  padding: 16px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  color: #05383b;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.16);
}
.customer-account-index .block-title.stastastics .order_stastastics div h4 {
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
  padding-top: 8px;
  width: 100%;
}
.customer-account-index .block-title.stastastics .order_stastastics div span {
  font-size: 16px;
  font-weight: 400;
  color: #05383b;
}
.customer-account-index .block-title.stastastics .order_stastastics div .price {
  width: auto;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  font-family: 'ivypresto-display', serif;
  color: #05383b;
  margin: 5px 0 0;
}
.customer-account-index .block-title.stastastics .order_stastastics .sales-plus {
  border: 0;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  font-size: 16px;
  color: #359555;
  background: #eaf7ee;
  border-radius: 4px;
  padding: 2px 4px;
  height: 22px;
  line-height: 20px;
}
.customer-account-index .block-title.stastastics .order_stastastics .sales-plus:before {
  content: '\e91d';
  font-family: 'icomoon';
  padding-right: 4px;
  font-size: 12px;
}
.customer-account-index .block-title.stastastics .order_stastastics .sales-minus {
  border: 0;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
  font-size: 16px;
  color: #d10e0e;
  padding: 2px 4px;
  height: 22px;
  line-height: 20px;
  background: rgba(209, 14, 14, 0.1);
  border-radius: 4px;
}
.customer-account-index .block-title.stastastics .order_stastastics .sales-minus:before {
  content: '\e91c';
  font-family: 'icomoon';
  padding-right: 4px;
  font-size: 12px;
}
.customer-account-index .block-title.stastastics .order_stastastics .defualt {
  border-radius: 4px;
  padding: 2px 4px;
  height: 22px;
  line-height: 20px;
  background: #f6f6f6;
}
.customer-account-index .block-dashboard-orders {
  margin-bottom: 32px;
}
.customer-account-index .block-dashboard-orders .see-all-orders {
  padding: 14px 0 0;
}
@media (max-width: 1023px) {
  .customer-account-index .block-dashboard-orders .block-content .table-wrapper.orders-recent {
    overflow: auto;
  }
  .customer-account-index .block-title.stastastics .order_stastastics {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .customer-account-index #my-orders-table td.col:before {
    color: #7a8587;
    font-weight: 400;
    min-width: 100px;
  }
  .customer-account-index .block-title.stastastics .order_stastastics div .price {
    font-size: 30px;
  }
  .dashboard-customer-name-top h2 {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .customer-account-index #my-orders-table tbody tr {
    border: 1px solid #e8eaeb;
    border-radius: 4px;
    padding: 24px 16px;
    margin-top: 16px;
    position: relative;
  }
  .customer-account-index #my-orders-table tbody tr:first-child {
    margin: 0;
  }
  .customer-account-index #my-orders-table tbody tr td {
    padding: 3px 0;
    border: 0;
  }
  .customer-account-index #my-orders-table tbody tr td.col {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .customer-account-index #my-orders-table tbody tr td.col:before {
    color: #05383b;
  }
  .customer-account-index #my-orders-table tbody tr td.col.id {
    font-weight: 600;
  }
  .customer-account-index #my-orders-table tbody tr td.col .actions-view-order {
    position: initial;
  }
  .customer-account-index #my-orders-table tbody tr td.col .actions-view-order .actions-vieworder-toggle {
    position: absolute;
    top: 13px;
    right: 13px;
  }
  .customer-account-index #my-orders-table tbody tr td.col .actions-view-order .actions-view-order-box.active {
    top: 54px;
    right: 9px;
  }
}
@media (max-width: 479px) {
  .customer-account-index .order_count {
    flex-direction: column;
  }
  .customer-account-index .block-title.stastastics .order_stastastics {
    grid-template-columns: 1fr;
  }
}
.customer-account-edit .page-title-wrapper .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding: 12px 0 8px;
}
.customer-account-edit .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.customer-account-edit .legend {
  border: 0;
  margin: 0;
  padding: 40px 0 16px;
}
.customer-account-edit .legend span {
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  font-weight: 600;
}
.customer-account-edit br {
  display: none;
}
.customer-account-edit .form-edit-account {
  display: flex;
  flex-direction: column;
}
.customer-account-edit .form-edit-account .fieldset.info {
  margin: 0;
  float: none;
  order: 2;
  width: 100%;
  max-width: 535px;
}
.customer-account-edit .form-edit-account .fieldset.additional_info {
  order: 1;
  margin: 0;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .create.account {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .create.account p {
  margin: 0;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .create.account p img {
  object-fit: cover;
  width: 60px;
  border-radius: 100%;
  height: 60px;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .create.account .legend {
  width: 100%;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .create.account .my_customer_image {
  margin: 0;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .create.account .my_customer_image label {
  margin: 0;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .account-infromation-image-name-section {
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  height: auto;
  color: #05383b;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .my_customer_image .control {
  display: none;
}
.customer-account-edit .form-edit-account .fieldset.additional_info .my_customer_image .label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #359555;
  padding-left: 12px;
  cursor: pointer;
}
.customer-account-edit .form-edit-account .legend {
  padding: 0 0 8px;
}
.customer-account-edit .form-edit-account .legend span {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.customer-account-edit .form-edit-account .profile span {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.customer-account-edit .form-edit-account .profile .profile-img {
  padding-top: 16px;
}
.customer-account-edit .form-edit-account .profile .profile-img a {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.customer-account-edit .form-edit-account .profile-details {
  display: flex;
  gap: 16px;
  flex-direction: row;
  padding-top: 15px;
}
.customer-account-edit .form-edit-account .profile-details .field {
  width: 50%;
}
.customer-account-edit .form-edit-account .profile-details .field-name-firstname .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.customer-account-edit .form-edit-account .profile-details .field-name-firstname .control {
  padding-top: 8px;
}
.customer-account-edit .form-edit-account .profile-details .field-name-firstname .control .input-text {
  height: 44px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 12px;
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.customer-account-edit .form-edit-account .profile-details .field-name-firstname .control .input-text:focus {
  border: 1.5px solid #319063;
  background: #f8fbf9;
}
.customer-account-edit .form-edit-account .profile-details .field-name-lastname .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-weight: 400;
}
.customer-account-edit .form-edit-account .profile-details .field-name-lastname .control {
  padding-top: 8px;
}
.customer-account-edit .form-edit-account .profile-details .field-name-lastname .control .input-text {
  height: 44px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 12px;
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.customer-account-edit .form-edit-account .profile-details .field-name-lastname .control .input-text:focus {
  border: 1px solid #319063;
  background: #f8fbf9;
}
.customer-account-edit .form-edit-account .field.email {
  padding-top: 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.customer-account-edit .form-edit-account .field.email h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #05383b;
  margin: 0;
}
.customer-account-edit .form-edit-account .field.email .input-email {
  background: #e8eaeb;
  border-radius: 4px;
  padding: 10px 12px;
  color: rgba(59, 59, 59, 0.5);
  margin-top: 8px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
}
.customer-account-edit .form-edit-account .field.email #change-email {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
}
.customer-account-edit .form-edit-account .field.email .edit-email-btn {
  background: #359555;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin-top: 16px;
  display: inline-block;
  width: 100px;
  height: 44px;
}
.customer-account-edit .form-edit-account .field.email .edit-email-btn:hover {
  background: #257540;
}
.customer-account-edit .form-edit-account .field.email.choice.active .input-email,
.customer-account-edit .form-edit-account .field.email.choice.active .edit-email-btn {
  display: none;
}
.customer-account-edit .form-edit-account .account-infomation {
  display: none;
}
.customer-account-edit .form-edit-account .account-infomation.visible {
  display: block;
}
.customer-account-edit .form-edit-account .account-infomation.visible .field-password {
  display: block;
}
.customer-account-edit .form-edit-account .field.password.choice {
  padding-top: 40px;
  margin: 0;
}
.customer-account-edit .form-edit-account .field.password.choice #change-password {
  display: none;
}
.customer-account-edit .form-edit-account .field.password.choice h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #05383b;
  margin: 0;
  padding: 0 0 16px;
}
.customer-account-edit .form-edit-account .field.password.choice .edit-password-btn {
  background: #359555;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  margin-top: 0px;
  display: inline-block;
  height: 44px;
  margin-bottom: 40px;
}
.customer-account-edit .form-edit-account .field.password.choice .edit-password-btn:hover {
  background: #257540;
}
.customer-account-edit .form-edit-account .field.password.choice .edit-password-btn.active {
  display: none;
}
.customer-account-edit .form-edit-account .field-password {
  float: none;
  display: none;
}
.customer-account-edit .form-edit-account .field-password .field_password,
.customer-account-edit .form-edit-account .field-password .field_new,
.customer-account-edit .form-edit-account .field-password .field_confirmation {
  margin-bottom: 15px;
}
.customer-account-edit .form-edit-account .field-password .field_password .label,
.customer-account-edit .form-edit-account .field-password .field_new .label,
.customer-account-edit .form-edit-account .field-password .field_confirmation .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.customer-account-edit .form-edit-account .field-password .field_password .control,
.customer-account-edit .form-edit-account .field-password .field_new .control,
.customer-account-edit .form-edit-account .field-password .field_confirmation .control {
  padding-top: 8px;
}
.customer-account-edit .form-edit-account .field-password .field_password .control .input-text,
.customer-account-edit .form-edit-account .field-password .field_new .control .input-text,
.customer-account-edit .form-edit-account .field-password .field_confirmation .control .input-text {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  height: 44px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.customer-account-edit .form-edit-account .field-password.active {
  display: block;
}
.customer-account-edit .form-edit-account .field-password .actions-toolbar .primary {
  padding-top: 0;
}
.customer-account-edit .form-edit-account .field-email .field_email {
  margin: 0;
}
.customer-account-edit .form-edit-account .field-email .field_email .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.customer-account-edit .form-edit-account .field-email .field_email .control {
  padding: 8px 0 16px;
}
.customer-account-edit .form-edit-account .field-email .field_email .control .input-text {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  height: 44px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.customer-account-edit .form-edit-account .field.choice:last-child {
  display: none;
}
.customer-account-edit .form-edit-account .email-updates {
  display: flex;
  flex-direction: column;
  gap: 8px;
  order: 3;
  padding-top: 40px;
  padding-bottom: 8px;
}
.customer-account-edit .form-edit-account .email-updates h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600px;
  color: #05383b;
  margin: 0;
  padding-bottom: 8px;
}
.customer-account-edit .form-edit-account .email-updates .field.choice {
  display: block;
  position: relative;
}
.customer-account-edit .form-edit-account .email-updates .field.choice .label {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 8px;
}
.customer-account-edit .form-edit-account .email-updates .field.choice input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.customer-account-edit .form-edit-account .email-updates .field.choice input[type="checkbox"] ~ label:before {
  content: "";
  border: 1px solid #d3d8db;
  position: absolute;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  left: -1px;
  text-align: center;
}
.customer-account-edit .form-edit-account .email-updates .field.choice input[type="checkbox"]:checked ~ label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
}
.customer-account-edit .form-edit-account .actions-toolbar {
  padding-top: 8px;
  margin: 0;
  order: 4;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary .action.save {
  background: #359555;
  color: #ffffff;
  border-radius: 4px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  width: auto;
  margin: 0;
  border: 0;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary .action.save:hover {
  background: #257540;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary .button.save {
  height: 44px;
  background: #257540;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary .button.cancel {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background: #359555;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 44px;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary .button.cancel:hover {
  background: #257540;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary .button.cancel.password {
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .customer-account-edit.account.page-layout-2columns-left .column.main {
    padding: 0 20px;
  }
  .customer-account-edit .page-title-wrapper .page-title {
    padding-top: 31px;
  }
  .customer-account-edit .form-edit-account .field-password .field_password .control .input-text,
  .customer-account-edit .form-edit-account .field-password .field_new .control .input-text,
  .customer-account-edit .form-edit-account .field-password .field_confirmation .control .input-text {
    max-width: 54rem;
  }
  .customer-account-edit .form-edit-account .field-email .field_email .control .input-text {
    max-width: 54rem;
  }
  .customer-account-edit .form-edit-account .field.email .input-email {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .customer-account-edit .form-edit-account .profile-details {
    flex-direction: column;
  }
  .customer-account-edit .form-edit-account .profile-details .field {
    width: 100%;
  }
}
.newsletter-manage-index .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding-top: 24px;
  padding-bottom: 16px;
}
.newsletter-manage-index .page-title span {
  font-weight: 300;
}
.newsletter-manage-index .form-newsletter-manage .legend {
  color: #05383b;
  border: 0;
  margin: 0;
}
.newsletter-manage-index .form-newsletter-manage .field {
  position: relative;
  border-bottom: 1px solid #e8eaeb;
  padding-bottom: 16px;
}
.newsletter-manage-index .form-newsletter-manage .field:last-child {
  border: 0;
}
.newsletter-manage-index .form-newsletter-manage .field .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.newsletter-manage-index .form-newsletter-manage .field input[type="checkbox"]:checked + label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.newsletter-manage-index .form-newsletter-manage .field input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .save {
  background: #359555;
  border-radius: 4px;
  height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  border: 0;
  font-size: 16px;
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .save:hover {
  background: #257540;
}
.myaccount-datafeeds-main .page-title,
.myaccount-datafeeds-generate .page-title,
.myaccount-datafeeds-index .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding: 12px 0 8px;
}
.myaccount-datafeeds-main .page-title .base,
.myaccount-datafeeds-generate .page-title .base,
.myaccount-datafeeds-index .page-title .base {
  font-weight: 300;
}
.myaccount-datafeeds-index .page-title .base {
  display: none;
}
.myaccount-datafeeds-index .data-feed-form .title {
  flex-direction: row-reverse;
  align-items: center;
}
.myaccount-datafeeds-index .block-data-feed-info .block-title {
  margin: 0 !important;
}
.myaccount-datafeeds-index .block-data-feed-info .block-title strong {
  font-size: 20px !important;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap hr {
  border: 0;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed__list--inner {
  display: flex;
  list-style-type: none;
  gap: 8px;
  padding: 0;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed__list--inner li a {
  border-radius: 4px;
  background: #359555;
  border: 0;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed__list--inner li a:hover {
  background: #257540;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed-brands__list {
  border-top: 1px solid #e8eaeb;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed-brands__list ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed-brands__list ul li {
  margin: 0;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed-brands__list ul li a {
  border: 1px solid #e8eaeb;
  padding: 8px 12px;
  display: block;
  border-radius: 4px;
  width: 100px;
  display: flex;
  align-items: center;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed-brands__list ul li a:hover {
  background: #f6f6f6;
  border: 1px solid #b6bec3;
}
.myaccount-datafeeds-index .block-content .data-feed__wrap .data-feed-brands__list h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #05383b;
  padding: 16px 0;
}
.myaccount-datafeeds-index .block-content .box-datafeeds {
  width: 100% !important;
}
.myaccount-datafeeds-generate .page-title-wrapper .page-title {
  display: none;
}
.data-feeds .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.data-feeds .select-plateform-format h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  padding: 40px 0 16px;
  margin: 0;
}
.data-feeds .select-plateform-format .select-items {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.data-feeds .select-plateform-format .select-items a {
  color: #05383b;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-feeds .select-plateform-format .select-items a span:before {
  margin-right: 5px;
  background: #eaf7ee;
  padding: 6px;
  border-radius: 100%;
}
.data-feeds .select-plateform-format .select-items a img {
  vertical-align: baseline;
  width: 70px;
}
.data-feeds .select-plateform-format .select-items a img.shopify_inventory {
  padding-right: 4px;
}
.data-feeds .select-plateform-format .select-items a:hover {
  background: #f6f6f6;
  border: 1px solid #b6bec3;
  text-decoration: none;
}
.data-feeds .select-plateform-format .select-items a.icon span {
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.data-feeds .select-plateform-format .select-items a.icon:before {
  background: #eaf7ee;
  width: 28px;
  height: 28px;
  display: flex;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 100%;
}
.data-feed-form {
  width: 647px;
}
.data-feed-form .brand-name-error,
.data-feed-form .category-name-error {
  color: #e02b27;
  font-size: 1.25rem;
}
.data-feed-form .title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
}
.data-feed-form .title h3 {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
}
.data-feed-form .title .back-link a {
  font-size: 0;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px;
  height: 36px;
  width: 36px;
  display: block;
}
.data-feed-form .title .back-link a:before {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 13px;
  line-height: 16px;
  color: #05383b;
  vertical-align: top;
}
.data-feed-form .title .back-link a:hover {
  text-decoration: none;
}
.data-feed-form .about-us {
  padding: 24px;
  background: #f8fbf9;
  border-radius: 4px;
  margin-bottom: 40px;
}
.data-feed-form .about-us h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  margin: 0 0 8px;
}
.data-feed-form .about-us p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.data-feed-form .about-us .about-app {
  display: flex;
  gap: 24px;
  padding-top: 24px;
}
.data-feed-form .about-us .about-app .learn-more a {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  background: #ffffff;
  white-space: nowrap;
}
.data-feed-form .about-us .about-app .wocommerce-img a img {
  width: 50%;
}
.data-feed-form .data-feed-filter {
  margin-bottom: 40px;
}
.data-feed-form .data-feed-filter h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  margin: 0 0 16px;
}
.data-feed-form .data-feed-filter .all-categories {
  padding-bottom: 16px;
}
.data-feed-form .data-feed-filter .all-categories .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.data-feed-form .data-feed-filter .all-categories .label.required:after {
  content: '*';
  color: #359555;
  padding-left: 4px;
}
.data-feed-form .data-feed-filter .all-categories span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.data-feed-form .data-feed-filter .all-categories .select {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 12px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 8px 0 16px;
}
.data-feed-form .data-feed-filter .all-categories .select:focus {
  border: 1px solid #319063;
}
.data-feed-form .data-feed-filter .all-categories .action-menu {
  display: none;
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9999;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .select_all {
  position: relative;
  margin-top: 8px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .select_all label {
  padding-left: 4px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .select_all input[type="checkbox"] ~ label:before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #d3d8db;
  background: #ffffff;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .select_all input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 8px;
  line-height: 14px;
  box-shadow: none;
  text-align: center;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner._root {
  list-style-type: none;
  height: 300px;
  overflow: scroll;
  padding: 10px 0;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner._root .admin__action-multiselect-menu-inner-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner._root .admin__action-multiselect-menu-inner-item._parent {
  padding-left: 12px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner .action-menu-item {
  position: relative;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner .action-menu-item:hover {
  background: #eaf7ee;
  border-radius: 3px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner .action-menu-item .admin__control-checkbox[checked="true"] ~ .admin__action-multiselect-label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
  z-index: 9999;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner .action-menu-item .admin__control-checkbox ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-menu-inner .action-menu-item:hover .admin__control-checkbox:after {
  color: #359555;
  content: "\e906";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  font-family: 'icomoon';
  font-size: 8px;
  line-height: 13px;
  z-index: 999;
  border: 1px solid #359555;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-search-wrap {
  position: relative;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-search-wrap .admin__action-multiselect-search {
  padding: 10px 12px;
  height: 44px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.data-feed-form .data-feed-filter .all-categories .action-menu .admin__action-multiselect-search-wrap .admin__action-multiselect-search-label:after {
  content: '\e917';
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.data-feed-form .data-feed-filter .all-categories .action-menu._active {
  display: block;
}
.data-feed-form .data-feed-filter .all-categories .action-menu._active .admin__action-multiselect-actions-wrap .action-default {
  background: #257540;
  border-radius: 4px;
  padding: 10px 16px;
}
.data-feed-form .data-feed-filter .all-categories .action-menu._active .admin__action-multiselect-actions-wrap .action-default span {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown {
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  height: auto;
  padding-top: 8px;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 40px 10px 10px;
  margin-bottom: 4px;
  cursor: pointer;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect::-webkit-scrollbar {
  width: 7px;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect .admin__action-multiselect-text {
  display: flex;
  justify-content: space-between;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect:after {
  content: '\e902';
  font-family: 'icomoon';
  color: #033033;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 50%;
  line-height: 0;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect.active {
  border: 1px solid #319163;
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect.active:after {
  transform: rotate(180deg);
}
.data-feed-form .data-feed-filter .all-categories .category-dropdown .admin__action-multiselect-wrap {
  position: relative;
}
.data-feed-form .data-feed-filter .all-categories .admin__action-multiselect-crumb {
  background: #eaf7ee;
  padding: 4px 12px;
  border-radius: 4px;
  margin-right: 4px;
}
.data-feed-form .data-feed-filter .all-categories .admin__action-multiselect-crumb span {
  vertical-align: top;
}
.data-feed-form .data-feed-filter .all-categories .admin__action-multiselect-crumb .action-close {
  background: transparent;
  padding: 0;
  height: auto;
  border: 0;
}
.data-feed-form .data-feed-filter .all-categories .admin__action-multiselect-crumb .action-close:before {
  display: none;
}
.data-feed-form .data-feed-filter .all-categories .admin__action-multiselect-crumb .action-close-text {
  font-size: 0;
}
.data-feed-form .data-feed-filter .all-categories .admin__action-multiselect-crumb .action-close-text:after {
  content: '\e907';
  font-family: 'icomoon';
  font-size: 10px;
  padding-left: 4px;
}
.data-feed-form .data-feed-filter .all-brands .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.data-feed-form .data-feed-filter .all-brands .select {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 12px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 8px 0 16px;
}
.data-feed-form .data-feed-filter .all-brands .select:focus {
  border: 1px solid #319063;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap {
  padding-top: 8px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap button {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 25px 10px 10px;
  background: transparent;
  width: 100%;
  text-align: left;
  color: #05383b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: auto;
  position: relative;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap button:after {
  content: '\e902';
  font-family: 'icomoon';
  color: #033033;
  font-size: 10px;
  right: 10px;
  bottom: 50%;
  line-height: 0;
  width: auto;
  height: auto;
  border: none;
  margin-top: 0;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap button::-webkit-scrollbar {
  width: 7px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap button::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap.ms-active button {
  border: 1px solid #319163;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap.ms-active button:after {
  transform: rotate(180deg);
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options {
  box-shadow: 0 2px 40px -8px rgba(3, 48, 51, 0.2);
  max-height: 300px !important;
  border: none;
  padding: 8px 12px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-search {
  padding-bottom: 8px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-search input {
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  width: 100%;
  padding: 5px 5px 5px 40px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  height: 44px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-search input::placeholder {
  color: #7a8587;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-search:before {
  content: '\e917';
  font-family: 'icomoon';
  position: absolute;
  top: 17px;
  left: 25px;
  font-size: 18px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-selectall.global {
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-selectall.global a {
  text-transform: capitalize;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options .ms-selectall.global:hover {
  text-decoration: none;
  color: #257540;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 0 10px 8px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul label {
  border: none;
  margin: 0;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li {
  list-style: none;
  padding: 4px 8px;
  margin: 0 0 3px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li label {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li label:before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #d3d8db;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li label input[type="checkbox"] {
  display: none;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li label.focused {
  background-color: transparent;
  border: none;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li label:hover {
  background-color: transparent;
  border: none;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li.selected label {
  background: #eaf7ee;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li.selected label:before {
  background-color: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  box-shadow: none;
  text-align: center;
  font-size: 8px;
  line-height: 14px;
}
.data-feed-form .data-feed-filter .all-brands .ms-options-wrap .ms-options ul li:hover {
  background: #eaf7ee;
  border-radius: 3px;
}
.data-feed-form .data-feed-format h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
}
.data-feed-form .data-feed-format ul {
  padding: 1px 0 0;
}
.data-feed-form .data-feed-format ul li {
  list-style-type: none;
  position: relative;
}
.data-feed-form .data-feed-format ul li input[type="radio"] {
  display: none;
}
.data-feed-form .data-feed-format ul li input[type="radio"] + label {
  color: #05383b;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.data-feed-form .data-feed-format ul li input[type="radio"] + label:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d3d8db;
}
.data-feed-form .data-feed-format ul li input[type="radio"]:checked + label:before {
  border: 4px solid #319163;
}
.data-feed-form .actions-toolbar .primary {
  text-align: left;
}
.data-feed-form .actions-toolbar button.download {
  background: #359555;
  border-radius: 4px;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  border: 0;
}
.data-feed-form .actions-toolbar button:hover {
  background: #257540;
}
.feed-history {
  padding: 40px 0 0;
}
.feed-history h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  padding: 0 0 16px;
  margin: 0;
}
.feed-history .table-feed-items {
  border: 0;
}
.feed-history .table-feed-items tbody tr td {
  padding: 14px;
  font-size: 16px;
}
.feed-history .table-feed-items tbody tr td.col.actions {
  color: rgba(53, 149, 85, 0.5);
}
.feed-history .table-feed-items tbody tr td.col.actions a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.feed-history .table-feed-items tbody tr td.col.actions a:hover {
  color: #359555;
  text-decoration: none;
}
.feed-history .table-feed-items tbody tr td.col.actions a:before {
  content: '\e90b';
  font-family: 'icomoon';
  padding-right: 4px;
  color: #359555;
}
.feed-history .table-feed-items tbody tr td.col.actions.download_data a {
  color: #800080;
}
.feed-history .table-feed-items tbody tr td.col.actions.download_data a:before {
  color: #800080;
}
.feed-history .table-feed-items tbody tr td a {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.feed-history .table-feed-items tbody tr td a:hover {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #05383b;
}
.feed-history .table-feed-items tbody tr td.platform span {
  white-space: nowrap;
}
.feed-history .table-feed-items tbody tr .generating-notification {
  background: rgba(251, 204, 84, 0.2);
  border-radius: 4px !important;
  padding: 8px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
}
@media (max-width: 1023px) {
  .data-feed-form {
    width: auto;
  }
}
@media (max-width: 639px) {
  .account.myaccount-datafeeds-generate .page-title-wrapper .page-title {
    display: none;
  }
  .data-feeds .select-plateform-format .select-items {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
  .data-feeds .select-plateform-format .select-items a {
    padding: 0 4px;
    text-align: center;
    line-height: 48px;
    width: 48%;
  }
  .data-feeds .select-plateform-format .select-items a img {
    width: 60px;
  }
  .myaccount-datafeeds-main .feed-history.table-wrapper .table-feed-items.history tbody tr {
    background: #f8fbf9;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 8px 8px 0;
  }
  .myaccount-datafeeds-main .feed-history.table-wrapper .table-feed-items.history tbody tr td.col {
    padding: 0 0 8px;
    border: 0;
    display: flex;
  }
  .myaccount-datafeeds-main .feed-history.table-wrapper .table-feed-items.history tbody tr td.col:before {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7a8587;
    margin-right: 24px;
    width: 60px;
  }
  .myaccount-datafeeds-main .feed-history.table-wrapper .table-feed-items.history tbody tr td.col.actions:before {
    content: '';
    color: #359555;
  }
  .myaccount-datafeeds-main .feed-history.table-wrapper .table-feed-items.history tbody tr.generating_notification {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  .data-feed-form .about-us h3 {
    font-size: 18px;
  }
  .data-feed-form .title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .data-feed-form .about-us .about-app .learn-more {
    width: auto;
  }
  .data-feed-form .about-us .about-app .wocommerce-img {
    width: 50%;
  }
  .data-feed-form .about-us .about-app .wocommerce-img a img {
    width: 100px;
  }
  .data-feed-form .actions-toolbar button.download {
    width: 100%;
    text-align: center;
  }
  .data-feeds .select-plateform-format .select-items a {
    width: 47%;
  }
  .myaccount-datafeeds-index .data-feed-form .title h3 {
    font-size: 24px;
  }
}
.myaccount-storeinformation-main .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding: 16px 0 8px;
}
.myaccount-storeinformation-main .loading-mask.remove-address {
  z-index: 9999999;
}
.store-information .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
  padding-top: 8px;
}
.store-information h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  padding: 40px 0 16px;
  margin: 0;
}
.store-information .select-plateform-format form .primary .add-address {
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  border: 0;
}
.store-information .select-plateform-format form .primary .add-address:hover {
  background: #257540;
}
.store-information .about-store-information {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.store-information .about-store-information .input-box {
  width: 50%;
  padding: 0;
}
.store-information .about-store-information .input-box.store-name,
.store-information .about-store-information .input-box.website {
  width: 50%;
  padding-right: 8px;
}
.store-information .about-store-information .input-box.email,
.store-information .about-store-information .input-box.phone {
  width: 50%;
  padding-left: 8px;
}
.store-information .about-store-information .input-box .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.store-information .about-store-information .input-box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.store-information .return-store-information.active {
  display: none;
}
.store-information .return-store-information .address-details {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.store-information .return-store-information .address-details .default-add-heading {
  order: 1;
  width: 90%;
}
.store-information .return-store-information .address-details .address-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.store-information .return-store-information .address-details button.default {
  height: 20px;
  background: #299762;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 4px;
  border-radius: 2px;
  margin-left: 8px;
}
.store-information .return-store-information .address-details .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  order: 1;
  width: 90%;
}
.store-information .return-store-information .address-details .address-options {
  position: relative;
  order: 2;
  width: 10%;
  text-align: right;
}
.store-information .return-store-information .address-details .dropdown-toggle {
  padding: 9px;
  cursor: pointer;
}
.store-information .return-store-information .address-details .dropdown-toggle:before {
  content: '\e93f';
  font-family: 'icomoon';
  font-size: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.store-information .return-store-information .address-details .dropdown-toggle:hover {
  background: #eaf7ee;
}
.store-information .return-store-information .address-details .dropdown-toggle.active {
  border: 1px solid #4aa568;
  border-radius: 4px;
  position: relative;
  background: transparent;
}
.store-information .return-store-information .address-details .actions-toolbar {
  display: none;
  flex-direction: column;
  font-size: 16px;
  padding: 4px;
  min-width: 175px;
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;
}
.store-information .return-store-information .address-details .actions-toolbar.visible {
  display: block;
}
.store-information .return-store-information .address-details .actions-toolbar .remove-address .delete {
  background: transparent;
  margin: 0 !important;
  float: left;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 0;
  border: 0;
}
.store-information .return-store-information .address-details .actions-toolbar .remove-address .delete span {
  padding: 0;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.store-information .return-store-information .address-details .actions-toolbar span {
  padding: 2px 10px;
  width: 100%;
  color: #05383b;
  cursor: pointer;
  display: flex;
  text-align: left;
}
.store-information .return-store-information .address-details .actions-toolbar span a {
  color: #05383b;
}
.store-information .return-store-information .address-details .actions-toolbar span a:hover {
  text-decoration: none;
}
.store-information .return-store-information .address-details .actions-toolbar span:hover {
  background: #eaf7ee;
}
.store-information .return-store-information .store-address {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.store-information .return-store-information .store-address .address-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.store-information .return-store-information .store-address .address-details {
  width: 90%;
}
.store-information .return-store-information .store-address .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.store-information .return-store-information .store-address .address-options {
  position: relative;
}
.store-information .return-store-information .store-address .dropdown-toggle {
  padding: 9px;
}
.store-information .return-store-information .store-address .dropdown-toggle:before {
  content: '\e93f';
  font-family: 'icomoon';
  font-size: 4px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 40px;
}
.store-information .return-store-information .store-address .dropdown-toggle:hover {
  background: #eaf7ee;
}
.store-information .return-store-information .store-address .dropdown-toggle.active {
  border: 1px solid #4aa568;
  border-radius: 4px;
  position: relative;
  background: transparent;
}
.store-information .return-store-information .store-address .actions-toolbar {
  display: none;
}
.store-information .return-store-information .store-address .actions-toolbar.visible {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 4px;
  width: 155px;
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  gap: 4px;
}
.store-information .return-store-information .store-address .actions-toolbar span {
  padding: 2px 10px;
  width: 100%;
  color: #05383b;
  text-align: left;
}
.store-information .return-store-information .store-address .actions-toolbar span:hover {
  background: #eaf7ee;
}
.store-information .actions-toolbar {
  padding-top: 16px;
}
.store-information .actions-toolbar .primary {
  text-align: left;
}
.store-information .actions-toolbar .primary .returnaddress {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  width: auto;
}
.store-information .actions-toolbar .primary .returnaddress.active {
  display: none;
}
.store-information .actions-toolbar .primary .returnaddress:hover {
  background: #f6f6f6;
  border: 1px solid #b6bec3;
}
.store-information #address-form .add-new-return-address {
  display: flex;
  flex-wrap: wrap;
}
.store-information #address-form .add-new-return-address h3 {
  width: 100%;
}
.store-information #address-form .add-new-return-address .edit-addr {
  display: none;
}
.store-information #address-form .add-new-return-address .edit-addr.active {
  display: block;
}
.store-information #address-form .add-new-return-address .add-addr {
  display: block;
}
.store-information #address-form .add-new-return-address .add-addr.active {
  display: none;
}
.store-information #address-form .add-new-return-address .input-box.addrlabel,
.store-information #address-form .add-new-return-address .input-box.company,
.store-information #address-form .add-new-return-address .input-box.phone {
  width: 100%;
}
.store-information #address-form .add-new-return-address .input-box.city,
.store-information #address-form .add-new-return-address .input-box.fname,
.store-information #address-form .add-new-return-address .input-box.country {
  width: 50%;
  padding-right: 20px;
}
.store-information #address-form .add-new-return-address .input-box.addr {
  width: 70%;
  padding-right: 20px;
}
.store-information #address-form .add-new-return-address .input-box.lname,
.store-information #address-form .add-new-return-address .input-box.zipcode {
  width: 50%;
  padding-left: 20px;
}
.store-information #address-form .add-new-return-address .input-box.apt {
  width: 30%;
  padding-left: 20px;
}
.store-information #address-form .add-new-return-address .input-box .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.store-information #address-form .add-new-return-address .input-box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.store-information #address-form .add-new-return-address .field select,
.store-information #address-form .add-new-return-address .field .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.store-information #address-form .add-new-return-address .field.region,
.store-information #address-form .add-new-return-address .field.states {
  width: 50%;
  padding-left: 20px;
}
.store-information #address-form .add-new-return-address .field .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.store-information #address-form .add-new-return-address .primary {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.store-information #address-form .add-new-return-address .primary .add-address {
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  border: 0;
}
.store-information #address-form .add-new-return-address .primary .add-address:hover {
  background: #257540;
}
.store-information #address-form .add-new-return-address .primary .cancel-add-address {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
  height: 44px;
  width: auto;
}
.store-information .edit-addresses {
  display: none;
}
.store-information .edit-addresses form .edit-address-form {
  display: flex;
  flex-wrap: wrap;
}
.store-information .edit-addresses form .edit-address-form .input-box.addrlabel,
.store-information .edit-addresses form .edit-address-form .input-box.company,
.store-information .edit-addresses form .edit-address-form .input-box.city,
.store-information .edit-addresses form .edit-address-form .input-box.phone {
  width: 100%;
}
.store-information .edit-addresses form .edit-address-form .input-box.fname,
.store-information .edit-addresses form .edit-address-form .input-box.country {
  width: 50%;
  padding-right: 20px;
}
.store-information .edit-addresses form .edit-address-form .input-box.addr {
  width: 70%;
  padidng-right: 20px;
}
.store-information .edit-addresses form .edit-address-form .input-box.lname,
.store-information .edit-addresses form .edit-address-form .input-box.zipcode {
  width: 50%;
  padding-left: 20px;
}
.store-information .edit-addresses form .edit-address-form .input-box.apt {
  width: 30%;
  padding-left: 20px;
}
.store-information .edit-addresses form .edit-address-form .input-box .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.store-information .edit-addresses form .edit-address-form .input-box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.store-information .edit-addresses form .edit-address-form .actions-toolbar {
  width: 100%;
}
.store-information .edit-addresses form .edit-address-form .actions-toolbar .primary {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.store-information .edit-addresses form .edit-address-form .actions-toolbar .primary .add-address {
  background: #257540;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  border: 0;
}
.store-information .edit-addresses form .edit-address-form .actions-toolbar .primary .cancel {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
  height: 44px;
  width: auto;
}
.store-information .edit-addresses.active {
  display: block;
}
.store-information #delete_popup .delete-title h3 {
  padding: 0;
}
@media (max-width: 768px) {
  .store-information #delete_popup .popup-content {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .store-information .select-plateform-format .about-store-information {
    flex-direction: column;
  }
  .store-information .select-plateform-format .about-store-information .input-box {
    width: 100%;
    padding: 0;
  }
  .store-information .address-form #address-form .add-new-return-address {
    flex-direction: column;
  }
  .store-information .address-form #address-form .add-new-return-address .field.region {
    width: 100%;
    padding: 0;
  }
  .store-information .address-form #address-form .add-new-return-address .input-box,
  .store-information .address-form #address-form .add-new-return-address .field {
    width: 100%;
    padding: 0;
  }
  .store-information .address-form #address-form .address-details {
    flex-direction: column;
  }
  .store-information .address-form #address-form .address-details .address-options {
    text-align: right;
  }
  .store-information .edit-addresses.active form .edit-address-form .input-box {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .store-information #delete_popup .delete-btns {
    gap: 0;
  }
  .store-information #delete_popup .delete-btns .btn-delete {
    font-size: 14px;
  }
  .store-information #delete_popup .delete-btns .btn-dontdelete {
    font-size: 14px;
  }
  .store-information #delete_popup .delete-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .store-information #delete_popup .delete-btns {
    gap: 8px;
  }
  .store-information #delete_popup .delete-btns a {
    font-size: 14px;
  }
  .store-information .actions-toolbar .primary .returnaddress {
    width: 100%;
    text-align: center;
  }
}
.billing-index-index .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding-top: 24px;
  padding-bottom: 8px;
}
.billing-index-index .page-title span {
  font-weight: 300;
}
.billing-index-index .loading-mask.remove-address {
  z-index: 9999999;
}
.billing-index-index .container {
  padding: 0;
}
.billing-index-index .header-content-top-account-cart-links-section {
  right: 28px;
}
.billing-index-index .header-content-top-search-section .search-toggle {
  right: 105px;
}
.billing-index-index .header-logo-section {
  padding-left: 20px;
}
.billing .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
  padding-top: 8px;
}
.billing h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #05383b;
  padding: 40px 0 16px;
  margin: 0;
}
.billing .plan-options {
  display: grid;
  flex-wrap: wrap;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.billing .plan-options #conformation_popup {
  display: none;
}
.billing .plan-options #conformation_popup .popup-mask {
  top: 0;
  left: 0;
  background: #033033;
  opacity: 0.6;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.billing .plan-options #conformation_popup .popup-content {
  top: 156px;
  transform: translateY(-50%);
  position: fixed;
  border: 1px solid #e8eaeb;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 570px;
  box-sizing: border-box;
  padding: 24px;
  z-index: 999999;
}
.billing .plan-options #conformation_popup .popup-content #discard-data h3 {
  padding: 0 0 16px;
  font-family: 'ivypresto-display', serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
}
.billing .plan-options #conformation_popup .popup-content #discard-data p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .plan-options #conformation_popup .popup-content #discard-data .footer {
  text-align: right;
}
.billing .plan-options #conformation_popup .popup-content #discard-data .footer .btn-buy {
  background: #257540;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-right: 24px;
}
.billing .plan-options #conformation_popup .popup-content #discard-data .footer .btn-dontbuy {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding: 10px 16px;
}
.billing .plans-data {
  border: 1px solid #e8eaeb;
  padding: 16px 24px;
  border-radius: 4px;
  width: 100%;
}
.billing .plans-data .option-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  position: relative;
  min-height: 48px;
}
.billing .plans-data .option-heading .option-status {
  display: none;
  background: #299762;
  border-radius: 2px;
  padding: 1px 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.billing .plans-data .option-heading .plan-name {
  padding: 1px 4px;
  vertical-align: text-top;
}
.billing .plans-data .plan-prize {
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding: 24px 0 16px;
}
.billing .plans-data .plan-description {
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.billing .plans-data .plan-description ul {
  padding: 0 24px;
  min-height: 135px;
}
.billing .plans-data .plan-description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .plans-data .plan-description span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  min-height: 48px;
}
.billing .plans-data.current {
  background: #eaf7ee;
  border: 1px solid #9cdab1;
}
.billing .plans-data.current .option-status {
  display: inline-block;
}
.billing .plans-data #checkout-and-portal-button {
  background: #359555;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 8px;
  width: auto;
  padding: 6px 16px;
}
.billing .plans-data #checkout-and-portal-button:hover {
  background: #257540;
}
.billing .plans-data #checkout-and-portal-button.downgrade {
  background: transparent;
  color: #359555;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.billing .billing-plan-methods .payment-method {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.billing .billing-plan-methods .payment-method .card-details {
  position: relative;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
}
.billing .billing-plan-methods .payment-method .card-details.active {
  background: #eaf7ee;
  border: 1px solid #9cdab1;
  border-radius: 4px;
}
.billing .billing-plan-methods .payment-method .card-details.active .card-name span.default-btn {
  display: inline-block;
}
.billing .billing-plan-methods .payment-method .card-detail {
  padding: 16px 24px;
  width: 260px;
}
.billing .billing-plan-methods .payment-method .card-detail .card-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.billing .billing-plan-methods .payment-method .card-detail .card-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .billing-plan-methods .payment-method .card-detail .card-name span.default-btn {
  background: #299762;
  border-radius: 2px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: none;
}
.billing .billing-plan-methods .payment-method .card-detail .card-number {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.billing .billing-plan-methods .payment-method .card-detail .card-number .replace.active {
  font-size: 46px;
  font-family: auto;
  letter-spacing: -4px;
  line-height: 0;
}
.billing .billing-plan-methods .payment-method .address-options {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.billing .billing-plan-methods .payment-method .address-options .dropdown-toggle {
  padding: 9px;
}
.billing .billing-plan-methods .payment-method .address-options .dropdown-toggle:before {
  content: '\e93f';
  font-family: 'icomoon';
  font-size: 4px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 30px;
}
.billing .billing-plan-methods .payment-method .address-options .dropdown-toggle:hover {
  background: #eaf7ee;
}
.billing .billing-plan-methods .payment-method .address-options .dropdown-toggle.active {
  border: 1px solid #4aa568;
  border-radius: 4px;
  position: relative;
  background: transparent;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar {
  display: none;
  flex-direction: column;
  font-size: 16px;
  padding: 4px;
  width: 170px;
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 90%;
  right: 0;
  z-index: 999;
  color: #05383b;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar[aria-hidden="false"] {
  display: flex;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar.visible {
  display: flex;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar span {
  padding: 2px 10px;
  width: 100%;
  color: #05383b;
  text-align: left;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar span:hover {
  background: #eaf7ee;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar span a {
  color: #05383b;
}
.billing .billing-plan-methods .payment-method .address-options .actions-toolbar span a:hover {
  text-decoration: none;
}
.billing .billing-plan-methods .new-card-form {
  width: 536px;
}
.billing .billing-plan-methods .payment-methods .addcard {
  padding: 24px 0 0;
  display: none;
}
.billing .billing-plan-methods .payment-methods .addcard h3 {
  padding: 0 0 16px;
}
.billing .billing-plan-methods .payment-methods .addcard.active {
  display: block;
}
.billing .billing-plan-methods .payment-methods .addcard.card-popup {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.billing .billing-plan-methods .payment-methods .addcard.card-popup .content {
  top: 0;
  position: fixed;
  border: 1px solid #e8eaeb;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  transform: translateY(50%);
  right: 0;
  max-width: 570px;
  box-sizing: border-box;
  padding: 24px;
  z-index: 999999;
}
.billing .billing-plan-methods .payment-methods .addcard.card-popup .popup-mask {
  top: 0;
  left: 0;
  background: #033033;
  opacity: 0.6;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.billing .billing-plan-methods .payment-methods .addcard .group {
  padding-bottom: 16px;
}
.billing .billing-plan-methods .payment-methods .addcard .group .field {
  display: flex;
  flex-direction: column;
}
.billing .billing-plan-methods .payment-methods .addcard .group .field label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 8px;
}
.billing .billing-plan-methods .payment-methods .addcard .group .field .input-text {
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #e8eaeb;
  padding: 10px 12px;
  color: #05383b;
}
.billing .billing-plan-methods .payment-methods .addcard .add-card {
  padding-bottom: 16px;
}
.billing .billing-plan-methods .payment-methods .addcard .add-card label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 8px;
}
.billing .billing-plan-methods .payment-methods .addcard .add-card #card-element {
  border: 1px solid #e8eaeb;
  padding: 0px 12px;
  border-radius: 4px;
}
.billing .billing-plan-methods .payment-methods .addcard #submitBtn {
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  margin-right: 8px;
}
.billing .billing-plan-methods .payment-methods .addcard #submitBtn:hover {
  background: #257540;
}
.billing .billing-plan-methods .payment-methods .addcard .cancel {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
  height: 44px;
  width: auto;
  padding: 10px 16px;
  cursor: pointer;
}
.billing .billing-plan-methods .add-new-card {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  background: transparent;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin-top: 16px;
}
.billing .billing-plan-methods .add-new-card:hover {
  border: 1px solid #b6bec3;
  background: #f6f6f6;
  color: #033033;
}
.billing .billing-plan-methods .add-new-card.active {
  display: none;
}
.billing .billing-plan-methods .add-new-card.hide {
  display: none;
}
.billing .billing-address {
  width: 536px;
}
.billing .billing-address h3.billing-heading.hide {
  display: none;
}
.billing .billing-address .address-details {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.billing .billing-address .address-details .address-heading,
.billing .billing-address .address-details .default-add-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .billing-address .address-details .default-add-heading {
  width: 90%;
}
.billing .billing-address .address-details .default-add-heading button.default {
  height: 20px;
  background: #299762;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 4px;
  border-radius: 2px;
  margin-left: 8px;
  border: 0;
}
.billing .billing-address .address-details .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8287;
  width: 84%;
}
.billing .billing-address .address-details .address .id {
  display: none;
}
.billing .billing-address .address-details .address-options {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 9;
}
.billing .billing-address .address-details .address-options.active {
  z-index: 10;
}
.billing .billing-address .address-details .dropdown-toggle {
  padding: 8px 9px 10px;
}
.billing .billing-address .address-details .dropdown-toggle:before {
  content: '\e93f';
  font-family: 'icomoon';
  font-size: 4px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 30px;
}
.billing .billing-address .address-details .dropdown-toggle:hover {
  background: #eaf7ee;
}
.billing .billing-address .address-details .dropdown-toggle.active {
  border: 1px solid #4aa568;
  border-radius: 4px;
  position: relative;
  background: transparent;
}
.billing .billing-address .address-details .actions-toolbar {
  display: none;
  flex-direction: column;
  font-size: 16px;
  padding: 4px;
  width: 170px;
  background: #ffffff;
  box-shadow: 0px 2px 40px -8px rgba(3, 48, 51, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 999;
  color: #05383b;
}
.billing .billing-address .address-details .actions-toolbar.visible {
  display: flex;
}
.billing .billing-address .address-details .actions-toolbar[data-target="dropdown"] {
  display: flex;
  -webkit-transition: height 0.6s ease-in-out, padding-top 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
  transition: height 0.6s ease-in-out, padding-top 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
  overflow: hidden;
  height: 0;
  padding: 0 4px;
}
.billing .billing-address .address-details .actions-toolbar[data-target="dropdown"][aria-hidden="false"] {
  height: 62px;
  padding: 4px;
}
.billing .billing-address .address-details .actions-toolbar[data-target="dropdown"][aria-hidden="false"].half-height {
  height: 34px;
}
.billing .billing-address .address-details .actions-toolbar span {
  padding: 2px 10px;
  width: 100%;
}
.billing .billing-address .address-details .actions-toolbar span:hover {
  background: #eaf7ee;
}
.billing .billing-address .address-details .actions-toolbar span a {
  color: #05383b;
}
.billing .billing-address .address-details .actions-toolbar span a:hover {
  color: #05383b;
  text-decoration: none;
}
.billing .billing-address .address-details .actions-toolbar .remove-address .delete {
  width: 100%;
  float: none;
  margin: 0 !important;
  padding: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  text-align: left;
  border: 0;
}
.billing .billing-address .address-details .actions-toolbar .remove-address span {
  padding: 0;
  width: auto;
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.billing .billing-address .address-details.hide {
  display: none;
}
.billing .billing-address .add-address.form {
  display: none;
}
.billing .billing-address .add-address.form .add-addr {
  display: flex;
  flex-wrap: wrap;
}
.billing .billing-address .add-address.form .add-addr .input-box.addrlabel,
.billing .billing-address .add-address.form .add-addr .input-box.company,
.billing .billing-address .add-address.form .add-addr .input-box.city,
.billing .billing-address .add-address.form .add-addr .input-box.phone {
  width: 100%;
}
.billing .billing-address .add-address.form .add-addr .input-box.fname,
.billing .billing-address .add-address.form .add-addr .input-box.country {
  width: 50%;
  padding-right: 20px;
}
.billing .billing-address .add-address.form .add-addr .input-box.addr {
  width: 70%;
  padding-right: 20px;
}
.billing .billing-address .add-address.form .add-addr .input-box.lname,
.billing .billing-address .add-address.form .add-addr .input-box.zipcode {
  width: 50%;
  padding-left: 20px;
}
.billing .billing-address .add-address.form .add-addr .input-box.apt {
  width: 30%;
  padding-left: 20px;
}
.billing .billing-address .add-address.form .add-addr .input-box .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.billing .billing-address .add-address.form .add-addr .input-box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .billing-address .add-address.form .add-addr .actions-toolbar {
  width: 100%;
}
.billing .billing-address .add-address.form .add-addr .actions-toolbar .primary {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.billing .billing-address .add-address.form .add-addr .actions-toolbar .primary .add-address {
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
  border: 0;
}
.billing .billing-address .add-address.form .add-addr .actions-toolbar .primary .add-address:hover {
  background: #257540;
}
.billing .billing-address .add-address.form .add-addr .actions-toolbar .primary .cancel {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
  height: 44px;
  width: auto;
}
.billing .billing-address .add-address.form.active {
  display: block;
}
.billing .billing-address .add-new-return-address {
  display: flex;
  flex-wrap: wrap;
}
.billing .billing-address .add-new-return-address h3 {
  width: 100%;
}
.billing .billing-address .add-new-return-address .edit-addr {
  display: none;
}
.billing .billing-address .add-new-return-address .edit-addr.active {
  display: block;
}
.billing .billing-address .add-new-return-address .add-addr {
  display: block;
}
.billing .billing-address .add-new-return-address .add-addr.active {
  display: none;
}
.billing .billing-address .add-new-return-address .input-box.addrlabel,
.billing .billing-address .add-new-return-address .input-box.company,
.billing .billing-address .add-new-return-address .input-box.phone,
.billing .billing-address .add-new-return-address .input-box.addr {
  width: 100%;
}
.billing .billing-address .add-new-return-address .input-box.fname,
.billing .billing-address .add-new-return-address .input-box.country,
.billing .billing-address .add-new-return-address .input-box.city {
  width: 50%;
  padding-right: 8px;
}
.billing .billing-address .add-new-return-address .input-box.lname,
.billing .billing-address .add-new-return-address .input-box.zipcode {
  width: 50%;
  padding-left: 8px;
}
.billing .billing-address .add-new-return-address .input-box.apt {
  width: 30%;
  padding-left: 20px;
}
.billing .billing-address .add-new-return-address .input-box .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.billing .billing-address .add-new-return-address .input-box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .billing-address .add-new-return-address .field select,
.billing .billing-address .add-new-return-address .field .input-text {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 30px 10px 12px;
  height: 44px;
  color: #05383b;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.billing .billing-address .add-new-return-address .field.region,
.billing .billing-address .add-new-return-address .field.states {
  width: 50%;
  padding-left: 8px;
}
.billing .billing-address .add-new-return-address .field.country {
  width: 50%;
  padding-right: 8px;
}
.billing .billing-address .add-new-return-address .field .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .billing-address .add-new-return-address .field.billing,
.billing .billing-address .add-new-return-address .field.shipping {
  padding-bottom: 8px;
  position: relative;
  width: 100%;
}
.billing .billing-address .add-new-return-address .field.billing label,
.billing .billing-address .add-new-return-address .field.shipping label {
  padding-left: 4px;
}
.billing .billing-address .add-new-return-address .field.billing input[type="checkbox"] ~ label:before,
.billing .billing-address .add-new-return-address .field.shipping input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
}
.billing .billing-address .add-new-return-address .field.billing input[type="checkbox"]:checked ~ label:before,
.billing .billing-address .add-new-return-address .field.shipping input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  background: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.billing .billing-address .add-new-return-address .primary {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.billing .billing-address .add-new-return-address .primary .add-address {
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: auto;
}
.billing .billing-address .add-new-return-address .primary .add-address:hover {
  background: #257540;
}
.billing .billing-address .add-new-return-address .primary .cancel-add-address {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  border: 0;
  height: 44px;
  width: auto;
}
.billing .billing-address .actions-toolbar .primary .returnaddress {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px 16px;
  background: transparent;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin-top: 8px;
  text-align: center;
}
.billing .billing-address .actions-toolbar .primary .returnaddress:hover {
  border: 1px solid #b6bec3;
  background: #f6f6f6;
  color: #033033;
}
.billing .billing-address .actions-toolbar .primary .returnaddress.hide {
  display: none;
}
.billing .invoice .invoice-table table thead {
  border-bottom: 1px solid #e8eaeb;
}
.billing .invoice .invoice-table table thead tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  padding-top: 0;
  padding-left: 0;
}
.billing .invoice .invoice-table table tbody tr {
  border-bottom: 1px solid #e8eaeb;
}
.billing .invoice .invoice-table table tbody tr td {
  padding: 16px 8.5px;
}
.billing .invoice .invoice-table table tbody tr .order-id {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-left: 0;
}
.billing .invoice .invoice-table table tbody tr .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
.billing .invoice .invoice-table table tbody tr .download {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
}
.billing .invoice .invoice-table table tbody tr .download:hover {
  color: #257540;
}
.billing .invoice .invoice-table table tbody tr .download .icon-download-icon {
  padding-right: 4px;
}
.billing .invoice .invoice-table table tbody tr .download a {
  color: #359555;
}
.billing .invoice .invoice-table table tbody tr .download a:hover {
  color: #257540;
  text-decoration: none;
}
.billing .invoice .invoice-table table tbody tr .email {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #359555;
  padding-right: 0;
  text-align: right;
}
.billing .invoice .invoice-table table tbody tr .email .icon-resend-email {
  padding-right: 4px;
}
.billing .invoice .invoice-table table tbody tr .email a {
  color: #359555;
}
.billing .invoice .invoice-table table tbody tr .email a:hover {
  color: #257540;
  text-decoration: none;
}
.billing .invoice .invoice-table .invoice-pagination {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  align-items: center;
}
.billing .invoice .invoice-table .invoice-pagination a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing .invoice .invoice-table .invoice-pagination .prev_page a:before {
  content: '\e903';
  font-family: 'icomoon';
  padding-right: 8px;
  font-size: 14px;
}
.billing .invoice .invoice-table .invoice-pagination .prev_page a:hover {
  text-decoration: none;
}
.billing .invoice .invoice-table .invoice-pagination .next_page a:after {
  content: '\e93d';
  font-family: 'icomoon';
  padding-left: 8px;
  font-size: 14px;
}
.billing .invoice .invoice-table .invoice-pagination .next_page a:hover {
  text-decoration: none;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll._show {
  background: rgba(3, 48, 51, 0.3);
  z-index: 99999 !important;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  padding: 24px;
  width: 564px;
  top: 6px;
  border-radius: 4px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content {
  margin: 0;
  overflow: inherit !important;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content h3 {
  font-family: 'ivypresto-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  padding: 0 0 16px;
  margin: 0;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .details {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 16px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #demo {
  display: flex;
  flex-direction: column;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .payment-method span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .payment-method #payment-method {
  height: 36px;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin-top: 8px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #planUpgrade {
  text-align: center;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #planUpgrade h3 {
  padding: 16px 0 32px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #planUpgrade .membership-activted {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
  padding-bottom: 8px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #planUpgrade .confirmation {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #05383b;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #planUpgrade .heading span {
  color: #359555;
  background: #eaf7ee;
  padding: 20px;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 54px;
  font-size: 16px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
  border-top: 0;
  padding: 32px 0 0 0;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button {
  height: 44px;
  background: #359555;
  padding: 10px 16px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button:hover {
  background: #257540;
}
.billing-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header {
  border: 0;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap {
  padding: 24px;
  max-width: 500px;
  border-radius: 4px;
  width: 500px;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin-top: 0;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content #delete-payment-method h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content #delete-payment-method .action-toolbar .primary {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content #delete-payment-method .action-toolbar .delete-methods {
  font-weight: 500;
  background: #b2150b;
  color: #ffffff;
  font-size: 15px;
  border-radius: 4px;
  padding: 8px 12px;
  height: 36px;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content #delete-payment-method .action-toolbar .delete-methods:hover {
  text-decoration: none;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content #delete-payment-method .action-toolbar .close-popup {
  font-weight: 500;
  background: transparent;
  font-size: 15px;
  border-radius: 4px;
  padding: 8px 12px;
  height: 36px;
  color: #05383b;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-content #delete-payment-method .action-toolbar .close-popup:hover {
  text-decoration: none;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border: 0;
}
.delete-payment-method.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.stripe_payments-customer-paymentmethods .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding-top: 24px;
  padding-bottom: 8px;
}
.stripe_payments-customer-paymentmethods .page-title span {
  font-weight: 300;
}
.stripe_payments-customer-paymentmethods .add-new-payment-method .legend {
  color: #05383b;
  border: 0;
  margin: 0;
}
.stripe_payments-customer-paymentmethods .add-new-payment-method .stripe-payments-card-form .actions-toolbar .action {
  background: #359555;
  border-radius: 4px;
  height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  border: 0;
  font-size: 16px;
}
.stripe_payments-customer-paymentmethods .add-new-payment-method .stripe-payments-card-form .actions-toolbar .action:hover {
  background: #257540;
}
.stripe_payments-customer-paymentmethods .saved-payment-methods .delete-method {
  font-size: 0;
}
.stripe_payments-customer-paymentmethods .saved-payment-methods .delete-method:before {
  content: '\e91f';
  font-family: 'icomoon';
  font-size: 16px;
  color: #05383b;
}
.stripe_payments-customer-paymentmethods .saved-payment-methods .delete-method:hover {
  text-decoration: none;
}
.stripe_payments-customer-paymentmethods .saved-payment-methods .saved-payment-method-name {
  width: 90%;
}
.stripe_payments-customer-paymentmethods .saved-payment-methods td {
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .billing .invoice .invoice-table table tbody tr .order-id {
    width: 140px;
  }
  .billing .invoice .invoice-table table tbody tr .download {
    width: 120px;
  }
  .billing .invoice .invoice-table table tbody tr .email {
    width: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .billing .plan-options {
    flex-wrap: wrap;
  }
  .billing .plan-options .free,
  .billing .plan-options .annual,
  .billing .plan-options .semi-annual {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .billing .plan-options {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }
  .billing .plan-options .plans-data .card-body {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .billing-index-index .container {
    padding: 0;
  }
  .billing-index-index .page-title {
    padding-top: 8px;
  }
  .billing .plan-options {
    grid-template-columns: 1fr 1fr;
  }
  .billing .plan-options .card-body {
    text-align: center;
  }
  .billing .invoice .invoice-table {
    overflow: scroll;
  }
  .billing .invoice .invoice-table table tbody tr td {
    white-space: nowrap;
  }
  .billing .semi-annual .plan-description ul {
    min-height: auto;
  }
  .billing .annual .plan-description ul {
    min-height: auto;
  }
  .billing .free .plan-description ul {
    min-height: auto;
  }
  .billing .billing-address {
    width: auto;
  }
  .billing .billing-address .actions-toolbar .primary {
    text-align: left;
  }
  .billing .billing-address .actions-toolbar .primary .returnaddress {
    width: auto;
  }
  .billing .billing-plan-methods .payment-methods .new-card-form {
    width: auto;
  }
}
@media (max-width: 640px) {
  .billing .billing-plan-methods .payment-method {
    flex-direction: column;
  }
  .billing .plan-options .plans-data {
    width: 100%;
  }
  .billing .plan-options .plans-data .card-body {
    text-align: center;
  }
  .billing .billing-address .address-form .add-new-return-address .input-box,
  .billing .billing-address .address-form .add-new-return-address .field {
    width: 100%;
    padding: 0;
  }
  .billing .invoice .invoice-table table tbody tr td.order-id,
  .billing .invoice .invoice-table table tbody tr td.date,
  .billing .invoice .invoice-table table tbody tr td.download,
  .billing .invoice .invoice-table table tbody tr td.email {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .billing .plan-options {
    grid-template-columns: 1fr;
  }
  .billing .new-card-form form .card-details-form .field.Expiration,
  .billing .new-card-form form .card-details-form .field.country,
  .billing .new-card-form form .card-details-form .field.cvc,
  .billing .new-card-form form .card-details-form .field.zip {
    width: 100%;
    padding: 0px;
  }
  .billing .billing-address .add-address.form.active .add-addr .input-box {
    width: 100%;
    padding: 0;
  }
  .billing .billing-address .actions-toolbar .primary .returnaddress {
    width: 100%;
  }
  .billing .plans-data #checkout-and-portal-button {
    width: 100%;
  }
  .billing .billing-plan-methods .add-new-card {
    width: 100%;
  }
  .billing .invoice .invoice-table table tbody tr td {
    display: block;
    min-width: 50%;
    float: left;
    width: 50%;
    text-align: left;
    white-space: normal;
  }
  .billing .invoice .invoice-table table tbody tr td.download,
  .billing .invoice .invoice-table table tbody tr td.email {
    min-width: auto;
    padding-top: 4px;
    font-size: 16px;
    text-align: left;
  }
  .billing .invoice .invoice-table table tbody tr td.download {
    padding-left: 0;
  }
  .billing .invoice .invoice-table table tbody tr td.order-id,
  .billing .invoice .invoice-table table tbody tr td.date {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .billing .invoice .invoice-table table thead tr th {
    min-width: 50%;
    display: block;
    float: left;
  }
}
.dispute-index-index .page-title {
  color: #05383b;
  font-size: 32px;
  line-height: 40px;
  font-family: 'ivypresto-display', serif;
}
.new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 4px;
  background: #fff;
}
.new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin-top: 0;
}
.new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 7px;
}
.new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 24px;
  border: 0;
}
.new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.new-dispute-request.modal-popup._inner-scroll._show {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.new-dispute-request.modal-popup .modal-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'ivypresto-display', serif;
}
.disputes {
  padding: 0 24px 24px;
}
.disputes .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  margin: 0;
  padding-bottom: 16px;
  color: #05383b;
}
.disputes #dispute_form .fieldset .field .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.disputes #dispute_form .fieldset .field .control select {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-family: inherit;
}
.disputes #dispute_form .fieldset .field .control textarea {
  height: 88px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.disputes #dispute_form .fieldset .field.upload_image {
  display: flex;
  flex-wrap: wrap;
}
.disputes #dispute_form .fieldset .field.upload_image label {
  width: 100%;
}
.disputes #dispute_form .fieldset .field.upload_image .control {
  order: 1;
}
.disputes #dispute_form .fieldset .field.upload_image .control #upload_img {
  width: 102px;
  height: 102px;
  border: 1px solid #e8eaeb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #05383b;
  border-radius: 4px;
}
.disputes #dispute_form .fieldset .field.upload_image .control #upload_img:before {
  content: '\e91e';
  font-family: 'icomoon';
}
.disputes #dispute_form .fieldset .field.upload_image .control #upload_img:hover {
  text-decoration: none;
}
.disputes #dispute_form .fieldset .field.upload_image .control .damage_error {
  color: #e02b27;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  height: 102px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .wk-delete-item {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #b6bec3;
  color: #033033;
  padding: 2px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .wk-delete-item:before {
  content: '\e91f';
  font-family: 'icomoon';
  font-size: 12px;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .upload-photo {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .upload-photo:before {
  content: '\e91a';
  font-family: 'icomoon';
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .mage-error {
  display: block;
  position: absolute;
  bottom: -40px;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .image-details #front_image {
  max-width: 102px;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .wk-showcase-img {
  display: block !important;
  visibility: hidden;
  height: 0px;
  width: 0px;
  padding: 0px;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block.added .upload-photo {
  display: none;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block.added .img {
  display: block;
  max-height: 102px;
  object-fit: cover;
}
.disputes #dispute_form .fieldset .field.upload_image .wk-showcase-block .img {
  display: none;
}
.disputes #dispute_form .fieldset .field.product-details {
  margin-bottom: 16px;
}
.disputes #dispute_form .fieldset .field.product-details h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  margin: 0;
}
.disputes #dispute_form .fieldset .field.product-details table tr {
  border-bottom: 1px solid #e8eaeb;
  position: relative;
}
.disputes #dispute_form .fieldset .field.product-details table tr.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.5;
  background: #ebebe4;
}
.disputes #dispute_form .fieldset .field.product-details table tr.disabled .mage-error {
  display: block !important;
  visibility: hidden;
  height: 0px;
  width: 0px;
  padding: 0px;
}
.disputes #dispute_form .fieldset .field.product-details table thead th {
  white-space: nowrap;
  display: block;
  width: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  position: relative;
}
.disputes #dispute_form .fieldset .field.product-details table input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  transform: translateY(-50%);
}
.disputes #dispute_form .fieldset .field.product-details table input[type="checkbox"]:checked ~ label:before {
  background: #359555;
  border-color: #359555;
  font-family: 'icomoon';
  color: #ffffff;
  content: "\e906";
  font-size: 9px;
  line-height: 15px;
  box-shadow: none;
  text-align: center;
}
.disputes #dispute_form .fieldset .field.product-details .col:first-child {
  width: 20px;
  vertical-align: middle;
  position: relative;
}
.disputes #dispute_form .fieldset .field.product-details .col:first-child div.mage-error {
  position: absolute;
  white-space: nowrap;
  top: 90%;
  left: 0;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-details {
  display: flex;
  align-items: flex-start;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-details .product-image img {
  max-width: 60px;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description {
  width: 100%;
  padding-left: 8px;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .product-name {
  margin: 0;
  width: auto;
  height: auto;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .product-name .product-item-name {
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: #05383b;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details {
  display: flex;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .items-qty {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .items-qty .item {
  margin: 0;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .items-qty .item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options dt,
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options dd {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  margin: 0;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options dd {
  padding-right: 8px;
  padding-left: 4px;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options dd:after {
  content: ',';
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options dd:last-child:after {
  content: none;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .item-options:before {
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .product-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a8587;
  display: flex;
  align-items: center;
  margin: 0;
}
.disputes #dispute_form .fieldset .field.product-details .col .product-description .order-details .product-price .price:before {
  background: #7a8587;
  content: "";
  width: 3px;
  height: 3px;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.disputes .actions-toolbar .save {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 0;
}
.disputes .actions-toolbar .save:hover {
  background: #257540;
}
.disputes .actions-toolbar .primary {
  float: right;
}
.dispute-grid {
  border-radius: 4px;
  border: 1px solid #e8eaeb;
  background: #ffffff;
  margin-top: 30px;
  margin-bottom: 16px;
  overflow-y: auto;
}
.dispute-grid::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}
.dispute-grid::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.dispute-grid .dispute-table thead th {
  color: #7a8587;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
}
.dispute-grid .dispute-table thead th a {
  color: #7a8587;
}
.dispute-grid .dispute-table thead th a:hover {
  text-decoration: none;
}
.dispute-grid .dispute-table tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  position: relative;
  padding: 10px 15px;
  white-space: nowrap;
}
.dispute-grid .dispute-table tbody td .dispute-items-img-list .item-image {
  max-width: 40px;
  border-radius: 4px;
}
.dispute-grid .dispute-table tbody td .dispute-items-img-list .tooltip:hover .tooltiptext {
  visibility: visible;
}
.dispute-grid .dispute-table tbody td .dispute-items-img-list .tooltip:hover .item-image {
  border: 1px solid #299762;
}
.dispute-grid .dispute-table tbody td .dispute-items-img-list .tooltip .tooltiptext {
  width: 250px;
  color: #05383b;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translateX(-50%);
  visibility: hidden;
}
.dispute-grid .dispute-table tbody td.view {
  min-width: 50px;
  text-align: right;
}
.dispute-grid .dispute-table tbody td.view .disputeview {
  cursor: pointer;
  font-size: 0;
}
.dispute-grid .dispute-table tbody td.view .disputeview:before {
  content: "\e92c";
  font-size: 16px;
  font-family: 'icomoon';
}
.dispute-grid .dispute-table tbody td.date {
  white-space: nowrap;
  font-size: 14px;
}
.dispute-grid .dispute-table tbody td.status.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
.dispute-grid .dispute-table tbody td.status.processing span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
.dispute-grid .dispute-table tbody td.status.complete span,
.dispute-grid .dispute-table tbody td.status.closed span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
.dispute-grid .dispute-table tbody td.status.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
.dispute-grid .dispute-table tbody tr {
  border-top: 1px solid #e8eaeb;
}
.dispute-seller .top_header {
  display: flex;
  justify-content: space-between;
}
.dispute-seller .top_header .filter-search-box {
  width: 40%;
}
.dispute-seller .top_header .filter-search-box .input-text {
  height: 36px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.dispute-seller .top_header .filter-search-box .search-cancel-button {
  position: absolute;
  font-size: 16px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dispute-seller .top_header .filter-search-box .search-cancel-button:before {
  color: #05383b;
}
.dispute-seller .top_header .filter-search-box .search-cancel-button:hover {
  text-decoration: none;
}
.dispute-seller .top_header .filter-search-box #form-orderlist-filter {
  position: relative;
}
.dispute-seller .top_header .filter-search-box #form-orderlist-filter:before {
  content: '\e917';
  font-family: 'icomoon';
  position: absolute;
  font-size: 18px;
  left: 10px;
  top: 5px;
  color: #7a8587;
}
.dispute-seller .top_header #disputes-btn {
  height: 36px;
  background: #359555;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.dispute-seller .top_header #disputes-btn:before {
  content: '\e91e';
  font-family: 'icomoon';
  padding-right: 4px;
  font-size: 12px;
}
.view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 4px;
}
.view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  margin-top: 0;
  padding: 0 24px 24px;
}
.view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 7px;
}
.view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 24px 24px 0;
  border: 0;
}
.view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.view-dispute-request.modal-popup .modal-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #05383b;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'ivypresto-display', serif;
}
#dispute-view .view-dispute-request .dispute-cancel-header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background: #ffffff;
  padding: 5px 0 10px;
}
#dispute-view .view-dispute-request .dispute-cancel-header .status span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
#dispute-view .view-dispute-request .dispute-cancel-header .status.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .dispute-cancel-header .status.processing span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .dispute-cancel-header .status.complete span,
#dispute-view .view-dispute-request .dispute-cancel-header .status.closed span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .dispute-cancel-header .status.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .fieldset {
  display: flex;
  margin: 0;
  padding-top: 16px;
}
#dispute-view .view-dispute-request .fieldset .field {
  width: 50%;
  margin: 0;
}
#dispute-view .view-dispute-request .fieldset .field.additional {
  width: 50%;
  padding-left: 40px;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  word-break: break-word;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore.showlesscontent .SecSec {
  display: none;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore.showlesscontent .readLess {
  display: none;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore.showlesscontent .readMore {
  display: block;
  color: #359555;
  cursor: pointer;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore.showmorecontent .SecSec {
  display: block;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore.showmorecontent .readLess {
  display: block;
  color: #359555;
  cursor: pointer;
}
#dispute-view .view-dispute-request .fieldset .field.additional .addReadMore.showmorecontent .readMore {
  display: none;
}
#dispute-view .view-dispute-request .fieldset .field.status .wk-row {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  display: flex;
  justify-content: space-between;
}
#dispute-view .view-dispute-request .fieldset .field.status .wk-row span {
  font-weight: 400;
  font-style: initial;
  font-size: 16px;
  line-height: 24px;
  color: #7a8587;
}
#dispute-view .view-dispute-request .fieldset .label span {
  color: #05383b;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
#dispute-view .view-dispute-request .fieldset.vendor-request .field {
  width: 100%;
}
#dispute-view .view-dispute-request .fieldset.vendor-request .field .input-text {
  border: 1px solid #d3d8db;
  border-radius: 4px;
  height: 88px;
  padding: 10px 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
#dispute-view .view-dispute-request .fieldset.vendor-request .field .wk-action-btn {
  text-align: right;
}
#dispute-view .view-dispute-request .fieldset.vendor-request .field .wk-action-btn .save {
  height: 44px;
  background: #359555;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
  margin-top: 10px;
}
#dispute-view .view-dispute-request .fieldset.vendor-request .field .wk-action-btn .save:hover {
  background: #257540;
}
#dispute-view .view-dispute-request .wk-dispute-view {
  padding-top: 32px;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 8px;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper {
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  overflow-y: auto;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper .data.table {
  border: 0;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper .data.table th {
  padding: 10px 8px;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper .data.table td:first-child {
  min-width: 300px;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper .data.table .item-options dt {
  float: left;
  line-break: anywhere;
  font-weight: 600;
  padding-right: 4px;
  margin: 0;
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper .data.table .item-options dt:after {
  content: ':';
}
#dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper .data.table .item-options dd {
  margin-bottom: 4px;
}
#dispute-view .view-dispute-request .dispute-image {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  align-items: center;
}
#dispute-view .view-dispute-request .dispute-image .label {
  width: 100%;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
#dispute-view .view-dispute-request .dispute-image .label span {
  font-weight: 600;
}
#dispute-view .view-dispute-request .dispute-image img {
  width: 102px;
  padding-right: 8px;
  cursor: pointer;
  height: 102px;
}
#dispute-view .view-dispute-request .rma-dispute-table {
  padding-top: 32px;
}
#dispute-view .view-dispute-request .rma-dispute-table .wk-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  padding-bottom: 8px;
}
#dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data tr th {
  padding: 10px 8px;
}
#dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data tr td.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data tr td.processing span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data tr td.complete span,
#dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data tr td.closed span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
#dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data tr td.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .disputes {
    padding: 0 10px;
  }
  .new-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0;
  }
  .view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap {
    background: #fff;
  }
  .view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 10px 0;
  }
  .view-dispute-request.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
    padding: 10px 10px 0;
  }
  .view-dispute-request.modal-popup._inner-scroll._show {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  #dispute-view .view-dispute-request .dispute-cancel-header {
    background: transparent;
  }
}
@media (max-width: 639px) {
  #dispute-view .view-dispute-request .fieldset {
    flex-direction: column;
  }
  #dispute-view .view-dispute-request .fieldset .field {
    width: 100%;
  }
  #dispute-view .view-dispute-request .fieldset .field.additional {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
  #dispute-view .view-dispute-request .wk-dispute-view .wk-table-wrapper {
    border: 0;
  }
  #dispute-view .view-dispute-request .wk-dispute-view #dispute-items-table.data.table tr {
    border: 1px solid #e8eaeb;
    padding: 24px 16px;
    margin: 16px 0;
  }
  #dispute-view .view-dispute-request .wk-dispute-view #dispute-items-table.data.table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
    border: 0;
    display: flex;
    min-width: auto;
  }
  #dispute-view .view-dispute-request .wk-dispute-view #dispute-items-table.data.table tr td:before {
    color: #7a8587;
    font-weight: 400;
    max-width: 90px;
    width: 100%;
  }
  #dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data.table tr {
    border: 1px solid #e8eaeb;
    padding: 24px 16px;
    margin: 16px 0;
  }
  #dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data.table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
    border: 0;
    display: flex;
  }
  #dispute-view .view-dispute-request .rma-dispute-table #dispute-items-table.data.table tr td:before {
    color: #7a8587;
    font-weight: 400;
    max-width: 90px;
    width: 100%;
  }
  .dispute-grid .dispute-table tbody td.view .disputeview {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 16px;
    color: #359555;
  }
  .dispute-grid .dispute-table tbody td.order_id {
    font-weight: 600;
  }
}
@media (max-width: 479px) {
  .dispute-seller .top_header {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
  }
  .dispute-seller .top_header .filter-search-box {
    width: 100%;
  }
}
.mpsellerbuyercommunication-customer-history .page-title,
.mpsellerbuyercommunication-customer-view .page-title {
  margin: 0;
  font-family: 'ivypresto-display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05383b;
  padding-bottom: 24px;
}
.mpsellerbuyercommunication-customer-history .page-title span,
.mpsellerbuyercommunication-customer-view .page-title span {
  font-weight: 300;
}
.mpsellerbuyercommunication-customer-history .back-link a,
.mpsellerbuyercommunication-customer-view .back-link a {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
}
.mpsellerbuyercommunication-customer-history .back-link a:hover,
.mpsellerbuyercommunication-customer-view .back-link a:hover {
  text-decoration: none;
}
.mpsellerbuyercommunication-customer-view {
  overflow: hidden;
}
.mpsellerbuyercommunication-customer-view .page-title {
  padding-left: 50px;
}
.mpsellerbuyercommunication-customer-view .back-link {
  position: absolute;
  top: 0;
  left: 40px;
}
.mpsellerbuyercommunication-customer-view .back-link a {
  font-size: 0;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  padding: 10px;
  height: 36px;
  width: 36px;
  display: block;
}
.mpsellerbuyercommunication-customer-view .back-link a:before {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 13px;
  line-height: 16px;
  color: #05383b;
  vertical-align: top;
}
.mpsellerbuyercommunication-customer-view.account.page-layout-2columns-left .column.main {
  position: relative;
}
.communication-grid .wk-mp-list-table {
  border: 1px solid #e8eaeb;
  background: #ffffff;
}
.communication-grid .wk-mp-list-table thead tr th {
  border: 0;
  padding: 10px 5px;
}
.communication-grid .wk-mp-list-table thead tr th span {
  color: #7a8587;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.communication-grid .wk-mp-list-table tbody tr {
  border-top: 1px solid #e8eaeb;
}
.communication-grid .wk-mp-list-table tbody tr td {
  border: 0;
  vertical-align: middle;
}
.communication-grid .wk-mp-list-table tbody tr td span {
  color: #05383b;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.communication-grid .wk-mp-list-table tbody tr td span a {
  color: #05383b;
}
.communication-grid .wk-mp-list-table tbody tr td span a:hover {
  text-decoration: none;
}
.communication-grid .wk-mp-list-table tbody tr td img {
  display: none;
}
.communication-grid .wk-mp-list-table tbody tr td.status.pending span {
  background: #e8eaeb;
  padding: 1px 4px;
  border-radius: 4px;
}
.communication-grid .wk-mp-list-table tbody tr td.status.processing span,
.communication-grid .wk-mp-list-table tbody tr td.status.resolved span {
  background: #fff0d2;
  padding: 1px 4px;
  border-radius: 4px;
}
.communication-grid .wk-mp-list-table tbody tr td.status.complete span,
.communication-grid .wk-mp-list-table tbody tr td.status.closed span {
  background: #eaf7ee;
  padding: 1px 4px;
  border-radius: 4px;
}
.communication-grid .wk-mp-list-table tbody tr td.status.canceled span {
  background: #fbd9cf;
  color: #d10e0e;
  padding: 1px 4px;
  border-radius: 4px;
}
.communication-grid form .wk-mp-list-table {
  border: 0;
  background: transparent;
}
.communication-grid form .wk-mp-list-table thead {
  display: none;
}
.communication-grid form .wk-mp-list-table .wk-mp-body tr {
  border: 0;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td label {
  color: #05383b;
  font-weight: 400;
  font-size: 16px;
  padding-right: 8px;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter_by {
  width: 30%;
  background-color: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 5px 12px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  font-family: inherit;
  font-weight: 400;
  margin-right: 8px;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter_text {
  background-color: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  padding: 5px 12px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  width: auto;
  padding-left: 30px;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .search-filter {
  position: relative;
  padding: 0 8px;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .search-filter:before {
  font-family: 'icomoon';
  content: "\e917";
  display: block;
  position: absolute;
  left: 14px;
  top: 3px;
  font-size: 20px;
  color: #7a8587;
  font-weight: 400;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter {
  display: flex;
  align-items: center;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter .actions-toolbar {
  margin: 0;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter .actions-toolbar #save-btn {
  border: 0;
  margin: 0;
  background: #359555;
  border-radius: 4px;
  padding: 8px 15px;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter .actions-toolbar #save-btn span {
  color: #ffffff;
  padding: 0;
}
.communication-grid form .wk-mp-list-table .wk-mp-body td .filter .actions-toolbar #save-btn:hover:before {
  color: #359555;
}
.communication-grid .wk-emptymsg {
  text-align: center;
  padding-top: 24px;
  color: #DF2111;
}
.communication-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.communication-view #divLargerImage img {
  vertical-align: top;
  border-radius: 5px;
  border: 5px solid #fff;
}
.communication-view .top-subject-conversation .legend {
  border: 0;
  margin: 0;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
.communication-view .top-subject-conversation .legend .query-heading-comm {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  width: auto;
  padding: 0 16px 0 0;
  border-right: 1px solid #e8eaeb;
  margin-right: 12px;
  border-left: 0;
  flex-wrap: wrap;
}
.communication-view .top-subject-conversation .legend .query-heading-comm:last-child {
  border: 0;
}
.communication-view .top-subject-conversation .legend .query-heading-comm:first-child {
  padding-left: 0;
}
.communication-view .top-subject-conversation .legend .query-heading-comm strong {
  font-weight: 600;
}
.communication-view .top-subject-conversation .legend .query-heading-comm a {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.communication-view .top-subject-conversation .legend .query-heading-comm a:hover {
  text-decoration: none;
}
.communication-view .fieldset {
  overflow: initial;
}
.communication-view .fieldset .dispute-conversation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  overflow: scroll;
}
.communication-view .fieldset .dispute-conversation::-webkit-scrollbar {
  width: 4px;
}
.communication-view .fieldset .dispute-conversation::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-seller {
  width: 50%;
  background: #e1ffc7;
  border-radius: 4px;
  border: 0;
  padding: 10px 16px;
  float: left;
  clear: both;
  box-shadow: none;
  margin: 0;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-customer {
  width: 50%;
  float: right;
  background: rgba(146, 207, 234, 0.34);
  border-radius: 4px;
  border: 0;
  padding: 10px 16px;
  clear: both;
  box-shadow: none;
  margin: 0;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-head {
  padding: 0;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-head .wk-sbcom-onereply-head-left {
  float: right;
  font-size: 10px;
  font-weight: 300;
  color: #7a8587;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-head .wk-sbcom-onereply-head-right {
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #7a8587;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-cntnt {
  padding: 0;
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
}
.communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-cntnt p {
  margin: 0;
}
.communication-view .fieldset .dispute-conversation-details .file_image {
  display: block;
}
.communication-view .fieldset .dispute-conversation-details .file_image img {
  max-width: 70px;
}
.communication-view .fieldset .dispute-conversation-details .file_image span,
.communication-view .fieldset .dispute-conversation-details .file_image a {
  color: #05383b;
  font-size: 16px;
  line-height: 24px;
  line-break: anywhere;
}
.communication-view .fieldset .field .send-message {
  position: relative;
}
.communication-view .fieldset .field .send-message .send-mess-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding: 4px 5px;
  min-height: 48px;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status {
  display: flex;
  align-items: center;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages {
  display: flex;
  gap: 8px;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages label {
  font-weight: 400;
  font-size: 0;
  line-height: 0;
  color: #05383b;
  cursor: pointer;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages label:before {
  content: '\e91a';
  font-family: 'icomoon';
  font-size: 14px;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages input[type=file] {
  display: none;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages img {
  display: none;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con.active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  object-fit: cover;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con.active label {
  display: none;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con.active img {
  display: block;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con.active.file img {
  width: 20px;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con.active.file:hover .filename {
  display: block;
  position: absolute;
  background: #fff;
  padding: 1px 4px;
  top: 0;
  transform: translate(7%, -100%);
  z-index: 1;
  border-radius: 4px;
  border: 1px solid;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con.active.file:hover .filename span {
  min-width: 200px;
  display: block;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .image-con .filename {
  display: none;
  font-size: 14px;
  color: #05383b;
  text-align: center;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .remove_attch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
  color: #05383b;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .remove_attch:hover {
  text-decoration: none;
}
.communication-view .fieldset .field .send-message .send-mess-field .img_status #otherimages .remove_attch:before {
  content: '\e94a';
  font-family: 'icomoon';
  font-size: 12px;
  background: #f6f6f6;
  border-radius: 100%;
}
.communication-view .fieldset .field .send-message .bottom-textarea {
  position: absolute;
  bottom: 1px;
  right: 1px;
  left: 1px;
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
}
.communication-view .fieldset .field .send-message #message-error {
  position: absolute;
}
.communication-view #wk-customercommunication-save-form .fieldset .field .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.communication-view #wk-customercommunication-save-form .fieldset .field textarea {
  height: 120px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #05383b;
  padding-bottom: 50px;
  padding-right: 10px;
  vertical-align: top;
}
.communication-view #wk-customercommunication-save-form .fieldset .field textarea::-webkit-scrollbar {
  width: 7px;
}
.communication-view #wk-customercommunication-save-form .fieldset .field textarea::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.communication-view #wk-customercommunication-save-form .fieldset .field.query_status {
  float: none;
  width: auto;
  padding: 0 0 0 4px;
  border-right: 1px solid #e8eaeb;
  margin-right: 16px;
  padding-right: 16px;
}
.communication-view #wk-customercommunication-save-form .fieldset .field.query_status select {
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  color: #05383b;
  width: 100%;
  padding-bottom: 0;
  border: 0;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
  width: 100%;
  padding-bottom: 8px;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages {
  display: flex;
  gap: 16px;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #05383b;
  cursor: pointer;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  height: 102px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages label:before {
  content: '\e91a';
  font-family: 'icomoon';
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages input[type=file] {
  display: none;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages img {
  display: none;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages .image-con {
  margin: 0;
  position: relative;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages .image-con.active label {
  display: none;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages .image-con.active img {
  display: block;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages .remove_attch {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #b6bec3;
  color: #033033;
  padding: 2px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages .remove_attch:hover {
  text-decoration: none;
}
.communication-view #wk-customercommunication-save-form .fieldset .input-box #otherimages .remove_attch:before {
  content: '\e91f';
  font-family: 'icomoon';
  font-size: 12px;
}
.communication-view #wk-customercommunication-save-form .fieldset .new_attachment {
  font-size: 0;
  line-height: 24px;
  color: #05383b;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
.communication-view #wk-customercommunication-save-form .fieldset .new_attachment:hover {
  text-decoration: none;
}
.communication-view #wk-customercommunication-save-form .fieldset .new_attachment:before {
  content: '\e91e';
  font-family: 'icomoon';
  font-size: 14px;
}
.communication-view #wk-customercommunication-save-form .fieldset #save-btn {
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 20px;
  margin: 0;
}
.communication-view #wk-customercommunication-save-form .fieldset #save-btn:before {
  content: '\e948';
  font-family: 'icomoon';
  color: #05383b;
  font-weight: 400;
  vertical-align: middle;
}
.communication-view #wk-customercommunication-save-form .fieldset #save-btn span {
  color: #ffffff;
  font-size: 0;
}
.communication-view .communication-view-top {
  height: 100%;
  overflow: hidden;
}
.communication-view .communication-view-top::-webkit-scrollbar {
  width: 4px;
}
.communication-view .communication-view-top::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.communication-view .communication-view-top .fieldset {
  height: 100%;
  width: auto;
}
.communication-view .communication-view-top .fieldset .grid {
  height: 100%;
}
.communication-view .communication-view-top .fieldset .grid .hor-scroll {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mpsellerbuyercommunication-customer-view .back-link {
    top: 5px;
    left: 20px;
  }
  .communication-view #divLargerImage {
    left: 0;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-customer,
  .communication-view .fieldset .dispute-conversation-details .wk-sbcom-onereply-seller {
    width: 100%;
  }
  .communication-view #divOverlay a {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .mpsellerbuyercommunication-customer-view .page-title {
    font-size: 28px;
    line-height: 30px;
  }
  .mpsellerbuyercommunication-customer-view .back-link {
    top: 20px;
    left: 20px;
  }
  .mpsellerbuyercommunication-customer-history .mob-listings-filter-inner .search-filter {
    position: relative;
    padding-top: 8px;
  }
  .mpsellerbuyercommunication-customer-history .mob-listings-filter-inner .search-filter .input-text {
    border: 1px solid #d3d8db;
    border-radius: 4px;
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #05383b;
    padding-left: 30px;
  }
  .mpsellerbuyercommunication-customer-history .mob-listings-filter-inner .search-filter:before {
    font-family: 'icomoon';
    content: "\e917";
    display: block;
    position: absolute;
    left: 7px;
    top: 11px;
    font-size: 20px;
    color: #7a8587;
    font-weight: 400;
  }
  .mpsellerbuyercommunication-customer-history .mob-listings-filter-inner .filter .button {
    margin: 0px;
    border: none;
    background: #359555;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    min-width: 100px;
  }
  .mpsellerbuyercommunication-customer-history .communication-grid .filter {
    display: none;
  }
  .mpsellerbuyercommunication-customer-history .communication-grid .filter-icon-box .hide-desktop {
    display: block;
  }
  .mpsellerbuyercommunication-customer-history .communication-grid .wk-mp-list-table {
    margin: 0;
  }
  .mpsellerbuyercommunication-customer-history .communication-grid .table-wrapper #my-orders-table.data.table tr:first-child {
    margin: 0;
  }
  .communication-grid form .wk-mp-list-table .wk-mp-body td .filter {
    display: none;
  }
  .communication-view #divLargerImage {
    left: 0;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (max-width: 639px) {
  .communication-grid .table-wrapper #my-orders-table.data.table td {
    display: flex;
  }
  .communication-grid .table-wrapper #my-orders-table.data.table td.action .wk-action {
    text-align: right;
    position: absolute;
    top: 44px;
    right: 14px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .communication-view #wk-customercommunication-save-form .fieldset #save-btn {
    width: auto !important;
  }
  .communication-grid .table-wrapper #my-orders-table.data.table td.col:before {
    font-size: 14px;
    width: 80px;
  }
  .communication-grid .table-wrapper #my-orders-table.data.table td span {
    font-size: 14px;
    width: 60%;
    line-break: anywhere;
  }
}
.block-authentication .block-new-customer {
  padding-top: 0;
}
.block-authentication .block-new-customer .block-title {
  margin: 0;
  font-size: 28px;
  color: #05383b;
  line-height: 34px;
  font-family: 'ivypresto-display', serif;
  padding-bottom: 16px;
}
.block-authentication .block-new-customer .block-content p {
  font-size: 18px;
  font-weight: 600;
  color: #05383b;
}
.block-authentication .block-new-customer .block-content ul {
  list-style: inside;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.block-authentication .block-new-customer .block-content .actions-toolbar .action-register {
  background: #359555;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
}
.block-authentication .block-new-customer .block-content .actions-toolbar .action-register:hover {
  background: #257540;
}
.block-authentication .block-customer-login {
  padding-top: 0;
}
.block-authentication .block-customer-login .block-title {
  margin: 0;
  font-size: 28px;
  color: #05383b;
  line-height: 34px;
  font-family: 'ivypresto-display', serif;
  padding-bottom: 16px;
}
.block-authentication .block-customer-login .block-content .form-login .field .label {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.block-authentication .block-customer-login .block-content .form-login .field .control .input-text {
  height: 36px;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
}
.block-authentication .block-customer-login .block-content .form-login .actions-toolbar .action-login {
  background: #359555;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  color: #ffffff;
}
.block-authentication .block-customer-login .block-content .form-login .actions-toolbar .action-login:hover {
  background: #257540;
}
.block-authentication .block-customer-login .block-content .form-login .actions-toolbar .secondary .action {
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.block-authentication .block-customer-login .block-content .form-login .actions-toolbar .secondary .action:hover {
  text-decoration: none;
}
.popup-authentication.modal-popup .modal-inner-wrap {
  border-radius: 4px;
  padding: 0 24px 24px;
  border: 0;
}
.popup-authentication.modal-popup .block-authentication {
  border: 0;
}
.reviews-section {
  float: left;
  width: 100%;
  padding: 20px 0 70px;
  color: #05383b;
}
.reviews-section h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.reviews-section .review-add {
  float: left;
  width: 32%;
  padding-right: 48px;
}
.reviews-section .review-add input.input-text,
.reviews-section .review-add textarea {
  height: 40px;
  background: #ffffff;
  border: 1px solid #d3d8db;
  border-radius: 4px;
}
.reviews-section .review-add input.input-text:focus,
.reviews-section .review-add textarea:focus {
  background: #f8fbf9;
  border: 1px solid #319163;
}
.reviews-section .review-add textarea {
  height: 110px;
  resize: none;
}
.reviews-section .review-add .block-title {
  display: block;
}
.reviews-section .review-field-rating {
  min-height: 30px;
}
.reviews-section .review-field-rating .label {
  float: left;
  padding: 0;
  width: 20%;
}
.reviews-section .block-content {
  clear: both;
  padding: 15px 0 0;
}
.reviews-section .block-content .fieldset {
  margin: 0 0 10px;
}
.reviews-section .review-list {
  float: left;
  width: 68%;
}
.reviews-section .review-list .review-item {
  border-bottom: 0;
  padding: 20px 0;
}
.reviews-section .review-list .review-item:first-child {
  padding-top: 0;
}
.reviews-section .review-list .review-item .review-details {
  margin: 0 0 15px;
}
.reviews-section .review-list .review-item .review-details .profile-img {
  float: left;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin-right: 10px;
  background: #9cdab1;
  color: #257540;
  text-transform: uppercase;
}
.reviews-section .review-list .review-item .review-details .profile-data {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.reviews-section .review-list .review-item .review-details .profile-data .review-author {
  font-weight: 700;
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #05383b;
}
.reviews-section .review-list .review-item .review-details .profile-data .review-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7a8587;
}
.reviews-section .review-list .review-item .review-ratings {
  padding: 0 0 0 15px;
}
.reviews-section .review-list .review-item .review-ratings .rating_number {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}
.reviews-section .review-list .review-item .review-ratings .rating-result {
  margin-right: 10px;
}
.reviews-section .review-list .review-item .review-title {
  clear: both;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}
.reviews-section .review-list .review-item .review-content {
  margin: 0;
  line-height: 24px;
}
.reviews-section .box-reviews {
  margin-bottom: 24px;
}
.reviews-section .box-reviews .rating-summary .label {
  display: none;
}
.reviews-section .box-reviews .ratings-design {
  padding: 0;
  margin: 0;
}
.reviews-section .box-reviews .ratings-design li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
}
.reviews-section .box-reviews .ratings-design li label {
  white-space: nowrap;
  margin: 0;
  line-height: 1;
  min-width: 62px;
}
.reviews-section .box-reviews .ratings-design li label:last-child {
  text-align: right;
  min-width: 40px;
}
.reviews-section .box-reviews .ratings-design li .rating-bar {
  background: #f6f6f6;
  border-radius: 4px;
  height: 28px;
  width: 70%;
  position: relative;
}
.reviews-section .box-reviews .ratings-design li .rating-bar span {
  background: #fbcc54;
  border-radius: 3px;
  position: absolute;
  left: 0;
  height: 28px;
  top: 0;
}
.reviews-section .box-reviews .rating-summary-bottom {
  padding-bottom: 5px;
}
.reviews-section .box-reviews .rating-summary-bottom .total-review-count {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.reviews-section .add-form-review {
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #e8eaeb;
  display: inline-block;
}
.reviews-section .add-form-review .block-title {
  font-weight: 400;
  line-height: 22px;
  color: #05383b;
  cursor: pointer;
}
.reviews-section .count-customer-review {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.reviews-section .fieldset .review-field-ratings > .label {
  margin-bottom: 0;
}
.reviews-section .fieldset .review-field-ratings .control {
  margin: 5px 0 15px;
}
.reviews-section .fieldset .review-field-ratings #product-review-table {
  padding-top: 16px;
}
.reviews-section .fieldset > .field {
  margin: 0 0 10px;
}
.review-control-vote:before {
  font-size: 20px;
  line-height: 0;
}
.review-control-vote label:before {
  font-size: 20px;
}
.review-control-vote input[type="radio"]:checked + label:before,
.review-control-vote input[type="radio"]:hover + label:before {
  line-height: 0;
}
.rating-star-count {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
}
.review-author-ratings {
  display: flex;
}
.catalog-product-view .review-rating-bar-main .total-review .rating-summary {
  margin-right: 7px;
}
.catalog-product-view .box-reviews p.rating-star-count-result {
  font-size: 16px;
  color: #7a8587;
}
.catalog-product-view .fieldset.review-fieldset .field {
  display: block;
}
.catalog-product-view .fieldset.review-fieldset .field.review-field-rating {
  display: flex;
  align-items: center;
}
.review-form .action.submit.primary {
  background: #359555;
  border-radius: 4px;
  border: 0;
  padding: 10px 15px;
  font-size: 16px;
  color: #ffffff;
}
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:hover {
  background: #4aa568;
  border: 0;
  color: #ffffff;
}
.review-form .review-control-vote label:before {
  font-family: 'icomoon';
  color: #fbcc54;
  content: '\e933';
}
.review-form .review-control-vote .rating-1::before {
  content: '\e934';
}
.review-form .review-control-vote .rating-2::before {
  content: '\e934' '\e934';
}
.review-form .review-control-vote .rating-3::before {
  content: '\e934' '\e934' '\e934';
}
.review-form .review-control-vote .rating-4::before {
  content: '\e934' '\e934' '\e934' '\e934';
}
.review-form .review-control-vote .rating-5::before {
  content: '\e934' '\e934' '\e934' '\e934' '\e934';
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 20px 20px 70px;
  }
  .reviews-section .review-add {
    width: 100%;
    padding-right: 0px;
  }
  .reviews-section .review-list {
    width: 100%;
    margin-top: 32px;
  }
  .reviews-section .review-list .review-item .review-details {
    margin: 0 0 12px;
  }
  .reviews-section .review-list .review-item .review-details .profile-data .review-date {
    display: none;
  }
  .reviews-section .review-list .review-item .review-details .profile-img {
    margin-right: 8px;
  }
  .reviews-section .review-list .review-item .review-ratings {
    padding: 0 0 0 13px;
    margin-bottom: 0;
  }
  .reviews-section .box-reviews {
    margin-bottom: 32px;
    padding-right: 59px;
  }
  .catalog-product-view .reviews-section .fieldset {
    display: block;
  }
  .catalog-product-view .reviews-section .fieldset.review-fieldset .field {
    display: block;
  }
}
.import-csv-popup {
  color: #05383B;
  overflow: auto;
}
.import-csv-popup .no-display {
  display: none !important;
}
.import-csv-popup .first-step,
.import-csv-popup .second-step,
.import-csv-popup .third-step {
  padding: 35px 40px 40px;
}
.import-csv-popup .first-step form {
  margin-top: 0;
}
.import-csv-popup .first-step .fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  min-width: 100px;
}
.import-csv-popup .first-step .fieldset::-webkit-scrollbar {
  height: 6px;
}
.import-csv-popup .first-step .fieldset:first-child {
  overflow: hidden;
}
.import-csv-popup .first-step .fieldset .legend {
  font-family: ivypresto-display, serif;
  font-size: 32px;
  color: #05383B;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.import-csv-popup .first-step .fieldset .legend a {
  color: #359555;
  font-size: 16px;
  line-height: 24px;
}
.import-csv-popup .first-step .fieldset .legend a:hover {
  text-decoration: none;
  color: #257540;
}
.import-csv-popup .first-step .fieldset .legend span {
  font-size: 32px;
}
.import-csv-popup .first-step .upload-csv-container .upload-images,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile {
  display: flex;
  width: 48%;
  justify-content: center;
  align-items: center;
  border: 1px dashed #D3D8DB;
  border-radius: 4px;
  padding: 15px;
  margin: 0 0 30px;
  text-align: center;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .title,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .title {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  color: #05383B;
}
.import-csv-popup .first-step .upload-csv-container .upload-images label,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile label {
  width: auto;
  background: #F6F6F6;
  border: 1px solid #B6BEC3 !important;
  border-radius: 4px;
  padding: 5px 15px !important;
  font-size: 16px;
  color: #05383B;
  cursor: pointer;
}
.import-csv-popup .first-step .upload-csv-container .upload-images label .no-file,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile label .no-file {
  display: block;
}
.import-csv-popup .first-step .upload-csv-container .upload-images label .selected-file,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile label .selected-file {
  display: none;
}
.import-csv-popup .first-step .upload-csv-container .upload-images input[type="file"],
.import-csv-popup .first-step .upload-csv-container .upload-csvFile input[type="file"] {
  visibility: hidden;
  height: 0;
  padding: 0;
  width: 0;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .delete-container,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .delete-container {
  display: none;
  width: auto;
  align-self: center;
  margin-top: 5px;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .delete-container a.delete-file,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .delete-container a.delete-file {
  color: #05383B;
  text-decoration: none;
  font-size: 16px;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .field,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .field {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .field.required,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .field.required {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.import-csv-popup .first-step .upload-csv-container .upload-images.selected,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile.selected {
  border: 1px solid #D3D8DB;
}
.import-csv-popup .first-step .upload-csv-container .upload-images.selected .delete-container,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile.selected .delete-container {
  display: block;
}
.import-csv-popup .first-step .upload-csv-container .upload-images.selected label,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile.selected label {
  border: 0 !important;
  background: transparent;
}
.import-csv-popup .first-step .upload-csv-container .upload-images.selected label .no-file,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile.selected label .no-file {
  display: none;
}
.import-csv-popup .first-step .upload-csv-container .upload-images.selected label .selected-file,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile.selected label .selected-file {
  display: block;
}
.import-csv-popup .first-step .upload-csv-container .upload-images.selected label .selected-file:before,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile.selected label .selected-file:before {
  content: "\e93e";
  font-family: 'icomoon';
  margin-right: 5px;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .has-tooltip,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .has-tooltip {
  width: 100%;
  position: relative;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .has-tooltip:before,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .has-tooltip:before {
  content: "\e919";
  display: block;
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  left: 132px;
  top: 3px;
  font-size: 13px;
  color: #05383B;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .has-tooltip .tooltip,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .has-tooltip .tooltip {
  visibility: hidden;
  background: black;
  color: #fff;
  width: 212px;
  position: absolute;
  left: 15px;
  bottom: 40px;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px;
}
.import-csv-popup .first-step .upload-csv-container .upload-images .has-tooltip .tooltip .tooltip-text:before,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .has-tooltip .tooltip .tooltip-text:before {
  content: "";
  border: solid 6px transparent;
  border-right: 7px solid #000;
  position: absolute;
  right: 33%;
  top: 100%;
  transform: rotate(270deg);
}
.import-csv-popup .first-step .upload-csv-container .upload-images .has-tooltip:hover .tooltip,
.import-csv-popup .first-step .upload-csv-container .upload-csvFile .has-tooltip:hover .tooltip {
  visibility: visible;
}
.import-csv-popup .first-step .upload-csv-container .upload-images {
  margin-left: 8px;
}
.import-csv-popup .first-step .upload-csv-container .upload-csvFile {
  margin-right: 8px;
}
.import-csv-popup .first-step .sample-table-container .label-title {
  font-size: 18px;
  font-weight: 600;
}
.import-csv-popup .first-step .sample-table-container .label-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  max-width: 460px;
  margin: 0 0 15px;
}
.import-csv-popup .first-step .sample-table-container .label-subtitle span {
  font-weight: normal;
}
.import-csv-popup .first-step .sample-table-container .csv-samples-table {
  white-space: nowrap;
  overflow: auto;
  border: 1px solid #D3D8DB;
  border-radius: 4px;
  max-height: 170px;
  padding: 0 10px 0;
}
.import-csv-popup .first-step .sample-table-container .csv-samples-table table {
  width: 100%;
}
.import-csv-popup .first-step .sample-table-container .csv-samples-table table td,
.import-csv-popup .first-step .sample-table-container .csv-samples-table table th {
  border-bottom: 1px solid #E8EAEB;
  color: #05383B;
  padding: 9px 8px;
}
.import-csv-popup .first-step .sample-table-container .csv-samples-table table tr:last-child td {
  border-bottom: 0;
}
.import-csv-popup .first-step .download-sample-container > * {
  display: inline-block;
  margin: 15px 0 0;
}
.import-csv-popup .first-step .download-sample-container > * a {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E8EAEB;
  border-radius: 4px;
  padding: 12px 20px;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #05383B;
  text-decoration: none;
}
.import-csv-popup .steps-wizard {
  background: #F6F6F6;
  margin: 0 !important;
  padding: 18px 0;
  display: flex;
  justify-content: center;
}
.import-csv-popup .steps-wizard .steps {
  display: inline-block;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
}
.import-csv-popup .steps-wizard .steps li {
  list-style: none;
  margin: 0;
}
.import-csv-popup .steps-wizard .popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  min-width: 40px;
  cursor: pointer;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-italic {
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.before-after {
  content: "";
  display: block;
  position: absolute;
}
.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 32px;
  letter-spacing: 1.5px;
  background-color: #ffffff;
}
.caption-contents {
  padding: 24px 30px 0 30px;
}
.big-title {
  margin: 0;
  text-transform: capitalize;
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.big-title span {
  font-size: 12.25px;
  color: gray;
  margin-left: 10px;
}
.small-title {
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eaeaea;
}
.top-contents {
  display: flex;
  justify-content: space-between;
  background-color: #1e3c1a;
  color: #ffffff;
  font-weight: 500;
  padding: 9px 30px;
  padding-right: 21px;
  margin-bottom: 9px;
}
.top-contents::after {
  content: "";
  display: block;
  position: absolute;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/img-top-contents.png') no-repeat;
  width: 18px;
  height: 9px;
  left: 20px;
  margin-top: 33px;
  z-index: 5;
}
.top-big-title {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}
.style-big-title-item {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.style-watch-video {
  position: absolute;
  bottom: 6px;
  left: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  height: 62px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 80px;
  transition: padding-left 0.5s;
}
.style-watch-video::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-play.png') no-repeat;
  width: 53px;
  height: 53px;
  top: 0;
  left: 20px;
}
.style-icon-view-delete {
  top: 0;
  right: 0;
}
.style-icon-view span {
  display: inline-block;
  padding-top: 9px;
  margin-right: 2px;
  font-weight: 600;
}
.style-icon-view::before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: url('../../frontend/GDS/default/en_US/images/icon-view.png') no-repeat;
  width: 30px;
  height: 18px;
  margin-left: 3px;
}
.style-icon-view:hover::before {
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-view-hover.png') no-repeat;
}
.style-icon-delete span {
  display: inline-block;
  padding-top: 8px;
  padding-right: 0px;
  margin-right: 8px;
  font-weight: 600;
}
.style-icon-delete::before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-delete.png') no-repeat;
  width: 24px;
  height: 28px;
  margin-top: -3px;
  margin-left: 12px;
}
.style-icon-delete:hover::before {
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-delete-hover.png') no-repeat;
}
.style-button-buys-again {
  text-transform: capitalize;
  background-color: #88b63a;
  color: white;
  vertical-align: top;
  border: 0px;
  font-size: 14px;
  padding: auto 15px;
  padding: 7.5px 23px;
}
.style-icon-link-amont {
  width: 8px;
  height: 5px;
  top: 0;
  margin-left: 80px;
  margin-top: 18px;
  z-index: 4;
}
.style-icon-link-search {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 21px;
  margin-left: 47px;
  z-index: 4;
}
.view-all {
  padding-bottom: 0px;
}
.faq-quick-tab-menu {
  display: none;
  position: absolute;
  top: 0;
  width: 200%;
  margin-top: 41px;
  padding-bottom: 19px;
  padding-top: 10px;
  background-color: #ffffff;
}
.opc-progress-bar-item._active:before {
  background-color: #89b740;
}
.opc-progress-bar-item._active > span:before {
  background-color: #89b740;
}
.page-header {
  background: #ffffff;
  z-index: 1002;
}
.header.content {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-1column .column.main {
  padding-bottom: 20px;
}
.header-contact {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-size: 12.25px;
}
.header-contact__title {
  font-weight: 600;
}
.header-contact__number {
  color: #89b740;
  font-weight: 600;
}
.header.panel > .header.links > li {
  margin: 0;
}
.header.panel > .header.links > li.greet {
  position: relative;
  padding-left: 34px;
}
.header.panel > .header.links > li.greet:after {
  background: url('../../frontend/GDS/default/en_US/images/icon_account.png') no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
}
.header.panel > .header.links > li.greet b {
  font-weight: 600;
}
.header.panel > .header.links > li > a {
  color: #89b740;
}
.header.panel > .header.links > li > a:hover,
.header.panel > .header.links > li > a:visited,
.header.panel > .header.links > li > a:focus {
  color: #89b740;
  text-decoration: underline;
}
.nav-toggle {
  top: 5px;
}
header.page-header {
  border-top: 10px solid #4aa568;
}
header .header-bottom-section {
  border-top: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
}
.cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.cdz-horizontal-menu .groupmenu li.level0 > a.menu-link:before {
  font-family: 'icomoon';
  color: #05383b;
  content: "\e918";
  position: static;
  transform: none;
  width: auto;
  height: auto;
  margin-right: 6px;
}
.cdz-horizontal-menu .groupmenu li.level0:nth-child(1) > a:before {
  content: "\e90a";
}
.cdz-horizontal-menu .groupmenu li.level0:nth-child(2) > a:before {
  content: "\e92e";
}
.cdz-horizontal-menu .groupmenu li.level0:nth-child(3) > a:before {
  content: "\e92c";
}
.cdz-horizontal-menu .groupmenu li.level0:nth-child(4) > a:before {
  content: "\e92d";
}
.cdz-horizontal-menu .groupmenu li.level0:nth-child(5) > a:before {
  content: "\e928";
}
.cdz-horizontal-menu .groupmenu li.level0:nth-child(6) > a:before {
  content: "\e922";
}
@media (min-width: 768px) {
  .header-content-top-search-section .block-search {
    display: block !important;
  }
  .header-content-top-search-section .search-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  header.page-header {
    border: 0;
    padding: 20px 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 2px 4px rgba(0, 0, 0, 0.05);
  }
  .header-bottom-section {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-content-top-search-section .search-toggle {
    right: 85px;
    position: absolute;
    top: -38px;
    display: block;
    cursor: pointer;
  }
  .header-content-top-search-section .icon-search:before {
    color: #05383B;
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .header-content-top-search-section .search-toggle {
    top: -21px;
  }
}
.page-footer {
  background-color: #121214;
}
.footer.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 100%;
}
.footer.content:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.footer.content .copyright {
  width: 100%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.footer.content .footer {
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.footer.content .big-title {
  color: #ffffff;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  background-color: #88b63a;
  transform: scale(1) translateY(-37px);
  font-weight: 100;
}
.footer.content .footer-contain {
  display: grid;
  margin: 0 auto;
}
.footer.content .footer-content {
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.footer.content .footer-content:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.footer.content .footer-content ul {
  padding-right: 0;
}
.footer.content .footer-link.logo {
  max-width: 85%;
  width: 100%;
}
.footer.content .link-social-network,
.footer.content .link-payment {
  display: flex;
}
.footer.content .link-social-network {
  margin: 20px 0;
}
.footer.content .icon-fb,
.footer.content .icon-tw,
.footer.content .icon-ims {
  margin-right: 10px;
}
.footer.content .icon-fb a::before,
.footer.content .icon-tw a::before,
.footer.content .icon-ims a::before {
  background-color: gray;
  padding: 10px;
  border-radius: 20px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
}
.footer.content .icon-fb a::before {
  content: '\f09a';
}
.footer.content .icon-fb a:hover::before {
  background-color: #3c599b;
}
.footer.content .icon-tw a::before {
  content: '\f099';
}
.footer.content .icon-tw a:hover::before {
  background-color: #1ca8e3;
}
.footer.content .icon-ims a::before {
  content: '\f16d';
}
.footer.content .icon-ims a:hover::before {
  background-color: #4975b6;
}
.footer.content .footer-link.info-wedsite {
  width: 1000%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.footer.content .footer-link.info-wedsite:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.footer.content .block {
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.footer.content .block {
  color: gray;
  font-size: 13px;
  padding-left: 50px;
  box-sizing: border-box;
}
.footer.content .block .title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer.content .element-info {
  margin-bottom: 13px;
}
.footer.content .element-info p {
  margin-bottom: 0;
}
.footer.content .element-info.email a {
  color: #ffffff;
}
.footer.content .address p::before,
.footer.content .phone p::before,
.footer.content .email p::before,
.footer.content .working p::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  margin-left: -19px;
  margin-right: 6px;
}
.footer.content .address p::before {
  content: '\f041';
}
.footer.content .phone p::before {
  content: '\f095';
}
.footer.content .phone p::before {
  content: '\f003';
}
.footer.content .working p::before {
  content: '\f017';
}
.footer.content .block.main-features ul li::before {
  content: '\f00c ';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  margin-left: -20px;
  color: #88b63a;
}
.footer.content .element-info.search a {
  color: #88b63a;
}
.footer.content .main-features ul li {
  margin-bottom: 15px;
}
.footer.content .description {
  margin-bottom: 40px;
}
.footer.content .form.subscribe {
  display: flex;
}
.footer.content .form.subscribe .field.newsletter .control input {
  border-radius: 7px 0 0 7px;
}
.footer.content .form.subscribe .action.subscribe.primary {
  margin-left: 0;
  border-radius: 0 7px 7px 0;
  padding: 9px 14px 5px;
  font-size: 13px;
}
.footer.content .copyright {
  font-size: 13px;
  color: gray;
  background-color: #000000;
  padding: 20px 10px;
}
.page-footer .footer.content {
  background: #05383b;
  padding: 0;
}
.page-footer .footer.content .block {
  padding-left: 0;
  padding-right: 20px;
}
.page-footer .footer.content .block .title {
  color: #ffffff;
}
.page-footer .footer.content .footer {
  border: 0;
  float: none;
  padding: 40px;
}
.page-footer .footer.content .form.subscribe {
  max-width: 243px;
  position: relative;
  width: auto;
}
.page-footer .footer.content .form.subscribe .field.newsletter {
  max-width: 100%;
}
.page-footer .footer.content .form.subscribe .field.newsletter .control input {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: transparent;
  height: 36px;
  padding-left: 12px;
  font-size: 16px;
}
.page-footer .footer.content .form.subscribe .field.newsletter .control input::-webkit-input-placeholder {
  color: #7a8587;
}
.page-footer .footer.content .form.subscribe .field.newsletter .control input:-ms-input-placeholder {
  color: #7a8587;
}
.page-footer .footer.content .form.subscribe .field.newsletter .control input::placeholder {
  color: #7a8587;
}
.page-footer .footer.content .form.subscribe .field.newsletter .control:before {
  display: none;
}
.page-footer .footer.content .form.subscribe .actions {
  position: absolute;
  right: 0px;
  width: auto;
  top: 0px;
}
.page-footer .footer.content .form.subscribe .action.subscribe.primary {
  background: rgba(53, 149, 85, 0.5);
  border-radius: 4px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 0;
}
.page-footer .footer.content .form.subscribe .action.subscribe.primary:before {
  font-family: 'icomoon';
  content: "\e916";
  font-size: 11px;
  font-weight: normal;
  opacity: 0.5;
}
.page-footer .footer.content .form.subscribe .action.subscribe.primary span {
  display: none;
}
.page-footer [data-content-type="html"] {
  width: 100%;
}
.page-footer .footer-links h3 {
  margin: 0;
  color: #f6f6f6;
  padding-bottom: 16px;
}
.page-footer .footer-links ul + h3 {
  margin: 32px 0 0;
}
.footer-contain .block ul li {
  color: #e8eaeb;
  font-size: 1.6rem;
  padding-bottom: 12px;
}
.footer-contain .block ul li a {
  text-decoration: none;
  color: #e8eaeb;
}
.footer-contain .block ul li a:hover {
  color: #ffffff;
}
.copyright {
  display: none;
}
.footer-socials ul {
  display: flex;
}
.footer-socials ul li {
  padding-right: 12px;
}
.footer-socials ul li span {
  font-size: 2.28571429rem;
}
.footer-socials ul li a {
  opacity: 0.5;
}
.footer-socials ul li a:hover {
  opacity: 1;
}
.newsletter-box p {
  font-size: 1.82857143rem;
  color: #e8eaeb;
}
.newsletter-box .block.newsletter {
  width: 100% !important;
  padding: 0 !important;
  max-width: 100%;
}
.footer-copyright {
  background: #033033;
  padding: 17px 0;
  font-size: 16px;
}
.footer-copyright .copyright-text {
  color: #b6bec3;
}
.footer-copyright .container {
  display: flex;
  justify-content: space-between;
}
.footer-copyright .bottom-right-link ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-copyright .bottom-right-link ul li {
  margin-right: 20px;
}
.footer-copyright .bottom-right-link ul li a {
  color: #b6bec3;
  text-decoration: underline;
}
.footer-copyright .bottom-right-link ul li a:hover {
  text-decoration: none;
}
.footer-copyright .bottom-right-link ul li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer.content ul {
    padding-right: 0px;
  }
  .page-footer .footer.content .block:last-child {
    width: 100%;
    padding-right: 0;
  }
  .page-footer .footer-contain .block ul li {
    padding-right: 10px;
  }
  .page-footer .footer-links h3 {
    margin-bottom: 16px !important;
  }
  .page-footer .newsletter-box .block.newsletter {
    max-width: 80% !important;
  }
}
@media (max-width: 768px) {
  .page-footer {
    margin-top: 0px !important;
  }
  .page-footer .form.subscribe {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .page-footer .newsletter-box p {
    padding-bottom: 12px;
  }
  .page-footer .footer-copyright .copyright-text {
    text-align: center;
  }
  .page-footer .footer-copyright .bottom-right-link ul {
    justify-content: center;
  }
}
.fotorama__fullscreen .nav-sections {
  z-index: 5;
}
.account .nav-sections {
  z-index: 1000;
}
.minicart-wrapper {
  background: #1e3c1a;
}
.minicart-wrapper .action.showcart {
  height: 40px;
  padding: 0 15px;
}
.minicart-wrapper .action.showcart:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart:after {
  background: url('../../frontend/GDS/default/en_US/images/icon_minicart.png') no-repeat center center;
  width: 24px;
  height: 40px;
  display: inline-block;
  content: '';
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #1e3c1a;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  margin-right: 10px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  clip: auto;
  overflow: visible;
  position: static;
  width: auto;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  height: auto;
  margin: 0;
  border-radius: 0;
  float: left;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.block-search {
  z-index: 1004;
}
.search-autocomplete .amsearch-leftside,
.search-autocomplete .amasty-xsearch-block-header {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete .stock.unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
}
.search-autocomplete .amsearch-products.-columns {
  width: 100% !important;
  background-color: white;
}
.search-autocomplete .amsearch-results .amsearch-item:hover {
  background-color: white;
}
.search-autocomplete .amsearch-form-container.-large.amsearch-wrapper-content {
  display: inline-block;
}
.search-autocomplete .amsearch-item-sku {
  font-size: 16px;
}
.search-autocomplete .amsearch-products .amsearch-highlight {
  background-color: #b1d678;
  color: black;
}
.search-autocomplete .product-item .price-box .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete .amsearch-more-results {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete .product-reviews-summary.short {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete .amsearch-autocomplete-image .product-image-photo {
  width: 100%;
  border: 0;
}
.search-autocomplete .amsearch-item .product-item-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete .amasty-xsearch-form {
  display: flex;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  background-color: white;
  max-height: 600px;
}
.search-autocomplete .product-item-name-section {
  display: flex;
  position: relative;
}
.search-autocomplete .product-item-name-section p {
  font-size: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
  text-overflow: ellipsis;
  font-weight: 600;
}
.search-autocomplete .product-item-name-section .amsearch-item-sku {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  margin-bottom: 33px;
  font-weight: 400;
}
.search-autocomplete .control .input-text.qty {
  height: 40px;
  text-align: center;
  width: 44px;
  padding: 0;
}
.search-autocomplete .block-search .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.search-autocomplete .block-search .label > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.search-autocomplete .primary.button-view-product {
  border: 2px solid #89b740;
  font-size: 14px;
  margin-left: 10px;
  padding: 8px 36px;
  font-weight: 600;
  background: #ffffff;
}
.search-autocomplete .primary.button-view-product:hover,
.search-autocomplete .primary.button-view-product:focus {
  background: #89b740;
  color: #ffffff;
  text-decoration: none;
}
.search-autocomplete .amsearch-wrapper-content > .amsearch-item:before {
  background-color: white;
}
.search-autocomplete .product-image-container {
  margin-left: 0;
  width: 75px !important;
}
.search-autocomplete .field.qty .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  margin-right: 10px;
}
.search-autocomplete .field.qty .label:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete .field.qty .label > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.search-autocomplete .field.qty {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
}
.container.homepasge-section__search {
  display: grid;
}
.amsearch-close {
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/close.png') no-repeat center;
  padding: 10px;
  border-radius: 10px;
  background-color: #88b63a;
  width: 0;
  height: 0;
  right: 40px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.amsearch-wrapper-content .product-item-details {
  flex-direction: inherit;
}
.block-search {
  box-sizing: border-box;
  padding-left: 0;
}
.block-search html {
  box-sizing: border-box;
}
.block-search *,
.block-search *:before,
.block-search *:after {
  box-sizing: inherit;
}
.block-search .search .control {
  width: auto !important;
}
.page-wrapper .minisearch .field.search {
  padding: 10px 30px 30px;
}
.page-wrapper .amsearch-form-container .amsearch-wrapper-input {
  max-width: none;
  width: 100% !important;
  position: static;
}
.page-wrapper .amsearch-form-container.-opened .amsearch-wrapper-input {
  max-width: none;
  width: 100% !important;
  position: static;
}
.page-wrapper .amsearch-form-container.-opened .amsearch-wrapper-input .input-text {
  border: none;
}
.page-wrapper .amsearch-form-container.-opened .amsearch-wrapper-input .input-text:focus {
  box-shadow: none;
  border: none;
}
.page-wrapper .amsearch-form-container .input-text {
  width: 100%;
  padding: 19px 0 22px 50px;
  border: none;
  box-shadow: none;
}
.page-wrapper .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-image {
  max-width: 80px;
  margin-right: 15px;
}
.page-wrapper .search-autocomplete.amsearch-clone-position {
  left: 0px;
  border-top: 1px solid #ebebeb;
  width: calc(100% - 0px) !important;
  max-width: none;
  top: 41px;
  overflow: hidden;
}
.page-wrapper .search-autocomplete .amsearch-results {
  max-width: none;
  width: 100%;
}
.page-wrapper .amsearch-close {
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.page-wrapper .amsearch-close:hover {
  filter: brightness(100%);
}
.page-wrapper .amasty-xsearch-loader {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin-top: -10px;
}
.page-wrapper .search .amsearch-loupe {
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: none;
  width: auto;
  height: auto;
  margin-top: -1px;
  display: inline-block;
  text-decoration: none;
}
.page-wrapper .search .amsearch-loupe:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #89b740;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper .search .amsearch-loupe:hover:before {
  color: #89b740;
}
.page-wrapper .search .amsearch-loupe:active:before {
  color: #89b740;
}
.page-wrapper .search .amsearch-loupe:before {
  line-height: 32px;
  padding-top: 3px;
  font-weight: 600;
}
.page-wrapper .search .amsearch-loupe:hover:before {
  color: #89b740;
}
.action-primary:hover {
  border: 0;
  background: #e1e1e1;
}
.action-primary:focus {
  border: 0;
  background: #1e3c1a;
}
.minicart-wrapper .block-minicart {
  padding: 0;
  margin-top: 0;
  border: 0;
  margin-right: 10px;
}
.minicart-wrapper .block-minicart::before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .counter-label span {
  margin-left: 5px;
}
.none {
  display: none;
}
.minicart-wrapper .product .actions > .primary {
  border-right: 1px solid #88b63a;
  padding-right: 10px;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  font-size: 14px;
}
.minicart-wrapper .product .actions > .primary:not(:last-child) {
  margin-right: 10px;
}
.minicart-wrapper .action.close {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.block-minicart {
  position: relative;
}
.block-minicart .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.block-minicart .block-content:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.block-minicart .product-item-sku {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.block-minicart .product.options {
  font-size: 14px;
  font-weight: 500;
}
.block-minicart .price-excluding-tax {
  padding-right: 10px;
}
.block-minicart .minicart-items-wrapper {
  height: auto !important;
  margin: 0;
  border: 0;
  max-height: 447px;
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding: 15px 25px 0;
}
.block-minicart .minicart-items .product-item-details {
  font-size: 18px;
  display: flex;
  padding: 10px 0;
  position: relative;
  justify-content: space-between;
}
.block-minicart .minicart-items .product-item-name {
  white-space: nowrap;
  width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.block-minicart .minicart-items .product-item-name:hover {
  overflow: inherit;
}
.block-minicart .minicart-items .product-item-name a {
  font-weight: 600;
  color: #000000;
}
.block-minicart .product.options.list .label {
  font-weight: 500;
}
.block-minicart .product-item-pricing {
  display: flex;
  padding-top: 30px;
  padding-bottom: 26px;
  align-items: baseline;
  color: #000000;
}
.block-minicart .price-container .price {
  font-size: 14px !important;
  color: #000000;
}
.block-minicart .price-wrapper .minicart-price .price {
  font-weight: 500;
  padding-left: 0;
}
.block-minicart .product-item-pricing span {
  font-weight: 500;
  font-size: 14px;
}
.block-minicart .price-wrapper .price {
  font-weight: 600;
  padding-left: 25px;
}
.block-minicart .minicart-wrapper .product .actions {
  margin: 0;
}
.block-minicart .product.actions {
  position: absolute;
  bottom: 0;
}
.block-minicart .minicart-items .product-item-details .details-qty {
  margin-top: 0;
}
.block-minicart .minicart-items .action.edit,
.block-minicart .block-minicart .minicart-items .action.delete {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.block-minicart .minicart-items .action.edit > span,
.block-minicart .minicart-items .action.delete > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  color: #88b63a;
}
.block-minicart .minicart-items .action.edit::before,
.block-minicart .minicart-items .action.delete::before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-minicart .subtitle.empty {
  padding: 20px;
}
.block-minicart .product-image-photo {
  width: 100% !important;
  height: 110px !important;
  margin-left: -13px;
}
.block-minicart .product-image-container {
  width: 110px !important;
  margin-left: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  padding: 6px 17px;
  font-size: 14px;
  background-image: linear-gradient(to right, #88b63a, #1e3c1a);
  margin: 0;
}
.block-minicart .subtotal {
  width: 100%;
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 25px 40px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  border-top: 1px solid #ebebeb;
  margin: 0;
  font-weight: 500;
}
.block-minicart .actions {
  width: 100%;
  float: right;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.block-minicart .block-content > .actions {
  margin: 0;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.block-minicart .details-qty.qty {
  padding-top: 8px;
  margin-left: 14px;
}
.block-minicart .details-qty.qty input {
  width: 50px;
  height: 30px;
  padding: 0;
}
.block-minicart .block-content > .actions > .secondary {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-minicart .items-total {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-minicart .minicart-items .product-item-pricing .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .block-minicart .minicart-items-wrapper {
    padding: 10px 0 0 10px;
  }
  .block-minicart .minicart-items .product-item-details {
    display: inline-block;
  }
  .block-minicart .product-item-pricing {
    padding: 0 0 20px 0;
  }
  .block-minicart .product.actions {
    text-align: left;
  }
  .block-minicart .minicart-items .product-item-name {
    width: 153px;
  }
}
.modal-popup.modal-slide._inner-scroll._show {
  z-index: 1500 !important;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal-popup.modal-slide._inner-scroll._show .modal-footer {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-popup.modal-slide._inner-scroll._show #message-header-mpdal {
  padding: 13px;
}
.modal-popup.modal-slide._inner-scroll._show .action-close {
  margin: 0;
}
.modal-popup.modal-slide._inner-scroll._show .action-close::before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-popup.modal-slide._inner-scroll._show .action-close::after {
  content: "";
  display: block;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-close.png') no-repeat center;
  width: 24px;
  height: 20px;
}
.iframe-catalog-product-view .sections.nav-sections,
.iframe-catalog-product-view .page-header,
.iframe-catalog-product-view .block.related,
.iframe-catalog-product-view .breadcrumbs,
.iframe-catalog-product-view .page-footer,
.iframe-catalog-product-view .amsearch-wrapper-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.iframe-catalog-product-view .actions .action.search::before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.iframe-catalog-product-view .fotorama__thumb-border {
  border: 1px solid #88b63a;
}
.iframe-catalog-product-view .value p {
  line-height: 1;
}
.iframe-catalog-product-view .control .input-text.qty {
  text-align: center;
}
.iframe-catalog-product-view .page-main {
  padding-right: 0;
}
.iframe-catalog-product-view.catalog-product-view .field.qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.iframe-catalog-product-view.catalog-product-view .fotorama__stage__shaft.fotorama__grab {
  width: 483px !important;
}
.fancybox-container .fancybox-slide--iframe .fancybox-content {
  width: 100% !important;
  max-width: 800px;
  height: 80% !important;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  padding: 15px;
  box-sizing: border-box;
  overflow: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  overflow-y: auto !important;
}
.modal-popup._inner-scroll .modal-inner-wrap .modal-content .message-content-wrapper {
  overflow: hidden !important;
}
.modal-popup._inner-scroll .modal-inner-wrap .modal-content .small-title {
  width: 100%;
}
.modal-popup.modal-slide._inner-scroll._show .modal-footer {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  padding: 20px;
  border-top: 1px solid #c1c1c1;
}
.checkout-index-index.page-layout-checkout._has-modal .modal-popup .modal-inner-wrap {
  padding-left: 20px;
}
b,
strong,
span,
dt {
  font-weight: 500;
}
tr > th {
  font-weight: 600;
}
.page-main {
  padding: 0;
}
.cms-home.cms-index-index.page-layout-1column {
  background-color: #ebebeb;
}
.container {
  position: relative;
}
.contents {
  display: flex;
}
.modals-overlay {
  z-index: 1002 !important;
}
.modal-popup {
  z-index: 1003 !important;
}
.nav-sections {
  z-index: 1005;
}
.amsearch-overlay {
  z-index: 1003;
}
.top-small-title {
  font-size: 12.25px;
  letter-spacing: 0.5px;
}
.amquickview-hover:hover {
  background-image: linear-gradient(to right bottom, #9fff00, #126108);
}
.fancybox-slide--iframe .fancybox-content {
  width: 54% !important;
  height: 80% !important;
}
.page-product-configurable {
  margin-top: 15px;
}
.nav-sections-item-content {
  position: relative;
}
.minicart-wrapper {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin-right: 400px;
  z-index: 1500;
}
.close::after {
  content: "";
  display: block;
  position: absolute;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-close.png') no-repeat;
  right: 0px;
  top: 0px;
  width: 12px;
  height: 10px;
  margin: 17px 29px 0 0;
}
.close {
  padding: 2px 28px;
}
a.top-small-title {
  color: #ffffff;
}
a.top-small-title:hover {
  color: #88b63a;
}
.contents-right,
.contents-left {
  width: 50%;
}
.video-introduce {
  margin-top: 25px;
  padding-left: 35px;
}
.video-introduce iframe {
  width: 100%;
}
.contents-right {
  padding-right: 30px;
}
.link-contents {
  padding: 0;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
  list-style: none;
  margin: 0;
  width: 100%;
}
.link-contents li {
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 7px;
  margin-bottom: 0;
}
.link-contents li a {
  text-transform: capitalize;
  text-decoration: underline;
}
#coverimageforplayer {
  position: relative;
}
#coverimageforplayer a:hover strong {
  padding-left: 100px;
}
#coverimageforplayer a:hover strong::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('../../frontend/GDS/default/en_US/images/icon-play-hover.png') no-repeat;
  width: 53px;
  height: 53px;
  top: 0;
  left: 20px;
}
#coverimageforplayer strong {
  position: absolute;
  bottom: 6px;
  left: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  height: 62px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 80px;
  transition: padding-left 0.5s;
  box-sizing: border-box;
}
#coverimageforplayer strong::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-play.png') no-repeat;
  width: 53px;
  height: 53px;
  top: 0;
  left: 20px;
}
#coverimageforplayer img {
  width: 100%;
  border: 1px solid #ebebeb;
}
.homepasge-section__top,
.homepasge-section__messages,
.place-quick-links,
.homepasge-section__products {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.view-contents-item .caption-contents::last-child {
  border: 0;
}
.view-contents-item .small-title {
  border: 0;
  padding-bottom: 50px;
}
.homepasge-section__messages .caption-contents .bottom-caption-contents {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.homepasge-section__messages .caption-contents:last-child .bottom-caption-contents {
  border: 0;
}
.width-small-title {
  width: 75%;
  margin-top: -2px;
}
.icon-view-delete {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: right;
  margin-top: -25px;
}
.icon-view-delete a {
  padding-left: 29px;
}
.icon-view-delete .icon-view {
  padding-top: 6px;
}
.morelink {
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.morelink::before {
  content: "";
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-read-more.png') no-repeat;
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: 0 5px 2px;
}
.morelink:hover::before {
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-read-more-hover.png') no-repeat;
}
.morelink.less::before {
  background: url('../../frontend/GDS/default/en_US/images/icon-read-less.png') no-repeat;
}
.less::hover::before {
  background: url('../../frontend/GDS/default/en_US/images/icon-read-less-hover.png') no-repeat;
}
.icon-view span {
  display: inline-block;
  padding-top: 9px;
  margin-right: 2px;
  font-weight: 600;
}
.icon-view::before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: url('../../frontend/GDS/default/en_US/images/icon-view.png') no-repeat;
  width: 30px;
  height: 18px;
  margin-left: 3px;
}
.icon-view:hover::before {
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-view-hover.png') no-repeat;
}
.icon-delete span {
  display: inline-block;
  padding-top: 8px;
  padding-right: 0px;
  margin-right: 8px;
  font-weight: 600;
}
.icon-delete::before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-delete.png') no-repeat;
  width: 24px;
  height: 28px;
  margin-top: -3px;
  margin-left: 12px;
}
.icon-delete:hover::before {
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-delete-hover.png') no-repeat;
}
.container.homepasge-section__search {
  background-color: #1e3c1a;
}
.homepasge-section__search {
  display: block;
}
.homepasge-section__search .top-contents::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.homepasge-section__search .top-contents {
  padding-top: 13px;
}
#sort {
  margin: 0;
}
.top-small-title {
  color: #ffffff;
  font-size: 15px;
}
.top-small-title li {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  padding-right: 13px;
}
.top-small-title .link-type-search {
  font-weight: 600;
  border-left: 1px solid #88b63a;
  line-height: 0.8;
  padding-left: 10px;
  display: inline-block;
}
a.link-type-search {
  color: #ffffff;
}
a.link-search-color-hover:hover {
  color: #88b63a;
}
.container.place-slider {
  background-color: #ebebeb;
  display: flex;
  justify-content: space-between;
}
.block-slider {
  width: calc(100% - 385px);
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.block-slider .slider img {
  max-height: 700px !important;
  max-width: 250px !important;
  width: 100% !important;
}
.slider {
  display: inline-block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.place-quick-links {
  display: inline-block;
  width: 350px;
  float: right;
  height: 250px;
  vertical-align: top;
  background-color: #ffffff;
}
.form-slider {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quick-links {
  display: flex;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-links .links-quick-top {
  position: relative;
  width: 50%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-transform: capitalize;
  background-color: #1e3c1a;
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
  border-right: 2px solid white;
  font-size: 16px;
}
.quick-links .links-quick-top:last-child {
  border: 0;
}
.quick-links .active {
  background-color: #88b63a;
}
.tab-menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.tab-menu > .links-question {
  margin: 0;
}
.quick .tab-menu {
  right: 0;
  display: none;
  position: absolute;
  top: 0;
  width: 200%;
  margin-top: 41px;
  padding-bottom: 19px;
  padding-top: 10px;
  background-color: #ffffff;
  padding-right: 4px;
}
.quick-links .links-quick-top:hover {
  background-color: #88b63a;
}
.quick-links .quick-links_content:hover > .tab-menu {
  display: block;
}
.tab-menu .links-question {
  display: block;
  padding: 10px;
  padding-bottom: 5px;
  text-decoration: underline;
  margin-left: 13px;
  text-transform: capitalize;
  font-weight: 600;
}
.quick-links_content {
  display: none;
}
.quick-links_content.active {
  display: block;
}
.morecontent > span {
  display: none;
}
.big-caption-slider,
.small-caption-slider {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.control .input-text.qty {
  text-align: center;
  width: 51px;
  height: 40px;
  padding: 0;
  border: 1px solid #000000;
}
.price-container .price {
  font-size: 22px;
}
.price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.container-item {
  padding: 0 15px;
  margin-top: 35px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.container-item:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.place-item {
  width: 25%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  border-right: 1px solid #ebebeb;
  text-align: center;
  box-sizing: border-box;
}
.place-item:last-child {
  border: 0;
}
a.container-place-item {
  text-align: center;
  color: #000000;
}
.container-item .container-place-item::late-child {
  border: 0;
}
.item-chips {
  padding: 0px 62px 0 62px;
}
.product-name {
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 25px;
}
.item-code {
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-top: 3px;
}
.price {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 600;
  color: #88b63a;
}
.place-item-form {
  margin-top: 25px;
  position: relative;
}
.place-item-form .amount {
  width: 50px;
  height: 40px;
  padding: 0 18px 0 0;
  text-align: right;
}
.link-amont::after {
  content: "";
  display: block;
  position: absolute;
  background: url('../../frontend/GDS/default/en_US/GDS_Setup/images/icon-amount.png') no-repeat;
  width: 8px;
  height: 5px;
  top: 0;
  margin-left: 80px;
  margin-top: 18px;
  z-index: 4;
}
.cms-home button {
  text-transform: capitalize;
  background-color: #88b63a;
  color: white;
  vertical-align: top;
  border: 0px;
  font-size: 14px;
  padding: auto 15px;
  padding: 7.5px 23px;
}
.cms-home button:hover {
  border: 0;
}
.cms-home .homepasge-section__products .stock.unavailable {
  display: flex;
  align-items: center;
  height: 39px;
}
.cms-home .homepasge-section__products .top-small-title.view {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cms-home .homepasge-section__products .top-big-title {
  padding-bottom: 9px;
}
.cms-home .field.qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cms-home .actions-primary form {
  display: flex;
}
.cms-home .action.primary,
.cms-home .amshopby-button,
.cms-home .am-filter-go {
  font-size: 14px;
  margin-left: 10px;
  padding: 0 25px;
}
.cms-home .homepasge-section__products .product-image-container {
  margin-left: 59px;
}
.cms-home .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cms-home .block-search .control {
  padding: 0;
  margin: 0;
}
.cms-home .homepasge-section__products .product-items {
  width: 100%;
  display: flex;
}
.cms-home .homepasge-section__products .product-item {
  width: 25%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  border-left: 1px solid #ebebeb;
  padding: 5px;
}
.cms-home .homepasge-section__products .product-item:nth-child(4n+1) {
  border-left: 0;
}
.cms-home .product-item-info {
  width: auto;
}
.cms-home .product.details.product-item-details {
  text-align: center;
}
.cms-home .container-item.products.wrapper {
  position: relative;
}
.cms-home .homepasge-section__products {
  padding-bottom: 1px;
}
.cms-home .product-item .price-box {
  margin: 0;
}
.cms-home .product-item .price-box .price {
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 2500px) {
  .page-layout-1column .column.main {
    padding-bottom: 1px;
  }
  .cms-home .view {
    padding: 0px 26px 10px 20px;
    margin-right: 8px;
    border-bottom: 2px solid #88b63a;
    color: #ffffff;
  }
  .action.view {
    color: #88b63a;
  }
  .homepasge-section__products {
    margin-bottom: 25px;
  }
  .homepasge-section__products .container-item {
    padding-bottom: 0;
  }
  .homepasge-section__products .top-contents.view-all {
    width: 100%;
    box-sizing: border-box;
  }
  .homepasge-section__products .products.list.items.product-items {
    margin-bottom: 0;
  }
  .homepasge-section__products .item.product.product-item {
    position: relative;
    height: 100%;
    padding-bottom: 120px;
  }
  .homepasge-section__products .block-price {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
  }
  .homepasge-section__products .block-price p.price {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .homepasge-section__products .price-box.price-final_price {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .homepasge-section__products .price-box.price-final_price .price-to .price-container .price,
  .homepasge-section__products .price-box.price-final_price .old-price .price-container .price {
    font-size: 14px;
    margin-left: 5px;
    text-decoration: line-through;
  }
  .minicart-wrapper {
    display: block;
  }
}
.banner {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 25px;
}
.fotorama__fullscreen .page-header {
  z-index: 0;
}
.catalog-product-view ul > li,
.catalog-product-view ul {
  margin: 0;
  padding: 0;
}
.catalog-product-view p {
  margin: 0;
}
.catalog-product-view a {
  color: #000000;
}
.catalog-product-view .action.view {
  border: 0;
  color: #000000;
  margin-right: 0;
  padding: 0;
}
.catalog-product-view .fieldset.review-fieldset .field {
  display: inline-grid;
}
.catalog-product-view .base {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}
.catalog-product-view .action.add {
  color: #88b63a;
}
.catalog-product-view .product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 0;
}
.catalog-product-view .product-reviews-summary {
  margin-top: -12px;
}
.catalog-product-view .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .product-info-main .product-info-price {
  display: flex;
  margin-bottom: -10px;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  text-align: left;
  padding: 0;
  margin-top: -7px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  position: absolute;
  bottom: 19px;
  left: 66px;
  font-size: 11px;
}
.catalog-product-view .swatch-attribute.size {
  margin-bottom: 20px;
}
.catalog-product-view .swatch-option.text {
  padding: 0 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  width: 0;
}
.catalog-product-view .product-info-main .product-info-price {
  position: relative;
}
.catalog-product-view .product-info-main .stock.available {
  position: absolute;
  bottom: 18px;
  text-transform: capitalize;
  color: #88b63a;
  left: 77px;
  font-weight: 600;
}
.catalog-product-view .swatch-attribute-label {
  font-weight: 600;
}
.catalog-product-view .swatch-opt {
  margin: 0;
}
.catalog-product-view .value .short-description p {
  padding: 0;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding-right: 30px;
}
.catalog-product-view .value .short-description li {
  font-size: 20px;
  line-height: 30px;
  list-style: square;
  color: #88b63a;
  margin-left: 20px;
}
.catalog-product-view .value .short-description li a {
  color: #000000;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 0 0 20px 0;
}
.catalog-product-view .field.qty .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  margin-right: 7px;
}
.catalog-product-view .fieldset {
  display: flex;
}
.catalog-product-view .fieldset .actions {
  width: calc(100% - 110px);
  margin-left: 10px;
}
.catalog-product-view .product-info-main .product-info-price {
  border: 0;
}
.catalog-product-view #product-addtocart-button {
  width: 100%;
  height: 42px;
  font-size: 14px;
  padding: 0;
  line-height: 0;
  margin-right: 0;
}
.catalog-product-view .control {
  display: inline-block;
}
.catalog-product-view .control .input-text.qty {
  padding: 0;
  width: 50px;
  height: 41px;
  text-align: center;
}
.catalog-product-view .product.data.items {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}
.catalog-product-view .data.switch {
  padding: 0;
  background-color: #ffffff;
}
.catalog-product-view .value p {
  padding: 15px 41px 15px 28px;
}
.catalog-product-view .value .information {
  background-color: #ebebeb;
  display: inline-block;
}
.catalog-product-view .value .information p {
  text-align: center;
  text-transform: capitalize;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.catalog-product-view .value .information p:last-child {
  border: 0;
}
.catalog-product-view .value .caption-information {
  display: inline-block;
  margin-left: 20px;
}
.catalog-product-view .fotorama__nav__shaft .fotorama__thumb-border {
  border: 1px solid #88b63a;
}
.catalog-product-view .fotorama__stage__shaft.fotorama__grab {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.catalog-product-view .fotorama1554351209081 .fotorama__nav--thumbs .fotorama__nav__frame {
  border: 1px solid #ebebeb;
}
.catalog-product-view .block .title strong {
  font-weight: 600;
}
.catalog-product-view .product-item .price-box .price {
  font-weight: 600;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-right: 10px;
}
.page-products .column.main .product-item,
.catalogsearch-result-index .column.main .product-item {
  margin: 10px 0;
}
.page-products .stock.unavailable,
.catalogsearch-result-index .stock.unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 173px;
}
.page-products .search-autocomplete .stock.unavailable,
.catalogsearch-result-index .search-autocomplete .stock.unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
}
.page-products .product-image-container,
.catalogsearch-result-index .product-image-container {
  width: 100px !important;
  margin-right: 15px;
}
.page-products .product-item .price-box,
.catalogsearch-result-index .product-item .price-box {
  margin: 0;
  display: flex;
  align-items: inherit;
  margin-right: 12px;
}
.page-products .product-item .price-box .old-price,
.catalogsearch-result-index .product-item .price-box .old-price {
  margin: 0;
  margin-left: 5px;
  text-decoration: line-through;
}
.page-products .product-item .price-box .old-price .price,
.catalogsearch-result-index .product-item .price-box .old-price .price {
  font-size: 14px;
}
.page-products .price-container .price,
.catalogsearch-result-index .price-container .price {
  font-size: 20px;
  font-weight: 600;
}
.page-products .product-item-name .product-item-link,
.catalogsearch-result-index .product-item-name .product-item-link {
  font-size: 16px;
  font-weight: 600;
}
.page-products .swatch-option.text,
.catalogsearch-result-index .swatch-option.text {
  padding: 1px 5px;
}
.page-products .control .input-text.qty,
.catalogsearch-result-index .control .input-text.qty {
  width: 40px;
  height: 35px;
}
.page-products .product-item-inner,
.catalogsearch-result-index .product-item-inner {
  display: flex;
}
.page-products .products-list .product-item-details,
.catalogsearch-result-index .products-list .product-item-details {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.page-products .products-list .product-item-details .swatch-attribute-options,
.catalogsearch-result-index .products-list .product-item-details .swatch-attribute-options {
  margin-top: 0;
}
.page-products .product-item-name,
.catalogsearch-result-index .product-item-name {
  width: 205px;
}
.page-products .product-item-description,
.catalogsearch-result-index .product-item-description {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-weight: 800;
  text-decoration: underline;
}
.page-products .container.homepasge-section__search,
.catalogsearch-result-index .container.homepasge-section__search {
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-products .products-list .product-item-photo,
.catalogsearch-result-index .products-list .product-item-photo {
  padding: 0;
}
.page-products .product-item-actions .field.qty,
.catalogsearch-result-index .product-item-actions .field.qty {
  margin-right: 10px;
}
.page-products .product-item-actions .field.qty .label,
.catalogsearch-result-index .product-item-actions .field.qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-products .product-item-actions .actions-primary > form,
.catalogsearch-result-index .product-item-actions .actions-primary > form {
  display: flex;
}
.page-products .modal-popup.modal-slide._inner-scroll._show,
.catalogsearch-result-index .modal-popup.modal-slide._inner-scroll._show {
  z-index: 2100 !important;
  width: auto;
}
.page-products .modal-popup.confirm._show,
.catalogsearch-result-index .modal-popup.confirm._show {
  z-index: 1500 !important;
  background: rgba(0, 0, 0, 0.5);
}
.page-products .product-reviews-summary,
.catalogsearch-result-index .product-reviews-summary {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-products .top-contents,
.catalogsearch-result-index .top-contents {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-products .product-item-description,
.catalogsearch-result-index .product-item-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-products .page-title,
.catalogsearch-result-index .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquickview-hover {
  font-weight: 600;
}
.page-products .page-wrapper .minisearch .field.search,
.catalogsearch-result-index .page-wrapper .minisearch .field.search {
  background-image: none;
  padding: 0;
}
.page-products .minisearch .actions .action.search,
.catalogsearch-result-index .minisearch .actions .action.search {
  left: auto;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-products .minisearch .actions .action.search::before,
.catalogsearch-result-index .minisearch .actions .action.search::before {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-top: 0;
}
.page-products .block-search .label.active + .control input,
.catalogsearch-result-index .block-search .label.active + .control input {
  height: 38px;
}
.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: 600;
}
.account .col.price {
  font-size: 14px;
  color: #333;
}
.account .col.summary {
  font-size: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/GDS/default/en_US/fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal; font-display:swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../../frontend/GDS/default/en_US/icomoon/fonts/icomoon.eot?u4bxg4');
  src:  url('../../frontend/GDS/default/en_US/icomoon/fonts/icomoon.eot?u4bxg4#iefix') format('embedded-opentype'),
    url('../../frontend/GDS/default/en_US/icomoon/fonts/icomoon.ttf?u4bxg4') format('truetype'),
    url('../../frontend/GDS/default/en_US/icomoon/fonts/icomoon.woff?u4bxg4') format('woff'),
    url('../../frontend/GDS/default/en_US/icomoon/fonts/icomoon.svg?u4bxg4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xml:before {
  content: "\e967";
}
.icon-xlsx:before {
  content: "\e969";
}
.icon-json:before {
  content: "\e968";
}
.icon-icon-dispute:before {
  content: "\e966";
}
.icon-icon-preference:before {
  content: "\e965";
}
.icon-xls2 .path1:before {
  content: "\e95d";
  color: rgb(255, 255, 255);
}
.icon-xls2 .path2:before {
  content: "\e95e";
  margin-left: -1.0556640625em;
  color: rgb(255, 255, 255);
}
.icon-xls2 .path3:before {
  content: "\e95f";
  margin-left: -1.0556640625em;
  color: rgb(255, 255, 255);
}
.icon-xls2 .path4:before {
  content: "\e960";
  margin-left: -1.0556640625em;
  color: rgb(255, 255, 255);
}
.icon-xls2 .path5:before {
  content: "\e961";
  margin-left: -1.0556640625em;
  color: rgb(255, 255, 255);
}
.icon-xls2 .path6:before {
  content: "\e962";
  margin-left: -1.0556640625em;
  color: rgb(5, 56, 59);
}
.icon-xls2 .path7:before {
  content: "\e963";
  margin-left: -1.0556640625em;
  color: rgb(5, 56, 59);
}
.icon-xls2 .path8:before {
  content: "\e964";
  margin-left: -1.0556640625em;
  color: rgb(5, 56, 59);
}
.icon-store-info:before {
  content: "\e95b";
}
.icon-datafeeds:before {
  content: "\e958";
}
.icon-resend-email:before {
  content: "\e959";
  color: #359555;
}
.icon-xls:before {
  content: "\e95a";
}
.icon-account:before {
  content: "\e957";
}
.icon-billing:before {
  content: "\e951";
}
.icon-facebook2:before {
  content: "\e952";
}
.icon-pinterest2:before {
  content: "\e953";
}
.icon-store-credits:before {
  content: "\e954";
}
.icon-vimeo2:before {
  content: "\e955";
}
.icon-youtube2:before {
  content: "\e956";
}
.icon-calendar2:before {
  content: "\e94c";
}
.icon-clock:before {
  content: "\e94d";
}
.icon-delete2:before {
  content: "\e94e";
}
.icon-discounts:before {
  content: "\e94f";
  color: #fff;
}
.icon-messages2:before {
  content: "\e950";
}
.icon-close-circle:before {
  content: "\e94a";
}
.icon-filter:before {
  content: "\e94b";
}
.icon-attach:before {
  content: "\e945";
}
.icon-calendar:before {
  content: "\e946";
}
.icon-dots-vertical:before {
  content: "\e947";
}
.icon-send-arrow:before {
  content: "\e948";
  color: #fff;
}
.icon-top-cross-arrow:before {
  content: "\e949";
  color: #359555;
}
.icon-baby:before {
  content: "\e940";
}
.icon-beauty:before {
  content: "\e941";
}
.icon-grocery:before {
  content: "\e942";
}
.icon-health:before {
  content: "\e943";
}
.icon-vitamins:before {
  content: "\e944";
  color: #257540;
}
.icon-dots:before {
  content: "\e93f";
}
.icon-arrow-right:before {
  content: "\e93d";
}
.icon-csv:before {
  content: "\e93e";
}
.icon-facebook:before {
  content: "\e938";
  color: #fff;
}
.icon-instagram:before {
  content: "\e939";
  color: #fff;
}
.icon-pinterest:before {
  content: "\e93a";
  color: #fff;
}
.icon-vimeo:before {
  content: "\e93b";
  color: #fff;
}
.icon-youtube:before {
  content: "\e93c";
  color: #fff;
}
.icon-address:before {
  content: "\e925";
}
.icon-basket:before {
  content: "\e926";
  color: #257540;
}
.icon-browser:before {
  content: "\e927";
}
.icon-cap:before {
  content: "\e928";
}
.icon-cart:before {
  content: "\e929";
}
.icon-chat:before {
  content: "\e92a";
}
.icon-cupon:before {
  content: "\e92b";
}
.icon-eys:before {
  content: "\e92c";
}
.icon-heart2:before {
  content: "\e92d";
}
.icon-line:before {
  content: "\e92e";
}
.icon-minus:before {
  content: "\e92f";
}
.icon-pack:before {
  content: "\e930";
  color: #257540;
}
.icon-price:before {
  content: "\e931";
  color: #257540;
}
.icon-setting:before {
  content: "\e932";
}
.icon-star:before {
  content: "\e933";
}
.icon-star-full:before {
  content: "\e934";
  color: #fbcc54;
}
.icon-truck:before {
  content: "\e935";
  color: #257540;
}
.icon-undo-arrow:before {
  content: "\e936";
}
.icon-user:before {
  content: "\e937";
  color: #359555;
}
.icon-card:before {
  content: "\e920";
}
.icon-dollar:before {
  content: "\e921";
}
.icon-home:before {
  content: "\e922";
}
.icon-link-arrow:before {
  content: "\e923";
  color: #359555;
}
.icon-print:before {
  content: "\e924";
  color: #fff;
}
.icon-delete:before {
  content: "\e91f";
}
.icon-long-arrow-bottom:before {
  content: "\e91c";
}
.icon-long-arrow-top:before {
  content: "\e91d";
}
.icon-plus:before {
  content: "\e91e";
}
.icon-analytics:before {
  content: "\e900";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrows-plus:before {
  content: "\e904";
}
.icon-back-arrow:before {
  content: "\e905";
}
.icon-check-icon:before {
  content: "\e906";
  color: #fff;
}
.icon-closed:before {
  content: "\e907";
  color: #e8eaeb;
}
.icon-copy:before {
  content: "\e908";
}
.icon-copy-icon:before {
  content: "\e909";
}
.icon-dashbord:before {
  content: "\e90a";
}
.icon-download-icon:before {
  content: "\e90b";
}
.icon-edit:before {
  content: "\e90c";
}
.icon-filter-mobile:before {
  content: "\e90d";
}
.icon-listing:before {
  content: "\e90e";
  color: #fff;
}
.icon-listing-product:before {
  content: "\e90f";
}
.icon-message:before {
  content: "\e910";
}
.icon-order:before {
  content: "\e911";
}
.icon-plus1:before {
  content: "\e912";
  color: #fff;
}
.icon-Remove:before {
  content: "\e913";
}
.icon-review:before {
  content: "\e914";
}
.icon-right-arrow:before {
  content: "\e915";
}
.icon-right-icon:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e917";
  color: #7a8587;
}
.icon-store:before {
  content: "\e918";
}
.icon-type-icon:before {
  content: "\e919";
}
.icon-upload:before {
  content: "\e91a";
}
.icon-upload-icon:before {
  content: "\e91b";
  color: #7a8587;
}
.icon-heart:before {
  content: "\e901";
}
.icon-error:before {
  content: "\e95c";
}
.icon-icon-twitter:before {
  content: "\ea96";
}
.icon-icon-linkedin:before {
  content: "\eac9";
}
@font-face {
	font-family: 'Conv_PPNeueMontreal-Regular';
	src: url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Regular.eot');
	src: local('☺'), url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Regular.woff') format('woff'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Regular.ttf') format('truetype'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: 'Conv_PPNeueMontreal-Bold';
	src: url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Bold.eot');
	src: local('☺'), url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Bold.woff') format('woff'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Bold.ttf') format('truetype'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: 'Conv_PPNeueMontreal-Medium';
	src: url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Medium.eot');
	src: local('☺'), url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Medium.woff') format('woff'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Medium.ttf') format('truetype'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: 'Conv_PPNeueMontreal-Light';
	src: url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Light.eot');
	src: local('☺'), url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Light.woff') format('woff'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Light.ttf') format('truetype'), 
	url('../../frontend/GDS/default/en_US/fonts/PPNeueMontreal/PPNeueMontreal-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/*
font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
font-family: 'Conv_PPNeueMontreal-Bold', Arial, sans-serif;
font-family: 'Conv_PPNeueMontreal-Medium', Arial, sans-serif;
font-family: 'Conv_PPNeueMontreal-Light', Arial, sans-serif;
*/.gds-left-banner {
    position: fixed;
    left: 0;
}

.gds-right-banner {
    position: fixed;
    right: 0;
}

.gds-right-bottom-banner {
    position: fixed;
    right: -1%;
    top: 55%;
}/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;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:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.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:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{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:.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-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/GDS/default/en_US/GDS_AdvancedWidgets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#wk-load-conf {
    display: none;
}

#wantptr .unavailable,
#wantptr .available,
#wk-mp-become-seller-box-wrapper .unavailable,
#wk-mp-become-seller-box-wrapper .available {
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0;
    border: medium none;
    float: left;
    min-height: 11px;
    padding: 0 3px 0 30px;
    background: none!important;
}
#wantptr .available.message.success:before,
#wk-mp-become-seller-box-wrapper .available.message.success:before {
    content: "\2714";
    padding: 0 5px;
}
#wantptr .message.success,
#wk-mp-become-seller-box-wrapper .message.success {
    padding: 0!important;
}

#wantptr .message.error:before,
#wk-mp-become-seller-box-wrapper .message.error:before {
    content: "\2715";
    padding: 0 5px;
}
#wantptr .message.error,
#wk-mp-become-seller-box-wrapper .message.error {
    padding: 0!important;
}
#wantptr label.label {
    display: inline-block;
}
#wantptr .questimg {
    display: inline-block;
}
.wk-mp-main{
    margin-bottom: 0;
}

/*commom classes start*/
.wk-mp-design {
    width: 100%;
}
.wk-mp-design .block-account .block-title {
    background-image: none;
}
.wk-mp-design .block{
    margin: 0;
}
.wk-mp-design .product-image img{
    width: 100%;
}
.btn-primary {
    background-color: #0C79D8;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF!important;
    display: inline-block;
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.wk-profile-links{
    display: inline-block;
    padding: 10px 0;
    width: 30%;
}
.wk-profile-links a:hover{
    text-decoration: none;
}
.wk-mp-fieldset {
    margin: 0;
    border-top: none;
    min-width: 100%;
    width: 250px;
    display: inline-block;
    overflow: auto;
}
.account .column.main{
    width: 100%;
}
.wk-mp-design .form-list .control {width: 100%;box-sizing: border-box;}
.wk-mp-design .form-list .field { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list textarea { width:99%;max-width: 99%;box-sizing: border-box;}
.wk-mp-design .form-list select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide textarea { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list .input-range input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide input.input-text,
.wk-mp-design .form-list-narrow li.wide textarea { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide select { width:100%; box-sizing: border-box;}

#wantptr{display:none;}
.profileurl{
display: inline-block;
width: 100%;
box-sizing: border-box;
}
/*commom classes end*/
#skuavail, #skunotavail {
    display: none;
    float:left;
    width: 100%;
}
.skuavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
.skunotavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
/*landing page css start*/
.wk-mp-landingpage{
    text-align: center;
}
.wk-mp-banner {
background-size: 100% 100%;
}
.wk-mp-banner-container{
    width: 97.5%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 1%;
}
.wk-mp-banner img{
    width: 100%;
    display: inherit
}
.wk-marketplace-label{
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 3.3%;
}
.wk-marketplace-label-span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 100%;
}
.wk-marketplace-label-about{
    font-weight: 600;
    letter-spacing: 1px;
}
.wk-mp-icon {
    display: inline-block;
    width: 68%;
}
.wk-mp-icon img{
    display: inline-block;
    width: 100%;
}
.wk-mp-icon-wraper{
    display: inline-block;
    width: 22%;
}

.wk-mp-landing-sellers-wraper{
    width: 284px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wk-last-seller{
    margin-right: 0;
}
.wk-mp-landing-sellers{
    padding: 10px;
}
.wk-mp-landing-sellers-img1{
    width: 100%;
}
.wk-mp-landing-sellers-img1 img{
    width: 130px;
    display: inline-block;
    border: 1px solid #eee;
    float: left;
}
.wk-mp-landing-sellers-img2{
    width: 260px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    display: inline-block;
}
.wk-mp-landing-sellers-img2 img{
    width: 100%;
}
.wk-mp-landing-sellers-logo{
    width: 30%;
    float: left;
    display: inline-block;
    border: 1px solid #eee;
    height: 75px;
    position: relative;
}
.wk-mp-landing-sellers-logo img{
    width: 100%;
}
.wk-mp-landing-sellers-details{
    width: 64%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}
.wk-mp-landing-button{
    font-size: 18px;
    padding: 15px 20px;
}
.wk-mp-label3-container{
    margin-top:10px;width:100%;
}
.wk-mp-label3{
    border: 1px solid #eee;
    padding: 10px;
}
.wk-mp-header {
    color: #FFFFFF;
    padding: 6.5%;
    text-align: center;
}
.wk-mp-header h1 {
    font-size: 3.9em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
    font-weight: bold;
    word-wrap: break-word;
}
.wk-mp-header h2 {
    font-size: 32px;
    color: #FFFFFF;
    text-transform: inherit;
}
.wk-mp-header p {
    margin-bottom: 0;
}
/*end*/

/*product page seller block start*/
.wk-blockdetail {background: none repeat scroll 0 0 #F4F3F3;height: auto;padding: 4px;}
.wk-blockdetail ul.partnerlinks li a{text-decoration:none;}
.wk-blockdetail ul.partnerlinks li a:hover{text-decoration: underline;color: #333;}
.wk-blockdetail ul.partnerlinks li {padding:2px 0px;font-size:12px;}
.wk-blockdetail #twconnect, #fbconnect{display: inline-block;height: 35px;width: 35px;}
.wk-blockdetail #twconnect:hover, #fbconnect:hover{box-shadow: -3px -2px 6px #333333;}
.wk-blockdetail #twconnect{background-image:url('../../frontend/GDS/default/en_US/Webkul_Marketplace/images/tw.png');}
.wk-blockdetail #fbconnect{background-image:url('../../frontend/GDS/default/en_US/Webkul_Marketplace/images/fb.png');}
.wk-block-hover-div{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    right: -27%;
    min-height: 120px;
    position: absolute;
    top: -35px;
    width: 420px;
    z-index: 999;
    border: 1px solid #BCE8F1;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wk-block-hover-div img{
    width: 100%;
}
.wk-report-flag-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-report-flag-link #reportflag::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f024";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
.wk-flagreasons {
  padding: 4px;
}
.wk-alert-modal-content {
  display: none;
}
@media only screen and (max-width: 1085px) {
    .wk-block-hover-div{
        right: -11px;
        width: 275px;
    }
}
@media only screen and (min-width: 1085px) and (max-width: 1191px) {
    .wk-block-hover-div{
        right: -61px;
        width: 275px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 984px) {
    .profile-view {
    width: 325px;
    }
}
.wk-block-hover-div .arrow{height: 23px;position: absolute;right: -17px;top: 31px;width: 50px;}
.wk-block-hover-div:after, .wk-block-hover-div:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    right: 100%;
    position: absolute;
    width: 0;
}
.wk-block-hover-div:after {border-right-color: #FFFFFF;border-width: 7px;top: 36px;}
.wk-block-hover-div:before {border-right-color: #BCE8F1;border-width: 10px;top: 34px;}
.profile-view{
    position: relative;
    width: 436px;
}
/*wk-block new css start*/
.ask-que , #askque, .product-flag, .seller-flag, #reportflag{
    display: inline-block;
    cursor: pointer;
}
.wk-block-font-bold-up{
    text-transform: uppercase;
    font-weight: bold;
}
.wk-block-title-css{
    font-weight: normal;
    margin: 0 5px 0 0;
}
.wk-block-title-css a {
    text-decoration: underline;
}
.wk-block-rating{
    display: inline-block;
    text-align: center;
    background: #11b400;
    color: #fff;
    letter-spacing: 1px;
    min-width: 16px;
    padding: 2px 6px;
    border-radius: 4px;
}
.product-options-bottom{
    padding: 9px;
}
.extra-info{
    max-width: 100%;
    width: 100%;
}
.add-to-cart, .out-of-stock{
    float: left;
}
.wk-seller-block{
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 30%;
    position: relative;
    padding-left: 10px;
    margin-left: 8px;
}
.wk-seller-block:after, .wk-seller-block:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    margin-top: -11px;
}
.wk-seller-block:after {
    border-left-color: #FFFFFF;border-width: 7px;top: 36px;
}
.wk-seller-block:before {
    border-left-color: #CCCCCC;border-width: 9px;top: 34px;
}
@media only screen and (min-width: 1180px){
    .wk-seller-block{
        width: 44%;
    }
}

.wk-seller-rating{
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fffeeb;
    box-shadow: 0 2px 8px 2px #848484;
    font-size: 11px;
    position: absolute;
    text-align: left;
    max-width: 350px;
    z-index: 5;
    display: none;
    top: 83%;
    margin-left: -20%;
    width: 120%;
}
.wk-seller-rating:after, .wk-seller-rating:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    bottom: -1px;
    position: absolute;
    width: 0;
    margin-top: -51px;
    margin-left: 22%;
}
.wk-seller-rating:after {
    border-bottom-color: #FFFFFF;border-width: 7px;
    top: 38px;
    margin-right: 22px;
}
.wk-seller-rating:before {
    border-bottom-color: #CCCCCC;border-width: 9px;
    border-width: 7px;
    top: 37px;
}
/*end*/

/*seller list page start*/
.wk-srach-wrapper{
    width:100%;
    display:inline-block;
}
.wk-search input {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.wk-search .control {
    position: relative;
}
.wk-search .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.wk-search .span{
    padding: 9px 8px;
}
.wk-search button.button span span {
    height: 20px;
    line-height: 20px;
}
.wk-mp-sellerlist-container li{
    padding-left: 0;
    padding-bottom: 1%;
    list-style: none;
}
.wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.wk-sellerlist-divide1 {
    display: inline-block;
    width: 40%;
    float: left;
    overflow: hidden;
}
.wk-sellerlist-divide1 img {
    width: 85%;
    float: left;
    border: 1px solid #eee;
}
.wk-sellerlist-divide2 {
    text-align: left;
    text-transform: uppercase;
    width: 60%;
    float: left;
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 0;
        float: none;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 651px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 50%;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
    .wk-mp-header h1 {
        font-size: 2.9em;
    }
}
@media only screen and (min-width: 652px) and (max-width: 1079px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 30%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
@media only screen and (min-width: 1080px){
    .wk-mp-sellerlist-container li{
        margin-right: 1%;
        float: left;
        width: 24%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
/*end*/
/*seller prfile page left css start*/
.wk-logo-block{
    padding-bottom: 10px;
}
.bannerpicrs {
    border-bottom: 5px solid #fc9d36;
    height: 100%;
    width: 99%;
}
.wk-mp-design-inner{
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom:0;
}
.wk-mp-design-inner-last{
    margin-bottom:10px;
    padding-bottom: 10px;
}
.wk-mp-display-block-css{
    display: inline-block;
    width: 100%;
}
.storename {
    font: bold 1em Helvetica Neue,Arial,Sans Serif;
    text-transform:uppercase;
}
.store-name{
    padding: 5px 0;
}
.wk-seller a {
    display: inline-block;
}
#info .section {
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.wk-icon{
    background-image: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/Seller-Sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 17px;
    float: left;
    margin-top: 3px;
}
.wk-storeloc-icon{
    background-position: -105px -96px;
    height: 17px;
}
a.cont-name {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}
.piccountry {
    width: 24px;
    display: inline-block;
}
.wk-contact-input-fields {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wk-mp-design-inner small {
    font-size: smaller;
}

.wk-mp-design-inner .wk-ordertitle-label{
    width: 29%;
    font-weight: bold;
}

/*seller prfile page left css end*/

/*start modal box*/
.ask-que{cursor:pointer;}
#ask-data .errormail {
    bottom: 15px;
    display: none;
    left: 155px;
    position: absolute;
    color: #DF280A;
    font-weight: bold;
}
.wk-clear{clear: both;}

.wk-dash-chart{
    margin-top: 10px;
    border:1px solid #CCCCCC;
}

.modal-title {
margin: 0;
line-height: 1.42857143;
font-size: 18px;
font-family: inherit;
font-weight: 500;
display: inline-block;
}
#ask-data {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 88%;
    width: 510px;
    z-index: 1050;
    padding: 10px;
}
#ask-form, #flag-form {
    display: inline-block;
    width: 98%;
}
.modal-body.form-list.field.wk-flag-form {
    margin: 0px !important;
}
#ask-form textarea { height: 75px;width: 315px; }
#ask-data .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-left: 20px;
    text-align: left;
    width: 135px;
    vertical-align: top;
}
.wk-modal-btn{
  cursor: pointer;
}
.wk-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wk-btn-primary:hover,
.wk-btn-primary:focus,
.wk-btn-primary.focus,
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  background-image: none;
}
.wk-btn-primary.disabled,
.wk-btn-primary[disabled],
fieldset[disabled] .wk-btn-primary,
.wk-btn-primary.disabled:hover,
.wk-btn-primary[disabled]:hover,
fieldset[disabled] .wk-btn-primary:hover,
.wk-btn-primary.disabled:focus,
.wk-btn-primary[disabled]:focus,
fieldset[disabled] .wk-btn-primary:focus,
.wk-btn-primary.disabled.focus,
.wk-btn-primary[disabled].focus,
fieldset[disabled] .wk-btn-primary.focus,
.wk-btn-primary.disabled:active,
.wk-btn-primary[disabled]:active,
fieldset[disabled] .wk-btn-primary:active,
.wk-btn-primary.disabled.active,
.wk-btn-primary[disabled].active,
fieldset[disabled] .wk-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.wk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default:hover,
.wk-btn-default:focus,
.wk-btn-default.focus,
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  background-image: none;
}
.wk-btn-default.disabled,
.wk-btn-default[disabled],
fieldset[disabled] .wk-btn-default,
.wk-btn-default.disabled:hover,
.wk-btn-default[disabled]:hover,
fieldset[disabled] .wk-btn-default:hover,
.wk-btn-default.disabled:focus,
.wk-btn-default[disabled]:focus,
fieldset[disabled] .wk-btn-default:focus,
.wk-btn-default.disabled.focus,
.wk-btn-default[disabled].focus,
fieldset[disabled] .wk-btn-default.focus,
.wk-btn-default.disabled:active,
.wk-btn-default[disabled]:active,
fieldset[disabled] .wk-btn-default:active,
.wk-btn-default.disabled.active,
.wk-btn-default[disabled].active,
fieldset[disabled] .wk-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.wk-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.form-control {
width: 315px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: 90%;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wk-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.modal-header h3 { display: inline-block;font-size: 20px;opacity: 0.6; }
.wk-close,
.wk-product-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-seller-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-close:hover,
.wk-product-flag-close:hover,
.wk-product-flag-close:focus,
.wk-seller-flag-close:hover,
.wk-seller-flag-close:focus,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.error-border { border-color: #FF0000 ; }
.mail-procss { cursor: wait;opacity: 0.5; }
/*end*/

/*profile page right bar css start*/
.wk-feedback-details .mpfeedback{
    width:100%;
    border-right: 1px solid #ccc;
}
.mpfeedback .wk-span{
    width: 40%;
}
.mpfeedback span {
    float: left;
}
.mpfeedback .ratingslider-box {
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 103% transparent;
    float: left;
    margin-left: 3%;
    height: 16px;
    width: 70px;
}
.mpfeedback .ratingslider-box .rating {
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 0 transparent;
    height: 16px;
}
.mpfeedback .price{
    width:100%;
    display: inline-block;
}
.mpfeedback .value{
    width:100%;
    display: inline-block;
}
.mpfeedback .quality{
    width:100%;
    display: inline-block;
}
/*profile page right bar css end*/

/*Profile page content css start*/

.wk-social-icon{
    width: 44px;
    height: 44px;
}
.wk-social-icon-instagram{ background-position: 0px 0px; }
.wk-social-icon-pinterest{ background-position: -46px 0px; }
.wk-social-icon-fb{ background-position: -92px 0px; }
.wk-social-icon-tw{ background-position: -138px 0px; }
.wk-social-icon-gplus{ background-position: 0px -46px; }
.wk-social-icon-vimeo{ background-position: -46px -46px }
.wk-social-icon-utube{ background-position: -92px -46px; }
.wk-social-icon-moleskin{ background-position: -138px -46px; }
.wk-profile-pro-css {
    width: 32.33333%;
    margin-right: 1%;
    float: left;
    text-align: center;
}
.wk-profile-image-box{
    border: 1px solid #eee;
    padding: 5px;
}
/*Profile page content css end*/

/*feedback page css start*/
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #eee;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-first-order{
    margin-top: 15px;
}
.wk-orderbox{
    border: 1px solid #ccc;
    display: inline-block;
    width: 99%;
    margin: 5px 0;
    border-radius: 3px;
}
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #ccc;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-orderbox-details{
    width: 78%;
    float: left;
}
.wk-orderbox-details a {
    color: #1e7ec8;
    text-decoration: none;
}
.wk-orderbox-total {
    width: 22%;
    float: left;
    text-align: right;
}
.wk-feedback-details{
float: left;
width: 26%;
padding-bottom: 5px;
}
.wk-feedback-desc{
float: left;
width: 71%;
padding:5px 0px 5px 15px
}
/*end*/

/*collection page content css start*/
.collection-banner > img {
   width: 100%;
}
/*end*/
@media only screen and (min-width: 0px) and (max-width: 640px) {
    #ask-data{
        width: 330px;
        left: 75%;
    }
    #ask-data .label {
        width: 36%;
    }
    .wk-profile-links {
        width: 48%;
    }
}
/*end*/
@media only screen and (max-width: 200px) {
    .modal-body{
        padding: 10px;
    }
    .wk-profile-links a {
        font-size: 0.8rem;
    }
}
.marketplace-index-index .column.main {
    width: 100%;
}

@font-face{
    font-family: 'font-awesome';
    src: url('../../frontend/GDS/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../../frontend/GDS/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/GDS/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
         url('../../frontend/GDS/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
         url('../../frontend/GDS/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
         url('../../frontend/GDS/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.svg#icons-blank-theme') format('svg');
    font-weight: normal;
    font-style: normal
}

.wk-seller-card-container * {
    box-sizing: border-box;
}

.wk-ask-question-link #askque::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f0e0";
    font-family: "font-awesome";
    font-size: 1.7rem;
}

.wk-seller-card-row {
    display: inline-block;
    width: 100%;
    padding: 2px 0px;
}
.wk-ask-question-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-seller-block::before, .wk-seller-block::after {
    display: none;
}
.wk-seller-block.wk-block {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    order: -2;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.4rem;
    color: #fff;
}

.wk-seller-rating-number {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-number {
    padding-left: 27px;
    padding-right: 10px;
}
.wk-seller-rating-block {
    display: inline-block;
    position: relative;
}
.wk-seller-card-col {
    display: inline-block;
    margin-right: 25px;
}
.wk-seller-rating.wk-mp-design-inner {
    width: 225px;
    top: 30px;
    left: -35px;
}


.wk-seller-product-count::before {
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f1b2";
    font-family: "font-awesome";
    font-size: 2rem;
}

body .wk-seller-product-count {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}
.wk-seller-card-col {
    margin-top: 5px;
    margin-bottom: 5px;
}

body .wk-seller-location-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    color: #555;
    margin: 2px 0;
}
.wk-seller-location-link::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f041";
    font-family: "font-awesome";
    font-size: 2rem;
    color:#363636;
}
.wk-block-title-css a {
    text-decoration: none;
    font-weight: 600;
}
.wk-block-font-bold-up{
    text-transform: unset;
}
.wk-seller-card-container {
    display: inline-block;
    width: 100%;
}

.wk-seller-card-product-block {
    display: inline-block;
    width: 600px;
    font-size: 1.4rem;
}
.wk-seller-card-details-block {
    display: inline-block;
    width: calc(100% - 600px);
    font-size: 0;
}
.wk-seller-card-details-content-block {
    display: inline-block;
    width: calc(100% - 130px);
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 15px;
}
.wk-seller-card-details-img-block {
    display: inline-block;
    width: 130px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.wk-seller-card-details-block .wk-seller-rating-block {
    display: inline-block;
    vertical-align: middle;
}
.wk-seller-card-details-block .wk-seller-shop-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-seller-card-details-block .wk-seller-shop-title a {
    color: #363636;
    font-size: 25px;
}
.wk-seller-card-details-block .wk-ask-question-link {
    padding-left: 0px;
}
.wk-seller-card-details-block .wk-ask-question-link #askque::before {
    display: none;
}
.wk-seller-card-details-block .wk-ask-question-link #askque {
    display: inline-block;
    background: #1979c3;
    color: #fff;
    padding: 3px 15px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}

.wk-seller-card-details-block .wk-ask-question-link #askque:hover {
    background: #006bb4;
    text-decoration: none;
}

body .wk-seller-card-details-block  .wk-seller-location-link {
    margin-bottom: 5px;
}
.wk-seller-card-container.wk-card-type2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 0px;
}

.wk-seller-card-product {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 0;
    position: relative;
    vertical-align: top;
}
.wk-seller-card-product-block {
    vertical-align: bottom;
}
.wk-seller-card-product-container {
    display: inline-block;
    float: right;
    font-size: 0px;
    text-align: center;
}
.wk-seller-card-product a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
.wk-seller-card-product img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.wk-seller-card-product span {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wk-seller-rating-value {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-value {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-number {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-value::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: "\f0d7";
    font-family: "font-awesome";
    font-size: 1.2rem;
    color: #fff;
}
.seller-collection-actions {
  margin-top: 10px;
}
.wk-seller-rating::after, .wk-seller-rating::before {
    margin-left: 30%;
}
.wk-seller-card-details-img-block a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 960px) {
    .wk-seller-card-details-block {
        vertical-align: middle;
        width: calc(100% - 300px);
    }
    .wk-seller-card-product-block {
        vertical-align: middle;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .wk-seller-card-container.wk-card-type1 {
        margin: 15px 0;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating.wk-mp-design-inner {
        left: 12px;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::after,
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::before {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 640px) {
    .wk-seller-card-details-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .wk-seller-card-product-block {
        width: 100%;
    }
    .wk-seller-card-details-block .wk-seller-shop-title {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .wk-seller-rating::after, .wk-seller-rating::before {
        margin-left: 50%;
    }
    .wk-seller-rating.wk-mp-design-inner {
        left: -85px;
    }
}

.wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
    margin-top: 10px;
}
body .wk-mp-design .toolbar .pages {
    display: inline-block;
    position: relative;
    width: auto;
}

.wk-mp-design .toolbar .limiter {
    float: right;
}
.page-products.page-with-filter.fieldset.wk-mp-fieldset {
    overflow: unset;
}
.wk-seller-feedback-title {
    padding: 5px 0;
}

#ask-form textarea.wk-full-width {
    width: 100%;
}
.wk-full-width {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wk-mp-design .toolbar .limiter {
        width: 100%;
    }
}
.wk-profile-alert strong {
    margin-right: 5px;
}
.page-layout-seller-2columns-left .wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container .btn-primary {

}
.field.profile.wk-profile-links-container {
    font-size: 0;
}
.wk-profile-links-container .wk-profile-links {
    width: 400px;
    max-width: 50%;
    text-align: center;
}
.wk-profile-links-container .btn-primary {
    padding: 7px;
    border-radius: 2px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n+1) {
    padding-right: 5px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n) {
    padding-left: 5px;
}
@media only screen and (max-width: 480px) {
    .wk-profile-links-container .wk-profile-links:nth-child(n) {
        width:100%;
        max-width: unset;
        padding: 10px 0;
    }
}
.opc-block-summary.subscription-update a.cancel{color:#e90e0e;text-decoration:none;cursor:pointer}.opc-payment .subscription-update.review .payment-method-content{display:block;padding:1em 0}.opc-payment .subscription-update.review .payment-method-content div.plan{margin-bottom:1em}.opc-payment .subscription-update.review .payment-method-content div.plan th{font-weight:normal}@media (min-width:1200px){.opc-payment .subscription-update.review .payment-method-content div.plan{display:inline-block;width:45%;margin-right:4%}}@media (max-width:770px){.opc-payment .subscription-update.review .payment-method-content{padding:1em}}.stripe-payments-elements.no-wrap{white-space:nowrap;margin-bottom:10px}.stripe-permanent-error{text-align:center;padding:0 2em 2em 2em;font-size:large}a.subscription-name{display:block}.subscription-card input{margin-right:5px}.subscription-card{padding:5px 0 0 5px}.subscription-card .exp,.details.stripe-payments .exp{color:#aaa}.subscription-card.add-new{padding:10px;text-align:center}.stripe-subscriptions .section b{padding-bottom:.5em;display:inline-block}.stripe-subscriptions .subscription-name{font-size:1.1em}.stripe-subscriptions div.billed{font-size:smaller;color:#999}body.stripe_payments-customer-subscriptions .stripe-subscription-edit{margin-left:-5px;max-height:30em;overflow:hidden;transition:max-height;transition-duration:.8s;vertical-align:top;display:inline-block}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .section{padding:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit span.label{margin-left:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method img.icon{position:relative;top:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method span.exp{margin-left:12px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method label{position:relative;top:-2px;padding-left:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .details{padding-bottom:1.2em}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .action.edit{margin-left:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.show{max-height:30em}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .section{margin:5px 0}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .mutable{display:none}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .actions{margin-top:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit input{margin:2px 0}@media only screen and (max-width:639px){body.stripe_payments-customer-subscriptions .stripe-actions-dropdown{margin-top:1em}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown .action.toggle{display:none}}@media only screen and (min-width:640px){body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul{display:none;position:absolute;border:1px solid #ccc;border-radius:5px;background:white;padding:12px 12px 6px 12px;list-style:none;margin-top:5px;box-shadow:0 3px 3px #ccc;width:170px;margin-left:-148px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul li.cancel{border-top:1px solid #ccc;padding-top:10px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul li.cancel a.delete{color:red}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul:before{z-index:99;right:18px;top:-6px;border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ccc}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown.active ul{display:block}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown.active span.toggle{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:9px 15px 4px 15px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown span.toggle{padding:10px 16px 5px 16px;display:inline-block}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown span.toggle:hover{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:9px 15px 4px 15px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown a{text-decoration:none}}body.stripe_payments-customer-paymentmethods .stripe-payments.delete-method{padding-left:20px;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');background-repeat:no-repeat}body.stripe_payments-customer-paymentmethods .saved-payment-methods img.saved-payment-method-icon{position:relative;top:8px;height:32px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td{line-height:28px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td.saved-payment-method-name{padding:0 10px 10px 10px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td.saved-payment-method-name label{margin-left:10px}body.stripe_payments-customer-paymentmethods .saved-payment-methods{margin-bottom:3em}body.stripe_payments-customer-paymentmethods .actions-toolbar{margin-top:1.5em}body.stripe_payments-customer-subscriptions td.col.order{width:120px}.stripe-payments span.type.Visa,.stripe-payments span.type.visa{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/cards/visa.svg) no-repeat}.stripe-payments span.type.American.Express,.stripe-payments span.type.amex{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/cards/amex.svg) no-repeat}.stripe-payments span.type.MasterCard,.stripe-payments span.type.mastercard{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/cards/mastercard.svg) no-repeat}.stripe-payments span.type.Discover,.stripe-payments span.type.discover{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/cards/discover.svg) no-repeat}.stripe-payments span.type.Diners,.stripe-payments span.type.diners{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/cards/diners.svg) no-repeat}.stripe-payments span.type.JCB,.stripe-payments span.type.jcb{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/cards/jcb.svg) no-repeat}.stripe-payments span.type.Cartes.Bancaires,.stripe-payments span.type.cartes_bancaires{background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/img/svg/cartes_bancaires.svg) no-repeat}.stripe-payments span.type.Visa,.stripe-payments span.type.visa,.stripe-payments span.type.American.Express,.stripe-payments span.type.amex,.stripe-payments span.type.MasterCard,.stripe-payments span.type.mastercard,.stripe-payments span.type.Discover,.stripe-payments span.type.discover,.stripe-payments span.type.Diners,.stripe-payments span.type.diners,.stripe-payments span.type.JCB,.stripe-payments span.type.jcb,.stripe-payments span.type.Cartes.Bancaires,.stripe-payments span.type.cartes_bancaires{padding-left:40px;background-position-y:-3px;display:inline-block;height:22px;font-size:16px;background-size:30px}.payment-method.stripe-payments .checkout-agreements-block{margin-bottom:10px}.payment-method.stripe-payments.mobile{padding-top:1em;display:block}@media only screen and (max-width:767px){.checkout-payment-method .step-title.mobile{padding-left:0}}.stripe-payments-apple-pay-section{text-align:center;margin-bottom:25px}.stripe-payments-apple-pay-section label{font-weight:bold;margin:10px 0;float:none;display:block}.stripe-payments-apple-pay-result label{display:inline-block;font-weight:bold;margin-bottom:18px}.stripe-payments-apple-pay-result{text-align:center;padding:10px 0 15px;font-size:1.1em}.stripe-payments-apple-pay-result>div{margin-bottom:18px}.indent{margin-right:20px}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.box-tocart .action.tocart.payment-request-button{padding:0}.payment-request-button{width:240px}.payment-request-button.disabled,.payment-request-button.disabled *{pointer-events:none !important}.payment-request-button.disabled{opacity:.5;filter:grayscale(50%)}.payment-request-button.disabled::after{position:relative;height:1em;width:1em;display:block;left:50%;margin-left:-0.5em;margin-top:-1.2em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/svg/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,0.75)}.stripe-payments-express-minicart{margin-top:15px}.stripe-payments-express-minicart .payment-request-button,.payment-request-button.cart{width:100% !important}.cart-summary .stripe-payments-express-minicart{margin-top:0;margin-bottom:25px}.catalog-product-view .payment-request-button{margin-bottom:15px;margin-right:1%;width:49%}div.stripe-dropdown{background:#fff url(../../frontend/GDS/default/en_US/StripeIntegration_Payments/svg/select-bg.svg) no-repeat 98% 14px;background-size:.8em;background-clip:padding-box;vertical-align:baseline;width:100%;box-sizing:border-box;margin-bottom:12px}.stripe-element-border{border:1px solid #e6e6e6;border-radius:5px}.stripe-element-font{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px}.stripe-element-font .instructions span{padding-left:3px}.stripe-card-cvc-element{margin-top:10px;margin-bottom:10px}#stripe-card-cvc-element,.stripe-card-cvc-element span,.stripe-card-cvc-element svg{padding:10px}#stripe-card-cvc-element{display:inline-block;width:40px;min-height:18px}div.stripe-dropdown-selection{margin:-10px;padding:10px}div.stripe-dropdown img{height:32px;display:inline-block;margin-bottom:-10px;margin-top:-6px;margin-right:5px;margin-left:2px}div.stripe-dropdown,ul.stripe-dropdown-list{padding:10px;cursor:pointer;user-select:none}ul.stripe-dropdown-list{list-style:none;padding:0;margin-top:10px}ul.stripe-dropdown-list li{padding:12px;margin:0;background-position:10px 45%;background-repeat:no-repeat;background-size:30px 30px;opacity:.8}ul.stripe-dropdown-list li:first-child{margin-top:5px}ul.stripe-dropdown-list li:hover{opacity:1;background-color:#f3f8fd}ul.stripe-dropdown-list a{text-decoration:none}.stripe-icon-container img.stripe-icon{height:1.7em;position:relative;top:.4em;margin-right:2px}.stripe-icon-container.right{float:right;position:relative;top:-0.6em}.stripe-checkout-icon-container{padding:1em 0}.stripe-checkout-icon-container .stripe-icon{height:2em;margin-right:.25em}.stripe-card-element{border:1px solid #e6e6e6;padding:1em;border-radius:5px}.trialing_shipping .mark,.trialing_tax .mark,.trialing_discount .mark{text-indent:.5em}.trialing_shipping .mark::before,.trialing_tax .mark::before,.trialing_discount .mark::before{content:"- "}/**
 * Mpshipping
 *
 * @category  Webkul
 * @package   Webkul_Mpshipping
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 /* .wk_mp_list_table {
    width: 100%;
    border: 1px solid #CCCCCC;
}
.wk_mp_list_table thead span{
    font-weight: bold;
}
.mpship_edit, .mpship_delete{
    cursor: pointer;
}
.wk_shipping_rate_wrapper{
    background: none repeat scroll 0 0 rgba(13, 11, 11, 0.72);
    display: none;
    height: 100%;
    left: 0;
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk_shipping_rate_wrapper .wk_mp_design{
    position:relative;
    top: 10px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 35em;
    height: 40em;
    overflow: auto;
    overflow-x:hidden;
    border: 2px solid #7f8c8d;
    background: none repeat scroll 0 0 #fff;
    padding:7px;
    z-index: 999999999999;
}
.wk_shipping_rate_wrapper .wk_mp_design .input-box{
    overflow: hidden !important;
}
.wk_shipping_rate_wrapper .wk_mp_design .block{
    margin-bottom: 30px !important;
}
.wk_shipping_rate_wrapper .wk_mp_design .form-list li {
    margin-bottom: 10px;
}
.wk_shipping_rate_wrapper .wk_mp_design .wk_close_wrapper{
     height: 24px;
    padding: 3px;
    width: 23px;
    text-align: center;
    border-radius:5px;
    float: right;
    font-weight: bold;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.wk_shipping_rate_wrapper .wk_mp_shippingset{
  height: 30em !important;
}
.wk_mp_design .block-account {
    display: block;
    margin-top: 10px;
    width: 50%;
}
.wk_mp_design .form-list label {
    color: #000;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}
#uploadshippingform li{
    list-style: none;
}
#uploadshippingform ul{
    padding: 0px;
    margin-top: 10px;
}
.wk_mp_design .form-list {
    margin: -16px auto;
    padding: 0px;
}
.wk_mp_design .form-list li {
    list-style: none;
}
.shipping_method_outer {
    margin-bottom: 20px;
    padding: 0;
}
.shipping_method_head {
    height: 40px;
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.shipping_method_head>label, .shipping_rate>label.label{
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
}
.shipping_method_head label{
    color: black;
}
.shipping_method_head span{
    float: right;
    padding: 10px;
}
.shipping_rate .addlabel {
    float: right;
    color: #247FC6;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.6rem;
    padding: 10px;
    cursor: pointer;
}
.wk_shipping_rate_wrapper label.colortheme{
    color: #247FC6;
}
.wkplussign {
    display: inline-block;
    width: 20px;
    border: 2px #247FC6 dotted;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.colortheme{
    color: #247FC6;
}
.wk-tooltip{
    width: 30px;
    height: 30px;
    background-color: #247FC6;
    float: right;
    color: white;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    cursor: pointer;
}
.wk-tooltip:before{
    content: '?';
}
.wk-tooltip p{
    display: none;
    height: auto;
    width: 60%;
    border-radius: 3px;
    color: #65666A;
    background-color: #D2E3F3;
    position: absolute;
    right: 5px;
    font-size: small;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px;
    line-height: 1.4em;
}
.wk-tooltip p:before{
    content: '';
    height: 0px;
    width: 0px;
    border: 6px solid transparent;
    border-bottom-color: #D2E3F3;
    position: absolute;
    top: -12px;
    right: 10px;
}
.wk-tooltip:hover p {
    display: block;
}
.add_shipping_form{
    display: none;
    background-color: #F1F1F1;
    padding: 30px;
}
.add_shipping_form input[name='shipping_method']
{
    width: 300px;
}
.add_shipping_form>label{
    float: left;
    padding: 10px;
}
.display_inline-block{
    display: inline-block;
}
.wk_sugestion_list{
    display: none;
    width: 300px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    max-height: 180px;
    overflow: auto;
    position: absolut7pxe;
}
.wk_sugestion_list>span{
    margin: 0px!important;
    background-color: white;
    padding: 5px;
    display: block;
    cursor: pointer;
}
.wk_sugestion_list>span:hover{
    background-color: #247FC6;
    color: white;
}
.wk_sugestion_list>span:first-child{
    background-color: #F4F4F4;
    color: #B6B6B6;
    font-family: monospace;
    font-weight: 900;
}
.wk_ship_method_delete i{
    color: black;
}
.wk_ship_method_delete, .wk_ship_method_delete label{
    cursor: pointer;
}
.wk_mpshippingset{
    margin-top: 30px;
}
.mpshipping
{
    position: relative;
}
.mpshipping ul.nav
{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
    z-index: 9999;
}
.mpshipping:hover ul.nav
{
    display:block;
}
.block-collapsible-nav .mpshipping.current .item a {
    font-weight: normal;
    border-left:none;
}
.shipping_method_outer #wk-mp-tr-heading{
    background: transparent;
}
.shipping_method_outer #wk-mp-tr-heading th{
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #E8EAEB;
    padding: 10px 0;
    text-align: right;
}
.shipping_method_outer #wk-mp-tr-heading th.country-code,
.shipping_method_outer #wk-mp-tr-heading th.region-code{
    text-align: left;
}
.shipping_method_outer #wk-mp-tr-heading th .label{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A8587;
}
.shipping_method_outer #wk-mp-tr-heading th:first-child {
    padding-left: 24px;
}
.shipping_method_outer #wk-mp-tr-heading th:last-child{
    padding-right: 24px;
}

.shipping_method_outer .wk_row_list td{
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #E8EAEB;
    padding: 10px 0;
    text-align: right;
}
.shipping_method_outer .wk_row_list td.country-code,
.shipping_method_outer .wk_row_list td.region-code{
    text-align: left;
}
.shipping_method_outer .wk_row_list td .label{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
}
.shipping_method_outer .wk_row_list td:first-child {
    padding-left: 24px;
}
.shipping_method_outer .wk_row_list td.menu{
    padding-right: 24px;
    position: relative;
    width: 5%;
}
.shipping_method_outer .wk-mp-list-table{
    background: #fff;
}
.shipping_method_outer .wk_row_list td.alpha-code,
.shipping_method_outer .wk_row_list td.num-code{
    width: 10%;
}
.shipping_method_outer .wk_row_list td.menu .shipping-table-menu:before {
    content: "\e93f";
    font-family: 'icomoon';
    font-size: 4px;
    padding: 10px 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.shipping_method_outer .wk_row_list td.menu .wk_action{
    position: absolute;
    top: 40px;
    right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px -8px rgb(3, 48, 51, 0.2);
    border-radius: 4px;
    padding: 4px;
    z-index: 9;
    flex-direction: column;
    width: 100px;
    text-align: left;
    display: none;
}
.shipping_method_outer .wk_row_list td.menu .wk_action .mpship_edit,
.shipping_method_outer .wk_row_list td.menu .wk_action .mpship_delete{
    padding: 4px 8px;
    width: AUTO;
    height: 32px;
    border-radius: 3px;
}
.shipping_method_outer .wk_row_list td.menu .wk_action .mpship_edit:hover,
.shipping_method_outer .wk_row_list td.menu .wk_action .mpship_delete:hover{
    background: #EAF7EE;
}
.shipping_method_outer .wk_row_list td.menu .shipping-table-menu.active:before {
    background: #F6F6F6;
    border: 1px solid #4AA568;
}
#addNewRate .form-list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 24px;
}
#addNewRate .form-list li{
    width: 50%;
    padding-bottom: 16px;
}
#addNewRate .form-list li .input-text{
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    height: 44px;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
}
#addNewRate .form-list li select{
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #033033;
    padding: 10px 12px;
}
.seller-main-dashboard main.page-main .column.main #addNewRate .form-list li label{
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
    display: block;
}
#addNewRate .form-list li.shipping_rate{
    width: 100%;
}
#addNewRate .form-list li.country_code,
#addNewRate .form-list li.weight-from,
#addNewRate .form-list li#zip_from,
#addNewRate .form-list li.num-code{
    padding-right: 10px;
    margin: 0;
}
#addNewRate .form-list li.region_code,
#addNewRate .form-list li.weight-to,
#addNewRate .form-list li#zip_to,
#addNewRate .form-list li.alpha-code{
    padding-left: 10px;
    margin: 0;
}
#addNewRate .form-list li.price{
    width: 100%;
    margin: 0;
}
#addNewRate button.save{
    padding: 6px 16px;
    width: 100px;
    height: 44px;
    background: #359555;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
#addNewRate button.save:hover{
    background: #257540;
}
.wk_shipping_rate_wrapper .wk_mp_design{
    top: 50px;
    max-width: 50em;
    padding: 24px;
}
#uploadshippingform .form-list li .upload-csv-button{
    height: 36px;
    background: #fff;
    border: 1px solid #B6BEC3;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #033033;
    padding: 6px 16px;
}
#uploadshippingform .form-list li .upload-csv-button:before{
    content: '\e91b';
    font-family: 'icomoon';
    padding-right: 8px;
}
#uploadshippingform .form-list li .upload-csv-button:hover{
    background: #f6f6f6;
    text-decoration: none;
}
.upload-csv .modal-inner-wrap{
    width: 564px;
    padding: 24px;
}
.upload-csv ._upload-csv-popup._show{
    background: rgba(3, 48, 51, 0.5);
}
.popup.upload-csv-popup .heading h3{
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    color: #05383B;
    font-family: ivypresto-display, serif;
    margin: 0;
    padding: 0 0 16px 0;
}
.popup.upload-csv-popup .information{
    width: 100%;
    height: auto;
    background: #FFF0D2;
    border-radius: 4px;
    text-align: center;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #05383B;
}
.popup.upload-csv-popup .information span:before{
    content: '\e919';
    font-family: 'icomoon';
    font-size: 13px;
    padding-right: 8px;
}
.popup.upload-csv-popup .download-sample{
    padding: 32px 0;
}
.popup.upload-csv-popup .download-sample h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
    margin: 0;
    padding: 0 0 4px 0;
}
.popup.upload-csv-popup .download-sample span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A8587;
    padding-bottom: 8px;
}
.popup.upload-csv-popup .download-sample .csv-table{
    height: 153px;
    overflow-y: scroll;
    margin-top: 8px;
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    padding: 12px 16px 0;
}
.popup.upload-csv-popup .download-sample .csv-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.popup.upload-csv-popup .download-sample .csv-table::-webkit-scrollbar-track{
    background: #fff;
}
.popup.upload-csv-popup .download-sample .csv-table::-webkit-scrollbar-thumb{
    background: #D3D8DB;
    border-radius: 8px;
}
.popup.upload-csv-popup .download-sample .download-sample-csv .file-link span{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #359555;
}
.popup.upload-csv-popup .download-sample .download-sample-csv{
    padding-top: 8px;
}
.popup.upload-csv-popup .download-sample .download-sample-csv .file-link:hover{
    text-decoration: none;
}
.popup.upload-csv-popup .download-sample .download-sample-csv .file-link:before{
    content: '\e90b';
    font-family: 'icomoon';
    padding-right: 4px;
    color: #359555;
}
.popup.upload-csv-popup .upload-csv-file{
    padding-bottom: 32px;
}
.popup.upload-csv-popup .upload-csv-file h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
    margin: 0;
    padding-bottom: 4px;
}
.popup.upload-csv-popup .upload-csv-file span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A8587;
}
.popup.upload-csv-popup .upload-csv-file .upload{
    padding-top: 16px;
}
.seller-main-dashboard main.page-main .column.main  .popup.upload-csv-popup .upload-csv-file .upload label{
    height: 36px;    
    border: 0.7px solid #B6BEC3;
    border-radius: 4px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #033033;
    cursor: pointer;
}
.popup.upload-csv-popup .upload-csv-file .upload label:hover{
    background: #F6F6F6;
}
.popup.upload-csv-popup .upload-csv-file .upload label:before{
    content: '\e91b';
    font-family: 'icomoon';
    padding-right: 8px;
}
.popup.upload-csv-popup .upload-csv-file .upload .csvfile-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
}
.popup.upload-csv-popup .upload-csv-file .upload.active .csvfile-name:before{
    content: '\e909';
    font-family: 'icomoon';
    padding-right: 5px;
}
.popup.upload-csv-popup .upload-csv-file .upload.active .deletefile:hover{
    background: #EAF7EE;
}
.popup.upload-csv-popup .upload-csv-file .upload.active .deletefile{
    color: #05383B;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    margin-left: 16px;
}
.popup.upload-csv-popup .upload-csv-file .upload.active .deletefile:before{
    content: '\e91f';
    font-family: 'icomoon';    
}
.popup.upload-csv-popup .upload-csv-file .upload label.active{
    display: none;
}
.popup.upload-csv-popup  .actions-toolbar .primary{
    float: right;
    display: flex;
}
.popup.upload-csv-popup .actions-toolbar .primary #save-btn{
    height: 44px;
    background: #359555;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 24px;
    float: left;
}
.popup.upload-csv-popup .actions-toolbar .primary #save-btn:hover{
    background: #257540;
}
.popup.upload-csv-popup  .actions-toolbar .primary .import-csv-cancel{
    height: 44px;
    border-radius: 4px;
    background: #fff;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #05383B;
    padding: 10px 16px;
    cursor: pointer;
}
.popup.upload-csv-popup  .actions-toolbar .primary .import-csv-cancel:hover{
    text-decoration: none;
}
.popup.upload-csv-popup .download-sample .csv-table thead tr{
    background: #fff;
    border-bottom: 1px solid #E8EAEB;
}
.popup.upload-csv-popup .download-sample .csv-table thead th{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #05383B;
    padding: 0 0 8px 0;
}
.popup.upload-csv-popup .download-sample .csv-table tbody td{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #05383B;
    min-width: 105px;
    padding: 8px 0;
}
.popup.upload-csv-popup .download-sample .csv-table tbody tr{
    border-bottom: 1px solid #E8EAEB;
}
.popup.upload-csv-popup .download-sample .csv-table tbody tr:last-child{
    border: 0;
}
#uploadshippingform .addnewshipping .addshippingmethod{
    height: 36px;
    background: #359555;
    border-radius: 4px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
#uploadshippingform .addnewshipping .addshippingmethod:before{
    content: '\e91e';
    font-family: 'icomoon';
    padding-right: 8px;
    font-size: 12px;
}
#uploadshippingform .addnewshipping{
    float: left;
    padding-right: 16px;
}
#uploadshippingform .form-list{
    margin: 0;
}
.mpshipping-shipping-view .seller-main-dashboard .seller-dashboard-content h1.page-title{
    padding-left: 90px;
}
.mpshipping-shipping-view .back-link{
    position: absolute;
    top: 18px;
    left: 40px;
    border: 1px solid #e8eaeb;
    border-radius: 4px;
    padding: 10px;
    height: 36px;
    width: 36px;
}
.mpshipping-shipping-view .back-link a{
    font-size: 0;
}
.mpshipping-shipping-view .back-link a:hover{
    text-decoration: none;
}
.mpshipping-shipping-view .back-link a:before{
    content: '\e905';
    font-family: 'icomoon';
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    vertical-align: top;
}
.mpshipping-shipping-view .shipping-rate{
    padding: 28px 40px;
}


@media (max-width: 767px){
    .upload-csv .modal-popup.modal-slide .modal-inner-wrap{
        background: #fff;
    }
    .popup.upload-csv-popup .actions-toolbar .primary .import-csv-cancel{
        font-size: 14px;
    }
    .popup.upload-csv-popup .actions-toolbar .primary .import-csv{
        font-size: 14px;
    }
    .popup.upload-csv-popup .heading h3{
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
  #wk-mp-tr-heading th {
    padding: 0px 0px;
    font-size: 7px;
  }
  .wk-row-view td {
    padding: 0px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
    #wk-mp-tr-heading th {
      padding: 0px 0px;
      font-size: 12px;
    }
    .wk-row-view td {
      padding: 0px;
    }
} */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0px;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0px;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.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%;
}
body {
  font-family: 'Conv_PPNeueMontreal-Regular', Arial, sans-serif;
}
.breadcrumbs .items > li {
  font-size: 1.6rem;
  color: #7a8587;
  line-height: 1.1;
}
.breadcrumbs .items > li a {
  color: #05383b;
}
html,
.communication-view-top,
.communication-view,
.send-message textarea,
.importcsv-popup .validation-message,
.sidebar .myaccount-sidebar,
.filter-options-content,
.table-wrapper,
.editProfile-page,
.csv-samples-table,
.import-csv-popup,
.ms-options,
.refund-order-popup-content,
.cancel-order-popup-content,
.create-product-configurations-popup .admin__fieldset-options,
.admin__action-multiselect-menu-inner,
.modal-popup.order-export-popup .modal-inner-wrap,
.marketplace-product-add .modal-slide,
.marketplace-product-add .modal-popup,
.marketplace-product-edit .modal-slide,
.marketplace-product-edit .modal-popup,
.wk-mp-model-popup .fieldset,
.admin__data-grid-wrap,
.minicart-items-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #dcdcdc #ffffff;
}
html::-webkit-scrollbar,
.communication-view-top::-webkit-scrollbar,
.communication-view::-webkit-scrollbar,
.send-message textarea::-webkit-scrollbar,
.importcsv-popup .validation-message::-webkit-scrollbar,
.sidebar .myaccount-sidebar::-webkit-scrollbar,
.filter-options-content::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar,
.editProfile-page::-webkit-scrollbar,
.csv-samples-table::-webkit-scrollbar,
.import-csv-popup::-webkit-scrollbar,
.ms-options::-webkit-scrollbar,
.refund-order-popup-content::-webkit-scrollbar,
.cancel-order-popup-content::-webkit-scrollbar,
.create-product-configurations-popup .admin__fieldset-options::-webkit-scrollbar,
.admin__action-multiselect-menu-inner::-webkit-scrollbar,
.modal-popup.order-export-popup .modal-inner-wrap::-webkit-scrollbar,
.marketplace-product-add .modal-slide::-webkit-scrollbar,
.marketplace-product-add .modal-popup::-webkit-scrollbar,
.marketplace-product-edit .modal-slide::-webkit-scrollbar,
.marketplace-product-edit .modal-popup::-webkit-scrollbar,
.wk-mp-model-popup .fieldset::-webkit-scrollbar,
.admin__data-grid-wrap::-webkit-scrollbar,
.minicart-items-wrapper::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}
html::-webkit-scrollbar-track,
.communication-view-top::-webkit-scrollbar-track,
.communication-view::-webkit-scrollbar-track,
.send-message textarea::-webkit-scrollbar-track,
.importcsv-popup .validation-message::-webkit-scrollbar-track,
.sidebar .myaccount-sidebar::-webkit-scrollbar-track,
.filter-options-content::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track,
.editProfile-page::-webkit-scrollbar-track,
.csv-samples-table::-webkit-scrollbar-track,
.import-csv-popup::-webkit-scrollbar-track,
.ms-options::-webkit-scrollbar-track,
.refund-order-popup-content::-webkit-scrollbar-track,
.cancel-order-popup-content::-webkit-scrollbar-track,
.create-product-configurations-popup .admin__fieldset-options::-webkit-scrollbar-track,
.admin__action-multiselect-menu-inner::-webkit-scrollbar-track,
.modal-popup.order-export-popup .modal-inner-wrap::-webkit-scrollbar-track,
.marketplace-product-add .modal-slide::-webkit-scrollbar-track,
.marketplace-product-add .modal-popup::-webkit-scrollbar-track,
.marketplace-product-edit .modal-slide::-webkit-scrollbar-track,
.marketplace-product-edit .modal-popup::-webkit-scrollbar-track,
.wk-mp-model-popup .fieldset::-webkit-scrollbar-track,
.admin__data-grid-wrap::-webkit-scrollbar-track,
.minicart-items-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
html::-webkit-scrollbar-thumb,
.communication-view-top::-webkit-scrollbar-thumb,
.communication-view::-webkit-scrollbar-thumb,
.send-message textarea::-webkit-scrollbar-thumb,
.importcsv-popup .validation-message::-webkit-scrollbar-thumb,
.sidebar .myaccount-sidebar::-webkit-scrollbar-thumb,
.filter-options-content::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb,
.editProfile-page::-webkit-scrollbar-thumb,
.csv-samples-table::-webkit-scrollbar-thumb,
.import-csv-popup::-webkit-scrollbar-thumb,
.ms-options::-webkit-scrollbar-thumb,
.refund-order-popup-content::-webkit-scrollbar-thumb,
.cancel-order-popup-content::-webkit-scrollbar-thumb,
.create-product-configurations-popup .admin__fieldset-options::-webkit-scrollbar-thumb,
.admin__action-multiselect-menu-inner::-webkit-scrollbar-thumb,
.modal-popup.order-export-popup .modal-inner-wrap::-webkit-scrollbar-thumb,
.marketplace-product-add .modal-slide::-webkit-scrollbar-thumb,
.marketplace-product-add .modal-popup::-webkit-scrollbar-thumb,
.marketplace-product-edit .modal-slide::-webkit-scrollbar-thumb,
.marketplace-product-edit .modal-popup::-webkit-scrollbar-thumb,
.wk-mp-model-popup .fieldset::-webkit-scrollbar-thumb,
.admin__data-grid-wrap::-webkit-scrollbar-thumb,
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.rating-summary .rating-result {
  width: 100px;
}
.rating-summary .rating-result:before {
  font-family: 'icomoon';
  color: #fbcc54;
  content: '\e933' '\e933' '\e933' '\e933' '\e933';
  letter-spacing: 2.5px;
  font-size: 16px;
  height: 18px;
}
.rating-summary .rating-result > span:before {
  font-family: 'icomoon';
  color: #fbcc54;
  content: '\e934' '\e934' '\e934' '\e934' '\e934';
  height: 18px;
  letter-spacing: 4px;
}
.customer-review .rating-summary,
.product-info-main .rating-summary {
  margin-right: 3px;
}
.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/GDS/default/en_US/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 false;
  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/GDS/default/en_US/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;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*start order css*/
.wk-order-info-title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px){
    .wk-mp-design .wk-box{
        width: 48%!important;
    }
}
@media only screen and (max-width: 767px){
    .wk-order-title-block{
        display: none;
    }
}
.wk-mp-design .order-actions-toolbar,
.wk-mp-design .actions,
.wk-mp-page-title,
.wk-sales,
.wk-orderbox-details .name,
.wk-ship-row
{
    display: inline-block;
    width: 100%;
}
.wk-mp-design .block-order-details-view{
    margin-bottom: 0!important;
}
.wk-mp-design .table-wrapper{
    overflow: auto;
}
@media only screen and (min-width: 768px) {
    .wk-mp-design .order-details-items.ordered .order-title {
        display: none;
    }
}
.wk-mp-design .order-details-items.ordered {
    border: 1px solid #ccc;
    padding: 25px;
}
.wk-mp-design .block-order-details-view .block-content .box {
    margin-bottom: 30px;
}
/*end order css*/
.wk-mp-design .fieldset > .legend {
    box-sizing: border-box;
    float: left;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.wk-mp-design .fieldset > .field:not(.choice) > .label {
    float: none;
}
.wk-mp-design .fieldset > .field > .label, .fieldset > .fields > .field > .label ,
.wk-mp-model-popup .fieldset > .field > .label, .fieldset > .fields > .field > .label {
    display: inline-block;
    margin: 0 0 8px;
    width: auto!important;
}
.wk-mp-model-popup .fieldset {
    overflow: auto;
}
.wk-mp-page-title h2{
    float: left;
    margin: 0;
}
.wk-mp-dashboard-diagram-chart {
    width: 80%;
}
.wk-refundtotal-td1{
    width: 88%;
    padding: 5px!important;
}
.wk-refundtotal-td2{
    width: 10%;
    padding: 5px!important;
}
.wk-refundtotal-td2.a-right,
.wk-grandtotal-divider .a-right {
    text-align: right;
}
.wk-grandtotal-divider .a-left {
    text-align: left;
}
.wk-grandtotal-divider {
    border-top: 1px solid #e3e3e3;
}
tr:nth-child(odd) .wk-refundtotal-td1,
tr:nth-child(odd) .wk-refundtotal-td2 {
    background-color: #f1f1f1;
}
.wk-refundtotal-container th,.wk-refundtotal-container td{
    border: none!important;
}
.wk-mp-design2{
    margin-top: 20px;
}
.wk-mp-design input[type=email],
.wk-mp-design input[type=search],
.wk-mp-design input[type=number],
.wk-mp-design input[type=password],
.wk-mp-design input[type=tel],
.wk-mp-design input[type=text]{
    width:99%;
}
.wk-mp-design .wk-mp-fieldset .control{
    width:100%!important;
    overflow: auto;
}
.wk-mp-design .mceLayout{
    width:100%;
}
.marketplace-marketplaceaccount-printorder{
    background: none;
}
.wk-mp-error-msg{
    color:#ff0000;
    font-weight:600
}
.questimg{
    padding: 0 10px;
    cursor: pointer;
}
.views{ background-color: #7F7F7F;
    border: 1px solid;
    color: #FFFFFF;
    display: none;
    margin-left: 32.7%;
    position: absolute;
    width: 29%;
    border-left-color: #BCE8F1;
    border-width: 10px;
    overflow: hidden;
}
#wk-mp-print-order{
    text-align: left;
    border:1px solid #CCCCCC;
}
.wk-profile-alert{
    padding: 10px;
    border: 1px solid #faebcc;
    margin-bottom: 20px;
    border-radius: 4px;
    vertical-align: bottom;
    color: #8a6d3b;
    background: #fcf8e3;
    line-height: 1.42857143;
}
.wk-close:hover,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.wk-profile-alert strong {
font-weight: 700;
}
.wk-txt-trans{
    text-transform: uppercase;
}
.wk-mp-body input[type=checkbox]{    margin-right: 5px;}
.wk-mp-body td{
    text-align: center;
    padding:5px 7px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/filter-row-bg.png") repeat-x #e3eff1;
    background-color: #e3eff1;
    border-bottom: none;
}
#wk-mp-tr-heading {
    background-color: #eeeeee;
}
#wk-mp-tr-heading th {
    border-color: #D1CFCF;
    border-style: solid;
    border-width: 1px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 9px;
}
.wk-mp-list-table {
    width: 100%;
    border: 1px solid #CCCCCC;
}
.wk-mp-list-table thead span{
    font-weight: bold;
}
.wk-mp-list-container-table{
    margin-top:15px;
    margin-bottom: 2px;
    clear: both;
}
td.wk-mp-td-last{
    border-right:1px;
}
.wk-mp-td-span{
    width: 50%;
    float: left;
}
.wk-mp-td-span input{
    width: 60%;
}
.wk-mp-label{
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin: 2px 15px;
    padding: 1px 5px;
}
.wk-content th {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.wk-row-view td {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.wk-check-first-td{
    border-left: none;
    border-right: 1px solid #ccc;
}
.wk-first-td{
    width: 26%;
    border-left: none;
}
.wk-last-tr{
   border-bottom: none;
}
.wk-pro-divide1 {
width: 40%;
float: left;
overflow: hidden;
}
.wk-pro-divide2 {
width: 60%;
float: left;
overflow: hidden;
}
.wk-pro-divide2 a{
    text-decoration: none;
}
a:hover{
    color: #ea7900;
}
.wk-emptymsg{
    color: #DF2111;
    font-weight:
    bold;font-size: 14px;
    text-transform: uppercase;
}
.wk-row-view .label .image { height: 55px; margin: 2px; width: 55px; border: 1px solid #ccc;}
.wk-row-view .label img { cursor: pointer; }

.wk-title-label{
    color: #6B6B63;
    font-size: 14px;
}
.wk-label{
    font-size: 14px;
}
.wk-ordertitle-label{
    color: #6B6B63;
}
.wk-orderbox-details .color{
    font-size:16px;
}
.wk-order-creditmemo-button {
    width: 100%;
    display: inline-block;
}
.wk-order-creditmemo-button button{
    float: right;
}
.wk-dash-orderstatus {
    padding: 4px;
    padding-right: 0;
    float: left;
    width: 21%;
}

.wk-dash-label { display: block; font-weight: bold; margin-top: 5px; }
.wk-dash-label .status {
    color: #FFFFFF;
    text-align: center;
    padding: 6px 3px;
    border-radius: 3px;
}
.wk-dash-label .status.complete{
    background-color: rgb(90, 202, 90);
}
.wk-dash-label .status.processing{
    background-color: rgb(79, 158, 231);
}
.wk-dash-label .status.pending,.wk-dash-label .status.new,.wk-dash-label .status.pending-payment,.wk-dash-label .status.holded,.wk-dash-label .status.payment-review{
    background-color: #F8AF2E;
}
.wk-dash-label .status.canceled{
    background-color: rgb(221, 76, 76);
}
.wk-dash-label .status.closed{
    background-color: rgb(221, 76, 76);
}
.wk-dash-label .status.fraud{
    background-color: rgb(221, 76, 76);
}
.wk-dash-label .status.paypal-canceled-reversal{
    background-color: #F8AF2E;
}
.wk-dash-label .status.paypal-reversed{
    background-color: #F8AF2E;
}
.wk-dash-label .status.pending-paypal{
    background-color: #F8AF2E;
}
.askque{
    float: right;position: relative;
}
.wk-sale-css{
    background: rgb(79, 158, 231);
    float: left;
    font-size: 20px;
    text-align: center;
    width: 30.5%;
    color: #fff;
    padding: 1%;
    border-radius:3px;
    line-height: 20px;
    text-transform: uppercase;
}
.wk-todaysale {
    margin-right: 1%;
}
.wk-sale-color {
    display: inline-block;
    text-align: left;
}
.wk-sale-label{
    font-size: 15px;
}
.wk-weeksale {
    margin-right: 1%;
}
.wk-monthsale {
}
.wk-total-sale-css{
    float: left;
    font-size: 20px;
    text-align: center;
    width: 47.3%;
    color: #fff;
    padding: 1%;
    border-radius:3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.wk-totalsale{
    margin-right: 1%;
    background: rgb(221, 76, 76);
}
.wk-todaysale-bg{
    background: url('../../frontend/GDS/default/en_US/Webkul_Marketplace/images/Sprite-Seller-Front-Panel.png') 0 -20px;
    height: 42px;
    width: 33px;
    display: inline-block;
}
.wk-weeksale-bg{
    background: url('../../frontend/GDS/default/en_US/Webkul_Marketplace/images/Sprite-Seller-Front-Panel.png') 0 -20px;
    height: 42px;
    width: 33px;
    display: inline-block;
}
.wk-monthsale-bg{
    background: url('../../frontend/GDS/default/en_US/Webkul_Marketplace/images/Sprite-Seller-Front-Panel.png') 0 -20px;
    height: 42px;
    width: 33px;
    display: inline-block;
}
.wk-remainsale{
    background: rgb(90, 202, 90);
}

.wk-mp-btn{
    float: right;
    margin-left: 5px!important;
}
.wk-category{
    max-height: 200px;
    overflow: auto;
    clear: both;
    display: block;
}
#wk-category-label{
    background: #B8E8B7;
    border: 1px solid #008000;
    border-radius: 7px;
    padding: 0 4px;
    display: inline-block;
}
.wk-cat-container{
    position: relative;
}
.wk-plus{
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/elbow-plus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
}
.wk-plusend{    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/elbow-end-plus.gif") no-repeat scroll 0 0 transparent;    display: block;    height: 18px;    width: 15px;    float:left;    cursor:pointer;}
.wk-minus,
.wk-minusend{
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/elbow-end-minus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
}
.wk-no{
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/elbow-end.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
}
.wk-foldersign{
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/leaf.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
    width: 16px;
}
.wk-node-loader{
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/loading.gif") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 17px;
    left: 15px;
    position: absolute;
    width: 17px;
}
.nicEdit-wk-nice-textarea{
    box-shadow: 0 0 1px 1px #CCCCCC inset;
}
.wk-elements{
    margin-left:5px;
}
.wk-cat-name{
    float:left;
}
.image-set .setimage{
    padding:5px;
    float:left;
    position: relative;
}
.wk-imagedelete {
    font-weight: 900;
    left: 46px;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
}
.wk-imagedelete img{
width: 20px;
}
.wk-imagedeleteload {
    font-weight: 900;
    left: 24px;
    position: absolute;
    top: 22px;
    cursor: pointer;
}
.wk-link-title {
    float: left;
}
/*downloadable start*/
.radio.wk-sample-type {
    float: left;
}
.wk-download-url{
    width: 70%!important;
    display: inline-block;
}
.wk-link-url-block label{
    float: left;
}
.wk-link-url-block .row{
margin-bottom: 5px;
}
.wk-link-url-block input[type="radio"]{
vertical-align: middle;
line-height: normal;
top:2px;
}
.wk-link-url-block input[type="url"]{
margin-top: -4px;
}
.wk-mp-link-delete{
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/icon-trash.png") repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 14px;
}
.wk-mp-link-body input[type=checkbox]{
    margin-right: 5px;
}
.wk-mp-link-title{
    width: 95%;
}
.wk-mp-link-price{
    width: 45px;
}
.wk-mp-link-download{
    width: 70px;
}
.wk-mp-link-body td{
    text-align: left;
    vertical-align: top;
    padding: 2px 4px;
    border-color: #DADFE0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: none repeat scroll 0 0 #FFFFFF !important;
    word-break: break-all;
}
.wk-mp-sample-body input[type=checkbox]{
    margin-right: 5px;
}
.wk-mp-sample-body td{
    text-align: center;
    padding: 2px 4px;
    border-color: #DADFE0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: none repeat scroll 0 0 #FFFFFF !important;
    word-break: break-all;
}
#wk-mp-links{
    background: #6F8992;
    line-height: 21px;
    padding-left: 10px;
}
#wk-mp-links span{
    color: #FFFFFF;
    font-weight: bold;
}
#wk-mp-links-container{
    border: 1px solid #D6D6D6;
    min-height: 100px;
}
.wk-mp-link-label {
    width: 50%;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.wk-mp-link-value {
    padding: 5px;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
}
.wk-mp-links-topbody{
    clear: both;
}
.wk-mp-design .validation-advice{
    text-align: left;
}
.wk-mp-link-titleblock{
    width: 75%;
}
/*downloadable end*/
/*configurable start*/
.wk-mp-headcus {
    background: #e7efef none repeat scroll 0 0;
    clear: both;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.wk-mp-headcus input{
    width: 98%;
}
.wk-mp-headcus > li {
    float: left;
    text-align: center;
    padding: 5px 3px;
    margin: 0;
    width: 19%;
    list-style: none;
}
.wk-mp-option-box {
    border: 1px solid #CDDDDD;
}
.wk-mp-headcus.ul-first {
    background: none repeat scroll 0 0 #CFDDDC;
    font-weight: bold;
}
.mp-edit-associate-ul{
    border: 1px solid #ccc;
    margin-top: 15px;
    background-color: #ededed;
}
.mp-edit-associate-div1{
    padding: 5px;
}
.mp-edit-associate-div2{
    width: 20%;float: left;
}
/*view order page*/
.wk-mp-order-info-box{
    background: #fff;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.wk-mp-order-info-box h2 {
font-weight: bold;
font-size: 13px;
}

.wk-mp-fieldset .button{
    margin: 5px 0;
}
.wk-orderbox-details .name p{
    margin-bottom: 0!important;
}
.wk-mp-btn {
margin: 2px;
}

/*seller profile page start*/
.profileimage-set .setimage{
    padding:5px;
    float:left;
    position: relative;
    width: 97%;
}
.profileimage-set .wk-profileimagedelete {
    font-weight: 900;
    right: -3px;
    position: absolute;
    top: 5px;
    display: inline-block;
    cursor: pointer;
}
.logoimage-set .setimage{
    padding:5px;
    float:left;
    position: relative;
    width: 97%;
}
.logoimage-set .wk-logoimagedelete {
    font-weight: 900;
    left: 130px;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
}
.control .prev-img {position: relative;width: 15%;}
.control .wk-banner {position: relative;width: 100%;padding: 5px 0;}

.profile .control-notification {font-size: 12px;font-weight: 400;color:red;}
.country-img-prev {vertical-align: middle;width: 5%;}
#countrypic{width: 94.5%!important;}
.color-pick {
    border: 3px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
    margin-top: 5px;
}
/*end*/
@media only screen and (max-width: 599px){
    .mpfeedback .wk-span {
    width: 40%!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .wk-list-th-display1{
        display: none;
    }
    .wk-mp-fieldset .button{
        width: 100%!important;
        margin: 5px 0;
    }
    .wk-mp-fieldset .button span{
        width: 100%!important;
    }
    .wk-dash-label .status{
        width: 100%!important;
    }
    .example-plot{
        width:277px!important;
        height:150px!important;
    }
    button.askque.button {
    width: 100%;
    }
    .wk-feedback-details .mpfeedback {
    width: 100%!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
    .wk-list-th-display{
        display: none;
    }
    .wk-mp-page-title h1{
    text-align: center;
    float: none!important;
    border-bottom: none!important;
    }
    .modal-header h4 {
        font-size: 14px!important;
    }
}
@media only screen and (min-width: 959px) and (max-width: 1230px) {
   .wk-mp-list-table input[type="text"],.wk-mp-list-table input[type="file"],.wk-mp-list-table textarea,.wk-mp-list-table select{
        width: 100%!important;
    }
}
@media only screen and (min-width: 479px) and (max-width: 696px) {
    .example-plot{
        width:400px!important;
        height:220px!important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 696px) {
    .example-plot{
        width:500px!important;
        height:300px!important;
    }
}
@media only screen and (min-width: 771px) and (max-width: 905px) {
    .example-plot{
        width:450px!important;
        height:250px!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
    .wk-mp-design table{
        font-size: 12px!important;
    }
    .wk-feedback-details{
        width:100%;
        float: none;
        border-bottom: 1px solid #ccc;
    }
    .wk-feedback-details .mpfeedback {
    width: 40%;
    border-right: none;
    }
    .wk-feedback-desc {
    float: none;
    width: 100%;
    padding: 5px 0px;
    }
    .wk-dash-orderstatus{
       width: 100%!important;
       padding-left: 0;
    }
    .wk-orderbox-details {
    width: 100%!important;
    padding-left: 0;
    }
    .wk-orderbox-total{
        width: 100%!important;
        text-align: left!important;
    }
    .wk-mp-page-title h1{
    border-bottom: none!important;
    }
    #wk-load-conf {
        left: 25%!important;
        top: 514px!important;
    }
    .wk-mp-label{
        padding: 0!important;
        margin: 0!important;
    }
    .wk-first-td {
    width: 14%!important;
    }
    .wk-row-view .label .image {
    height: auto!important;
    width: 95%!important;
    }
    .wk-pro-divide1{
        width: 100%!important;
    }
    .wk-mp-links-topbody input,.wk-mp-links-topbody textarea,.wk-mp-links-topbody select{width: 100%!important;}
    .wk-mp-list-table input[type="text"],.wk-mp-list-table input[type="file"],.wk-mp-list-table textarea,.wk-mp-list-table select{width: 100%!important;}
    .wk-mp-list-table input[type="checkbox"], input[type="radio"]{width: 10px!important;}
}

/*for shipping manager*/

.wk-ship-fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.wk-ship-light{
    display: none;
    position: fixed;
    top: 25%;
    left: 15%;
    right: 15%;
    padding: 10px;
    border: 2px solid #FFF;
    background: #CCC;
    z-index: 1002;
    overflow: visible;
    width: 70%;
}
label.wk-ship-post-meta span.wk-ship-delete {
    background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/img/sprite.png") no-repeat scroll -307px 4px transparent;
    cursor: pointer;
    float: right;
    height: 19px;
    opacity: 0.69;
}
.prdouctbackground h4{
    display: inline-block;
    width: 80%;
}
.prdouctbackground .wk-ship-post-meta{
    display: inline-block;
    width: 10%;
    float: right;
}
.wk-ship-row input{
    display: inline-block;
    width: 80%!important;
}
label.wk-ship-post-meta span {
    padding: 3px 0 3px 25px;
}

.wk-ship-rowlabel {
    float: left;
    width: 117px;
}
.wk-ship-Label {
    font-weight: bold;
}
.wk-ship-field:before {
    content: ":";
    float: right;
    font-weight: 600;
    letter-spacing: 20px;
}
.wk-ship-rowinput {
    clear: both;
    height: 24px;
    line-height: 24px;
    margin: 0.4em 0 !important;
    width: 420px;
}

.wk-ship-row .wk-ship-label,.wk-ship-row .wk-field {display: inline-block;width: 150px;}
.wk-ship-row .wk-ship-field {width: auto;}
.wk-ship-row .wk-ship-field input{width:200px;}
.wk-ship-field:before {content: ":";float:right;font-weight: 600;letter-spacing: 20px;}
.wk-ship-field .validation-advice{display:inline-block; background: url("../../frontend/GDS/default/en_US/Webkul_Marketplace/images/arrow.gif") no-repeat scroll 2px center transparent;}
.wk-ship-row  .wk-ship-field  > #image{width:235px!important;}
.thumbnail-preview {
    padding-bottom: 3rem;
    text-align: center;
}
.thumbnail-preview-image-block {
    border: 1px solid rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin: 0px auto 2rem;
    max-width: 58rem;
    padding: 2rem;
}
img.thumbnail-preview-image {
    max-height: 54rem;
}
#downloadable_items-content,
#super_config {
    overflow: auto;
    width: 100%;
}
/*Notification style*/

.notification-link{
    position: relative;
}
.notification-block{
    position: absolute;
    left: 125px;
    top: -2px;
}
.notification-block:hover{
    background: none;
}

.notification-block .notify-point {
    background-color: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color:#b0b3b5;
    position: absolute;
    width: 13px;
    height: 13px;
    left: -8px;
    top: 17px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.notifications-action:hover{
    background: none!important;
}

.notification-block.active {
    z-index: 500;
}
.notification-block .notification-count{
    background-color: #e22626;
    border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    left: 50%;
    margin-left: .3em;
    margin-top: -1.1em;
    padding: .2em .3em;
    position: absolute;
    top: 25%;
}
.notifications-action {
    color: #41362f;
    height: 3.3rem;
    padding: 0.75rem 2rem 0.65rem;
}
.marketplace-dropdown{
    padding-right: 3.3rem;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    color: #41362f;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.025em;
    padding: 0.7rem 3.3rem 0.8rem 1.5rem;
    position: relative;
    vertical-align: baseline;
    height: 10px;
}
.marketplace-dropdown-wrap .marketplace-dropdown-menu {
    left: auto;
    right: 0;
}
.marketplace-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #b0b3b5;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: none;
    line-height: 1.36;
    margin-top: -1px;
    min-width: 120%;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -55%;
    transition: all 0.15s ease;
    z-index: 1;
    left: 55px;
    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .notification-block .marketplace-dropdown-menu {
        width: 25rem!important;
        left: -90px!important;
        top: 39px!important;
    }
    .notification-block .notify-point {
        left: 41%!important;
        top: -10px!important;
        transform: rotate(-45deg)!important;
        -ms-transform: rotate(-45deg)!important;
        -webkit-transform: rotate(45deg)!important;
    }
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .notification-block{
        left: 110px;
    }
    .notifications-img{
        max-width: 20px!important;
    }
   
}

.notification-block .marketplace-dropdown-menu {
    width: 32rem;
}
.marketplace-dropdown-menu > li {
    display: block;
}
.notifications-entry {
    line-height: 1.36;
    padding: 1.2rem 2rem 0.8rem;
    position: relative;
    transition: background-color 0.1s linear;
    transition: border-right 0.1s ease;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 0rem!important;
}
.notifications-entry:hover{
    border-right: 0.4rem solid #eb5202;
}
.notifications-entry:last-child{
    border-bottom: none;
}
.notifications-entry-title {
    color: #632e18;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .7rem;
    margin-right: 1em;
}
.notifications-entry ._cutted {
    cursor: pointer;
}
.notifications-entry-description {
    color: #333333;
    font-size: 1.1rem;
    margin-bottom: .8rem;
    width: 95%;
}
.notifications-entry-description-start {
    padding: 0px!important;
    font-size: 1.3rem!important;
    font-weight: 600!important;
}
.notifications-entry-description-start .wk-focus{
    color: #ea7900;
}
.notifications-entry-time {
    color: #777777;
    font-size: 1.1rem;
}
.notifications-close {
    line-height: 1;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: .6rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.notifications-close:hover{
    background: none!important;
    border: none;
}
.notification-block .not-available{
    color: #EE4726;
}
.wk-mp-design .total-selected{
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 600;
    position: absolute;
}
.sidebar > li {
    list-style: none;
}
.wk-action {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.no-display {
    display: none;
}

.wk-border-box-sizing {
    box-sizing: border-box !important;
}
.wk-border-box-sizing * {
    box-sizing: border-box !important;
}
.wk-border-box-sizing .mce-tinymce button:hover {
    border: none;
}
.wk-border-box-sizing .mce-tinymce .mce-splitbtn .mce-open {
    border: none;
}

.wk-border-box-sizing .mce-branding-powered-by {
    display: none !important;
}
.wk-mp-design .control.wk-border-box-sizing {
    overflow: hidden;
}

.wk-order-product-details {

}
.wk-order-product-details {
    box-sizing: border-box;
    padding-left: 10px;
}
.wk-order-item-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.wk-order-item-block .item-options {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    margin-top: 5px;
}
.wk-order-item-block .item-options > * {
    float: left;
}
.wk-order-item-block .item-options > dd {
    clear: right;
    margin: 0;
}
.wk-order-item-block .item-options > dt {
    clear: left;
    margin: 0 10px 5px 0;
}
/**
 * Webkul Software
 *
 * @category Marketplace
 * @package  Webkul_MpSellerBuyerCommunication
 * @author   Webkul
 * @license  https://store.webkul.com/license.html
 */
 .image-con {
    margin: 5px 0;
 }
.wk-sbcom-onereply .image-container .file_image {
    float : none!important;
    border : none;
    padding: 5px;
}
.wk-sbcom-onereply {
    margin-bottom: 10px;
}
.wk-sbcom-onereply img{
    max-width: 99%;
}
.wk-mp-design .legend span.query-heading-comm{
    font-size: 18px;
}
#wk-sbcom-history{
    font-size: 16pt;
    font-weight: bold;
    margin-top: 5px;
    padding: 0;
}
.wk-sbcom-onereply{
    box-shadow: 2px 2px 5px;
}
.wk-sbcom-onereply-head{
    height: auto;
    padding: 1%;
    display: inline-block;
    width: 98%;
}
.wk-sbcom-onereply-head-left{
    color: #000000;
    float: left;
    font-size: 10pt;
    font-weight: bold;
}
.wk-sbcom-onereply-head-right{
    color: #888888;
    float: right;
    font-size: 11pt;
    font-weight: bold;
}
.wk-sbcom-onereply-cntnt{
    font-family: tahoma;
    line-height: 25px;
    padding: 10px;
}
.wk-sbcom-onereply-customer{
    background: #B9CDF8;
}
.wk-sbcom-onereply-admin{
    background: #FFE0B3;
}
.wk-sbcom-onereply-seller{
    background: #96C986;
}
#wk-sbcom-conversation-container{
    margin-top: 10px;
}
.wk-sbcom-legend{
    width: 100%;
    display: inline-block;
}
.query_status{
    float: left;
    width: 100%;
    padding: 5px 0;
}
.query_status select {
    width: 20%;
}

.image-container .image img{
    height: 100px;
}
.image-container .image{
    display: inline-block;
}

.wk-mp-design .wk-mp-body .filter_by{
    width: 20%;
}
.wk-mp-design .wk-mp-body .filter_text{
    width: 50%;
}
.wk-seller-response-container::after, .wk-seller-response-container::before {
    border: 1px solid transparent;
    bottom: -1px;
    content: " ";
    height: 0;
    margin-left: 22%;
    margin-top: -51px;
    position: absolute;
    width: 0;
}
.wk-seller-response-container{
    box-shadow: 0 2px 8px 2px #848484;
    display: none;
    padding: 10px;
    color:#999;
}
.seller-response-rate{
    color:#999;
    font-size:10px;
}
.wk-mp-profile_container .wk-seller .askque {
    width: 100%;
}

@media all and (max-width: 768px) {
    .query_status select {
        width: 33%;
    }

    .wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
        margin-top: 10px;
    }

    h1.page-title{
        line-height: 2.9;
        font-size: 2.4rem;
    }
}

button.action-close-contact {
    background: none;
    border: none;
    float: right;
}
button.action-close-contact:before {
    content: "X";

}
button.action-close-contact span {
    display: none;
}
.modals-overlay {
    z-index: 10 !important;
}
input.wk_imagevalidate {
    padding: 5px 0;
}.assign-disable
{
    opacity: 0.5;
}/*Fix firefox bug with % width/height on flex elements*/
.columns .column.main {
    max-width: 100%;
}

.zoomWrapper {
    margin: 0 auto;
}

#amasty-gallery-images,
#amasty-main-container {
    text-align: center;
}

#amasty-main-container {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

#amasty-gallery.position-left {
    position: relative;
}

#amasty-gallery.position-left #amasty-main-container {
    margin-left: 24%;
    max-width: 76%;
}

#amasty-gallery.position-left #amasty-gallery-container {
    width: 19%;
    position: absolute;
    top: 0;
}

.position-left .slick-dots {
    bottom: -90px;
}

#amasty-gallery-container .slick-vertical button.slick-prev,
#amasty-gallery-container .slick-vertical button.slick-next {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
    position: relative;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    width: 25px;
    height: 25px;
    box-shadow: none;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    border: none;
}

#amasty-gallery-container .slick-vertical .slick-prev {
    top: -22px;
}

#amasty-gallery-container .slick-vertical .slick-next {
    top: auto;
    bottom: -22px;
}

#amasty-gallery-container .slick-vertical .slick-prev {
    transform: rotate(270deg);
}
#amasty-gallery-container .slick-vertical .slick-next {
    transform: rotate(90deg);
}

button.slick-prev {
    left: 0px;
}

button.slick-next {
    right: 0px;
}

.swatch-attribute-options .slick-arrow {
    z-index: inherit;
}

#amasty-gallery-container .slick-vertical .slick-slide {
    padding-top: 1px;
}

.am-custor-pointer {
    cursor: pointer;
}

.amasty-main-image ~ .amasty-main-image {
    display: none;
}

#amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link {
    display: inline-block;
    margin: 0 20px;
}

#amasty-main-image {
    max-height: 100%;
    max-width: 100%;
}

#amasty-gallery-images:not(.slick-vertical) .slick-list {
    margin: 0 25px;
}

.am-nozoom .zoomContainer {
    display: none;
}

.zoomContainer {
    z-index: 2;
}

@media (max-width: 770px) {
    #amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link {
        margin: 0 5px;
    }

    #amasty-gallery-container {
        margin-bottom: 20px;
    }
}

#amasty-gallery-container .slick-vertical {
    margin-top: 20px;
    padding: 0;
}
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}